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
4b9317f8
Commit
4b9317f8
authored
May 27, 2025
by
任鸿志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
channel=4医技不走校验
parent
092edfb1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
outpatient.vue
src/views/jiesuan/outpatient.vue
+6
-1
No files found.
src/views/jiesuan/outpatient.vue
View file @
4b9317f8
...
@@ -768,6 +768,7 @@ export default {
...
@@ -768,6 +768,7 @@ export default {
visitDate
:
''
,
visitDate
:
''
,
jsroundData
:
{},
jsroundData
:
{},
ismb
:
false
,
ismb
:
false
,
channel
:
''
}
}
},
},
mounted
()
{
mounted
()
{
...
@@ -777,6 +778,7 @@ export default {
...
@@ -777,6 +778,7 @@ export default {
// if (this.$route.query?.jobNumber) {
// if (this.$route.query?.jobNumber) {
// localStorage.setItem('jobNumber', this.$route.query.jobNumber)
// localStorage.setItem('jobNumber', this.$route.query.jobNumber)
// }
// }
this
.
channel
=
this
.
$route
.
query
?.
channel
||
''
this
.
titleshow
=
this
.
$route
.
query
?.
layoutShow
||
''
this
.
titleshow
=
this
.
$route
.
query
?.
layoutShow
||
''
this
.
cardNo
=
this
.
$route
.
query
?.
cardNo
||
''
this
.
cardNo
=
this
.
$route
.
query
?.
cardNo
||
''
this
.
cardType
=
this
.
$route
.
query
?.
cardType
||
''
this
.
cardType
=
this
.
$route
.
query
?.
cardType
||
''
...
@@ -1684,6 +1686,7 @@ export default {
...
@@ -1684,6 +1686,7 @@ export default {
var
that
=
this
var
that
=
this
this
.
gz_name
=
false
this
.
gz_name
=
false
var
obj
=
{
var
obj
=
{
channel
:
this
.
channel
,
visit_no
:
this
.
visitNo
,
visit_no
:
this
.
visitNo
,
visit_date
:
this
.
visitDate
,
visit_date
:
this
.
visitDate
,
patient_id
:
this
.
patientData
.
patient_id
,
//this.cardNo,
patient_id
:
this
.
patientData
.
patient_id
,
//this.cardNo,
...
@@ -1720,7 +1723,7 @@ export default {
...
@@ -1720,7 +1723,7 @@ export default {
this
.
ismb
=
true
this
.
ismb
=
true
}
}
});
});
if
((
!
this
.
ismb
&&
this
.
man_name
==
false
)
)
{
if
((
!
this
.
ismb
&&
this
.
man_name
==
false
)
||
this
.
channel
==
'
4
'
)
{
if
(
this
.
orders
.
length
>
0
)
{
if
(
this
.
orders
.
length
>
0
)
{
this
.
ybjs
()
this
.
ybjs
()
}
else
{
}
else
{
...
@@ -2016,6 +2019,7 @@ export default {
...
@@ -2016,6 +2019,7 @@ export default {
},
1000
)
},
1000
)
this
.
sureshow
=
true
this
.
sureshow
=
true
let
y
=
{
let
y
=
{
channel
:
this
.
channel
,
is_gz
:
this
.
gz_name
,
is_gz
:
this
.
gz_name
,
family_type
:
this
.
familyType
,
family_type
:
this
.
familyType
,
patient_id
:
this
.
patientData
.
patient_id
,
patient_id
:
this
.
patientData
.
patient_id
,
...
@@ -2810,6 +2814,7 @@ export default {
...
@@ -2810,6 +2814,7 @@ export default {
return false
return false
}
}
let y = {
let y = {
channel:this.channel,
patient_id: this.patientData.patient_id,
patient_id: this.patientData.patient_id,
personal_pay: this.bxxxinfo.grzhzf,
personal_pay: this.bxxxinfo.grzhzf,
family_pay: this.bxxxinfo.gjzhzf,
family_pay: this.bxxxinfo.gjzhzf,
...
...
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