| | |
| | | @close="resetForm()" |
| | | > |
| | | <div slot="title" class="dialog-title"> |
| | | 烟花爆竹批发企业自查情况信息报送表 |
| | | 烟花爆竹{{enterpriseType==1?'批发':(enterpriseType==2?'零售':'')}}企业检查情况反馈表 |
| | | </div> |
| | | <div class="table-tit"> |
| | | <div>企业名称: <span class="m-color">{{corpInfo.enterpriseName}}</span></div> |
| | |
| | | <tr> |
| | | <td class="w-50">{{corpInfo.hiddendangerSum}}</td> |
| | | <td class="w-50">{{corpInfo.majorHiddendangerNum}}</td> |
| | | </tr> |
| | | <tr class="m-color b-font" style="text-align: center" v-if="corpInfo.hiddendangerStatus == 1">执法处罚情况</tr> |
| | | <tr v-if="corpInfo.hiddendangerStatus == 1"> |
| | | <td class="m-color w-25">罚款金额(万元)</td> |
| | | <td class="w-25">{{ corpInfo.amerceMoney }}</td> |
| | | <td class="m-color w-25">是否责令停产整顿</td> |
| | | <td class="w-25"> |
| | | {{ corpInfo.stopProductionStatus == 1 ? '是': '否' }} |
| | | </td> |
| | | </tr> |
| | | <tr v-if="corpInfo.hiddendangerStatus == 1"> |
| | | <td class="m-color w-25">是否吊销许可证</td> |
| | | <td class="w-25"> |
| | | {{ corpInfo.revokeLicenseStatus == 1 ? '是': '否' }} |
| | | </td> |
| | | <td class="m-color w-25">是否暂扣许可证</td> |
| | | <td class="w-25"> |
| | | {{ corpInfo.detainLicenseStatus == 1 ? '是': '否' }} |
| | | </td> |
| | | </tr> |
| | | </table> |
| | | <!-- <div class="table-bottom">--> |
| | |
| | | dialogVisible:false, |
| | | dialogReport: false, |
| | | id: null, |
| | | unitType: 1, |
| | | unitType: null, |
| | | enterpriseType: null, |
| | | corpInfo:{ |
| | | enterpriseName: '', |
| | | enterpriseProvince: '', |