业务申请,租赁方式和业务品种字段带值
This commit is contained in:
parent
f22fdc0c6c
commit
5c3b8c8378
@ -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Ö»¶Á
|
||||
|
||||
@ -265,7 +265,6 @@
|
||||
<%/*~[Describe=Ñ¡Ôñ²úÆ·;]~*/%>
|
||||
function selectBusinessType()
|
||||
{
|
||||
debugger;
|
||||
var carAttr = false;
|
||||
var lease = false;
|
||||
var carAttributes = getItemValue(0,getRow(),"carAttributes");
|
||||
|
||||
@ -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());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user