业务申请,租赁方式和业务品种字段带值

This commit is contained in:
user 2018-06-23 20:11:55 +08:00
parent f22fdc0c6c
commit 5c3b8c8378
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,8 @@
String carSystem = CurPage.getParameter("carSystem");
String productModel = CurPage.getParameter("productModel");
String custype = CurPage.getParameter("CustomerType");
String certid =CurPage.getParameter("certid");
String certid = CurPage.getParameter("certid");
String leasform = CurPage.getParameter("LEAS_FORM");
//String sTempletNo = "BusinessProjectTempInfo_temp";//--Ä£°åºÅ--
ASObjectModel doTemp = new ASObjectModel(sTempletNo);
//×âÁÞÐÎʽsetÖ»¶Á

View File

@ -265,7 +265,6 @@
<%/*~[Describe=Ñ¡Ôñ²úÆ·;]~*/%>
function selectBusinessType()
{
debugger;
var carAttr = false;
var lease = false;
var carAttributes = getItemValue(0,getRow(),"carAttributes");

View File

@ -110,7 +110,7 @@ public class LBProjectIntoTempInitCarBusiness extends BaseBussiness {
bo.setAttributeValue("BUSINESSTYPE", this.getAttribute("businessType"));
bo.setAttributeValue("LEAS_FORM", this.getAttribute("leasehold"));//租赁方式
bo.setAttributeValue("PRODUCT_ID",this.getAttribute("ProductId"));//业务品种编号
bo.setAttributeValue("PRODUCT_NAME",this.getAttribute("ProductName"));//业务品种名称
bo.setAttributeValue("PRODUCT_NAME",this.getAttribute("carAttributes"));//业务品种名称
bo.setAttributeValue("PROJECT_STATUS","0");
bo.setAttributeValue("Is_Flow","inFlow");//在流程中-inFlow流程结束-outFlow
bo.setAttributeValue("InputOrgID", asUser.getOrgID());