Browse Source

WMS bug:HL-5694 WMS-PDA补料任务增加筛选后端增加字段

hella_online_20240829
gaojs 3 weeks ago
parent
commit
23f26df0ab
  1. 20
      src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts

20
src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts

@ -763,6 +763,26 @@ export const RepleinshJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
},
isSearch: true,
},
{
label: '从库区',
field: 'fromAreaCode',
sort: 'custom',
table: {
width: 150
},
isSearch: true,
isTable: true
},
{
label: '到库区',
field: 'toAreaCode',
sort: 'custom',
table: {
width: 150
},
isSearch: true,
isTable: true
},
{
label: '物料代码',
field: 'itemCode',

Loading…
Cancel
Save