From 3444182713307e08dc903de2cb400028343695da Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Tue, 18 Feb 2025 11:40:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../settlementConfiguration.data.ts | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/wms/issueManage/onlinesettlement/settlementConfiguration/settlementConfiguration.data.ts b/src/views/wms/issueManage/onlinesettlement/settlementConfiguration/settlementConfiguration.data.ts index 7764c1f8e..97099f654 100644 --- a/src/views/wms/issueManage/onlinesettlement/settlementConfiguration/settlementConfiguration.data.ts +++ b/src/views/wms/issueManage/onlinesettlement/settlementConfiguration/settlementConfiguration.data.ts @@ -115,18 +115,18 @@ export const SettlementConfiguration = useCrudSchemas(reactive([ isTable: false, isForm: false, }, - // { - // label: '来源仓库', - // field: 'fromWarehouseCode', - // sort: 'custom', - // isSearch: true, - // }, - // { - // label: '目标仓库', - // field: 'toWarehouseCode', - // sort: 'custom', - // isSearch: true, - // }, + { + label: '来源仓库', + field: 'fromWarehouseCode', + sort: 'custom', + isForm: false + }, + { + label: '目标仓库', + field: 'toWarehouseCode', + sort: 'custom', + isForm: false + }, // { // label: '备注', // field: 'remark',