From e924cc319b803a2b490b15373a5a7aaa937f9d78 Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 7 Jun 2018 21:04:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DistributorApproval/LDistributorAccountInfo.jsp | 9 +++++++-- .../DistributorApproval/LDistributorAccountList.jsp | 3 ++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorAccountInfo.jsp b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorAccountInfo.jsp index 711b086ee..db7718351 100644 --- a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorAccountInfo.jsp +++ b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorAccountInfo.jsp @@ -6,7 +6,8 @@ History Log: */ String id = CurPage.getParameter("id");//账号id - String flowunid=CurPage.getParameter("ObjectNo"); + String sflowunid = CurPage.getParameter("flowunid"); + String flowunid=CurPage.getParameter("ObjectNo"); // String righttrpe=CurPage.getParameter("righttrpe"); if(id == null) id=""; String sTempletNo = "LDistributorAccountInfo"; //模板号 @@ -28,11 +29,15 @@ //0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格 String sButtons[][] = { - {"true","All","Button","保存","保存","as_save(0)","","","","btn_icon_save"}, + {"true","","Button","保存","保存所有修改","save()","","","","btn_icon_save"}, {"true","","Button","返回","返回","returnList()","","","","btn_icon_return"} }; %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>