diff --git a/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts b/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts index c65d6ea37..ca36c315d 100644 --- a/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts +++ b/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts @@ -627,6 +627,15 @@ export const CountJobDetail = useCrudSchemas(reactive([ width: 200 }, }, + { + label: '背番', + field: 'itemDesc1', + sort: 'custom', + hiddenSearchHigh:true, + table: { + width: 150 + }, + }, { label: '批次', field: 'batch', @@ -684,14 +693,6 @@ export const CountJobDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '背番', - field: 'itemDesc1', - sort: 'custom', - table: { - width: 150 - }, - }, { label: '描述', field: 'itemDesc2', diff --git a/src/views/wms/countManage/count/countRecordMain/countRecordMain.data.ts b/src/views/wms/countManage/count/countRecordMain/countRecordMain.data.ts index db0835f1e..80b584c15 100644 --- a/src/views/wms/countManage/count/countRecordMain/countRecordMain.data.ts +++ b/src/views/wms/countManage/count/countRecordMain/countRecordMain.data.ts @@ -385,6 +385,15 @@ export const CountRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, + { + label: '背番', + field: 'itemDesc1', + sort: 'custom', + hiddenSearchHigh:true, + table: { + width: 150 + }, + }, { label: '批次', field: 'batch', @@ -445,14 +454,6 @@ export const CountRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '背番', - field: 'itemDesc1', - sort: 'custom', - table: { - width: 150 - }, - }, { label: '描述', field: 'itemDesc2',