| | |
| | | size="small" |
| | | > |
| | | <el-option |
| | | v-for="dict in dict.type.sys_donornode" |
| | | v-for="dict in dict.type.sys_caseNode" |
| | | :key="dict.value" |
| | | :label="dict.label" |
| | | :value="dict.value" |
| | |
| | | <template slot-scope="scope"> |
| | | <div v-if="!scope.row.terminationCase"> |
| | | <dict-tag |
| | | :options="dict.type.sys_donornode" |
| | | :options="dict.type.sys_caseNode" |
| | | :value="scope.row.workflow" |
| | | /> |
| | | </div> |
| | |
| | | size="mini" |
| | | type="text" |
| | | icon="el-icon-refrigerator" |
| | | @click="updatedonorno(scope.row)" |
| | | @click="updatecaseNo(scope.row)" |
| | | >更新编号</el-button |
| | | > --> |
| | | <el-button |
| | |
| | | <el-form ref="form" :model="form" :rules="rules" label-width="120px"> |
| | | <el-row> |
| | | <el-col :span="8"> |
| | | <el-form-item label="捐献编号" prop="donorno"> |
| | | <el-form-item label="捐献编号" prop="caseNo"> |
| | | <el-input |
| | | disabled |
| | | v-model="curCase.donorno" |
| | | v-model="curCase.caseNo" |
| | | placeholder="请输入捐献者编号" |
| | | /> |
| | | </el-form-item> |
| | |
| | | <annex-upload |
| | | ref="finishannex" |
| | | :infoid="curCase.id" |
| | | :donorno="curCase.donorno" |
| | | :caseNo="curCase.caseNo" |
| | | :flowname="flowname" |
| | | :annexno="annexno" |
| | | /> |
| | |
| | | "sys_Infectious", |
| | | "sys_InfoSources", |
| | | "sys_OtherCases", |
| | | "sys_donornode", |
| | | "sys_caseNode", |
| | | "sys_DiseaseType", |
| | | "sys_SelfWill", |
| | | "sys_FamilyRelation", |
| | |
| | | recordstate: null, |
| | | treatmenthospitalname: null, |
| | | treatmenthospitalno: null, |
| | | donorno: null, |
| | | caseNo: null, |
| | | reportername: null, |
| | | reporttime: null, |
| | | city: null |
| | |
| | | ] |
| | | }, |
| | | curCase: { |
| | | donorno: "", |
| | | caseNo: "", |
| | | name: "", |
| | | registerAddresss: "", |
| | | infoid: "" |
| | |
| | | this.selecttime = ""; |
| | | this.reportervalue = ""; |
| | | this.reportlist = []; |
| | | this.queryParams.donorno = ""; |
| | | this.queryParams.caseNo = ""; |
| | | this.queryParams.recordstate = ""; |
| | | this.queryParams.name = ""; |
| | | this.queryParams.treatmenthospitalno = ""; |
| | |
| | | console.log(this.starttime); |
| | | console.log(this.endtime); |
| | | }, |
| | | updatedonorno(row) { |
| | | updatecaseNo(row) { |
| | | console.log("row", row); |
| | | updatedonatorno(row.infoid).then(res => { |
| | | console.log("1221212", res); |
| | |
| | | this.form = { |
| | | id: null, |
| | | infoid: null, |
| | | donorno: null, |
| | | caseNo: null, |
| | | delFlag: null, |
| | | createBy: null, |
| | | createTime: null, |
| | |
| | | // "2" |
| | | recordstate: null, |
| | | treatmenthospitalname: null, |
| | | donorno: null, |
| | | caseNo: null, |
| | | acquisitiontissueno: null, |
| | | reportername: null, |
| | | reporttime: null, |
| | |
| | | // this.curCase = { |
| | | // id: row.id, |
| | | // recordstate: null, |
| | | // donorno: row.donorno, |
| | | // caseNo: row.caseNo, |
| | | // }; |
| | | // this.form.coordinateduserido = row.coordinateduserido; |
| | | // this.form.coordinateduseridt = row.coordinateduseridt; |
| | |
| | | this.loading = true; |
| | | this.reset(); |
| | | this.curCase.registerAddresss = row.registeraddresss; |
| | | this.curCase.donorno = row.donorno; |
| | | this.curCase.caseNo = row.caseNo; |
| | | this.curCase.name = row.name; |
| | | this.curCase.infoid = row.infoid; |
| | | this.open = true; |
| | |
| | | let oraganqueryParam = { |
| | | infoid: row.id |
| | | // donorname: this.curCase.name, |
| | | // donorno: this.curCase.donorno, |
| | | // caseNo: this.curCase.caseNo, |
| | | // registeraddress: this.curCase.registeraddresss, |
| | | }; |
| | | listDonateorgan(oraganqueryParam).then(response => { |
| | |
| | | this.loading = true; |
| | | this.$refs["form"].validate(valid => { |
| | | if (valid) { |
| | | this.form.donorno = this.curCase.donorno; |
| | | this.form.caseNo = this.curCase.caseNo; |
| | | this.form.infoid = this.curCase.id; |
| | | this.form.donateorgan = JSON.stringify(this.form.donateorganList); |
| | | // let forms = delete this.form.donateorganList; |