| | |
| | | getDonatebaseinfoflow(this.infoid).then(res => { |
| | | if (res.code==200) { |
| | | this.Processdata = res.data; |
| | | this.donatebaseinfo=this.Processdata.donatecompletioninfo; |
| | | this.medicalevaluation=this.Processdata.donatecompletioninfo; |
| | | this.relativesconfirmation=this.Processdata.donatecompletioninfo; |
| | | this.donateflowcharts=this.Processdata.donatecompletioninfo; |
| | | this.donateorgansService=this.Processdata.donatecompletioninfo; |
| | | this.donationwitness=this.Processdata.donatecompletioninfo; |
| | | this.donatebaseinfo=this.Processdata.donatebaseinfo; |
| | | this.medicalevaluation=this.Processdata.medicalevaluation; |
| | | this.relativesconfirmation=this.Processdata.relativesconfirmation; |
| | | this.donateflowcharts=this.Processdata.donateflowcharts; |
| | | this.donateorgansService=this.Processdata.donateorgansService; |
| | | this.donationwitness=this.Processdata.donationwitness; |
| | | this.donatecompletioninfo=this.Processdata.donatecompletioninfo; |
| | | }else{ |
| | | this.$message.error('侧边栏信息获取失败'); |
| | |
| | | this.procureddata = res.rows; |
| | | this.procureddata.infoid = this.infoid; |
| | | } else { |
| | | this.procureddata = this.allocateddata; |
| | | this.procureddata = this.allocateddata.filter(obj => obj.organname !== '左肝' && obj.organname !== '右肝');; |
| | | this.procureddata.infoid = this.infoid; |
| | | } |
| | | this.organList.organprocured = []; |
| | |
| | | addDonatecompletioninfo(this.accomplishform).then(response => { |
| | | this.$modal.msgSuccess("完成登记成功"); |
| | | this.$modal.closeLoading(); |
| | | this.$modal |
| | | .confirm("案例已完成是否跳转案例费用页面进行费用单保存?") |
| | | .then(() => { |
| | | this.$router.push({ |
| | | path: "/finance/donorchargedetail/", |
| | | query: { id: 0, operation: "add", data: this.form } |
| | | }); |
| | | }) |
| | | .catch(() => {}); |
| | | // this.$modal |
| | | // .confirm("案例已完成是否跳转案例费用页面进行费用单保存?") |
| | | // .then(() => { |
| | | // this.$router.push({ |
| | | // path: "/finance/donorchargedetail/", |
| | | // query: { gxinzt: true, operation: "add", data: this.form, } |
| | | // }); |
| | | // }) |
| | | // .catch(() => {}); |
| | | }); |
| | | } |
| | | |
| | |
| | | this.submitForm(); |
| | | Modifydonationattachment(this.donatelist).then(res => {}); |
| | | this.listDonateannex(); |
| | | this.GetAttacheddata(); |
| | | // this.GetAttacheddata(); |
| | | } else { |
| | | this.submitForm(); |
| | | // this.$modal.msgWarning("请先完成前部步骤"); |