| | |
| | | > |
| | | <template |
| | | slot="description" |
| | | v-if="Processdata.ethicalreviewopinions.createtime" |
| | | v-if="Processdata.donateflowcharts.createtime" |
| | | > |
| | | <p> |
| | | 提交时间:<span>{{ |
| | | parseTime(Processdata.ethicalreviewopinions.createtime) |
| | | parseTime(Processdata.donateflowcharts.createtime) |
| | | }}</span> |
| | | </p> |
| | | <p> |
| | | 更新时间:<span>{{ |
| | | parseTime(Processdata.ethicalreviewopinions.updatetime) |
| | | parseTime(Processdata.donateflowcharts.updatetime) |
| | | }}</span> |
| | | </p> |
| | | </template> |
| | |
| | | <div style="background: #fff;"> |
| | | <!-- 顶部数据 --> |
| | | <div class="boxdiv"> |
| | | <div class="top-text">捐献者记录工作台</div> |
| | | <div class="top-text">捐献案例信息</div> |
| | | <el-form |
| | | ref="form" |
| | | :model="form" |
| | |
| | | " |
| | | > |
| | | <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="8"> |
| | | <el-form-item label="科室" prop="treatmentdeptno"> |
| | | <el-col :span="6"> |
| | | <el-form-item label="联系电话" prop="reporterphone"> |
| | | <el-input |
| | | v-model="form.treatmentdeptname" |
| | | placeholder="请输入科室" |
| | | v-model="form.reporterphone" |
| | | placeholder="请输入联系电话" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <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-row> |
| | | <el-col :span="6"> |
| | |
| | | <el-input v-model="form.name" placeholder="必填项" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="民族" prop="nation"> |
| | | <el-select v-model="form.nation" placeholder="请选择民族"> |
| | | <el-option |
| | | v-for="dict in dict.type.sys_nation" |
| | | :key="dict.value" |
| | | :label="dict.label" |
| | | :value="dict.value" |
| | | ></el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="籍贯" prop="nativeplace"> |
| | | <el-input |
| | | v-model="form.nativeplace" |
| | | placeholder="请输入国籍" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="国籍" prop="nationality"> |
| | | <el-input |
| | | v-model="form.nationality" |
| | | placeholder="请输入国籍" |
| | | /> |
| | | </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" |
| | |
| | | @blur="updateMessage" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="出生日期" prop="birthday"> |
| | | <el-date-picker |
| | | clearable |
| | | size="small" |
| | | v-model="form.birthday" |
| | | type="date" |
| | | 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="sex"> |
| | | <el-select v-model="form.sex" placeholder="请输入性别"> |
| | |
| | | <el-input v-model="form.age" placeholder="请输入年龄" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <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 |
| | | 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="occupation"> |
| | | <el-select v-model="form.occupation" placeholder="请选择职业"> |
| | | <el-option |
| | | v-for="dict in dict.type.sys_occupation" |
| | | :key="dict.value" |
| | | :label="dict.label" |
| | | :value="dict.value" |
| | | ></el-option> |
| | | </el-select> |
| | | <el-form-item label="科室" prop="treatmentdeptno"> |
| | | <el-input |
| | | v-model="form.treatmentdeptname" |
| | | placeholder="请输入科室" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="学历" prop="education"> |
| | | <el-select v-model="form.education" placeholder="请选择学历"> |
| | | <el-option |
| | | v-for="dict in dict.type.sys_education" |
| | | :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="12"> |
| | | <el-form-item label="住址" prop="residenceaddress"> |
| | | <div> |
| | | <li_area_select |
| | | ref="residenceSelect" |
| | | v-model="residenceAddresss" |
| | | ></li_area_select> |
| | | <!-- <div>{{defultAddress}}</div> --> |
| | | </div> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="11" :push="1"> |
| | | <el-input |
| | | v-model="form.residenceaddress" |
| | | placeholder="请输入内容" |
| | | /> |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="现所在地" prop="registeraddress"> |
| | | <div> |
| | | <li_area_select |
| | | ref="registerSelect" |
| | | v-model="registerAddresss" |
| | | ></li_area_select> |
| | | <!-- <div>{{defultAddress}}</div> --> |
| | | </div> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="11" :push="1"> |
| | | <el-input |
| | | v-model="form.registeraddress" |
| | | placeholder="请输入内容" |
| | | /> |
| | | </el-col> |
| | | </el-row> |
| | | </div> |
| | |
| | | placeholder="请输入疾病诊断名称" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="6"> |
| | | <el-form-item label="民族" prop="nation"> |
| | | <el-select v-model="form.nation" placeholder="请选择民族"> |
| | | <el-option |
| | | v-for="dict in dict.type.sys_nation" |
| | | :key="dict.value" |
| | | :label="dict.label" |
| | | :value="dict.value" |
| | | ></el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="籍贯" prop="nativeplace"> |
| | | <el-input v-model="form.nativeplace" placeholder="请输入国籍" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="国籍" prop="nationality"> |
| | | <el-input v-model="form.nationality" placeholder="请输入国籍" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="6"> |
| | | <el-form-item label="职业" prop="occupation"> |
| | | <el-select v-model="form.occupation" placeholder="请选择职业"> |
| | | <el-option |
| | | v-for="dict in dict.type.sys_occupation" |
| | | :key="dict.value" |
| | | :label="dict.label" |
| | | :value="dict.value" |
| | | ></el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="学历" prop="education"> |
| | | <el-select v-model="form.education" placeholder="请选择学历"> |
| | | <el-option |
| | | v-for="dict in dict.type.sys_education" |
| | | :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="12"> |
| | | <el-form-item label="住址" prop="residenceaddress"> |
| | | <div> |
| | | <li_area_select |
| | | ref="residenceSelect" |
| | | v-model="residenceAddresss" |
| | | ></li_area_select> |
| | | <!-- <div>{{defultAddress}}</div> --> |
| | | </div> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="11" :push="1"> |
| | | <el-input |
| | | v-model="form.residenceaddress" |
| | | placeholder="请输入内容" |
| | | /> |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="现所在地" prop="registeraddress"> |
| | | <div> |
| | | <li_area_select |
| | | ref="registerSelect" |
| | | v-model="registerAddresss" |
| | | ></li_area_select> |
| | | <!-- <div>{{defultAddress}}</div> --> |
| | | </div> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="11" :push="1"> |
| | | <el-input |
| | | v-model="form.registeraddress" |
| | | placeholder="请输入内容" |
| | | /> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="6"> |
| | | <el-form-item |
| | | align="left" |
| | | label="获取组织" |
| | | prop="acquisitiontissuename" |
| | | > |
| | | <org-selecter |
| | | style="width: 260px" |
| | | ref="orgSelecter" |
| | | :org-type="'1'" |
| | | v-model="form.acquisitiontissueno" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="信息员" prop="infoname"> |
| | | <el-input v-model="form.infoname" placeholder="请输入信息员" /> |
| | |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-form-item |
| | | align="left" |
| | | label="获取组织" |
| | | prop="acquisitiontissuename" |
| | | > |
| | | <org-selecter |
| | | style="width: 260px" |
| | | ref="orgSelecter" |
| | | :org-type="'1'" |
| | | v-model="form.acquisitiontissueno" |
| | | /> |
| | | </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-date-picker |
| | | clearable |
| | | size="small" |
| | | style="width: 190px" |
| | | 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-form> |
| | | <div class="dialog-footer"> |
| | | <el-button |
| | | 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 |
| | | v-show="Reportforreview" |
| | | type="primary" |
| | | @click="Reportforreview" |
| | | >上报审核</el-button |
| | | >提交</el-button |
| | | > |
| | | |
| | | <!-- <el-button @click="cancel">取 消</el-button> --> |
| | |
| | | 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" |
| | |
| | | label-width="100px" |
| | | label-position="right" |
| | | > |
| | | <el-form-item label-width="100px" label="选择器官"> |
| | | <el-checkbox-group v-model="organdecision"> |
| | | <el-checkbox v-for="item in organlist" :label="item"> |
| | | {{ item }} |
| | | </el-checkbox> |
| | | </el-checkbox-group> |
| | | </el-form-item> |
| | | <el-row> |
| | | <el-col :span="6"> |
| | | <el-form-item label="子女数量" prop="kinshipChildrennum"> |
| | |
| | | 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> |
| | |
| | | AnnexUpload, |
| | | ReportName |
| | | }, |
| | | // dicts: [ |
| | | // "sys_nation", |
| | | // "sys_occupation", |
| | | // "sys_education", |
| | | // "sys_Organ", |
| | | // "sys_user_sex", |
| | | // "sys_IDType", |
| | | // "sys_BloodType", |
| | | // "sys_0_1", |
| | | // "sys_patientstate", |
| | | // "sys_DonationCategory", |
| | | // "sys_Kinship", |
| | | // "sys_Infectious", |
| | | // "sys_bloodtype_rhd", |
| | | // "sys_InfoSources", |
| | | // "sys_OtherCases", |
| | | // "sys_DiseaseType", |
| | | // "sys_SelfWill", |
| | | // "sys_FamilyRelation", |
| | | // "sys_OrganDecision", |
| | | // "sys_CoreAssessConclusion", |
| | | // "sys_BaseAssessConclusion", |
| | | // "sys_EthicalReview" |
| | | // ], |
| | | data() { |
| | | return { |
| | | infoid: 736, |
| | |
| | | address: "上海市普陀区金沙江路 1518 弄", |
| | | tag: "中国一类(DBD)", |
| | | type: "success" |
| | | }, |
| | | { |
| | | name: "王小虎", |
| | | address: "上海市普陀区金沙江路 1517 弄", |
| | | tag: "中国二类(DCD)", |
| | | type: "danger" |
| | | }, |
| | | { |
| | | name: "王小虎", |
| | | address: "上海市普陀区金沙江路 1519 弄", |
| | | tag: "中国三类(DBCD)", |
| | | type: "warning" |
| | | }, |
| | | { |
| | | name: "王小虎", |
| | | address: "上海市普陀区金沙江路 1516 弄", |
| | | tag: "中国三类(DBCD)", |
| | | type: "warning" |
| | | } |
| | | ], |
| | | medicineform: { |
| | | infoid: null |
| | | }, |
| | | affirmform: { |
| | | infoid: null |
| | | infoid: null, |
| | | organdecision: [] |
| | | }, |
| | | organdecision: [], |
| | | ethicform: { |
| | | infoid: null |
| | | }, |
| | | organlist: [ |
| | | "心脏", |
| | | "全肝", |
| | | "左肝", |
| | | "右肝", |
| | | "左肾", |
| | | "右肾", |
| | | "全肾", |
| | | "左肺", |
| | | "右肺", |
| | | "小肠", |
| | | "腺体", |
| | | "遗体", |
| | | "左眼角膜", |
| | | "右眼角膜", |
| | | "其他" |
| | | ], |
| | | allocationstatuslist: [ |
| | | { value: 0, label: "未分配" }, |
| | | { value: 1, label: "已分配" }, |
| | |
| | | }, |
| | | // 各级明细效验 |
| | | medicinerules: {}, |
| | | affirmrules: {}, |
| | | affirmrules: { |
| | | name: [ |
| | | { required: true, message: "亲属姓名不能为空", trigger: "blur" } |
| | | ], |
| | | phone: [ |
| | | { required: true, message: "家属联系电话不为空", trigger: "blur" } |
| | | ], |
| | | signfamilyrelations: [ |
| | | { required: true, message: "与捐献者关系", trigger: "blur" } |
| | | ], |
| | | idcardno: [ |
| | | { required: true, message: "证件号不能为空", trigger: "blur" } |
| | | ], |
| | | organdecision: [ |
| | | { required: true, message: "捐献决定不能为空", trigger: "blur" } |
| | | ], |
| | | responsibleuserid: [ |
| | | { required: true, message: "负责人不能为空", trigger: "blur" } |
| | | ], |
| | | coordinateduserido: [ |
| | | { required: true, message: "协调员1不能为空", trigger: "blur" } |
| | | ], |
| | | coordinateduseridt: [ |
| | | { required: true, message: "协调员2不能为空", trigger: "blur" } |
| | | ] |
| | | }, |
| | | ethicrules: {}, |
| | | allocationrules: {}, |
| | | witnessrules: {}, |
| | |
| | | this.residenceAddresss.shi = response.data.residencecityname; |
| | | this.residenceAddresss.qu = response.data.residencetownname; |
| | | this.registerAddresss.qu = response.data.registertownname; |
| | | // 获取二级表 |
| | | this.GetAttacheddata(); |
| | | }); |
| | | // 获取二级表 |
| | | this.GetAttacheddata(); |
| | | }, |
| | | // 获取二级表数据 |
| | | GetAttacheddata() { |
| | |
| | | listRelativesconfirmation(searchParam).then(response => { |
| | | if (response.code == 200 && response.rows[0]) { |
| | | this.affirmform = response.rows[0]; |
| | | if (this.affirmform.organdecision) { |
| | | this.organdecision = this.affirmform.organdecision.split(","); |
| | | } |
| | | if (!this.affirmform) { |
| | | this.affirmform = {}; |
| | | this.affirmform.residenceprovincename = ""; |
| | |
| | | }); |
| | | } else if (this.actives == 2) { |
| | | this.affirmform.infoid = this.infoid; |
| | | this.affirmform.organdecision = this.organdecision.join(","); |
| | | this.$refs["affirmform"].validate(valid => { |
| | | if (valid) { |
| | | if (this.affirmform.id != null) { |
| | |
| | | this.$modal.msgSuccess("获取见证信息新增成功"); |
| | | }); |
| | | } |
| | | this.form.donationcategory=this.witnessform.donationcategory; |
| | | this.Processvalidation(); |
| | | } |
| | | }); |
| | |
| | | Modifydonationattachment(this.donatelist).then(res => { |
| | | console.log(res); |
| | | }); |
| | | this.listDonateannex() |
| | | this.listDonateannex(); |
| | | this.GetAttacheddata(); |
| | | } else { |
| | | this.submitForm(); |
| | |
| | | |
| | | <style lang="scss" scoped> |
| | | .particularsdiv { |
| | | display: flex; |
| | | display: -webkit-box; |
| | | background-color: #f5f7fa; |
| | | height: 100%; |
| | | .left-course { |
| | | background: #fff; |
| | | width: 20vw; |
| | | width: 17vw; |
| | | text-align: center; |
| | | margin: 20px 10px; |
| | | padding: 10px; |
| | | margin-top: 0; |
| | | min-height: 888px; |
| | | |
| | | .postfilx { |
| | | width: 15vw; |
| | |
| | | padding-right: 66px; |
| | | } |
| | | .boxdiv { |
| | | max-width: 80vw; |
| | | max-width: 85vw; |
| | | font-size: 18px; |
| | | padding: 0 30px; |
| | | padding-bottom: 10px; |