From f7ff66043272616dcaab551ec95e5b3c5ea95ec6 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Thu, 22 Jan 2026 14:03:50 +0800 Subject: [PATCH] 1.处理查看详情不跳转 --- src/mes/costomPageFun/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mes/costomPageFun/index.js b/src/mes/costomPageFun/index.js index eac1db7..c856ce7 100644 --- a/src/mes/costomPageFun/index.js +++ b/src/mes/costomPageFun/index.js @@ -832,7 +832,7 @@ const mesTableBtnClick3 = props => { }); }, 200); - const oTabs = document.querySelectorAll(`.ant-tabs-tab-btn[id*="班组报工"]`); + const oTabs = document.querySelectorAll('.ant-tabs-tab-btn[id*="报工确认"], .ant-tabs-tab-btn[id*="班组报工"]'); oTabs?.[0]?.click(); setTimeout(() => { const oTabs1 = document.querySelectorAll(`.ant-tabs-tab-btn[id*="产量上报信息"]`); @@ -859,7 +859,7 @@ const mesTableBtnClick3 = props => { }); }, 200); - const oTabs = document.querySelectorAll(`.ant-tabs-tab-btn[id*="班组报工"]`); + const oTabs = document.querySelectorAll('.ant-tabs-tab-btn[id*="报工确认"], .ant-tabs-tab-btn[id*="班组报工"]'); oTabs?.[0]?.click(); setTimeout(() => { const oTabs1 = document.querySelectorAll(`.ant-tabs-tab-btn[id*="产量上报信息"]`); -- libgit2 0.22.2