diff --git a/src/views/wms/inventoryjobManage/containermanage/containerRecordMain/containerRecordMain.data.ts b/src/views/wms/inventoryjobManage/containermanage/containerRecordMain/containerRecordMain.data.ts index 8b65a711b..579f2a28a 100644 --- a/src/views/wms/inventoryjobManage/containermanage/containerRecordMain/containerRecordMain.data.ts +++ b/src/views/wms/inventoryjobManage/containermanage/containerRecordMain/containerRecordMain.data.ts @@ -233,11 +233,11 @@ export const ContainerRecordDetail = useCrudSchemas(reactive([ field: 'containerNumber', sort: 'custom' }, - { - label: '来源库位代码', - field: 'fromLocationCode', - sort: 'custom', - }, + // { + // label: '来源库位代码', + // field: 'fromLocationCode', + // sort: 'custom', + // }, { label: '目标库位代码', field: 'toLocationCode',