ZKBH
3 天以前 2602bdd82484dabf3db312add0930a93b00e6969
台账样式
已修改3个文件
64 ■■■■■ 文件已修改
ip 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/base/EamTechnicalStatusEvaluationStandardList.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/equipment/modules/EamEquipmentModal.vue 48 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ip
@@ -3,3 +3,7 @@
430:195.0.1.10
测试地址 : 195.0.1.10:8099
前端访问地址 :195.0.1.10:3000
src/views/eam/base/EamTechnicalStatusEvaluationStandardList.vue
@@ -42,21 +42,21 @@
    <!-- 操作按钮区域 -->
    <div class="table-operator">
      <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
      <a-button v-has="'standardMain:add'" @click="handleAdd" type="primary" icon="plus">新增</a-button>
      <a-upload name="file" :showUploadList="false" :multiple="true" :headers="tokenHeader"
                :action="importSafetyEquipmentCheck"
                @change="handleImportExcel">
        <a-button type="primary" icon="import">安全装置检查导入</a-button>
        <a-button  v-has="'standardMain:importSafety'"  type="primary" icon="import">安全装置检查导入</a-button>
      </a-upload>
      <a-upload name="file" :showUploadList="false" :multiple="true" :headers="tokenHeader"
                :action="importPrecisionCheck"
                @change="handleImportExcel">
        <a-button type="primary" icon="import">设备精度检查导入</a-button>
        <a-button v-has="'standardMain:importPrecision'" type="primary" icon="import">设备精度检查导入</a-button>
      </a-upload>
      <a-upload name="file" :showUploadList="false" :multiple="true" :headers="tokenHeader"
                :action="importOtherCheck"
                @change="handleImportExcel">
        <a-button type="primary" icon="import">其他检查导入</a-button>
        <a-button v-has="'standardMain:importOther'" type="primary" icon="import">其他检查导入</a-button>
      </a-upload>
    </div>
@@ -82,7 +82,7 @@
      <span slot="action" slot-scope="text, record">
        <template v-if="record.standardStatus=='WAIT_SUBMIT'">
           <a @click="handleEdit(record)">编辑</a>
           <a  @click="handleEdit(record)">编辑</a>
          <a-divider type="vertical"/>
          <a-popconfirm title="确定提交吗?" @confirm="handleSubmit(record)">
            <a @click.stop="event=>event.stopPropagation()">提交</a>
@@ -91,7 +91,7 @@
        </template>
        <template v-if="record.standardStatus=='ENABLE'">
          <a @click="handleUpgrade(record)">升版</a>
          <a  v-has="'standardMain:upgradeVersion'" @click="handleUpgrade(record)">升版</a>
          <a-divider type="vertical"/>
        </template>
src/views/eam/equipment/modules/EamEquipmentModal.vue
@@ -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>