Browse Source

盘点添加背番

intex_online20241228
songguoqiang 1 month ago
parent
commit
ed5df7b55c
  1. 17
      src/views/wms/countManage/count/countJobMain/countJobMain.data.ts
  2. 17
      src/views/wms/countManage/count/countRecordMain/countRecordMain.data.ts

17
src/views/wms/countManage/count/countJobMain/countJobMain.data.ts

@ -627,6 +627,15 @@ export const CountJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 200
},
},
{
label: '背番',
field: 'itemDesc1',
sort: 'custom',
hiddenSearchHigh:true,
table: {
width: 150
},
},
{
label: '批次',
field: 'batch',
@ -684,14 +693,6 @@ export const CountJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
},
{
label: '背番',
field: 'itemDesc1',
sort: 'custom',
table: {
width: 150
},
},
{
label: '描述',
field: 'itemDesc2',

17
src/views/wms/countManage/count/countRecordMain/countRecordMain.data.ts

@ -385,6 +385,15 @@ export const CountRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
},
{
label: '背番',
field: 'itemDesc1',
sort: 'custom',
hiddenSearchHigh:true,
table: {
width: 150
},
},
{
label: '批次',
field: 'batch',
@ -445,14 +454,6 @@ export const CountRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
},
{
label: '背番',
field: 'itemDesc1',
sort: 'custom',
table: {
width: 150
},
},
{
label: '描述',
field: 'itemDesc2',

Loading…
Cancel
Save