From f67b4c736c68cd3d1f75e5fc6b6e23189f12b979 Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期二, 19 十二月 2023 11:34:57 +0800
Subject: [PATCH] 设备管理增加按车间筛选条件

---
 src/views/eam/RepairOrderList.vue |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/src/views/eam/RepairOrderList.vue b/src/views/eam/RepairOrderList.vue
index e606ddc..882ac0d 100644
--- a/src/views/eam/RepairOrderList.vue
+++ b/src/views/eam/RepairOrderList.vue
@@ -17,7 +17,7 @@
           >
           <a-form-item label="缁熶竴缂栧彿缇�">
               <a-textarea
-                placeholder="璇疯緭鍏ユ墍鏈夌粺涓�缂栫爜,椤荤敤鈥�,鈥濋殧寮�,鍚﹀垯鍙兘鏌ヨ鍑洪敊璇俊鎭�"
+                placeholder="璇疯緭鍏ユ墍鏈夌粺涓�缂栫爜,椤荤敤绌烘牸闅斿紑,鍚﹀垯鍙兘鏌ヨ鍑洪敊璇俊鎭�"
                 v-model="queryParam.nums"
                 :auto-size="{ minRows: 2, maxRows:2 }"
               ></a-textarea>
@@ -189,10 +189,10 @@
     <div class="table-operator">
       <a-dropdown>
         <a-menu slot="overlay">
-          <a-menu-item
+          <!-- <a-menu-item
             key="1"
             @click="handleAddPre(1)"
-          ><a-icon type="smile" />鑷缓</a-menu-item>
+          ><a-icon type="smile" />鑷缓</a-menu-item> -->
           <!-- <a-menu-item
             key="2"
             @click="handleAddPre(2)"
@@ -229,6 +229,7 @@
           type="primary"
           icon="plus"
           @click="getReports"
+          v-has="'repair:accept'"
       >棰嗗彇</a-button>
       <!-- <a-button type="primary" icon="download" @click="handleExportXls('缁翠慨宸ュ崟')">瀵煎嚭</a-button>
       <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
@@ -332,6 +333,7 @@
           <a
             v-if="record.status === '2' || record.status === '3' "
             @click="handleOrderExe(record)"
+            v-has="'repair:excute'"
           >鎵ц</a>
           <a-divider
             v-if="record.status === '2' || record.status === '3' "
@@ -523,7 +525,7 @@
           }
         },
         {
-          title: '鍏抽敭璁惧?',
+          title: '鍏抽敭璁惧',
           align: "center",
           dataIndex: 'specificEquipment',
           scopedSlots: { customRender: 'specificEquipment' }
@@ -958,13 +960,15 @@
   },
 }
 </script>
-<style scoped>
+<style lang="less" scoped>
 @import '~@assets/less/common.less';
-.error {
+
+/deep/.error {
   color: red;
   font-weight: bold;
 }
-.primary {
+
+/deep/.primary {
   color: rgb(255, 0, 251);
   font-weight: bold;
 }

--
Gitblit v1.9.3