From 1c0622edd26969ac1bf1a24231f14190f471be39 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 11 Aug 2026 09:51:33 +0800 Subject: [PATCH] =?UTF-8?q?2026-08-11=20TID=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../yieldReport/com_produce_report_normal.vue | 37 +++++++++++++++++-- 1 file changed, 33 insertions(+), 4 deletions(-) diff --git a/src/views/modules/yieldReport/com_produce_report_normal.vue b/src/views/modules/yieldReport/com_produce_report_normal.vue index d2b90b6..1bbaf8e 100644 --- a/src/views/modules/yieldReport/com_produce_report_normal.vue +++ b/src/views/modules/yieldReport/com_produce_report_normal.vue @@ -269,16 +269,37 @@ TID绑定
- + 上传订单 - + 结束班次 - + 上传MT日志 - + 获取班次
@@ -4107,6 +4128,14 @@ export default { comTidGetShift,/*TID获取班次组件*/ }, methods: { + hasTidButtonAuth (permissionCode) { + const functionId = this.$route && this.$route.meta ? this.$route.meta.menuId : '' + if (!functionId || typeof this.isAuth !== 'function') { + return true + } + return this.isAuth(functionId + ':' + permissionCode) + }, + // 删除不良 deleteSfdcDefect(row) { deleteSfdcDefect(row).then(({data}) => {