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
34224510
Commit
34224510
authored
Nov 05, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
b68b73c5
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
30 additions
and
21 deletions
+30
-21
content.vue
...es/purchaser/bid/bidEvaluation/projectManager/content.vue
+1
-1
add.vue
src/pages/purchaser/bid/bidEvaluation/review/add.vue
+6
-6
review.vue
src/pages/purchaser/bid/bidEvaluation/review/review.vue
+2
-1
see.vue
src/pages/purchaser/bid/bidEvaluation/review/see.vue
+3
-3
bidOpenhal.vue
src/pages/purchaser/bid/bidOpen/bidOpenhal.vue
+6
-1
reply.vue
src/pages/supply/bid/joinProject/bidEvaluation/reply.vue
+3
-3
see.vue
src/pages/supply/bid/joinProject/bidEvaluation/see.vue
+8
-5
bidOpenhal.vue
src/pages/supply/bid/joinProject/bidOpen/bidOpenhal.vue
+1
-1
No files found.
src/pages/purchaser/bid/bidEvaluation/projectManager/content.vue
View file @
34224510
...
...
@@ -5,7 +5,7 @@
<div
class=
"message"
>
<div
class=
"flex-between bond"
>
<div>
招标文件:
<span
@
click=
"down
load
(bidDetail.fileUrl)"
>
{{
bidDetail
.
fileName
}}
</span>
招标文件:
<span
@
click=
"down(bidDetail.fileUrl)"
>
{{
bidDetail
.
fileName
}}
</span>
</div>
<div>
开标信息:
<span
@
click=
"changeOpen"
>
开标一览表
</span></div>
</div>
...
...
src/pages/purchaser/bid/bidEvaluation/review/add.vue
View file @
34224510
...
...
@@ -127,12 +127,12 @@
if
(
code
==
200
)
{
this
.
$message
({
message
:
msg
,
type
:
'success'
,
duration
:
1500
}
)
setTimeout
(()
=>
{
this
.
$router
.
go
(
-
1
)
},
1500
)
type
:
'success'
})
this
.
$router
.
go
(
-
1
)
//
setTimeout(() => {
//
this.$router.go(-1)
//
}, 1500)
}
else
{
this
.
$message
.
error
(
msg
)
}
...
...
src/pages/purchaser/bid/bidEvaluation/review/review.vue
View file @
34224510
...
...
@@ -28,7 +28,8 @@
<div
class=
"flex file"
>
<div
@
click=
"down(scope.row.fileUrl)"
>
{{
scope
.
row
.
fileName
}}
</div>
<div
v-for=
"(file, index) in scope.row.fileList"
:key=
"index"
@
click=
"down(file.fileUrl)"
>
{{
file
.
fileName
}}
<!--
{{
file
.
fileName
}}
-->
{{
file
.
fileName
}}
</div>
</div>
</
template
>
...
...
src/pages/purchaser/bid/bidEvaluation/review/see.vue
View file @
34224510
...
...
@@ -18,8 +18,8 @@
<div>
澄清回复截止时间:
{{
replyDetail
.
cutOffTime
}}
</div>
</div>
<div>
澄清问题内容:
{{
replyDetail
.
content
}}
</div>
<div
class=
"flex-
item
"
>
<div>
澄清问题文件:
</div>
<div
class=
"flex-
between
"
>
<div
>
澄清问题文件:
</div>
<ul
class=
"upload"
v-if=
"replyDetail.fileName"
>
<li
class=
"flex-item"
>
<span>
{{
replyDetail
.
fileName
}}
</span>
...
...
@@ -130,7 +130,7 @@
}
.message
{
width
:
6
0%
;
width
:
8
0%
;
}
.message-item
>
h4
{
...
...
src/pages/purchaser/bid/bidOpen/bidOpenhal.vue
View file @
34224510
...
...
@@ -32,7 +32,7 @@
</div>
<div
class=
"hal-center"
v-chat-scroll
>
<ul>
<li
v-for=
"(item,index) in halList"
:key=
"index"
class=
"flex-item"
>
<li
v-for=
"(item,index) in halList"
:key=
"index"
class=
"flex-item
textheight
"
>
<div>
{{
item
.
time
}}
</div>
<div>
{{
item
.
name
}}
</div>
<div>
{{
item
.
behavior
}}
</div>
...
...
@@ -792,4 +792,9 @@
.dialogueList
>
li
{
margin-bottom
:
20px
;
}
.textheight
{
line-height
:
20.8px
;
display
:
flex
;
justify-content
:
flex-start
;
}
</
style
>
src/pages/supply/bid/joinProject/bidEvaluation/reply.vue
View file @
34224510
...
...
@@ -14,11 +14,11 @@
</div>
<div
class=
"flex clear-item"
>
<div>
问题发布时间:
</div>
<div>
{{
detail
.
startTime
}}
</div>
<div>
{{
detail
.
createTime
}}
</div>
</div>
<div
class=
"flex clear-item"
>
<div>
澄清回复截止时间:
</div>
<div>
{{
detail
.
end
Time
}}
</div>
<div>
{{
detail
.
cutOff
Time
}}
</div>
</div>
<div
class=
"flex clear-item"
>
<div>
澄清问题内容:
</div>
...
...
@@ -172,7 +172,7 @@ export default {
}
.clear-item
>
div
:last-child
{
width
:
1
00px
width
:
4
00px
}
.clear-item
>
div
:first-child
{
margin-right
:
20px
;
...
...
src/pages/supply/bid/joinProject/bidEvaluation/see.vue
View file @
34224510
...
...
@@ -18,12 +18,12 @@
<div
v-html=
"questiondetail.content"
></div>
</div>
<div
class=
"flex clear-item"
>
<div>
问题发布时间
</div>
<div>
{{
questiondetail
.
start
Time
}}
</div>
<div>
问题发布时间
:
</div>
<div>
{{
questiondetail
.
create
Time
}}
</div>
</div>
<div
class=
"flex clear-item"
>
<div>
澄清回复截止时间
</div>
<div>
{{
questiondetail
.
end
Time
}}
</div>
<div>
澄清回复截止时间
:
</div>
<div>
{{
questiondetail
.
cutOff
Time
}}
</div>
</div>
<div
class=
"flex"
>
<div>
澄清问题附件:
</div>
...
...
@@ -161,7 +161,10 @@
*/
.clear-item
>
div
:first-child
{
margin-right
:
20px
;
}
}
.clear-item
{
line-height
:
20.8px
;
}
.clear-message
>
div
{
margin-bottom
:
50px
;
...
...
src/pages/supply/bid/joinProject/bidOpen/bidOpenhal.vue
View file @
34224510
...
...
@@ -581,7 +581,7 @@ export default {
.textheight
{
line-height
:
20.8px
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
flex-start
;
}
</
style
>
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