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
038eef63
Commit
038eef63
authored
Jun 06, 2022
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
108bc2d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
ImpressionTicketDetails.vue
...ialModule/ImpressionTicketing/ImpressionTicketDetails.vue
+2
-1
ImpressionTicketUserDetails.vue
...odule/ImpressionTicketing/ImpressionTicketUserDetails.vue
+6
-5
No files found.
src/components/FinancialModule/ImpressionTicketing/ImpressionTicketDetails.vue
View file @
038eef63
...
@@ -45,6 +45,7 @@
...
@@ -45,6 +45,7 @@
<em>
人员
</em>
<em>
人员
</em>
<el-select
v-model=
"msg.EmpId"
size=
"mini"
@
change=
"handleCurrentChange(1)"
filterable
>
<el-select
v-model=
"msg.EmpId"
size=
"mini"
@
change=
"handleCurrentChange(1)"
filterable
>
<el-option
label=
"不限"
:value=
"-1"
></el-option>
<el-option
label=
"不限"
:value=
"-1"
></el-option>
<el-option
label=
"微途"
:value=
"-2"
></el-option>
<el-option
v-for=
"(item,index) in searchList"
:key=
"item.index"
:label=
"item.name"
<el-option
v-for=
"(item,index) in searchList"
:key=
"item.index"
:label=
"item.name"
:value=
"item.empId"
></el-option>
:value=
"item.empId"
></el-option>
</el-select>
</el-select>
...
@@ -86,7 +87,7 @@
...
@@ -86,7 +87,7 @@
<!--
<th>
操作
</th>
-->
<!--
<th>
操作
</th>
-->
</tr>
</tr>
<tr
v-for=
"item in dataList"
>
<tr
v-for=
"item in dataList"
>
<td>
{{
item
.
EmpType
!=
1
?
'引流'
:
'销售
'
}}
</td>
<td>
{{
item
.
EmpType
==
1
?
'销售'
:
item
.
EmpType
==
2
?
'引流'
:
'-
'
}}
</td>
<td>
{{
item
.
BranchName
}}
</td>
<td>
{{
item
.
BranchName
}}
</td>
<td>
{{
item
.
DeptName
}}
</td>
<td>
{{
item
.
DeptName
}}
</td>
<td>
{{
item
.
PostName
?
item
.
PostName
:
'-'
}}
</td>
<td>
{{
item
.
PostName
?
item
.
PostName
:
'-'
}}
</td>
...
...
src/components/FinancialModule/ImpressionTicketing/ImpressionTicketUserDetails.vue
View file @
038eef63
...
@@ -137,6 +137,7 @@
...
@@ -137,6 +137,7 @@
<em>
人员
</em>
<em>
人员
</em>
<el-select
v-model=
"msg.EmpId"
size=
"mini"
@
change=
"handleCurrentChange(1)"
filterable
>
<el-select
v-model=
"msg.EmpId"
size=
"mini"
@
change=
"handleCurrentChange(1)"
filterable
>
<el-option
label=
"不限"
:value=
"-1"
></el-option>
<el-option
label=
"不限"
:value=
"-1"
></el-option>
<el-option
label=
"微途"
:value=
"-2"
></el-option>
<el-option
v-for=
"(item,index) in searchList"
:key=
"item.index"
:label=
"item.name"
<el-option
v-for=
"(item,index) in searchList"
:key=
"item.index"
:label=
"item.name"
:value=
"item.empId"
></el-option>
:value=
"item.empId"
></el-option>
</el-select>
</el-select>
...
@@ -179,7 +180,7 @@
...
@@ -179,7 +180,7 @@
<th>
操作
</th>
<th>
操作
</th>
</tr>
</tr>
<tr
v-for=
"item in dataList"
>
<tr
v-for=
"item in dataList"
>
<td>
{{
item
.
EmpType
!=
1
?
'引流'
:
'销售
'
}}
</td>
<td>
{{
item
.
EmpType
==
1
?
'销售'
:
item
.
EmpType
==
2
?
'引流'
:
'-
'
}}
</td>
<td>
{{
item
.
BranchName
}}
</td>
<td>
{{
item
.
BranchName
}}
</td>
<td>
{{
item
.
DeptName
}}
</td>
<td>
{{
item
.
DeptName
}}
</td>
<td>
{{
item
.
PostName
?
item
.
PostName
:
'-'
}}
</td>
<td>
{{
item
.
PostName
?
item
.
PostName
:
'-'
}}
</td>
...
@@ -188,13 +189,13 @@
...
@@ -188,13 +189,13 @@
<span
@
click=
"item.ProfitMoney>0?clickUrl(item,1):''"
:class=
"item.ProfitMoney>0?'clickCp':''"
>
{{
item
.
ProfitMoney
}}
</span>
<span
@
click=
"item.ProfitMoney>0?clickUrl(item,1):''"
:class=
"item.ProfitMoney>0?'clickCp':''"
>
{{
item
.
ProfitMoney
}}
</span>
</td>
</td>
<td>
<td>
<span
@
click=
"item.LureNum>0?clickUrl(item,2):''"
:class=
"item.LureNum>0?'clickCp':''"
>
{{
item
.
EmpType
!=
1
?
item
.
LureNum
:
'-'
}}
</span>
<span
@
click=
"item.LureNum>0?clickUrl(item,2):''"
:class=
"item.LureNum>0?'clickCp':''"
>
{{
item
.
EmpType
==
2
?
item
.
LureNum
:
'-'
}}
</span>
</td>
</td>
<td>
<td>
<span
@
click=
"item.OrderNum>0?clickUrl(item,3):''"
:class=
"item.OrderNum>0?'clickCp':''"
>
{{
item
.
EmpType
!=
1
?
item
.
OrderNum
:
'-'
}}
</span></td>
<span
@
click=
"item.OrderNum>0?clickUrl(item,3):''"
:class=
"item.OrderNum>0?'clickCp':''"
>
{{
item
.
EmpType
==
2
?
item
.
OrderNum
:
'-'
}}
</span></td>
<td>
{{
item
.
WageMoney
}}
</td>
<td>
{{
item
.
EmpType
>
0
?
item
.
WageMoney
:
'-'
}}
</td>
<td
@
click=
"GenerateScale(item)"
>
<td
@
click=
"GenerateScale(item)"
>
<span
class=
"cursor-p"
>
{{
item
.
WageType
!=
1
?
'上季度定档'
:
'新员工比例
'
}}
</span>
<span
class=
"cursor-p"
>
{{
item
.
WageType
==
1
?
'新员工比例'
:
item
.
WageType
==
2
?
'上季度定档'
:
'-
'
}}
</span>
</td>
</td>
<td>
{{
item
.
Commission
}}
</td>
<td>
{{
item
.
Commission
}}
</td>
<td>
{{
item
.
CommissionRate
}}
%
</td>
<td>
{{
item
.
CommissionRate
}}
%
</td>
...
...
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