diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BCopinions.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BCopinions.jsp
new file mode 100644
index 000000000..a055659b6
--- /dev/null
+++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BCopinions.jsp
@@ -0,0 +1,37 @@
+<%@ page contentType="text/html; charset=GBK"%>
+<%@ include file="/Frame/resources/include/include_begin_info.jspf"%><%
+ /*
+ Author: undefined 2018-11-22
+ Content: 示例详情页面
+ History Log:
+ */
+ String sPrevUrl = CurPage.getParameter("PrevUrl");
+ String projectid = CurPage.getParameter("ProjectId");
+ String flowunid = CurPage.getParameter("FlowUnid");
+ if(sPrevUrl == null) sPrevUrl = "";
+
+ String sTempletNo = "LBOPINIONSINFO";//--模板号--
+ ASObjectModel doTemp = new ASObjectModel(sTempletNo);
+ doTemp.setDefaultValue("projectid", projectid);
+ doTemp.setDefaultValue("flowunid", flowunid);
+ ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);
+ dwTemp.Style = "2";//freeform
+ //dwTemp.ReadOnly = "-2";//只读模式
+ dwTemp.genHTMLObjectWindow(projectid+","+flowunid);
+
+ String sButtons[][] = {
+ {"true","All","Button","保存","保存所有修改","save()","","","",""},
+ {"false","All","Button","返回","返回列表","returnList()","","","",""}
+ };
+ //sButtonPosition = "north";
+%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
+
+<%@ include file="/Frame/resources/include/include_end.jspf"%>
\ No newline at end of file
diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp
index f1c912f7b..919c0b8c9 100644
--- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp
+++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/CustomerFamilyJoinTempInfo.jsp
@@ -79,22 +79,26 @@
}
function checkCertId(){//校验共同申请人证件号格式
var certId = getItemValue(0,getRow(0),"certid");
+ var certtype = getItemValue(0,getRow(0),"CERTTYPE");
if(certId==""){
setErrorTips("certId","证件号不能为空!");
return true;
}
- if(certId.length!=18){
- setErrorTips("certid","身份证必须是18位!");
- return false;
- }
- if(CheckLicense(certId)){
- setErrorTips("certid","");
- return true;
+ if("Ind01"==certtype){
+ if(certId.length!=18){
+ setErrorTips("certid","身份证必须是18位!");
+ return false;
+ }
+ if(CheckLicense(certId)){
+ setErrorTips("certid","");
+ return true;
+ }else{
+ setErrorTips("certId","身份证格式不正确!");
+ return false;
+ }
}else{
- setErrorTips("certId","身份证格式不正确!");
- return false;
+ return true;
}
-
}
function checkTel(){//校验共同申请人手机号格式
diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp
index b98ddca3e..405c3e565 100644
--- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp
+++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp
@@ -74,7 +74,7 @@
<%/*~BEGIN~可编辑区~[Editable=false;CodeAreaID=Info06;Describe=定义按钮事件-;]~*/%>