修复微信对公账户无法删除的问题

This commit is contained in:
xiezhiwen 2020-01-04 16:33:31 +08:00
parent e45f4056f0
commit 2214fb4508

View File

@ -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 ;
}