Browse Source

采购需求单-编辑收货地址之后,收货仓库deliveryAddress应该取id,而不是code

002390 1 năm trước cách đây
mục cha
commit
6147655d3f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/purchase/PurchaseDemandList/add.vue

+ 1 - 1
src/views/purchase/PurchaseDemandList/add.vue

@@ -2419,7 +2419,7 @@ export default {
         this.basicForm.puDemandItemList[this.tableIndex].deliveryAddressName =
           selection[0].name;
         this.basicForm.puDemandItemList[this.tableIndex].deliveryAddress =
-          selection[0].code;
+          selection[0].id;
         this.basicForm.puDemandItemList[this.tableIndex].contacts =
           selection[0].contactsName;
         this.basicForm.puDemandItemList[this.tableIndex].contactsPhone =