|
|
@@ -547,20 +547,20 @@
|
|
|
options: [{
|
|
|
label: '特检',
|
|
|
options: [
|
|
|
- {Id: 179, FullName: '电气接地装置检测'},
|
|
|
- {Id: 286, FullName: '防雷装置检测'},
|
|
|
- {Id: 187, FullName: '防雷装置(等电位)检测'},
|
|
|
- {Id: 181, FullName: '漏电保护器检测'}
|
|
|
+ {Id: 179, FullName: '电气接地装置'},
|
|
|
+ {Id: 286, FullName: '防雷装置'},
|
|
|
+ {Id: 187, FullName: '防雷装置(等电位)'},
|
|
|
+ {Id: 181, FullName: '漏电保护器'}
|
|
|
]
|
|
|
}, {
|
|
|
label: '宇信',
|
|
|
options: [
|
|
|
- {Id: 156, FullName: '阻火器检测'},
|
|
|
- {Id: 183, FullName: '呼吸阀检测'},
|
|
|
- {Id: 154, FullName: '液压安全阀检测'},
|
|
|
- {Id: 189, FullName: '空气泡沫产生器检测'},
|
|
|
- {Id: 141, FullName: '游梁式抽油机检测'},
|
|
|
- {Id: 173, FullName: '无游梁式抽油机检测'}
|
|
|
+ {Id: 156, FullName: '阻火器'},
|
|
|
+ {Id: 183, FullName: '呼吸阀'},
|
|
|
+ {Id: 154, FullName: '液压安全阀'},
|
|
|
+ {Id: 189, FullName: '空气泡沫产生器'},
|
|
|
+ {Id: 141, FullName: '游梁式抽油机'},
|
|
|
+ {Id: 173, FullName: '无游梁式抽油机'}
|
|
|
]
|
|
|
}],
|
|
|
status_flag: false,
|
|
|
@@ -1493,19 +1493,19 @@
|
|
|
// })
|
|
|
if (this.tjz) {
|
|
|
this.projectTypeList = [
|
|
|
- {Id: 179, FullName: '电气接地装置检测', TemplateCode: 'DAYT.ElecGround.Report'},
|
|
|
- {Id: 286, FullName: '防雷装置检测', TemplateCode: 'DAYT.LightProtect.Report'},
|
|
|
- {Id: 187, FullName: '防雷装置(等电位)检测', TemplateCode: 'DAYT.Equipotent.Report'},
|
|
|
- {Id: 181, FullName: '漏电保护器检测', TemplateCode: 'DAYT.LeakProtect.Report'}
|
|
|
+ {Id: 179, FullName: '电气接地装置', TemplateCode: 'DAYT.ElecGround.Report'},
|
|
|
+ {Id: 286, FullName: '防雷装置', TemplateCode: 'DAYT.LightProtect.Report'},
|
|
|
+ {Id: 187, FullName: '防雷装置(等电位)', TemplateCode: 'DAYT.Equipotent.Report'},
|
|
|
+ {Id: 181, FullName: '漏电保护器', TemplateCode: 'DAYT.LeakProtect.Report'}
|
|
|
]
|
|
|
} else {
|
|
|
this.projectTypeList = [
|
|
|
- {Id: 156, FullName: '阻火器检测', TemplateCode: ''},
|
|
|
- {Id: 183, FullName: '呼吸阀检测', TemplateCode: ''},
|
|
|
- {Id: 154, FullName: '液压安全阀检测', TemplateCode: ''},
|
|
|
- {Id: 189, FullName: '空气泡沫产生器检测', TemplateCode: ''},
|
|
|
- {Id: 141, FullName: '游梁式抽油机检测', TemplateCode: ''},
|
|
|
- {Id: 173, FullName: '无游梁式抽油机检测', TemplateCode: ''}
|
|
|
+ {Id: 156, FullName: '阻火器', TemplateCode: ''},
|
|
|
+ {Id: 183, FullName: '呼吸阀', TemplateCode: ''},
|
|
|
+ {Id: 154, FullName: '液压安全阀', TemplateCode: ''},
|
|
|
+ {Id: 189, FullName: '空气泡沫产生器', TemplateCode: ''},
|
|
|
+ {Id: 141, FullName: '游梁式抽油机', TemplateCode: ''},
|
|
|
+ {Id: 173, FullName: '无游梁式抽油机', TemplateCode: ''}
|
|
|
]
|
|
|
}
|
|
|
},
|