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