Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-purchase
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-purchase
Commits
ba82a14e
Commit
ba82a14e
authored
Oct 21, 2020
by
张冬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改询价公告按钮问题
parent
03af227d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
3 deletions
+15
-3
noticeDetail.vue
src/components/detail/noticeDetail.vue
+2
-1
priceDetail.vue
src/components/detail/priceDetail.vue
+5
-1
seePrice.vue
src/pages/supply/bid/signupOnline/seePrice.vue
+8
-1
No files found.
src/components/detail/noticeDetail.vue
View file @
ba82a14e
...
@@ -42,7 +42,8 @@ export default {
...
@@ -42,7 +42,8 @@ export default {
// 获取详情
// 获取详情
async
getbiddingProjectId
()
{
async
getbiddingProjectId
()
{
let
projectId
=
localStorage
.
getItem
(
'projectId'
);
let
projectId
=
localStorage
.
getItem
(
'projectId'
);
const
{
data
,
code
}
=
await
biddingProjectId
(
projectId
);
const
{
data
,
code
,
msg
}
=
await
biddingProjectId
(
projectId
);
this
.
$emit
(
"getmsg"
,
code
)
if
(
code
==
200
)
{
if
(
code
==
200
)
{
this
.
detail
=
data
;
this
.
detail
=
data
;
}
else
if
(
code
==
500
)
{
}
else
if
(
code
==
500
)
{
...
...
src/components/detail/priceDetail.vue
View file @
ba82a14e
...
@@ -71,7 +71,10 @@
...
@@ -71,7 +71,10 @@
<slot></slot>
<slot></slot>
</div>
</div>
<div
v-if=
"!state"
class=
"no-notice"
>
<div
v-if=
"!state"
class=
"no-notice"
>
{{
msg
}}
<div>
{{
msg
}}
</div>
<div
class=
"centerButton"
>
<el-button
@
click=
"back"
>
返回
</el-button>
</div>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -141,6 +144,7 @@
...
@@ -141,6 +144,7 @@
code
,
code
,
msg
msg
}
=
await
enquiryProjectId
(
projectId
)
}
=
await
enquiryProjectId
(
projectId
)
this
.
$emit
(
"getmsg"
,
code
)
if
(
code
==
200
){
if
(
code
==
200
){
data
.
endTime
=
getTime1
(
data
.
endTime
)
data
.
endTime
=
getTime1
(
data
.
endTime
)
data
.
startTime
=
getTime1
(
data
.
startTime
)
data
.
startTime
=
getTime1
(
data
.
startTime
)
...
...
src/pages/supply/bid/signupOnline/seePrice.vue
View file @
ba82a14e
<
template
>
<
template
>
<div
class=
"content"
>
<div
class=
"content"
>
<breadCrumb
:breads=
"breads"
></breadCrumb>
<breadCrumb
:breads=
"breads"
></breadCrumb>
<priceDetail>
<priceDetail
@
getmsg=
"getmsg"
>
<slot>
<slot>
<div
class=
"notice flex"
>
<div
class=
"notice flex"
>
<h4>
招标公告
</h4>
<h4>
招标公告
</h4>
<p>
只有报价后才能参与投标报名
</p>
<p>
只有报价后才能参与投标报名
</p>
</div>
</div>
<div
class=
"centerButton"
>
<div
class=
"centerButton"
>
<el-button
@
click=
"back"
>
返回
</el-button>
<el-button
type=
"primary"
@
click=
"dialogFormVisible = true"
v-if=
"!isOffer"
>
我要报价
</el-button>
<el-button
type=
"primary"
@
click=
"dialogFormVisible = true"
v-if=
"!isOffer"
>
我要报价
</el-button>
<el-button
type=
"primary"
@
click=
"offerBidder1 = true"
v-else
>
查看报价
</el-button>
<el-button
type=
"primary"
@
click=
"offerBidder1 = true"
v-else
>
查看报价
</el-button>
<el-button
type=
"primary"
@
click=
"see"
>
查看其它供应商报价
</el-button>
<el-button
type=
"primary"
@
click=
"see"
>
查看其它供应商报价
</el-button>
...
@@ -154,6 +155,12 @@ export default {
...
@@ -154,6 +155,12 @@ export default {
};
};
},
},
methods
:
{
methods
:
{
back
(){
this
.
$router
.
go
(
-
1
)
},
getmsg
(
val
){
console
.
log
(
val
)
},
see
()
{
see
()
{
this
.
offerBidder
=
true
;
this
.
offerBidder
=
true
;
this
.
getofferBidderlist
();
this
.
getofferBidderlist
();
...
...
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