From ba9fc1c086b8fe2bf2daf407d5f4884a201a6117 Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期二, 30 十一月 2021 17:40:37 +0800
Subject: [PATCH] 修改丸井项目提出的问题+模具保养单选器具以后带出默认保养规程信息

---
 WebTM/views/PublicPage/MouldMaintainRuleInterList.html |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/WebTM/views/PublicPage/MouldMaintainRuleInterList.html b/WebTM/views/PublicPage/MouldMaintainRuleInterList.html
index b752646..5940cfb 100644
--- a/WebTM/views/PublicPage/MouldMaintainRuleInterList.html
+++ b/WebTM/views/PublicPage/MouldMaintainRuleInterList.html
@@ -87,8 +87,8 @@
                 , laydate = layui.laydate
                 , util = layui.util
                 , tree = layui.tree
-            var sWhere = " where HStopFlag=0 and HEndFlag<>'1' "; //鏍戝瀷100046  sessionStorage["OrganizationID"]
-            var sWhere1 = " where HStopFlag=0 and HEndFlag=1 ";  //鍒楄〃
+            var sWhere = " "; //鏍戝瀷100046  sessionStorage["OrganizationID"]
+            var sWhere1 = "";  //鍒楄〃
 
             var option = {
                 elem: '#mainTable'
@@ -98,16 +98,15 @@
                 , cellMinWidth: 90
                 , cols: [[
                     { type: 'radio', fixed: 'left' }
-                    , { field: 'hmainid', title: 'HInterID', sort: true, hide: true }
+                    , { field: 'hmainid', title: 'HInterID' }
                     , { field: '鍗曟嵁鍙�', title: '鍗曟嵁鍙�' }
-                    , { field: 'HCycleUnit', title: '鍛ㄦ湡鍗曚綅' }
                 ]]
             };
 
             var index = layer.load(0, { shade: false });
             //杩涘叆椤甸潰鏄剧ず鐨勭紦瀛樺垪琛�
             $.ajax({
-                url: GetWEBURL() + '/Sc_MouldMaintainPlanBill/GetMouldMaintainPlanBillList',
+                url: GetWEBURL() + '/Sc_MouldMaintainRuleBill/GetMouldMaintainRuleList',
                 type: "GET",
                 data: { "sWhere": SeachFilter(sWhere1) },
                 success: function (data1) {
@@ -130,7 +129,7 @@
             form.on('submit(btnSearch)', function (data) {
 
                 $.ajax({
-                    url: GetWEBURL() + '/Sc_MouldMaintainPlanBill/GetMouldMaintainPlanBillList',
+                    url: GetWEBURL() + '/Sc_MouldMaintainRuleBill/GetMouldMaintainRuleList',
                     type: "GET",
                     data: { "sWhere": SeachFilter(sWhere1) },
                     success: function (data1) {

--
Gitblit v1.9.1