From 5ce69179bf655ea4760c1fcc76b8d4b5e421f3de Mon Sep 17 00:00:00 2001
From: 杨乐 <yang.le.192@qq.com>
Date: 星期四, 10 二月 2022 17:00:21 +0800
Subject: [PATCH] 修改页码及排序

---
 WebTM/views/模治具管理/模治具管理/Gy_BarCodeBillList.html |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Gy_BarCodeBillList.html" "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Gy_BarCodeBillList.html"
index 78006f0..fa14ea8 100644
--- "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Gy_BarCodeBillList.html"
+++ "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Gy_BarCodeBillList.html"
@@ -13,6 +13,11 @@
         input.layui-input.layui-unselect {
             padding-right: 0;
         }
+
+        .layui-table-cell {
+            height: auto;
+            white-space: normal;
+        }
     </style>
 </head>
 <body>
@@ -121,6 +126,8 @@
                 , height: 'full-50'
                 , page: true
                 , cellMinWidth: 90
+                , limits: [50, 500, 5000, 20000]
+                , limit: 50
                 , cols: [[
                     { field: 'hmainid', title: '鍗曟嵁ID', hide: true }
                     , { field: '鏉$爜绫诲瀷', title: '鏉$爜绫诲瀷', width: 160 }
@@ -168,7 +175,7 @@
                 //url: "http://61.130.49.162:9090/WMSAPI///Web/GetMAXNum",
                 url: GetWEBURL() + '/Gy_BarCodeBillList/GetBarCodeBillList',
                 type: "GET",
-                data: { "sWhere": sWhere},
+                data: { "sWhere": sWhere, "user": sessionStorage["HUserName"]},
                 success: function (data1) {
                     if (data1.count == 1) {
                         option.data = data1.data;
@@ -219,7 +226,7 @@
                     //url: "http://61.130.49.162:9090/WMSAPI///Web/GetMAXNum",
                     url: GetWEBURL1() + '/Gy_BarCodeBillList/GetBarCodeBillList',
                     type: "GET",
-                    data: { "sWhere": sWhere},
+                    data: { "sWhere": sWhere, "user": sessionStorage["HUserName"]},
                     success: function (data1) {
                         if (data1.count == 1) {
                             option.data = data1.data;

--
Gitblit v1.9.1