Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-site
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
张冬
web-site
Commits
493cc769
Commit
493cc769
authored
Sep 29, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infoM
parent
5401333c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
37 additions
and
24 deletions
+37
-24
homeinput.vue
components/homeinput.vue
+1
-6
news.vue
pages/index/message/news.vue
+10
-4
BIDDINGdetails.vue
pages/index/notice/BIDDINGdetails.vue
+24
-12
enquirydetails.vue
pages/index/notice/enquirydetails.vue
+1
-1
inquiry.vue
pages/index/notice/inquiry.vue
+1
-1
No files found.
components/homeinput.vue
View file @
493cc769
...
@@ -7,11 +7,6 @@
...
@@ -7,11 +7,6 @@
<div
class=
"head-input-title"
>
捷安采
</div>
<div
class=
"head-input-title"
>
捷安采
</div>
<div
class=
"search flex-item"
>
<div
class=
"search flex-item"
>
<!--
<el-input
placeholder=
"请输入您要搜索的公告"
v-model=
"input"
clearable
class=
"el-input"
style=
"height:.42rem;"
>
</el-input>
-->
<div
class=
"flex"
>
<div
class=
"flex"
>
<el-input
<el-input
placeholder=
"请输入您要搜索的公告"
placeholder=
"请输入您要搜索的公告"
...
@@ -28,7 +23,7 @@
...
@@ -28,7 +23,7 @@
<
script
>
<
script
>
import
{
getAllList
}
from
'@/common/list.js'
import
{
getAllList
}
from
'@/common/list.js'
import
inDex
from
'@/pages/index.vue'
/* import inDex from '@/pages/index.vue' */
export
default
{
export
default
{
methods
:{
methods
:{
toSearch
(){
toSearch
(){
...
...
pages/index/message/news.vue
View file @
493cc769
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<div
class=
"sidebar-title"
>
信息公告
</div>
<div
class=
"sidebar-title"
>
信息公告
</div>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-menu
:default-active=
"activeName"
class=
"el-menu-vertical-demo"
v-for=
"item in artList"
:key=
"item.id"
@
select=
"handleSelect"
<el-menu
:default-active=
"activeName"
class=
"el-menu-vertical-demo"
v-for=
"item in artList"
:key=
"item.id"
@
select=
"handleSelect"
router
>
>
<el-menu-item
:index=
"`?id=$
{item.id}`" class="link-sty">
<el-menu-item
:index=
"`?id=$
{item.id}`" class="link-sty">
<i
class=
"el-icon-menu"
></i>
<i
class=
"el-icon-menu"
></i>
<span
slot=
"title"
>
{{
item
.
title
}}
</span>
<span
slot=
"title"
>
{{
item
.
title
}}
</span>
...
@@ -38,6 +38,9 @@
...
@@ -38,6 +38,9 @@
<span>
作者:
{{
item
.
author
}}
</span>
<span>
作者:
{{
item
.
author
}}
</span>
</div>
</div>
<div>
{{
item
.
content
}}
</div>
<div>
{{
item
.
content
}}
</div>
<div
class=
"flex"
>
<el-button
type=
"primary"
@
click=
"returnPrev"
>
返回
</el-button>
</div>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -58,7 +61,7 @@ import {
...
@@ -58,7 +61,7 @@ import {
return
{
return
{
contentList
:
''
,
contentList
:
''
,
isList
:
true
,
isList
:
true
,
activeName
:
'1
23
'
,
activeName
:
'1'
,
conText
:
""
,
conText
:
""
,
activeIndex
:
''
,
activeIndex
:
''
,
size
:
10
,
size
:
10
,
...
@@ -83,6 +86,9 @@ import {
...
@@ -83,6 +86,9 @@ import {
}
}
},
},
methods
:{
methods
:{
returnPrev
(){
this
.
$route
.
go
(
-
1
)
},
urlChage
(){
urlChage
(){
this
.
isList
=
!
this
.
isList
this
.
isList
=
!
this
.
isList
},
},
...
@@ -128,7 +134,7 @@ import {
...
@@ -128,7 +134,7 @@ import {
height
:
6.98rem
;
height
:
6.98rem
;
position
:
relative
;
position
:
relative
;
left
:
115px
;
left
:
115px
;
width
:
750px
width
:
9.2rem
}
}
.message
>
ul
>
li
{
.message
>
ul
>
li
{
...
@@ -172,7 +178,7 @@ import {
...
@@ -172,7 +178,7 @@ import {
width
:
100%
;
width
:
100%
;
}
}
.content
{
.content
{
width
:
750px
width
:
9.2rem
}
}
</
style
>
</
style
>
...
...
pages/index/notice/BIDDINGdetails.vue
View file @
493cc769
...
@@ -3,20 +3,20 @@
...
@@ -3,20 +3,20 @@
<div
class=
"content"
>
<div
class=
"content"
>
<div
class=
"info_box"
>
<div
class=
"info_box"
>
<div
class=
"info_mes"
>
<div
class=
"info_mes"
>
<div
class=
"flex"
>
<div
class=
"flex
sty
"
>
<div
class=
"left_mes flex"
>
<div
class=
"left_mes flex"
>
<div>
项目名称:
{{
itemName
}}
</div>
<div
class=
"font"
>
项目名称:
{{
itemName
}}
</div>
<div>
项目编号:
{{
itemCode
}}
</div>
<div
class=
"font"
>
项目编号:
{{
itemCode
}}
</div>
</div>
</div>
<div
class=
"right_mes"
></div>
<div
class=
"right_mes"
></div>
<div>
发布时间:
{{
itemTime
}}
</div>
<div
class=
"font"
>
发布时间:
{{
itemTime
}}
</div>
</div>
</div>
</div>
</div>
<h1>
{{
itemTitle
}}
</h1>
<h1>
{{
itemTitle
}}
</h1>
<div
class=
"content_list"
>
<div
class=
"content_list"
>
<div>
<div>
<h3
style=
"border-bottom:1px solid #CCC"
>
<h3
>
1.招标列表
1.招标列表
</h3>
</h3>
<p>
<p>
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
</p>
</p>
</div>
</div>
<div>
<div>
<h3
style=
"border-bottom:1px solid #CCC"
>
<h3
>
2.项目概况与招标范围
2.项目概况与招标范围
</h3>
</h3>
<p>
<p>
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
</p>
</p>
</div>
</div>
<div>
<div>
<h3
style=
"border-bottom:1px solid #CCC"
>
<h3
>
3.投标人资格要求
3.投标人资格要求
</h3>
</h3>
<p>
<p>
...
@@ -99,11 +99,13 @@ export default {
...
@@ -99,11 +99,13 @@ export default {
}
}
.info
{
.info
{
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
3
0px
;
padding
:
0px
;
background
:
rgb
(
240
,
242
,
245
);
background
:
rgb
(
240
,
242
,
245
);
width
:
100%
;
width
:
9.3rem
;
}
}
.info_box
{
width
:
9.3rem
;
}
.info
>
.info_prev
{
.info
>
.info_prev
{
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding-left
:
30px
;
padding-left
:
30px
;
...
@@ -128,7 +130,7 @@ export default {
...
@@ -128,7 +130,7 @@ export default {
}
}
.info_mes
.left_mes
{
.info_mes
.left_mes
{
margin-right
:
20
0
px
;
margin-right
:
20px
;
font-size
:
16px
;
font-size
:
16px
;
}
}
.right_mes
{
.right_mes
{
...
@@ -164,5 +166,14 @@ export default {
...
@@ -164,5 +166,14 @@ export default {
}
}
.message
>
p
{
.message
>
p
{
font-weight
:
bold
;
font-weight
:
bold
;
}
}
.font
{
font-size
:
10px
;
}
.left_mes
{
margin-left
:
-20px
}
.sty
>
div
{
margin-top
:
20px
;
}
</
style
>
</
style
>
\ No newline at end of file
pages/index/notice/enquirydetails.vue
View file @
493cc769
...
@@ -206,7 +206,7 @@ export default {
...
@@ -206,7 +206,7 @@ export default {
},
},
methods
:
{
methods
:
{
Prev
()
{
Prev
()
{
this
.
$router
.
push
(
"
/supply/web_sell/Join_items/work_place/all_content
"
);
this
.
$router
.
push
(
"
#
"
);
},
},
async
getenquirydetails
(
id
){
async
getenquirydetails
(
id
){
const
{
data
}
=
await
getenquirydetails
(
id
);
const
{
data
}
=
await
getenquirydetails
(
id
);
...
...
pages/index/notice/inquiry.vue
View file @
493cc769
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
<ul
v-if=
"isshow1"
>
<ul
v-if=
"isshow1"
>
<li
v-if =
"!isshow1"
>
暂无数据
</li>
<li
v-if =
"!isshow1"
>
暂无数据
</li>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<nuxt-link
:to=
"`/notice/ENQUIRYdetails?id=$
{item.id}`">
<nuxt-link
:to=
"`/notice/ENQUIRYdetails?id=$
{item.id}`"
>
<div
class=
"time"
>
{{
getTimer
(
item
.
createTime
)
}}
</div>
<div
class=
"time"
>
{{
getTimer
(
item
.
createTime
)
}}
</div>
<div
class=
"price-item"
>
<div
class=
"price-item"
>
<div
class=
"t1"
style=
"font-weight: bold;"
>
<div
class=
"t1"
style=
"font-weight: bold;"
>
...
...
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