当前位置: 首页 > 工具软件 > Database .NET > 使用案例 >

NET餐厅管理系统前端js-dwz.database-selectedTodo

宦文柏
2023-12-01

function trHtml(fields){
                var html = '';
                $(fields).each(function(){
                    html += tdHtml(this);
                });
                return '<tr class="unitBox">'+html+'</tr>';
            }
        },
        
        selectedTodo: function(){
            
            function _getIds(selectedIds, targetType){
                var ids = "";
                var $box = targetType == "dialog" ? $.pdialog.getCurrent() : navTab.getCurrentPanel();
                $box.find("input:checked").filter("[name='"+selectedIds+"']").each(function(i){
                    var val = $(this).val();
                    ids += i==0 ? val : ","+val;

 类似资料: