Browse Source

WMS bug HL-6231:器具相关的功能优化QTY赋值 删除创建者

hella_online_20241017
gaojs 1 month ago
parent
commit
b6b913eff6
  1. 1
      src/views/wms/inventoryjobManage/containermanage/containerMainRequest/index.vue
  2. 1
      src/views/wms/inventoryjobManage/containermanage/scrapContainerMainRequest/index.vue

1
src/views/wms/inventoryjobManage/containermanage/containerMainRequest/index.vue

@ -176,6 +176,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row) =>
newRow['uom'] = item['uom']
newRow['fromLocationCode'] = item['locationCode']
newRow['fromInventoryStatus'] = item['inventoryStatus']
newRow['toQty'] = item['qty']
tableData.value.push(newRow)
})
}else if(formField == 'toLocationCode'){

1
src/views/wms/inventoryjobManage/containermanage/scrapContainerMainRequest/index.vue

@ -158,6 +158,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row) =>
newRow['fromLocationCode'] = item['locationCode']
newRow['fromInventoryStatus'] = item['inventoryStatus']
newRow['toInventoryStatus'] = 'SCRAP'
newRow['toQty'] = item['qty']
tableData.value.push(newRow)
})
}else if(formField == 'toLocationCode'){

Loading…
Cancel
Save