Commit 79734cea authored by 张冬's avatar 张冬

修改开标大厅

parent 642b6736
......@@ -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")
......
......@@ -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)
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment