| | |
| | | </template> |
| | | </el-step> |
| | | <el-step title="医学评估" icon="el-icon-edit-outline"> |
| | | <template slot="description"> |
| | | <template slot="description"> |
| | | <p>提交时间:<span>2023-9-20</span></p> |
| | | <p>审核时间:<span>2023-9-30</span></p> |
| | | </template> |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |
| | | <!-- 右侧数据 --> |
| | | <div style="background: #fff;"> |
| | | <!-- 顶部数据 --> |
| | | <div class="boxdiv"> |
| | | <div class="top-text">捐献者记录工作台</div> |
| | | <el-form |
| | |
| | | <!-- 潜在捐献 --> |
| | | <div class="boxdiv" style="margin: 30px 0 66px 0;" v-show="actives == 0"> |
| | | <el-form |
| | | ref="latentform" |
| | | :model="latentform" |
| | | :rules="latentrules" |
| | | ref="form" |
| | | :model="form" |
| | | :rules="rules" |
| | | label-width="100px" |
| | | label-position="right" |
| | | > |
| | | <el-row> |
| | | <el-col :span="8"> |
| | | <el-form-item label="住院号" prop="inpatientno"> |
| | | <el-input |
| | | v-model="latentform.inpatientno" |
| | | placeholder="住院号" |
| | | /> |
| | | <el-input v-model="form.inpatientno" placeholder="住院号" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="16"> |
| | | <el-form-item label="疾病诊断" prop="diagnosisname"> |
| | | <el-input |
| | | v-model="latentform.diagnosisname" |
| | | v-model="form.diagnosisname" |
| | | placeholder="请输入疾病诊断名称" |
| | | /> |
| | | </el-form-item> |
| | |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item align="left" label="血型" prop="bloodtype"> |
| | | <el-radio-group v-model="latentform.bloodtype"> |
| | | <el-radio-group v-model="form.bloodtype"> |
| | | <el-radio |
| | | v-for="dict in dict.type.sys_BloodType" |
| | | :key="dict.value" |
| | |
| | | </el-col> |
| | | <el-col :span="12" :pull="1"> |
| | | <el-form-item label="Rh(D)" align="left" prop="rhyin"> |
| | | <el-radio-group v-model="latentform.rhyin"> |
| | | <el-radio-group v-model="form.rhyin"> |
| | | <el-radio |
| | | v-for="dict in dict.type.sys_bloodtype_rhd" |
| | | :key="dict.value" |
| | |
| | | </el-row> |
| | | <el-row> |
| | | <el-form-item label="疾病类型" align="left"> |
| | | <el-checkbox-group v-model="latentform.diseasetype"> |
| | | <el-checkbox-group v-model="form.diseasetype"> |
| | | <el-checkbox |
| | | v-for="dict in dict.type.sys_DiseaseType" |
| | | :key="dict.value" |
| | |
| | | </el-form-item> |
| | | <el-form-item label="其他" prop="diseasetypeOther"> |
| | | <el-input |
| | | v-model="latentform.diseasetypeOther" |
| | | v-model="form.diseasetypeOther" |
| | | placeholder="请输入其他" |
| | | /> |
| | | </el-form-item> |
| | |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item align="left" label="传染病"> |
| | | <el-checkbox-group v-model="latentform.infectious"> |
| | | <el-checkbox-group v-model="form.infectious"> |
| | | <el-checkbox |
| | | v-for="dict in dict.type.sys_Infectious" |
| | | :key="dict.value" |
| | |
| | | <el-col :span="12"> |
| | | <el-form-item align="left" label="其他" prop="infectiousOther"> |
| | | <el-input |
| | | v-model="latentform.infectiousOther" |
| | | v-model="form.infectiousOther" |
| | | placeholder="请输入其他" |
| | | /> |
| | | </el-form-item> |
| | |
| | | <el-row> |
| | | <el-col :span="9"> |
| | | <el-form-item align="left" label="病人状况"> |
| | | <el-checkbox-group v-model="latentform.patientstate"> |
| | | <el-checkbox-group v-model="form.patientstate"> |
| | | <el-checkbox |
| | | v-for="dict in dict.type.sys_patientstate" |
| | | :key="dict.value" |
| | |
| | | </el-col> |
| | | <el-col :span="15" align="left"> |
| | | <el-form-item label="其他情况"> |
| | | <el-checkbox-group v-model="latentform.othercases"> |
| | | <el-checkbox-group v-model="form.othercases"> |
| | | <el-checkbox |
| | | v-for="dict in dict.type.sys_OtherCases" |
| | | :key="dict.value" |
| | |
| | | class="relation" |
| | | align="left" |
| | | > |
| | | <el-checkbox-group v-model="latentform.kinship"> |
| | | <el-checkbox-group v-model="form.kinship"> |
| | | <el-checkbox |
| | | v-for="dict in dict.type.sys_Kinship" |
| | | :key="dict.value" |
| | |
| | | <el-col :span="12"> |
| | | <el-form-item label="其他" prop="kinshipOther"> |
| | | <el-input |
| | | v-model="latentform.kinshipOther" |
| | | v-model="form.kinshipOther" |
| | | placeholder="请输入其他" |
| | | /> |
| | | </el-form-item> |
| | |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-form-item align="left" label="本人意愿 "> |
| | | <el-checkbox-group v-model="latentform.selfwill"> |
| | | <el-checkbox-group v-model="form.selfwill"> |
| | | <el-checkbox |
| | | v-for="dict in dict.type.sys_SelfWill" |
| | | :key="dict.value" |
| | |
| | | <el-col :span="12"> |
| | | <el-form-item label="主要亲属" prop="majorrelatives"> |
| | | <el-input |
| | | v-model="latentform.majorrelatives" |
| | | v-model="form.majorrelatives" |
| | | placeholder="请输入主要亲属" |
| | | /> |
| | | </el-form-item> |
| | |
| | | <el-col :span="8"> |
| | | <el-form-item label="与捐赠者关系" prop="familyrelations"> |
| | | <el-select |
| | | v-model="latentform.familyrelations" |
| | | v-model="form.familyrelations" |
| | | placeholder="请选择与捐赠者关系" |
| | | > |
| | | <el-option |
| | |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item align="left" label="信息来源"> |
| | | <el-checkbox-group v-model="latentform.infosources"> |
| | | <el-checkbox-group v-model="form.infosources"> |
| | | <el-checkbox |
| | | v-for="dict in dict.type.sys_InfoSources" |
| | | :key="dict.value" |
| | |
| | | <el-col :span="8"> |
| | | <el-form-item label="其他" prop="infosourcesOther"> |
| | | <el-input |
| | | v-model="latentform.infosourcesOther" |
| | | v-model="form.infosourcesOther" |
| | | placeholder="请输入信息来源其他" |
| | | /> |
| | | </el-form-item> |
| | |
| | | <el-row> |
| | | <el-col :span="8"> |
| | | <el-form-item label="信息员" prop="infoname"> |
| | | <el-input |
| | | v-model="latentform.infoname" |
| | | placeholder="请输入信息员" |
| | | /> |
| | | <el-input v-model="form.infoname" placeholder="请输入信息员" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="联系电话" prop="infophone"> |
| | | <el-input |
| | | v-model="latentform.infophone" |
| | | v-model="form.infophone" |
| | | placeholder="请输入信息员联系电话" |
| | | /> |
| | | </el-form-item> |
| | |
| | | <org-selecter |
| | | ref="addCrossOrgSelect" |
| | | :org-type="'2'" |
| | | v-model="latentform.redorganno" |
| | | v-model="form.redorganno" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="联系人" prop="contactperson"> |
| | | <el-input |
| | | v-model="latentform.contactperson" |
| | | v-model="form.contactperson" |
| | | placeholder="请输入联系人" |
| | | /> |
| | | </el-form-item> |
| | |
| | | clearable |
| | | size="small" |
| | | style="width: 190px" |
| | | v-model="latentform.contacttime" |
| | | v-model="form.contacttime" |
| | | type="datetime" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | placeholder="选择报告时间" |
| | |
| | | style="width: 260px" |
| | | ref="orgSelecter" |
| | | :org-type="'1'" |
| | | v-model="latentform.acquisitiontissueno" |
| | | v-model="form.acquisitiontissueno" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | |
| | | <el-form-item label="报告人" prop="reporterno"> |
| | | <el-select |
| | | ref="getReportname" |
| | | v-model="latentform.reporterno" |
| | | v-model="form.reporterno" |
| | | placeholder="请选择" |
| | | > |
| | | <el-option |
| | |
| | | <el-col :span="8"> |
| | | <el-form-item label="联系电话" prop="reporterphone"> |
| | | <el-input |
| | | v-model="latentform.reporterphone" |
| | | v-model="form.reporterphone" |
| | | placeholder="请输入联系电话" |
| | | /> |
| | | </el-form-item> |
| | |
| | | clearable |
| | | size="small" |
| | | style="width: 190px" |
| | | v-model="latentform.reporttime" |
| | | v-model="form.reporttime" |
| | | type="datetime" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | placeholder="选择报告时间" |
| | |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <div class="dialog-footer"> |
| | | <el-button v-show="showSaveBtn" type="primary" @click="submitForm" |
| | | >保存捐献者信息</el-button |
| | | > |
| | |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button v-show="showSaveBtn" type="primary" @click="submitForm" |
| | | <div class="dialog-footer"> |
| | | <el-button v-show="showSaveBtn" type="primary" @click="Savethedetails" |
| | | >保存评估信息</el-button |
| | | > |
| | | <el-button |
| | |
| | | label-width="100px" |
| | | label-position="right" |
| | | > |
| | | <el-row> |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item |
| | | label="亲属关系" |
| | |
| | | class="relation" |
| | | align="left" |
| | | > |
| | | <el-checkbox-group v-model="form.kinship"> |
| | | <el-checkbox-group v-model="affirmform.kinship"> |
| | | <el-checkbox |
| | | v-for="dict in dict.type.sys_Kinship" |
| | | :key="dict.value" |
| | |
| | | <el-col :span="6"> |
| | | <el-form-item label="子女数量" prop="kinshipChildrennum"> |
| | | <el-input |
| | | v-model="form.kinshipChildrennum" |
| | | v-model="affirmform.kinshipChildrennum" |
| | | placeholder="请输入数量" |
| | | /> |
| | | </el-form-item> |
| | |
| | | <el-row> |
| | | <el-col :span="6"> |
| | | <el-form-item label="亲属姓名" prop="name"> |
| | | <el-input v-model="form.name" placeholder="请输入姓名" /> |
| | | <el-input v-model="affirmform.name" placeholder="请输入姓名" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | |
| | | prop="familyrelations" |
| | | > |
| | | <el-select |
| | | v-model="form.familyrelations" |
| | | v-model="affirmform.familyrelations" |
| | | placeholder="请选择与捐赠者关系" |
| | | > |
| | | <el-option |
| | |
| | | <el-input |
| | | ref="updateBSvalue" |
| | | class="sfzcode" |
| | | v-model="form.idcardno" |
| | | v-model="affirmform.idcardno" |
| | | placeholder="请输入证件号码" |
| | | /> |
| | | </el-form-item> |
| | |
| | | <el-col :span="12"> |
| | | <el-form-item label="现住地址" prop="residenceaddress"> |
| | | <el-input |
| | | v-model="form.residenceaddress" |
| | | v-model="affirmform.residenceaddress" |
| | | placeholder="请输入内容" |
| | | /> |
| | | </el-form-item> |
| | |
| | | <el-row> |
| | | <el-col :span="6"> |
| | | <el-form-item label="联系电话" prop="phone"> |
| | | <el-input v-model="form.phone" placeholder="请输入联系电话" /> |
| | | <el-input |
| | | v-model="affirmform.phone" |
| | | placeholder="请输入联系电话" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="18"> |
| | | <el-form-item align="left" label="捐献决定"> |
| | | <el-checkbox-group v-model="form.organdecision"> |
| | | <el-checkbox-group v-model="affirmform.organdecision"> |
| | | <el-checkbox |
| | | v-for="dict in dict.type.sys_OrganDecision" |
| | | :key="dict.label" |
| | |
| | | <el-col :span="6"> |
| | | <el-form-item label="其他" prop="organdecisionOther"> |
| | | <el-input |
| | | v-model="form.organdecisionOther" |
| | | v-model="affirmform.organdecisionOther" |
| | | placeholder="请输入其他" |
| | | /> |
| | | </el-form-item> |
| | |
| | | <el-col :span="6"> |
| | | <el-form-item label="负责人" prop="responsibleuserid"> |
| | | <el-select |
| | | v-model="form.responsibleuserid" |
| | | v-model="affirmform.responsibleuserid" |
| | | placeholder="请选择" |
| | | > |
| | | <el-option |
| | |
| | | <el-col :span="6"> |
| | | <el-form-item label="协调员1" prop="coordinateduserido"> |
| | | <el-select |
| | | v-model="form.coordinateduserido" |
| | | v-model="affirmform.coordinateduserido" |
| | | placeholder="请选择" |
| | | > |
| | | <el-option |
| | |
| | | <el-col :span="6"> |
| | | <el-form-item label="协调员2" prop="coordinateduseridt"> |
| | | <el-select |
| | | v-model="form.coordinateduseridt" |
| | | v-model="affirmform.coordinateduseridt" |
| | | placeholder="请选择" |
| | | > |
| | | <el-option |
| | |
| | | <el-date-picker |
| | | clearable |
| | | size="small" |
| | | v-model="form.signdate" |
| | | v-model="affirmform.signdate" |
| | | type="date" |
| | | value-format="yyyy-MM-dd hh:mm:ss" |
| | | placeholder="选择签字日期" |
| | |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button v-show="showSaveBtn" type="primary" @click="submitForm" |
| | | >保存评估信息</el-button |
| | | </el-form> |
| | | <div class="dialog-footer"> |
| | | <el-button v-show="showSaveBtn" type="primary" @click="Savethedetails" |
| | | >保存捐献信息</el-button |
| | | > |
| | | <el-button |
| | | v-show="showTerminationBtn" |
| | |
| | | <el-button @click="cancel">取 消</el-button> |
| | | </div> |
| | | </div> |
| | | <div class="boxdiv" v-show="actives == 3">伦理审查</div> |
| | | <div class="boxdiv" v-show="actives == 4">器官分配</div> |
| | | <div class="boxdiv" v-show="actives == 5">获取见证</div> |
| | | <div class="boxdiv" v-show="actives == 6">完成登记</div> |
| | | <!-- 伦理审查 --> |
| | | <div class="boxdiv" v-show="actives == 3"> |
| | | <el-form |
| | | ref="ethicform" |
| | | :model="ethicform" |
| | | :rules="ethicrules" |
| | | label-width="100px" |
| | | label-position="right" |
| | | > |
| | | <el-form-item label="审查意见"> |
| | | <el-input |
| | | v-model="ethicform.flowcontent" |
| | | type="textarea" |
| | | placeholder="请输入内容" |
| | | /> |
| | | </el-form-item> |
| | | |
| | | <el-row> |
| | | <el-col :span="18"> |
| | | <el-form-item label="审查结论"> |
| | | <el-radio-group v-model="ethicform.flowconclusion"> |
| | | <el-radio |
| | | v-for="dict in dict.type.sys_EthicalReview" |
| | | :key="dict.value" |
| | | :label="parseInt(dict.value)" |
| | | >{{ dict.label }}</el-radio |
| | | > |
| | | </el-radio-group> |
| | | </el-form-item> |
| | | </el-col> |
| | | |
| | | <!-- createtime 审查日期 --> |
| | | <el-col :span="6" :pull="5"> |
| | | <el-form-item label="审查日期"> |
| | | <el-date-picker |
| | | clearable |
| | | size="small" |
| | | v-model="ethicform.createTime" |
| | | type="date" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | placeholder="选择结论时间" |
| | | > |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | <div class="dialog-footer" style="min-height: 500px; margin: 20px 0; "> |
| | | <el-button v-show="showSaveBtn" type="primary" @click="Savethedetails" |
| | | >保存捐献信息</el-button |
| | | > |
| | | <el-button |
| | | v-show="showTerminationBtn" |
| | | type="primary" |
| | | @click="Terminationcase" |
| | | >终止案例</el-button |
| | | > |
| | | <el-button v-show="makeastepforward" type="primary" @click="ReviewFn" |
| | | >下一步</el-button |
| | | > |
| | | <el-button @click="cancel">取 消</el-button> |
| | | </div> |
| | | </div> |
| | | <!-- 器官分配 --> |
| | | <div class="boxdiv" v-show="actives == 4"> |
| | | <el-form |
| | | ref="allocationform" |
| | | :model="allocationform" |
| | | :rules="allocationrules" |
| | | label-width="100px" |
| | | label-position="right" |
| | | > |
| | | <el-row> |
| | | <el-col :span="8"> |
| | | <el-form-item label="分配状态" prop="organstate"> |
| | | <el-select |
| | | v-model="allocationform.organstate" |
| | | placeholder="请选择器官状态" |
| | | > |
| | | <el-option |
| | | v-for="dict in dict.type.sys_organstate" |
| | | :key="dict.value" |
| | | :label="dict.label" |
| | | :value="dict.value" |
| | | ></el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="8"> |
| | | <el-form-item label="捐献姓名" prop="curdonorname"> |
| | | <el-input |
| | | v-model="curdonorname" |
| | | placeholder="捐献者姓名" |
| | | disabled |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="器官名称" prop="organnumber"> |
| | | <el-select |
| | | ref="organNameSelect" |
| | | v-model="allocationform.organnumber" |
| | | placeholder="请选择器官编号" |
| | | clearable |
| | | size="small" |
| | | disabled |
| | | > |
| | | <el-option |
| | | v-for="dict in dict.type.sys_Organ" |
| | | :key="dict.value" |
| | | :label="dict.label" |
| | | :value="dict.value" |
| | | /> |
| | | </el-select> |
| | | </el-form-item> </el-col |
| | | ><el-col :span="8"> |
| | | <el-form-item label="系统编号" prop="ageunit"> |
| | | <el-input |
| | | v-model="allocationform.ageunit" |
| | | placeholder="请输入系统编号" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row |
| | | ><el-col :span="8"> |
| | | <el-form-item label="接收时间" prop="applicanttime"> |
| | | <el-date-picker |
| | | clearable |
| | | size="small" |
| | | style="width: 100%" |
| | | v-model="allocationform.applicanttime" |
| | | type="datetime" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | placeholder="选择接收时间" |
| | | > |
| | | </el-date-picker> |
| | | </el-form-item> </el-col |
| | | ><el-col :span="16"> |
| | | <el-form-item label="移植医院" prop="treatmenthospitalno"> |
| | | <org-selecter |
| | | ref="tranHosSelect" |
| | | :org-type="'4'" |
| | | v-model="allocationform.transplanthospitalno" |
| | | style="width: 100%" |
| | | /> |
| | | </el-form-item> </el-col></el-row |
| | | ><el-row> |
| | | <el-col :span="8"> |
| | | <el-form-item label="受体姓名" prop="name"> |
| | | <el-input v-model="allocationform.name" placeholder="姓名" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="证件类型" prop="idcardtype"> |
| | | <el-select |
| | | v-model="allocationform.idcardtype" |
| | | placeholder="请选择移植人证件类型" |
| | | > |
| | | <el-option |
| | | v-for="dict in dict.type.sys_IDType" |
| | | :key="dict.value" |
| | | :label="dict.label" |
| | | :value="parseInt(dict.value)" |
| | | ></el-option> |
| | | </el-select> |
| | | </el-form-item> </el-col |
| | | ><el-col :span="8"> |
| | | <el-form-item label="证件号码" prop="idcardno"> |
| | | <el-input |
| | | v-model="allocationform.idcardno" |
| | | placeholder="请输入移植人证件号码" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | <div class="dialog-footer"> |
| | | <el-button v-show="showSaveBtn" type="primary" @click="Savethedetails" |
| | | >保存捐献信息</el-button |
| | | > |
| | | <el-button |
| | | v-show="showTerminationBtn" |
| | | type="primary" |
| | | @click="Terminationcase" |
| | | >终止案例</el-button |
| | | > |
| | | <el-button v-show="makeastepforward" type="primary" @click="ReviewFn" |
| | | >下一步</el-button |
| | | > |
| | | <el-button @click="cancel">取 消</el-button> |
| | | </div> |
| | | </div> |
| | | <!-- 获取见证 --> |
| | | <div class="boxdiv" v-show="actives == 5"> |
| | | <el-form |
| | | ref="witnessform" |
| | | :model="witnessform" |
| | | :rules="witnessrules" |
| | | label-width="100px" |
| | | label-position="right" |
| | | > |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-form-item align="left" label="捐献决定"> |
| | | <el-checkbox-group v-model="witnessform.organdonation"> |
| | | <el-checkbox |
| | | v-for="dict in dict.type.sys_Organ" |
| | | :key="dict.value" |
| | | :label="dict.value" |
| | | disabled |
| | | > |
| | | {{ dict.label }} |
| | | </el-checkbox> |
| | | </el-checkbox-group> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-form-item |
| | | align="left" |
| | | label="捐献类别" |
| | | prop="donationcategory" |
| | | > |
| | | <el-radio-group v-model="witnessform.donationcategory"> |
| | | <el-radio |
| | | v-for="dict in dict.type.sys_DonationCategory" |
| | | :key="dict.value" |
| | | :label="dict.value" |
| | | >{{ dict.label }}</el-radio |
| | | > |
| | | </el-radio-group> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> </el-row> |
| | | <el-row> |
| | | <el-col :span="2"> |
| | | <el-form-item align="left" label="死亡判定:" /> |
| | | </el-col> |
| | | <el-col :span="10"> |
| | | <el-form-item align="left" label="医生一" prop="deathjudgedocto"> |
| | | <el-input |
| | | v-model="witnessform.deathjudgedocto" |
| | | placeholder="判定医生姓名" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="10"> |
| | | <el-form-item align="left" label="医生二" prop="deathjudgedoctt"> |
| | | <el-input |
| | | v-model="witnessform.deathjudgedoctt" |
| | | placeholder="判定医生姓名" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row |
| | | ><el-col :span="2"><el-form-item align="left" label="" /> </el-col> |
| | | <el-col :span="10"> |
| | | <el-form-item align="left" label="死亡时间" prop="deathtime"> |
| | | <el-date-picker |
| | | clearable |
| | | v-model="witnessform.deathtime" |
| | | type="datetime" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | placeholder="选择死亡时间" |
| | | > |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="10"> |
| | | <el-form-item align="left" label="死亡原因" prop="deathreason"> |
| | | <el-input |
| | | v-model="witnessform.deathreason" |
| | | placeholder="请输入死亡原因" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="2"> |
| | | <el-form-item align="left" label="手术:" /> |
| | | </el-col> |
| | | <el-col :span="10"> |
| | | <el-form-item |
| | | align="left" |
| | | label="开始时间" |
| | | prop="operationbegtime" |
| | | > |
| | | <el-date-picker |
| | | clearable |
| | | v-model="witnessform.operationbegtime" |
| | | type="datetime" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | placeholder="选择手术开始时间" |
| | | > |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="10"> |
| | | <el-form-item |
| | | align="left" |
| | | label="结束时间" |
| | | prop="operationendtime" |
| | | > |
| | | <el-date-picker |
| | | clearable |
| | | v-model="witnessform.operationendtime" |
| | | type="datetime" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | placeholder="选择手术结束时间" |
| | | > |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row |
| | | ><el-col :span="2" |
| | | ><el-form-item align="left" label="腹主动脉:" /> |
| | | </el-col> |
| | | <el-col :span="10"> |
| | | <el-form-item |
| | | label="插管时间" |
| | | align="left" |
| | | prop="abdominalaortacannulatime" |
| | | > |
| | | <el-date-picker |
| | | clearable |
| | | v-model="witnessform.abdominalaortacannulatime" |
| | | type="datetime" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | placeholder="选择腹主动脉插管时间" |
| | | > |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="10"> |
| | | <el-form-item |
| | | label="灌注时间" |
| | | align="left" |
| | | prop="abdominalaortaperfusiontime" |
| | | > |
| | | <el-date-picker |
| | | clearable |
| | | v-model="witnessform.abdominalaortaperfusiontime" |
| | | type="datetime" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | placeholder="选择腹主动脉灌注时间" |
| | | > |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | <el-row |
| | | ><el-col :span="2" |
| | | ><el-form-item align="left" label="门静脉:" /> |
| | | </el-col> |
| | | <el-col :span="10"> |
| | | <el-form-item |
| | | label="插管时间" |
| | | align="left" |
| | | prop="portalveincannulatime" |
| | | > |
| | | <el-date-picker |
| | | clearable |
| | | v-model="witnessform.portalveincannulatime" |
| | | type="datetime" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | placeholder="选择门静脉脉插管时间" |
| | | > |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="10"> |
| | | <el-form-item |
| | | label="灌注时间" |
| | | align="left" |
| | | prop="portalveinperfusiontime" |
| | | > |
| | | <el-date-picker |
| | | clearable |
| | | v-model="witnessform.portalveinperfusiontime" |
| | | type="datetime" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | placeholder="选择门静脉灌注时间" |
| | | > |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row |
| | | ><el-col :span="2" |
| | | ><el-form-item align="left" label="肺动脉:" /> |
| | | </el-col> |
| | | <el-col :span="10"> |
| | | <el-form-item |
| | | label="插管时间" |
| | | align="left" |
| | | prop="pulmonaryarterycannulatime" |
| | | > |
| | | <el-date-picker |
| | | clearable |
| | | v-model="witnessform.pulmonaryarterycannulatime" |
| | | type="datetime" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | placeholder="选择门静脉插管时间" |
| | | > |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="10"> |
| | | <el-form-item |
| | | label="灌注时间" |
| | | align="left" |
| | | prop="pulmonaryarteryperfusiontime" |
| | | > |
| | | <el-date-picker |
| | | clearable |
| | | v-model="witnessform.pulmonaryarteryperfusiontime" |
| | | type="datetime" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | placeholder="选择门静脉灌注时间" |
| | | > |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | <el-row |
| | | ><el-col :span="2" |
| | | ><el-form-item align="left" label="主动脉:" /> |
| | | </el-col> |
| | | <el-col :span="10"> |
| | | <el-form-item |
| | | label="灌注时间" |
| | | align="left" |
| | | prop="aortacannulatime" |
| | | > |
| | | <el-date-picker |
| | | clearable |
| | | v-model="witnessform.aortacannulatime" |
| | | type="datetime" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | placeholder="选择主动脉灌注时间" |
| | | > |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="10"> |
| | | <el-form-item |
| | | label="灌注时间" |
| | | align="left" |
| | | prop="aortaperfusiontime" |
| | | > |
| | | <el-date-picker |
| | | clearable |
| | | v-model="witnessform.aortaperfusiontime" |
| | | type="datetime" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | placeholder="选择主动脉灌注时间" |
| | | > |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | <el-table :data="tableData" border> |
| | | <el-table-column |
| | | align="center" |
| | | width="80px" |
| | | prop="organname" |
| | | label="器官名称" |
| | | > |
| | | </el-table-column> |
| | | <el-table-column |
| | | align="center" |
| | | width="220px" |
| | | prop="gainhospitalno" |
| | | label="获取组织" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <org-selecter |
| | | ref="gainhosselect" |
| | | :org-type="'4'" |
| | | v-model="scope.row.gainhospitalno" |
| | | /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | align="center" |
| | | width="140px" |
| | | prop="organgetdoct" |
| | | label="获取医师" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-input |
| | | v-model="scope.row.organgetdoct" |
| | | placeholder="请输入获取医师" |
| | | ></el-input> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | align="center" |
| | | width="210px" |
| | | prop="organgettime" |
| | | label="获取日期" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-row> |
| | | <el-date-picker |
| | | clearable |
| | | size="small" |
| | | style="width: 100%" |
| | | v-model="scope.row.organgettime" |
| | | type="datetime" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | placeholder="选择器官获取时间" |
| | | > |
| | | </el-date-picker> |
| | | </el-row> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="器官状态" |
| | | align="center" |
| | | prop="organstate" |
| | | width="180" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-select |
| | | v-model="scope.row.organstate" |
| | | placeholder="请选择器官状态" |
| | | > |
| | | <el-option |
| | | v-for="dict in dict.type.sys_organstate" |
| | | :key="dict.value" |
| | | :label="dict.label" |
| | | :value="dict.value" |
| | | ></el-option> |
| | | </el-select> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item align="left" label="默哀缅怀仪式"> |
| | | <el-radio-group v-model="witnessform.isspendremember"> |
| | | <el-radio |
| | | v-for="dict in dict.type.sys_0_1" |
| | | :key="dict.value" |
| | | :label="parseInt(dict.value)" |
| | | >{{ dict.label }}</el-radio |
| | | > |
| | | </el-radio-group> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item align="left" label="恢复遗体仪容"> |
| | | <el-radio-group v-model="witnessform.isrestoreremains"> |
| | | <el-radio |
| | | v-for="dict in dict.type.sys_0_1" |
| | | :key="dict.value" |
| | | :label="parseInt(dict.value)" |
| | | >{{ dict.label }}</el-radio |
| | | > |
| | | </el-radio-group> |
| | | </el-form-item></el-col |
| | | > |
| | | </el-row> |
| | | <!-- <el-form-item align="left" label="死亡证明附件路径"> |
| | | <fileUpload v-model="witnessform.deathjudgeannex" /> |
| | | </el-form-item> --> |
| | | <el-row> |
| | | <el-col :span="8"> |
| | | <el-form-item |
| | | label="手术负责人" |
| | | label-width="140px" |
| | | prop="responsibleusername" |
| | | > |
| | | <el-input |
| | | v-model="witnessform.responsibleusername" |
| | | placeholder="请输入负责人姓名" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="协调员一" prop="coordinateduserido"> |
| | | <el-select |
| | | v-model="witnessform.coordinateduserido" |
| | | placeholder="请选择" |
| | | > |
| | | <el-option |
| | | v-for="item in coordinatorlist1" |
| | | :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="coordinateduseridt"> |
| | | <el-select |
| | | v-model="witnessform.coordinateduseridt" |
| | | placeholder="请选择" |
| | | > |
| | | <el-option |
| | | v-for="item in coordinatorlist1" |
| | | :key="item.reportNo" |
| | | :label="item.reportName" |
| | | :value="item.reportNo" |
| | | > |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | |
| | | <div class="dialog-footer"> |
| | | <el-button v-show="showSaveBtn" type="primary" @click="Savethedetails" |
| | | >保存捐献信息</el-button |
| | | > |
| | | <el-button |
| | | v-show="showTerminationBtn" |
| | | type="primary" |
| | | @click="Terminationcase" |
| | | >终止案例</el-button |
| | | > |
| | | <el-button v-show="makeastepforward" type="primary" @click="ReviewFn" |
| | | >下一步</el-button |
| | | > |
| | | <el-button @click="cancel">取 消</el-button> |
| | | </div> |
| | | </div> |
| | | <!-- 完成登记 --> |
| | | <div class="boxdiv" v-show="actives == 6"> |
| | | <el-form |
| | | ref="accomplishform" |
| | | :model="accomplishform" |
| | | :rules="accomplishrules" |
| | | label-width="100px" |
| | | label-position="right" |
| | | > |
| | | <el-row> |
| | | <el-col :span="8"> |
| | | <el-form-item label="完成时间" prop="completetime"> |
| | | <el-date-picker |
| | | style="width: 167px" |
| | | clearable |
| | | size="small" |
| | | v-model="accomplishform.completetime" |
| | | type="date" |
| | | value-format="yyyy-MM-dd hh:mm:ss" |
| | | placeholder="选择完成时间" |
| | | > |
| | | </el-date-picker> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-form-item label="器官组织"> |
| | | <el-checkbox-group |
| | | align="left" |
| | | v-model="accomplishform.donateorganList" |
| | | > |
| | | <el-checkbox |
| | | v-for="dict in dict.type.sys_Organ" |
| | | :key="dict.value" |
| | | :label="dict.value" |
| | | disabled |
| | | > |
| | | {{ dict.label }} |
| | | </el-checkbox> |
| | | </el-checkbox-group> |
| | | </el-form-item> |
| | | </el-row> |
| | | <el-row style="margin-bottom: 22px"> |
| | | <el-table v-loading="loading" border :data="tableData"> |
| | | <el-table-column |
| | | label="器官名称" |
| | | align="center" |
| | | prop="organname" |
| | | width="80" |
| | | /> |
| | | <el-table-column |
| | | label="移植医院(接收单位)" |
| | | align="center" |
| | | prop="transplanthospitalno" |
| | | width="240" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <org-selecter |
| | | ref="transplanthosselect" |
| | | :org-type="'4'" |
| | | v-model="scope.row.transplanthospitalno" |
| | | /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="移植负责人" |
| | | align="center" |
| | | prop="transplantdoct" |
| | | width="120" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-input |
| | | v-model="scope.row.transplantdoct" |
| | | placeholder="请输入负责人" |
| | | ></el-input> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="移植日期" |
| | | align="center" |
| | | prop="transplanttime" |
| | | width="230" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-row> |
| | | <el-date-picker |
| | | clearable |
| | | size="small" |
| | | style="width: 90%" |
| | | v-model="scope.row.transplanttime" |
| | | type="date" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | placeholder="选择器官移植时间" |
| | | > |
| | | </el-date-picker> |
| | | </el-row> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="abandonreason" |
| | | label="弃用原因" |
| | | align="center" |
| | | width="260" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-row> |
| | | <el-input |
| | | clearable |
| | | v-model="scope.row.abandonreason" |
| | | placeholder="请输入弃用原因" |
| | | /> |
| | | </el-row> |
| | | </template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column |
| | | label="器官状态" |
| | | align="center" |
| | | prop="organstate" |
| | | width="130" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-select |
| | | v-model="scope.row.organstate" |
| | | placeholder="请选择器官状态" |
| | | value-key="value" |
| | | @change="selectOrganstate(scope.row)" |
| | | > |
| | | <el-option |
| | | v-for="dict in dict.type.sys_organstate" |
| | | :key="dict.value" |
| | | :label="dict.label" |
| | | :value="dict.value" |
| | | ></el-option> |
| | | </el-select> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | | </el-row> |
| | | |
| | | <el-row> |
| | | <el-col :span="7"> |
| | | <el-form-item align="left" label="遗体捐献" prop="isbodydonation"> |
| | | <el-radio-group v-model="accomplishform.isbodydonation"> |
| | | <el-radio |
| | | v-for="dict in dict.type.sys_0_1" |
| | | :key="dict.value" |
| | | :label="dict.value" |
| | | >{{ dict.label }}</el-radio |
| | | > |
| | | </el-radio-group> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="7"> |
| | | <el-form-item align="left" label="接收单位" prop="receivingunit"> |
| | | <el-input |
| | | v-model="accomplishform.receivingunit" |
| | | placeholder="请输入接受单位" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | <el-row> |
| | | <el-col :span="7"> |
| | | <el-form-item label="负责人" prop="responsibleuserid"> |
| | | <el-select |
| | | v-model="accomplishform.responsibleuserid" |
| | | placeholder="请选择" |
| | | > |
| | | <el-option |
| | | v-for="item in leaderlist" |
| | | :key="item.reportNo" |
| | | :label="item.reportName" |
| | | :value="item.reportNo" |
| | | > |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="7"> |
| | | <el-form-item label="协调员一" prop="coordinateduserido"> |
| | | <el-select |
| | | v-model="accomplishform.coordinateduserido" |
| | | placeholder="请选择" |
| | | > |
| | | <el-option |
| | | v-for="item in coordinatorlist1" |
| | | :key="item.reportNo" |
| | | :label="item.reportName" |
| | | :value="item.reportNo" |
| | | > |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="7"> |
| | | <el-form-item label="协调员二" prop="coordinateduseridt"> |
| | | <el-select |
| | | v-model="accomplishform.coordinateduseridt" |
| | | placeholder="请选择" |
| | | > |
| | | <el-option |
| | | v-for="item in coordinatorlist1" |
| | | :key="item.reportNo" |
| | | :label="item.reportName" |
| | | :value="item.reportNo" |
| | | > |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | <div class="dialog-footer"> |
| | | <el-button v-show="showSaveBtn" type="primary" @click="Savethedetails" |
| | | >保存捐献者信息</el-button |
| | | > |
| | | <el-button |
| | | v-show="showTerminationBtn" |
| | | type="primary" |
| | | @click="Terminationcase" |
| | | >终止案例</el-button |
| | | > |
| | | <el-button v-show="Reportforreview" type="primary" @click="ReviewFn" |
| | | >上报审核</el-button |
| | | > |
| | | <el-button @click="cancel">取 消</el-button> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </template> |
| | | |
| | | <script> |
| | | import { |
| | | listDonatebaseinfo, |
| | | getDonatebaseinfo, |
| | | delDonatebaseinfo, |
| | | addDonatebaseinfo, |
| | | updateDonatebaseinfo, |
| | | exportDonatebaseinfo, |
| | | downloadbaseinfo, |
| | | getdonatorno |
| | | // exportProvincemessage, |
| | | updateDonatebaseinfo |
| | | } from "@/api/project/donatebaseinfo"; |
| | | import { |
| | | listMedicalevaluation, |
| | | addMedicalevaluation, |
| | | updateMedicalevaluation |
| | | } from "@/api/project/medicalevaluation"; |
| | | import { |
| | | addDonateflowchart, |
| | | listDonateflowchart, |
| | | updateDonateflowchart |
| | | } from "@/api/project/DonationEvaluation"; |
| | | import { |
| | | listOrganallocation, |
| | | addOrganallocation, |
| | | updateOrganallocation |
| | | } from "@/api/project/organallocation"; |
| | | import { |
| | | listDonateorgan, |
| | | addDonateorgan, |
| | | delDonateorgan, |
| | | updateDonateorgan |
| | | } from "@/api/project/donateorgan"; |
| | | import Li_area_select from "@/components/Address"; |
| | | import OrgSelecter from "@/views/project/components/orgselect"; |
| | | import AnnexUpload from "@/views/project/components/annexupload"; |
| | |
| | | ReportName |
| | | }, |
| | | dicts: [ |
| | | "sys_Reporter", |
| | | "sys_redcrossagency", |
| | | "sys_nation", |
| | | "sys_occupation", |
| | | "sys_education", |
| | | "sys_OrganizationType", |
| | | "sys_HospitalNature", |
| | | "sys_RegionalLevel", |
| | | "country", |
| | | "sys_Organ", |
| | | "sys_organstate", |
| | | "sys_user_sex", |
| | | "sys_IDType", |
| | | "sys_AgeUnit", |
| | | "sys_BloodType", |
| | | "sys_0_1", |
| | | "sys_patientstate", |
| | |
| | | "sys_bloodtype_rhd", |
| | | "sys_InfoSources", |
| | | "sys_OtherCases", |
| | | "sys_DonationStatus", |
| | | "sys_DiseaseType", |
| | | "sys_SelfWill", |
| | | "sys_FamilyRelation", |
| | | "sys_OrganDecision", |
| | | "sys_CoreAssessConclusion", |
| | | "sys_BaseAssessConclusion" |
| | | ], |
| | |
| | | return { |
| | | id: 736, |
| | | form: {}, |
| | | latentform: {}, |
| | | medicineform: {}, |
| | | affirmform: {}, |
| | | ethicform: {}, |
| | | allocationform: {}, |
| | | witnessform: {}, |
| | | accomplishform: {}, |
| | | tableData:[], |
| | | actives: 0, |
| | | // 保存、终止按钮确认 |
| | | showSaveBtn: true, |
| | |
| | | age: [{ required: true, message: "请输入年龄", trigger: "blur" }], |
| | | treatmenthospitalno: [ |
| | | { required: true, message: "请选择医疗机构", trigger: "blur" } |
| | | ] |
| | | // treatmenthospitalno: [{ required: true, message: "请选择医疗机构", trigger: "change" }], |
| | | }, |
| | | // 潜在捐献效验 |
| | | latentrules: { |
| | | ], |
| | | bloodtype: [ |
| | | { required: true, message: "请选择ABO血型", trigger: "blur" } |
| | | ], |
| | |
| | | trigger: "blur" |
| | | } |
| | | ], |
| | | // contactnumber: [{required: true,message: "请输入红十字会联系电话",trigger: "change"}], |
| | | acquisitiontissueno: [ |
| | | { required: true, message: "器官获取组织不能为空", trigger: "blur" } |
| | | ], |
| | |
| | | { required: true, message: "请输入报告人联系电话", trigger: "blur" } |
| | | ] |
| | | }, |
| | | |
| | | medicinerules: {}, |
| | | affirmrules: {}, |
| | | ethicrules: {}, |
| | |
| | | }, |
| | | |
| | | methods: { |
| | | // 获取主表数据 |
| | | Getbasicinformation() { |
| | | getDonatebaseinfo(this.id).then(response => { |
| | | this.form = response.data; |
| | |
| | | this.residenceAddresss.shi = response.data.residencecityname; |
| | | this.residenceAddresss.qu = response.data.residencetownname; |
| | | this.registerAddresss.qu = response.data.registertownname; |
| | | this.latentform = this.form; |
| | | }); |
| | | }, |
| | | // 获取二级表数据 |
| | | GetAttacheddata() { |
| | | let searchParam = { |
| | | id: this.form.id |
| | | }; |
| | | if (this.actives == 2) { |
| | | listMedicalevaluation(searchParam).then(response => { |
| | | if (response.code == 200 && response.rows.length == 1) { |
| | | this.medicineform = response.rows[0]; |
| | | } else { |
| | | this.$modal.msgError( |
| | | "获取医学评估记录失败:" + JSON.stringify(response) |
| | | ); |
| | | } |
| | | }); |
| | | } else if (this.actives == 3) { |
| | | listRelativesconfirmation(searchParam).then(response => { |
| | | if (response.code == 200 && response.rows.length == 1) { |
| | | this.affirmform = response.rows[0]; |
| | | this.affirmform.donorno = row.donorno; |
| | | this.affirmform.doname = row.name; |
| | | this.affirmform.dosex = row.sex; |
| | | // 出生日期 |
| | | this.affirmform.dobirthday = row.birthday; |
| | | // 民族 |
| | | this.affirmform.donationality = row.nationality; |
| | | // 学历 |
| | | this.affirmform.doeducation = row.education; |
| | | // 职业 |
| | | this.affirmform.dooccupation = row.occupation; |
| | | this.affirmform.donation = row.nation; |
| | | this.affirmform.doidcardtype = row.idcardtype; |
| | | this.affirmform.doidcardno = row.idcardno; |
| | | this.affirmform.donativeplace = row.nativeplace; |
| | | this.defultAddresss.sheng = this.affirmform.residenceprovincename; |
| | | this.defultAddresss.shi = this.affirmform.residencecityname; |
| | | this.defultAddresss.qu = this.affirmform.residencetownname; |
| | | if (this.affirmform.kinship) { |
| | | this.affirmform.kinship = this.affirmform.kinship.split(","); |
| | | } |
| | | if (this.affirmform.organdecision) { |
| | | this.affirmform.organdecision = this.affirmform.organdecision.split( |
| | | "," |
| | | ); |
| | | } |
| | | } else { |
| | | this.$modal.msgError( |
| | | "查询是否存在确认登记记录失败" + JSON.stringify(response) |
| | | ); |
| | | } |
| | | }); |
| | | } else if (this.actives == 4) { |
| | | listDonateflowchart(searchParam).then(response => { |
| | | if (response.code == 200 && response.rows.length == 1) { |
| | | this.form = response.rows[0]; |
| | | } else if (response.rows.length == 0) { |
| | | this.$modal.msgError("未找到本案例的伦理审查记录,请联系管理员!"); |
| | | } else { |
| | | this.$modal.msgError("数据重复"); |
| | | } |
| | | }); |
| | | } else if (this.actives == 5) { |
| | | listOrganallocation(searchParam).then(response => { |
| | | if (response.code == 200 && response.rows.length == 1) { |
| | | this.form = response.rows[0]; |
| | | this.form.infoid = data.id; |
| | | this.open = true; |
| | | } else { |
| | | this.$modal.msgError( |
| | | "获取器官分配信息失败:" + JSON.stringify(response) |
| | | ); |
| | | } |
| | | }); |
| | | } else if (this.actives == 6) { |
| | | listMedicalevaluation(searchParam).then(response => { |
| | | if (response.code == 200 && response.rows.length == 1) { |
| | | this.form = response.rows[0]; |
| | | this.form.infoid = data.id; |
| | | this.open = true; |
| | | } else { |
| | | this.$modal.msgError( |
| | | "获取医学评估记录失败:" + JSON.stringify(response) |
| | | ); |
| | | } |
| | | }); |
| | | } else if (this.actives == 7) { |
| | | listMedicalevaluation(searchParam).then(response => { |
| | | if (response.code == 200 && response.rows.length == 1) { |
| | | this.form = response.rows[0]; |
| | | this.form.infoid = data.id; |
| | | this.open = true; |
| | | } else { |
| | | this.$modal.msgError( |
| | | "获取医学评估记录失败:" + JSON.stringify(response) |
| | | ); |
| | | } |
| | | }); |
| | | } |
| | | }, |
| | | /** 保存主表按钮 */ |
| | | submitForm() { |
| | | this.$refs["form"].validate(valid => { |
| | | console.log("提交的数据们:", this.form); |
| | | if (valid) { |
| | | this.form.birthday = this.$moment(this.form.birthday).format( |
| | | "YYYY-MM-DD HH:mm:ss" |
| | | ); |
| | | this.form.diseasetype = this.form.diseasetype.join(","); |
| | | this.form.infectious = this.form.infectious.join(","); |
| | | this.form.selfwill = this.form.selfwill.join(","); |
| | | this.form.othercases = this.form.othercases.join(","); |
| | | this.form.infosources = this.form.infosources.join(","); |
| | | this.form.kinship = this.form.kinship.join(","); |
| | | this.form.patientstate = this.form.patientstate.join(","); |
| | | this.form.registerprovince = this.$refs.registerSelect.getSheng(); |
| | | this.form.registerprovincename = this.registerAddresss.sheng; |
| | | |
| | | this.form.residenceprovince = this.$refs.residenceSelect.getSheng(); |
| | | this.form.residenceprovincename = this.residenceAddresss.sheng; |
| | | |
| | | this.form.registercity = this.$refs.registerSelect.getShi(); |
| | | this.form.registercityname = this.registerAddresss.shi; |
| | | |
| | | this.form.residencecity = this.$refs.residenceSelect.getShi(); |
| | | this.form.residencecityname = this.residenceAddresss.shi; |
| | | |
| | | this.form.residencetown = this.$refs.residenceSelect.getQu(); |
| | | this.form.residencetownname = this.residenceAddresss.qu; |
| | | |
| | | this.form.registertown = this.$refs.registerSelect.getQu(); |
| | | this.form.registertownname = this.registerAddresss.qu; |
| | | |
| | | this.form.reportername = this.$refs.getReportname.$data.selectedLabel; |
| | | |
| | | try { |
| | | this.form.treatmenthospitalname = this.$refs.addOrgSelect.getOptionByValue( |
| | | this.form.treatmenthospitalno |
| | | ).organizationname; |
| | | } catch { |
| | | this.form.treatmenthospitalname = this.form.treatmenthospitalno; |
| | | } |
| | | |
| | | try { |
| | | this.form.redorganname = this.$refs.addCrossOrgSelect.getOptionByValue( |
| | | this.form.redorganno |
| | | ).organizationname; |
| | | } catch { |
| | | this.form.redorganname = this.form.redorganno; |
| | | } |
| | | |
| | | //尝试生成捐献编号(已经由addDonatebaseinfo接口中生成取代) |
| | | // getdonatorno(this.form).then((response) => { |
| | | // // alert(JSON.stringify(response)); |
| | | // this.reset(); |
| | | // }); |
| | | |
| | | if (this.form.id != null) { |
| | | updateDonatebaseinfo(this.form).then(response => { |
| | | this.$modal.msgSuccess("修改成功"); |
| | | this.Getbasicinformation(); |
| | | this.open = false; |
| | | }); |
| | | } else { |
| | | this.form.recordstate = 0; |
| | | addDonatebaseinfo(this.form).then(response => { |
| | | if (response.code == 200) { |
| | | this.$modal.msgSuccess("新增成功"); |
| | | this.open = false; |
| | | } else { |
| | | this.$modal.msgError("新增失败:" + response.msg); |
| | | } |
| | | }); |
| | | } |
| | | } |
| | | }); |
| | | }, |
| | | // 保存明细表 |
| | | Savethedetails() { |
| | | if (this.actives == 2) { |
| | | this.$refs["medicineform"].validate(valid => { |
| | | if (valid) { |
| | | if (this.medicineform.id != null) { |
| | | updateMedicalevaluation(this.medicineform).then(response => { |
| | | this.$modal.msgSuccess("修改成功"); |
| | | }); |
| | | } else { |
| | | addMedicalevaluation(this.medicineform).then(response => { |
| | | this.$modal.msgSuccess("新增成功"); |
| | | }); |
| | | } |
| | | this.submitForm(); |
| | | } |
| | | }); |
| | | } else if (this.actives == 3) { |
| | | this.$refs["affirmform"].validate(valid => { |
| | | if (valid) { |
| | | if (this.affirmform.id != null) { |
| | | updateMedicalevaluation(this.affirmform).then(response => { |
| | | this.$modal.msgSuccess("修改成功"); |
| | | }); |
| | | } else { |
| | | addMedicalevaluation(this.affirmform).then(response => { |
| | | this.$modal.msgSuccess("新增成功"); |
| | | }); |
| | | } |
| | | this.submitForm(); |
| | | } |
| | | }); |
| | | } else if (this.actives == 4) { |
| | | this.$refs["ethicform"].validate(valid => { |
| | | if (valid) { |
| | | if (this.ethicform.id != null) { |
| | | updateDonateflowchart(this.ethicform).then(response => { |
| | | this.$modal.msgSuccess("修改成功"); |
| | | }); |
| | | } else { |
| | | addDonateflowchart(this.ethicform).then(response => { |
| | | this.$modal.msgSuccess("新增成功"); |
| | | }); |
| | | } |
| | | this.submitForm(); |
| | | } |
| | | }); |
| | | } else if (this.actives == 5) { |
| | | this.$refs["allocationform"].validate(valid => { |
| | | if (valid) { |
| | | if (this.allocationform.id != null) { |
| | | updateOrganallocation(this.allocationform).then(response => { |
| | | this.$modal.msgSuccess("修改成功"); |
| | | }); |
| | | } else { |
| | | addOrganallocation(this.allocationform).then(response => { |
| | | this.$modal.msgSuccess("新增成功"); |
| | | }); |
| | | } |
| | | this.submitForm(); |
| | | } |
| | | }); |
| | | } else if (this.actives == 6) { |
| | | this.$refs["witnessform"].validate(valid => { |
| | | if (valid) { |
| | | if (this.witnessform.id != null) { |
| | | // 获取捐献器官列表 |
| | | listDonateorgan(oraganqueryParam).then(response => { |
| | | this.loading = false; |
| | | if (response.code == 200) { |
| | | this.organdonation = []; |
| | | this.tableData = response.rows; |
| | | //获取医院默认是移植医院 |
| | | for (let i = 0; i < this.tableData.length; i++) { |
| | | if ( |
| | | this.tableData[i].gainhospitalname == null || |
| | | this.tableData[i].gainhospitalname == "" |
| | | ) { |
| | | this.tableData[i].gainhospitalname = this.tableData[ |
| | | i |
| | | ].transplanthospitalname; |
| | | } |
| | | if ( |
| | | this.tableData[i].gainhospitalno == null || |
| | | this.tableData[i].gainhospitalno == "" |
| | | ) { |
| | | this.tableData[i].gainhospitalno = this.tableData[ |
| | | i |
| | | ].transplanthospitalno; |
| | | } |
| | | } |
| | | //this.organalForm.organname = []; |
| | | for (let i = 0; i < response.rows.length; i++) { |
| | | this.form.organdonation.push(response.rows[i].organno); |
| | | } |
| | | } else { |
| | | this.$modal.msgError("获取捐献器官失败:" + response.msg); |
| | | } |
| | | }); |
| | | // 获取信息 |
| | | |
| | | } else { |
| | | addMedicalevaluation(this.witnessform).then(response => { |
| | | this.$modal.msgSuccess("新增成功"); |
| | | }); |
| | | } |
| | | this.submitForm(); |
| | | } |
| | | }); |
| | | } else if (this.actives == 7) { |
| | | this.$refs["accomplishform"].validate(valid => { |
| | | if (valid) { |
| | | if (this.accomplishform.id != null) { |
| | | updateMedicalevaluation(this.accomplishform).then(response => { |
| | | this.$modal.msgSuccess("修改成功"); |
| | | }); |
| | | } else { |
| | | addMedicalevaluation(this.accomplishform).then(response => { |
| | | this.$modal.msgSuccess("新增成功"); |
| | | }); |
| | | } |
| | | this.submitForm(); |
| | | } |
| | | }); |
| | | } |
| | | }, |
| | | // 切换tab |
| | | on_click(e) { |
| | |
| | | this.actives = e; |
| | | } |
| | | }, |
| | | |
| | | // 前进步骤 |
| | | makeastepforward(){}, |
| | | makeastepforward() {}, |
| | | // 上报审核 |
| | | Reportforreview(){}, |
| | | Reportforreview() {}, |
| | | // 终止案例 |
| | | Terminationcase(){}, |
| | | Terminationcase() {}, |
| | | // 返回上一页 |
| | | cancel(){}, |
| | | } |
| | | cancel() {} |
| | | } |
| | | }; |
| | | </script> |
| | | |
| | |
| | | font-size: 18px; |
| | | padding: 0 30px; |
| | | padding-bottom: 10px; |
| | | margin-top: 20px; |
| | | |
| | | .top-text { |
| | | text-align: center; |