业务申请,催收管理
This commit is contained in:
parent
0a61b7cdd1
commit
8f181705ed
@ -85,6 +85,9 @@
|
||||
var certid =getItemValue(0,getRow(),"certid");
|
||||
var carSeries = getItemValue(0,getRow(),"carSeries");
|
||||
var productModel =getItemValue(0,getRow(),"productModel");
|
||||
var brandid = getItemValue(0,getRow(),"brandid");
|
||||
var seriesid = getItemValue(0,getRow(),"seriesid");
|
||||
var modelid = getItemValue(0,getRow(),"modelid");
|
||||
if(certtype==""){
|
||||
alert("ÇëÑ¡ÔñÖ¤¼þÀàÐÍ");
|
||||
|
||||
@ -192,10 +195,10 @@
|
||||
}
|
||||
|
||||
|
||||
<%/*~[Describe=选择产品车型;]~*/%>
|
||||
<%/*~[Describe=选择车品牌;]~*/%>
|
||||
function selectProductModel()
|
||||
{
|
||||
AsDialog.OpenSelector("SelectProductModel","","dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px",
|
||||
AsDialog.OpenSelector("SelectCardataBrand","","dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px",
|
||||
function(sReturn){
|
||||
if(!sReturn||sReturn=="_CANCEL_"||sReturn==""||sReturn=="_NONE_")
|
||||
{
|
||||
@ -203,38 +206,20 @@
|
||||
return;
|
||||
}
|
||||
sReturn = sReturn.split("@");
|
||||
MyOjbect.productModel=sReturn[1];
|
||||
MyOjbect.brandid=sReturn[0];
|
||||
MyOjbect.brandname=sReturn[1];
|
||||
setItemValue(0,getRow(),"productModel",sReturn[1]);
|
||||
},"请选择产品车型",'');
|
||||
},"请选择车品牌",'');
|
||||
}
|
||||
<%/*~[Describe=选择品牌车系;]~*/%>
|
||||
function selectCarSystem()
|
||||
{
|
||||
var carSeries=" ";
|
||||
if(MyOjbect.carSeries){
|
||||
carSeries=MyOjbect.carSeries;
|
||||
AsDialog.OpenSelector("SelectCarSystem","carSeries,"+carSeries,"dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px",
|
||||
function(sReturn){
|
||||
if(!sReturn||sReturn=="_CANCEL_"||sReturn==""||sReturn=="_NONE_")
|
||||
{
|
||||
//alert(getHtmlMessage('1'));//请选择一条信息!
|
||||
return;
|
||||
}
|
||||
sReturn = sReturn.split("@");
|
||||
setItemValue(0,getRow(),"carSystem",sReturn[1]);
|
||||
},"请选择品牌车系",'');
|
||||
}else{
|
||||
alert("请先选择品牌车型");
|
||||
}
|
||||
}
|
||||
<%/*~[Describe=选择品牌车型;]~*/%>
|
||||
<%/*~[Describe=请选择车系;]~*/%>
|
||||
function selectCarSeries()
|
||||
{
|
||||
var productModel="";
|
||||
if(MyOjbect.productModel){
|
||||
productModel=MyOjbect.productModel;
|
||||
|
||||
AsDialog.OpenSelector("SelectCarSeries","productModel,"+productModel,"dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px",
|
||||
var brandid="";
|
||||
if(MyOjbect.brandid){
|
||||
brandid=MyOjbect.brandid;
|
||||
debugger;
|
||||
AsDialog.OpenSelector("SelectCardataSeries","brandid,"+brandid,"dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px",
|
||||
function(sReturn){
|
||||
if(!sReturn||sReturn=="_CANCEL_"||sReturn==""||sReturn=="_NONE_")
|
||||
{
|
||||
@ -242,14 +227,37 @@
|
||||
return;
|
||||
}
|
||||
sReturn = sReturn.split("@");
|
||||
MyOjbect.carSeries=sReturn[1];
|
||||
MyOjbect.seriesid=sReturn[0];
|
||||
MyOjbect.seriesname=sReturn[1];
|
||||
setItemValue(0,getRow(),"carSeries",sReturn[1]);
|
||||
},"请选择品牌车型",'');
|
||||
},"请选择车系",'');
|
||||
}else{
|
||||
alert("请先选择汽车品牌")
|
||||
alert("请先选择车品牌")
|
||||
}
|
||||
|
||||
}
|
||||
<%/*~[Describe=选择车型;]~*/%>
|
||||
function selectCarSystem()
|
||||
{
|
||||
var seriesid="";
|
||||
if(MyOjbect.seriesid){
|
||||
seriesid=MyOjbect.seriesid;
|
||||
AsDialog.OpenSelector("SelectCardataModel","seriesid,"+seriesid,"dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px",
|
||||
function(sReturn){
|
||||
if(!sReturn||sReturn=="_CANCEL_"||sReturn==""||sReturn=="_NONE_")
|
||||
{
|
||||
//alert(getHtmlMessage('1'));//请选择一条信息!
|
||||
return;
|
||||
}
|
||||
sReturn = sReturn.split("@");
|
||||
MyOjbect.modelid=sReturn[0];
|
||||
MyOjbect.modelname=sReturn[1];
|
||||
setItemValue(0,getRow(),"carSystem",sReturn[1]);
|
||||
},"请选择车型",'');
|
||||
}else{
|
||||
alert("请先选择车系");
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<%/*~END~*/%>
|
||||
|
||||
|
||||
BIN
WebContent/fileTemplate/催收通知书.docx
Normal file
BIN
WebContent/fileTemplate/催收通知书.docx
Normal file
Binary file not shown.
BIN
WebContent/fileTemplate/回租个人授权协议书.docx
Normal file
BIN
WebContent/fileTemplate/回租个人授权协议书.docx
Normal file
Binary file not shown.
BIN
WebContent/fileTemplate/抵押合同.docx
Normal file
BIN
WebContent/fileTemplate/抵押合同.docx
Normal file
Binary file not shown.
BIN
WebContent/fileTemplate/直租个人授权协议书.docx
Normal file
BIN
WebContent/fileTemplate/直租个人授权协议书.docx
Normal file
Binary file not shown.
BIN
WebContent/fileTemplate/租金支付通知书.docx
Normal file
BIN
WebContent/fileTemplate/租金支付通知书.docx
Normal file
Binary file not shown.
BIN
WebContent/fileTemplate/融资租赁合同-C端回租.docx
Normal file
BIN
WebContent/fileTemplate/融资租赁合同-C端回租.docx
Normal file
Binary file not shown.
BIN
WebContent/fileTemplate/融资租赁合同-C端直租.docx
Normal file
BIN
WebContent/fileTemplate/融资租赁合同-C端直租.docx
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user