Browse Source

修改bug

chenrui 3 months ago
parent
commit
e895c5a42c

BIN
public/templ/产品抵扣金额导入模板.xlsx → public/templ/抵扣产品导入模板.xlsx


+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1741847209903
+  "version": 1741849399063
 }

+ 1 - 1
src/views/promotionManagement/subsidizedProducts/importGuideModal.vue

@@ -92,7 +92,7 @@ export default {
       uploadParams: { // 上传参数
         savePathType: 'local'
       },
-      filePath: location.protocol + '//' + location.host + '/templ/产品抵扣金额导入模板.xlsx' // 下载模板
+      filePath: location.protocol + '//' + location.host + '/templ/抵扣产品导入模板.xlsx' // 下载模板
     }
   },
   methods: {

+ 1 - 1
src/views/purchasingManagement/purchaseOrder/basicInfoModal.vue

@@ -39,7 +39,7 @@
         </a-form-model-item>
         <a-form-model-item label="支付方式" prop="settleStyleSn">
           <v-select
-            code="SETTLE_STYLE"
+            code="OFFLINE_SETTLE_STYLE"
             id="purchaseOrder-basicInfo-settleStyleSn"
             v-model="form.settleStyleSn"
             allowClear

+ 1 - 1
src/views/purchasingManagement/purchaseOrderNew/basicInfoModal.vue

@@ -39,7 +39,7 @@
         </a-form-model-item>
         <a-form-model-item label="支付方式" prop="settleStyleSn">
           <v-select
-            code="SETTLE_STYLE"
+            code="OFFLINE_SETTLE_STYLE"
             id="purchaseOrder-basicInfo-settleStyleSn"
             v-model="form.settleStyleSn"
             allowClear