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
ad46409e
Commit
ad46409e
authored
Nov 03, 2023
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6d46b155
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
ShoppingReimbursement.vue
src/components/ShoppingStore/ShoppingReimbursement.vue
+10
-0
No files found.
src/components/ShoppingStore/ShoppingReimbursement.vue
View file @
ad46409e
...
@@ -127,15 +127,21 @@
...
@@ -127,15 +127,21 @@
</td>
</td>
<td
width=
"80"
>
<td
width=
"80"
>
{{subItem.LeaderCommission}}
{{subItem.LeaderCommission}}
<span
v-if=
"subItem.LeaderCommission>0&&subItem.LeaderCommissionFrId"
style=
"color:red;text-decoration: underline;cursor:pointer;"
@
click=
"goUrlFinancial('财务单据','FinancialDocumentsDetail',subItem.LeaderCommissionFrId)"
>
{{subItem.LeaderCommissionFrId}}
</span>
</td>
</td>
<td
width=
"80"
>
<td
width=
"80"
>
{{subItem.GuideCommission}}
{{subItem.GuideCommission}}
<span
v-if=
"subItem.GuideCommission>0&&subItem.GuideCommissionFrId"
style=
"color:red;text-decoration: underline;cursor:pointer;"
@
click=
"goUrlFinancial('财务单据','FinancialDocumentsDetail',subItem.GuideCommissionFrId)"
>
{{subItem.GuideCommissionFrId}}
</span>
</td>
</td>
<td
width=
"80"
>
<td
width=
"80"
>
{{subItem.PICCommission}}
{{subItem.PICCommission}}
<span
v-if=
"subItem.PICCommission>0&&subItem.CompanyCommissionFrId"
style=
"color:red;text-decoration: underline;cursor:pointer;"
@
click=
"goUrlFinancial('财务单据','FinancialDocumentsDetail',subItem.CompanyCommissionFrId)"
>
{{subItem.CompanyCommissionFrId}}
</span>
</td>
</td>
<td
width=
"80"
>
<td
width=
"80"
>
{{subItem.CompanyCommission}}
{{subItem.CompanyCommission}}
<span
v-if=
"subItem.CompanyCommission>0&&subItem.PICCommissionFrId"
style=
"color:red;text-decoration: underline;cursor:pointer;"
@
click=
"goUrlFinancial('财务单据','FinancialDocumentsDetail',subItem.PICCommissionFrId)"
>
{{subItem.PICCommissionFrId}}
</span>
</td>
</td>
<td
width=
"80"
:rowspan=
"item.ShopDetailsList.length"
v-if=
'subIndex==0'
>
<td
width=
"80"
:rowspan=
"item.ShopDetailsList.length"
v-if=
'subIndex==0'
>
{{subItem.OtherDeduct}}
{{subItem.OtherDeduct}}
...
@@ -398,6 +404,10 @@
...
@@ -398,6 +404,10 @@
}
}
});
});
},
},
goUrlFinancial
:
function
(
name
,
path
,
id
)
{
this
.
$router
.
push
({
name
:
path
,
query
:
{
id
:
id
,
blank
:
'y'
,
tab
:
name
}
});
},
goUrl
(
path
,
obj
,
title
)
{
goUrl
(
path
,
obj
,
title
)
{
this
.
$router
.
push
({
this
.
$router
.
push
({
name
:
path
,
name
:
path
,
...
...
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