|
@@ -599,7 +599,7 @@ const handleReportTemplateConfirm = () => {
|
|
|
// 判断是否为电站锅炉内检
|
|
// 判断是否为电站锅炉内检
|
|
|
const isPowerStationBoiler = computed(() => {
|
|
const isPowerStationBoiler = computed(() => {
|
|
|
return inspectionNatureForm.value.equipmentType == '1' &&
|
|
return inspectionNatureForm.value.equipmentType == '1' &&
|
|
|
- inspectionNatureForm.value.equipmentCategory == '300' &&
|
|
|
|
|
|
|
+ inspectionNatureForm.value.equipmentCategory == '200' &&
|
|
|
inspectionNatureForm.value.inspectionNature == '100'
|
|
inspectionNatureForm.value.inspectionNature == '100'
|
|
|
})
|
|
})
|
|
|
</script>
|
|
</script>
|