diff --git a/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts b/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts index fb5d90334..9fee8806c 100644 --- a/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts +++ b/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts @@ -477,15 +477,15 @@ export const RepleinshJobMain = useCrudSchemas(reactive([ } }, }, - { - label: '物料号', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - isTable: false, - }, + // { + // label: '物料号', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // isTable: false, + // }, { label: '来源库位', field: 'fromLocationCode', @@ -513,18 +513,18 @@ export const RepleinshJobMain = useCrudSchemas(reactive([ }, isTable: false, }, - { - label: '单位', - field: 'unit', - sort: 'custom', - dictType: DICT_TYPE.PACK_UNIT, - dictClass: 'string', - isSearch: false, - table: { - width: 150 - }, - isTable: false, - }, + // { + // label: '单位', + // field: 'unit', + // sort: 'custom', + // dictType: DICT_TYPE.PACK_UNIT, + // dictClass: 'string', + // isSearch: false, + // table: { + // width: 150 + // }, + // isTable: false, + // }, { label: '创建者', field: 'creator',