From d2f6fbf615164f42cdbe4b38779b14e252cd2d06 Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期一, 13 九月 2021 17:24:31 +0800
Subject: [PATCH] 设备保养记录表维护+编辑设备保养记录单+设备计划单和计划单的修改完善

---
 WebTM/views/设备管理/Sb_EquipMaintainPlanBillList.html |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 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 f6175e1..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"
@@ -29,15 +29,15 @@
                                     </div>
                                 </div>
                                 <!--<div class="layui-inline">
-                <label class="layui-form-label">鍗曟嵁绫诲瀷</label>
-                <div class="layui-input-block">
-                    <select name="HBillType" id="HBillType">
-                        <option value="">鎵�鏈�</option>
-                        <option value="ZHXJ">涓嬫灦鎵捐揣鍗�</option>
-                        <option value="ZHSJ">涓婃灦褰掕繕鍗�</option>
-                    </select>
-                </div>
-            </div>-->
+                                    <label class="layui-form-label">鍗曟嵁绫诲瀷</label>
+                                    <div class="layui-input-block">
+                                        <select name="HBillType" id="HBillType">
+                                            <option value="">鎵�鏈�</option>
+                                            <option value="ZHXJ">涓嬫灦鎵捐揣鍗�</option>
+                                            <option value="ZHSJ">涓婃灦褰掕繕鍗�</option>
+                                        </select>
+                                    </div>
+                                </div>-->
                                 <div class="layui-inline">
                                     <label class="layui-form-label">鍗曟嵁鍙�</label>
                                     <div class="layui-input-block">
@@ -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) {
@@ -295,15 +296,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: '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: 'HRemark', title: '澶囨敞', width: 200 }
                     ]]
                 };
@@ -456,7 +457,6 @@
                 sWhere = "";
                 $("#btnSearch").click();
             }
-
             //#endregion
 
 

--
Gitblit v1.9.1