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
6ba726f8
Commit
6ba726f8
authored
Oct 24, 2023
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
6b701965
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
+12
-12
src/views/outHistorygrouping.vue
+4
-4
src/views/outpatientDetails.vue
+4
-4
src/views/outpatientDetails_pingguo.vue
+4
-4
No files found.
src/views/outHistorygrouping.vue
View file @
6ba726f8
...
@@ -694,24 +694,24 @@ export default {
...
@@ -694,24 +694,24 @@ export default {
if
(
this
.
otopsName
.
length
>
0
&&
this
.
outaddsearchForm
.
opsName
)
{
if
(
this
.
otopsName
.
length
>
0
&&
this
.
outaddsearchForm
.
opsName
)
{
this
.
opsList
.
push
({
this
.
opsList
.
push
({
opsCode
:
this
.
outaddsearchForm
.
opsName
,
opsCode
:
this
.
outaddsearchForm
.
opsName
,
diag
Order
:
"0"
,
ops
Order
:
"0"
,
});
});
this
.
otopsName
.
forEach
((
i
)
=>
{
this
.
otopsName
.
forEach
((
i
)
=>
{
this
.
opsList
.
push
({
this
.
opsList
.
push
({
opsCode
:
i
,
opsCode
:
i
,
diag
Order
:
"1"
,
ops
Order
:
"1"
,
});
});
});
});
}
else
if
(
this
.
outaddsearchForm
.
opsName
)
{
}
else
if
(
this
.
outaddsearchForm
.
opsName
)
{
this
.
opsList
.
push
({
this
.
opsList
.
push
({
opsCode
:
this
.
outaddsearchForm
.
opsName
,
opsCode
:
this
.
outaddsearchForm
.
opsName
,
diag
Order
:
"0"
,
ops
Order
:
"0"
,
});
});
}
else
if
(
this
.
otopsName
.
length
>
0
)
{
}
else
if
(
this
.
otopsName
.
length
>
0
)
{
this
.
otopsName
.
forEach
((
i
)
=>
{
this
.
otopsName
.
forEach
((
i
)
=>
{
this
.
opsList
.
push
({
this
.
opsList
.
push
({
opsCode
:
i
,
opsCode
:
i
,
diag
Order
:
"1"
,
ops
Order
:
"1"
,
});
});
});
});
}
}
...
...
src/views/outpatientDetails.vue
View file @
6ba726f8
...
@@ -666,24 +666,24 @@ export default {
...
@@ -666,24 +666,24 @@ export default {
if
(
this
.
otopsName
.
length
>
0
&&
this
.
outaddsearchForm
.
opsName
)
{
if
(
this
.
otopsName
.
length
>
0
&&
this
.
outaddsearchForm
.
opsName
)
{
this
.
opsList
.
push
({
this
.
opsList
.
push
({
opsCode
:
this
.
outaddsearchForm
.
opsName
,
opsCode
:
this
.
outaddsearchForm
.
opsName
,
diag
Order
:
"0"
,
ops
Order
:
"0"
,
});
});
this
.
otopsName
.
forEach
((
i
)
=>
{
this
.
otopsName
.
forEach
((
i
)
=>
{
this
.
opsList
.
push
({
this
.
opsList
.
push
({
opsCode
:
i
,
opsCode
:
i
,
diag
Order
:
"1"
,
ops
Order
:
"1"
,
});
});
});
});
}
else
if
(
this
.
outaddsearchForm
.
opsName
)
{
}
else
if
(
this
.
outaddsearchForm
.
opsName
)
{
this
.
opsList
.
push
({
this
.
opsList
.
push
({
opsCode
:
this
.
outaddsearchForm
.
opsName
,
opsCode
:
this
.
outaddsearchForm
.
opsName
,
diag
Order
:
"0"
,
ops
Order
:
"0"
,
});
});
}
else
if
(
this
.
otopsName
.
length
>
0
)
{
}
else
if
(
this
.
otopsName
.
length
>
0
)
{
this
.
otopsName
.
forEach
((
i
)
=>
{
this
.
otopsName
.
forEach
((
i
)
=>
{
this
.
opsList
.
push
({
this
.
opsList
.
push
({
opsCode
:
i
,
opsCode
:
i
,
diag
Order
:
"1"
,
ops
Order
:
"1"
,
});
});
});
});
}
}
...
...
src/views/outpatientDetails_pingguo.vue
View file @
6ba726f8
...
@@ -667,24 +667,24 @@ export default {
...
@@ -667,24 +667,24 @@ export default {
if
(
this
.
otopsName
.
length
>
0
&&
this
.
outaddsearchForm
.
opsName
)
{
if
(
this
.
otopsName
.
length
>
0
&&
this
.
outaddsearchForm
.
opsName
)
{
this
.
opsList
.
push
({
this
.
opsList
.
push
({
opsCode
:
this
.
outaddsearchForm
.
opsName
,
opsCode
:
this
.
outaddsearchForm
.
opsName
,
diag
Order
:
"0"
,
ops
Order
:
"0"
,
});
});
this
.
otopsName
.
forEach
((
i
)
=>
{
this
.
otopsName
.
forEach
((
i
)
=>
{
this
.
opsList
.
push
({
this
.
opsList
.
push
({
opsCode
:
i
,
opsCode
:
i
,
diag
Order
:
"1"
,
ops
Order
:
"1"
,
});
});
});
});
}
else
if
(
this
.
outaddsearchForm
.
opsName
)
{
}
else
if
(
this
.
outaddsearchForm
.
opsName
)
{
this
.
opsList
.
push
({
this
.
opsList
.
push
({
opsCode
:
this
.
outaddsearchForm
.
opsName
,
opsCode
:
this
.
outaddsearchForm
.
opsName
,
diag
Order
:
"0"
,
ops
Order
:
"0"
,
});
});
}
else
if
(
this
.
otopsName
.
length
>
0
)
{
}
else
if
(
this
.
otopsName
.
length
>
0
)
{
this
.
otopsName
.
forEach
((
i
)
=>
{
this
.
otopsName
.
forEach
((
i
)
=>
{
this
.
opsList
.
push
({
this
.
opsList
.
push
({
opsCode
:
i
,
opsCode
:
i
,
diag
Order
:
"1"
,
ops
Order
:
"1"
,
});
});
});
});
}
}
...
...
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