Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
2f9c75a1
Commit
2f9c75a1
authored
Mar 23, 2023
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
7b53d2ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
index.vue
src/views/ecw/order/index.vue
+4
-4
index.vue
src/views/ecw/productBrank/index.vue
+10
-0
No files found.
src/views/ecw/order/index.vue
View file @
2f9c75a1
...
...
@@ -659,10 +659,10 @@ export default {
exportAbnormal
(){
return
this
.
exportExcel
(
exportAbnormal
,
this
.
combinedQueryParams
,
this
.
$t
(
"
异常单统计
"
))
},
// 重货单统计
exportHeavyOrder
(){
return
this
.
exportExcel
(
exportHeavyOrder
,
this
.
combinedQueryParams
,
this
.
$t
(
"
重货单统计
"
))
},
// 重货单统计
exportHeavyOrder
(){
return
this
.
exportExcel
(
exportHeavyOrder
,
this
.
combinedQueryParams
,
this
.
$t
(
"
重货单统计
"
))
},
// 退仓单统计
exportReturnOrder
(){
return
this
.
exportExcel
(
exportReturnOrder
,
this
.
combinedQueryParams
,
this
.
$t
(
"
退仓单统计
"
))
...
...
src/views/ecw/productBrank/index.vue
View file @
2f9c75a1
...
...
@@ -66,6 +66,16 @@
<span>
{{
parseTime
(
scope
.
row
.
createTime
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('修改人')"
align=
"center"
prop=
"updater"
width=
"180"
>
<
template
v-slot=
"{row}"
>
{{
(
row
.
updater
&&
allSimplList
.
length
)
&&
allSimplList
.
find
(
i
=>
i
.
id
==
row
.
updater
).
nickname
}}
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('修改时间')"
align=
"center"
prop=
"createTime"
width=
"180"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
updateTime
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('操作')"
align=
"center"
class-name=
"small-padding fixed-width"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleEmpower(scope.row)"
v-show=
"scope.row.filing === '1'"
...
...
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