From 75d2f3ed399459c32c6a6130cd41f36669f5e9c6 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Mon, 3 Mar 2025 16:15:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E9=99=B7=EF=BC=9AFWHL-247?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierdeliver/purchasePlanMain/index.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue index 303929f8b..67ef7635a 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue @@ -514,10 +514,11 @@ const getSearchTableData = async (number,formField,searchField)=>{ const detailOpenForm = (type, row) => { PurchasePlanDetail.allSchemas.formSchema.forEach(item=>{ - if(item.field == 'planQty'){ - //计划数量 - item.componentProps.disabled = row.available=="FALSE" - } + // 可以修改数量 + //if(item.field == 'planQty'){ + // //计划数量 + // item.componentProps.disabled = row.available=="FALSE" + //} }) } const handleDetailSubmitForm = async (formType, data)=>{