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
ce3a7d05
Commit
ce3a7d05
authored
Jul 06, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
a58c8498
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
1 deletion
+23
-1
TeamRevenueReport.vue
src/pages/financial/TeamRevenueReport.vue
+14
-0
salesCommission.vue
src/pages/financial/salesCommission.vue
+9
-1
No files found.
src/pages/financial/TeamRevenueReport.vue
View file @
ce3a7d05
...
...
@@ -1292,6 +1292,13 @@
titleAlign
:
"left"
,
columnAlign
:
"right"
,
isResize
:
true
,
formatter
:
function
(
rowData
,
rowIndex
,
pagingIndex
,
field
)
{
if
(
rowData
.
SchoolName
==
'合计'
){
return
`<span class='cell-edit-color' >
${
rowData
.
ConsumeNum
}
</span>`
;
}
else
{
return
`<span class='cell-edit-color' style="text-decoration: underline">
${
rowData
.
ConsumeNum
}
</span>`
;
}
},
},
{
field
:
"ConsumeMoney"
,
...
...
@@ -1457,6 +1464,13 @@
blank
:
'y'
}
})
}
else
if
(
column
.
title
==
'已上课时'
){
if
(
rowData
.
ClassId
>
0
){
this
.
OpenNewUrl
(
'/course/monthLessonCost'
,
{
ClassId
:
rowData
.
ClassId
,
ClassName
:
rowData
.
ClassName
,
});
}
}
},
submitKaiqiZzBox
:
function
()
{
...
...
src/pages/financial/salesCommission.vue
View file @
ce3a7d05
...
...
@@ -340,7 +340,7 @@
this
.
getList
()
},
checkSelectable
(
row
){
return
row
.
showInventoryNum
==
2
return
row
.
IsGiveOut
==
2
},
handleSelectionChange
(
val
)
{
this
.
multipleSelection
=
val
;
...
...
@@ -352,6 +352,14 @@
},
preservetransaction
(){
let
that
=
this
if
(
this
.
multipleSelection
.
length
==
0
){
this
.
$q
.
notify
({
type
:
'negative'
,
position
:
"top"
,
message
:
`请选择您要发放的用户`
})
return
}
this
.
$q
.
dialog
({
title
:
"设置用户状态"
,
message
:
"确认后无法更改用户制单状态,如果需修改请联系管理员"
,
...
...
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