From c88bb176fabeb8e7a6f89ba3662cda1e4fd2dc9d Mon Sep 17 00:00:00 2001
From: 仲国强 <519541279@qq.com>
Date: 星期六, 18 九月 2021 16:36:45 +0800
Subject: [PATCH] 优化流转卡维护页面

---
 WebTM/views/设备管理/Sb_EquipMaintainPlanBillList.html |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipMaintainPlanBillList.html" "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipMaintainPlanBillList.html"
index e7d9012..95cfa16 100644
--- "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipMaintainPlanBillList.html"
+++ "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipMaintainPlanBillList.html"
@@ -165,12 +165,13 @@
                         break;
                 };
             });
+
             //鐐瑰嚮涓昏〃甯﹀嚭浠庤〃鏁版嵁
             table.on('row(mainTable)', function (obj) { //娉細tool 鏄伐鍏锋潯浜嬩欢鍚嶏紝test 鏄� table 鍘熷瀹瑰櫒鐨勫睘鎬� lay-filter="瀵瑰簲鐨勫��"
                 var datas = obj.data; //鑾峰緱褰撳墠琛屾暟鎹�
                 var linterid = datas.hmainid;
                 $.ajax({
-                    url: GetWEBURL() + 'Sb_EquipMaintainPlanBill/Sb_EquipMaintainBillListProjectDetaiNew',
+                    url: GetWEBURL() + 'Sb_EquipMaintainPlanBill/Sb_EquipMaintainPlanBillListProjectDetaiNew',
                     type: "GET",
                     data: { "HInterID": linterid },
                     success: function (data1) {
@@ -225,7 +226,7 @@
                         , { field: '鏃ユ湡', title: '鏃ユ湡', width: 160, templet: "<div>{{d.鏃ユ湡 ==null ?'':layui.util.toDateString(d.鏃ユ湡, 'yyyy-MM-dd')}}</div>"}
                         , { field: '鍗曟嵁鍙�', title: '鍗曟嵁鍙�', width: 160 }
                         , { field: '鍗曟嵁绫诲瀷', title: '鍗曟嵁绫诲瀷', width: 160, hide: true }
-                        , { field: 'HEquipID', title: '璁惧ID', width: 160 }
+                        , { field: 'HEquipID', title: '璁惧ID', width: 160, hide: true }
                         , { field: '璁惧浠g爜', title: '璁惧浠g爜', width: 200 }
                         , { field: '璁惧鍚嶇О', title: '璁惧鍚嶇О', width: 200 }
                         , { field: '寮�濮嬫棩鏈�', title: '寮�濮嬫棩鏈�', width: 200, templet: "<div>{{d.鏃ユ湡 ==null ?'':layui.util.toDateString(d.鏃ユ湡, 'yyyy-MM-dd')}}</div>" }
@@ -299,11 +300,11 @@
                         , { field: 'HUnitID', title: '鍗曚綅ID', width: 200, hide: true }
                         , { field: 'HUnitNumber', title: '鍗曚綅浠g爜', width: 200 }
                         , { field: 'HUnitName', title: '鍗曚綅鍚嶇О', width: 200 }
+                        , { field: 'HManagerID', title: '璐熻矗浜篒D', width: 200, hide: true}
+                        , { field: 'HManagerNumber', title: '璐熻矗浜轰唬鐮�', width: 200 }
+                        , { field: 'HManagerName', title: '璐熻矗浜�', width: 200 }
                         , { field: 'HQty', title: '瀹為檯鐢ㄩ噺', width: 200 }
                         , { field: 'HQtyMust', title: '鏍囧噯鐢ㄩ噺', width: 200 }
-                        , { field: 'HManagerID', title: '璐熻矗浜篒D', width: 200, hide: true }
-                        , { field: 'HManagerNumber', title: '璐熻矗浜轰唬鐮�', width: 200 ,hide: true}
-                        , { field: 'HManagerName', title: '璐熻矗浜�', width: 200,hide: true }
                         , { field: 'HRemark', title: '澶囨敞', width: 200 }
                     ]]
                 };

--
Gitblit v1.9.1