| | |
| | | <div>检查层级: <span class="m-color">{{ corpInfo.checkUnitType == 1 ? '省级':(corpInfo.checkUnitType == 2 ? '市级' : '区县级') }}</span></div> |
| | | <div>检查单位: <span class="m-color">{{ corpInfo.checkUnit }}</span></div> |
| | | </div> |
| | | <div style="width: 100%" v-if="(unitType==1 && provinceCheckStatus==0)||(unitType==2 && cityCheckStatus==0)||(unitType==3 && areaCheckStatus==0)"> |
| | | <div style="width: 100%" v-if="(unitType==1 && !provinceCheckStatus)||(unitType==2 && !cityCheckStatus)||(unitType==3 && !areaCheckStatus)"> |
| | | <el-form :model="feedbackForm" :rules="rules" ref="feedbackForm" class="demo-ruleForm"> |
| | | <el-row :gutter="40" type="flex" align="middle" style="margin: 20px 0"> |
| | | <el-col :span="8"> |
| | |
| | | <el-button type="text" @click="deleteItem(index)">删除</el-button> |
| | | </td> |
| | | </tr> |
| | | <tr style="text-align: center"><el-button icon="el-icon-plus" type="primary" plain round @click="addItem()">添加行</el-button></tr> |
| | | <tr style="text-align: center"><el-button icon="el-icon-plus" style="height: 32px;padding: 0 30px;margin: 12px" type="primary" plain round @click="addItem()">添加行</el-button></tr> |
| | | <tr class="m-color b-font" style="text-align: center">执法处罚情况</tr> |
| | | <tr> |
| | | <td class="m-color w-25 mid">罚款金额(万元)</td> |
| | |
| | | </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">烟花爆竹{{enterpriseType==1?'批发':'零售'}}企业检查情况反馈表</tr> |
| | | <tr class="m-color b-font" style="background: #034ea2;color: #fff;text-align: center">烟花爆竹{{enterpriseType==1?'批发':'零售'}}企业检查情况反馈表</tr> |
| | | <tr> |
| | | <td class="m-color w-50">被检查企业名称</td> |
| | | <td class="m-color w-50">所属省市县</td> |
| | |
| | | </td> |
| | | </tr> |
| | | <tr style="text-align: center" v-if="unitType == 1"> |
| | | <el-button type="primary" icon="el-icon-edit" plain @click="editRecord(1)">修改</el-button> |
| | | <el-button style="height: 32px;padding: 0 30px;margin: 12px" type="primary" icon="el-icon-edit" plain @click="editRecord(1)">修改</el-button> |
| | | </tr> |
| | | </table> |
| | | </div> |
| | |
| | | <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">烟花爆竹{{enterpriseType==1?'批发':'零售'}}企业检查情况反馈表</tr> |
| | | <tr class="m-color b-font" style="background: #034ea2;color: #fff;text-align: center">烟花爆竹{{enterpriseType==1?'批发':'零售'}}企业检查情况反馈表</tr> |
| | | <tr> |
| | | <td class="m-color w-50">被检查企业名称</td> |
| | | <td class="m-color w-50">所属省市县</td> |
| | |
| | | </td> |
| | | </tr> |
| | | <tr style="text-align: center" v-if="unitType == 2"> |
| | | <el-button type="primary" icon="el-icon-edit" plain @click="editRecord(2)">修改</el-button> |
| | | <el-button style="height: 32px;padding: 0 30px;margin: 12px" type="primary" icon="el-icon-edit" plain @click="editRecord(2)">修改</el-button> |
| | | </tr> |
| | | </table> |
| | | </div> |
| | |
| | | <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">烟花爆竹{{enterpriseType==1?'批发':'零售'}}企业检查情况反馈表</tr> |
| | | <tr class="m-color b-font" style="background: #034ea2;color: #fff;text-align: center">烟花爆竹{{enterpriseType==1?'批发':'零售'}}企业检查情况反馈表</tr> |
| | | <tr> |
| | | <td class="m-color w-50">被检查企业名称</td> |
| | | <td class="m-color w-50">所属省市县</td> |
| | |
| | | </td> |
| | | </tr> |
| | | <tr style="text-align: center" v-if="unitType == 3"> |
| | | <el-button type="primary" icon="el-icon-edit" plain @click="editRecord(3)">修改</el-button> |
| | | <el-button style="height: 32px;padding: 0 30px;margin: 12px" type="primary" icon="el-icon-edit" plain @click="editRecord(3)">修改</el-button> |
| | | </tr> |
| | | </table> |
| | | </div> |
| | |
| | | <el-button type="text" @click="deleteEditItem(index)">删除</el-button> |
| | | </td> |
| | | </tr> |
| | | <tr style="text-align: center"><el-button type="primary" plain icon="el-icon-plus" @click="addEditItem()">添加行</el-button></tr> |
| | | <tr style="text-align: center"><el-button style="height: 32px;padding: 0 30px;margin-top: 6px" type="primary" plain icon="el-icon-plus" @click="addEditItem()">添加行</el-button></tr> |
| | | </table> |
| | | </div> |
| | | <el-row :gutter="80" v-if="editForm.hiddendangerStatus==1"> |
| | |
| | | </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> |
| | |
| | | let res = await getSpotCheckReportInfo({id: t.id}) |
| | | if(res.data.code === "200"){ |
| | | if(res.data.result == null){ |
| | | t.provinceCheckStatus = 0 |
| | | t.cityCheckStatus = 0 |
| | | t.areaCheckStatus = 0 |
| | | t.provinceCheckStatus = null |
| | | t.cityCheckStatus = null |
| | | t.areaCheckStatus = null |
| | | t.checkData.provinceCheckTime = '' |
| | | t.checkData.cityCheckTime = '' |
| | | t.checkData.areaCheckTime = '' |
| | |
| | | detainLicenseStatus: null |
| | | }, |
| | | t.dialogVisible = false |
| | | t.getSpotCheckReportInfo() |
| | | } else { |
| | | console.log('error submit!!'); |
| | | return false; |
| | |
| | | width: 75%; |
| | | } |
| | | &.dark-bg{ |
| | | background: #409EFF; |
| | | background: #034ea2; |
| | | color: #fff; |
| | | } |
| | | &.overText{ |