Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sensorConsult
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
zhanglw
sensorConsult
Commits
1ab93515
Commit
1ab93515
authored
Aug 16, 2023
by
zhanglw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
黄页营业执照
parent
ce4e592c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
106 deletions
+17
-106
index.vue
src/views/homepage/index.vue
+1
-1
details.vue
src/views/homepage/supplier/details.vue
+16
-105
No files found.
src/views/homepage/index.vue
View file @
1ab93515
...
@@ -111,7 +111,7 @@
...
@@ -111,7 +111,7 @@
<img
src=
"@/assets/home_images/locate.png"
>
<img
src=
"@/assets/home_images/locate.png"
>
</el-col>
</el-col>
<el-col
:span=
"13"
>
<el-col
:span=
"13"
>
<div
class=
"area"
>
{{
dict
.
label
.
area_province
[
item
.
area
]
}}
</div>
<div
class=
"area"
>
{{
item
.
area
}}
</div>
</el-col>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<div
class=
"date"
>
{{
item
.
date
}}
</div>
<div
class=
"date"
>
{{
item
.
date
}}
</div>
...
...
src/views/homepage/supplier/details.vue
View file @
1ab93515
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
<el-col
:span=
"5"
class=
"grid-content"
><div
class=
"grid-label"
>
企业名称
</div></el-col>
<el-col
:span=
"5"
class=
"grid-content"
><div
class=
"grid-label"
>
企业名称
</div></el-col>
<el-col
:span=
"7"
class=
"grid-content"
>
 
{{
supplierObj
.
enterpriseName
||
'
-
'
}}
</el-col>
<el-col
:span=
"7"
class=
"grid-content"
>
 
{{
supplierObj
.
enterpriseName
||
'
-
'
}}
</el-col>
<el-col
:span=
"5"
class=
"grid-content"
><div
class=
"grid-label"
>
营业执照
</div></el-col>
<el-col
:span=
"5"
class=
"grid-content"
><div
class=
"grid-label"
>
营业执照
</div></el-col>
<el-col
:span=
"7"
class=
"grid-content"
>
 
<span
class=
"touch"
>
点击查看图片
</span></el-col>
<el-col
:span=
"7"
class=
"grid-content"
>
 
<span
class=
"touch"
@
click=
"dialogVisible = true"
>
点击查看图片
</span></el-col>
</el-row>
</el-row>
<el-row>
<el-row>
<el-col
:span=
"5"
class=
"grid-content"
><div
class=
"grid-label"
>
统一社会信用代码
</div></el-col>
<el-col
:span=
"5"
class=
"grid-content"
><div
class=
"grid-label"
>
统一社会信用代码
</div></el-col>
...
@@ -255,12 +255,13 @@
...
@@ -255,12 +255,13 @@
<inquiry-view
ref=
"inquiryView"
/>
<inquiry-view
ref=
"inquiryView"
/>
<float-inquiry-view
v-show=
"tabIndex==='1'"
ref=
"floatInquiryView"
/>
<float-inquiry-view
v-show=
"tabIndex==='1'"
ref=
"floatInquiryView"
/>
<el-backtop
/>
<el-backtop
/>
<el-dialog
title=
"营业执照"
:visible.sync=
"dialogVisible"
:show-close=
"false"
>
<el-image
v-for=
"url in urls"
:key=
"url"
:src=
"url"
lazy
fit=
"contain"
style=
"width: 100%"
/>
</el-dialog>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
default_product
from
'
@/assets/home_images/default_product.png
'
import
default_product
from
'
@/assets/home_images/default_product.png
'
import
default_project
from
'
@/assets/home_images/default_project.png
'
import
default_system
from
'
@/assets/home_images/default_system.png
'
import
titleMenus
from
'
../components/titleMenusV2
'
import
titleMenus
from
'
../components/titleMenusV2
'
import
userLogin
from
'
../components/userLoginV2
'
import
userLogin
from
'
../components/userLoginV2
'
import
languageSetting
from
'
../components/languageSettingV2
'
import
languageSetting
from
'
../components/languageSettingV2
'
...
@@ -275,9 +276,8 @@ export default {
...
@@ -275,9 +276,8 @@ export default {
data
()
{
data
()
{
return
{
return
{
defaultImgProduct
:
default_product
,
defaultImgProduct
:
default_product
,
defaultImgProject
:
default_project
,
defaultImgSystem
:
default_system
,
imgSrcStart
:
process
.
env
.
VUE_APP_BASE_API
,
imgSrcStart
:
process
.
env
.
VUE_APP_BASE_API
,
dialogVisible
:
false
,
page
:
1
,
page
:
1
,
pageSize
:
12
,
pageSize
:
12
,
total
:
0
,
total
:
0
,
...
@@ -288,105 +288,7 @@ export default {
...
@@ -288,105 +288,7 @@ export default {
},
},
mapDom
:
null
,
mapDom
:
null
,
tabIndex
:
'
1
'
,
tabIndex
:
'
1
'
,
productList
:
[
productList
:
[],
{
isGood
:
true
,
isHot
:
false
,
isStore
:
false
,
title
:
'
wiwo1002热能工程压力变送器
'
,
subTitle
:
'
乐清市柳市艾普乐传感器厂
'
,
area
:
'
北京
'
,
date
:
'
2023-06-12
'
,
minPrice
:
'
0.35
'
,
maxPrice
:
'
300
'
,
imgSrc
:
''
,
imgSrcList
:
[]
},
{
isGood
:
true
,
isHot
:
true
,
isStore
:
true
,
title
:
'
wiwo1002热能工程压力变送器
'
,
subTitle
:
'
乐清市柳市艾普乐传感器厂
'
,
area
:
'
北京
'
,
date
:
'
2023-06-12
'
,
minPrice
:
'
0.35
'
,
maxPrice
:
'
300
'
,
imgSrc
:
''
,
imgSrcList
:
[]
},
{
isGood
:
false
,
isHot
:
true
,
isStore
:
false
,
title
:
'
wiwo1002热能工程压力变送器
'
,
subTitle
:
'
乐清市柳市艾普乐传感器厂
'
,
area
:
'
北京
'
,
date
:
'
2023-06-12
'
,
minPrice
:
'
0.35
'
,
maxPrice
:
'
300
'
,
imgSrc
:
''
,
imgSrcList
:
[]
},
{
isGood
:
false
,
isHot
:
false
,
isStore
:
true
,
title
:
'
wiwo1002热能工程压力变送器
'
,
subTitle
:
'
乐清市柳市艾普乐传感器厂
'
,
area
:
'
北京
'
,
date
:
'
2023-06-12
'
,
minPrice
:
'
0.35
'
,
maxPrice
:
'
300
'
,
imgSrc
:
''
,
imgSrcList
:
[]
},
{
isGood
:
false
,
isHot
:
true
,
isStore
:
false
,
title
:
'
wiwo1002热能工程压力变送器
'
,
subTitle
:
'
乐清市柳市艾普乐传感器厂
'
,
area
:
'
北京
'
,
date
:
'
2023-06-12
'
,
minPrice
:
'
0.35
'
,
maxPrice
:
'
300
'
,
imgSrc
:
''
,
imgSrcList
:
[]
},
{
isGood
:
false
,
isHot
:
false
,
isStore
:
false
,
title
:
'
wiwo1002热能工程压力变送器
'
,
subTitle
:
'
乐清市柳市艾普乐传感器厂
'
,
area
:
'
北京
'
,
date
:
'
2023-06-12
'
,
minPrice
:
'
0.35
'
,
maxPrice
:
'
300
'
,
imgSrc
:
''
,
imgSrcList
:
[]
},
{
isGood
:
true
,
isHot
:
false
,
isStore
:
false
,
title
:
'
wiwo1002热能工程压力变送器
'
,
subTitle
:
'
乐清市柳市艾普乐传感器厂
'
,
area
:
'
北京
'
,
date
:
'
2023-06-12
'
,
minPrice
:
'
0.35
'
,
maxPrice
:
'
300
'
,
imgSrc
:
''
,
imgSrcList
:
[]
},
{
isGood
:
false
,
isHot
:
false
,
isStore
:
false
,
title
:
'
wiwo1002热能工程压力变送器
'
,
subTitle
:
'
乐清市柳市艾普乐传感器厂
'
,
area
:
'
北京
'
,
date
:
'
2023-06-12
'
,
minPrice
:
'
0.35
'
,
maxPrice
:
'
300
'
,
imgSrc
:
''
,
imgSrcList
:
[]
}
],
supplierObj
:
{
supplierObj
:
{
annualInspectionDate
:
''
,
// 审核日期
annualInspectionDate
:
''
,
// 审核日期
businessLicense
:
''
,
// 营业执照的照片名称
businessLicense
:
''
,
// 营业执照的照片名称
...
@@ -424,7 +326,16 @@ export default {
...
@@ -424,7 +326,16 @@ export default {
isGood
:
true
isGood
:
true
},
},
throttle
:
null
,
// 节流器
throttle
:
null
,
// 节流器
throttleTime
:
300
throttleTime
:
300
,
urls
:
[
'
https://fuss10.elemecdn.com/a/3f/3302e58f9a181d2509f3dc0fa68b0jpeg.jpeg
'
,
'
https://fuss10.elemecdn.com/1/34/19aa98b1fcb2781c4fba33d850549jpeg.jpeg
'
,
'
https://fuss10.elemecdn.com/0/6f/e35ff375812e6b0020b6b4e8f9583jpeg.jpeg
'
,
'
https://fuss10.elemecdn.com/9/bb/e27858e973f5d7d3904835f46abbdjpeg.jpeg
'
,
'
https://fuss10.elemecdn.com/d/e6/c4d93a3805b3ce3f323f7974e6f78jpeg.jpeg
'
,
'
https://fuss10.elemecdn.com/3/28/bbf893f792f03a54408b3b7a7ebf0jpeg.jpeg
'
,
'
https://fuss10.elemecdn.com/2/11/6535bcfb26e4c79b48ddde44f4b6fjpeg.jpeg
'
]
}
}
},
},
mounted
()
{
mounted
()
{
...
...
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