web100 2 лет назад
Родитель
Сommit
5930ebaade

+ 1 - 1
src/views/businessManagement/salesOrder/configuration/customerContact.json

@@ -142,7 +142,7 @@
     },
     {
       "label": "库区",
-      "prop": "storageId",
+      "prop": "storageName",
       "index": 5,
       "width": 150,
       "cell": false,

+ 4 - 4
src/views/businessManagement/salesOrder/detailsPageEdit.vue

@@ -2965,13 +2965,13 @@ export default {
           // 如果有id解锁,没有跳过
           // this.form.id && this.unLock({moduleName: 'xs',tableName: 'business_order', billId: this.form.id})
           this.saveLoading = true
-          this.surplusRouteQuantityOption.forEach((itm)=>{
-              // console.log(itm.storageId);
-            })
+          // this.surplusRouteQuantityOption.forEach((itm)=>{
+          //     console.log(itm.storageId);
+          //   })
           console.log(this.form.contactsForm);
           this.form.orderItemsList.forEach((item) => {
             item.storageQuantity = item.storageQuantity.surplusRouteQuantity;
-            item.storageId = this.contactsForm.storageName
+            item.storageId = this.contactsForm.storageId
           });
           await this.computedCost()
           typeSave(this.form).then(res => {