diff --git a/WebContent/Tenwa/Lease/Flow/CarManage/CarReclaim/CarReclaimApplyList.jsp b/WebContent/Tenwa/Lease/Flow/CarManage/CarReclaim/CarReclaimApplyList.jsp index 0ac3fb8af..51cf50bff 100644 --- a/WebContent/Tenwa/Lease/Flow/CarManage/CarReclaim/CarReclaimApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/CarManage/CarReclaim/CarReclaimApplyList.jsp @@ -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; diff --git a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml index 653d769ad..52c290784 100644 --- a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml +++ b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml @@ -3041,6 +3041,7 @@ + @@ -3091,6 +3092,7 @@ + diff --git a/src_tenwa/com/tenwa/lease/flow/carmanage/CarManageAction.java b/src_tenwa/com/tenwa/lease/flow/carmanage/CarManageAction.java index 8dc324529..d547c66b7 100644 --- a/src_tenwa/com/tenwa/lease/flow/carmanage/CarManageAction.java +++ b/src_tenwa/com/tenwa/lease/flow/carmanage/CarManageAction.java @@ -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"); //承租人姓名