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
944da45c
Commit
944da45c
authored
Jul 11, 2025
by
任鸿志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(outpatient): 添加多医生开立费用提示
- 在处理账单时,增加了对多个医生开立费用的检查 - 当选中的账单包含多个医生开立的费用时,显示警告提示
parent
c3fb069b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
outpatient.vue
src/views/jiesuan/outpatient.vue
+6
-0
No files found.
src/views/jiesuan/outpatient.vue
View file @
944da45c
...
@@ -2075,6 +2075,12 @@ export default {
...
@@ -2075,6 +2075,12 @@ export default {
let
that
=
this
let
that
=
this
let
x
=
array
let
x
=
array
if
(
array
.
length
>
1
)
{
if
(
array
.
length
>
1
)
{
if
(
!
(
array
.
every
(
item
=>
item
.
doct_name
===
arr
[
0
].
doct_name
)))
{
that
.
$message
({
message
:
'
本次勾选账单,含多个医生开立的费用
'
,
type
:
'
warning
'
,
})
}
var
set
=
new
Set
()
var
set
=
new
Set
()
for
(
var
i
=
0
;
i
<
array
.
length
;
i
++
)
{
for
(
var
i
=
0
;
i
<
array
.
length
;
i
++
)
{
set
.
add
(
array
[
i
].
distinct_no
)
set
.
add
(
array
[
i
].
distinct_no
)
...
...
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