|
@@ -14,7 +14,7 @@
|
|
|
<el-table-column prop label='设备名称' show-overflow-tooltip resizable min-width='150'>
|
|
|
<template slot-scope='{row}'>{{row.sbmc||'--'}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop label='设备内号' :show-overflow-tooltip='true' width='80'>
|
|
|
+ <el-table-column prop label='设备内码' :show-overflow-tooltip='true' width='80'>
|
|
|
<template slot-scope='{row}'>{{row.assetnum||'--'}}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop label='核心维保事项记录' :show-overflow-tooltip='true' min-width='150'>
|
|
@@ -115,20 +115,20 @@ export default {
|
|
|
innerTable(row) {
|
|
|
if (row.apptype == '外委' || row.apptype == '自维') {
|
|
|
if (row.wb_gzglid) {
|
|
|
- window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=WB_GZGL&uniqueid=${row.wb_gzglid}`, true)
|
|
|
+ window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=WB_GZGL&uniqueid=${row.wb_gzglid}`)
|
|
|
}
|
|
|
} else if (row.apptype == '安全维保') {
|
|
|
- window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=AQ_WB_GZGL&uniqueid=${row.wb_gzglid}`, true)
|
|
|
+ window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=AQ_WB_GZGL&uniqueid=${row.wb_gzglid}`)
|
|
|
}
|
|
|
},
|
|
|
// 工单
|
|
|
ycgd(row) {
|
|
|
if (row.apptype == '外委' || row.apptype == '自维') {
|
|
|
if (row.wb_gzglid) {
|
|
|
- window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=WB_GZGL&uniqueid=${row.wb_gzglid}`, true)
|
|
|
+ window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=WB_GZGL&uniqueid=${row.wb_gzglid}`)
|
|
|
}
|
|
|
} else if (row.apptype == '安全维保') {
|
|
|
- window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=WB_GZGL&uniqueid=${row.wb_gzglid}`, true)
|
|
|
+ window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=WB_GZGL&uniqueid=${row.wb_gzglid}`)
|
|
|
}
|
|
|
},
|
|
|
indexMethod(index) {
|