Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
d89b2431
Commit
d89b2431
authored
Aug 06, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
c8b340af
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
4 deletions
+17
-4
courserefund-form.vue
src/components/course/courserefund-form.vue
+2
-2
courseRefund.vue
src/pages/courseRefund.vue
+0
-1
FinancialDocumentsDetail.vue
...s/financial/financalDocument/FinancialDocumentsDetail.vue
+12
-1
billquery.vue
src/pages/user/billquery.vue
+3
-0
No files found.
src/components/course/courserefund-form.vue
View file @
d89b2431
...
...
@@ -24,7 +24,7 @@
<div>
您的退款协议《
{{
ProtocolNum
}}
》
</div>
<div>
请长按识别二维码,查阅并签字
</div>
</div>
<q-table
:pagination=
"pageMsg"
:loading=
"loading"
no-data-label=
"暂无相关数据"
flat
class=
"sticky-column-table"
<q-table
:pagination=
"pageMsg"
:loading=
"loading"
no-data-label=
"暂无相关数据"
flat
class=
"sticky-column-table
sticky-right-column-table
"
separator=
"none"
title=
"退课协议"
:data=
"dataList"
:columns=
"columns"
row-key=
"name"
>
<template
v-slot:top=
"props"
>
<div
class=
"col-2 q-table__title"
>
退课协议
</div>
...
...
@@ -70,7 +70,7 @@
<
template
v-slot:bottom
>
</
template
>
<
template
v-slot:body-cell-optioned=
"props"
>
<q-td
:props=
"props"
>
<q-td
:props=
"props"
style=
"width:100px;"
>
<div>
<el-tooltip
v-if=
"AuthorityObj.isShowCopyLink"
content=
"复制链接发送给客人签字"
placement=
"top"
effect=
"light"
>
<q-btn
flat
v-if=
" props.row.AuditStatus == 2 &&props.row.IsSure==0"
size=
"xs"
...
...
src/pages/courseRefund.vue
View file @
d89b2431
...
...
@@ -5,7 +5,6 @@
height
:
auto
;
margin
:
auto
;
padding
:
20px
0
;
color
:
#000
;
}
.firstPage
{
...
...
src/pages/financial/financalDocument/FinancialDocumentsDetail.vue
View file @
d89b2431
...
...
@@ -839,7 +839,12 @@
{{
sItem
}}
</span>
</span>
</
template
>
<
template
v-if=
"GetDetail.OtherType==28"
>
<span
class=
"fr"
style=
"text-decoration: underline;cursor: pointer;"
@
click=
"goTuikuanDetail('/user/billquery',GetDetail.ReFinanceId)"
>
退款申请单:
{{
GetDetail
.
ReFinanceId
}}
</span>
<span
class=
"fr"
style=
"text-decoration: underline;cursor: pointer;margin-right:20px;"
@
click=
"goTuikuanDetail('/courseRefund',GetDetail.ReFinanceId2)"
>
退款协议:
{{
GetDetail
.
ReFinanceId2
}}
</span>
</
template
>
<span
class=
"fr"
style=
"text-decoration: underline;cursor: pointer;"
v-if=
"GetDetail.OtherType==17"
@
click=
"lookbreakage(GetDetail.ReFinanceId)"
>
报损/报溢单:{{GetDetail.ReFinanceId}}
</span>
<span
v-if=
"GetDetail.TemplateId==28 || GetDetail.TemplateId==30"
@
click=
"Gourl(GetDetail)"
...
...
@@ -2181,6 +2186,12 @@
path
:
tempStr
});
},
//跳转到退款协议
goTuikuanDetail
(
path
,
Id
){
this
.
OpenNewUrl
(
path
,{
Id
:
Id
})
},
lookbreakage
(
ID
)
{
this
.
$router
.
replace
({
name
:
"breakageSingle"
,
...
...
src/pages/user/billquery.vue
View file @
d89b2431
...
...
@@ -300,6 +300,9 @@
}
},
mounted
()
{
if
(
this
.
$route
.
query
.
Id
){
this
.
msg
.
Id
=
this
.
$route
.
query
.
Id
;
}
this
.
currentUrl
=
this
.
$route
.
path
;
this
.
getEducationType
();
this
.
getStuBackBill
();
...
...
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