Commit 2633b547 by 唐玉峰

疾病分组查询

parent 4b0e4e2a
......@@ -14,7 +14,7 @@
<template v-for="(ele, index) in searchForm.otdiagName">
<div :key="index" class="w100">
<div class="font-12 width-90 mar-top-10" v-if="index != 0 && index == 1">其他诊断:</div>
<div class="flex-between-center w100">
<div class="flex-between-center w100 mar-bottom-4">
<el-select
class="mar-top-5 w90 mar-right-5"
filterable
......@@ -48,7 +48,7 @@
<div class="flex-between-center mar-top-10" v-if="i != 0 && i == 1">
<span class="font-12">其他手术:</span>
</div>
<div class="flex-between-center w100">
<div class="flex-between-center w100 mar-bottom-4">
<el-select
class="mar-top-5 w90 mar-right-5"
v-model="searchForm.otopsName[i]"
......
......@@ -326,10 +326,10 @@ export default {
//疾病查询
gosear() {
this.addrecordEnrollmentShow = true;
this.outaddsearchForm = {
diagName: this.casehisObj.c03C || "",
};
this.addsearch();
// this.outaddsearchForm = {
// diagName: this.casehisObj.c03C || "",
// };
// this.addsearch();
},
//获取基本数据
getCaseHis(code) {
......@@ -374,11 +374,11 @@ export default {
//关闭弹层前的回调
closeDialog() {
this.addrecordEnrollmentShow = false;
this.outaddsearchForm = {
diagName: "",
opsName: "",
};
(this.otdiagName = []), (this.otopsName = []), this.addclear();
// this.outaddsearchForm = {
// diagName: "",
// opsName: "",
// };
// (this.otdiagName = []), (this.otopsName = []), this.addclear();
},
//清空输入框的值时触发
addclear() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment