抵押档案归档流程

This commit is contained in:
user 2018-06-11 10:37:12 +08:00
parent 300506ac61
commit a8762cbfad

View File

@ -22,7 +22,22 @@
{"true","All","Button","±£´æ","±£´æ","saveRecord()","","","","btn_icon_add",""},
};
%><%@include file="/Frame/resources/include/ui/include_list.jspf"%>
<script type="text/javascript">
<script type="text/javascript">
$(function (){
var html="";
<%-- if("<%=custtype%>"=="03"){ --%>
// //(无法完成电子签约,请采用下载纸质合同)
// html='<tr id="contractsign" class="test"><td>合同签约操作步骤:<br/>1.制作合同<br/>2.发起电子签约<br/>3.完成电子签约<br/>4.资料上传</td></tr>';
// }else{
// }
html='<tr id="contractsign" class="test"><td><a href="http://www.chinatax.gov.cn/">国家税务总局</a></td></tr>';
$("#ListTable").prepend(html);
// $("#myiframe0_static").height($("#myiframe0_static").height()-108);
// $("#myiframe0_cells").height($("#myiframe0_cells").height()-108);
// setTimes1();
})
function saveRecord(){
as_save("myiframe0");
}