From 08db77324bd121db01d54550d7be23bf3572821e Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Tue, 17 Dec 2024 15:14:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=8F=AB=E6=96=99=E6=A0=87?= =?UTF-8?q?=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../callmaterials/callmaterials.data.ts | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) 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',