From 1a2523fd5e75d0ca7da71412a01ccf5a7bca8a0f Mon Sep 17 00:00:00 2001 From: zzr99 <1940172413@qq.com> Date: 星期二, 16 十一月 2021 18:48:38 +0800 Subject: [PATCH] 器具保养记录单上,选择完 器具后 带出默认 保养规程+器具档案保存默认保养规程和点检规程 --- WebTM/views/PublicPage/MouldMaintainRuleInterList.html | 206 ++++++++++++++++++++++ WebTM/views/模治具管理/模治具管理/Gy_MouldFile.html | 99 +++++++++++ WebTM/layuiadmin/Scripts/webConfig.js | 4 WebTM/views/模治具管理/模治具管理/Sc_Add_MouldMaintainBillList.html | 15 + WebTM/views/PublicPage/MouldDotCheckRuleInterList.html | 206 ++++++++++++++++++++++ WebTM/WebTM.csproj | 2 6 files changed, 530 insertions(+), 2 deletions(-) diff --git a/WebTM/WebTM.csproj b/WebTM/WebTM.csproj index d4f19dc..f58e5ae 100644 --- a/WebTM/WebTM.csproj +++ b/WebTM/WebTM.csproj @@ -107,6 +107,8 @@ <Content Include="views\grf\b1.grf" /> <Content Include="views\grf\b.grf" /> <Content Include="views\indexMenu.html" /> + <Content Include="views\PublicPage\MouldDotCheckRuleInterList.html" /> + <Content Include="views\PublicPage\MouldMaintainRuleInterList.html" /> <Content Include="views\PublicPage\OrderBackInfomation.html" /> <Content Include="views\PublicPage\OrderLevInformation.html" /> <Content Include="views\PublicPage\Gy_MaterType.html" /> diff --git a/WebTM/layuiadmin/Scripts/webConfig.js b/WebTM/layuiadmin/Scripts/webConfig.js index 802a542..f6d4f0e 100644 --- a/WebTM/layuiadmin/Scripts/webConfig.js +++ b/WebTM/layuiadmin/Scripts/webConfig.js @@ -2,11 +2,11 @@ function GetWEBURL() { //var WEBURL = "http://192.168.16.80:8011/"; //鍔炲叕瀹ゆ湇鍔″櫒 //var WEBURL = "http://localhost:8081/SWEAPI/"; //ch鏈湴 - var WEBURL = "http://localhost:8085/API/"; //zgq鏈湴 + //var WEBURL = "http://localhost:8085/API/"; //zgq鏈湴 //var WEBURL = "http://localhost:8080/API/"; //棰滄檽鍐涙湰鍦伴厤缃� //var WEBURL = "http://localhost:8082/lubao"; //棰滄檽鍐涙湰鍦伴厤缃� //var WEBURL = "http://localhost:8082/LuBaoAPI/"; //鏉ㄩ湶鏈湴閰嶇疆 - //var WEBURL = "http://localhost:8082/LuBaoAPI/"; //绔犵传鏌旀湰鍦伴厤缃� + var WEBURL = "http://localhost:8082/LuBaoAPI/"; //绔犵传鏌旀湰鍦伴厤缃� //var WEBURL = "http://10.1.4.155/API/"; //姹熶赴瀹㈡埛NEW //var WEBURL = "http://47.96.97.237/API/"; //鏅轰簯鏈嶅姟鍣� //var WEBURL = "http://183.129.128.86:9090/API/"; //鍑礉濂堢壒瀹㈡埛鏈嶅姟鍣ㄥ缃� diff --git a/WebTM/views/PublicPage/MouldDotCheckRuleInterList.html b/WebTM/views/PublicPage/MouldDotCheckRuleInterList.html new file mode 100644 index 0000000..bfbe939 --- /dev/null +++ b/WebTM/views/PublicPage/MouldDotCheckRuleInterList.html @@ -0,0 +1,206 @@ +锘�<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <title>妯″叿鐐规瑙勭▼鍗曞垪琛ㄨ祫鏂�</title> + <meta name="renderer" content="webkit"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> + <link rel="stylesheet" href="../../layuiadmin/layui/css/layui.css" media="all"> + <link rel="stylesheet" href="../../layuiadmin/style/admin.css" media="all"> + <script src="../../layuiadmin/layui/layui.js"></script> + <script src="../../layuiadmin/treeTable.js"></script> + <script src="../../layuiadmin/Scripts/json2.js"></script> + <script src="../../layuiadmin/Scripts/jquery-1.4.1.js"></script> + <script src="../../layuiadmin/Scripts/webConfig.js"></script> + <script src="../../layuiadmin/layui/lay/modules/util.js"></script> + <style media="screen"> + .custom-tree-item-clicked { + color: #FC9003 + } + </style> +</head> +<body> + <div class="layui-fluid"> + <div class="layui-col-md12"> + <div class="layui-card" style="padding: 1px"> + <div class="layui-card-body" style="padding: 1px;"> + <form class="layui-form" action="" lay-filter="component-form-group"> + <div class="layui-collapse"> + <div class="layui-colla-item"> + <div class="layui-form-item" style="border-top: solid 1px #F6F6F6;"> + <div class="layui-row" style="padding:10px 0"> + <div class="layui-col-xs3 layui-inline" style="width: 23%;display:none;"> + <div id="treeCheckItem" lay-filter="treeCheckItem" class="demo-tree demo-tree-box" style="height: 580px; overflow: scroll;"></div> + </div> + <div class="layui-col-xs12 layui-inline"> + <div class="layui-row"> + <div class="layui-inline"> + <label class="layui-form-label">鍛ㄦ湡鍗曚綅</label> + <div class="layui-input-block"> + <input type="text" class="layui-input" name="HCycleUnit" id="HCycleUnit"> + </div> + </div> + <div class="layui-inline"> + <label class="layui-form-label">淇濆吇鍛ㄦ湡</label> + <div class="layui-input-block"> + <input type="text" class="layui-input" name="HCheckCycle" id="HCheckCycle"> + </div> + </div> + <button class="layui-btn layuiadmin-btn-order" type="button" lay-submit="" lay-filter="btnSearch" id="btnSearch"> + <i class="layui-icon layui-icon-search layuiadmin-button-btn"></i> + </button> + </div> + <div> + <table class="" id="mainTable" lay-filter="mainTable"></table> + </div> + </div> + </div> + </div> + </div> + </div> + </form> + </div> + </div> + </div> + </div> + + <script src="../../layuiadmin/layui/zgqlayui.js"></script> + <script src="../../layuiadmin/zgqCustom/zgqCustom.js"></script> + <script> + var treeCkData = { id: 0 }; + var TagId = ""; + var TagParentId = ""; + + layui.config({ + base: '../../layuiadmin/' //闈欐�佽祫婧愭墍鍦ㄨ矾寰� + }).extend({ + index: 'lib/index', //涓诲叆鍙fā鍧� + }).use(['tree', 'index', 'form', 'table', 'element', 'laypage', 'laydate'], function () { + var $ = layui.$ + , admin = layui.admin + , layer = layui.layer + , table = layui.table + , form = layui.form + , element = layui.element + , laypage = layui.laypage + , 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 option = { + elem: '#mainTable' + //, toolbar: '#toolbarDemo' + , height: 'full-120' + , page: true + , cellMinWidth: 90 + , cols: [[ + { type: 'radio', fixed: 'left' } + , { field: 'hmainid', title: 'HInterID', sort: true, hide: true } + , { field: '鐐规鍛ㄦ湡', title: '鐐规鍛ㄦ湡' } + , { field: '鍛ㄦ湡鍗曚綅', title: '鍛ㄦ湡鍗曚綅' } + ]] + }; + + var index = layer.load(0, { shade: false }); + //杩涘叆椤甸潰鏄剧ず鐨勭紦瀛樺垪琛� + $.ajax({ + url: GetWEBURL() + '/Sc_MouldDotCheckRuleInter/GetMouldDotCheckRuleInterList', + type: "GET", + data: { "sWhere": SeachFilter(sWhere1) }, + success: function (data1) { + if (data1.count == 1) { + option.data = data1.data; + table.render(option); + layer.close(index); + } else { + layer.close(index); + layer.alert(data1.code + data1.Message, { icon: 5 }); + } + }, error: function () { + layer.close(index); + layer.alert("鎺ュ彛璇锋眰澶辫触!", { icon: 5 }); + } + }); + + + //鏌ヨ鎸夐挳 + form.on('submit(btnSearch)', function (data) { + + $.ajax({ + url: GetWEBURL() + '/Sc_MouldDotCheckRuleInter/GetMouldDotCheckRuleInterList', + type: "GET", + data: { "sWhere": SeachFilter(sWhere1) }, + success: function (data1) { + if (data1.count == 1) { + option.data = data1.data; + table.render(option); + layer.alert("鏌ヨ鎴愬姛", { icon: 1 }); + } else { + layer.alert(data1.code + data1.Message, { icon: 5 }); + } + }, error: function () { + layer.alert("鎺ュ彛璇锋眰澶辫触!", { icon: 5 }); + } + }); + sWhere1 = "";//璋冪敤鎺ュ彛鍚庢竻绌簊Where缂撳瓨 + }); + + //浠ヤ笂鏄痩ayui妯″潡 + }); + + //鏌ヨ鏍戠姸鏁版嵁 + function getData(sWhere) { + var treeData; + + $.ajax({ + url: GetWEBURL() + '/Gy_MaintenanceMode/CheckItemLoadTree', + type: "GET", + data: { "sWhere": sWhere }, + async: false, + success: function (result) { + var data = result.data; + //鐢熸垚鏁版嵁瀵硅薄闆嗗悎 + treeData = LoadTree(data); + + } + }); + return treeData; + } + /**澶勭悊鏍戝舰灞曠ず鏁版嵁锛岃姹傛湁ID鍜孭arentID銆乼itle瀛楁**/ + function LoadTree(data) { + let map = {}; + let treeData = []; + data.forEach(it => { + map[it.id] = it; //ID涓烘瘡涓妭鐐圭殑id + }) + //鐢熸垚缁撴灉闆� + data.forEach(it => { + const parent = map[it.ParentID]; //ParentID涓虹埗鑺傜偣鐨刬d + if (parent) { + if (!Array.isArray(parent.children)) parent.children = []; + parent.children.push(it); + } else { + treeData.push(it) + } + }) + return treeData; + } + + function SeachFilter(sWhere1) { + var HCheckCycle = $("#HCheckCycle").val(); + var HCycleUnit = $("#HCycleUnit").val(); + if (HCycleUnit) { + sWhere1 += " and 鐐规鍛ㄦ湡 like '%" + HCheckCycle + "%'"; + } + if (HCycleUnit) { + sWhere1 += " and 鍛ㄦ湡鍗曚綅 like '%" + HCycleUnit + "%'"; + } + return sWhere1; + } + </script> + +</body> +</html> diff --git a/WebTM/views/PublicPage/MouldMaintainRuleInterList.html b/WebTM/views/PublicPage/MouldMaintainRuleInterList.html new file mode 100644 index 0000000..7bd8096 --- /dev/null +++ b/WebTM/views/PublicPage/MouldMaintainRuleInterList.html @@ -0,0 +1,206 @@ +锘�<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <title>妯″叿淇濆吇瑙勭▼鍗曞垪琛ㄨ祫鏂�</title> + <meta name="renderer" content="webkit"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> + <link rel="stylesheet" href="../../layuiadmin/layui/css/layui.css" media="all"> + <link rel="stylesheet" href="../../layuiadmin/style/admin.css" media="all"> + <script src="../../layuiadmin/layui/layui.js"></script> + <script src="../../layuiadmin/treeTable.js"></script> + <script src="../../layuiadmin/Scripts/json2.js"></script> + <script src="../../layuiadmin/Scripts/jquery-1.4.1.js"></script> + <script src="../../layuiadmin/Scripts/webConfig.js"></script> + <script src="../../layuiadmin/layui/lay/modules/util.js"></script> + <style media="screen"> + .custom-tree-item-clicked { + color: #FC9003 + } + </style> +</head> +<body> + <div class="layui-fluid"> + <div class="layui-col-md12"> + <div class="layui-card" style="padding: 1px"> + <div class="layui-card-body" style="padding: 1px;"> + <form class="layui-form" action="" lay-filter="component-form-group"> + <div class="layui-collapse"> + <div class="layui-colla-item"> + <div class="layui-form-item" style="border-top: solid 1px #F6F6F6;"> + <div class="layui-row" style="padding:10px 0"> + <div class="layui-col-xs3 layui-inline" style="width: 23%;display:none;"> + <div id="treeCheckItem" lay-filter="treeCheckItem" class="demo-tree demo-tree-box" style="height: 580px; overflow: scroll;"></div> + </div> + <div class="layui-col-xs12 layui-inline"> + <div class="layui-row"> + <div class="layui-inline"> + <label class="layui-form-label">鍛ㄦ湡鍗曚綅</label> + <div class="layui-input-block"> + <input type="text" class="layui-input" name="HCycleUnit" id="HCycleUnit"> + </div> + </div> + <div class="layui-inline"> + <label class="layui-form-label">淇濆吇鍛ㄦ湡</label> + <div class="layui-input-block"> + <input type="text" class="layui-input" name="HCheckCycle" id="HCheckCycle"> + </div> + </div> + <button class="layui-btn layuiadmin-btn-order" type="button" lay-submit="" lay-filter="btnSearch" id="btnSearch"> + <i class="layui-icon layui-icon-search layuiadmin-button-btn"></i> + </button> + </div> + <div> + <table class="" id="mainTable" lay-filter="mainTable"></table> + </div> + </div> + </div> + </div> + </div> + </div> + </form> + </div> + </div> + </div> + </div> + + <script src="../../layuiadmin/layui/zgqlayui.js"></script> + <script src="../../layuiadmin/zgqCustom/zgqCustom.js"></script> + <script> + var treeCkData = { id: 0 }; + var TagId = ""; + var TagParentId = ""; + + layui.config({ + base: '../../layuiadmin/' //闈欐�佽祫婧愭墍鍦ㄨ矾寰� + }).extend({ + index: 'lib/index', //涓诲叆鍙fā鍧� + }).use(['tree', 'index', 'form', 'table', 'element', 'laypage', 'laydate'], function () { + var $ = layui.$ + , admin = layui.admin + , layer = layui.layer + , table = layui.table + , form = layui.form + , element = layui.element + , laypage = layui.laypage + , 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 option = { + elem: '#mainTable' + //, toolbar: '#toolbarDemo' + , height: 'full-120' + , page: true + , cellMinWidth: 90 + , cols: [[ + { type: 'radio', fixed: 'left' } + , { field: 'hmainid', title: 'HInterID', sort: true, hide: true } + , { field: 'HCheckCycle', title: '淇濆吇鍛ㄦ湡' } + , { field: 'HCycleUnit', title: '鍛ㄦ湡鍗曚綅' } + ]] + }; + + var index = layer.load(0, { shade: false }); + //杩涘叆椤甸潰鏄剧ず鐨勭紦瀛樺垪琛� + $.ajax({ + url: GetWEBURL() + '/Sc_MouldMaintainPlanBill/GetMouldMaintainPlanBillList', + type: "GET", + data: { "sWhere": SeachFilter(sWhere1) }, + success: function (data1) { + if (data1.count == 1) { + option.data = data1.data; + table.render(option); + layer.close(index); + } else { + layer.close(index); + layer.alert(data1.code + data1.Message, { icon: 5 }); + } + }, error: function () { + layer.close(index); + layer.alert("鎺ュ彛璇锋眰澶辫触!", { icon: 5 }); + } + }); + + + //鏌ヨ鎸夐挳 + form.on('submit(btnSearch)', function (data) { + + $.ajax({ + url: GetWEBURL() + '/Sc_MouldMaintainPlanBill/GetMouldMaintainPlanBillList', + type: "GET", + data: { "sWhere": SeachFilter(sWhere1) }, + success: function (data1) { + if (data1.count == 1) { + option.data = data1.data; + table.render(option); + layer.alert("鏌ヨ鎴愬姛", { icon: 1 }); + } else { + layer.alert(data1.code + data1.Message, { icon: 5 }); + } + }, error: function () { + layer.alert("鎺ュ彛璇锋眰澶辫触!", { icon: 5 }); + } + }); + sWhere1 = "";//璋冪敤鎺ュ彛鍚庢竻绌簊Where缂撳瓨 + }); + + //浠ヤ笂鏄痩ayui妯″潡 + }); + + //鏌ヨ鏍戠姸鏁版嵁 + function getData(sWhere) { + var treeData; + + $.ajax({ + url: GetWEBURL() + '/Gy_MaintenanceMode/CheckItemLoadTree', + type: "GET", + data: { "sWhere": sWhere }, + async: false, + success: function (result) { + var data = result.data; + //鐢熸垚鏁版嵁瀵硅薄闆嗗悎 + treeData = LoadTree(data); + + } + }); + return treeData; + } + /**澶勭悊鏍戝舰灞曠ず鏁版嵁锛岃姹傛湁ID鍜孭arentID銆乼itle瀛楁**/ + function LoadTree(data) { + let map = {}; + let treeData = []; + data.forEach(it => { + map[it.id] = it; //ID涓烘瘡涓妭鐐圭殑id + }) + //鐢熸垚缁撴灉闆� + data.forEach(it => { + const parent = map[it.ParentID]; //ParentID涓虹埗鑺傜偣鐨刬d + if (parent) { + if (!Array.isArray(parent.children)) parent.children = []; + parent.children.push(it); + } else { + treeData.push(it) + } + }) + return treeData; + } + + function SeachFilter(sWhere1) { + var HCheckCycle = $("#HCheckCycle").val(); + var HCycleUnit = $("#HCycleUnit").val(); + if (HCycleUnit) { + sWhere1 += " and HCheckCycle like '%" + HCheckCycle + "%'"; + } + if (HCycleUnit) { + sWhere1 += " and HCycleUnit like '%" + HCycleUnit + "%'"; + } + return sWhere1; + } + </script> + +</body> +</html> diff --git "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Gy_MouldFile.html" "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Gy_MouldFile.html" index f6e2d78..0fc990d 100644 --- "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Gy_MouldFile.html" +++ "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Gy_MouldFile.html" @@ -304,6 +304,28 @@ </div> </div> </div> + <div class="layui-row"> + <div class="layui-inline"> + <label class="layui-form-label" style="width: 85px;padding: 9px 18px;">榛樿淇濆吇瑙勭▼</label> + <div class="layui-input-block" style="margin-left: 77px;"> + <input type="text" class="layui-input" name="HMouldMaintainRuleInterName" id="HMouldMaintainRuleInterName" style="background-color:#efefef4d;width: 60%;display: inline-block;" readonly> + <input type="hidden" class="layui-input" name="HMouldMaintainRuleInterID" id="HMouldMaintainRuleInterID" style="background-color:#efefef4d;width: 60%;display: inline-block;"> + <button class="layui-btn layuiadmin-btn-order" type="button" lay-submit="" lay-filter="HMouldMaintainRuleInterList" id="HMouldMaintainRuleInterList" style="padding: 0 10px;float: left;margin-right: 3px;background-color:gainsboro;"> + <i class="layui-icon layui-icon-search layuiadmin-button-btn" style="color:black;"></i> + </button> + </div> + </div> + <div class="layui-inline"> + <label class="layui-form-label" style="width: 85px;padding: 9px 18px;">榛樿鐐规瑙勭▼</label> + <div class="layui-input-block" style="margin-left: 77px;"> + <input type="text" class="layui-input" name="HMouldDotCheckRuleInterName" id="HMouldDotCheckRuleInterName" style="background-color:#efefef4d;width: 60%;display: inline-block;" readonly> + <input type="hidden" class="layui-input" name="HMouldDotCheckRuleInterID" id="HMouldDotCheckRuleInterID" style="background-color:#efefef4d;width: 60%;display: inline-block;"> + <button class="layui-btn layuiadmin-btn-order" type="button" lay-submit="" lay-filter="HMouldDotCheckRuleInterList" id="HMouldDotCheckRuleInterList" style="padding: 0 10px;float: left;margin-right: 3px;background-color:gainsboro;"> + <i class="layui-icon layui-icon-search layuiadmin-button-btn" style="color:black;"></i> + </button> + </div> + </div> + </div> </div> </div> <!--鍏朵粬淇℃伅--> @@ -816,6 +838,79 @@ }); }); + //榛樿淇濆吇瑙勭▼ + form.on('submit(HMouldMaintainRuleInterList)', function () { + //椤甸潰灞�-鑷畾涔� + layer.open({ + type: 2, + skin: 'layui-layer-rim', //鍔犱笂杈规 + title: '淇濆吇瑙勭▼', + closeBtn: 1, + shift: 2, + area: ['80%', '80%'], + maxmin: true, + content: ['../../PublicPage/MouldMaintainRuleInterList.html', 'yes'], + btn: ['纭畾', '鍙栨秷'] + , btn1: function (index, layero) { + //鎸夐挳銆愭寜閽竴銆戠殑鍥炶皟 + var iframeWindow = window['layui-layer-iframe' + index] //鑾峰彇寮规椤甸潰 + var checkStatus = iframeWindow.layui.table.checkStatus('mainTable');//鑾峰彇table鐨別lem:"#test" + if (checkStatus.data.length === 0) { + return layer.msg('璇烽�夋嫨鏁版嵁'); + } + $("#HMouldMaintainRuleInterName").val(checkStatus.data[0].HCheckCycle); + $("#HMouldMaintainRuleInterID").val(checkStatus.data[0].hmainid); + layer.close(layer.index); //瀹冭幏鍙栫殑濮嬬粓鏄渶鏂板脊鍑虹殑鏌愪釜灞傦紝鍊兼槸鐢眑ayer鍐呴儴鍔ㄦ�侀�掑璁$畻鐨� + } + , btn2: function (index, layero) { + //鎸夐挳銆愭寜閽簩銆戠殑鍥炶皟 + //return false 寮�鍚浠g爜鍙姝㈢偣鍑昏鎸夐挳鍏抽棴 + }, + end: function () { + + }, + success: function (layero, index) { + + } + }); + }); + + //榛樿鐐规瑙勭▼ + form.on('submit(HMouldDotCheckRuleInterList)', function () { + //椤甸潰灞�-鑷畾涔� + layer.open({ + type: 2, + skin: 'layui-layer-rim', //鍔犱笂杈规 + title: '鐐规瑙勭▼', + closeBtn: 1, + shift: 2, + area: ['80%', '80%'], + maxmin: true, + content: ['../../PublicPage/MouldDotCheckRuleInterList.html', 'yes'], + btn: ['纭畾', '鍙栨秷'] + , btn1: function (index, layero) { + //鎸夐挳銆愭寜閽竴銆戠殑鍥炶皟 + var iframeWindow = window['layui-layer-iframe' + index] //鑾峰彇寮规椤甸潰 + var checkStatus = iframeWindow.layui.table.checkStatus('mainTable');//鑾峰彇table鐨別lem:"#test" + if (checkStatus.data.length === 0) { + return layer.msg('璇烽�夋嫨鏁版嵁'); + } + $("#HMouldDotCheckRuleInterName").val(checkStatus.data[0].鐐规鍛ㄦ湡); + $("#HMouldDotCheckRuleInterID").val(checkStatus.data[0].hmainid); + layer.close(layer.index); //瀹冭幏鍙栫殑濮嬬粓鏄渶鏂板脊鍑虹殑鏌愪釜灞傦紝鍊兼槸鐢眑ayer鍐呴儴鍔ㄦ�侀�掑璁$畻鐨� + } + , btn2: function (index, layero) { + //鎸夐挳銆愭寜閽簩銆戠殑鍥炶皟 + //return false 寮�鍚浠g爜鍙姝㈢偣鍑昏鎸夐挳鍏抽棴 + }, + end: function () { + + }, + success: function (layero, index) { + + } + }); + }); //#endregion @@ -915,6 +1010,10 @@ $("#HLeaveLife").val(d.data[0].鍓╀綑瀵垮懡); $("#HProdQty").val(d.data[0].宸茬敓浜ф暟閲�); $("#HProdWeight").val(d.data[0].宸茬敓浜ч噸閲�); + $("#HMouldDotCheckRuleInterName").val(d.data[0].鐐规鍛ㄦ湡); + $("#HMouldDotCheckRuleInterID").val(d.data[0].HMouldDotCheckRuleInterID); + $("#HMouldMaintainRuleInterName").val(d.data[0].淇濆吇鍛ㄦ湡); + $("#HMouldMaintainRuleInterID").val(d.data[0].HMouldMaintainRuleInterID); } }); diff --git "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Sc_Add_MouldMaintainBillList.html" "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Sc_Add_MouldMaintainBillList.html" index 3fbbdfa..1f32598 100644 --- "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Sc_Add_MouldMaintainBillList.html" +++ "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Sc_Add_MouldMaintainBillList.html" @@ -324,6 +324,7 @@ } $("#HMouldName").val(checkStatus.data[0].HName); $("#HMouldID").val(checkStatus.data[0].HItemID); + get_MaintainItem(); layer.close(layer.index); //瀹冭幏鍙栫殑濮嬬粓鏄渶鏂板脊鍑虹殑鏌愪釜灞傦紝鍊兼槸鐢眑ayer鍐呴儴鍔ㄦ�侀�掑璁$畻鐨� } , btn2: function (index, layero) { @@ -339,6 +340,20 @@ }); }); + function get_MaintainItem() { + $.ajax({ + url: GetWEBURL() + "/Web/GetMaintainItemtemByMouldProjectID", + type: "GET", + data: { "MouldProjectID": $("#HMouldID").val() }, + success: function (result) { + if (result!=null) { + option.data = result.data; + table.render(option); + } + } + }) + } + //閫夋嫨鍗曚綅 form.on('submit(HUnitID-BT)', function () {//閫夋嫨鍗曚綅 layer.open({ -- Gitblit v1.9.1