From ae96bf12f34774cd2fcad88991ff0bc9158fc6b2 Mon Sep 17 00:00:00 2001 From: zgq <519541279@qq.com> Date: 星期三, 21 七月 2021 18:31:44 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MESWMS-LayUI --- WebTM/views/IpadIndex.html | 26 ++++++++++++++++++++++++-- 1 files changed, 24 insertions(+), 2 deletions(-) diff --git a/WebTM/views/IpadIndex.html b/WebTM/views/IpadIndex.html index 975644c..743a0b6 100644 --- a/WebTM/views/IpadIndex.html +++ b/WebTM/views/IpadIndex.html @@ -717,7 +717,9 @@ "HSourceName": HSourceName1, "HICMOInterID": HICMOInterID, "HICMOEntryID": HICMOEntryID, - "HMaker": "Admin" //sessionStorage["HUserName"] + "HMaker": "Admin", //sessionStorage["HUserName"] + //"HEmpID": "0", //sessionStorage["HEmpID"] + "HSourceBillType": HSourceBillType }); //閫氳繃绱㈠紩鑾峰彇鍒板綋鍓峣frame寮瑰嚭灞� @@ -726,6 +728,26 @@ iframe.edit(data); }, }); + } + + function OpenFistCheck(event, obj) + { + layer.open({ + type: 2 + , area: ['100%', '100%'] + , title: '棣栦欢妫�楠屽崟-缂栬緫' + , shade: 0.6 + , maxmin: false + , anim: 0 + , content: ['../../璐ㄩ噺绠$悊/棣栦欢妫�楠屽崟/QC_Add_Edit_FirstPieceCheckBill.html?OperationType=2&linterid=' + HSourceInterID + '&HSouceBillType=' + HSourceBillType, 'yes'] + , resize: false + , cancel: function () { + btnIs(); + } + , end: function () { + get_FastQuery(table, option); + } + }) } //鍗曟嵁鐘舵�侀獙璇� @@ -866,7 +888,7 @@ </div> </div> <div class="layui-row layui-col-space10"> - <div class="layui-col-sm12 layui-col-md4"> + <div class="layui-col-sm12 layui-col-md4" onclick="OpenFistCheck(event,this)"> <div class="cnt bottomright"> <span class="layui-icon layui-icon-search imgicon"></span> <span class="imgtitle">棣栨</span> -- Gitblit v1.9.1