From db457552ab2251fdaaedb8f736e6103f69eccb10 Mon Sep 17 00:00:00 2001
From: zenglf <18502938215@163.com>
Date: 星期三, 25 十月 2023 18:44:15 +0800
Subject: [PATCH] 维修工单修改

---
 src/views/eam/EquipmentListOfFilesCarousel.vue |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/views/eam/EquipmentListOfFilesCarousel.vue b/src/views/eam/EquipmentListOfFilesCarousel.vue
index 0d38b9c..85900d3 100644
--- a/src/views/eam/EquipmentListOfFilesCarousel.vue
+++ b/src/views/eam/EquipmentListOfFilesCarousel.vue
@@ -11,7 +11,7 @@
             :wrapperCol="wrapperCol"
             >
               <j-dict-select-tag
-                dict="mom_eam_equipment_category,name,id,equipment_category_uda1 = 'filesCarousel'"
+                dictCode="mom_eam_equipment_category,name,id,equipment_category_uda1='filesCarousel'"
                 placeholder="璇疯緭鍏ユ悳绱㈡潯浠跺苟閫夋嫨"
                 v-model="queryParam.equipmentCategoryId"
               />
@@ -450,6 +450,9 @@
       <a-tab-pane tab="璐ㄤ繚鏈熷彉鏇磋褰�" key="6" forceRender>
         <equipment-update-warranty-list :mainId="selectedMainId" />
       </a-tab-pane>
+      <a-tab-pane tab="淇濆吇鐐规鏍囧噯" key="7" forceRender>
+       <standard-of-maintenance :mainId="selectedMainId"/>
+      </a-tab-pane>
     </a-tabs>
     <equipment-modal ref="modalForm" @ok="modalFormOk" :caytegoryParam="caytegoryParam"></equipment-modal>
     <process-edit-model ref ="processEditModel"></process-edit-model>
@@ -480,6 +483,8 @@
   import WarrantyUpdateModel from './modules/equipmentNew/edit/WarrantyUpdateModel.vue'
   import EquipmentSpareParts from './modules/equipmentNew/EquipmentSpareParts.vue'
   import EquipmentSparePartsModal from './modules/equipmentNew/EquipmentSparePartsModal'
+  import StandardOfInspection from './modules/equipmentNew/StandardOfInspection.vue'
+  import StandardOfMaintenance from './modules/equipmentNew/StandardOfMaintenance.vue'
   export default {
     name: "EquipmentList",
     mixins:[JeecgListMixin,mixinDevice],
@@ -497,7 +502,9 @@
         ABCUpdateEditModel,
         WarrantyUpdateModel,
         EquipmentSpareParts,
-        EquipmentSparePartsModal
+        EquipmentSparePartsModal,
+        StandardOfInspection,
+        StandardOfMaintenance,
     },
     data () {
       return {

--
Gitblit v1.9.3