From ed5df7b55cc62ada08857a30957455387af1c3dd Mon Sep 17 00:00:00 2001 From: songguoqiang Date: Sat, 28 Dec 2024 11:24:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E6=B7=BB=E5=8A=A0=E8=83=8C?= =?UTF-8?q?=E7=95=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../count/countJobMain/countJobMain.data.ts | 17 +++++++++-------- .../countRecordMain/countRecordMain.data.ts | 17 +++++++++-------- 2 files changed, 18 insertions(+), 16 deletions(-) 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',