From a6d93e96d0f9585de5e15b2efa47519f18211350 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期四, 31 七月 2025 16:22:18 +0800 Subject: [PATCH] 升版导入修改为单文件导入 --- src/views/eam/equipment/modules/EamEquipmentModal.vue | 50 +++++++++++++++++++++++++++++++------------------- 1 files changed, 31 insertions(+), 19 deletions(-) diff --git a/src/views/eam/equipment/modules/EamEquipmentModal.vue b/src/views/eam/equipment/modules/EamEquipmentModal.vue index 456c389..c1a1db1 100644 --- a/src/views/eam/equipment/modules/EamEquipmentModal.vue +++ b/src/views/eam/equipment/modules/EamEquipmentModal.vue @@ -36,7 +36,7 @@ <a-col :span="customSpan"> <a-form-model-item prop="factoryOrgCode" label="浣跨敤閮ㄩ棬"> <a-tree-select v-model="model.factoryOrgCode" style="width: 100%" show-search - :tree-data="productionTreeData" :disabled="!editable" + :tree-data="productionTreeData" :dropdown-style="{ maxHeight: '400px', overflow: 'auto' }" placeholder="璇烽�夋嫨浣跨敤閮ㄩ棬" allow-clear treeNodeFilterProp="title" :replaceFields="{key:'orgCode',value:'orgCode'}" @@ -271,44 +271,56 @@ <template v-if="disableSubmit"> <a-tab-pane tab="鐐规宸ュ崟" :key="2" forceRender> - <a-button type="primary" @click="navigateToPage('/eam/maintenance/EamInspectionOrderList')" icon="right" - style="margin-left: 24px">璺宠浆鑷冲搴旈〉闈� - </a-button> + <div style="text-align: right; "> + <a-button type="primary" @click="navigateToPage('/eam/maintenance/EamInspectionOrderList')" + style="margin-left: 24px ; background-color: #ffffff; color: #000000;">璺宠浆 + </a-button> + </div> <eam-inspection-order-list ref="tabPane2" :isDisplayOperation="false"/> </a-tab-pane> <a-tab-pane tab="浜屼繚宸ュ崟" :key="3" forceRender> - <a-button type="primary" @click="navigateToPage('/eam/maintenance/EamSecondMaintenanceOrderList')" icon="right" - style="margin-left: 24px">璺宠浆鑷冲搴旈〉闈� - </a-button> + <div style="text-align: right; "> + <a-button type="primary" @click="navigateToPage('/eam/maintenance/EamSecondMaintenanceOrderList')" + style="margin-left: 24px ; background-color: #ffffff; color: #000000;">璺宠浆 + </a-button> + </div> <eam-second-maintenance-order-list ref="tabPane3" :isDisplayOperation="false"/> </a-tab-pane> <a-tab-pane tab="涓変繚宸ュ崟" :key="4" forceRender> - <a-button type="primary" @click="navigateToPage('/eam/maintenance/EamThirdMaintenanceOrderList')" icon="right" - style="margin-left: 24px">璺宠浆鑷冲搴旈〉闈� - </a-button> + <div style="text-align: right; "> + <a-button type="primary" @click="navigateToPage('/eam/maintenance/EamThirdMaintenanceOrderList')" + style="margin-left: 24px ; background-color: #ffffff; color: #000000;">璺宠浆 + </a-button> + </div> <eam-third-maintenance-order-list ref="tabPane4" :isDisplayOperation="false"/> </a-tab-pane> <a-tab-pane tab="缁翠慨宸ュ崟" :key="5" forceRender> - <a-button type="primary" @click="navigateToPage('/eam/repair/EamRepairOrderList')" icon="right" - style="margin-left: 24px">璺宠浆鑷冲搴旈〉闈� - </a-button> + <div style="text-align: right; "> + <a-button type="primary" @click="navigateToPage('/eam/repair/EamRepairOrderList')" + style="margin-left: 24px ; background-color: #ffffff; color: #000000;">璺宠浆 + </a-button> + </div> <eam-repair-order-list ref="tabPane5" :isDisplayOperation="false"/> </a-tab-pane> <a-tab-pane tab="淇濆吇瑙勮寖" :key="6" forceRender> - <a-button type="primary" @click="navigateToPage('/eam/base/EamMaintenanceStandardList')" icon="right" - style="margin-left: 24px">璺宠浆鑷冲搴旈〉闈� - </a-button> + <div style="text-align: right; "> + <a-button type="primary" @click="navigateToPage('/eam/base/EamMaintenanceStandardList')" + style="margin-left: 24px ; background-color: #ffffff; color: #000000;">璺宠浆 + </a-button> + </div> <eam-maintenance-standard-list ref="tabPane6" :isDisplayOperation="false"/> </a-tab-pane> <a-tab-pane tab="鎶�鏈姸鎬侀壌瀹氬伐鍗�" :key="7" forceRender> - <a-button type="primary" @click="navigateToPage('/eam/technical/order')" icon="right" - style="margin-left: 24px">璺宠浆鑷冲搴旈〉闈� - </a-button> + <div style="text-align: right;"> + <a-button type="primary" @click="navigateToPage('/eam/technical/order')" + style="margin-left: 24px ; background-color: #ffffff; color: #000000;">璺宠浆 + </a-button> + </div> <eam-technical-status-evaluation-order-list ref="tabPane7" :isDisplayOperation="false"/> </a-tab-pane> </template> -- Gitblit v1.9.3