Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
刘怀志
pet-business-web
Commits
77808db1
Commit
77808db1
authored
Jul 09, 2023
by
盖献康
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
¥
parent
6686c326
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
check-subscribe.vue
...-management/medical-record-management/check-subscribe.vue
+2
-2
medical-record-management.vue
...t/medical-record-management/medical-record-management.vue
+1
-1
No files found.
src/views/service-management/medical-record-management/check-subscribe.vue
View file @
77808db1
...
@@ -303,7 +303,7 @@ export default {
...
@@ -303,7 +303,7 @@ export default {
getManage
(
id
).
then
(
response
=>
{
getManage
(
id
).
then
(
response
=>
{
this
.
subscribeMessage
=
response
.
data
this
.
subscribeMessage
=
response
.
data
console
.
log
(
'立即预约页面'
,
this
.
subscribeMessage
)
console
.
log
(
'立即预约页面'
,
this
.
subscribeMessage
)
//
this.subscribeMessage.payAmount = this.keepTwoDecimals(this.subscribeMessage.payAmount)
this
.
subscribeMessage
.
payAmount
=
this
.
keepTwoDecimals
(
this
.
subscribeMessage
.
payAmount
)
// 时间
// 时间
this
.
deviceQueryParams
.
reservationTime
=
parseTime
(
new
Date
(),
'{y
}
-{m
}
-{d
}
'
)
this
.
deviceQueryParams
.
reservationTime
=
parseTime
(
new
Date
(),
'{y
}
-{m
}
-{d
}
'
)
// 服务类型(医院自有、外部服务)
// 服务类型(医院自有、外部服务)
...
@@ -380,7 +380,7 @@ export default {
...
@@ -380,7 +380,7 @@ export default {
this
.
total
=
res
.
total
this
.
total
=
res
.
total
if
(
this
.
subscribeMessage
.
checkType
===
'2'
&&
this
.
deviceList
.
length
>
0
)
{
if
(
this
.
subscribeMessage
.
checkType
===
'2'
&&
this
.
deviceList
.
length
>
0
)
{
this
.
deviceList
.
forEach
(
item
=>
{
this
.
deviceList
.
forEach
(
item
=>
{
item
[
'price'
]
=
this
.
keepTwoDecimals
(
this
.
subscribeMessage
.
payAmount
)
item
[
'price'
]
=
'¥'
+
this
.
subscribeMessage
.
payAmount
}
)
}
)
}
}
console
.
log
(
'列表'
,
this
.
deviceList
)
console
.
log
(
'列表'
,
this
.
deviceList
)
...
...
src/views/service-management/medical-record-management/medical-record-management.vue
View file @
77808db1
...
@@ -650,7 +650,7 @@ export default {
...
@@ -650,7 +650,7 @@ export default {
this
.
deviceTotal
=
res
.
total
this
.
deviceTotal
=
res
.
total
if
(
this
.
currentCheckType
===
'2'
&&
this
.
deviceList
.
length
>
0
)
{
if
(
this
.
currentCheckType
===
'2'
&&
this
.
deviceList
.
length
>
0
)
{
this
.
deviceList
.
forEach
(
item
=>
{
this
.
deviceList
.
forEach
(
item
=>
{
item
[
'price'
]
=
this
.
keepTwoDecimals
(
this
.
currentPayAmount
)
item
[
'price'
]
=
'¥'
+
this
.
keepTwoDecimals
(
this
.
currentPayAmount
)
}
)
}
)
}
}
}
)
}
)
...
...
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