From 94853e46b9d4911fb4cf00389f00a4b820db5d3c Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期三, 21 五月 2025 14:35:46 +0800
Subject: [PATCH] fix: 修正 系统上机日志查询 没有显示默认方案的问题

---
 WebTM/views/设备管理/Sb_EquipRepairCheckBillList_PDA.html |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipRepairCheckBillList_PDA.html" "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipRepairCheckBillList_PDA.html"
index d8d9184..2d53fd1 100644
--- "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipRepairCheckBillList_PDA.html"
+++ "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipRepairCheckBillList_PDA.html"
@@ -134,7 +134,10 @@
                     case 'btnDel': btnDel();
                         break;
                     //閫�鍑�
-                    case 'btn-exit': Pub_Close(2);
+                    case 'btn-exit': 
+                        layer.confirm('鎮ㄧ‘瀹氳閫�鍑哄悧锛�', { icon: 3, title: '鎻愮ず' }, function (index) {
+                            parent.location.href = "../../../views/index_Mobile.html";
+                        });
                         break;
                     //闅愯棌鍒楄缃�
                     case 'HideColumn':

--
Gitblit v1.9.1