From 8563e4c5f60e3a59b83a66165cbbe4db1108cdf2 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期三, 02 四月 2025 08:35:17 +0800
Subject: [PATCH] 新增 抢修附属工费报表、抢修费用汇总表、抢修汇总表、抢修考核出勤明细表  4个报表

---
 WebTM/views/验收入库/委外入库/Kf_EntrustInBackBillList.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBackBillList.html" "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBackBillList.html"
index 6004611..8e6b932 100644
--- "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBackBillList.html"
+++ "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBackBillList.html"
@@ -105,7 +105,9 @@
         //
 
         form.on('submit(cmdCancel)', function () {
-            parent.location.href = "../../../views/index.html"
+            layer.confirm('鎮ㄧ‘瀹氳閫�鍑哄悧锛�', { icon: 3, title: '鎻愮ず' }, function (index) {
+                window.close();
+            });
             //window.close();//鍏抽棴褰撳墠椤�
         })
 

--
Gitblit v1.9.1