From bdc8b254881714e9f3caee40666ffa7318dfd9ff Mon Sep 17 00:00:00 2001 From: chengsc <Demo@DESKTOP-CPA90BF> Date: 星期二, 20 八月 2024 16:47:16 +0800 Subject: [PATCH] 修改pda获取箱码信息接口 --- HTML/views/HouseWithinSetting/StockCheckSelectPallet.html | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/HTML/views/HouseWithinSetting/StockCheckSelectPallet.html b/HTML/views/HouseWithinSetting/StockCheckSelectPallet.html index 5f53cbc..978d36d 100644 --- a/HTML/views/HouseWithinSetting/StockCheckSelectPallet.html +++ b/HTML/views/HouseWithinSetting/StockCheckSelectPallet.html @@ -9,6 +9,14 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0"> <link rel="stylesheet" href="../../layuiadmin/layui/css/layui.css" media="all"> + <script> + // 杩欓噷鏄渶瑕佸湪椤甸潰娓叉煋涔嬪墠鎵ц鐨勪唬鐮� + document.addEventListener("DOMContentLoaded", function() { + + //鑾峰彇table榛樿鏄剧ず鏁� + pageCntFirst(); + }); + </script> </head> <body> @@ -142,8 +150,9 @@ where: param, id: 'goods-list', page: true, - limit: pageCnt, - limits: pageLimits, + even: true, + limit: pageCnt, + limits: pageLimits, cellMinWidth: 80, //鍏ㄥ眬瀹氫箟甯歌鍗曞厓鏍肩殑鏈�灏忓搴︼紝layui 2.2.1 鏂板 cols: [ [ -- Gitblit v1.8.0