From 3022bb497d3af146e08868a202e942471e99b061 Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期二, 27 七月 2021 12:05:20 +0800
Subject: [PATCH] nothing
---
WebTM/views/IpadIndex.html | 28 ++++++++++++++++++++--------
1 files changed, 20 insertions(+), 8 deletions(-)
diff --git a/WebTM/views/IpadIndex.html b/WebTM/views/IpadIndex.html
index b93b70a..c3a1be1 100644
--- a/WebTM/views/IpadIndex.html
+++ b/WebTM/views/IpadIndex.html
@@ -111,8 +111,13 @@
}
}
else {
- layer.alert(data.Message, { icon: 5 });
- return false;
+ var html1 = '';
+ html1 += '<div class="layui-col-sm12 layui-col-md3">';
+ html1 += '<div class="cnt ctop" id="ts1" onclick="Check(this,1)">';
+ html1 += '<span class="layui-icon layui-icon-addition imgicon0" onclick="Add(event,this,1)"></span>';
+ html1 += '</div>';
+ html1 += '</div>';
+ $("#topleft").append(html1);
}
},
error: function (err) {
@@ -745,7 +750,7 @@
, cancel: function () {
}
, end: function () {
- get_FastQuery(table, option);
+
}
})
}
@@ -760,15 +765,22 @@
, shade: 0.6
, maxmin: false
, anim: 0
- , content: ['璐ㄩ噺绠$悊/宸ュ簭妫�楠屽崟/QC_ProcessCheckBill.html?OperationType=2&linterid=' + HSourceInterID, 'yes']
+ , content: ['璐ㄩ噺绠$悊/宸ュ簭妫�楠屽崟/QC_ProcessCheckBill.html?OperationType=2&linterid=' + HSourceInterID +'&HSouceBillType=' + HBillType, 'yes']
, resize: false
, cancel: function () {
- btnIs();
+
}
, end: function () {
- get_FastQuery(table, option);
+
}
})
+ }
+
+ //閫�鍑�
+ function Esc(event, obj)
+ {
+ parent.location.href = "index.html"
+
}
//鍗曟嵁鐘舵�侀獙璇�
@@ -961,8 +973,8 @@
<span class="imgtitle">寮傚父</span>
</div>
</div>
- <div class="layui-col-sm12 layui-col-md4">
- <div class="cnt bottomright" style="pointer-events:none; background-color:rgb(0 0 0 / 10%)">
+ <div class="layui-col-sm12 layui-col-md4" onclick="Esc(event,this)">
+ <div class="cnt bottomright">
<span class="layui-icon layui-icon-close imgicon"></span>
<span class="imgtitle">閫�鍑�</span>
</div>
--
Gitblit v1.9.1