From e8a26ce118b97ff1609e96b99f47fa505293061a Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期三, 21 七月 2021 20:10:57 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MESWMS-LayUI
---
WebTM/views/IpadIndex.html | 25 +++++++++++++++++++++++--
1 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/WebTM/views/IpadIndex.html b/WebTM/views/IpadIndex.html
index b9269e7..5967ef3 100644
--- a/WebTM/views/IpadIndex.html
+++ b/WebTM/views/IpadIndex.html
@@ -730,9 +730,9 @@
});
}
+ //棣栨妫�楠�
function OpenFistCheck(event, obj)
{
- console.log(HSourceInterID, HBillType);
layer.open({
type: 2
, area: ['100%', '100%']
@@ -743,6 +743,27 @@
, content: ['璐ㄩ噺绠$悊/棣栦欢妫�楠屽崟/QC_Add_Edit_FirstPieceCheckBill.html?OperationType=2&linterid=' + HSourceInterID + '&HSouceBillType=' + HBillType, 'yes']
, resize: false
, cancel: function () {
+ }
+ , end: function () {
+ get_FastQuery(table, option);
+ }
+ })
+ }
+
+ //杩囩▼妫�楠�
+ function OpenProcess(event, this)
+ {
+ layer.open({
+ type: 2
+ , area: ['100%', '100%']
+ , title: '宸ュ簭妫�楠屽崟-缂栬緫'
+ , shade: 0.6
+ , maxmin: false
+ , anim: 0
+ , content: ['../../璐ㄩ噺绠$悊/宸ュ簭妫�楠屽崟/QC_ProcessCheckBill.html?OperationType=' + OperationType + '&linterid=' + linterid, 'yes']
+ , resize: false
+ , cancel: function () {
+ btnIs();
}
, end: function () {
get_FastQuery(table, option);
@@ -900,7 +921,7 @@
<span class="imgtitle">宸℃</span>
</div>
</div>
- <div class="layui-col-sm12 layui-col-md4">
+ <div class="layui-col-sm12 layui-col-md4" onclick="OpenProcess(event,this)">
<div class="cnt bottomright">
<span class="layui-icon layui-icon-search imgicon"></span>
<span class="imgtitle">杩囩▼妫�楠�</span>
--
Gitblit v1.9.1