|
@@ -519,6 +519,7 @@ export default {
|
|
examineRemark: '',
|
|
examineRemark: '',
|
|
refCount: '',
|
|
refCount: '',
|
|
regionWork: '',
|
|
regionWork: '',
|
|
|
|
+ customerId: '',
|
|
},
|
|
},
|
|
mainFormRules: {
|
|
mainFormRules: {
|
|
// orderDate: [{ required: true, message: '请选择单据日期', trigger: 'change' }],
|
|
// orderDate: [{ required: true, message: '请选择单据日期', trigger: 'change' }],
|
|
@@ -906,6 +907,7 @@ export default {
|
|
this.mainForm.examineRemark = data.examineNote;
|
|
this.mainForm.examineRemark = data.examineNote;
|
|
this.mainForm.loginUserId = data.loginUserId;
|
|
this.mainForm.loginUserId = data.loginUserId;
|
|
this.mainForm.regionWork = data.refRegionWork;
|
|
this.mainForm.regionWork = data.refRegionWork;
|
|
|
|
+ this.mainForm.customerId = data.customerId;
|
|
|
|
|
|
data.items.forEach(item => {
|
|
data.items.forEach(item => {
|
|
item.status1 = '';
|
|
item.status1 = '';
|
|
@@ -934,6 +936,7 @@ export default {
|
|
specification: this.goodsScreenForm.proModel,
|
|
specification: this.goodsScreenForm.proModel,
|
|
price1: this.goodsScreenForm.price1,
|
|
price1: this.goodsScreenForm.price1,
|
|
price2: this.goodsScreenForm.price2,
|
|
price2: this.goodsScreenForm.price2,
|
|
|
|
+ customerId: this.listItem ? this.mainForm.customerId : '',
|
|
}).then(res => {
|
|
}).then(res => {
|
|
let oldGoodsList = this.goodsList;
|
|
let oldGoodsList = this.goodsList;
|
|
let newGoodsList = res.data.records;
|
|
let newGoodsList = res.data.records;
|