Browse Source

packQty

master_hella_20240701
wangyufei 2 months ago
parent
commit
8b50d3b562
  1. 1
      src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/index.vue

1
src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/index.vue

@ -341,6 +341,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
newRow['fromInventoryStatus'] = item['inventoryStatus']
newRow['fromLocationCode'] = item['locationCode']
newRow['uom'] = item['uom']
newRow['qty'] = item['packQty']
if(routeName.value == 'OktoholdRequestMain'){
newRow['toInventoryStatus'] = "HOLD"
}else if ( routeName.value == 'HoldtookRequestMain') {

Loading…
Cancel
Save