业务申请完整代码

This commit is contained in:
user 2018-06-15 16:51:39 +08:00
parent 629af5be3b
commit 6a132c690f
4 changed files with 1 additions and 4 deletions

View File

@ -21,7 +21,6 @@
{String.valueOf(!com.amarsoft.are.lang.StringX.isSpace(sPrevUrl)),"All","Button","·µ»Ø","·µ»ØÁбí","returnList()","","","",""}
};
sButtonPosition = "south";
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
<script type="text/javascript">
function returnList(){

View File

@ -26,7 +26,6 @@
String certid =CurPage.getParameter("certid");
//String sTempletNo = "BusinessProjectTempInfo_temp";//--Ä£°åºÅ--
ASObjectModel doTemp = new ASObjectModel(sTempletNo);
//×âÁÞÐÎʽsetÖ»¶Á
if((null!=sPhaseNo&&sPhaseNo.equals("0010")) && ("BusinessApplyFlow".equals(FlowNo) ||"BusinessChangeFlow".equals(FlowNo))){
doTemp.setReadOnly("LEAS_FORM", true);
@ -40,7 +39,6 @@
userll="/Tenwa/Customer/Lessee/Person/LPApplicationInfoTemp.jsp?CompClientID=";
}
ASObjectWindowCalc dwTemp = new ASObjectWindowCalc(CurPage, doTemp,request);
dwTemp.Style = "2";//freeform
dwTemp.setGroupHidden("0020");

View File

@ -137,7 +137,6 @@
}
}
/*~[Describe=确认新增申请;InputParam=无;OutPutParam=无;]~*/
function doCreation()
{

View File

@ -61,6 +61,7 @@ public class BusinessApprovalStartAction extends BaseFlowStartAction{
this.FlowParam.put("carSeries", getCarSeries());
}
public String getProductModel() {
return productModel;
}