保证金
This commit is contained in:
parent
96c0ccb254
commit
e82c721124
@ -36,16 +36,6 @@
|
||||
<script type="text/javascript">
|
||||
|
||||
function teaming(){
|
||||
var id = getItemValue(0,getRow(0),'ID');
|
||||
//debugger;
|
||||
|
||||
//alert(id);
|
||||
var result = AsControl.RunJavaMethodTrans("com.tenwa.customer.distributor.DeleteDistributor","SelectGroup","id="+id);
|
||||
//var distributor_type=sReturn[3];
|
||||
if(result=="false"){
|
||||
alert("集团外的经销商需收取保证金后再进行激活!");
|
||||
return;
|
||||
}
|
||||
var id = getItemValue(0,getRow(0),'ID');
|
||||
var distributor_status = getItemValue(0,getRow(0),'distributor_status');
|
||||
if(typeof(id)=="undefined" || id.length==0 ){
|
||||
@ -73,6 +63,16 @@ function teaming(){
|
||||
alert("更改状态成功");
|
||||
reloadSelf();
|
||||
}
|
||||
var id = getItemValue(0,getRow(0),'ID');
|
||||
//debugger;
|
||||
|
||||
//alert(id);
|
||||
var result = AsControl.RunJavaMethodTrans("com.tenwa.customer.distributor.DeleteDistributor","SelectGroup","id="+id);
|
||||
//var distributor_type=sReturn[3];
|
||||
if(result=="false"){
|
||||
alert("集团外的经销商需收取保证金后再进行激活!");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
function teamingSuspend(){
|
||||
|
||||
@ -76,7 +76,7 @@
|
||||
}
|
||||
AsDialog.PopView(sUrl,"id="+sPara,"dialogWidth=800px;dialogHeight=200px;resizable=no;scrollbars=no;status:yes;maximize:no;help:no;",function(){
|
||||
reloadSelf();
|
||||
},"详情");
|
||||
},"ミ゙クト");
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user