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',