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
ea4eac20
Commit
ea4eac20
authored
Aug 08, 2025
by
任鸿志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预结算比例报错,不需要刷卡
parent
92e410a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
2 deletions
+23
-2
outpatientCharging.vue
src/views/jiesuan/outpatientCharging.vue
+23
-2
No files found.
src/views/jiesuan/outpatientCharging.vue
View file @
ea4eac20
...
...
@@ -681,6 +681,11 @@ export default {
name
:
'
Outpatient
'
,
data
()
{
return
{
MBList
:{
MBList_x
:
''
,
MBList_y
:
''
},
preSettlement
:
true
,
YBData
:{
yfdxbzName
:
''
,
yfdxlb
:
''
...
...
@@ -1396,6 +1401,7 @@ export default {
name
:
''
,
},
}]
this
.
preSettlement
=
true
this
.
patientInfo
=
{}
this
.
typeList
=
[]
this
.
costlist
=
[]
...
...
@@ -1415,9 +1421,14 @@ export default {
})
return
false
}
// this.yibaoshow = true
this
.
yibaoshowNew
=
true
if
(
this
.
preSettlement
)
{
this
.
yibaoshowNew
=
true
this
.
yujiesuanload
=
false
}
else
{
selectCardYiboPreselect
(
this
.
YBData
,
this
.
MBList
.
MBList_x
,
this
.
MBList
.
MBList_y
)
}
// this.yibaoshow = true
}
else
{
if
(
!
this
.
zifei_disable
)
{
this
.
$message
({
...
...
@@ -1621,6 +1632,7 @@ export default {
const
_this
=
this
// _this.channels = response.data.settle_type.name
this
.
$message
.
success
(
'
结算成功
'
)
this
.
preSettlement
=
true
this
.
addEventListener
()
this
.
saveLoding
=
false
this
.
dialogVisible
=
false
...
...
@@ -1942,6 +1954,10 @@ export default {
})
},
selectCardYiboPreselect
(
data
,
x
,
y
)
{
this
.
MBList
=
{
MBList_x
:
x
,
MBList_y
:
y
}
this
.
YBData
=
data
this
.
YBData
.
yfdxbzName
=
data
.
yfdxbz
==
'
1
'
?
'
优抚对象
'
:
'
无
'
;
// 验证违规
...
...
@@ -2019,6 +2035,9 @@ export default {
settle_type
:
this
.
selectTableArr
[
0
]
?
this
.
selectTableArr
[
0
].
settle_type
.
code
:
''
,
})
.
then
(
async
res
=>
{
if
(
res
.
code
!=
200
)
{
this
.
preSettlement
=
false
}
// this.yibaoshowNew=false
this
.
bxxxinfo
=
res
.
data
this
.
bxxxinfo
.
settle_type
=
//this.bxxxinfo.settle_type.name
...
...
@@ -2094,6 +2113,7 @@ export default {
})
})
.
catch
(
err
=>
{
this
.
preSettlement
=
false
this
.
moreLoading
=
false
this
.
yujiesuanLoading
=
false
})
...
...
@@ -2331,6 +2351,7 @@ if (this.bxxxinfo.gjzhzf == '' || this.bxxxinfo.gjzhzf == null || this.bxxxinfo.
.
then
(
response
=>
{
const
_this
=
this
this
.
$message
.
success
(
'
结算成功
'
)
this
.
preSettlement
=
true
this
.
saveLoding
=
false
this
.
dialogVisible
=
false
this
.
sureshow
=
false
...
...
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