From 2291d9497f5896be79e5a9fe0103dae5e13ebb30 Mon Sep 17 00:00:00 2001 From: songguoqiang Date: Thu, 26 Dec 2024 18:17:11 +0800 Subject: [PATCH] =?UTF-8?q?YT-1770:=E4=BF=AE=E6=94=B9=E5=88=B6=E9=80=A0?= =?UTF-8?q?=E4=BB=B6=E6=A0=87=E7=AD=BE=E6=96=B0=E5=A2=9E=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../manufacturePackage.data.ts | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/views/wms/basicDataManage/labelManage/manufacturePackage/manufacturePackage.data.ts b/src/views/wms/basicDataManage/labelManage/manufacturePackage/manufacturePackage.data.ts index 1d58b27ee..dcb712aa6 100644 --- a/src/views/wms/basicDataManage/labelManage/manufacturePackage/manufacturePackage.data.ts +++ b/src/views/wms/basicDataManage/labelManage/manufacturePackage/manufacturePackage.data.ts @@ -398,7 +398,10 @@ export const PackageInventory = useCrudSchemas( dictType: DICT_TYPE.UOM, dictClass: 'string', // 默认都是字符串类型其他暂不考虑 form: { - component: 'Select' + component: 'Select', + componentProps:{ + disabled:true + } }, table: { width: 150 @@ -424,6 +427,9 @@ export const PackageInventory = useCrudSchemas( label: '替代计量单位', field: 'altUom', sort: 'custom', + isDetail:false, + isForm:false, + isTable:false, dictType: DICT_TYPE.UOM, dictClass: 'string', // 默认都是字符串类型其他暂不考虑 form: { @@ -440,6 +446,9 @@ export const PackageInventory = useCrudSchemas( table: { width: 150 }, + isDetail:false, + isForm:false, + isTable:false, form: { component: 'InputNumber', componentProps: { @@ -543,6 +552,11 @@ export const PackageInventory = useCrudSchemas( sort: 'custom', table: { width: 150 + }, + form:{ + componentProps:{ + disabled:true, + } } }, // {