From 9f2bb1162672232fbe850591a3dee66ecd6eb12c Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期六, 11 十月 2025 08:41:15 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI

---
 WebTM/views/计划管理/工艺路线/Gy_RoutingBillList.html |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git "a/WebTM/views/\350\256\241\345\210\222\347\256\241\347\220\206/\345\267\245\350\211\272\350\267\257\347\272\277/Gy_RoutingBillList.html" "b/WebTM/views/\350\256\241\345\210\222\347\256\241\347\220\206/\345\267\245\350\211\272\350\267\257\347\272\277/Gy_RoutingBillList.html"
index fe33f2d..833dd3b 100644
--- "a/WebTM/views/\350\256\241\345\210\222\347\256\241\347\220\206/\345\267\245\350\211\272\350\267\257\347\272\277/Gy_RoutingBillList.html"
+++ "b/WebTM/views/\350\256\241\345\210\222\347\256\241\347\220\206/\345\267\245\350\211\272\350\267\257\347\272\277/Gy_RoutingBillList.html"
@@ -142,7 +142,7 @@
                                             <input type="text" class="layui-input ForFilteringSchemes" value="" name="ColContent" id="ColContent">
                                         </div>
                                     </div>
-                                    <div class="layui-row" style=" margin-top: 10px; margin-left: 70px;">
+                                    <div class="layui-row" style=" margin-top: 10px; ">
                                         <div class="layui-inline">
                                             <label class="layui-form-label">杩囨护</label>
                                             <div class="layui-input-block">
@@ -170,7 +170,7 @@
                                         </div>
                                     </div>
 
-                                    <div class="layui-row" style=" margin-top: 10px; margin-left: 70px;">
+                                    <div class="layui-row" style=" margin-top: 10px;">
                                         <div class="layui-inline">
                                             <label class="layui-form-label">杩囨护</label>
                                             <div class="layui-input-block">
@@ -845,7 +845,7 @@
                                 else if ($.inArray(data[i].name, totalArray) > -1) { //璁$畻鍒�
                                     col.push({ field: data[i].id, title: data[i].name, align: 'center', sort: true, totalRow: true, width: 120 });
                                 } else if (data[i].name == '鍗曟嵁鍙�') {
-                                    col.push({ field: data[i].id, title: data[i].name, align: 'center', sort: true, width: 200, event: '鍗曟嵁鍙�' });
+                                    col.push({ field: data[i].id, title: data[i].name, align: 'center', sort: true, width: 200, event: '鍗曟嵁鍙�'});
                                 } else {
                                     switch (data[i].Type) {
                                         //int
@@ -900,7 +900,7 @@
                             option.data = result;
                             //鍒锋柊琛ㄦ牸鏁版嵁
                             DisPlay_HideColumn(HModName, sessionStorage["HUserName"], option, titleData)
-                           table.render(option);
+                            table.render(option);
 
                             //鍒锋柊鎸夐挳鏄剧ず
                             Display_HideButton(set_HideButton_ID, HBillType, HModName, sessionStorage["HUserName"]);
@@ -1097,7 +1097,7 @@
                                 if ($.inArray(data[i].name, titleData) > -1) {//妫�鏌ata銆恑銆�.name鏄惁鍦ㄦ暟缁勪腑  //璁$畻鍒�
                                     col.push({ field: data[i].id, title: data[i].name, align: 'center', hide: true }); //闅愯棌id鍒�
                                 } else if (data[i].name == '鍗曟嵁鍙�') {
-                                    col.push({ field: data[i].id, title: data[i].name, align: 'center', sort: true, width: 200, event: '鍗曟嵁鍙�' });
+                                    col.push({ field: data[i].id, title: data[i].name, align: 'center', sort: true, width: 200, event: '鍗曟嵁鍙�', style:"color:blue; cursor: pointer;" });
                                 } else {
                                     switch (data[i].Type) {
                                         //int
@@ -1135,10 +1135,13 @@
                                 }
                             }
                             option.data = result;
-
+                            debugger
+                           
                             //鍒锋柊琛ㄦ牸鏁版嵁
                             DisPlay_HideColumn(HModName, sessionStorage["HUserName"], option, titleData)
                             laypage.render(optionPage);
+                            debugger
+
                             ins = table.render(option);
                             //鍒锋柊鎸夐挳鏄剧ず
                             Display_HideButton(set_HideButton_ID, HBillType, HModName, sessionStorage["HUserName"]);

--
Gitblit v1.9.1