1.隐藏财务报表中的‘转出至电子表格’按钮

2.删除多余代码
This commit is contained in:
zhangbb 2019-02-18 10:01:04 +08:00
parent 2a517c64a3
commit 608caa8892
3 changed files with 3 additions and 9 deletions

View File

@ -152,7 +152,7 @@
<%=new Button("测&nbsp;算","测算财务报表","calcReport()","","btn_icon_finish").getHtmlText()%></br>
<% }%>
<%//=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()%>
</td>
<td align="center" colspan="2" height="17" width="1">&nbsp; </td>
</tr>

View File

@ -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","");

View File

@ -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();