From ddd72a4d20b6255b6d5b454b0e6163d3ce9f4418 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期三, 28 八月 2024 16:42:14 +0800
Subject: [PATCH] 1

---
 WebTM/views/IpadIndex.html |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 50 insertions(+), 2 deletions(-)

diff --git a/WebTM/views/IpadIndex.html b/WebTM/views/IpadIndex.html
index 7fdb583..8e45e25 100644
--- a/WebTM/views/IpadIndex.html
+++ b/WebTM/views/IpadIndex.html
@@ -1286,6 +1286,40 @@
             });
         }
 
+        //寮傚父绛惧埌澶勭悊鐐瑰嚮浜嬩欢
+        function SingErrMsg(event, obj) {
+            layer.open({
+                type: 2,
+                skin: 'layui-layer-rim', //鍔犱笂杈规
+                title: '鏂板寮傚父绛惧埌澶勭悊鍗�',
+                closeBtn: 1,
+                shift: 2,
+                area: ['100%', '100%'],
+                maxmin: true,
+                content: '鐢熶骇绠$悊/寮傚父鍙嶉鍗�/OA_ErrMsgBackSignBill_BrushCard.html?OperationType=2',
+                end: function () {
+
+                }                
+            });
+        }
+
+        //寮傚父楠屾敹鐐瑰嚮浜嬩欢
+        function ErrMsgBackCheck(event, obj) {
+            layer.open({
+                type: 2,
+                skin: 'layui-layer-rim', //鍔犱笂杈规
+                title: '鏂板寮傚父鍙嶉楠屾敹鍗�',
+                closeBtn: 1,
+                shift: 2,
+                area: ['100%', '100%'],
+                maxmin: true,
+                content: '璐ㄩ噺绠$悊/寮傚父鍙嶉/OA_ErrMsgBackSelfQuery_BGT.html?OperationType=2',
+                end: function () {
+
+                }
+            });
+        }
+
         //閫�鍑�
         function Esc(event, obj) {
             parent.location.href = "index.html"
@@ -1497,7 +1531,7 @@
                             <div class="layui-col-sm12 layui-col-md4" onclick="Abnormal(event,this)">
                                 <div class="cnt bottomright">
                                     <span class="layui-icon layui-icon-unlink imgicon"></span>
-                                    <span class="imgtitle">寮傚父</span>
+                                    <span class="imgtitle">寮傚父鐢宠</span>
                                 </div>
                             </div>
                             <div class="layui-col-sm12 layui-col-md4" onclick="Esc(event,this)">
@@ -1547,7 +1581,21 @@
                                 </div>
                             </div>
                         </div>
-                                              
+                        <div class="layui-row layui-col-space10">
+                            <div class="layui-col-sm12 layui-col-md4" onclick="SingErrMsg(event,this)">
+                                <div class="cnt bottomright">
+                                    <span class="layui-icon layui-icon-layer imgicon"></span>
+                                    <span class="imgtitle">寮傚父绛惧埌澶勭悊</span>
+                                </div>
+                            </div>
+                            <div class="layui-col-sm12 layui-col-md4" onclick="ErrMsgBackCheck(event,this)">
+                                <div class="cnt bottomright">
+                                    <span class="layui-icon layui-icon-layer imgicon"></span>
+                                    <span class="imgtitle">寮傚父楠屾敹</span>
+                                </div>
+                            </div>                          
+                        </div>
+
                     </div>
                 </fieldset>
             </div>

--
Gitblit v1.9.1