From bd377df45cab8b96fa0baaae4d38ffd518d07947 Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Fri, 14 Mar 2025 09:14:16 +0800 Subject: [PATCH] =?UTF-8?q?YT-2106=E4=BE=BF=E6=AC=A1=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=EF=BC=8C=E7=BC=96=E8=BE=91=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E5=90=8E=E5=86=8D=E6=96=B0=E5=A2=9E=EF=BC=8C=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=BC=96=E5=8F=B7=E6=97=A0=E6=B3=95=E8=BE=93?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basicDataManage/supplierManage/deliTimeWms/index.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/wms/basicDataManage/supplierManage/deliTimeWms/index.vue b/src/views/wms/basicDataManage/supplierManage/deliTimeWms/index.vue index 756d0f660..704810bbe 100644 --- a/src/views/wms/basicDataManage/supplierManage/deliTimeWms/index.vue +++ b/src/views/wms/basicDataManage/supplierManage/deliTimeWms/index.vue @@ -155,7 +155,14 @@ const openForm = (type: string, row?: any) => { item.componentProps.disabled = true } }) + } else { + DeliTimeWms.allSchemas.formSchema.forEach((item) => { + if(item.field == 'code'){ + item.componentProps.disabled = false + } + }) } + basicFormRef.value.open(type, row) }