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
2ec44586
Commit
2ec44586
authored
Oct 09, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
所有公告
parent
5b871f41
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
40 additions
and
14 deletions
+40
-14
list.js
common/list.js
+7
-7
ABORTIVEdetails.vue
pages/index/notice/ABORTIVEdetails.vue
+10
-2
CLARIFIESdetails.vue
pages/index/notice/CLARIFIESdetails.vue
+5
-1
abortive.vue
pages/index/notice/abortive.vue
+1
-0
bid.vue
pages/index/notice/bid.vue
+1
-0
biding.vue
pages/index/notice/biding.vue
+1
-0
cadidate.vue
pages/index/notice/cadidate.vue
+1
-0
cadidatedetails.vue
pages/index/notice/cadidatedetails.vue
+11
-4
change.vue
pages/index/notice/change.vue
+1
-0
clarifies.vue
pages/index/notice/clarifies.vue
+1
-0
inquiry.vue
pages/index/notice/inquiry.vue
+1
-0
No files found.
common/list.js
View file @
2ec44586
...
...
@@ -3,7 +3,7 @@ import request from '@/utils/request.js'
//询价公告列表
export
function
getInquiryList
(
data
){
return
request
({
url
:
"/notice/list
?noticeType=ENQUIRY
"
,
url
:
"/notice/list"
,
method
:
'post'
,
data
:
data
})
...
...
@@ -11,7 +11,7 @@ export function getInquiryList(data){
//候选人公告列表
export
function
getCadidateList
(
data
){
return
request
({
url
:
"/notice/list
?noticeType=CADIDATE
"
,
url
:
"/notice/list"
,
method
:
'post'
,
data
:
data
})
...
...
@@ -26,7 +26,7 @@ export function getCadidateDetails(id){
//变更公告列表
export
function
getChangeList
(
data
){
return
request
({
url
:
"/notice/list
?noticeType=CHANGE
"
,
url
:
"/notice/list"
,
method
:
'post'
,
data
:
data
})
...
...
@@ -34,7 +34,7 @@ export function getChangeList(data){
//流标公告列表
export
function
getErrorList
(
data
){
return
request
({
url
:
"/notice/list
?noticeType=ABORTIVE
"
,
url
:
"/notice/list"
,
method
:
'post'
,
data
:
data
})
...
...
@@ -55,7 +55,7 @@ export function getenquirydetails(id){
}
export
function
getBidingList
(
data
){
return
request
({
url
:
'/notice/list
?noticeType=BIDDING
'
,
url
:
'/notice/list'
,
method
:
'post'
,
data
:
data
})
...
...
@@ -77,7 +77,7 @@ export function getWindetails(id){
//中标列表页
export
function
getWinList
(
data
){
return
request
({
url
:
"/notice/list
?noticeType=WIN
"
,
url
:
"/notice/list"
,
method
:
'post'
,
data
:
data
})
...
...
@@ -85,7 +85,7 @@ export function getWinList(data){
//补充答疑列表页
export
function
getClerList
(
data
){
return
request
({
url
:
"/notice/list
?noticeType=CLARIFIES
"
,
url
:
"/notice/list"
,
method
:
'post'
,
data
:
data
})
...
...
pages/index/notice/ABORTIVEdetails.vue
View file @
2ec44586
<
template
>
<div>
<div
class=
"str"
>
<div
class=
"header"
>
<span
class=
"header-nav"
>
项目名称:
{{
itemTitle
}}
</span>
<span
class=
"header-nav"
>
项目编号:
{{
itemCode
}}
</span>
<span>
发布日期:
{{
itemTime
}}
</span>
</div>
<h2>
{{
itemTitle
}}
</h2>
<div
class=
"form"
>
<div
class=
"form"
v-html=
"contentList"
>
<div>
<div>
公告名称:
</div>
<div>
{{
itemTime
}}
</div>
...
...
@@ -53,6 +53,7 @@ import {getErrorDetails} from "@/common/list.js"
export
default
{
data
(){
return
{
contentList
:[],
itemTitle
:
'定州市集中供热工程2020年预制直埋保温管及管道采购'
,
itemCode
:
'l1301000075017553011'
,
itemTime
:
'2020年07月30号'
,
...
...
@@ -76,6 +77,9 @@ export default {
async
getErrorDetails
(
id
){
console
.
log
(
id
+
"-----------------"
)
const
{
data
}
=
await
getErrorDetails
(
id
)
this
.
itemTitle
=
data
.
title
this
.
itemCode
=
data
.
projectId
this
.
contentList
=
data
.
content
}
}
}
...
...
@@ -123,4 +127,7 @@ h2{
font-size
:
10px
;
color
:
#000000
}
.str
{
width
:
9.2rem
}
</
style
>
\ No newline at end of file
pages/index/notice/CLARIFIESdetails.vue
View file @
2ec44586
...
...
@@ -6,7 +6,7 @@
<span>
发布日期:
{{
itemTime
}}
</span>
</div>
<h2>
{{
itemTitle
}}
</h2>
<div
class=
"form"
>
<div
class=
"form"
v-html=
"contentList"
>
<div>
<div>
公告名称:
</div>
<div>
{{
itemTime
}}
</div>
...
...
@@ -53,6 +53,7 @@ import {getClerDetailsList} from "@/common/list.js"
export
default
{
data
(){
return
{
contentList
:[],
itemTitle
:
'定州市集中供热工程2020年预制直埋保温管及管道采购'
,
itemCode
:
'l1301000075017553011'
,
itemTime
:
'2020年07月30号'
,
...
...
@@ -76,6 +77,9 @@ export default {
async
getClerDetailsList
(
id
){
console
.
log
(
id
+
"-----------------"
)
const
{
data
}
=
await
getClerDetailsList
(
id
)
this
.
itemTitle
=
data
.
title
this
.
itemCode
=
data
.
projectId
this
.
contentList
=
data
.
content
}
}
}
...
...
pages/index/notice/abortive.vue
View file @
2ec44586
...
...
@@ -68,6 +68,7 @@ import {getErrorList} from '@/common/list.js'
let
message
=
{}
message
.
size
=
10
message
.
currentPage
=
1
message
.
noticeType
=
"ABORTIVE"
this
.
industryList
()
this
.
getErrorList
(
message
)
},
...
...
pages/index/notice/bid.vue
View file @
2ec44586
...
...
@@ -67,6 +67,7 @@ import citySelect from "@/components/citySelect.vue";
let
message
=
{}
message
.
size
=
10
message
.
currentPage
=
1
message
.
noticeType
=
'BIDDING'
this
.
getBidingList
(
message
)
this
.
industryList
()
},
...
...
pages/index/notice/biding.vue
View file @
2ec44586
...
...
@@ -90,6 +90,7 @@ export default {
let
message
=
{}
message
.
size
=
10
message
.
currentPage
=
1
message
.
noticeType
=
"WIN"
this
.
getWinList
(
message
);
this
.
industryList
();
},
...
...
pages/index/notice/cadidate.vue
View file @
2ec44586
...
...
@@ -68,6 +68,7 @@ import {getCadidateList} from '@/common/list.js'
let
message
=
{}
message
.
size
=
10
message
.
currentPage
=
1
message
.
noticeType
=
"CADIDATE"
this
.
industryList
()
this
.
getCadidateList
(
message
)
},
...
...
pages/index/notice/cadidatedetails.vue
View file @
2ec44586
<
template
>
<div>
<div
class=
"sty"
>
<div
class=
"header"
>
<span
class=
"header-nav"
>
项目名称:
{{
itemTitle
}}
</span>
<span
class=
"header-nav"
>
项目编号:
{{
itemCode
}}
</span>
<span>
发布日期:
{{
itemTime
}}
</span>
</div>
<h2>
{{
itemTitle
}}
</h2>
<div
class=
"form"
>
<div
class=
"form"
v-html=
"contentList"
>
<div>
<div>
公告名称:
</div>
<div>
{{
itemTime
}}
</div>
...
...
@@ -53,6 +53,7 @@ import {getCadidateDetails} from '@/common/list.js'
export
default
{
data
(){
return
{
contentList
:[],
itemTitle
:
'定州市集中供热工程2020年预制直埋保温管及管道采购'
,
itemCode
:
'l1301000075017553011'
,
itemTime
:
'2020年07月30号'
,
...
...
@@ -73,6 +74,10 @@ export default {
methods
:{
async
getCadidateDetails
(
id
){
const
{
data
}
=
await
getCadidateDetails
(
id
)
this
.
itemTitle
=
data
.
title
this
.
itemCode
=
data
.
projectId
this
.
itemTime
=
data
.
createTime
this
.
contentList
=
data
.
content
console
.
log
(
data
)
}
}
...
...
@@ -121,4 +126,6 @@ h2{
font-size
:
10px
;
color
:
#000000
}
</
style
>
\ No newline at end of file
.sty
{
width
:
9.2rem
}
</
style
>
\ No newline at end of file
pages/index/notice/change.vue
View file @
2ec44586
...
...
@@ -68,6 +68,7 @@ import {getChangeList} from '@/common/list.js'
let
message
=
{}
message
.
size
=
10
message
.
currentPage
=
1
message
.
noticeType
=
"CHANGE"
this
.
industryList
()
this
.
getChangeList
(
message
)
},
...
...
pages/index/notice/clarifies.vue
View file @
2ec44586
...
...
@@ -68,6 +68,7 @@ import {getClerList} from '@/common/list.js'
let
message
=
{}
message
.
size
=
10
message
.
currentPage
=
1
message
.
noticeType
=
"CLARIFIES"
this
.
industryList
()
this
.
getClerList
(
message
)
},
...
...
pages/index/notice/inquiry.vue
View file @
2ec44586
...
...
@@ -122,6 +122,7 @@ export default {
let
message
=
{};
message
.
size
=
10
message
.
currentPage
=
1
message
.
noticeType
=
"enquiry"
this
.
getInquiryList
(
message
);
this
.
industryList
();
},
...
...
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