| | |
| | | <div class="table"> |
| | | <div class="filter-container"> |
| | | <div class="table-tit"> |
| | | <h2 v-show="enterpriseType == 1">2023年上半年烟花爆竹生产经营安全检查(批发)</h2> |
| | | <h2 v-show="enterpriseType == 2">2023年上半年烟花爆竹生产经营安全检查(零售)</h2> |
| | | <h2 v-show="enterpriseType == 1">{{taskName}}(批发)</h2> |
| | | <h2 v-show="enterpriseType == 2">{{taskName}}(零售)</h2> |
| | | <span>(检查一家反馈一家,没有检查出隐患问题的也要登记反馈)</span> |
| | | </div> |
| | | <div class="control-bar"> |
| | |
| | | currentPage: 1, |
| | | unitType: null, |
| | | taskId: null, |
| | | taskName: '', |
| | | enterpriseType: null, |
| | | selfcheckStatus: null, |
| | | thislevelCheckStatus: null, |
| | |
| | | created() { |
| | | const t = this |
| | | t.getCheckUnitType() |
| | | if(t.taskId && t.enterpriseType){ |
| | | t.getEnterpriseCompleteInfoList() |
| | | }else{ |
| | | t.getCheckTask() |
| | | } |
| | | t.getCheckTask() |
| | | }, |
| | | computed: { |
| | | ...mapGetters([ |
| | |
| | | const res = await getSpecialCheckTask() |
| | | if(res.data.code === "200"){ |
| | | t.taskId = res.data.result.specialCheckTaskSimplifyInfos[0].id |
| | | t.taskName = res.data.result.specialCheckTaskSimplifyInfos[0].taskName |
| | | t.enterpriseType = 1 |
| | | t.getEnterpriseCompleteInfoList() |
| | | }else{ |
| | |
| | | const t = this |
| | | t.$refs.report.id = row.id |
| | | t.$refs.report.getEnterpriseInfo() |
| | | t.$refs.report.enterpriseType = t.enterpriseType |
| | | t.$refs.report.dialogVisible = true |
| | | }, |
| | | |
| | |
| | | t.$refs.feedback.feedbackForm.id = row.id |
| | | t.$refs.feedback.getSpotCheckReportInfo() |
| | | t.$refs.feedback.unitType = t.unitType |
| | | t.$refs.feedback.enterpriseType = t.enterpriseType |
| | | t.$refs.feedback.dialogVisible = true |
| | | t.$refs.feedback.getSpotCheckReportInfo() |
| | | } |
| | | } |
| | | } |