Browse Source

WMS ——> bug 调拨出库,新增计量单位没有带出

hella_online_20240829
gaojs 4 months ago
parent
commit
4df92b480e
  1. 1
      src/views/wms/inventoryjobManage/transferissue/transferissueRequestMain/index.vue

1
src/views/wms/inventoryjobManage/transferissue/transferissueRequestMain/index.vue

@ -115,6 +115,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
row['packingNumber'] = val[0]['packingNumber']
row['containerNumber'] = val[0]['containerNumber']
row['batch'] = val[0]['batch']
row['uom'] = val[0]['uom']
row['inventoryStatus'] = val[0]['inventoryStatus']
row['fromLocationCode'] = val[0]['locationCode']
row['itemCode'] = val[0]['itemCode']

Loading…
Cancel
Save