更新JBO
This commit is contained in:
parent
659b2f3530
commit
8ca9d8987f
@ -10,10 +10,11 @@
|
||||
String id=CurPage.getParameter("id");
|
||||
String contractid=CurPage.getParameter("contractid");
|
||||
String contract_id=CurPage.getParameter("contract_id");
|
||||
|
||||
String orgName = CurOrg.getOrgName();
|
||||
String sTempletNo = "OverdueProjectInfo";//--Ä£°åºÅ--
|
||||
ASObjectModel doTemp = new ASObjectModel(sTempletNo);
|
||||
doTemp.setDefaultValue("contract_id", contractid);
|
||||
doTemp.setDefaultValue("rent_assist", orgName);
|
||||
ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);
|
||||
dwTemp.Style = "2";//freeform
|
||||
//dwTemp.ReadOnly = "-2";//Ö»¶Áģʽ
|
||||
|
||||
@ -4550,6 +4550,8 @@
|
||||
<attribute name="updateuserid" label="更新人" type="STRING" length="100"/>
|
||||
<attribute name="updateorgid" label="更新部门" type="STRING" length="100"/>
|
||||
<attribute name="updatetime" label="更新时间" type="STRING" length="100"/>
|
||||
<attribute name="effect_start" label="生效开始日期" type="STRING" length="100"/>
|
||||
<attribute name="effect_end" label="生效结束日期" type="STRING" length="100"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user