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
50887120
Commit
50887120
authored
Jun 26, 2025
by
任鸿志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(outpatientCharging): 添加生育保险结算功能
- 在结算页面添加生育保险选项 - 在支付数据中增加生育保险相关字段 - 调整结算预览和正式结算时传递生育保险参数
parent
3bb7631d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
.env.development
.env.development
+1
-0
outpatientCharging.vue
src/views/jiesuan/outpatientCharging.vue
+5
-0
No files found.
.env.development
View file @
50887120
...
@@ -12,6 +12,7 @@ VUE_APP_BASE_API = ''
...
@@ -12,6 +12,7 @@ VUE_APP_BASE_API = ''
VUE_APP_BASE_URL_change = 'http://10.10.8.230:6200/fancy'
VUE_APP_BASE_URL_change = 'http://10.10.8.230:6200/fancy'
# VUE_APP_BASE_URL = 'http://127.0.0.1:9902'
# VUE_APP_BASE_URL = 'http://127.0.0.1:9902'
VUE_APP_BASE_URL = 'http://10.10.9.219:9902'
VUE_APP_BASE_URL = 'http://10.10.9.219:9902'
VUE_APP_BASE_URL = 'http://10.10.9.219:9902'
VUE_APP_BASE_URL_SFC = 'http://10.10.9.219:8802'
VUE_APP_BASE_URL_SFC = 'http://10.10.9.219:8802'
# VUE_APP_BASE_URL_SFC = 'http://127.0.0.1:9902'
# VUE_APP_BASE_URL_SFC = 'http://127.0.0.1:9902'
# VUE_APP_BASE_URL = 'http://192.169.4.171:8002'
# VUE_APP_BASE_URL = 'http://192.169.4.171:8002'
...
...
src/views/jiesuan/outpatientCharging.vue
View file @
50887120
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
<div
style=
"display: flex"
>
<div
style=
"display: flex"
>
<el-checkbox
v-model=
"gz_name"
style=
"margin-right: 10px"
>
转为个账账单
</el-checkbox>
<el-checkbox
v-model=
"gz_name"
style=
"margin-right: 10px"
>
转为个账账单
</el-checkbox>
<el-checkbox
v-model=
"man_name"
>
转为自费账单
</el-checkbox>
<el-checkbox
v-model=
"man_name"
>
转为自费账单
</el-checkbox>
<el-checkbox
v-model=
"is_sy"
>
生育
</el-checkbox>
<!--
<el-checkbox
v-model=
"insurance_payment"
>
智慧医保支付
</el-checkbox>
-->
<!--
<el-checkbox
v-model=
"insurance_payment"
>
智慧医保支付
</el-checkbox>
-->
</div>
</div>
<!--
<div
style=
"display: flex"
v-if=
"patientInfo.yblx != '01'"
>
<!--
<div
style=
"display: flex"
v-if=
"patientInfo.yblx != '01'"
>
...
@@ -635,6 +636,7 @@ export default {
...
@@ -635,6 +636,7 @@ export default {
name
:
'
Outpatient
'
,
name
:
'
Outpatient
'
,
data
()
{
data
()
{
return
{
return
{
is_sy
:
false
,
saveLoding
:
false
,
saveLoding
:
false
,
invoicepostData
:
{},
invoicepostData
:
{},
invoicepostVisible
:
false
,
invoicepostVisible
:
false
,
...
@@ -1676,6 +1678,7 @@ export default {
...
@@ -1676,6 +1678,7 @@ export default {
//调取待结算清单
//调取待结算清单
getWaiting
(
e
)
{
getWaiting
(
e
)
{
var
that
=
this
var
that
=
this
this
.
is_sy
=
false
this
.
gz_name
=
false
this
.
gz_name
=
false
var
obj
=
{
var
obj
=
{
channel
:
this
.
channel
,
channel
:
this
.
channel
,
...
@@ -2028,6 +2031,7 @@ export default {
...
@@ -2028,6 +2031,7 @@ export default {
},
1000
)
},
1000
)
this
.
sureshow
=
true
this
.
sureshow
=
true
let
y
=
{
let
y
=
{
sy
:
this
.
is_sy
,
source_type
:
this
.
payData
.
targetSys
,
source_type
:
this
.
payData
.
targetSys
,
source_trade_no
:
this
.
payData
.
tradeNo
,
source_trade_no
:
this
.
payData
.
tradeNo
,
is_gz
:
this
.
gz_name
,
is_gz
:
this
.
gz_name
,
...
@@ -2389,6 +2393,7 @@ export default {
...
@@ -2389,6 +2393,7 @@ export default {
this
.
form
=
data
this
.
form
=
data
this
.
form
.
rqlbName
=
data
.
rqlb
==
'
A
'
?
'
职工
'
:
data
.
rqlb
==
'
B
'
?
'
居民
'
:
''
this
.
form
.
rqlbName
=
data
.
rqlb
==
'
A
'
?
'
职工
'
:
data
.
rqlb
==
'
B
'
?
'
居民
'
:
''
settlementPre
({
settlementPre
({
sy
:
this
.
is_sy
,
channel
:
this
.
channel
,
channel
:
this
.
channel
,
is_gz
:
this
.
gz_name
,
is_gz
:
this
.
gz_name
,
injury_date
:
this
.
GSdatatime
,
injury_date
:
this
.
GSdatatime
,
...
...
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