Browse Source

维修备件领用,新增应带出库存最大数量 YT-678

intex_online20241111
叶佳兴 3 months ago
parent
commit
8914e39c2b
  1. 2
      src/views/wms/inventoryjobManage/sparepartsrequisition/sparepartsrequisitionRequestMain/index.vue

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

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

Loading…
Cancel
Save