From 6cc377411a24d8670df93fec5d0ade664e7c5e2f Mon Sep 17 00:00:00 2001 From: yxj <yxj@hz-kingdee.com> Date: 星期三, 13 三月 2024 10:36:19 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI --- WebTM/views/IpadIndex.html | 36 ++++++++++++++++++++++++++++++++---- 1 files changed, 32 insertions(+), 4 deletions(-) diff --git a/WebTM/views/IpadIndex.html b/WebTM/views/IpadIndex.html index 7745b58..ccfe5fd 100644 --- a/WebTM/views/IpadIndex.html +++ b/WebTM/views/IpadIndex.html @@ -575,8 +575,7 @@ } return result; } - - + //寮�宸ユ寜閽偣鍑讳簨浠� function OpenWork(event, obj) { if (wktag == 0) { @@ -983,6 +982,27 @@ }) } + //褰撳墠宸ュ崟鎸夐挳鐐瑰嚮浜嬩欢 + function CurrentStatus(event, obj) { + if (wktag == 0) { + layer.alert("璇烽�夋嫨宸ュ崟鍒楄〃", { icon: 5 }); + return false; + } + layer.open({ + type: 2, + skin: 'layui-layer-rim', //鍔犱笂杈规 + title: '褰撳墠宸ュ崟', + closeBtn: 1, + shift: 2, + area: ['100%', '100%'], + maxmin: true, + content: '鐢熶骇绠$悊/宸ュ崟/Sc_CurrentTicket.html?OperationType=2&linterid=&HSouceBillType=', + end: function () { + + } + }); + } + //閫�鍑� function Esc(event, obj) { parent.location.href = "index.html" @@ -1124,13 +1144,13 @@ </div> </div> <div class="layui-row layui-col-space10" style="display:none;"> - <div class="layui-col-sm12 layui-col-md4" onclick="KSOpenWork(event,this)" > + <div class="layui-col-sm12 layui-col-md4" onclick="KSOpenWork(event,this)"> <div class="cnt bottomright"> <span class="layui-icon layui-icon-pause imgicon"></span> <span class="imgtitle">蹇�熷紑宸�</span> </div> </div> - + </div> <div class="layui-row layui-col-space10"> <div class="layui-col-sm12 layui-col-md4" onclick="SOP(event,this)"> @@ -1198,6 +1218,14 @@ </div> </div> </div> + <div class="layui-row layui-col-space10"> + <div class="layui-col-sm12 layui-col-md4" onclick="CurrentStatus(event,this)"> + <div class="cnt bottomright"> + <span class="layui-icon layui-icon-console imgicon"></span> + <span class="imgtitle">褰撳墠鐘舵��</span> + </div> + </div> + </div> </div> </fieldset> </div> -- Gitblit v1.9.1