Explorar o código

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

002390 hai 1 ano
pai
achega
6147655d3f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 =