From 8dc28871e65261d716f0f05aa105a39fbd9dc3a2 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 11 三月 2024 23:13:35 +0800
Subject: [PATCH] 1
---
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