Browse Source

BUG修改

hella_online_20240829
叶佳兴 7 months ago
parent
commit
b9f857feb5
  1. 2
      src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/index.vue

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

@ -350,7 +350,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']
newRow['qty'] = item['qty']
if(routeName.value == 'OktoholdRequestMain'){
newRow['toInventoryStatus'] = "HOLD"
}else if(routeName.value == 'NoktoholdRequestMain'){

Loading…
Cancel
Save