فهرست منبع

fix: 将quoteWay默认值设置为1,特瑞现场

liujt 2 ماه پیش
والد
کامیت
00068a4913

+ 1 - 1
src/BIZComponents/inventoryTable.vue

@@ -1180,7 +1180,7 @@
         quotationSubtotalTax: '',
         // 新增未税小记字段
         quotationSubtotalBeforeTax: '',
-        quoteWay: '',
+        quoteWay: 1,
         discountRatio: 100
       };
       return {

+ 1 - 1
src/views/purchasingManage/purchaseOrder/components/inventoryTableNew.vue

@@ -687,7 +687,7 @@
         workHour: '',
         technicalDrawings: [],
         discountRatio: 100,
-        quoteWay: ''
+        quoteWay: 1
       };
       return {
         quoteTypeOp,