From 579e8efbd0d5b7ca01832f5bb51b897f24a14471 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Tue, 25 Feb 2025 16:50:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=97=A0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../onlinesettlementInfo/onlinesettlementInfo.data.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/wms/issueManage/onlinesettlement/onlinesettlementInfo/onlinesettlementInfo.data.ts b/src/views/wms/issueManage/onlinesettlement/onlinesettlementInfo/onlinesettlementInfo.data.ts index 2caf11af5..5926d8ff0 100644 --- a/src/views/wms/issueManage/onlinesettlement/onlinesettlementInfo/onlinesettlementInfo.data.ts +++ b/src/views/wms/issueManage/onlinesettlement/onlinesettlementInfo/onlinesettlementInfo.data.ts @@ -218,6 +218,7 @@ export const OnlinesettlementInfo = useCrudSchemas(reactive([ label: '来源库位代码', field: 'fromLocationCode', sort: 'custom', + isTable:false, isSearch: false, table: { width: 180 @@ -245,6 +246,7 @@ export const OnlinesettlementInfo = useCrudSchemas(reactive([ label: '来源仓库', field: 'fromWarehouseCode', sort: 'custom', + isTable:false, table: { width: 180 },