租金休眠增加合同基本信息页面

This commit is contained in:
zhangbeibei 2021-04-13 09:31:12 +08:00
parent 914cdcc795
commit 137bbac0c3
2 changed files with 21 additions and 1 deletions

View File

@ -102,7 +102,7 @@ $(function(){
setItemValue(0,0,"END_LIST","");
return;
}
if(Number(endList)==rentLists){
if(Number(endList)==<%=rentLists%>){
alert("休眠结束期次不可以为最大期次");
setItemValue(0,0,"END_LIST","");
return;

View File

@ -0,0 +1,20 @@
<%@page import="com.itextpdf.text.log.SysoCounter"%>
<%@ page contentType="text/html; charset=GBK"%><%@
include
file="/Frame/resources/include/include_begin_info.jspf"%>
<%
String sTempletNo = "LBContractInfo_Car";//--Ä£°åºÅ--
ASObjectModel doTemp = new ASObjectModel(sTempletNo);
ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);
dwTemp.Style = "2";//freeform
dwTemp.ReadOnly = "-2";//Ö»¶Áģʽ
dwTemp.genHTMLObjectWindow(CurPage.getParameter("ContractId"));
String sButtons[][] = {
};
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
<script type="text/javascript">
</script>
<%@ include file="/Frame/resources/include/include_end.jspf"%>