1
duhe
2024-03-22 a1feec97d0f2fa9a1b6999fa7e10cd25a4195d84
1
1个文件已修改
3 ■■■■ 已修改文件
WebTM/views/应收管理/报表分析/Kf_SellOutEntryReport.html 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/Ó¦ÊÕ¹ÜÀí/±¨±í·ÖÎö/Kf_SellOutEntryReport.html
@@ -105,7 +105,6 @@
                , excel = layui.excel;
            var option = [];
            var sWhere = "";
            var ins;                        //用于导出excel
            var HModName = "Kf_SellOutEntryReport";
            //不需要显示的字段 å¯æ‰©å±•
            var titleData = ["日期","HCusID","HMaterID","HEmpID"];
@@ -248,7 +247,7 @@
                            option.cols = [col];
                            option.data = data1.data;
                            ins = table.render(option);
                            table.render(option);
                            //刷新按钮显示
                            var btns = document.getElementsByTagName("button");     //获取本页所有按钮对象