From f28cca0d0a78b20b629334042b1aee47769f0745 Mon Sep 17 00:00:00 2001 From: zzk Date: Wed, 13 Sep 2023 09:45:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E9=92=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lessee/Comm/Communication/Communication_list.jsp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/WebContent/Tenwa/Customer/Lessee/Comm/Communication/Communication_list.jsp b/WebContent/Tenwa/Customer/Lessee/Comm/Communication/Communication_list.jsp index fc629d55c..5ce6d0a7e 100644 --- a/WebContent/Tenwa/Customer/Lessee/Comm/Communication/Communication_list.jsp +++ b/WebContent/Tenwa/Customer/Lessee/Comm/Communication/Communication_list.jsp @@ -50,8 +50,7 @@ alert("参数不能为空!"); return ; } - var param = "flowunid=<%=flowunid%>,phaseNo=<%=phaseNo%>,taskno=<%=taskno%>,userid=<%=userid%>,orgid=<%=orgid%>,id="+id; - var Return = AsControl.RunJavaMethodTrans("com.tenwa.voucher.CreateVoucherProcess.Communicationsave","soleVerify",param); + AsDialog.PopView(sUrl,param,"resizable=yes;dialogWidth=1000px;dialogHeight=400px;center:yes;status:no;statusbar:no",function(){reloadSelf();},"修改信息"); } @@ -62,7 +61,7 @@ return ; } if(confirm('确实要删除吗?')){ - AsControl.RunJavaMethodTrans("com.tenwa.voucher.CreateVoucherProcess.InsertCustomerHistoryInfo","InsertCustomerHistoryInfoTemp","flowunid=<%=flowunid%>"); + as_delete(0); } }