Browse Source

采购退货库位代码

master
zhang_li 11 months ago
parent
commit
998f0aadc7
  1. 3
      src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue

3
src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue

@ -177,9 +177,6 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row) =>
item.batch = item.toBatch
item.packingNumber = item.toPackingNumber
item.containerNumber = item.toContainerNumber
let fromLocationCode = item.fromLocationCode
item.fromLocationCode = item.toLocationCode
item.toLocationCode = fromLocationCode
})
isShowButton.value = false
PurchasereturnRequestDetail.allSchemas.tableFormColumns.map((item) => {

Loading…
Cancel
Save