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
9c31d919
Commit
9c31d919
authored
Jul 11, 2025
by
任鸿志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
222
parent
69f97ac4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
.env.development
.env.development
+1
-1
outpatient.vue
src/views/jiesuan/outpatient.vue
+6
-6
outpatientCharging.vue
src/views/jiesuan/outpatientCharging.vue
+1
-1
No files found.
.env.development
View file @
9c31d919
...
@@ -11,7 +11,7 @@ VUE_APP_BASE_API = ''
...
@@ -11,7 +11,7 @@ VUE_APP_BASE_API = ''
# VUE_APP_BASE_URL = 'http://10.10.40.69:9903'
# VUE_APP_BASE_URL = 'http://10.10.40.69:9903'
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:
88
02'
VUE_APP_BASE_URL = 'http://10.10.9.219:
99
02'
# 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:9902'
VUE_APP_BASE_URL_SFC = 'http://10.10.9.219:9902'
# VUE_APP_BASE_URL_SFC = 'http://127.0.0.1:9902'
# VUE_APP_BASE_URL_SFC = 'http://127.0.0.1:9902'
...
...
src/views/jiesuan/outpatient.vue
View file @
9c31d919
...
@@ -2075,12 +2075,12 @@ export default {
...
@@ -2075,12 +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
)))
{
// if (!(array.every(item => item.doct_name === array
[0].doct_name))) {
that
.
$message
({
//
that.$message({
message
:
'
本次勾选账单,含多个医生开立的费用
'
,
//
message: '本次勾选账单,含多个医生开立的费用',
type
:
'
warning
'
,
//
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
)
...
...
src/views/jiesuan/outpatientCharging.vue
View file @
9c31d919
...
@@ -2175,7 +2175,7 @@ export default {
...
@@ -2175,7 +2175,7 @@ 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
)))
{
if
(
!
(
array
.
every
(
item
=>
item
.
doct_name
===
arr
ay
[
0
].
doct_name
)))
{
that
.
$message
({
that
.
$message
({
message
:
'
本次勾选账单,含多个医生开立的费用
'
,
message
:
'
本次勾选账单,含多个医生开立的费用
'
,
type
:
'
warning
'
,
type
:
'
warning
'
,
...
...
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