| | |
| | | </el-row> |
| | | <div |
| | | v-if=" |
| | | list.safetyInspectionItemResult == 0 ? false : true |
| | | list.safetyInspectionItemResult == 1 |
| | | " |
| | | > |
| | | <el-row style="padding: 15px 1%"> |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | <el-dialog title="扣分详情" :visible.sync="dialogVisible" width="30%"> |
| | | <el-dialog title="扣分详情" :visible.sync="dialogVisible" :close-on-click-modal="false" width="30%"> |
| | | <el-form ref="form" :model="form" label-width="54px"> |
| | | <el-form-item label="说明"> |
| | | <el-input disabled="true" v-model="form.name"></el-input> |
| | |
| | | }); |
| | | }, |
| | | modItem() { |
| | | if(this.list.safetyInspectionItemResult!=null){ |
| | | safetySelfInspectionModItemInfo(this.list).then((res) => { |
| | | if (res.data.code == 200) { |
| | | this.$notify({ |
| | |
| | | }); |
| | | } |
| | | }); |
| | | }else{ |
| | | this.$confirm('是否否决项未选择','提示', { |
| | | confirmButtonText: '确认', |
| | | cancelButtonText: '取消', |
| | | type: 'warning' |
| | | }) |
| | | } |
| | | }, |
| | | back() { |
| | | this.$router.push({ |