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
b3d952b7
authored
Feb 22, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
cs
parent
1da5d6e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
src/views/List/inquire.vue
src/views/List/inquire.vue
View file @
b3d952b7
...
...
@@ -113,7 +113,7 @@
<!--未成单-->
<span
v-if=
"scope.row.is_purchased == 0"
>
{{
scope
.
row
.
is_purchased_val
}}
</span>
<!--成单-->
<a
v-if=
"scope.row.is_purchased == 1"
class=
"alink"
:href=
"'/#/orderTrackGoods?inquiry_item_id='+scope.row.id"
>
{{
scope
.
row
.
is_purchased_val
}}
</a>
<a
target=
"_blank"
v-if=
"scope.row.is_purchased == 1"
class=
"alink"
:href=
"'/#/orderTrackGoods?inquiry_item_id='+scope.row.id"
>
{{
scope
.
row
.
is_purchased_val
}}
</a>
</
template
>
</el-table-column>
<el-table-column
prop=
"customer_tag"
label=
"客户性质"
width=
"80"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
...
...
@@ -175,10 +175,11 @@
<el-table-column
prop=
"brand_name"
label=
"品牌"
width=
"100"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
<el-table-column
prop=
"status"
label=
"状态"
width=
"100"
:show-overflow-tooltip=
"true"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-tag
v-if=
"scope.row.status==1"
type=
"info"
>
确认中
</el-tag>
<el-tag
v-else-if=
"scope.row.status==2"
type=
"success"
>
已选中
</el-tag>
<el-tag
v-else-if=
"scope.row.status==3"
type=
"danger"
>
已成单
</el-tag>
<el-tag
v-else-if=
"scope.row.status==4"
type=
"warning"
>
已关闭
</el-tag>
<el-tag
v-if=
"scope.row.quote_status==1"
type=
"info"
>
确认中
</el-tag>
<el-tag
v-else-if=
"scope.row.quote_status==2"
type=
"success"
>
已选中
</el-tag>
<a
v-else-if=
"scope.row.quote_status==3"
class=
"alink"
target=
"_blank"
:href=
"'/#/orderTrackGoods?inquiry_item_id='+scope.row.inquiry_items_id"
>
已成单
</a>
<el-tag
v-else-if=
"scope.row.quote_status==4"
type=
"warning"
>
已关闭
</el-tag>
<el-tag
v-else-if=
"scope.row.quote_status==7"
>
待确认
</el-tag>
<template
v-if=
"scope.row.status_tips"
>
<el-tooltip
:aa=
"scope"
class=
"item"
effect=
"dark"
placement=
"top-start"
>
<i
class=
"el-icon-question"
style=
"color:#ff7e11;margin-left:5px;cursor:pointer;font-size:16px;"
></i>
...
...
@@ -187,7 +188,12 @@
</
template
>
</template>
</el-table-column>
<el-table-column
prop=
"expire_status_val"
label=
"是否有效"
width=
"100"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
<el-table-column
prop=
"expire_status_val"
label=
"是否有效"
width=
"100"
:show-overflow-tooltip=
"true"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.expire_status_val == '否'"
>
{{
scope
.
row
.
expire_status_val
}}
</span>
<span
class=
"alink"
v-else
>
{{
scope
.
row
.
expire_status_val
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"price_origin"
label=
"价格"
width=
"100"
:show-overflow-tooltip=
"true"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
price_origin
|
floatZero
}}
</span>
...
...
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