Commit 2633b547 by 唐玉峰

疾病分组查询

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