瀏覽代碼

凯合订单修改

wengyuwen 4 年之前
父節點
當前提交
68e0889d9f
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      src/views/kaihe/domesticTrade/orderInformation/index.vue

+ 8 - 0
src/views/kaihe/domesticTrade/orderInformation/index.vue

@@ -1629,6 +1629,14 @@ export default {
         fMblno:this.form.fMblno
       }
       let formData = new window.FormData();
+      for(let li in this.warehouseDrList){
+        this.warehouseDrList[li].fMblno = this.form.fMblno
+        for(let item in this.nameOptions){
+          if(this.warehouseDrList[li].fCorpid == this.nameOptions[item].fName){
+            this.warehouseDrList[li].fCorpid = this.nameOptions[item].fId
+          }
+        }
+      }
       formData.append("tWarehousebills",JSON.stringify(form))
       formData.append("tWarehousebillsCntritems",JSON.stringify(this.dataList))
       formData.append('tWarehousebillsfeesDr',JSON.stringify(this.warehouseDrList))