diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp index d64620b71..abb2b0f12 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp @@ -200,9 +200,9 @@ setItemValue(0,getRow(),"FlowUnid",sFlowUnid);//初始化流程编号 var framNum = getItemValue(0,getRow(0),"FRAME_NUMBER").length; var plate_number = getItemValue(0,getRow(0),"LICENSE_PLATE_NUMBER"); - if(framNum != "0" && checkFrameNumber()==false){ + /* if(framNum != "0" && checkFrameNumber()==false){ return; - } + } */ var ApplyType = "<%=ApplyType%>"; if(plate_number!=null&&plate_number!=""){ diff --git a/src/com/tenwa/channelportal/action/ContractSignAction.java b/src/com/tenwa/channelportal/action/ContractSignAction.java index 0f968ea64..68567a5cd 100644 --- a/src/com/tenwa/channelportal/action/ContractSignAction.java +++ b/src/com/tenwa/channelportal/action/ContractSignAction.java @@ -1933,6 +1933,8 @@ public String claimSign(JBOTransaction tx) throws Exception { BizObject cr = crManage.createQuery("CUSTOMERID=:customerid").setParameter("customerid", customerid).getSingleResult(false); if(cr != null){ info = cr.getAttribute("FULLNAME").toString() + "@" + cr.getAttribute("mobile").toString()+"@"+flagType; + }else{ + info = "flagType@flagType@"+flagType; } //获取需要盖章的文件信息 Map map=new HashMap();