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
ab734fc0
Commit
ab734fc0
authored
May 16, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save
parent
966d31d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
entryForm.vue
src/components/rank/entryForm.vue
+7
-7
salesVolumeRank.vue
src/components/rank/salesVolumeRank.vue
+5
-0
No files found.
src/components/rank/entryForm.vue
View file @
ab734fc0
...
...
@@ -169,23 +169,23 @@
</div>
<p>
<span
>
收款金
额:
{{
(
item
.
Incom
e
||
0
).
toFixed
(
2
)
}}
>
销售
额:
{{
(
item
.
SumPreferPric
e
||
0
).
toFixed
(
2
)
}}
</span>
<span
>
团应收
金额:
{{
(
item
.
PreferPric
e
||
0
).
toFixed
(
2
)
}}
>
收款
金额:
{{
(
item
.
Incom
e
||
0
).
toFixed
(
2
)
}}
</span>
<!--
<span
>
手续费:
{{
item
.
PlatformTax
.
toFixed
(
2
)
}}
</span>
-->
<span
>
应
收金额:
{{
(
item
.
SumPreferPric
e
||
0
).
toFixed
(
2
)
}}
>
未
收金额:
{{
(
item
.
notInCom
e
||
0
).
toFixed
(
2
)
}}
</span>
<span
>
单项
收客数:
>
正常
收客数:
{{
item
.
TotalGuestNum
}}
</span>
<!--
<span
...
...
src/components/rank/salesVolumeRank.vue
View file @
ab734fc0
...
...
@@ -132,6 +132,7 @@
</
template
>
<
script
>
import
Vue
from
"vue"
;
import
moment
from
'moment'
// 自定义列组件
Vue
.
component
(
"table-operation"
,
{
template
:
`<span>
...
...
@@ -456,6 +457,7 @@ export default {
if
(
!
param
.
QStartDate
)
{
param
.
QStartDate
=
"2019-01-01"
;
}
this
.
tableData
=
[]
this
.
apipost
(
"sellorder_get_sellvolumerankNew"
,
param
,
(
r
)
=>
{
r
.
data
.
data
.
forEach
((
x
)
=>
{
x
.
incomeVal
=
parseFloat
(
x
.
income
);
...
...
@@ -523,6 +525,9 @@ export default {
(
err
)
=>
{}
);
},
settStartDates
()
{
this
.
msg
.
tStartDates
=
[]
},
handleClick
(
tab
,
event
)
{
this
.
msg
.
EnterID
=
0
;
this
.
msg
.
QueryType
=
0
;
...
...
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