| | |
| | | @click="Terminationcase" |
| | | >{{ showTerminationBtn == 0 ? "终止案例" : "恢复案例" }}</el-button |
| | | > |
| | | <el-button |
| | | <!-- <el-button |
| | | v-show="makeastepforward" |
| | | type="primary" |
| | | @click="makeastepforward" |
| | | >下一步</el-button |
| | | > |
| | | > --> |
| | | <el-button @click="cancel">取 消</el-button> |
| | | </div> |
| | | </div> |
| | |
| | | @click="Terminationcase" |
| | | >{{ showTerminationBtn == 0 ? "终止案例" : "恢复案例" }}</el-button |
| | | > |
| | | <el-button |
| | | <!-- <el-button |
| | | v-show="makeastepforward" |
| | | type="primary" |
| | | @click="makeastepforward" |
| | | >下一步</el-button |
| | | > |
| | | > --> |
| | | <el-button @click="cancel">取 消</el-button> |
| | | </div> |
| | | </div> |
| | |
| | | @click="Terminationcase" |
| | | >{{ showTerminationBtn == 0 ? "终止案例" : "恢复案例" }}</el-button |
| | | > |
| | | <el-button |
| | | <!-- <el-button |
| | | v-show="makeastepforward" |
| | | type="primary" |
| | | @click="makeastepforward" |
| | | >下一步</el-button |
| | | > |
| | | > --> |
| | | <el-button @click="cancel">取 消</el-button> |
| | | </div> |
| | | </div> |
| | |
| | | @click="Terminationcase" |
| | | >{{ showTerminationBtn == 0 ? "终止案例" : "恢复案例" }}</el-button |
| | | > |
| | | <el-button |
| | | <!-- <el-button |
| | | v-show="makeastepforward" |
| | | type="primary" |
| | | @click="makeastepforward" |
| | | >下一步</el-button |
| | | > |
| | | > --> |
| | | <el-button @click="cancel">取 消</el-button> |
| | | </div> |
| | | </div> |
| | |
| | | @click="Terminationcase" |
| | | >{{ showTerminationBtn == 0 ? "终止案例" : "恢复案例" }}</el-button |
| | | > |
| | | <el-button |
| | | <!-- <el-button |
| | | v-show="makeastepforward" |
| | | type="primary" |
| | | @click="makeastepforward" |
| | | >下一步</el-button |
| | | > |
| | | > --> |
| | | |
| | | <el-button @click="cancel">取 消</el-button> |
| | | </div> |
| | |
| | | if (response.code == 200 && response.rows[0]) { |
| | | this.medicineform = response.rows[0]; |
| | | } else { |
| | | this.$modal.msgError( |
| | | "获取医学评估记录失败:" + JSON.stringify(response) |
| | | ); |
| | | // this.$modal.msgError( |
| | | // "获取医学评估记录失败:" + JSON.stringify(response) |
| | | // ); |
| | | } |
| | | }); |
| | | } else if (this.actives == 2 && !this.affirmform.infoid) { |
| | |
| | | // ); |
| | | // } |
| | | } else { |
| | | this.$modal.msgError( |
| | | "查询是否存在确认登记记录失败" + JSON.stringify(response) |
| | | ); |
| | | // this.$modal.msgError( |
| | | // "查询是否存在确认登记记录失败" + JSON.stringify(response) |
| | | // ); |
| | | } |
| | | }); |
| | | } else if (this.actives == 3 && !this.ethicform.infoid) { |
| | |
| | | this.organalForm.organname.push(response.rows[i].organno); |
| | | } |
| | | } else { |
| | | this.$modal.msgError( |
| | | "获取器官分配信息失败:" + JSON.stringify(response) |
| | | ); |
| | | // this.$modal.msgError( |
| | | // "获取器官分配信息失败:" + JSON.stringify(response) |
| | | // ); |
| | | } |
| | | }); |
| | | } else if (this.actives == 5 && !this.witnessform.infoid) { |
| | |
| | | this.allocationform = resall.rows; |
| | | } |
| | | } else { |
| | | this.$modal.msgError( |
| | | "器官列表获取失败:" + JSON.stringify(resall) |
| | | ); |
| | | // this.$modal.msgError( |
| | | // "器官列表获取失败:" + JSON.stringify(resall) |
| | | // ); |
| | | } |
| | | }); |
| | | } |
| | |
| | | this.witnessform.infoid = this.infoid; |
| | | } |
| | | } else { |
| | | this.$modal.msgError( |
| | | "获取见证信息拿取失败:" + JSON.stringify(response) |
| | | ); |
| | | // this.$modal.msgError( |
| | | // "获取见证信息拿取失败:" + JSON.stringify(response) |
| | | // ); |
| | | } |
| | | }); |
| | | } else if (this.actives == 6 && !this.allocationform.infoid) { |
| | |
| | | this.allocationform.infoid = this.infoid; |
| | | } |
| | | } else { |
| | | this.$modal.msgError( |
| | | "器官列表获取失败:" + JSON.stringify(resall) |
| | | ); |
| | | // this.$modal.msgError( |
| | | // "器官列表获取失败:" + JSON.stringify(resall) |
| | | // ); |
| | | } |
| | | }); |
| | | } |
| | |
| | | this.accomplishform = response.rows[0]; |
| | | this.accomplishform.infoid = this.infoid; |
| | | } else { |
| | | this.$modal.msgError("完成登记失败:" + JSON.stringify(response)); |
| | | // this.$modal.msgError("完成登记失败:" + JSON.stringify(response)); |
| | | } |
| | | }); |
| | | } else if (this.actives == 0) { |