修复微信对公账户无法删除的问题
This commit is contained in:
parent
e45f4056f0
commit
2214fb4508
@ -36,8 +36,8 @@
|
||||
AsDialog.PopView(sUrl,"ID="+sPara,"resizable=yes;dialogWidth=850px;dialogHeight=200px;center:yes;status:no;statusbar:no",function(){reloadSelf();},"修改信息");
|
||||
}
|
||||
function deleteRecord(){
|
||||
var ownNumber = getItemValue(0,getRow(),'dealers_name');
|
||||
if(typeof(ownNumber)=="undefined" || ownNumber.length==0 ){
|
||||
var id = getItemValue(0,getRow(0),'id');
|
||||
if(typeof(id)=="undefined" || id.length==0 ){
|
||||
alert("请选择一条信息!");
|
||||
return ;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user