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
79734cea
Commit
79734cea
authored
Oct 13, 2020
by
张冬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改开标大厅
parent
642b6736
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
6 deletions
+15
-6
bidOpenhal.vue
src/pages/purchaser/bid/bidOpen/bidOpenhal.vue
+10
-3
bidOpenhal.vue
src/pages/supply/bid/joinProject/bidOpen/bidOpenhal.vue
+5
-3
No files found.
src/pages/purchaser/bid/bidOpen/bidOpenhal.vue
View file @
79734cea
...
...
@@ -71,7 +71,7 @@
<div>
<el-button
icon=
"el-icon-refresh"
@
click=
"refrsh"
>
刷新
</el-button>
<el-button
@
click=
"isopenInfo1=true"
:disabled=
"!endbidButton"
v-if=
"!issueTable"
>
下发开标一览表
</el-button>
<el-button
@
click=
"
isopenInfo=true
"
:disabled=
"!issueTable"
>
查看开标一览表
</el-button>
<el-button
@
click=
"
openInfo
"
:disabled=
"!issueTable"
>
查看开标一览表
</el-button>
</div>
<el-button
@
click=
"back"
>
退出大厅
<i
class=
"el-icon-right"
></i></el-button>
</div>
...
...
@@ -82,7 +82,7 @@
<div>
项目编号:
{{
projectCode
}}
</div>
<div>
项目名称:
{{
projectName
}}
</div>
<div
style=
"margin-right:120px;"
>
投标 :
{{
startDetail
.
bidFileCount
}}
</div>
<div>
纳保证金人数:
{{
startDetail
.
earnestFeeCount
}}
</div>
<div>
缴
纳保证金人数:
{{
startDetail
.
earnestFeeCount
}}
</div>
<div>
签到人数:
{{
startDetail
.
signInCount
}}
</div>
</div>
<div
slot=
"footer"
class=
"dialog-footer"
>
...
...
@@ -306,7 +306,6 @@
this
.
projectName
=
localStorage
.
getItem
(
"projectName"
)
this
.
userName
=
JSON
.
parse
(
localStorage
.
getItem
(
"userInfo"
)).
name
// this.gettimeInfo();
this
.
getopenInfo
();
this
.
getsigndetail
();
this
.
myId
=
JSON
.
parse
(
localStorage
.
getItem
(
"userInfo"
)).
userId
this
.
pageObj
.
companyId
=
localStorage
.
getItem
(
"companyId"
)
...
...
@@ -326,6 +325,14 @@
},
5000
);
},
methods
:
{
openInfo
(){
this
.
isopenInfo
=
true
this
.
getopenInfo
();
},
openInfo1
(){
this
.
isopenInfo1
=
true
this
.
getopenInfo
();
},
// 下发
async
issue
()
{
let
projectId
=
localStorage
.
getItem
(
"projectId"
)
...
...
src/pages/supply/bid/joinProject/bidOpen/bidOpenhal.vue
View file @
79734cea
...
...
@@ -63,7 +63,7 @@
<div
class=
"flex-center buttons"
>
<div>
<el-button
icon=
"el-icon-refresh"
@
click=
"refrsh"
>
刷新
</el-button>
<el-button
@
click=
"
isopenInfo=true
"
:disabled=
"!issueTable"
>
查看开标一览表
</el-button>
<el-button
@
click=
"
openInfo
"
:disabled=
"!issueTable"
>
查看开标一览表
</el-button>
<el-button
@
click=
"back"
>
退出大厅
<i
class=
"el-icon-right"
></i></el-button>
</div>
</div>
...
...
@@ -205,7 +205,6 @@
},
mounted
()
{
this
.
add
();
},
created
()
{
// 中国标准时间
...
...
@@ -217,7 +216,6 @@
},
1000
)
this
.
projectName
=
localStorage
.
getItem
(
"projectName"
)
this
.
getsigndetail
();
this
.
getopenInfo
();
this
.
openBidsign
();
this
.
createWebSocket
()
this
.
myId
=
JSON
.
parse
(
localStorage
.
getItem
(
"userInfo"
)).
userId
...
...
@@ -227,6 +225,10 @@
},
5000
);
},
methods
:
{
openInfo
(){
this
.
isopenInfo
=
true
this
.
getopenInfo
();
},
refrsh
(){
history
.
go
(
0
)
},
...
...
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