- 
                
                    
- 
                wangbing 数据小白Lv1 发表于2023-11-30 19:41 悬赏1 已解决 
关帖总结:
参考帖中方法,隐藏多选框
https://bbs.esensoft.com/thread-138982-1-1.html
3个回答
                                            var a=confirm("确认删除该行数据吗?")//删除时让客户确认弹框
if(a){
var options = {};
options["name"] = "GRID1.E2";//此处写钻取万能式所在表元名
g_formmgr.delRow(options);//删除行
execmd('saveReportData');  //保存
setTimeout(function(){
       execmd('calcReport');    // 保存后自动刷新
      }, 1000);
}
再没加  #  序号的时候,删除能正常删除;
但是带上 # 序号后, 删除失败
如图;
 
 
                                            后来研究了一下,只要是 序号在第一列 就不能删除
序号 放到第二列可以删除。 
可以参考一下 这个  
https://bbs.esensoft.com/thread-138982-1-1.html
把多选框隐藏。                                    
                                             本帖最后由 chestnut 于 2023-12-5 18:33 编辑 
关帖总结:
参考帖中方法,隐藏多选框
https://bbs.esensoft.com/thread-138982-1-1.html
                                    
 



 
                        