| | |
| | | </div> |
| | | </div> |
| | | <!-- 右侧数据 --> |
| | | <div style="background: #fff;"> |
| | | <div style="background: #fff; width: 80%;"> |
| | | <!-- 顶部数据 --> |
| | | <div class="boxdiv"> |
| | | <div class="top-text">捐献案例信息</div> |
| | |
| | | > |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="6"> |
| | |
| | | @blur="updateMessage" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="出生日期" prop="birthday"> |
| | | <el-date-picker |
| | |
| | | > |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="6"> |
| | |
| | | @click="Terminationcase" |
| | | >{{ showTerminationBtn == 0 ? "终止" : "恢复" }}</el-button |
| | | > |
| | | <el-button |
| | | <!-- <el-button |
| | | v-show="Reportforreview" |
| | | type="primary" |
| | | @click="Reportforreview" |
| | | >提交</el-button |
| | | > |
| | | |
| | | <!-- <el-button @click="cancel">取 消</el-button> --> |
| | | <!-- <el-button @click="handleapproval">提交审核</el-button> --> |
| | | > --> |
| | | </div> |
| | | </div> |
| | | <!-- 医学评估 --> |
| | |
| | | </div> |
| | | </div> |
| | | <!-- 完结流程 --> |
| | | <div class="boxdiv" v-show="actives > 6"> |
| | | <h3>全部流程已完结!</h3> |
| | | <div class="boxdiv" v-show="actives > 6"> |
| | | <div style="display:flex; line-height: 100px; justify-content: center;"> |
| | | <!-- <el-image |
| | | style="width: 100px; height: 100px" |
| | | :src="require('@/assets/images/wanc.png')" |
| | | ></el-image> --> |
| | | <div style="padding: 20px 0; margin: 0 30px"> |
| | | <img style="width: 60px; height: 60px" src="@/assets/images/wanc.png" class="user-avatar" /> |
| | | </div> |
| | | <div style="font-size: 28px;">全部流程已完结!</div> |
| | | <img style="width: 100px; height: 100px" src="@/assets/images/zhan.png" class="user-avatar" /> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <!-- 附件弹窗 --> |
| | |
| | | console.log("伦理审查数据为空"); |
| | | } |
| | | }); |
| | | } else if (this.actives == 4 && !this.medicineform[0]) { |
| | | } else if (this.actives == 4 && !this.allocationform[0]) { |
| | | listDonateorgan(searchParam).then(response => { |
| | | if (response.code == 200) { |
| | | if (response.rows[0]) { |
| | |
| | | this.$modal.msgSuccess("获取见证信息新增成功"); |
| | | }); |
| | | } |
| | | this.form.donationcategory=this.witnessform.donationcategory; |
| | | this.form.donationcategory = this.witnessform.donationcategory; |
| | | this.Processvalidation(); |
| | | } |
| | | }); |
| | |
| | | } |
| | | }); |
| | | // 保存确认信息 |
| | | if (this.accomplishform.id) { |
| | | if (this.accomplishform.dcid) { |
| | | console.log(this.accomplishform); |
| | | updateDonatecompletioninfo(this.accomplishform).then(response => { |
| | | this.$modal.msgSuccess("完成登记信息修改成功"); |
| | |
| | | Processvalidation() { |
| | | console.log(this.form.workflow); |
| | | console.log(this.actives); |
| | | if (this.form.workflow + 1 == this.actives) { |
| | | if (this.form.workflow + 1 == this.actives || this.actives == 6) { |
| | | if (this.form.workflow <= 6) { |
| | | this.form.workflow++; |
| | | } else { |