From bdc4e1bddd257f1fb04854e8654149b7d9f4975d Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 20 十一月 2023 12:02:54 +0800
Subject: [PATCH] 1

---
 WebTM/views/Baseset/基础资料/Gy_MaterialList.html |    5 ++++-
 1 files changed, 4 insertions(+), 1 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 0ab1514..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,11 +59,14 @@
                , 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
                 , limits: [50, 500, 5000, 50000],

--
Gitblit v1.9.1