From 8b73e40cca6d7da99801c7a2887c53752ddd6e3d Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Thu, 19 Sep 2024 14:01:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A6=81=E8=B4=A7=E8=AE=A1=E5=88=92=E5=AD=90?= =?UTF-8?q?=E8=A1=A8=E6=98=8E=E7=BB=86=E7=BC=96=E8=BE=91=E5=AE=8C=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E6=9C=AA=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierdeliver/purchasePlanMain/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue index ee6307109..bf4d22be7 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue @@ -98,7 +98,7 @@ :mainSubmitCreateApi="true" fieldTableColumn="poLine" @detailOpenForm="detailOpenForm" - @handleSubmitForm="handleSubmitForm" + @handleSubmitForm="handleDetailSubmitForm" /> @@ -527,7 +527,7 @@ const getSearchTableData = async (number,formField,searchField)=>{ } }) } - const handleSubmitForm = async (formType, data)=>{ + const handleDetailSubmitForm = async (formType, data)=>{ if(formType == 'update'){ if(Number(data.planQty)<=0){ message.error(t('ts.计划数量必须大于0')) @@ -536,7 +536,7 @@ const getSearchTableData = async (number,formField,searchField)=>{ await PurchasePlanDetailApi.updatePurchasePlanDetail(data) message.success(t('common.updateSuccess')) } - + detailRef.value.submitUpdateList() } /** 删除按钮操作 */ const handleDelete = async (id : number) => {