| | |
| | | </div> |
| | | </div> |
| | | <!-- 右侧数据 --> |
| | | <div style="background: #fff;"> |
| | | <div style="background: #fff; width: 80%;"> |
| | | <!-- 顶部数据 --> |
| | | <div class="boxdiv"> |
| | | <div class="top-text">捐献案例信息</div> |
| | |
| | | " |
| | | > |
| | | <el-row style="margin-top: 10px"> |
| | | <el-col :span="8"> |
| | | <el-col :span="6"> |
| | | <el-form-item label="捐献编号" prop="donorno"> |
| | | <el-input v-model="form.donorno" disabled /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item |
| | | align="left" |
| | | label="医疗机构" |
| | | prop="treatmenthospitalno" |
| | | > |
| | | <org-selecter |
| | | ref="addOrgSelect" |
| | | :org-type="'3'" |
| | | v-model="form.treatmenthospitalno" |
| | | <el-col :span="6"> |
| | | <el-form-item label="报告人" prop="reporterno"> |
| | | <el-select |
| | | ref="getReportname" |
| | | v-model="form.reporterno" |
| | | placeholder="请选择" |
| | | > |
| | | <el-option |
| | | v-for="item in reporters" |
| | | :key="item.reportNo" |
| | | :label="item.reportName" |
| | | :value="item.reportNo" |
| | | > |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="联系电话" prop="reporterphone"> |
| | | <el-input |
| | | v-model="form.reporterphone" |
| | | placeholder="请输入联系电话" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="科室" prop="treatmentdeptno"> |
| | | <el-input |
| | | v-model="form.treatmentdeptname" |
| | | placeholder="请输入科室" |
| | | /> |
| | | <el-col :span="6"> |
| | | <el-form-item label="报告时间" align="left" prop="reporttime"> |
| | | <el-date-picker |
| | | clearable |
| | | size="small" |
| | | v-model="form.reporttime" |
| | | type="datetime" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | placeholder="选择报告时间" |
| | | > |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | <el-input v-model="form.name" placeholder="必填项" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="性别" prop="sex"> |
| | | <el-select v-model="form.sex" placeholder="请输入性别"> |
| | | <el-option |
| | | v-for="dict in dict.type.sys_user_sex" |
| | | :key="dict.label" |
| | | :label="dict.label" |
| | | :value="parseInt(dict.value)" |
| | | ></el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="年龄" prop="age"> |
| | | <el-input v-model="form.age" placeholder="请输入年龄" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="出生日期" prop="birthday"> |
| | | <el-date-picker |
| | | clearable |
| | | size="small" |
| | | v-model="form.birthday" |
| | | type="date" |
| | | style="width: 174px" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | placeholder="选择出生日期" |
| | | > |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="6"> |
| | | <el-form-item label="证件类型" prop="idcardtype"> |
| | | <el-select |
| | |
| | | <el-col :span="6"> |
| | | <el-form-item label="证件号码" prop="idcardno"> |
| | | <el-input |
| | | style="width: 174px" |
| | | ref="updateBSvalue" |
| | | class="sfzcode" |
| | | v-model="form.idcardno" |
| | |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="8"> |
| | | <el-form-item label="报告人" prop="reporterno"> |
| | | <el-select |
| | | ref="getReportname" |
| | | v-model="form.reporterno" |
| | | placeholder="请选择" |
| | | > |
| | | <el-option |
| | | v-for="item in reporters" |
| | | :key="item.reportNo" |
| | | :label="item.reportName" |
| | | :value="item.reportNo" |
| | | > |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="联系电话" prop="reporterphone"> |
| | | <el-input |
| | | v-model="form.reporterphone" |
| | | placeholder="请输入联系电话" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="报告时间" align="left" prop="reporttime"> |
| | | <el-col :span="6"> |
| | | <el-form-item label="出生日期" prop="birthday"> |
| | | <el-date-picker |
| | | clearable |
| | | size="small" |
| | | style="width: 190px" |
| | | v-model="form.reporttime" |
| | | type="datetime" |
| | | v-model="form.birthday" |
| | | type="date" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | placeholder="选择报告时间" |
| | | placeholder="选择出生日期" |
| | | > |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="6"> |
| | | <el-form-item label="性别" prop="sex"> |
| | | <el-select v-model="form.sex" placeholder="请输入性别"> |
| | | <el-option |
| | | v-for="dict in dict.type.sys_user_sex" |
| | | :key="dict.label" |
| | | :label="dict.label" |
| | | :value="parseInt(dict.value)" |
| | | ></el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="年龄" prop="age"> |
| | | <el-input v-model="form.age" placeholder="请输入年龄" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item |
| | | align="left" |
| | | label="医疗机构" |
| | | prop="treatmenthospitalno" |
| | | > |
| | | <org-selecter |
| | | ref="addOrgSelect" |
| | | :org-type="'3'" |
| | | v-model="form.treatmenthospitalno" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="科室" prop="treatmentdeptno"> |
| | | <el-input |
| | | v-model="form.treatmentdeptname" |
| | | placeholder="请输入科室" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | v-show="!showTerminationBtn" |
| | | type="primary" |
| | | @click="submitForm" |
| | | >保存捐献者信息</el-button |
| | | >保存</el-button |
| | | > |
| | | <el-button |
| | | :type="showTerminationBtn == 0 ? 'warning' : 'success'" |
| | | @click="Terminationcase" |
| | | >{{ showTerminationBtn == 0 ? "终止案例" : "恢复案例" }}</el-button |
| | | >{{ 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> --> |
| | | >提交</el-button |
| | | > --> |
| | | </div> |
| | | </div> |
| | | <!-- 医学评估 --> |
| | |
| | | v-show="!showTerminationBtn" |
| | | type="primary" |
| | | @click="Savethedetails" |
| | | >保存评估信息</el-button |
| | | >保存</el-button |
| | | > |
| | | <el-button |
| | | :type="showTerminationBtn == 0 ? 'warning' : 'success'" |
| | | @click="Terminationcase" |
| | | >{{ showTerminationBtn == 0 ? "终止案例" : "恢复案例" }}</el-button |
| | | >{{ showTerminationBtn == 0 ? "终止" : "恢复" }}</el-button |
| | | > |
| | | <!-- <el-button |
| | | v-show="makeastepforward" |
| | |
| | | v-show="!showTerminationBtn" |
| | | type="primary" |
| | | @click="Savethedetails" |
| | | >保存捐献信息</el-button |
| | | >保存</el-button |
| | | > |
| | | <el-button |
| | | :type="showTerminationBtn == 0 ? 'warning' : 'success'" |
| | | @click="Terminationcase" |
| | | >{{ showTerminationBtn == 0 ? "终止案例" : "恢复案例" }}</el-button |
| | | >{{ showTerminationBtn == 0 ? "终止" : "恢复" }}</el-button |
| | | > |
| | | <!-- <el-button |
| | | v-show="makeastepforward" |
| | |
| | | v-show="!showTerminationBtn" |
| | | type="primary" |
| | | @click="Savethedetails" |
| | | >保存伦理信息</el-button |
| | | >保存</el-button |
| | | > |
| | | <el-button |
| | | :type="showTerminationBtn == 0 ? 'warning' : 'success'" |
| | | @click="Terminationcase" |
| | | >{{ showTerminationBtn == 0 ? "终止案例" : "恢复案例" }}</el-button |
| | | >{{ showTerminationBtn == 0 ? "终止" : "恢复" }}</el-button |
| | | > |
| | | <!-- <el-button |
| | | v-show="makeastepforward" |
| | |
| | | v-show="!showTerminationBtn" |
| | | type="primary" |
| | | @click="Savethedetails" |
| | | >保存器官分配信息</el-button |
| | | >保存</el-button |
| | | > |
| | | <el-button |
| | | :type="showTerminationBtn == 0 ? 'warning' : 'success'" |
| | | @click="Terminationcase" |
| | | >{{ showTerminationBtn == 0 ? "终止案例" : "恢复案例" }}</el-button |
| | | >{{ showTerminationBtn == 0 ? "终止" : "恢复" }}</el-button |
| | | > |
| | | <!-- <el-button |
| | | v-show="makeastepforward" |
| | |
| | | v-show="!showTerminationBtn" |
| | | type="primary" |
| | | @click="Savethedetails" |
| | | >保存见证信息</el-button |
| | | >保存</el-button |
| | | > |
| | | <el-button |
| | | :type="showTerminationBtn == 0 ? 'warning' : 'success'" |
| | | @click="Terminationcase" |
| | | >{{ showTerminationBtn == 0 ? "终止案例" : "恢复案例" }}</el-button |
| | | >{{ showTerminationBtn == 0 ? "终止" : "恢复" }}</el-button |
| | | > |
| | | <!-- <el-button |
| | | v-show="makeastepforward" |
| | |
| | | v-show="!showTerminationBtn" |
| | | type="primary" |
| | | @click="Savethedetails" |
| | | >完成登记</el-button |
| | | >保存</el-button |
| | | > |
| | | <el-button |
| | | :type="showTerminationBtn == 0 ? 'warning' : 'success'" |
| | | @click="Terminationcase" |
| | | >{{ showTerminationBtn == 0 ? "终止案例" : "恢复案例" }}</el-button |
| | | >{{ showTerminationBtn == 0 ? "终止" : "恢复" }}</el-button |
| | | > |
| | | <el-button |
| | | v-show="Reportforreview" |
| | | type="primary" |
| | | @click="Reportforreview" |
| | | >上报审核</el-button |
| | | >提交</el-button |
| | | > |
| | | <!-- <el-button @click="cancel">取 消</el-button> --> |
| | | </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.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 { |