Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
9f4fe15a
Commit
9f4fe15a
authored
2 years ago
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
当前利润差额列表
parent
3d4ed539
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
472 additions
and
3 deletions
+472
-3
ImpressionTicketCommission.vue
...Module/ImpressionTicketing/ImpressionTicketCommission.vue
+13
-3
currentProfit.vue
...nts/FinancialModule/ImpressionTicketing/currentProfit.vue
+451
-0
config.js
src/router/config.js
+8
-0
No files found.
src/components/FinancialModule/ImpressionTicketing/ImpressionTicketCommission.vue
View file @
9f4fe15a
...
...
@@ -91,7 +91,10 @@
<el-button
@
click=
"YijianZD(item,2)"
type=
"danger"
class=
"CM_look"
v-if=
"cMaker==true"
icon=
"iconfont icon-mui-icon-add"
circle
></el-button>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"当期利润"
placement=
"top"
>
<el-button
@
click=
"goUrl('ImpressionCurrentProfit',item.Id,1)"
type=
"danger"
class=
"CM_look"
icon=
"iconfont icon-money"
circle
></el-button>
</el-tooltip>
</td>
</tr>
<tr
v-if=
"dataList.length==0"
>
...
...
@@ -229,13 +232,20 @@
this
.
msg
.
pageIndex
=
val
;
this
.
getList
();
},
goUrl
(
path
,
id
)
{
goUrl
(
path
,
id
,
type
)
{
let
title
=
''
if
(
type
==
1
){
title
=
'当期利润差额'
}
else
{
title
=
'期数详情'
}
this
.
$router
.
push
({
path
:
path
,
query
:
{
PeriodsId
:
id
,
blank
:
'y'
,
tab
:
'期数详情'
tab
:
title
}
});
},
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/ImpressionTicketing/currentProfit.vue
0 → 100644
View file @
9f4fe15a
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
9f4fe15a
...
...
@@ -4761,6 +4761,14 @@ export default {
title
:
'印象票务提成详情'
}
},
{
path
:
'/ImpressionCurrentProfit'
,
name
:
'ImpressionCurrentProfit'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/ImpressionTicketing/currentProfit'
],
resolve
),
meta
:
{
title
:
'当期利润差额'
}
},
{
path
:
'/groupApproval'
,
name
:
'groupApproval'
,
...
...
This diff is collapsed.
Click to expand it.
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