|
|
|
@ -195,7 +195,7 @@
|
|
|
|
|
label="维修单号"
|
|
|
|
|
align="center"
|
|
|
|
|
prop="workCode"
|
|
|
|
|
width="200"
|
|
|
|
|
width="180"
|
|
|
|
|
fixed
|
|
|
|
|
>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
@ -208,7 +208,7 @@
|
|
|
|
|
label="维修状态"
|
|
|
|
|
align="center"
|
|
|
|
|
prop="workStatus"
|
|
|
|
|
width="150"
|
|
|
|
|
width="120"
|
|
|
|
|
>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<dict-tag
|
|
|
|
@ -223,12 +223,13 @@
|
|
|
|
|
prop="orderCode"
|
|
|
|
|
width="200"
|
|
|
|
|
/>
|
|
|
|
|
<el-table-column label="设备编码" align="center" prop="equipmentCode" />
|
|
|
|
|
<el-table-column label="设备编码" align="center" prop="equipmentCode" width="120"/>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="故障描述"
|
|
|
|
|
align="center"
|
|
|
|
|
prop="workFaultDesc"
|
|
|
|
|
width="300"
|
|
|
|
|
:show-overflow-tooltip="true"
|
|
|
|
|
/>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="计划维修时间"
|
|
|
|
@ -278,6 +279,7 @@
|
|
|
|
|
align="center"
|
|
|
|
|
prop="teamPerson"
|
|
|
|
|
width="300"
|
|
|
|
|
:show-overflow-tooltip="true"
|
|
|
|
|
/>
|
|
|
|
|
<el-table-column label="是否委外" align="center" prop="workOutsource">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
@ -295,6 +297,7 @@
|
|
|
|
|
align="center"
|
|
|
|
|
prop="workReason"
|
|
|
|
|
width="300"
|
|
|
|
|
:show-overflow-tooltip="true"
|
|
|
|
|
/>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="维修开始时间"
|
|
|
|
@ -409,7 +412,7 @@
|
|
|
|
|
|
|
|
|
|
<el-tab-pane label="维修基本信息">
|
|
|
|
|
<el-descriptions
|
|
|
|
|
:column="2"
|
|
|
|
|
:column="3"
|
|
|
|
|
border
|
|
|
|
|
:contentStyle="CS"
|
|
|
|
|
:label-style="LS"
|
|
|
|
@ -470,6 +473,13 @@
|
|
|
|
|
<el-descriptions-item label="维修费用">{{
|
|
|
|
|
form.workCost
|
|
|
|
|
}}</el-descriptions-item>
|
|
|
|
|
</el-descriptions>
|
|
|
|
|
<el-descriptions
|
|
|
|
|
:column="1"
|
|
|
|
|
border
|
|
|
|
|
:contentStyle="CS_IMG"
|
|
|
|
|
:label-style="LS_AFTER_IMG"
|
|
|
|
|
>
|
|
|
|
|
<el-descriptions-item label="故障原因">{{
|
|
|
|
|
form.orderDesc
|
|
|
|
|
}}</el-descriptions-item>
|
|
|
|
@ -623,7 +633,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
LS_AFTER_IMG: {
|
|
|
|
|
"text-align": "center",
|
|
|
|
|
width: "280px",
|
|
|
|
|
width: "190px",
|
|
|
|
|
},
|
|
|
|
|
//检查项表格数据
|
|
|
|
|
detailList: [],
|
|
|
|
|