diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBContractEnd/LoanNoticeList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBContractEnd/LoanNoticeList.jsp index dbf60b8dd..be3cd5e0b 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBContractEnd/LoanNoticeList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBContractEnd/LoanNoticeList.jsp @@ -1,161 +1,165 @@ -<%@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"%> -<%@ page import="com.tenwa.doc.action.DocListInitAction" %> -<%@ page import="com.amarsoft.app.lc.workflow.action.GetFlowAction" %> -<%@ page import="com.amarsoft.app.util.*" %> -<% - /* - Author: undefined 2016-09-01 - Content: - History Log: - */ - - String userId = CurUser.getUserID(); - String orgId =CurUser.getOrgID(); - System.out.print(orgId); - - String compClientID = request.getParameter("CompClientID"); - ASObjectModel doTemp = new ASObjectModel("LoanNoticeList"); - - ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); - dwTemp.Style="1"; //--设置为Grid风格-- - dwTemp.ReadOnly = "1"; - dwTemp.setPageSize(15); - dwTemp.MultiSelect = true; - dwTemp.genHTMLObjectWindow(userId); - - //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"}, - {"true","All","Button","批量下载","批量下载","lotdown()","","","","btn_icon_down"}, - {"true","All","Button","公司盖章","公司盖章","stamp()","","","",""}, - }; - -%><%@include file="/Frame/resources/include/ui/include_list.jspf"%> - +<%@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"%> +<%@ page import="com.tenwa.doc.action.DocListInitAction" %> +<%@ page import="com.amarsoft.app.lc.workflow.action.GetFlowAction" %> +<%@ page import="com.amarsoft.app.util.*" %> +<% + /* + Author: undefined 2016-09-01 + Content: + History Log: + */ + + String userId = CurUser.getUserID(); + String orgId =CurUser.getOrgID(); + System.out.print(orgId); + String falg = "true"; + String compClientID = request.getParameter("CompClientID"); + ASObjectModel doTemp = new ASObjectModel("LoanNoticeList"); + if(userId.indexOf("8006")>-1){ + falg = "false"; + doTemp.appendJboWhere(" and lci.inputuserid='"+userId+"'"); + } + + ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); + dwTemp.Style="1"; //--设置为Grid风格-- + dwTemp.ReadOnly = "1"; + dwTemp.setPageSize(15); + dwTemp.MultiSelect = true; + dwTemp.genHTMLObjectWindow(userId); + + //0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格 + String sButtons[][] =null; + sButtons=new String[][]{ + {falg,"All","Button","生成放款通知书","生成放款通知书","generateQuotation()","","","","btn_icon_generate"}, + {falg,"All","Button","批量下载","批量下载","lotdown()","","","","btn_icon_down"}, + {"false","All","Button","公司盖章","公司盖章","stamp()","","","",""}, + }; + +%><%@include file="/Frame/resources/include/ui/include_list.jspf"%> + <%@ include file="/Frame/resources/include/include_end.jspf"%> \ No newline at end of file diff --git a/WebContent/fileTemplate/鏀炬閫氱煡涔﹀強鏀炬鍒拌处纭涔.docx b/WebContent/fileTemplate/鏀炬閫氱煡涔﹀強鏀炬鍒拌处纭涔.docx index 65a81ec4c..7fb8d12a4 100644 Binary files a/WebContent/fileTemplate/鏀炬閫氱煡涔﹀強鏀炬鍒拌处纭涔.docx and b/WebContent/fileTemplate/鏀炬閫氱煡涔﹀強鏀炬鍒拌处纭涔.docx differ