| | |
| | | v-show="active == 3 && addObj.companyId" |
| | | >通过</el-button |
| | | > |
| | | <el-button |
| | | size="medium" |
| | | @click="$router.push('/business/inspectionOrder')" |
| | | > |
| | | <el-button size="medium" @click="goBack"> |
| | | <span style="color: #3a7bfa">返回</span> |
| | | </el-button> |
| | | </el-col> |
| | |
| | | } |
| | | }, |
| | | methods: { |
| | | goBack() { |
| | | let path = this.$route.query.isPlan |
| | | ? "/business/inspectionTask" |
| | | : "/business/inspectionOrder"; |
| | | this.$router.push(path); |
| | | }, |
| | | //下次核查日期:禁用在核查日期前的日期 |
| | | disabledDate(time) { |
| | | if (time) { |
| | |
| | | if (res.code === 200) { |
| | | this.$message.success("已提交"); |
| | | this.bsm3Dia = false; |
| | | this.$router.push("/business/inspectionOrder"); |
| | | this.goBack(); |
| | | } |
| | | this.saveLoad = false; |
| | | }) |
| | |
| | | this.$message.success("提交成功"); |
| | | this.issuedDialogVisible = false; |
| | | this.upLoad = false; |
| | | this.$router.replace("/business/inspectionOrder"); |
| | | this.goBack(); |
| | | //审核通过后,自动打印二维码 |
| | | //TODO: 电力试验室暂时不用标签打印 |
| | | if ( |
| | |
| | | this.tell = ""; |
| | | this.$message.success("提交成功"); |
| | | this.issuedDialogVisible = false; |
| | | this.$router.push("/business/inspectionOrder"); |
| | | this.goBack(); |
| | | } |
| | | }) |
| | | .catch((error) => { |