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
2d2c2a47
Commit
2d2c2a47
authored
Oct 22, 2020
by
张冬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bUG
parent
afa666b4
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
6 deletions
+9
-6
noticeDetail.vue
src/components/detail/noticeDetail.vue
+1
-1
priceDetail.vue
src/components/detail/priceDetail.vue
+1
-1
see.vue
src/pages/purchaser/bid/bidEvaluation/review/see.vue
+2
-2
bidOpenhal.vue
src/pages/purchaser/bid/bidOpen/bidOpenhal.vue
+1
-1
SeeinquiryAnnouncement.vue
src/pages/purchaser/bid/reviewed/SeeinquiryAnnouncement.vue
+2
-1
bidSubmit.vue
src/pages/supply/bid/joinProject/bidSubmit/bidSubmit.vue
+2
-0
No files found.
src/components/detail/noticeDetail.vue
View file @
2d2c2a47
...
...
@@ -3,7 +3,7 @@
<div
v-if=
"state"
>
<div
class=
"info_mes"
>
<p>
项目名称:
{{
projectdetail
.
projectName
}}
</p>
<p>
项目
项目
编号:
{{
projectdetail
.
projectCode
}}
</p>
<p>
项目编号:
{{
projectdetail
.
projectCode
}}
</p>
<p>
发布日期:
{{
detail
.
createTime
}}
</p>
</div>
<h1>
{{
detail
.
title
}}
</h1>
...
...
src/components/detail/priceDetail.vue
View file @
2d2c2a47
...
...
@@ -149,7 +149,7 @@
data
.
startTime
=
getTime1
(
data
.
startTime
)
data
.
createTime
=
data
.
createTime
.
substring
(
0
,
10
)
this
.
detail
=
data
this
.
$emit
(
"getstate"
,
2
)
this
.
$emit
(
"getstate"
,
data
.
auditStatus
)
}
else
if
(
code
==
500
){
this
.
state
=
false
this
.
msg
=
msg
...
...
src/pages/purchaser/bid/bidEvaluation/review/see.vue
View file @
2d2c2a47
...
...
@@ -26,7 +26,7 @@
<el-button
size=
"mini"
@
click=
'download(replyDetail.fileUrl)'
>
下载
</el-button>
</li>
</ul>
<div>
无
</div>
<div
v-else
>
无
</div>
</div>
</div>
<div
v-if=
"replystate"
class=
"message-item"
>
...
...
@@ -47,7 +47,7 @@
<el-button
size=
"mini"
@
click=
"download(questionDetail.fileUrl)"
>
下载
</el-button>
</li>
</ul>
<div>
无
</div>
<div
v-else
>
无
</div>
</div>
</div>
</div>
...
...
src/pages/purchaser/bid/bidOpen/bidOpenhal.vue
View file @
2d2c2a47
...
...
@@ -86,7 +86,7 @@
<div
class=
"flex bid-message"
style=
"width: 70%;margin:0 auto"
>
<div>
项目编号:
{{
projectCode
}}
</div>
<div>
项目名称:
{{
projectName
}}
</div>
<div
style=
"margin-right:120px;"
>
投标
:
{{
startDetail
.
bidFileCount
}}
</div>
<div
style=
"margin-right:120px;"
>
投标
人数
:
{{
startDetail
.
bidFileCount
}}
</div>
<div>
缴纳保证金人数:
{{
startDetail
.
earnestFeeCount
}}
</div>
<div>
签到人数:
{{
startDetail
.
signInCount
}}
</div>
</div>
...
...
src/pages/purchaser/bid/reviewed/SeeinquiryAnnouncement.vue
View file @
2d2c2a47
...
...
@@ -112,7 +112,8 @@ export default {
},
methods
:
{
getstate
(
val
)
{
this
.
auditStatus
=
val
;
this
.
auditStatus
=
val
;
console
.
log
(
val
)
},
back
()
{
this
.
$router
.
go
(
-
1
);
...
...
src/pages/supply/bid/joinProject/bidSubmit/bidSubmit.vue
View file @
2d2c2a47
...
...
@@ -167,7 +167,9 @@
try
{
const
valid
=
await
this
.
$refs
[
'form'
].
validate
()
if
(
valid
)
{
let
form
=
this
.
form
form
.
projectId
=
localStorage
.
getItem
(
"projectId"
)
const
{
code
,
msg
...
...
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