From 608caa8892c2cfbf1011b801494bf9cf5959a63c Mon Sep 17 00:00:00 2001 From: zhangbb Date: Mon, 18 Feb 2019 10:01:04 +0800 Subject: [PATCH] =?UTF-8?q?1.=E9=9A=90=E8=97=8F=E8=B4=A2=E5=8A=A1=E6=8A=A5?= =?UTF-8?q?=E8=A1=A8=E4=B8=AD=E7=9A=84=E2=80=98=E8=BD=AC=E5=87=BA=E8=87=B3?= =?UTF-8?q?=E7=94=B5=E5=AD=90=E8=A1=A8=E6=A0=BC=E2=80=99=E6=8C=89=E9=92=AE?= =?UTF-8?q?=202.=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Common/FinanceReport/ReportData.jsp | 2 +- .../Flow/Fund/FundPayment/LCFundPaymentTempInfoSelect.jsp | 7 ------- src_tenwa/com/tenwa/lease/app/message/SmsController.java | 3 ++- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/WebContent/Common/FinanceReport/ReportData.jsp b/WebContent/Common/FinanceReport/ReportData.jsp index f80647393..3765bb6fa 100644 --- a/WebContent/Common/FinanceReport/ReportData.jsp +++ b/WebContent/Common/FinanceReport/ReportData.jsp @@ -152,7 +152,7 @@ <%=new Button("测 算","测算财务报表","calcReport()","","btn_icon_finish").getHtmlText()%>
<% }%> <%//=new Button("转出至电子表格","转出至电子表格","spreadsheetTransfer(formatContent());","","").getHtmlText()%> - <%=new Button("转出至电子表格","转出至电子表格","AsControl.ExportFinanceReport('"+rReport.ReportNo+"')","","btn_icon_export").getHtmlText()%> + <%//=new Button("转出至电子表格","转出至电子表格","AsControl.ExportFinanceReport('"+rReport.ReportNo+"')","","btn_icon_export").getHtmlText()%>   diff --git a/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/LCFundPaymentTempInfoSelect.jsp b/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/LCFundPaymentTempInfoSelect.jsp index fdd37b55b..f6072053a 100644 --- a/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/LCFundPaymentTempInfoSelect.jsp +++ b/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/LCFundPaymentTempInfoSelect.jsp @@ -33,13 +33,6 @@ $(function(){ if(relines<0){ $("#RELINES").css("color","red"); } - var phaseNo="<%=phaseNo%>"; - if(phaseNo=='0010'){ - setItemReadOnly(0, 0, "LENDING_TYPE", true); - }else{ - setItemReadOnly(0, 0, "LENDING_TYPE", false); - } - lendingType(); }); function returnList(){ AsControl.OpenView("<%=sPrevUrl%>", "","_self",""); diff --git a/src_tenwa/com/tenwa/lease/app/message/SmsController.java b/src_tenwa/com/tenwa/lease/app/message/SmsController.java index ee5ef118b..a835c7526 100644 --- a/src_tenwa/com/tenwa/lease/app/message/SmsController.java +++ b/src_tenwa/com/tenwa/lease/app/message/SmsController.java @@ -39,7 +39,8 @@ public class SmsController { String result = null; try { //通过HttpClient发送短信 - result = SendMessageUtil.sendMessageByHttpClient(boLSNT.getAttribute("PHONE_NUMBER").getString(), boLSNT.getAttribute("SMS_CONTENT").getString()); + // result = SendMessageUtil.sendMessageByHttpClient(boLSNT.getAttribute("PHONE_NUMBER").getString(), boLSNT.getAttribute("SMS_CONTENT").getString()); + result = "{'status':101,'count':0,'list':''}"; } catch (Exception e) { logger.error("短信发送任务执行失败。", e); result = "发送失败,发送遇到异常:" + e.getMessage();