Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
423b9ace
authored
Jan 08, 2025
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
去掉数据
parent
57152370
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
84 deletions
src/views/consignmentManagement/consignmentInventory.vue
src/views/consignmentManagement/consignmentInventory.vue
View file @
423b9ace
...
...
@@ -38,90 +38,6 @@
<el-button
@
click=
"resetForm('formParam')"
>
重置
</el-button>
</el-form-item>
</el-form>
<!--统计数据-->
<ul
class=
"statistical-data row avarage"
>
<!--询价次数-->
<li>
<p
class=
"title row verCenter"
>
询价次数
</p>
<div
class=
"head row verCenter"
>
<span
style=
"width: 40%;"
class=
"row verCenter"
>
型号
</span>
<span
style=
"width: 40%;"
class=
"row verCenter"
>
品牌
</span>
<span
style=
"width: 20%;"
class=
"row verCenter"
>
次数
</span>
</div>
<div
class=
"list"
>
<div
class=
"box row verCenter"
v-for=
"(v,index) in skuRankList[2]"
>
<span
style=
"width: 40%;"
>
{{
v
.
goods_name
}}
</span>
<span
style=
"width: 40%;"
>
{{
v
.
brand_name
}}
</span>
<template
v-if=
"index == 0"
>
<span
style=
"width: 20%;"
class=
"color1"
>
{{
v
.
num
}}
</span>
</
template
>
<
template
v-else-if=
"index == 1"
>
<span
style=
"width: 20%;"
class=
"color2"
>
{{
v
.
num
}}
</span>
</
template
>
<
template
v-else-if=
"index == 2"
>
<span
style=
"width: 20%;"
class=
"color3"
>
{{
v
.
num
}}
</span>
</
template
>
<
template
v-else
>
<span
style=
"width: 20%;"
>
{{
v
.
num
}}
</span>
</
template
>
</div>
</div>
</li>
<!--报价次数-->
<li>
<p
class=
"title row verCenter"
>
报价次数
</p>
<div
class=
"head row verCenter"
>
<span
style=
"width: 40%;"
class=
"row verCenter"
>
型号
</span>
<span
style=
"width: 40%;"
class=
"row verCenter"
>
品牌
</span>
<span
style=
"width: 20%;"
class=
"row verCenter"
>
次数
</span>
</div>
<div
class=
"list"
>
<div
class=
"box row verCenter"
v-for=
"(v,index) in skuRankList[3]"
>
<span
style=
"width: 40%;"
>
{{ v.goods_name }}
</span>
<span
style=
"width: 40%;"
>
{{ v.brand_name }}
</span>
<
template
v-if=
"index == 0"
>
<span
style=
"width: 20%;"
class=
"color1"
>
{{
v
.
num
}}
</span>
</
template
>
<
template
v-else-if=
"index == 1"
>
<span
style=
"width: 20%;"
class=
"color2"
>
{{
v
.
num
}}
</span>
</
template
>
<
template
v-else-if=
"index == 2"
>
<span
style=
"width: 20%;"
class=
"color3"
>
{{
v
.
num
}}
</span>
</
template
>
<
template
v-else
>
<span
style=
"width: 20%;"
>
{{
v
.
num
}}
</span>
</
template
>
</div>
</div>
</li>
<!--成单次数-->
<li>
<p
class=
"title row verCenter"
>
成单次数
</p>
<div
class=
"head row verCenter"
>
<span
style=
"width: 40%;"
class=
"row verCenter"
>
型号
</span>
<span
style=
"width: 40%;"
class=
"row verCenter"
>
品牌
</span>
<span
style=
"width: 20%;"
class=
"row verCenter"
>
次数
</span>
</div>
<div
class=
"list"
>
<div
class=
"box row verCenter"
v-for=
"(v,index) in skuRankList[4]"
>
<span
style=
"width: 40%;"
>
{{ v.goods_name }}
</span>
<span
style=
"width: 40%;"
>
{{ v.brand_name }}
</span>
<
template
v-if=
"index == 0"
>
<span
style=
"width: 20%;"
class=
"color1"
>
{{
v
.
num
}}
</span>
</
template
>
<
template
v-else-if=
"index == 1"
>
<span
style=
"width: 20%;"
class=
"color2"
>
{{
v
.
num
}}
</span>
</
template
>
<
template
v-else-if=
"index == 2"
>
<span
style=
"width: 20%;"
class=
"color3"
>
{{
v
.
num
}}
</span>
</
template
>
<
template
v-else
>
<span
style=
"width: 20%;"
>
{{
v
.
num
}}
</span>
</
template
>
</div>
</div>
</li>
</ul>
<!--操作区-->
<div
class=
"operation-area row verCenter bothSide"
>
<div
class=
"operation-button row verCenter"
>
...
...
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