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
2e5b16e7
Commit
2e5b16e7
authored
Aug 29, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a81221e0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
marketCommissionfrom.vue
src/components/finance/marketCommissionfrom.vue
+2
-2
commissionRule.vue
src/pages/financial/market/commissionRule.vue
+5
-5
No files found.
src/components/finance/marketCommissionfrom.vue
View file @
2e5b16e7
...
...
@@ -123,7 +123,7 @@
<q-checkbox
v-model=
"personnel"
label=
"全选"
@
input=
'getallpersonnel(1)'
/>
</div>
</div>
<div
style=
"display: flex;align-items: center;margin-bottom: 15px;"
>
<
!--
<
div
style=
"display: flex;align-items: center;margin-bottom: 15px;"
>
<q-select
filled
stack-label
...
...
@@ -147,7 +147,7 @@
<div
class=
"q-gutter-sm"
style=
"margin-right: 18px;"
>
<q-checkbox
v-model=
"branch"
label=
"全选"
@
input=
'getallpersonnel(2)'
/>
</div>
</div>
</div>
-->
<div>
...
...
src/pages/financial/market/commissionRule.vue
View file @
2e5b16e7
...
...
@@ -73,8 +73,8 @@
<th
width=
""
>
课程
</th>
<th
width=
"7%"
>
首次发放比例
</th>
<th
width=
"10%"
>
课程比例
</th>
<th
width=
"10%"
>
提成
人员
</th>
<
th
width=
"10%"
>
部门人员
</th
>
<th
width=
"10%"
>
参与
人员
</th>
<
!--
<th
width=
"10%"
>
部门人员
</th>
--
>
<th
width=
"10%"
>
操作
</th>
</tr>
<tr>
...
...
@@ -129,7 +129,7 @@
</el-popover>
</td>
<td
style=
"padding: 0 10px;"
>
<
!--
<
td
style=
"padding: 0 10px;"
>
<span
v-for=
"( son , sIndex ) in item.ChildEmpList"
:key=
"sIndex"
>
<span
v-if=
"sIndex
<8
"
>
{{
son
.
EmployeeName
}}{{
item
.
ChildEmpList
.
length
==
sIndex
+
1
?
''
:
'、'
}}
</span>
</span>
...
...
@@ -142,7 +142,7 @@
:content=
"item.ChildEmpListtext"
>
<el-button
slot=
"reference"
style=
"border: none;"
type=
"text"
>
查看更多
</el-button>
</el-popover>
</td>
</td>
-->
<td>
<q-btn
flat
...
...
@@ -229,7 +229,7 @@
>
{{
son
.
StartValue
}}
<span>
{{
son
.
EndValue
&&
son
.
EndValue
!=-
1
?
'<=人头<='
:
'<=人头'
}}
</span><span
v-if=
"son.EndValue && son.EndValue!=-1"
>
{{
son
.
EndValue
}}
</span></th>
</tr>
<tr
style=
""
>
<td
style=
"min-width: 220px;"
v-for=
"( son , sIndex ) in item.ZGAwardList"
:key=
"sIndex"
>
{{
son
.
Rate
}}
</td>
<td
style=
"min-width: 220px;"
v-for=
"( son , sIndex ) in item.ZGAwardList"
:key=
"sIndex"
>
{{
son
.
Rate
}}
/人
</td>
</tr>
</table>
...
...
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