From be8b558b89a89deb3aa871fc2ddaacb7fb2197bd Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期一, 16 十月 2023 09:25:14 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI

---
 WebTM/views/Baseset/基础资料/Gy_MaterialList.html |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git "a/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_MaterialList.html" "b/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_MaterialList.html"
index bf97b6f..2457413 100644
--- "a/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_MaterialList.html"
+++ "b/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_MaterialList.html"
@@ -59,13 +59,18 @@
                , data: []
               , cellMinWidth: 80 //鍏ㄥ眬瀹氫箟甯歌鍗曞厓鏍肩殑鏈�灏忓搴︼紝layui 2.2.1 鏂板
               , cols: [[
-                  { type: 'radio' }
+                  { type: 'checkbox' }
                 , { field: 'HItemID', title: '鐗╂枡ID', hide: true }
                 , { field: 'HNumber', title: '鐗╂枡浠g爜' }
                 , { field: 'HName', title: '鐗╂枡鍚嶇О', sort: true }
                 , { field: 'HModel', title: '瑙勬牸鍨嬪彿' }
+                , { field: 'HUnitID', title: '璁¢噺鍗曚綅ID', hide: true }
+                , { field: 'HUnitNumber', title: '璁¢噺鍗曚綅浠g爜' }
+                , { field: 'HUnitName', title: '璁¢噺鍗曚綅鍚嶇О' }
               ]]
-              , page: true
+                , page: true
+                , limits: [50, 500, 5000, 50000],
+                limit: 50
             });
             ///鍔犺浇鏄剧ず鏁版嵁
             function RoadQuery(Where) {

--
Gitblit v1.9.1