Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-finance-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-finance-web
Commits
016b89de
Commit
016b89de
authored
Sep 20, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
68060 缴费管理-结算的确定按钮需要加loading
parent
ad002aa8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
payment-single-detail.vue
...l-management/payment-management/payment-single-detail.vue
+2
-3
No files found.
src/views/financial-management/payment-management/payment-single-detail.vue
View file @
016b89de
...
...
@@ -689,6 +689,7 @@ export default {
this
.
initData
(
res
.
data
)
}
)
}
this
.
getFinList
()
}
,
/**
* @Description: 充值弹窗关闭回调
...
...
@@ -714,6 +715,7 @@ export default {
settlement
()
{
checkPetOwner
({
phone
:
this
.
detailInfo
.
petOwnerBo
.
phoneNumber
}
).
then
(
response
=>
{
const
data
=
response
.
data
console
.
log
(
'3243333333333333333333332'
,
this
.
singleData
.
medicalRecordId
)
const
temp
=
{
// 宠主信息开始
nickName
:
data
.
nickName
?
data
.
nickName
:
'-'
,
...
...
@@ -739,9 +741,6 @@ export default {
}
else
{
this
.
$message
.
error
(
'当前状态住院治疗不能进行结算'
)
}
}
).
finally
(()
=>
{
/* 获取押金列表 */
this
.
getDeposit
()
}
)
}
,
// 生成弹出框需要数据格式
...
...
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