From 39ee3306acf3847db916416b08c81a52901321dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Tue, 9 Jul 2024 10:32:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E6=96=99=E5=8E=BB=E6=8E=89=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../repleinshJobMain/repleinshJobMain.data.ts | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) 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',