diff --git a/src/views/wms/basicDataManage/labelManage/callmaterials/callmaterials.data.ts b/src/views/wms/basicDataManage/labelManage/callmaterials/callmaterials.data.ts index d50c7b763..fd438daee 100644 --- a/src/views/wms/basicDataManage/labelManage/callmaterials/callmaterials.data.ts +++ b/src/views/wms/basicDataManage/labelManage/callmaterials/callmaterials.data.ts @@ -352,22 +352,22 @@ export const Callmaterials = useCrudSchemas(reactive([ }] }, }, - { - label: '叫料库位', - field: 'location', - isTable: false, - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault:1, - isSearch:false, - form: { - componentProps: { - disabled: true - } - } - }, + // { + // label: '叫料库位', + // field: 'location', + // isTable: false, + // sort: 'custom', + // table: { + // width: 150 + // }, + // sortTableDefault:1, + // isSearch:false, + // form: { + // componentProps: { + // disabled: true + // } + // } + // }, { label: '项目', field: 'project',