From 6c65b0f75b01badda7c048d2a6c141fd7de7af3b Mon Sep 17 00:00:00 2001 From: zzk Date: Wed, 13 Sep 2023 09:41:19 +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 | 7 ++++--- 1 file changed, 4 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 296f1ff8e..fc629d55c 100644 --- a/WebContent/Tenwa/Customer/Lessee/Comm/Communication/Communication_list.jsp +++ b/WebContent/Tenwa/Customer/Lessee/Comm/Communication/Communication_list.jsp @@ -19,7 +19,7 @@ dwTemp.setPageSize(20); dwTemp.genHTMLObjectWindow(flowunid); String sButtons[][] = { - {"true","All","Button","123新增","123新增","newRecord()","","","","btn_icon_add",""}, + {"true","All","Button","新增","新增","newRecord()","","","","btn_icon_add",""}, {"true","","Button","修改","修改","viewAndEdit()","","","","btn_icon_edit",""}, //{"true","All","Button","删除","删除","deleteRecord()","","","","btn_icon_delete",""}, }; @@ -50,7 +50,8 @@ alert("参数不能为空!"); return ; } - AsDialog.PopView(sUrl,param,"resizable=yes;dialogWidth=1000px;dialogHeight=400px;center:yes;status:no;statusbar:no",function(){reloadSelf();},"修改信息"); + 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); } @@ -61,7 +62,7 @@ return ; } if(confirm('确实要删除吗?')){ - as_delete(0); + AsControl.RunJavaMethodTrans("com.tenwa.voucher.CreateVoucherProcess.InsertCustomerHistoryInfo","InsertCustomerHistoryInfoTemp","flowunid=<%=flowunid%>"); } }