li.shaoyi 6 місяців тому
батько
коміт
b6a7fe903b

+ 2 - 2
oem/tss-vi/config/appconfig.json

@@ -1,8 +1,8 @@
 {
   "appId": "com.muchinfo.tssvi",
   "appName": "Tce Vietnam",
-  "version": "1.0.53",
-  "versionCode": "100053",
+  "version": "1.0.54",
+  "versionCode": "100054",
   "apiUrl": "http://192.168.31.210:8080/cfg?key=test_210",
   "tradeChannel": "ws",
   "showLoginAlert": true,

+ 1 - 1
oem/tss-vi/manifest.json

@@ -2,7 +2,7 @@
     "@platforms" : [ "android", "iPhone", "iPad" ],
     "id" : "H5D0C0CD8",
     /*应用的标识*/
-    "name" : "TCE",
+    "name" : "Tce Vietnam",
     /*应用名称,程序桌面图标名称*/
     "version" : {
         "name" : "1.0.0",

+ 4 - 2
src/packages/sbyj/views/delivery/processing/components/pay/index.vue

@@ -21,8 +21,9 @@
                     <Field label="类型">
                         <template #input>
                             <RadioGroup direction="horizontal" v-model="formData.DeliveryPayMode">
-                                <Radio :name="2">线下支付</Radio>
-                                <Radio :name="1">余额补货款</Radio>
+                                <template v-for="item in getDeliveryPayModeList()" :key="item.value">
+                                    <Radio :name="item.value">{{ item.label }}</Radio>
+                                </template>
                             </RadioGroup>
                         </template>
                     </Field>
@@ -54,6 +55,7 @@ import { fullloading, dialog } from '@/utils/vant'
 import { formatDecimal, handleRequestBigNumber } from '@/filters'
 import { BuyOrSell } from '@/constants/order'
 import { getGoodsUnitName } from '@/constants/unit'
+import { getDeliveryPayModeList } from '@/constants/order'
 import { deliveryClientOperator } from '@/services/api/trade'
 import AppModal from '@/components/base/modal/index.vue'
 import { i18n } from '@/stores'

BIN
src/packages/sjgj.zip