更新JBO
This commit is contained in:
parent
a1dbed6624
commit
321696abb7
@ -5,7 +5,7 @@
|
||||
function newApply()
|
||||
{
|
||||
var userid="<%=CurUser.getUserID()%>";
|
||||
AsDialog.OpenSelector("SelectCarReclaim","userid,"+userid,"dialogWidth=" + parseInt(window.screen.width * 0.6) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){
|
||||
AsDialog.OpenSelector("SelectCarReclaim","userid,"+userid,"dialogWidth=" + parseInt(window.screen.width * 0.9) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){
|
||||
if(!sReturn||sReturn=="_CANCEL_"||sReturn=="_NONE_"){
|
||||
//alert(getHtmlMessage('1'));//请选择一条信息!
|
||||
return;
|
||||
|
||||
@ -3118,6 +3118,9 @@
|
||||
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
|
||||
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
|
||||
<attribute name="reclaim_type" label="收车类型" type="STRING" length="32"/>
|
||||
<attribute name="over_list" label="逾期期数" type="STRING" length="32"/>
|
||||
<attribute name="over_days" label="逾期天数" type="STRING" length="32"/>
|
||||
<attribute name="over_money" label="逾期金额" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
@ -3172,6 +3175,9 @@
|
||||
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
|
||||
<attribute name="FLOWUNID" label="流程标识" type="STRING" length="32"/>
|
||||
<attribute name="reclaim_type" label="收车类型" type="STRING" length="32"/>
|
||||
<attribute name="over_list" label="逾期期数" type="STRING" length="32"/>
|
||||
<attribute name="over_days" label="逾期天数" type="STRING" length="32"/>
|
||||
<attribute name="over_money" label="逾期金额" type="STRING" length="32"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user