Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-composition-api
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宁路鹏
vue-composition-api
Commits
2633b547
Commit
2633b547
authored
Aug 01, 2024
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
疾病分组查询
parent
4b0e4e2a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
src/views/diagList.vue
+2
-2
src/views/outHistorygrouping.vue
+9
-9
No files found.
src/views/diagList.vue
View file @
2633b547
...
...
@@ -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]"
...
...
src/views/outHistorygrouping.vue
View file @
2633b547
...
...
@@ -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
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment