Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
5dc1a684
Commit
5dc1a684
authored
Jul 15, 2024
by
zhuzhequan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
统计修改
parent
b244a2a1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
src/views/AccountStatementNote.vue
+4
-6
No files found.
src/views/AccountStatementNote.vue
View file @
5dc1a684
...
@@ -412,8 +412,6 @@ import {
...
@@ -412,8 +412,6 @@ import {
}
from
'@/api/order'
}
from
'@/api/order'
import
{
ref
,
onMounted
,
watch
,
nextTick
}
from
'vue'
import
{
ref
,
onMounted
,
watch
,
nextTick
}
from
'vue'
import
{
showError
}
from
'@/utils/ui'
import
'element-plus/dist/index.css'
import
'element-plus/dist/index.css'
import
{
Confirm
,
CountStatus
}
from
'@/types/api/order.ts'
import
{
Confirm
,
CountStatus
}
from
'@/types/api/order.ts'
import
{
getUserMarkList
}
from
'@/api/auth.ts'
import
{
getUserMarkList
}
from
'@/api/auth.ts'
...
@@ -632,16 +630,16 @@ const getSummaries = (data: SummaryMethodProps) => {
...
@@ -632,16 +630,16 @@ const getSummaries = (data: SummaryMethodProps) => {
if
(
index
===
0
)
{
if
(
index
===
0
)
{
sums
[
index
]
=
'统计'
sums
[
index
]
=
'统计'
}
}
if
(
index
===
4
)
{
if
(
index
===
5
)
{
sums
[
index
]
=
String
(
totalData
.
value
[
'sumNotPassNum'
])
sums
[
index
]
=
String
(
totalData
.
value
[
'sumNotPassNum'
])
}
}
if
(
index
===
5
)
{
if
(
index
===
6
)
{
sums
[
index
]
=
String
(
totalData
.
value
[
'sumShipmentNum'
])
sums
[
index
]
=
String
(
totalData
.
value
[
'sumShipmentNum'
])
}
}
if
(
index
===
6
)
{
if
(
index
===
7
)
{
sums
[
index
]
=
String
(
totalData
.
value
[
'sumPassNum'
])
sums
[
index
]
=
String
(
totalData
.
value
[
'sumPassNum'
])
}
}
if
(
index
===
7
)
{
if
(
index
===
8
)
{
sums
[
index
]
=
String
(
totalData
.
value
[
'sumTotalPrice'
])
sums
[
index
]
=
String
(
totalData
.
value
[
'sumTotalPrice'
])
}
}
})
})
...
...
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