| | |
| | | let searchParam = { |
| | | infoid: this.infoid |
| | | }; |
| | | if (this.actives == 1 && !this.medicineform.infoid) { |
| | | if (this.actives == 1) { |
| | | this.annexfilesList = this.medicinelist; |
| | | this.activetele = "医学评估"; |
| | | if (this.medicineform.infoid) { |
| | | return; |
| | | } |
| | | listMedicalevaluation(searchParam).then(response => { |
| | | if (response.code == 200 && response.rows[0]) { |
| | | this.medicineform = response.rows[0]; |
| | |
| | | // ); |
| | | } |
| | | }); |
| | | } else if (this.actives == 2 && !this.affirmform.infoid) { |
| | | } else if (this.actives == 2) { |
| | | this.annexfilesList = this.affirmlist; |
| | | this.activetele = "捐献确认"; |
| | | if (this.affirmform.infoid) { |
| | | return; |
| | | } |
| | | listRelativesconfirmation(searchParam).then(response => { |
| | | if (response.code == 200 && response.rows[0]) { |
| | | this.affirmform = response.rows[0]; |
| | |
| | | // ); |
| | | } |
| | | }); |
| | | } else if (this.actives == 3 && !this.ethicform.infoid) { |
| | | } else if (this.actives == 3) { |
| | | this.annexfilesList = this.ethiclist; |
| | | this.activetele = "伦理审查"; |
| | | |
| | | if (this.ethicform.infoid) { |
| | | return; |
| | | } |
| | | listDonateflowchart(searchParam).then(response => { |
| | | if (response.code == 200 && response.rows.length) { |
| | | this.ethicform = response.rows[0]; |
| | |
| | | // ); |
| | | } |
| | | }); |
| | | } else if (this.actives == 6 && !this.allocationform.infoid) { |
| | | } else if (this.actives == 6) { |
| | | this.annexfilesList = this.registerlist; |
| | | this.activetele = "完成登记"; |
| | | if (this.allocationform.infoid) { |
| | | return; |
| | | } |
| | | let accpre = { |
| | | id: searchParam.infoid |
| | | }; |
| | |
| | | height: 100%; |
| | | .left-course { |
| | | background: #fff; |
| | | width: 25vw; |
| | | width: 20vw; |
| | | text-align: center; |
| | | margin: 20px 10px; |
| | | padding: 10px; |