From 54a4b292e7244128c5a3698828f40a1ca8df13a3 Mon Sep 17 00:00:00 2001 From: songguoqiang Date: Sat, 28 Dec 2024 15:08:32 +0800 Subject: [PATCH] =?UTF-8?q?YT-1662=EF=BC=9Awms=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 --- .../deliverRecordMain.data.ts | 1 + .../deliverRecordMain.data.ts | 1 + .../deliverRecordMain.data.ts | 3 ++- .../deliverRecordMain.data.ts | 3 ++- .../finishedShipmentMain.data.ts | 1 + .../inventoryManage/balance/balance.data.ts | 20 +++++++++---------- .../inventoryManage/package/package.data.ts | 1 + 7 files changed, 18 insertions(+), 12 deletions(-) diff --git a/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts b/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts index 57fd77107..94195e82a 100644 --- a/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts @@ -573,6 +573,7 @@ export const DeliverRecordDetail = useCrudSchemas(reactive([ label: '背番', field: 'itemDesc1', sort: 'custom', + isSearch:true, table: { width: 150 }, diff --git a/src/views/wms/deliversettlementManage/deliverPdaRecordMain/deliverRecordMain/deliverRecordMain.data.ts b/src/views/wms/deliversettlementManage/deliverPdaRecordMain/deliverRecordMain/deliverRecordMain.data.ts index 27cc85ad1..64e19d895 100644 --- a/src/views/wms/deliversettlementManage/deliverPdaRecordMain/deliverRecordMain/deliverRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/deliverPdaRecordMain/deliverRecordMain/deliverRecordMain.data.ts @@ -272,6 +272,7 @@ export const DeliverRecordDetail = useCrudSchemas(reactive([ label: '背番', field: 'itemDesc1', sort: 'custom', + isSearch:true, table: { width: 150 }, diff --git a/src/views/wms/deliversettlementManage/directSupplyPinRecordMain/deliverRecordMain/deliverRecordMain.data.ts b/src/views/wms/deliversettlementManage/directSupplyPinRecordMain/deliverRecordMain/deliverRecordMain.data.ts index 2342adb94..a3ed44cd5 100644 --- a/src/views/wms/deliversettlementManage/directSupplyPinRecordMain/deliverRecordMain/deliverRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/directSupplyPinRecordMain/deliverRecordMain/deliverRecordMain.data.ts @@ -330,7 +330,8 @@ export const DeliverRecordDetail = useCrudSchemas(reactive([ width: 150 }, isTableForm: false, - isForm: false + isForm: false, + isSearch:true }, { label: '描述', diff --git a/src/views/wms/deliversettlementManage/ftSuppliesRecordMain/deliverRecordMain/deliverRecordMain.data.ts b/src/views/wms/deliversettlementManage/ftSuppliesRecordMain/deliverRecordMain/deliverRecordMain.data.ts index 030f30866..f61b9fa0f 100644 --- a/src/views/wms/deliversettlementManage/ftSuppliesRecordMain/deliverRecordMain/deliverRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/ftSuppliesRecordMain/deliverRecordMain/deliverRecordMain.data.ts @@ -268,8 +268,9 @@ export const DeliverRecordDetail = useCrudSchemas(reactive([ }, { label: '背番', - field: 'backNumber', + field: 'itemDesc1', sort: 'custom', + isSearch:true, table: { width: 150 }, diff --git a/src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/finishedShipmentMain.data.ts b/src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/finishedShipmentMain.data.ts index 8aedf149c..876cbe2cd 100644 --- a/src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/finishedShipmentMain.data.ts +++ b/src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/finishedShipmentMain.data.ts @@ -177,6 +177,7 @@ export const FinishedShipmentDetail = useCrudSchemas(reactive([ { label: '背番', field: 'itemDesc1', + hiddenSearchHigh:true, sort: 'custom', isSearch:true, table: { diff --git a/src/views/wms/inventoryManage/balance/balance.data.ts b/src/views/wms/inventoryManage/balance/balance.data.ts index 034eb0916..543dce26c 100644 --- a/src/views/wms/inventoryManage/balance/balance.data.ts +++ b/src/views/wms/inventoryManage/balance/balance.data.ts @@ -43,16 +43,16 @@ export const Balance = useCrudSchemas( hiddenSearchHigh: true,// 高级筛选中隐藏 isSearch: true }, - { - label: '背番', - field: 'itemDesc1', - sort: 'custom', - table: { - width: 150 - }, - hiddenSearchHigh: true,// 高级筛选中隐藏 - isSearch: true - }, + // { + // label: '背番', + // field: 'itemDesc1', + // sort: 'custom', + // table: { + // width: 150 + // }, + // hiddenSearchHigh: true,// 高级筛选中隐藏 + // isSearch: true + // }, { label: '描述', field: 'itemDesc2', diff --git a/src/views/wms/inventoryManage/package/package.data.ts b/src/views/wms/inventoryManage/package/package.data.ts index 3a9ab3a08..6e0e2cfd0 100644 --- a/src/views/wms/inventoryManage/package/package.data.ts +++ b/src/views/wms/inventoryManage/package/package.data.ts @@ -101,6 +101,7 @@ export const Package = useCrudSchemas(reactive([ label: '背番', field: 'itemDesc1', sort: 'custom', + isSearch:true, table: { width: 150, },