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 1/4] =?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)=>{ From b487f76b9aca4bb37bd64055e670aa95d726e8b0 Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Wed, 5 Mar 2025 09:08:49 +0800 Subject: [PATCH 2/4] FWHL-166 --- .../sparereceipt/sparereceiptRequestMain/index.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/views/wms/purchasereceiptManage/sparereceipt/sparereceiptRequestMain/index.vue b/src/views/wms/purchasereceiptManage/sparereceipt/sparereceiptRequestMain/index.vue index 0c99e0a8f..0d0aee360 100644 --- a/src/views/wms/purchasereceiptManage/sparereceipt/sparereceiptRequestMain/index.vue +++ b/src/views/wms/purchasereceiptManage/sparereceipt/sparereceiptRequestMain/index.vue @@ -61,6 +61,7 @@ @submitForm="submitForm" @formFormDateChange="formFormDateChange" @onEnter="onEnter" + @clearSearchInput="clearSearchInput" >