Browse Source

WMS bug:HL-5847 物料隔离相关操作中增加供应商批次的选择和显示

hella_online_20240906
gaojs 2 weeks ago
parent
commit
316686aea3
  1. 9
      src/views/wms/inventoryManage/balance/balance.data.ts
  2. 18
      src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts

9
src/views/wms/inventoryManage/balance/balance.data.ts

@ -44,6 +44,15 @@ export const Balance = useCrudSchemas(
},
isSearch: true
},
{
label: '供应商批次',
field: 'altBatch',
sort: 'custom',
table: {
width: 150
},
isSearch: false
},
{
label: '包装号',
field: 'packingNumber',

18
src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data.ts

@ -606,6 +606,24 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive<CrudSchema[]>(
}
}
},
{
label: '供应商批次',
field: 'altBatch',
sort: 'custom',
isForm:false,
isSearch: true,
table: {
width: 150
},
form: {
componentProps: {
disabled: true
}
},
tableForm: {
disabled: true
}
},
{
label: '到批次',
field: 'toBatch',

Loading…
Cancel
Save