From a485a36e78493d47b67ce8f7b10ecf0d0dc775c5 Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期三, 17 十一月 2021 17:42:26 +0800
Subject: [PATCH] 基础资料:增加 故障原因列表 增加故障原因列表编辑

---
 WebTM/views/PublicPage/MouldMaintainRuleInterList.html |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/WebTM/views/PublicPage/MouldMaintainRuleInterList.html b/WebTM/views/PublicPage/MouldMaintainRuleInterList.html
index 7bd8096..b752646 100644
--- a/WebTM/views/PublicPage/MouldMaintainRuleInterList.html
+++ b/WebTM/views/PublicPage/MouldMaintainRuleInterList.html
@@ -36,15 +36,15 @@
                                         <div class="layui-col-xs12 layui-inline">
                                             <div class="layui-row">
                                                 <div class="layui-inline">
-                                                    <label class="layui-form-label">鍛ㄦ湡鍗曚綅</label>
+                                                    <label class="layui-form-label">瑙勭▼鍗曞彿</label>
                                                     <div class="layui-input-block">
-                                                        <input type="text" class="layui-input" name="HCycleUnit" id="HCycleUnit">
+                                                        <input type="text" class="layui-input" name="HBillNo" id="HBillNo">
                                                     </div>
                                                 </div>
                                                 <div class="layui-inline">
-                                                    <label class="layui-form-label">淇濆吇鍛ㄦ湡</label>
+                                                    <label class="layui-form-label">鍛ㄦ湡鍗曚綅</label>
                                                     <div class="layui-input-block">
-                                                        <input type="text" class="layui-input" name="HCheckCycle" id="HCheckCycle">
+                                                        <input type="text" class="layui-input" name="HCycleUnit" id="HCycleUnit">
                                                     </div>
                                                 </div>
                                                 <button class="layui-btn layuiadmin-btn-order" type="button" lay-submit="" lay-filter="btnSearch" id="btnSearch">
@@ -99,7 +99,7 @@
                 , cols: [[
                     { type: 'radio', fixed: 'left' }
                     , { field: 'hmainid', title: 'HInterID', sort: true, hide: true }
-                    , { field: 'HCheckCycle', title: '淇濆吇鍛ㄦ湡' }
+                    , { field: '鍗曟嵁鍙�', title: '鍗曟嵁鍙�' }
                     , { field: 'HCycleUnit', title: '鍛ㄦ湡鍗曚綅' }
                 ]]
             };
@@ -190,13 +190,13 @@
         }
 
         function SeachFilter(sWhere1) {
-            var HCheckCycle = $("#HCheckCycle").val();
+            var HBillNo = $("#HBillNo").val();
             var HCycleUnit = $("#HCycleUnit").val();
-            if (HCycleUnit) {
-                sWhere1 += " and HCheckCycle like '%" + HCheckCycle + "%'";
+            if (HBillNo) {
+                sWhere1 += " and 鍗曟嵁鍙� like '%" + HBillNo + "%'";
             }
             if (HCycleUnit) {
-                sWhere1 += " and HCycleUnit like '%" + HCycleUnit + "%'";
+                sWhere1 += " and 鍛ㄦ湡鍗曚綅 like '%" + HCycleUnit + "%'";
             }
             return sWhere1;
         }

--
Gitblit v1.9.1