Przeglądaj źródła

refactor(saleOrder): 添加结算方式默认值的中文和嘉实默认交易方式为先款后票

liujt 3 miesięcy temu
rodzic
commit
fe7c61a1a4

+ 4 - 2
src/views/saleManage/saleOrder/components/addDialogNew.vue

@@ -1039,7 +1039,7 @@
         code: 'eom_saleOrder_Dept_and_person'
       }).then((res) => {
         this.isDeptAndPerson = res.value;
-        console.log('isDeptAndPerson', this.isDeptAndPerson);
+        // console.log('isDeptAndPerson', this.isDeptAndPerson);
       });
 
       // 税率是否必填//0否 1是
@@ -1054,7 +1054,7 @@
         code: 'eom_saleOrder_single_price'
       }).then((res) => {
         this.isSinglePrice = res.value;
-        console.log('isSinglePrice', this.isSinglePrice);
+        // console.log('isSinglePrice', this.isSinglePrice);
       });
     },
     methods: {
@@ -1743,6 +1743,8 @@
             this.form.needProduce = 0;
             this.form.progress = 700;
             this.form.settlementMode = '6';
+            this.form.settlementModeName = '款到发货';
+            this.form.transactionMode = 2
           }
           //宝悦默认值
           if (this.clientEnvironmentId == 4) {