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
055f02f2
Commit
055f02f2
authored
Jun 16, 2025
by
任鸿志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(outpatientCharging): 修正门诊结算界面的费用计算逻辑
- 在预结算功能中添加本次起付线和病人负担金额的计算 - 优化了费用结算的逻辑,确保费用计算准确无误
parent
af78937f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
outpatientCharging.vue
src/views/jiesuan/outpatientCharging.vue
+2
-0
No files found.
src/views/jiesuan/outpatientCharging.vue
View file @
055f02f2
...
@@ -1834,6 +1834,8 @@ export default {
...
@@ -1834,6 +1834,8 @@ export default {
this
.
dialogVisible
=
true
this
.
dialogVisible
=
true
this
.
yujiesuanload
=
false
this
.
yujiesuanload
=
false
this
.
bxxxinfo
=
response
.
data
this
.
bxxxinfo
=
response
.
data
// 本次起付线=本次起付线+病人负担金额
this
.
bxxxinfo
.
other_expense
=
this
.
bxxxinfo
.
other_expense
+
bxxxinfo
.
patient_burden
let
frees
=
this
.
round
(
this
.
bxxxinfo
.
brfdje
*
1
-
this
.
bxxxinfo
.
his_deduct_amount
*
1
,
2
)
let
frees
=
this
.
round
(
this
.
bxxxinfo
.
brfdje
*
1
-
this
.
bxxxinfo
.
his_deduct_amount
*
1
,
2
)
let
djf
=
this
.
round
(
this
.
round
(
frees
-
this
.
bxxxinfo
.
grzhzf
*
1
,
2
)
-
this
.
bxxxinfo
.
gjzhzf
*
1
,
2
)
let
djf
=
this
.
round
(
this
.
round
(
frees
-
this
.
bxxxinfo
.
grzhzf
*
1
,
2
)
-
this
.
bxxxinfo
.
gjzhzf
*
1
,
2
)
if
(
this
.
bxxxinfo
.
personal_balance
>
djf
)
{
if
(
this
.
bxxxinfo
.
personal_balance
>
djf
)
{
...
...
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