From 111251df79b9abd0067afc9f7543dc1715c37f6d Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期四, 07 三月 2024 11:20:37 +0800
Subject: [PATCH] 优化产品器具清单,产品工艺参数清单,项目费用单,项目需求及问题清单 ,月度阶段计划列表,工作周总结表审核反审核 修改 设备报表: 设备履历表 增加 配件更换清单 1个页签

---
 WebTM/views/设备管理/设备档案/Gy_EquipFileBillResume.html |   52 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 51 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\346\241\243\346\241\210/Gy_EquipFileBillResume.html" "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\346\241\243\346\241\210/Gy_EquipFileBillResume.html"
index 2b15aa3..2510934 100644
--- "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\346\241\243\346\241\210/Gy_EquipFileBillResume.html"
+++ "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/\350\256\276\345\244\207\346\241\243\346\241\210/Gy_EquipFileBillResume.html"
@@ -69,11 +69,12 @@
                         </div>
 
                         <table class="" id="mainTable" lay-filter="mainTable"></table>
-                        
+
                         <div class="layui-tab layui-tab-card">
                             <ul class="layui-tab-title">
                                 <li class="layui-this">鏃ュ父璁板綍</li>
                                 <li>缁翠慨璁板綍</li>
+                                <li>閰嶄欢鏇存崲娓呭崟</li>
                             </ul>
                             <div class="layui-tab-content">
                                 <div class="layui-tab-item layui-show">
@@ -81,6 +82,9 @@
                                 </div>
                                 <div class="layui-tab-item">
                                     <table class="layui-hide" id="mainTable2" lay-filter="mainTable2"></table>
+                                </div>
+                                <div class="layui-tab-item">
+                                    <table class="layui-hide" id="mainTable3" lay-filter="mainTable3"></table>
                                 </div>
                             </div>
                         </div>
@@ -97,6 +101,9 @@
                             {{d.LAY_TABLE_INDEX+1}}
                         </script>
                         <script type="text/html" id="xuhao1">
+                            {{d.LAY_TABLE_INDEX+1}}
+                        </script>
+                        <script type="text/html" id="xuhao2">
                             {{d.LAY_TABLE_INDEX+1}}
                         </script>
 
@@ -126,6 +133,7 @@
                 , table = layui.table
                 , table1 = layui.table
                 , table2 = layui.table
+                , table3 = layui.table
                 , form = layui.form
                 , element = layui.element
                 , laypage = layui.laypage
@@ -138,6 +146,7 @@
             var option = [];
             var option1 = [];
             var option2 = [];
+            var option3 = [];
             //#endregion
 
 
@@ -181,6 +190,8 @@
                             table1.render(option1);
                             option2.data = data1.list[1];
                             table2.render(option2);
+                            option3.data = data1.list[2];
+                            table3.render(option3);
                         } else {
                             layer.alert("鑾峰彇澶辫触", { icon: 5 });
                         }
@@ -210,6 +221,8 @@
                 set_InitGrid1();
                 //鍒濆鍖栬〃鏍�(瀛愯〃2)
                 set_InitGrid2();
+                //鍒濆鍖栬〃鏍�(瀛愯〃3)
+                set_InitGrid3();
                 //鏌ヨ
                 get_Display(sWhere);
             }
@@ -348,6 +361,43 @@
                 table2.render(option2);
                 layer.close(ajaxLoad);
             }
+            //鍒濆鍖栬〃鏍�(瀛愯〃3)
+            function set_InitGrid3() {
+                var ajaxLoad = layer.load();
+                option3 = {
+                    elem: '#mainTable3'
+                    //, toolbar: '#toolbarDemo'
+                    , height: '350'
+                    , page: true
+                    , totalRow: true
+                    , cellMinWidth: 90
+                    , limit: 50
+                    , limits: [50, 500, 5000, 20000]
+                    , cols: [[
+                        //{ type: 'checkbox', fixed: 'left' }
+                        , { templet: '#xuhao2', title: '搴忓彿', sort: true, fixed: 'left', event: "qwe" }
+                        , { field: '鏃ユ湡', title: '鏃ユ湡', width: 200 }
+                        , { field: '鍗曟嵁绫诲瀷', title: '鍗曟嵁绫诲瀷', width: 200 }
+                        , { field: '鍗曟嵁鍙�', title: '鍗曟嵁鍙�', width: 200 }
+                        , { field: '璁惧鍒嗙被', title: '璁惧鍒嗙被', width: 200 }
+                        , { field: '璁惧鏉$爜', title: '璁惧鏉$爜', width: 200 }
+                        , { field: '璁惧缂栫爜', title: '璁惧缂栫爜', width: 200, hide: true }
+                        , { field: '璁惧鍚嶇О', title: '璁惧鍚嶇О', width: 200 }
+                        , { field: '璁惧瑙勬牸', title: '璁惧瑙勬牸', width: 200 }
+                        , { field: '璁惧鍨嬪彿', title: '璁惧鍨嬪彿', width: 200 }
+                        , { field: '閰嶄欢浠g爜', title: '閰嶄欢浠g爜', width: 200 }
+                        , { field: '閰嶄欢鍚嶇О', title: '閰嶄欢鍚嶇О', width: 200 }
+                        , { field: '鍒跺崟浜�', title: '鍒跺崟浜�' }
+                        , { field: '鍒跺崟鏃ユ湡', title: '鍒跺崟鏃ユ湡', templet: "<div>{{d.鍒跺崟鏃ユ湡 ==null ?'':layui.util.toDateString(d.鍒跺崟鏃ユ湡, 'yyyy-MM-dd')}}</div>" }
+                        , { field: '瀹℃牳浜�', title: '瀹℃牳浜�' }
+                        , { field: '瀹℃牳鏃ユ湡', title: '瀹℃牳鏃ユ湡', templet: "<div>{{d.瀹℃牳鏃ユ湡 ==null ?'':layui.util.toDateString(d.瀹℃牳鏃ユ湡, 'yyyy-MM-dd')}}</div>" }
+
+                    ]]
+                };
+                option3.data = [];
+                table3.render(option3);
+                layer.close(ajaxLoad);
+            }
             //鍔犺浇缃戞牸
             function get_Display(sWhere) {
                 //杩涘叆椤甸潰鏄剧ず鐨勭紦瀛樺垪琛�

--
Gitblit v1.9.1