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
f7d9ba2e
authored
Sep 26, 2022
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
74415a92
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
src/views/List/inquireDetail.vue
src/views/Store/goodslist.vue
src/views/List/inquireDetail.vue
View file @
f7d9ba2e
...
...
@@ -49,12 +49,10 @@
<el-table-column
prop=
"brand_name"
label=
"报价品牌"
width=
"200"
></el-table-column>
<el-table-column
prop=
"status"
label=
"状态"
width=
"100"
>
<template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.status==1"
class=
"f-green"
>
比价
中
</span>
<span
v-if=
"scope.row.status==1"
class=
"f-green"
>
确认
中
</span>
<span
v-else-if=
"scope.row.status==2"
class=
"f-yellow1"
>
已选中
</span>
<span
v-else-if=
"scope.row.status==3"
>
已确认
</span>
<span
v-else-if=
"scope.row.status==5"
class=
"f-red1"
>
已关闭
</span>
<span
v-else-if=
"scope.row.status==9"
class=
"f-red1"
>
已删除
</span>
<span
v-else-if=
"scope.row.status==-1"
class=
"f-red1"
>
已撤销
</span>
<span
v-else-if=
"scope.row.status==3"
>
已成单
</span>
<span
v-else-if=
"scope.row.status==4"
class=
"f-red1"
>
已关闭
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"expire_status_val"
label=
"是否有效"
width=
"100"
></el-table-column>
...
...
src/views/Store/goodslist.vue
View file @
f7d9ba2e
...
...
@@ -354,6 +354,16 @@ export default {
//新增优势货源弹窗
addBestgoodsChange
()
{
this
.
addBestgoods
.
dialogVisible
=
true
;
this
.
addBestgoodsParam
=
[{
goods_name
:
""
,
brand_name
:
""
,
start_order_number
:
""
,
currency
:
"1"
,
price_origin
:
""
,
batch
:
""
,
stock_number
:
""
,
join_inquiry
:
""
}]
},
//修改优势货源弹窗
updateBestgoods
()
{
...
...
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