Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
省
省二结算
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
任鸿志
省二结算
Commits
a1872782
Commit
a1872782
authored
Apr 15, 2025
by
任鸿志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
所有都穿诊断
parent
e32c0ef7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
outpatient.vue
src/views/jiesuan/outpatient.vue
+9
-5
No files found.
src/views/jiesuan/outpatient.vue
View file @
a1872782
...
...
@@ -538,7 +538,7 @@
</div>
<div
style=
"margin: 20px 0px;"
>
反馈原因
</div>
<div>
<el-input
type=
"textarea"
:rows=
"3"
placeholder=
"请输入内容"
v-model=
"
textarea
"
>
<el-input
type=
"textarea"
:rows=
"3"
placeholder=
"请输入内容"
v-model=
"
shiqianText
"
>
</el-input>
</div>
<span
slot=
"footer"
class=
"dialog-footer"
>
...
...
@@ -569,6 +569,7 @@ export default {
name
:
'
Outpatient
'
,
data
()
{
return
{
shiqianText
:
''
,
weiguiData
:[],
ViolationShow
:
true
,
gz_name
:
false
,
...
...
@@ -807,6 +808,7 @@ export default {
},
},
methods
:
{
// 事前反馈
async
Violationfunction
()
{
await
serviceInvoke
({
warn_rslt_id
:
""
,
...
...
@@ -2355,11 +2357,13 @@ export default {
x
:
x
,
y
:
y
,
}
}
else
if
(
data
?.
mzdbjbs_arr
.
length
==
1
&&
this
.
selectTableArr
[
0
]?.
settle_type
.
is_mb
)
{
}
else
if
(
data
?.
mzdbjbs_arr
.
length
==
1
)
{
//&& this.selectTableArr[0]?.settle_type.is_mb
this
.
selectCardYiboPre
(
data
,
x
,
y
,
data
?.
mzdbjbs_arr
[
0
].
code
)
}
else
{
this
.
selectCardYiboPre
(
data
,
x
,
y
)
}
// 所有都穿诊断
// else {
// this.selectCardYiboPre(data, x, y)
// }
},
// 医保预结算
selectCardYiboPre
(
data
,
x
,
y
,
zhenduan
)
{
...
...
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