| | |
| | | <div |
| | | style="margin-bottom: 15px;" |
| | | v-if=" |
| | | userprofile.nickName == '陈慕华' && operationType == 'check' |
| | | userprofile.nickName == '陈慕华' |
| | | " |
| | | > |
| | | <el-button |
| | |
| | | ); |
| | | sessionStorage.setItem("apiform", JSON.stringify(this.form)); |
| | | // this.$router.go(0); |
| | | this.$router.push({ |
| | | path: "/finance/applyDetail/", |
| | | query: { |
| | | id: this.curId, |
| | | businessType: this.businessType, |
| | | operationType: this.operationType, |
| | | curCase: this.curCase |
| | | } |
| | | }); |
| | | } else { |
| | | // this.$message({ |
| | | // type: "error", |
| | | // message: "申请失败" |
| | | // this.$router.push({ |
| | | // path: "/finance/applyDetail/", |
| | | // query: { |
| | | // id: this.curId, |
| | | // businessType: this.businessType, |
| | | // operationType: this.operationType, |
| | | // curCase: this.curCase |
| | | // } |
| | | // }); |
| | | this.$modal.msgSuccess("计算成功"); |
| | | this.handleCheck() |
| | | } else { |
| | | this.$message({ |
| | | type: "error", |
| | | message: "计算错误" |
| | | }); |
| | | } |
| | | }); |
| | | }, |
| | |
| | | uploadSccess(response, file, fileList) { |
| | | this.rbDetails; |
| | | //获取票据信息位置 |
| | | console.log(response); |
| | | console.log(file); |
| | | if (this.activeName == 1) { |
| | | if (response.code == 200) { |
| | | // this.form.filename = file.raw.name; |