修改日常客户问题
This commit is contained in:
parent
966c847e2e
commit
47117dd1f4
@ -28,7 +28,8 @@
|
||||
var applyNo = getItemValue(0,getRow(),"APPLY_NO");
|
||||
var projectId = getItemValue(0,getRow(),"PROJECT_ID");
|
||||
var vin = getItemValue(0,getRow(),"CAR_VIN");
|
||||
var result =AsControl.RunJavaMethodTrans("com.tenwa.gps.GpsController","queryOrder","userId=<%=userId%>,flowUnid=Á÷³ÌÍâ²éѯ,applyNo="+applyNo+",orderNo="+orderNo+",tableName=LM_GPS_ORDER,projectId="+projectId+",vin="+vin);
|
||||
var source = getItemValue(0,getRow(),"SOURCE");
|
||||
var result =AsControl.RunJavaMethodTrans("com.tenwa.gps.GpsController","queryOrder","userId=<%=userId%>,flowUnid=Á÷³ÌÍâ²éѯ,applyNo="+applyNo+",orderNo="+orderNo+",tableName=LM_GPS_ORDER,projectId="+projectId+",vin="+vin+",source="+source);
|
||||
AsDialog.PopView("/Tenwa/Gps/LmGpsLocationList.jsp","ProjectNo="+applyNo,"dialogWidth=1300px;dialogHeight=200px;center:yes;status:no;statusbar:no",function(sAreaCodeInfo){
|
||||
|
||||
},'GPS¶¨Î»ÐÅÏ¢');
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
dwTemp.Style="1"; //--设置为Grid风格--
|
||||
dwTemp.ReadOnly = "1"; //只读模式
|
||||
dwTemp.MultiSelect = true;
|
||||
dwTemp.setPageSize(10);
|
||||
dwTemp.setPageSize(pageSize==null?10:Integer.parseInt(pageSize));
|
||||
dwTemp.genHTMLObjectWindow("");
|
||||
|
||||
//0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格
|
||||
|
||||
@ -12,7 +12,7 @@ include
|
||||
dwTemp.genHTMLObjectWindow(CurPage.getParameter("ID"));
|
||||
String sButtons[][] = {
|
||||
{"true", "All", "Button", "保存","保存所有修改", "saveRecord()", "", "", "", ""},
|
||||
{"true","All","Button","根据产品ID补录分润计划","根据产品ID补录分润计划","split()","","","","btn_icon_delete",""},
|
||||
{"false","All","Button","根据产品ID补录分润计划","根据产品ID补录分润计划","split()","","","","btn_icon_delete",""},
|
||||
};
|
||||
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
|
||||
<script type="text/javascript">
|
||||
|
||||
@ -557,6 +557,7 @@
|
||||
if(!checkCertInfo(true)) return ;
|
||||
if(!checkEmergencyContactTel(true)) return ;
|
||||
if(!checkREMARK(true)) return ;
|
||||
changeSex();//保存前将承租人的性别在次传入一下
|
||||
if(frame_list.window.save()){
|
||||
var certid=getItemValue(0,0,"CERTID");
|
||||
<%-- var customerid=RunJavaMethodTrans("com.tenwa.lease.flow.project.businessapply.CustomerAction","updateCustomerId",'certid='+certid+',flowunid=<%=flowunid%>'); --%>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user