Przeglądaj źródła

Finish Hotfix-mo-138

莫绍宝 3 lat temu
rodzic
commit
c6b97c30d0

+ 4 - 4
src/views/supply/engin/components/commerce_form.vue

@@ -599,21 +599,21 @@ export default {
         this.mainForm.loginType = data.refTradeCategory;
         this.mainForm.factoryNum = data.refFactoryNo;
         this.mainForm.company = data.refUseUnit;
-        this.mainForm.enginNum = data.projectNo;
+        this.mainForm.enginNum = data.refProjectNo;
         this.mainForm.saleType = data.saleTypeId;
         this.mainForm.contactMan = data.refLinkman;
         this.mainForm.tel = data.refTel;
         this.mainForm.phone = data.refPhone;
         this.mainForm.address = data.refInstallAddress;
-        this.mainForm.greeRemark = data.note2;
-        this.mainForm.greeReply = data.note1;
+        this.mainForm.greeRemark = data.geLiInerNote;
+        this.mainForm.greeReply = data.geLiNote;
         this.mainForm.remark = data.remark;
         this.mainForm.createMan = data.createBy;
         this.mainForm.createDate = data.createTime;
         this.mainForm.fileNum = data.fileNo;
         this.mainForm.salesMan = data.serviceId;
         this.mainForm.examineRemark = data.examineNote;
-        this.mainForm.power = data.powerCategory;
+        this.mainForm.power = data.refPowerCategory;
 
         data.items.forEach(item => {
           item.status1 = '';