diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/ChangeDebitCardList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/ChangeDebitCardList.jsp index 3c357f8e6..cff58edae 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/ChangeDebitCardList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/ChangeDebitCardList.jsp @@ -9,6 +9,10 @@ String flowunid = CurPage.getParameter("FlowUnid"); String contractid = CurPage.getParameter("ContractId"); String customerType = CurPage.getParameter("CustomerType"); + String falg = "false"; + if("03".equals(customerType)){ + falg = "true"; + } CurPage.getParameter("PrevUrl"); ASObjectModel doTemp = new ASObjectModel("ChangeDebitCardList"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); @@ -21,9 +25,9 @@ //0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格 String sButtons[][] = { {"true","All","Button","生成模板","生成模板","generatepdf()","","","",""}, - {"true","All","Button","发起电子签约","发起电子签约","stamp()","","","",""}, - {"true","All","Button","查询签约结果","查询签约结果","getStatus()","","","",""}, - {"true","All","Button","重新发送短息","重新发送短息","sendMessageAgain()","","","","btn_icon_refresh"}, + {falg,"All","Button","发起电子签约","发起电子签约","stamp()","","","",""}, + {falg,"All","Button","查询签约结果","查询签约结果","getStatus()","","","",""}, + {falg,"All","Button","重新发送短息","重新发送短息","sendMessageAgain()","","","","btn_icon_refresh"}, }; //sButtonPosition = "north"; %><%@include file="/Frame/resources/include/ui/include_list.jspf"%>