| | |
| | | }); |
| | | }, |
| | | 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({ |
| | |
| | | }, |
| | | handleClick(data) { |
| | | this.dialogVisible = true; |
| | | this.form = data; |
| | | console.log(data); |
| | | // this.form = data; |
| | | this.form=JSON.parse(JSON.stringify(data)); |
| | | }, |
| | | lost() { |
| | | this.dialogVisible = false; |
| | |
| | | background-color: #034ea2; |
| | | border: 1px solid #034ea2; |
| | | } |
| | | </style> |
| | | </style> |