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
092edfb1
Commit
092edfb1
authored
May 23, 2025
by
任鸿志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
医技审核取消
parent
c822fa60
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
12 deletions
+8
-12
outpatient.vue
src/views/jiesuan/outpatient.vue
+2
-5
outpatientCharging.vue
src/views/jiesuan/outpatientCharging.vue
+6
-7
No files found.
src/views/jiesuan/outpatient.vue
View file @
092edfb1
...
@@ -579,6 +579,7 @@ export default {
...
@@ -579,6 +579,7 @@ export default {
weiguiList
:[],
weiguiList
:[],
shiqianText
:
''
,
shiqianText
:
''
,
weiguiData
:[],
weiguiData
:[],
yijiShow
:
false
,
ViolationShow
:
false
,
ViolationShow
:
false
,
gz_name
:
false
,
gz_name
:
false
,
dataText
:
''
,
dataText
:
''
,
...
@@ -1719,9 +1720,8 @@ export default {
...
@@ -1719,9 +1720,8 @@ export default {
this
.
ismb
=
true
this
.
ismb
=
true
}
}
});
});
if
(
!
this
.
ismb
&&
this
.
man_name
==
false
)
{
if
(
(
!
this
.
ismb
&&
this
.
man_name
==
false
)
)
{
if
(
this
.
orders
.
length
>
0
)
{
if
(
this
.
orders
.
length
>
0
)
{
console
.
log
(
this
.
orders
,
'
ppppppppppppppp
'
)
this
.
ybjs
()
this
.
ybjs
()
}
else
{
}
else
{
this
.
$message
.
error
(
'
请勾选结算类型和待结算的费用清单
'
)
this
.
$message
.
error
(
'
请勾选结算类型和待结算的费用清单
'
)
...
@@ -1738,7 +1738,6 @@ export default {
...
@@ -1738,7 +1738,6 @@ export default {
return
false
return
false
}
else
{
}
else
{
if
(
this
.
orders
.
length
>
0
)
{
if
(
this
.
orders
.
length
>
0
)
{
console
.
log
(
this
.
orders
,
'
ppppppppppppppp
'
)
this
.
ybjs
()
this
.
ybjs
()
}
else
{
}
else
{
this
.
$message
.
error
(
'
请勾选结算类型和待结算的费用清单
'
)
this
.
$message
.
error
(
'
请勾选结算类型和待结算的费用清单
'
)
...
@@ -2208,7 +2207,6 @@ export default {
...
@@ -2208,7 +2207,6 @@ export default {
})
})
this
.
cost_id
=
cost_ids
this
.
cost_id
=
cost_ids
console
.
log
(
orders
,
'
iiiiiiiiiiiiiiiiiii
'
)
this
.
orders
=
orders
this
.
orders
=
orders
this
.
total
=
total
.
toFixed
(
2
)
this
.
total
=
total
.
toFixed
(
2
)
...
@@ -2468,7 +2466,6 @@ export default {
...
@@ -2468,7 +2466,6 @@ export default {
})
})
.
then
(
response
=>
{
.
then
(
response
=>
{
if
(
response
.
data
.
result
.
length
>
0
)
{
if
(
response
.
data
.
result
.
length
>
0
)
{
console
.
log
(
response
.
data
.
result
,
'
999999999999999
'
)
this
.
weiguiList
=
response
.
data
.
result
this
.
weiguiList
=
response
.
data
.
result
this
.
weiguiData
=
response
.
data
.
result
this
.
weiguiData
=
response
.
data
.
result
this
.
ViolationShow
=
true
this
.
ViolationShow
=
true
...
...
src/views/jiesuan/outpatientCharging.vue
View file @
092edfb1
...
@@ -802,6 +802,7 @@ export default {
...
@@ -802,6 +802,7 @@ export default {
this
.
socketInit
()
this
.
socketInit
()
},
},
created
()
{
created
()
{
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
||
''
...
@@ -1615,7 +1616,7 @@ export default {
...
@@ -1615,7 +1616,7 @@ export default {
var
that
=
this
var
that
=
this
this
.
gz_name
=
false
this
.
gz_name
=
false
var
obj
=
{
var
obj
=
{
channel
:
'
3
'
,
channel
:
this
.
channel
,
patient_id
:
this
.
patientData
.
patient_id
,
patient_id
:
this
.
patientData
.
patient_id
,
}
}
pdxq
(
obj
)
pdxq
(
obj
)
...
@@ -1646,9 +1647,9 @@ export default {
...
@@ -1646,9 +1647,9 @@ export default {
this
.
ismb
=
true
this
.
ismb
=
true
}
}
});
});
if
(
!
this
.
ismb
)
{
// 医技预约channel=4不走审核
if
((
!
this
.
ismb
&&
this
.
man_name
==
false
)
||
this
.
channel
==
'
4
'
)
{
if
(
this
.
orders
.
length
>
0
)
{
if
(
this
.
orders
.
length
>
0
)
{
console
.
log
(
this
.
orders
,
'
ppppppppppppppp
'
)
this
.
ybjs
()
this
.
ybjs
()
}
else
{
}
else
{
this
.
$message
.
error
(
'
请勾选结算类型和待结算的费用清单
'
)
this
.
$message
.
error
(
'
请勾选结算类型和待结算的费用清单
'
)
...
@@ -1665,7 +1666,6 @@ export default {
...
@@ -1665,7 +1666,6 @@ export default {
return
false
return
false
}
else
{
}
else
{
if
(
this
.
orders
.
length
>
0
)
{
if
(
this
.
orders
.
length
>
0
)
{
console
.
log
(
this
.
orders
,
'
ppppppppppppppp
'
)
this
.
ybjs
()
this
.
ybjs
()
}
else
{
}
else
{
this
.
$message
.
error
(
'
请勾选结算类型和待结算的费用清单
'
)
this
.
$message
.
error
(
'
请勾选结算类型和待结算的费用清单
'
)
...
@@ -1959,7 +1959,7 @@ export default {
...
@@ -1959,7 +1959,7 @@ export default {
this
.
sureshow
=
true
this
.
sureshow
=
true
let
y
=
{
let
y
=
{
is_gz
:
this
.
gz_name
,
is_gz
:
this
.
gz_name
,
channel
:
'
3
'
,
channel
:
this
.
channel
,
xj_amount
:
this
.
xj_amount
,
xj_amount
:
this
.
xj_amount
,
source_pay_amount
:
this
.
source_pay_amount
,
source_pay_amount
:
this
.
source_pay_amount
,
tradeNo
:
this
.
payData
.
tradeNo
,
tradeNo
:
this
.
payData
.
tradeNo
,
...
@@ -2349,7 +2349,6 @@ export default {
...
@@ -2349,7 +2349,6 @@ export default {
})
})
.
then
(
response
=>
{
.
then
(
response
=>
{
if
(
response
.
data
.
result
.
length
>
0
)
{
if
(
response
.
data
.
result
.
length
>
0
)
{
console
.
log
(
response
.
data
.
result
,
'
999999999999999
'
)
this
.
weiguiList
=
response
.
data
.
result
this
.
weiguiList
=
response
.
data
.
result
this
.
weiguiData
=
response
.
data
.
result
this
.
weiguiData
=
response
.
data
.
result
this
.
ViolationShow
=
true
this
.
ViolationShow
=
true
...
@@ -2590,7 +2589,7 @@ export default {
...
@@ -2590,7 +2589,7 @@ export default {
return
false
return
false
}
}
let
y
=
{
let
y
=
{
channel
:
'
3
'
,
channel
:
this
.
channel
,
xj_amount
:
this
.
xj_amount
,
xj_amount
:
this
.
xj_amount
,
source_pay_amount
:
this
.
source_pay_amount
,
source_pay_amount
:
this
.
source_pay_amount
,
tradeNo
:
this
.
payData
.
tradeNo
,
tradeNo
:
this
.
payData
.
tradeNo
,
...
...
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