| | |
| | | <td :rowspan="sheetStatus==1?2:1">{{ item.completedRectifyHiddendangerSum }}</td> |
| | | <td :rowspan="sheetStatus==1?2:1">{{ item.completedRectifyMajorHiddendangerNum }}</td> |
| | | <td :rowspan="sheetStatus==1?2:1">{{ item.hiddendangerRectifyRate==null?'--':(item.hiddendangerRectifyRate + '%') }}</td> |
| | | <td>{{ sheetStatus==1?'设立区级':'县级' }}</td> |
| | | <td>{{ sheetStatus==1?'设区市级':'县级' }}</td> |
| | | <td v-if="(item.citySpotCheckinfo && item.citySpotCheckinfo.spotCheckEnterpriseNum !== undefined)|| (item.areaSpotCheckinfo && item.areaSpotCheckinfo.spotCheckEnterpriseNum !== undefined)" class="point-item" @click="checkEnterprise(item.enterpriseCity,item.enterpriseArea)"> |
| | | {{sheetStatus==1?item.citySpotCheckinfo.spotCheckEnterpriseNum:item.areaSpotCheckinfo.spotCheckEnterpriseNum}} |
| | | </td> |
| | |
| | | t.$refs.enterprises.enterpriseArea = area |
| | | if(t.sheetStatus == 1){ |
| | | t.$refs.enterprises.enterpriseCity = city |
| | | if(area == 'all'){ |
| | | t.$refs.enterprises.checkUnitType = 3 |
| | | }else{ |
| | | t.$refs.enterprises.checkUnitType = 2 |
| | | } |
| | | }else{ |
| | | t.$refs.enterprises.enterpriseCity = null |
| | | t.$refs.enterprises.checkUnitType = 3 |
| | | } |
| | | t.$refs.enterprises.dialogVisible = true |
| | | t.$refs.enterprises.getEnterprises() |
| | |
| | | t.enterpriseCity = city |
| | | t.sheetStatus = 2 |
| | | t.getDataStatistics() |
| | | console.log(t.sheetStatus,t.institutionalData[0].citySpotCheckinfo.spotCheckEnterpriseNum,'666666666666666666') |
| | | }else{ |
| | | t.sheetStatus = 3 |
| | | t.$refs.areaSheet.taskId = t.taskId |