From 98d824a312ca44ff50122dcf51cd5d744a635086 Mon Sep 17 00:00:00 2001 From: tangfutang Date: Mon, 6 Aug 2018 12:45:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E8=BD=A6=E6=9E=B6=E5=8F=B7?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp | 4 ++-- src/com/tenwa/channelportal/action/ContractSignAction.java | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) 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();