From 8f62babc53ba4ba1f72fd3d35d5a5bb26f30700f Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 02 九月 2026 19:38:03 +0800
Subject: [PATCH] 天津-潜宇塑胶 1.一键报工功能

---
 src/views/productionManagement/workOrderManagement/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/productionManagement/workOrderManagement/index.vue b/src/views/productionManagement/workOrderManagement/index.vue
index 4a09b32..06b1dd9 100644
--- a/src/views/productionManagement/workOrderManagement/index.vue
+++ b/src/views/productionManagement/workOrderManagement/index.vue
@@ -29,6 +29,7 @@
     <div class="table_list">
       <div style="margin-bottom: 10px; text-align: left;">
         <el-button type="primary"
+                   v-hasPermi="['production:workOrder:batchReport']"
                    @click="handleBatchReport">涓�閿姤宸�</el-button>
       </div>
       <PIMTable rowKey="id"

--
Gitblit v1.9.3