| | |
| | | :close-on-click-modal="false" |
| | | width="75%" |
| | | center |
| | | @close="resetForm()" |
| | | > |
| | | <div slot="title" class="dialog-title"> |
| | | <span></span> |
| | | <div class="">烟花爆竹批发企业检查情况反馈表</div> |
| | | <div class="">烟花爆竹{{enterpriseType==1?'批发':'零售'}}企业检查情况反馈表</div> |
| | | <span> |
| | | <el-button type="primary" @click="openSelfCheck()">查看企业自查表</el-button> |
| | | </span> |
| | |
| | | return{ |
| | | id: null, |
| | | unitType: null, |
| | | enterpriseType: null, |
| | | dialogVisible:false, |
| | | editDialog: false, |
| | | activeTab: '1', |
| | |
| | | } |
| | | } |
| | | }, |
| | | created() { |
| | | const t = this |
| | | console.log(t.unitType,t.checkData,'data') |
| | | }, |
| | | watch: { |
| | | }, |
| | | methods:{ |
| | |
| | | openSelfCheck(){ |
| | | const t = this |
| | | t.$refs.report.id = t.id |
| | | t.$refs.report.enterpriseType = t.enterpriseType |
| | | t.$refs.report.getEnterpriseInfo() |
| | | t.$refs.report.dialogVisible = true |
| | | }, |
| | |
| | | console.log('error submit!!'); |
| | | return false; |
| | | } |
| | | }); |
| | | }) |
| | | }, |
| | | resetForm(){ |
| | | this.feedbackForm = { |
| | | id: null, |
| | | checkTime: '', |
| | | hiddendangerStatus: null, |
| | | hiddendangerInfos: [ |
| | | { |
| | | spotCheckHiddendanger: '', |
| | | hiddendangerLevel: null |
| | | } |
| | | ], |
| | | amerceStatus: null, |
| | | amerceMoney: null, |
| | | stopProductionStatus: null, |
| | | revokeLicenseStatus: null, |
| | | detainLicenseStatus: null |
| | | } |
| | | }, |
| | | resetEdit(){ |
| | | this.editForm = { |