From 370e2aa3aa67f99b2ccfe495d2cd1450f79c8a0d Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期二, 24 九月 2024 11:41:44 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI

---
 WebTM/views/Baseset/基础资料/WMSBarCodeDetailsList.html |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git "a/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/WMSBarCodeDetailsList.html" "b/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/WMSBarCodeDetailsList.html"
index 3133728..78018c8 100644
--- "a/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/WMSBarCodeDetailsList.html"
+++ "b/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/WMSBarCodeDetailsList.html"
@@ -73,7 +73,7 @@
             var HInterID = params[params[0]];
             var HBillType = params[params[1]];
             form.on('submit(FH)', function () {
-                var checkStatus = table.checkStatus('ck-table')
+                var checkStatus = table.checkStatus('mainTable')
                     , data = checkStatus.data;
                 parent.GetHKeeperValue(data);
                 var index = parent.layer.getFrameIndex(window.name);
@@ -88,6 +88,7 @@
                 elem: '#mainTable'
                 // , url: '/demo/table/user/'
                 , toolbar: '#toolbarDemo'
+                , height: 'full-1000'
                 , data: []
                 , cellMinWidth: 80 //鍏ㄥ眬瀹氫箟甯歌鍗曞厓鏍肩殑鏈�灏忓搴︼紝layui 2.2.1 鏂板
                 , cols: [[
@@ -102,9 +103,11 @@
                     , { field: 'HQtyMust', width: 150, title: '搴旀敹鏁伴噺' }
                     , { field: 'HBatchNo', width: 150, title: '鎵规' }
                     , { field: 'HPieceQty', width: 150, title: '浠舵暟' }
-                    , { fixed: 'right', title: '鎿嶄綔', toolbar: '#barDemo' }
+                    , { fixed: 'right', width: 70, title: '鎿嶄綔', toolbar: '#barDemo' }
                 ]]
                 , page: true
+                , limits: [50, 500, 5000, 50000]
+                , limit: 50
             });
             ///鍔犺浇鏄剧ず鏁版嵁
             function RoadQuery(HInterID, HBillType) {
@@ -117,7 +120,7 @@
                         ajaxReturnData = JSON.parse(JSON.stringify(result)).data;
                         table.reload('mainTable', {
                             data: ajaxReturnData
-                            , height: 'full-10'
+                            , height: 'full-1000'
                             , loading: false
                             , done: function (index, res) {
 

--
Gitblit v1.9.1