This commit is contained in:
liuzhao 2018-07-14 11:01:14 +08:00
parent 458e5fa07b
commit ee814c875e
5 changed files with 11 additions and 6 deletions

View File

@ -35,7 +35,7 @@
alert(mes);
}
reloadSelf();
},"ÇëÑ¡ÔñͶ·Å");
},"гКя║тЯ╨ом╛");
}
</script>
<%@ include file="/Tenwa/Core/FlowManager/BaseFlowList/BaseFlowApplyListEnd.jspf"%>

View File

@ -3,10 +3,10 @@
<%@ include file="/Frame/resources/include/include_begin_list.jspf"%>
<%
ASObjectModel doTemp = new ASObjectModel("LBAssetsDisposalMaintenanceList");
String sCondtion=DataRightManager.getRightCondition(CurUser,"lci", "contract");
doTemp.appendJboWhere(sCondtion);
doTemp.setHtmlEvent("CONDITION_DEMO", "onmouseover", "showMemo");
doTemp.setHtmlEvent("CONDITION_DEMO", "onmouseout", "hideMemo");
//String sCondtion=DataRightManager.getRightCondition(CurUser,"lci", "contract");
//doTemp.appendJboWhere(sCondtion);
//doTemp.setHtmlEvent("CONDITION_DEMO", "onmouseover", "showMemo");
//doTemp.setHtmlEvent("CONDITION_DEMO", "onmouseout", "hideMemo");
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
dwTemp.Style="1"; //--设置为Grid风格--
dwTemp.ReadOnly = "1"; //只读模式

View File

@ -10,7 +10,7 @@
String ishistory=CurPage.getParameter("IsHistory");
String flowunid = CurPage.getParameter("FlowUnid");
String framenumber = Sqlca.getString("select FRAME_NUMBER from LC_CAR_DISPOSE_TEMP where flowunid ='"+flowunid+"'");
String contractnumber = Sqlca.getString("select contract_no from LC_CAR_DISPOSE_TEMP where flowunid ='"+flowunid+"'");
//String contractnumber = Sqlca.getString("select contract_no from LC_CAR_DISPOSE_TEMP where flowunid ='"+flowunid+"'");
if(sPrevUrl == null) sPrevUrl = "";
String sTempletNo = "LcCarDisposeDetail";//--Ä£°åºÅ--

View File

@ -3083,6 +3083,8 @@
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="evaluator" label="评估方" type="STRING" length="32"/>
<attribute name="isCooperate" label="是否配合过户" type="STRING" length="32"/>
<attribute name="isAccident" label="是否事故车" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
@ -3134,6 +3136,8 @@
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="evaluator" label="评估方" type="STRING" length="32"/>
<attribute name="isCooperate" label="是否配合过户" type="STRING" length="32"/>
<attribute name="isAccident" label="是否事故车" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>

View File

@ -33,6 +33,7 @@ public class LCCarDisposeInitToTempBusiness extends BaseBussiness {
bo.setAttributeValue("remain_principal", sum);
bo.setAttributeValue("flowunid", this.getAttribute("FlowUnid").toString());
bo.setAttributeValue("FRAME_NUMBER", this.getAttribute("ProjectName").toString().split("-")[0]);
bo.setAttributeValue("contract_no", this.getAttribute("FlowKey").toString());
bm.saveObject(bo);
String sMessage="true";