|
@@ -2,43 +2,53 @@
|
|
<el-dialog :title="$t('改造记录')" :visible.sync="visible" width="1200px" append-to-body>
|
|
<el-dialog :title="$t('改造记录')" :visible.sync="visible" width="1200px" append-to-body>
|
|
<el-table v-loading="loading" ref="reTable" :data="specHiYlgdList" :height="clientHeight" border>
|
|
<el-table v-loading="loading" ref="reTable" :data="specHiYlgdList" :height="clientHeight" border>
|
|
<el-table-column type="selection" width="55" align="center" fixed="left" />
|
|
<el-table-column type="selection" width="55" align="center" fixed="left" />
|
|
- <el-table-column :label="$t('装置')" align="center" fixed="left" prop="plantCode" :show-overflow-tooltip="true"/>
|
|
|
|
- <el-table-column :label="$t('单元')" align="center" fixed="left" prop="unit" :show-overflow-tooltip="true"/>
|
|
|
|
- <el-table-column :label="$t('装置维修组')" align="center" fixed="left" prop="plantMaint" :show-overflow-tooltip="true"/>
|
|
|
|
- <el-table-column :label="$t('装置维修工程师')" align="center" fixed="left" prop="engineer" :show-overflow-tooltip="true"/>
|
|
|
|
-<!-- <el-table-column :label="$t('状态')" align="center" fixed="left" prop="status" :formatter="statusFormat" />-->
|
|
|
|
-<!-- <el-table-column :label="$t('申请状态')" align="center" fixed="left" prop="approveStatus" :formatter="approveStatusFormat" />-->
|
|
|
|
- <el-table-column :label="$t('位号')" align="center" fixed="left" prop="devno" :show-overflow-tooltip="true"/>
|
|
|
|
-
|
|
|
|
- <el-table-column :label="$t('设备名称')" align="center" prop="devname" width="200" :show-overflow-tooltip="true"/>
|
|
|
|
- <el-table-column :label="$t('使用证号码')" align="center" prop="useno" :show-overflow-tooltip="true"/>
|
|
|
|
|
|
+ <el-table-column :label="$t('装置名称')" align="center" fixed="left" prop="plantCode" :show-overflow-tooltip="true"/>
|
|
|
|
+ <el-table-column :label="$t('单元')" align="center" fixed="left" prop="unit" :show-overflow-tooltip="true"/>
|
|
|
|
+ <el-table-column :label="$t('装置维修组')" align="center" fixed="left" prop="plantMaint" :show-overflow-tooltip="true"/>
|
|
|
|
+ <el-table-column :label="$t('装置维修工程师')" align="center" fixed="left" prop="engineer" :show-overflow-tooltip="true"/>
|
|
|
|
+ <el-table-column :label="$t('管道名称')" align="center" fixed="left" prop="devname" :show-overflow-tooltip="true"/>
|
|
|
|
+ <el-table-column :label="$t('管道编号')" align="center" fixed="left" prop="devno" :show-overflow-tooltip="true"/>
|
|
<el-table-column :label="$t('工业管道代码')" align="center" prop="regno" :show-overflow-tooltip="true"/>
|
|
<el-table-column :label="$t('工业管道代码')" align="center" prop="regno" :show-overflow-tooltip="true"/>
|
|
- <el-table-column :label="$t('容器类别')" align="center" prop="vesselType" :show-overflow-tooltip="true"/>
|
|
|
|
- <el-table-column :label="$t('制造单位')" align="center" prop="createUnit" :show-overflow-tooltip="true"/>
|
|
|
|
- <el-table-column :label="$t('国家')" align="center" prop="nation" :show-overflow-tooltip="true"/>
|
|
|
|
- <el-table-column :label="$t('外形尺寸(直径*长(高)*厚(mm))')" align="center" prop="outSize" :show-overflow-tooltip="true"/>
|
|
|
|
- <el-table-column :label="$t('材料')" align="center" prop="material" :show-overflow-tooltip="true"/>
|
|
|
|
- <el-table-column :label="$t('介质')" align="center" prop="medium" :show-overflow-tooltip="true"/>
|
|
|
|
- <el-table-column :label="$t('设计压力MPa')" align="center" prop="desPressure" :show-overflow-tooltip="true"/>
|
|
|
|
- <el-table-column :label="$t('操作压力MPa')" align="center" prop="optPressure" :show-overflow-tooltip="true"/>
|
|
|
|
- <el-table-column :label="$t('设计温度℃')" align="center" prop="desTemp" :show-overflow-tooltip="true"/>
|
|
|
|
- <el-table-column :label="$t('操作温度℃')" align="center" prop="optTemp" :show-overflow-tooltip="true"/>
|
|
|
|
- <el-table-column :label="$t('投用日期')" align="center" prop="submitdate" width="100">
|
|
|
|
|
|
+ <el-table-column :label="$t('使用登记证编号')" align="center" prop="useno" :show-overflow-tooltip="true"/>
|
|
|
|
+ <el-table-column :label="$t('管道级别')" align="center" prop="grade" :show-overflow-tooltip="true"/>
|
|
|
|
+ <el-table-column :label="$t('设计单位')" align="center" prop="designer" :show-overflow-tooltip="true"/>
|
|
|
|
+ <el-table-column :label="$t('安装单位')" align="center" prop="installer" :show-overflow-tooltip="true"/>
|
|
|
|
+ <el-table-column :label="$t('安装年月')" align="center" prop="installDate" width="100">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <span>{{ parseTime(scope.row.installDate, '{y}-{m}') }}</span>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column :label="$t('投用年月')" align="center" prop="submitdate" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <span>{{ parseTime(scope.row.submitdate, '{y}-{m}-{d}') }}</span>
|
|
|
|
|
|
+ <span>{{ parseTime(scope.row.submitdate, '{y}-{m}') }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
+ <el-table-column :label="$t('材质')" align="center" prop="material" :show-overflow-tooltip="true"/>
|
|
|
|
+ <el-table-column :label="$t('公称直径')" align="center" prop="dia" :show-overflow-tooltip="true"/>
|
|
|
|
+ <el-table-column :label="$t('壁厚(mm)')" align="center" prop="scheduleNo" :show-overflow-tooltip="true"/>
|
|
|
|
+ <el-table-column :label="$t('长度')+'(m)'" align="center" prop="length" :show-overflow-tooltip="true"/>
|
|
|
|
+ <el-table-column :label="$t('焊口数量')" align="center" prop="weldNumber" :show-overflow-tooltip="true"/>
|
|
|
|
+ <el-table-column :label="$t('起点')" align="center" prop="starting" :show-overflow-tooltip="true"/>
|
|
|
|
+ <el-table-column :label="$t('终点')" align="center" prop="ending" :show-overflow-tooltip="true"/>
|
|
|
|
+ <el-table-column :label="$t('敷设方式')" align="center" prop="layingMethod" :show-overflow-tooltip="true"/>
|
|
|
|
+ <el-table-column :label="$t('介质')" align="center" prop="medium" :show-overflow-tooltip="true"/>
|
|
|
|
+ <el-table-column :label="$t('设计压力')+'(MPa)'" align="center" prop="desPressure" :show-overflow-tooltip="true"/>
|
|
|
|
+ <el-table-column :label="$t('工作压力')+'(MPa)'" align="center" prop="optPressure" :show-overflow-tooltip="true"/>
|
|
|
|
+ <el-table-column :label="$t('设计温度')+'(℃)'" align="center" prop="desTemp" :show-overflow-tooltip="true"/>
|
|
|
|
+ <el-table-column :label="$t('工作温度')+'(℃)'" align="center" prop="optTemp" :show-overflow-tooltip="true"/>
|
|
|
|
+ <el-table-column :label="$t('绝热层代码')" align="center" prop="adiabatic" :show-overflow-tooltip="true"/>
|
|
|
|
+ <!-- <el-table-column :label="$t('防腐层代码')" align="center" prop="antiCorrosion" :show-overflow-tooltip="true"/>-->
|
|
<el-table-column :label="$t('是否涉危化品')" align="center" prop="isDanger" :show-overflow-tooltip="true"/>
|
|
<el-table-column :label="$t('是否涉危化品')" align="center" prop="isDanger" :show-overflow-tooltip="true"/>
|
|
- <el-table-column :label="$t('设计使用年限')" align="center" prop="desYear" :show-overflow-tooltip="true"/>
|
|
|
|
- <el-table-column :label="$t('是否达到设计使用年限')" align="center" prop="isOverlife" :show-overflow-tooltip="true"/>
|
|
|
|
<el-table-column :label="$t('检验单位')" align="center" prop="checkUnit" :show-overflow-tooltip="true"/>
|
|
<el-table-column :label="$t('检验单位')" align="center" prop="checkUnit" :show-overflow-tooltip="true"/>
|
|
|
|
+
|
|
<el-table-column :label="$t('定期检验日期')" align="center" prop="warnDate" width="100">
|
|
<el-table-column :label="$t('定期检验日期')" align="center" prop="warnDate" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ parseTime(scope.row.warnDate, '{y}-{m}-{d}') }}</span>
|
|
<span>{{ parseTime(scope.row.warnDate, '{y}-{m}-{d}') }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column :label="$t('安全状况等级')" align="center" prop="safeClass" :show-overflow-tooltip="true"/>
|
|
<el-table-column :label="$t('安全状况等级')" align="center" prop="safeClass" :show-overflow-tooltip="true"/>
|
|
- <el-table-column :label="$t('下次定期检验日期')" align="center" prop="nextWarnDate" width="100">
|
|
|
|
|
|
+
|
|
|
|
+ <el-table-column :label="$t('下次定期检验日期')" align="center" prop="nextWarnDate" width="100" sortable="custom">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ parseTime(scope.row.nextWarnDate, '{y}-{m}-{d}') }}</span>
|
|
<span>{{ parseTime(scope.row.nextWarnDate, '{y}-{m}-{d}') }}</span>
|
|
</template>
|
|
</template>
|
|
@@ -49,7 +59,6 @@
|
|
<span>{{ parseTime(scope.row.yearWarnDate, '{y}-{m}-{d}') }}</span>
|
|
<span>{{ parseTime(scope.row.yearWarnDate, '{y}-{m}-{d}') }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
-
|
|
|
|
<el-table-column :label="$t('年度检查结论')" align="center" prop="checkConclusion" :show-overflow-tooltip="true"/>
|
|
<el-table-column :label="$t('年度检查结论')" align="center" prop="checkConclusion" :show-overflow-tooltip="true"/>
|
|
<el-table-column :label="$t('下次年度检查日期')" align="center" prop="yearNextWarnDate" width="100">
|
|
<el-table-column :label="$t('下次年度检查日期')" align="center" prop="yearNextWarnDate" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -57,9 +66,7 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column :label="$t('年度检查报告编号')" align="center" prop="yearReportNo" :show-overflow-tooltip="true"/>
|
|
<el-table-column :label="$t('年度检查报告编号')" align="center" prop="yearReportNo" :show-overflow-tooltip="true"/>
|
|
- <!-- <el-table-column :label="$t('部门编号')" align="center" prop="deptId" :show-overflow-tooltip="true"/>-->
|
|
|
|
<el-table-column :label="$t('备注')" align="center" prop="remarks" :show-overflow-tooltip="true"/>
|
|
<el-table-column :label="$t('备注')" align="center" prop="remarks" :show-overflow-tooltip="true"/>
|
|
-
|
|
|
|
<el-table-column :label="$t('创建时间')" align="center" prop="createdate" width="100">
|
|
<el-table-column :label="$t('创建时间')" align="center" prop="createdate" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ parseTime(scope.row.createdate, '{y}-{m}-{d}') }}</span>
|
|
<span>{{ parseTime(scope.row.createdate, '{y}-{m}-{d}') }}</span>
|