From 7fe8e56e01629bd4547a5293fd02b720986c054a Mon Sep 17 00:00:00 2001 From: YL <YL@LAPTOP-SE03PLUR> Date: 星期三, 21 七月 2021 20:40:09 +0800 Subject: [PATCH] nothing --- WebTM/views/IpadIndex.html | 19 +++++++++++++------ 1 files changed, 13 insertions(+), 6 deletions(-) diff --git a/WebTM/views/IpadIndex.html b/WebTM/views/IpadIndex.html index b93b70a..6477522 100644 --- a/WebTM/views/IpadIndex.html +++ b/WebTM/views/IpadIndex.html @@ -745,7 +745,7 @@ , cancel: function () { } , end: function () { - get_FastQuery(table, option); + } }) } @@ -760,15 +760,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 +968,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