租金通知书列表页面,经销商能下载查看

This commit is contained in:
tangfutang 2018-07-31 16:24:21 +08:00
parent be53c99df3
commit 3dc8c79f8f

View File

@ -1,3 +1,4 @@
<%@page import="org.apache.catalina.User"%>
<%@page import="jbo.app.tenwa.calc.LC_CALC_CONDITION_TEMP"%>
<%@ page contentType="text/html; charset=GBK"%>
<%@ include file="/Frame/resources/include/include_begin_list.jspf"%>
@ -11,8 +12,11 @@
History Log:
*/
String userId = CurUser.getUserID();
String falg = "true";
if(userId.indexOf("8006")>-1){
falg = "false";
}
String compClientID = request.getParameter("CompClientID");
ASObjectModel doTemp = new ASObjectModel("RentNotify");
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
@ -25,9 +29,9 @@
//0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标CSS层叠样式 10、风格
String sButtons[][] =null;
sButtons=new String[][]{
{"true","All","Button","生成租金通知书","生成租金通知书","generateQuotation()","","","","btn_icon_generate"},
{falg,"All","Button","生成租金通知书","生成租金通知书","generateQuotation()","","","","btn_icon_generate"},
{"true","All","Button","批量下载","批量下载","lotdown()","","","","btn_icon_down"},
{"true","All","Button","公司盖章","公司盖章","stamp()","","","",""},
{falg,"All","Button","公司盖章","公司盖章","stamp()","","","",""},
};
%><%@include file="/Frame/resources/include/ui/include_list.jspf"%>