|
@@ -57,9 +57,9 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :xs="24" :sm="12" :lg="8">
|
|
|
- <el-form-item label="工程信息单号" prop="enginNum">
|
|
|
+ <el-form-item label="工程信息单号" prop="enginOrderNum">
|
|
|
<div style="display: flex;">
|
|
|
- <el-input v-model="mainForm.enginNum" placeholder="请引用工程登录" disabled></el-input>
|
|
|
+ <el-input v-model="mainForm.enginOrderNum" placeholder="请引用工程登录" disabled></el-input>
|
|
|
<el-button style="margin-left: 10px;" @click="openShareDetail">引用</el-button>
|
|
|
</div>
|
|
|
</el-form-item>
|
|
@@ -405,7 +405,7 @@ export default {
|
|
|
// type: '',
|
|
|
jxsNum: '',
|
|
|
jxsName: '',
|
|
|
- enginNum: '',
|
|
|
+ enginOrderNum: '',
|
|
|
enginName: '',
|
|
|
loginType: '',
|
|
|
factoryNum: '',
|
|
@@ -429,7 +429,7 @@ export default {
|
|
|
// orderDate: [{ required: true, message: '请选择单据日期', trigger: 'change' }],
|
|
|
jxsNum: [{ required: true, message: '请输入经销商编码', trigger: 'blur' }],
|
|
|
jxsName: [{ required: true, message: '请输入经销商名称', trigger: 'blur' }],
|
|
|
- enginNum: [{ required: true, message: '请输入工程登录编号', trigger: 'blur' }],
|
|
|
+ enginOrderNum: [{ required: true, message: '请输入工程登录编号', trigger: 'blur' }],
|
|
|
// enginName: [{ required: true, message: '请输入项目类别', trigger: 'blur' }],
|
|
|
// loginType: [{ required: true, message: '请输入行业类别', trigger: 'blur' }],
|
|
|
company: [{ required: true, message: '请输入使用单位', trigger: 'blur' }],
|
|
@@ -598,7 +598,7 @@ export default {
|
|
|
// this.mainForm.type = data.mainId;
|
|
|
this.mainForm.jxsNum = data.customerNumber;
|
|
|
this.mainForm.jxsName = data.customerName;
|
|
|
- this.mainForm.enginNum = data.refEnginRecordNo;
|
|
|
+ this.mainForm.enginOrderNum = data.refEnginRecordNo;
|
|
|
this.mainForm.enginName = data.refProjectName;
|
|
|
this.mainForm.loginType = data.refTradeCategory;
|
|
|
this.mainForm.factoryNum = data.refFactoryNo;
|
|
@@ -686,7 +686,7 @@ export default {
|
|
|
this.isShowDialog = false;
|
|
|
let data = res.data;
|
|
|
// this.mainForm.type = data.mainId;
|
|
|
- this.mainForm.enginNum = data.enginInfoNo;
|
|
|
+ this.mainForm.enginOrderNum = data.enginInfoNo;
|
|
|
this.mainForm.enginName = data.projectName;
|
|
|
this.mainForm.loginType = data.tradeCategory;
|
|
|
this.mainForm.factoryNum = data.factoryNo;
|
|
@@ -845,7 +845,7 @@ export default {
|
|
|
enginOrderId: this.mainForm.orderNum,
|
|
|
// orderDate: this.mainForm.orderDate,
|
|
|
// mainId: this.mainForm.type || '',
|
|
|
- refEnginRecordNo: this.mainForm.enginNum || '',
|
|
|
+ refEnginRecordNo: this.mainForm.enginOrderNum || '',
|
|
|
refProjectName: this.mainForm.enginName || '',
|
|
|
refTradeCategory: this.mainForm.loginType || '',
|
|
|
refFactoryNo: this.mainForm.factoryNum || '',
|