收车申请和更新JBO

This commit is contained in:
liuzhao 2018-07-11 11:08:07 +08:00
parent 84b5e73735
commit 81c306d300
3 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@
function newApply()
{
var userid="<%=CurUser.getUserID()%>";
AsDialog.OpenSelector("SelectCarReclaim","userid,"+userid,"dialogWidth=" + parseInt(window.screen.width * 0.5) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){
AsDialog.OpenSelector("SelectCarReclaim","userid,"+userid,"dialogWidth=" + parseInt(window.screen.width * 0.6) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){
if(!sReturn||sReturn=="_CANCEL_"||sReturn=="_NONE_"){
//alert(getHtmlMessage('1'));//请选择一条信息!
return;

View File

@ -3041,6 +3041,7 @@
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="32"/>
<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"/>
</attributes>
<manager>
<managerProperties>
@ -3091,6 +3092,7 @@
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
<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"/>
</attributes>
<manager>
<managerProperties>

View File

@ -45,7 +45,7 @@ public class CarManageAction {
}
}
String frame_number=m.get("frame_number"); //车架号
String contractid=m.get("contract_id"); //ºÏͬid
String contractid=m.get("ContractId"); //ºÏͬid contract_id
String contract_number=m.get("FlowKey"); //业务合同编号
String customerid=m.get("customerid"); //承租人id
String customername=m.get("customername"); //承租人姓名