|
@@ -487,8 +487,8 @@ export default {
|
|
|
this.mainForm.orderDate = data.orderTime.slice(0, 10);
|
|
|
this.mainForm.jxsNum = data.customerNumber;
|
|
|
this.mainForm.jxsName = data.customerName;
|
|
|
- this.mainForm.loginNum = data.enginOrderNo;
|
|
|
- this.mainForm.refProjectCategory = data.refProjectName;
|
|
|
+ this.mainForm.loginNum = data.refEnginRecordNo;
|
|
|
+ this.mainForm.refProjectCategory = data.refProjectCategory;
|
|
|
this.mainForm.loginType = data.enginOrderType;
|
|
|
this.mainForm.factoryNum = data.refFactoryNo;
|
|
|
this.mainForm.company = data.refUseUnit;
|
|
@@ -571,6 +571,7 @@ export default {
|
|
|
pageSize: 10,
|
|
|
refEnginRecordNo: this.screenForm.loginNum,
|
|
|
refProjectName: this.screenForm.refProjectCategory,
|
|
|
+ refProjectCategory: this.screenForm.refProjectCategory,
|
|
|
specification: this.screenForm.model,
|
|
|
correspondId: this.screenForm.warehouse,
|
|
|
categoryName: this.screenForm.type,
|
|
@@ -788,6 +789,7 @@ export default {
|
|
|
remark: this.mainForm.remark,
|
|
|
enginOrderNo: this.mainForm.loginNum,
|
|
|
refProjectName: this.mainForm.refProjectCategory,
|
|
|
+ refProjectCategory:this.mainForm.refProjectCategory,
|
|
|
enginOrderType: this.mainForm.loginType,
|
|
|
refFactoryNo: this.mainForm.factoryNum,
|
|
|
refUseUnit: this.mainForm.company,
|