| | |
| | | </el-form> |
| | | <div style="display: flex;justify-content: center;margin: 20px 0"> |
| | | <el-button @click="confirmBack()">返回列表</el-button> |
| | | <el-button type="primary" @click="confirmSubmit('feedbackForm')">提交</el-button> |
| | | <el-button type="primary" v-stop-re-click @click="confirmSubmit('feedbackForm')">提交</el-button> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | <div v-if="provinceCheckStatus == 1" class="record-list"> |
| | | <div class="record-item"> |
| | | <table class="record-table"> |
| | | <tr class="m-color b-font" style="background: #409EFF;color: #fff;text-align: center">烟花爆竹批发企业检查情况反馈表</tr> |
| | | <tr class="m-color b-font" style="background: #409EFF;color: #fff;text-align: center">烟花爆竹{{enterpriseType==1?'批发':'零售'}}企业检查情况反馈表</tr> |
| | | <tr> |
| | | <td class="m-color w-50">被检查企业名称</td> |
| | | <td class="m-color w-50">所属省市县</td> |
| | |
| | | <div v-if="cityCheckStatus == 1" class="record-list"> |
| | | <div class="record-item"> |
| | | <table class="record-table"> |
| | | <tr class="m-color b-font" style="background: #409EFF;color: #fff;text-align: center">烟花爆竹批发企业检查情况反馈表</tr> |
| | | <tr class="m-color b-font" style="background: #409EFF;color: #fff;text-align: center">烟花爆竹{{enterpriseType==1?'批发':'零售'}}企业检查情况反馈表</tr> |
| | | <tr> |
| | | <td class="m-color w-50">被检查企业名称</td> |
| | | <td class="m-color w-50">所属省市县</td> |
| | |
| | | <div v-if="areaCheckStatus == 1" class="record-list"> |
| | | <div class="record-item"> |
| | | <table class="record-table"> |
| | | <tr class="m-color b-font" style="background: #409EFF;color: #fff;text-align: center">烟花爆竹批发企业检查情况反馈表</tr> |
| | | <tr class="m-color b-font" style="background: #409EFF;color: #fff;text-align: center">烟花爆竹{{enterpriseType==1?'批发':'零售'}}企业检查情况反馈表</tr> |
| | | <tr> |
| | | <td class="m-color w-50">被检查企业名称</td> |
| | | <td class="m-color w-50">所属省市县</td> |
| | |
| | | </el-form> |
| | | <span slot="footer" class="dialog-footer"> |
| | | <el-button @click="editDialog = false">取消</el-button> |
| | | <el-button type="primary" @click="postEdit('editForm')">提交</el-button> |
| | | <el-button type="primary" v-stop-re-click @click="postEdit('editForm')">提交</el-button> |
| | | </span> |
| | | </el-dialog> |
| | | <check-details ref="report"></check-details> |