|
@@ -409,7 +409,7 @@ export default {
|
|
|
this.editId = this.listItem.parentId;
|
|
|
this.getDetail();
|
|
|
}else {
|
|
|
- this.mainForm.jxsNum = JSON.parse(localStorage.getItem("supply_user")).customerId;
|
|
|
+ this.mainForm.jxsNum = JSON.parse(localStorage.getItem("supply_user")).customerNumber;
|
|
|
this.mainForm.jxsName = JSON.parse(localStorage.getItem("supply_user")).customerName;
|
|
|
this.mainForm.createMan = JSON.parse(localStorage.getItem("supply_user")).nickName;
|
|
|
this.mainForm.createDate = this.getDate();
|
|
@@ -465,7 +465,7 @@ export default {
|
|
|
this.mainForm.orderNum = data.enginOrderId;
|
|
|
this.mainForm.orderDate = data.orderDate;
|
|
|
// this.mainForm.type = data.mainId;
|
|
|
- this.mainForm.jxsNum = data.customerId;
|
|
|
+ this.mainForm.jxsNum = data.customerNumber;
|
|
|
this.mainForm.jxsName = data.customerName;
|
|
|
this.mainForm.enginNum = data.refEnginRecordNo;
|
|
|
this.mainForm.enginName = data.refProjectName;
|