From a6d69dce26f622d849ccdcc251c39bc1a666c985 Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期三, 08 九月 2021 11:21:00 +0800
Subject: [PATCH] 设备保养计划列表和编辑最终版

---
 WebTM/views/设备管理/Sb_EquipMaintainPlanBillList.html |    9 ++++-----
 1 files changed, 4 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 dc06ca1..e7d9012 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"
@@ -225,7 +225,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, hide: true }
+                        , { field: 'HEquipID', title: '璁惧ID', width: 160 }
                         , { 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>" }
@@ -295,15 +295,15 @@
                         , { field: 'HMaterID', title: '閰嶄欢ID', width: 200, hide: true }
                         , { field: 'HMaterNumber', title: '閰嶄欢浠g爜', width: 200 }
                         , { field: 'HMaterName', title: '閰嶄欢鍚嶇О', width: 200 }
-                        , { field: 'HMaterSpec', title: '瑙勬牸鍨嬪彿', width: 200 }
+                        , { field: 'HMaterSpec', title: '瑙勬牸鍨嬪彿', width: 200 ,hide: true}
                         , { field: 'HUnitID', title: '鍗曚綅ID', width: 200, hide: true }
                         , { field: 'HUnitNumber', title: '鍗曚綅浠g爜', width: 200 }
                         , { field: 'HUnitName', 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 }
-                        , { field: 'HManagerName', title: '璐熻矗浜�', width: 200 }
+                        , { field: 'HManagerNumber', title: '璐熻矗浜轰唬鐮�', width: 200 ,hide: true}
+                        , { field: 'HManagerName', title: '璐熻矗浜�', width: 200,hide: true }
                         , { field: 'HRemark', title: '澶囨敞', width: 200 }
                     ]]
                 };
@@ -456,7 +456,6 @@
                 sWhere = "";
                 $("#btnSearch").click();
             }
-
             //#endregion
 
 

--
Gitblit v1.9.1