From 81d7d693fe69b73f98e2551bdaafa640e391c304 Mon Sep 17 00:00:00 2001 From: tangfutang Date: Wed, 8 Aug 2018 19:12:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=89=A3=E6=AC=BE=E5=8D=A1?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=8F=98=E6=9B=B4=E5=8F=91=E8=B5=B7=E7=94=B5?= =?UTF-8?q?=E5=AD=90=E7=AD=BE=E7=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Comm/LBDebitCard/ChangeDebitCardList.jsp | 63 +++++- .../action/ContractSignAction.java | 184 +++++++++++++++++- .../contractaward/ContractAward.java | 25 +++ 3 files changed, 264 insertions(+), 8 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/ChangeDebitCardList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/ChangeDebitCardList.jsp index d17c5a58e..f11ce0e15 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/ChangeDebitCardList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBDebitCard/ChangeDebitCardList.jsp @@ -20,15 +20,20 @@ //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","查询签约结果","查看/修改详情","","","","",""}, - {"true","All","Button","重新发送短息","查看/修改详情","","","","","btn_icon_refresh"}, + {"true","All","Button","发起电子签约","发起电子签约","stamp()","","","",""}, + {"true","All","Button","查询签约结果","查询签约结果","getStatus()","","","",""}, + {"true","All","Button","重新发送短息","重新发送短息","sendMessageAgain()","","","","btn_icon_refresh"}, }; //sButtonPosition = "north"; %><%@include file="/Frame/resources/include/ui/include_list.jspf"%>