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
eee4aaed
Commit
eee4aaed
authored
Aug 29, 2024
by
吴春
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/confucius
parents
cb09cb6c
925e51ec
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
11 deletions
+17
-11
marketCommissionfrom.vue
src/components/finance/marketCommissionfrom.vue
+2
-2
commissionRule.vue
src/pages/financial/market/commissionRule.vue
+5
-5
stuClassManage.vue
src/pages/stuMan/stuClassManage.vue
+10
-4
No files found.
src/components/finance/marketCommissionfrom.vue
View file @
eee4aaed
...
...
@@ -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 @
eee4aaed
...
...
@@ -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>
...
...
src/pages/stuMan/stuClassManage.vue
View file @
eee4aaed
...
...
@@ -68,13 +68,19 @@
label=
"学习课程"
@
clear=
"getClassList"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-input
v-model=
"msg.StartTime"
mask=
"date"
label=
"开班时间"
standout=
"bg-primary text-white"
@
update:model-value=
"()=>getClassList"
>
<!--
<q-field
filled
dense
label=
"开始时间"
standout=
"bg-primary text-white"
>
<template
v-slot:control
>
<el-date-picker
type=
"date"
style=
"width:100%"
v-model=
"msg.StartTime"
value-format=
"yyyy-MM-dd"
placeholder=
"开班时间"
@
change=
"getClassList"
>
</el-date-picker>
</
template
>
</q-field>
-->
<q-input
v-model=
"msg.StartTime"
mask=
"date"
label=
"开班时间"
standout=
"bg-primary text-white"
clearable
@
clear=
"getClassList"
>
<
template
v-slot:append
>
<q-icon
name=
"event"
class=
"cursor-pointer"
>
<q-popup-proxy
ref=
"qCStartTime"
transition-show=
"scale"
transition-hide=
"scale"
>
<q-date
v-model=
"msg.StartTime"
mask=
"YYYY-MM-DD"
@
input=
"() =>changeDate()"
@
update:model-value=
"()=>getClassList"
/>
<q-date
v-model=
"msg.StartTime"
mask=
"YYYY-MM-DD"
@
input=
"() =>changeDate()"
/>
</q-popup-proxy>
</q-icon>
</
template
>
...
...
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