|
|
@@ -633,7 +633,7 @@
|
|
|
datastatus: this.CheckStatus,
|
|
|
sign: '3'
|
|
|
};
|
|
|
- console.log("------doc",docTempType)
|
|
|
+ console.log("------doc", docTempType)
|
|
|
switch (docTempType) {
|
|
|
//漏电保护
|
|
|
case "DAYT.LeakProtect.Detail":
|
|
|
@@ -726,34 +726,62 @@
|
|
|
query: queryParams
|
|
|
})
|
|
|
break
|
|
|
- // 电动机节能
|
|
|
+ // 电动机节能
|
|
|
case 'DAYT.LimsReportMotor.Detail':
|
|
|
this.$router.push({
|
|
|
path: '/lims/reportmotor/operation',
|
|
|
query: queryParams
|
|
|
})
|
|
|
break
|
|
|
- // 电泵井节能
|
|
|
+ // 电泵井节能
|
|
|
case 'DAYT.LimsReportElecPumpWell.Detail':
|
|
|
this.$router.push({
|
|
|
path: '/lims/reportelecpumpwell/operation',
|
|
|
query: queryParams
|
|
|
})
|
|
|
break
|
|
|
- // 螺杆泵
|
|
|
+ // 螺杆泵
|
|
|
case 'DAYT.LimsReportScrewPump.Detail':
|
|
|
this.$router.push({
|
|
|
path: '/lims/reportscrewpump/operation',
|
|
|
query: queryParams
|
|
|
})
|
|
|
break
|
|
|
- // 油田专用变压器
|
|
|
+ // 油田专用变压器
|
|
|
case 'DAYT.LimsReportSpecialField.Detail':
|
|
|
this.$router.push({
|
|
|
path: '/lims/reportspecialfield/operation',
|
|
|
query: queryParams
|
|
|
})
|
|
|
break
|
|
|
+ //苯气检测报警器检定记录
|
|
|
+ case 'DAYT.ReportAlertorBenDetect.Detail':
|
|
|
+ this.$router.push({
|
|
|
+ path: '/lims/reportalertorbendetect/operation',
|
|
|
+ query: queryParams
|
|
|
+ })
|
|
|
+ break
|
|
|
+ //一氧化碳检测报警器检定记录
|
|
|
+ case 'DAYT.ReportAlertorCarbonDetect.Detail':
|
|
|
+ this.$router.push({
|
|
|
+ path: '/lims/reportalertorcarbondetect/operation',
|
|
|
+ query: queryParams
|
|
|
+ })
|
|
|
+ break
|
|
|
+ //复合气体检测报警器检定记录
|
|
|
+ case 'DAYT.ReportAlertorFHGasDetect.Detail':
|
|
|
+ this.$router.push({
|
|
|
+ path: '/lims/reportalertorfhgasdetect/operation',
|
|
|
+ query: queryParams
|
|
|
+ })
|
|
|
+ break
|
|
|
+ //可燃气体检测报警器检定记录
|
|
|
+ case 'DAYT.ReportAlertorKRGasDetect.Detail':
|
|
|
+ this.$router.push({
|
|
|
+ path: '/lims/reportalertorkrgasdetect/operation',
|
|
|
+ query: queryParams
|
|
|
+ })
|
|
|
+ break
|
|
|
//一氧化碳红外气体分析器检定记录
|
|
|
case 'DAYT.ReportAnalyzer1CarbonRedGas.Detail':
|
|
|
this.$router.push({
|