| | |
| | | <el-col :span="12"> |
| | | <el-form-item label="签字亲属" prop="kinshipconfirmationsign"> |
| | | <el-checkbox-group v-model="organdecision"> |
| | | <el-checkbox v-for="item in kinshiplist" :label="item"> |
| | | {{ item == "子女" ? item + "(人)" : item }} |
| | | </el-checkbox> |
| | | <el-checkbox v-for="item in kinshiplist" :key="item" :label="item"> {{ item == "子女" ? item + "(人)" : |
| | | item }} </el-checkbox> |
| | | </el-checkbox-group> |
| | | </el-form-item> |
| | | </el-col> |
| | |
| | | <el-row> |
| | | <el-form-item label-width="100px" label="捐献决定"> |
| | | <el-checkbox-group v-model="organdecision"> |
| | | <el-checkbox v-for="item in organselection" :label="item"> |
| | | {{ item }} |
| | | </el-checkbox> |
| | | <el-checkbox v-for="item in organselection" :key="item" :label="item">{{ item }} </el-checkbox> |
| | | </el-checkbox-group> |
| | | </el-form-item></el-row> |
| | | </el-form-item> |
| | | </el-row> |
| | | <el-row> |
| | | <!-- <el-col :span="18"> |
| | | <el-form-item align="left" label="捐献决定"> |
| | |
| | | listDonationwitnessorgan(searchParam).then(res => { |
| | | if (res.code == 200) { |
| | | if (res.rows[0]) { |
| | | this.procureddata = res.rows; |
| | | this.procureddata = res.rows; |
| | | this.procureddata.infoid = this.infoid; |
| | | } |
| | | this.organList.organprocured = []; |
| | |
| | | this.form.redorganname = this.form.redorganno; |
| | | } |
| | | |
| | | //案例时间更新成获取时间 |
| | | if (this.actives == 5) { |
| | | this.$refs["witnessform"].validate(valid1 => { |
| | | this.$refs["form"].validate(valid2 => { |
| | | this.form.donatetime = this.witnessform.operationbegtime; |
| | | }); |
| | | }); |
| | | } |
| | | |
| | | if (this.form.id != null) { |
| | | if (this.form.workflow == 0) { |
| | | this.form.workflow = 1; |