Browse Source

维修备件领用添加明细,选物料选不上 YT-652

intex_online20241111
YEJIAXING-PC\lenovo 3 weeks ago
parent
commit
11ff167841
  1. 2
      src/views/wms/inventoryjobManage/sparepartsrequisition/sparepartsrequisitionRequestMain/index.vue

2
src/views/wms/inventoryjobManage/sparepartsrequisition/sparepartsrequisitionRequestMain/index.vue

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

Loading…
Cancel
Save