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
fdc8998e
Commit
fdc8998e
authored
Mar 25, 2025
by
任鸿志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
只有慢病才医保审核接口
parent
1698f20b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
4 deletions
+24
-4
outpatient.vue
src/views/jiesuan/outpatient.vue
+24
-4
No files found.
src/views/jiesuan/outpatient.vue
View file @
fdc8998e
...
...
@@ -739,6 +739,7 @@ export default {
visitNo
:
''
,
visitDate
:
''
,
jsroundData
:
{},
ismb
:
false
,
}
},
mounted
()
{
...
...
@@ -1650,6 +1651,21 @@ export default {
this
.
shenfenzheng
=
this
.
tableData
.
patient
.
idCard
this
.
adminpingzhengma
=
''
this
.
bxxxinfo
=
{}
this
.
ismb
=
false
this
.
orders
.
forEach
(
element
=>
{
if
(
element
)
{
this
.
ismb
=
true
}
});
if
(
!
this
.
ismb
)
{
if
(
this
.
orders
.
length
>
0
)
{
console
.
log
(
this
.
orders
,
'
ppppppppppppppp
'
)
this
.
ybjs
()
}
else
{
this
.
$message
.
error
(
'
请勾选结算类型和待结算的费用清单
'
)
this
.
yujiesuanload
=
false
}
}
else
{
const
{
code
,
data
}
=
await
verifyFeeStatus
({
patient_id
:
this
.
patientData
.
patient_id
,
serial_no
:
this
.
cost_id
.
toString
(),
...
...
@@ -1660,6 +1676,7 @@ export default {
return
false
}
else
{
if
(
this
.
orders
.
length
>
0
)
{
console
.
log
(
this
.
orders
,
'
ppppppppppppppp
'
)
this
.
ybjs
()
}
else
{
this
.
$message
.
error
(
'
请勾选结算类型和待结算的费用清单
'
)
...
...
@@ -1667,6 +1684,8 @@ export default {
}
}
}
}
},
// ldjkfsl(){
// if(this.manFeeStatus()){
...
...
@@ -2018,7 +2037,7 @@ export default {
var
cost_ids
=
[]
x
.
slice
(
0
,
x
.
length
-
1
).
forEach
(
function
(
element
)
{
total
+=
element
.
total
*
1
*
1
orders
.
push
(
element
.
group_id
)
orders
.
push
(
element
.
settle_type
.
is_mb
)
cost_ids
.
push
(
element
.
serial_no
)
costint
.
push
(
element
)
})
...
...
@@ -2058,7 +2077,7 @@ export default {
var
cost_ids
=
[]
array
.
forEach
(
function
(
element
)
{
total
+=
element
.
total
*
1
*
1
orders
.
push
(
element
.
group_id
)
orders
.
push
(
element
.
settle_type
.
is_mb
)
cost_ids
.
push
(
element
.
serial_no
)
costint
.
push
(
element
)
})
...
...
@@ -2098,12 +2117,13 @@ export default {
var
cost_ids
=
[]
array
.
forEach
(
function
(
element
)
{
total
+=
element
.
total
*
1
*
1
orders
.
push
(
element
.
group_id
)
orders
.
push
(
element
.
settle_type
.
is_mb
)
cost_ids
.
push
(
element
.
serial_no
)
costint
.
push
(
element
)
})
this
.
cost_id
=
cost_ids
console
.
log
(
orders
,
'
iiiiiiiiiiiiiiiiiii
'
)
this
.
orders
=
orders
this
.
total
=
total
.
toFixed
(
2
)
...
...
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