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
97d8754a
Commit
97d8754a
authored
Oct 12, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查看
parent
bf38db39
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
17 additions
and
20 deletions
+17
-20
newsdetails.vue
pages/index/message/newsdetails.vue
+0
-2
ABORTIVEdetails.vue
pages/index/notice/ABORTIVEdetails.vue
+1
-1
BIDDINGdetails.vue
pages/index/notice/BIDDINGdetails.vue
+1
-1
CLARIFIESdetails.vue
pages/index/notice/CLARIFIESdetails.vue
+1
-1
abortive.vue
pages/index/notice/abortive.vue
+1
-1
bid.vue
pages/index/notice/bid.vue
+1
-2
biding.vue
pages/index/notice/biding.vue
+1
-1
cadidate.vue
pages/index/notice/cadidate.vue
+1
-1
cadidatedetails.vue
pages/index/notice/cadidatedetails.vue
+1
-1
change.vue
pages/index/notice/change.vue
+1
-1
changedetails.vue
pages/index/notice/changedetails.vue
+1
-1
clarifies.vue
pages/index/notice/clarifies.vue
+1
-1
enquirydetails.vue
pages/index/notice/enquirydetails.vue
+4
-4
inquiry.vue
pages/index/notice/inquiry.vue
+1
-1
windetails.vue
pages/index/notice/windetails.vue
+1
-1
No files found.
pages/index/message/newsdetails.vue
View file @
97d8754a
...
@@ -55,8 +55,6 @@ export default {
...
@@ -55,8 +55,6 @@ export default {
<
style
scoped
>
<
style
scoped
>
.sty
,
.content
{
.sty
,
.content
{
width
:
9.2rem
;
width
:
9.2rem
;
border
:
1px
solid
black
;
}
}
h1
{
h1
{
text-align
:
center
;
text-align
:
center
;
...
...
pages/index/notice/ABORTIVEdetails.vue
View file @
97d8754a
...
@@ -68,7 +68,7 @@ export default {
...
@@ -68,7 +68,7 @@ export default {
},
},
mounted
(){
mounted
(){
let
id
=
this
.
$route
.
params
.
id
let
id
=
this
.
$route
.
query
.
id
console
.
log
(
id
+
"-----------------"
)
console
.
log
(
id
+
"-----------------"
)
this
.
getErrorDetails
(
id
)
this
.
getErrorDetails
(
id
)
...
...
pages/index/notice/BIDDINGdetails.vue
View file @
97d8754a
...
@@ -158,7 +158,7 @@ export default {
...
@@ -158,7 +158,7 @@ export default {
}
}
},
},
mounted
(){
mounted
(){
let
id
=
this
.
$route
.
params
.
id
let
id
=
this
.
$route
.
query
.
id
console
.
log
(
id
)
console
.
log
(
id
)
this
.
getBidingdetails
(
id
)
this
.
getBidingdetails
(
id
)
let
a
=
window
.
location
.
href
.
split
(
"?id="
)[
1
]
let
a
=
window
.
location
.
href
.
split
(
"?id="
)[
1
]
...
...
pages/index/notice/CLARIFIESdetails.vue
View file @
97d8754a
...
@@ -68,7 +68,7 @@ export default {
...
@@ -68,7 +68,7 @@ export default {
},
},
mounted
(){
mounted
(){
let
id
=
this
.
$route
.
params
.
id
let
id
=
this
.
$route
.
query
.
id
console
.
log
(
id
+
"-----------------"
)
console
.
log
(
id
+
"-----------------"
)
this
.
getClerDetailsList
(
id
)
this
.
getClerDetailsList
(
id
)
...
...
pages/index/notice/abortive.vue
View file @
97d8754a
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
<ul
v-if=
"isshow"
>
<ul
v-if=
"isshow"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<nuxt-link
:to=
"
{name:'index-notice-ABORTIVEdetails',
params
:{id:(item.noticeId)}}">
<nuxt-link
:to=
"
{name:'index-notice-ABORTIVEdetails',
query
:{id:(item.noticeId)}}">
<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;"
>
...
...
pages/index/notice/bid.vue
View file @
97d8754a
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
</div>
</div>
<ul
v-if =
"isshow"
>
<ul
v-if =
"isshow"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<nuxt-link
:to=
"
{name:'index-notice-BIDDINGdetails',
params
:{id:(item.noticeId)}}">
<nuxt-link
:to=
"
{name:'index-notice-BIDDINGdetails',
query
:{id:(item.noticeId)}}">
<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;"
>
...
@@ -74,7 +74,6 @@ import citySelect from "@/components/citySelect.vue";
...
@@ -74,7 +74,6 @@ import citySelect from "@/components/citySelect.vue";
data
()
{
data
()
{
return
{
return
{
isshow
:
true
,
isshow
:
true
,
noticeB
:
'[招标公告]'
,
total
:
0
,
total
:
0
,
getData
:{
getData
:{
provinceId
:
''
,
provinceId
:
''
,
...
...
pages/index/notice/biding.vue
View file @
97d8754a
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
<ul
v-if=
"isshow"
>
<ul
v-if=
"isshow"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<!-- 绑定中标详情页 -->
<!-- 绑定中标详情页 -->
<nuxt-link
:to=
"
{name:'index-notice-WINdetails',
params
:{id:(item.noticeId)}}">
<nuxt-link
:to=
"
{name:'index-notice-WINdetails',
query
:{id:(item.noticeId)}}">
<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;"
>
...
...
pages/index/notice/cadidate.vue
View file @
97d8754a
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
<ul
v-if=
"isshow"
>
<ul
v-if=
"isshow"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<nuxt-link
:to=
"
{name:'index-notice-CADIDATEdetails',
params
:{id:(item.noticeId)}}">
<nuxt-link
:to=
"
{name:'index-notice-CADIDATEdetails',
query
:{id:(item.noticeId)}}">
<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;"
>
...
...
pages/index/notice/cadidatedetails.vue
View file @
97d8754a
...
@@ -68,7 +68,7 @@ export default {
...
@@ -68,7 +68,7 @@ export default {
},
},
mounted
(){
mounted
(){
let
id
=
this
.
$route
.
params
.
id
let
id
=
this
.
$route
.
query
.
id
this
.
getCadidateDetails
(
id
)
this
.
getCadidateDetails
(
id
)
},
},
methods
:{
methods
:{
...
...
pages/index/notice/change.vue
View file @
97d8754a
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
<ul
v-if=
"isshow"
>
<ul
v-if=
"isshow"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<nuxt-link
:to=
"
{name:'index-notice-CHANGEdetails',
params
:{id:(item.noticeId)}}">
<nuxt-link
:to=
"
{name:'index-notice-CHANGEdetails',
query
:{id:(item.noticeId)}}">
<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;"
>
...
...
pages/index/notice/changedetails.vue
View file @
97d8754a
...
@@ -39,7 +39,7 @@ export default {
...
@@ -39,7 +39,7 @@ export default {
},
},
mounted
(){
mounted
(){
let
id
=
this
.
$route
.
params
.
id
let
id
=
this
.
$route
.
query
.
id
console
.
log
(
id
)
console
.
log
(
id
)
this
.
getChangeDetails
(
id
)
this
.
getChangeDetails
(
id
)
},
},
...
...
pages/index/notice/clarifies.vue
View file @
97d8754a
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
<ul
v-if=
"isshow"
>
<ul
v-if=
"isshow"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<li
v-for=
"item in priceList"
:key=
"item.id"
>
<nuxt-link
:to=
"
{name:'index-notice-CLARIFIESdetails',
params
:{id:(item.noticeId)}}">
<nuxt-link
:to=
"
{name:'index-notice-CLARIFIESdetails',
query
:{id:(item.noticeId)}}">
<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;"
>
...
...
pages/index/notice/enquirydetails.vue
View file @
97d8754a
...
@@ -173,12 +173,12 @@ export default {
...
@@ -173,12 +173,12 @@ export default {
breadCrumb
,
breadCrumb
,
},
},
mounted
()
{
mounted
()
{
let
id
=
this
.
$route
.
params
.
id
;
let
id
=
this
.
$route
.
query
.
id
;
let
message
=
{}
/*
let message = {}
message.currentPage = 1
message.currentPage = 1
message
.
size
=
10
message.size = 10
*/
console
.
log
(
id
+
"----------------------++++++++++++++++++"
);
console
.
log
(
id
+
"----------------------++++++++++++++++++"
);
this
.
getenquirydetails
(
id
,
message
);
this
.
getenquirydetails
(
id
);
let
number1
=
sessionStorage
.
getItem
(
"isSupplier"
)
let
number1
=
sessionStorage
.
getItem
(
"isSupplier"
)
if
(
number1
===
'1'
){
if
(
number1
===
'1'
){
this
.
isshowbutton
=
!
this
.
isshowbutton
this
.
isshowbutton
=
!
this
.
isshowbutton
...
...
pages/index/notice/inquiry.vue
View file @
97d8754a
...
@@ -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=
"
{name:'index-notice-ENQUIRYdetails',
params
:{id:(item.noticeId)}}" >
<nuxt-link
:to=
"
{name:'index-notice-ENQUIRYdetails',
query
:{id:(item.noticeId)}}" >
<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;"
>
...
...
pages/index/notice/windetails.vue
View file @
97d8754a
...
@@ -69,7 +69,7 @@ export default {
...
@@ -69,7 +69,7 @@ export default {
},
},
mounted
(){
mounted
(){
let
id
=
this
.
$route
.
params
.
id
let
id
=
this
.
$route
.
query
.
id
console
.
log
(
id
)
console
.
log
(
id
)
this
.
getWindetails
(
id
)
this
.
getWindetails
(
id
)
},
},
...
...
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