Browse Source

fix: 家用工程编辑enginOrderNo

zh 2 years ago
parent
commit
3411b15f52

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

@@ -776,7 +776,7 @@ export default {
     getDetail() {
       getOrderDetail({ id: this.editId }).then(res => {
         const data = res.data
-        this.mainForm.orderNum = data.enginOrderId
+        this.mainForm.orderNum = data.enginOrderNo
         this.mainForm.orderDate = data.orderDate
         // this.mainForm.type = data.mainId;
         this.mainForm.jxsNum = data.customerNumber

+ 1 - 1
src/views/supply/engin/components/home_form.vue

@@ -1237,7 +1237,7 @@ export default {
       getOrderDetail({ id: this.editId }).then(res => {
         const data = res.data
         this.mainForm.customerId = data.customerId
-        this.mainForm.orderNum = data.enginOrderId
+        this.mainForm.orderNum = data.enginOrderNo
         this.mainForm.orderDate = data.orderDate
         this.mainForm.type = data.mainId
         this.mainForm.jxsNum = data.customerNumber