From df2c8953aee7e2196e396d6424625461955fcbad Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Fri, 6 Dec 2024 14:26:51 +0800 Subject: [PATCH] =?UTF-8?q?YT-1572=E9=94=80=E5=94=AE=E5=BC=80=E7=A5=A8?= =?UTF-8?q?=E9=87=91=E9=A2=9D=EF=BC=8C=E6=98=8E=E7=BB=86=E7=A8=8E=E9=A2=9D?= =?UTF-8?q?=E3=80=81=E5=90=AB=E7=A8=8E=E9=87=91=E9=A2=9D=EF=BC=8C=E5=BA=94?= =?UTF-8?q?=E4=BF=9D=E7=95=992=E4=BD=8D=E5=B0=8F=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../customerSaleInvoiceRequestMain/index.vue | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/index.vue b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/index.vue index fd63549de..c2bdbfd72 100644 --- a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/index.vue +++ b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/index.vue @@ -74,7 +74,17 @@ " @buttonBaseClick="detailButtonBaseClick" @searchTableSuccessDetail="searchTableSuccessDetail" - /> + > + + + + { /** 添加/修改操作 */ const formRef = ref() const openForm =async (type: string, row?: any) => { - formRef.value.openForm(type,row) + formRef.value.openForm(type, row) } /** 详情操作 */ const detailRef = ref() const openDetail = (row: any, titleName: any, titleValue: any) => { - detailRef.value.openDetail(row, titleName, titleValue,'planDeliverMain') + detailRef.value.openDetail(row, titleName, titleValue, 'planDeliverMain') }