ch
2021-07-30 d33cf0d26eb0dfd4ec9ce5ccedf45c12ea2001dd
WebTM/views/Ä£Öξ߹ÜÀí/Ä£Öξֿ߲â¹ÜÀí/Sc_MouldScrapInBillList.html
@@ -123,9 +123,12 @@
            var option = [];
            var DataList;
            var Name = "MouldScrapInHouseCellWidth";
            //初始化表格
            set_InitGrid();
            //进入页面显示的缓存列表
            //加载数据到网格
            get_Display(sWhere);
            //头工具栏事件
@@ -242,7 +245,7 @@
            //加载网格
            function get_Display(sWhere) {
                //进入页面显示的缓存列表
                //加载网格
                var wait = layer.load();//遮罩
                $.ajax({
                    url: GetWEBURL() + '/Sc_MouldScrapInBill/get_Display',
@@ -495,8 +498,8 @@
                var columns = [
                    { type: 'checkbox', fixed: 'left', totalRowText: '合计' }
                    , { field: 'hmainid', title: '单据ID', width: 200, hide: true }
                    , { field: '日期', title: '日期', width: 200 }
                    , { field: '单据号', title: '单据号', width: 200 }
                    , { field: '日期', title: '日期', width: 200, sort: true}
                    , { field: '单据号', title: '单据号', width: 200, sort: true}
                    , { field: '单据类型', title: '单据类型', width: 200 }
                    , { field: 'HManagerID', title: 'HManagerID', width: 200, hide: true }
                    , { field: '负责人代码', title: '负责人代码', width: 200 }
@@ -568,6 +571,7 @@
                    , limit: 10
                    , height: 'full-50'
                    , cols: [columns]
                    , limits: [50, 500, 1000, 5000]
                    , done: function (res, curr, count) {
                    }