WebTM/views/Éú²ú¹ÜÀí/Éú²ú×°Ïäµ¥/QK_PackedBillList.html
@@ -196,6 +196,7 @@
                    , toolbar: '#toolbarDemo'
                    , height: '400'
                    , page: true
                    , totalRow: true
                    , cellMinWidth: 90
                    , limit: 50
                    , limits: [50, 500, 5000, 20000]
@@ -211,7 +212,7 @@
                        , { field: 'HUnitName', title: '单位名称', width: 200 }
                        , { field: 'HEmpID', title: 'HEmpID', width: 200, hide: true }
                        , { field: 'HEmpName', title: '业务员', width: 200 }
                        , { field: 'HQty', title: '数量', width: 200 }
                        , { field: 'HQty', title: '数量', totalRow: true,width: 200 }
                        , { field: '制单人', title: '制单人', width: 200 }
                        , { field: '制单日期', title: '制单日期', width: 200, templet: "<div>{{d.制单日期 ==null ?'':layui.util.toDateString(d.制单日期, 'yyyy-MM-dd HH:mm:ss')}}</div>" }
                    ]]
@@ -228,6 +229,7 @@
                    //, toolbar: '#toolbarDemo'
                    , height: '350'
                    , page: true
                    , totalRow: true
                    , cellMinWidth: 90
                    , limit: 50
                    , limits: [50, 500, 5000, 20000]
@@ -245,7 +247,7 @@
                        , { field: 'HUnitName', title: '单位名称', width: 200 }
                        , { field: 'HEmpID', title: 'HEmpID', width: 200, hide: true }
                        , { field: 'HEmpName', title: '业务员', width: 200 }
                        , { field: 'HQty', title: '数量', width: 200 }
                        , { field: 'HQty', title: '数量', totalRow: true, width: 200 }
                    ]]
                };
                option1.data = [];
@@ -259,7 +261,7 @@
                var ajaxLoad = layer.load();
                var HBeginDate = $("#HBeginDate").val();//结束日期
                if (HBeginDate) {
                    sWhere +=  " and HDeptID=113546 and åˆ¶å•人='" + sessionStorage["HUserName"] + " and CONVERT(varchar(100),制单日期, 23) >= '" + HBeginDate + "'";
                    sWhere +=  " and HDeptID=113546 and åˆ¶å•人='" + sessionStorage["HUserName"] + "' and CONVERT(varchar(100),制单日期, 23) >= '" + HBeginDate + "'";
                }
                //进入页面显示的缓存列表