| | |
| | | </el-form> |
| | | <div class="dialog-footer"> |
| | | <el-button |
| | | v-show="!showTerminationBtn&&workflow != 9" |
| | | v-show="!showTerminationBtn && workflow != 9" |
| | | type="primary" |
| | | @click="submitForm" |
| | | >保存</el-button |
| | | > |
| | | <el-button |
| | | v-if="workflow != 9" |
| | | v-if="workflow != 9" |
| | | :type="showTerminationBtn == 0 ? 'warning' : 'success'" |
| | | @click="Terminationcase" |
| | | >{{ showTerminationBtn == 0 ? "终止" : "恢复" }}</el-button |
| | |
| | | </el-form> |
| | | <div class="dialog-footer"> |
| | | <el-button |
| | | v-show="!showTerminationBtn&&workflow != 9" |
| | | v-show="!showTerminationBtn && workflow != 9" |
| | | type="primary" |
| | | @click="Savethedetails" |
| | | >保存</el-button |
| | | > |
| | | <el-button |
| | | v-if="workflow != 9" |
| | | v-if="workflow != 9" |
| | | :type="showTerminationBtn == 0 ? 'warning' : 'success'" |
| | | @click="Terminationcase" |
| | | >{{ showTerminationBtn == 0 ? "终止" : "恢复" }}</el-button |
| | |
| | | </el-form> |
| | | <div class="dialog-footer"> |
| | | <el-button |
| | | v-show="!showTerminationBtn&&workflow != 9" |
| | | v-show="!showTerminationBtn && workflow != 9" |
| | | type="primary" |
| | | @click="Savethedetails" |
| | | >保存</el-button |
| | | > |
| | | <el-button |
| | | v-if="workflow != 9" |
| | | v-if="workflow != 9" |
| | | :type="showTerminationBtn == 0 ? 'warning' : 'success'" |
| | | @click="Terminationcase" |
| | | >{{ showTerminationBtn == 0 ? "终止" : "恢复" }}</el-button |
| | |
| | | </el-form> |
| | | <div class="dialog-footer" style="min-height: 500px; margin: 20px 0; "> |
| | | <el-button |
| | | v-show="!showTerminationBtn&&workflow != 9" |
| | | v-show="!showTerminationBtn && workflow != 9" |
| | | type="primary" |
| | | @click="Savethedetails" |
| | | >保存</el-button |
| | | > |
| | | <el-button |
| | | v-if="workflow != 9" |
| | | v-if="workflow != 9" |
| | | :type="showTerminationBtn == 0 ? 'warning' : 'success'" |
| | | @click="Terminationcase" |
| | | >{{ showTerminationBtn == 0 ? "终止" : "恢复" }}</el-button |
| | |
| | | </el-form> |
| | | <div class="dialog-footer" v-show="actives == 4"> |
| | | <el-button |
| | | v-show="!showTerminationBtn&&workflow != 9" |
| | | v-show="!showTerminationBtn && workflow != 9" |
| | | type="primary" |
| | | @click="Savethedetails" |
| | | >保存</el-button |
| | | > |
| | | <el-button |
| | | v-if="workflow != 9" |
| | | v-if="workflow != 9" |
| | | :type="showTerminationBtn == 0 ? 'warning' : 'success'" |
| | | @click="Terminationcase" |
| | | >{{ showTerminationBtn == 0 ? "终止" : "恢复" }}</el-button |
| | |
| | | |
| | | <div class="dialog-footer"> |
| | | <el-button |
| | | v-show="!showTerminationBtn&&workflow != 9" |
| | | v-show="!showTerminationBtn && workflow != 9" |
| | | type="primary" |
| | | @click="Savethedetails" |
| | | >保存</el-button |
| | | > |
| | | <el-button |
| | | v-if="workflow != 9" |
| | | v-if="workflow != 9" |
| | | :type="showTerminationBtn == 0 ? 'warning' : 'success'" |
| | | @click="Terminationcase" |
| | | >{{ showTerminationBtn == 0 ? "终止" : "恢复" }}</el-button |
| | |
| | | </el-form> |
| | | <div class="dialog-footer"> |
| | | <el-button |
| | | v-show="!showTerminationBtn&&workflow != 9" |
| | | v-show="!showTerminationBtn && workflow != 9" |
| | | type="primary" |
| | | @click="Savethedetails" |
| | | >保存</el-button |
| | | > |
| | | <el-button |
| | | v-if="workflow != 9" |
| | | v-if="workflow != 9" |
| | | :type="showTerminationBtn == 0 ? 'warning' : 'success'" |
| | | @click="Terminationcase" |
| | | >{{ showTerminationBtn == 0 ? "终止" : "恢复" }}</el-button |
| | |
| | | if (res.rows[0]) { |
| | | this.procureddata = res.rows; |
| | | this.procureddata.infoid = this.infoid; |
| | | } else { |
| | | this.procureddata = this.allocateddata; |
| | | this.procureddata.infoid = this.infoid; |
| | | |
| | | } |
| | | this.organList.organprocured = []; |
| | | for (let i = 0; i < this.procureddata.length; i++) { |
| | |
| | | if (this.accomplishform.infoid) { |
| | | return; |
| | | } |
| | | // 不存在时获取器官 |
| | | // let accpre = { |
| | | // id: searchParam.infoid |
| | | // }; |
| | | |
| | | if (!this.organList.organtransplant[0]) { |
| | | listDonatecomporgan(searchParam).then(res => { |
| | | if (res.code == 200) { |
| | | if (res.rows[0]) { |
| | | this.transplantdata = res.rows; |
| | | this.transplantdata.infoid = this.infoid; |
| | | } else { |
| | | this.transplantdata = this.allocateddata; |
| | | this.transplantdata.infoid = this.infoid; |
| | | } |
| | | for (let i = 0; i < this.transplantdata.length; i++) { |
| | |
| | | }); |
| | | } |
| | | // 获取完成登记信息 |
| | | // listnewDonatecompletioninfo(accpre).then(response => { |
| | | listDonatecompletioninfo(searchParam).then(response => { |
| | | if (response.code == 200 && response.rows.length) { |
| | | this.accomplishform = response.rows[0]; |