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
837b41f1
Commit
837b41f1
authored
Dec 28, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
990ea2e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
3 deletions
+19
-3
backbill.vue
src/pages/user/backbill.vue
+19
-3
No files found.
src/pages/user/backbill.vue
View file @
837b41f1
...
@@ -69,9 +69,14 @@
...
@@ -69,9 +69,14 @@
@
click=
"showBillForm(props.row,2)"
/>
@
click=
"showBillForm(props.row,2)"
/>
</
template
>
</
template
>
<
template
v-else
>
<
template
v-else
>
<q-btn
v-if=
"tabCheck=='1' && props.row.AuditStatus==2"
flat
size=
"xs"
icon=
"edit"
color=
"accent"
<template
v-if=
"props.row.FinanceId&& props.row.FinanceId>0"
>
style=
"font-weight:400"
label=
"生成单据"
@
click=
"createBillForm(props.row)"
/>
<a
style=
"cursor:pointer;color:blue;"
title=
"退课财务单据号"
@
click=
"goFinaceUrl('FinancialDocumentsDetail',props.row)"
>
{{
props
.
row
.
FinanceId
}}
</a>
</
template
>
<
template
v-else
>
<q-btn
v-if=
"tabCheck=='1' && props.row.AuditStatus==2"
flat
size=
"xs"
icon=
"edit"
color=
"accent"
style=
"font-weight:400"
label=
"生成单据"
@
click=
"createBillForm(props.row)"
/>
</
template
>
<q-btn
flat
size=
"xs"
icon=
"edit"
color=
"accent"
style=
"font-weight:400"
label=
"查看"
<q-btn
flat
size=
"xs"
icon=
"edit"
color=
"accent"
style=
"font-weight:400"
label=
"查看"
@
click=
"showBillForm(props.row,1)"
/>
@
click=
"showBillForm(props.row,1)"
/>
</template>
</template>
...
@@ -220,6 +225,17 @@
...
@@ -220,6 +225,17 @@
this
.
getStuBackBill
();
this
.
getStuBackBill
();
},
},
methods
:
{
methods
:
{
//跳转到财务单据
goFinaceUrl
(
path
,
rowData
)
{
this
.
$router
.
push
({
path
:
'/financial/financalDocument/'
+
path
,
query
:
{
"id"
:
rowData
.
FinanceId
,
blank
:
'y'
,
tab
:
'单据详情'
}
})
},
//生成财务单据
//生成财务单据
createBillForm
(
item
)
{
createBillForm
(
item
)
{
this
.
isShowCreateBillForm
=
true
;
this
.
isShowCreateBillForm
=
true
;
...
...
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