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
3bb56ece
Commit
3bb56ece
authored
Oct 21, 2020
by
张冬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
聊天问题
parent
4aad38f2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
524 additions
and
536 deletions
+524
-536
bidOpenhal.vue
src/pages/purchaser/bid/bidOpen/bidOpenhal.vue
+8
-2
bidOpenhal.vue
src/pages/supply/bid/joinProject/bidOpen/bidOpenhal.vue
+516
-534
No files found.
src/pages/purchaser/bid/bidOpen/bidOpenhal.vue
View file @
3bb56ece
...
...
@@ -49,6 +49,7 @@
<!-- 在线对话 -->
<div
class=
"dialogue"
style=
"margin-top: 30px;"
v-show=
"dialogue"
>
<JwChat
:taleList=
"dialogueList"
scrollType=
"scroll"
@
enter=
"bindEnter"
v-model=
"content"
:toolConfig=
"tool"
>
<el-button
slot=
"tools"
style=
"float:right"
class=
"abs"
@
click=
"dialogue=false"
>
关闭聊天框
</el-button>
</JwChat>
</div>
<!--
...
...
@@ -222,9 +223,9 @@
data
()
{
return
{
tool
:
{
show
:
[
''
],
show
:
[
'
11
'
],
callback
:
this
.
toolEvent
,
showEmoji
:
tru
e
,
showEmoji
:
fals
e
,
},
issueTable
:
false
,
openStatus
:
''
,
...
...
@@ -681,6 +682,11 @@
</
script
>
<
style
scoped
>
.abs
{
position
:
absolute
;
right
:
100px
;
bottom
:
-91px
}
.flex-left
{
display
:
flex
;
justify-content
:
flex-start
;
...
...
src/pages/supply/bid/joinProject/bidOpen/bidOpenhal.vue
View file @
3bb56ece
<
template
>
<div>
<div
class=
"content"
>
<dataBreadcrumb
:breads=
"breads"
></dataBreadcrumb>
<div>
中国标准时间:
{{
currentTime
}}
</div>
<div
class=
"hal"
>
<h2
style=
"text-align: center;"
>
{{
projectName
}}
项目开标大厅
</h2>
<div
class=
"time-message flex-between"
>
<div
class=
"flex"
>
<p>
截标倒计时:
</p>
<timeDown
:remain-time=
"remaintime"
@
countDowmEnd=
"remaintimeEnd"
></timeDown>
</div>
<div
class=
"flex"
v-show=
"openStatus==2"
>
<p>
解密倒计时:
</p>
<timeDown
:remain-time=
"decodeTime"
@
countDowmEnd=
"decodeTimeEnd"
></timeDown>
</div>
<div
class=
"flex"
v-show=
"openStatus==2"
>
<p>
签名倒计时:
</p>
<timeDown
:remain-time=
"signatureTime"
@
countDowmEnd=
"signatureTimeEnd"
></timeDown>
</div>
</div>
<div
class=
"flex"
>
<div
class=
"hal-left"
>
<div>
<h1>
签到
{{
!
leftmessage
.
signIn
?
"否"
:
"是"
}}
</h1>
<h1>
解密
{{
!
leftmessage
.
decode
?
"否"
:
"是"
}}
</h1>
<h1>
签名
{{
!
leftmessage
.
signature
?
"否"
:
"是"
}}
</h1>
</div>
</div>
<div
class=
"hal-center"
v-chat-scroll
>
<ul
>
<li
v-for=
"(item,index) in halList"
:key=
"index"
class=
"flex-item"
>
<div>
{{
item
.
time
}}
</div>
<div>
{{
item
.
role
}}
</div>
<div>
{{
item
.
name
}}
</div>
<div>
{{
item
.
behavior
}}
</div>
</li>
</ul>
</div>
<div
class=
"hal-right"
>
<el-button
@
click=
"dialogFormVisible=true"
style=
"margin-left:10px"
>
开标规则说明
</el-button>
<el-button
@
click=
"isdialogue"
>
在线对话
<i
class=
"el-icon-chat-dot-round"
></i></el-button>
<el-button
:disabled=
"!isDecode"
v-show=
"openStatus==2&&!leftmessage.decode"
@
click=
"changeDecode"
type=
"primary"
>
解密投标文件
</el-button>
</div>
<!-- 在线对话 -->
<div
class=
"dialogue"
style=
"margin-top: 30px;"
v-show=
"dialogue"
>
<JwChat
:taleList=
"dialogueList"
scrollType=
"scroll"
@
enter=
"bindEnter"
v-model=
"content"
:toolConfig=
"tool"
>
</JwChat>
</div>
<!--
<div
class=
"dialogue"
style=
"margin-top: 30px;"
v-show=
"dialogue"
>
<div>
<div
class=
"content"
>
<dataBreadcrumb
:breads=
"breads"
></dataBreadcrumb>
<div>
中国标准时间:
{{
currentTime
}}
</div>
<div
class=
"hal"
>
<h2
style=
"text-align: center"
>
{{
projectName
}}
项目开标大厅
</h2>
<div
class=
"time-message flex-between"
>
<div
class=
"flex"
>
<p>
截标倒计时:
</p>
<timeDown
:remain-time=
"remaintime"
@
countDowmEnd=
"remaintimeEnd"
></timeDown>
</div>
<div
class=
"flex"
v-show=
"openStatus == 2"
>
<p>
解密倒计时:
</p>
<timeDown
:remain-time=
"decodeTime"
@
countDowmEnd=
"decodeTimeEnd"
></timeDown>
</div>
<div
class=
"flex"
v-show=
"openStatus == 2"
>
<p>
签名倒计时:
</p>
<timeDown
:remain-time=
"signatureTime"
@
countDowmEnd=
"signatureTimeEnd"
></timeDown>
</div>
</div>
<div
class=
"flex"
>
<div
class=
"hal-left"
>
<div>
<h1>
签到
{{
!
leftmessage
.
signIn
?
'否'
:
'是'
}}
</h1>
<h1>
解密
{{
!
leftmessage
.
decode
?
'否'
:
'是'
}}
</h1>
<h1>
签名
{{
!
leftmessage
.
signature
?
'否'
:
'是'
}}
</h1>
</div>
</div>
<div
class=
"hal-center"
v-chat-scroll
>
<ul>
<li
v-for=
"(item, index) in halList"
:key=
"index"
class=
"flex-item"
>
<div>
{{
item
.
time
}}
</div>
<div>
{{
item
.
role
}}
</div>
<div>
{{
item
.
name
}}
</div>
<div>
{{
item
.
behavior
}}
</div>
</li>
</ul>
</div>
<div
class=
"hal-right"
>
<el-button
@
click=
"dialogFormVisible = true"
style=
"margin-left: 10px"
>
开标规则说明
</el-button>
<el-button
@
click=
"isdialogue"
>
在线对话
<i
class=
"el-icon-chat-dot-round"
></i></el-button>
<el-button
:disabled=
"!isDecode"
v-show=
"openStatus == 2 && !leftmessage.decode"
@
click=
"changeDecode"
type=
"primary"
>
解密投标文件
</el-button
>
</div>
<!-- 在线对话 -->
<div
class=
"dialogue"
style=
"margin-top: 30px"
v-show=
"dialogue"
>
<JwChat
:taleList=
"dialogueList"
scrollType=
"scroll"
@
enter=
"bindEnter"
v-model=
"content"
:toolConfig=
"tool"
>
<el-button
slot=
"tools"
style=
"float: right"
class=
"abs"
@
click=
"dialogue = false"
>
关闭聊天框
</el-button>
</JwChat>
</div>
<!--
<div
class=
"dialogue"
style=
"margin-top: 30px;"
v-show=
"dialogue"
>
<ul
class=
"dialogueList"
v-chat-scroll
>
<li
v-for=
"(item,index) in dialogueList"
:key=
"index"
:class=
"myId==item.userId?'flex-left':'flex-right'"
>
<div>
...
...
@@ -63,514 +70,489 @@
<el-input
placeholder=
"请输入内容"
v-model=
"content"
clearable
@
keyup
.
enter
.
native=
"send"
maxlength=
"30"
>
</el-input>
</div>
-->
</div>
<div
class=
"flex-center buttons"
>
<div>
<el-button
icon=
"el-icon-refresh"
@
click=
"refrsh"
>
刷新
</el-button>
<el-button
@
click=
"openInfo"
:disabled=
"!issueTable"
>
查看开标一览表
</el-button>
<el-button
@
click=
"back"
>
退出大厅
<i
class=
"el-icon-right"
></i></el-button>
</div>
</div>
</div>
</div>
<!-- 开标说明 -->
<el-dialog
:visible
.
sync=
"dialogFormVisible"
title=
"开标规则说明"
>
<div
class=
"explain"
>
<h1>
开标说明
</h1>
<div>
一系列说明
</div>
</div>
<div
class=
"flex-center"
>
<el-button
type=
"primary"
@
click=
"dialogFormVisible = false"
>
关闭
</el-button>
</div>
</el-dialog>
<!-- 开标一览表 -->
<el-dialog
:visible
.
sync=
"isopenInfo"
title=
"开标一览表"
>
<nopageTable
:tableData=
"tableData"
:columns=
"nopagecolumns"
:margin-top=
"0"
:margin-bottom=
"0"
>
</nopageTable>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"isopenInfo=false"
>
关闭
</el-button>
<el-button
:disabled=
"!isSignature"
v-show=
"openStatus==2&&!leftmessage.signature"
@
click=
"changeSignature"
type=
"primary"
>
签名
</el-button>
</div>
</el-dialog>
</div>
</div>
<div
class=
"flex-center buttons"
>
<div>
<el-button
icon=
"el-icon-refresh"
@
click=
"refrsh"
>
刷新
</el-button>
<el-button
@
click=
"openInfo"
:disabled=
"!issueTable"
>
查看开标一览表
</el-button>
<el-button
@
click=
"back"
>
退出大厅
<i
class=
"el-icon-right"
></i></el-button>
</div>
</div>
</div>
</div>
<!-- 开标说明 -->
<el-dialog
:visible
.
sync=
"dialogFormVisible"
title=
"开标规则说明"
>
<div
class=
"explain"
>
<h1>
开标说明
</h1>
<div>
一系列说明
</div>
</div>
<div
class=
"flex-center"
>
<el-button
type=
"primary"
@
click=
"dialogFormVisible = false"
>
关闭
</el-button>
</div>
</el-dialog>
<!-- 开标一览表 -->
<el-dialog
:visible
.
sync=
"isopenInfo"
title=
"开标一览表"
>
<nopageTable
:tableData=
"tableData"
:columns=
"nopagecolumns"
:margin-top=
"0"
:margin-bottom=
"0"
>
</nopageTable>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"isopenInfo = false"
>
关闭
</el-button>
<el-button
:disabled=
"!isSignature"
v-show=
"openStatus == 2 && !leftmessage.signature"
@
click=
"changeSignature"
type=
"primary"
>
签名
</el-button
>
</div>
</el-dialog>
</div>
</
template
>
<
script
>
import
{
signdetail
}
from
'@api/purchaser/bid'
import
{
openUrl
}
from
'@utils/common'
import
{
openBidsign
,
opentimeInfo
,
openInfolist
,
decode
,
signature
}
from
'@api/supply/bid'
import
{
getTime
}
from
'@utils/time'
import
nopageTable
from
'@components/nopageTable.vue'
import
dataBreadcrumb
from
'@components/dataBreadcrumb.vue'
import
timeDown
from
'@components/timeDown.vue'
import
dataTable
from
'@components/dataTable.vue'
export
default
{
components
:
{
dataBreadcrumb
,
timeDown
,
dataTable
,
nopageTable
},
data
()
{
return
{
tool
:
{
show
:
[
''
],
callback
:
this
.
toolEvent
,
showEmoji
:
true
,
},
issueTable
:
""
,
openStatus
:
""
,
isSignature
:
false
,
isDecode
:
false
,
dialogue
:
false
,
isopenInfo
:
false
,
remaintime
:
""
,
decodeTime
:
""
,
signatureTime
:
""
,
projectName
:
""
,
pageObj
:
{
size
:
10
,
total
:
1000
,
currentPage
:
1
,
func
:
(
currentPage
)
=>
{
this
.
pageTurning
(
currentPage
)
}
},
dialogFormVisible
:
false
,
tableData
:
[],
columns
:
[{
label
:
'中标供应商'
,
prop
:
'name'
},
{
label
:
'中标项目'
,
prop
:
'project'
},
{
label
:
'中标时间'
,
prop
:
'data'
,
sortable
:
true
},
{
label
:
'备注'
,
prop
:
'remark'
},
{
slot
:
'operate'
}
],
//
nopagecolumns
:
[{
label
:
'投标公司'
,
prop
:
'companyName'
},
{
label
:
'投标报价(元)'
,
prop
:
'price'
},
{
label
:
'是否签名'
,
prop
:
'isSign'
,
},
],
//
isOpenbid
:
false
,
buttonWords
:
'立即开标'
,
openbidButton
:
false
,
halList
:
[{
time
:
'17:56:56'
,
role
:
'招标人'
,
person
:
'谢天'
,
behavior
:
'进入开标大厅'
},
{
time
:
'17:56:56'
,
role
:
'投标人'
,
person
:
'测试1'
,
behavior
:
'确认可开标'
}
],
minutes
:
'6'
,
seconds
:
'60'
,
currentTime
:
''
,
breads
:
[
'招标管理'
,
'招标项目管理'
,
'工作台'
],
leftmessage
:
""
,
websocket
:
""
,
dialogueList
:
[],
halList
:
[],
content
:
""
,
myId
:
""
}
},
mounted
()
{
this
.
add
();
},
created
()
{
// 中国标准时间
let
currentTime
=
getTime
()
this
.
currentTime
=
currentTime
this
.
timer1
=
setInterval
(()
=>
{
let
currentTime
=
getTime
()
this
.
currentTime
=
currentTime
},
1000
)
this
.
projectName
=
localStorage
.
getItem
(
"projectName"
)
this
.
getsigndetail
();
this
.
openBidsign
();
this
.
createWebSocket
()
this
.
myId
=
JSON
.
parse
(
localStorage
.
getItem
(
"userInfo"
)).
userId
// 长轮训获取
this
.
timer
=
setInterval
(()
=>
{
this
.
getsigndetail
();
},
5000
);
},
methods
:
{
openInfo
(){
this
.
isopenInfo
=
true
this
.
getopenInfo
();
},
refrsh
(){
history
.
go
(
0
)
},
// 解密
async
changeDecode
()
{
let
projectId
=
localStorage
.
getItem
(
"projectId"
)
try
{
const
{
msg
,
code
}
=
await
decode
(
projectId
)
if
(
code
==
200
){
this
.
$message
.
success
(
msg
)
this
.
openBidsign
();
}
else
{
this
.
$message
.
error
(
msg
)
}
}
catch
(
e
)
{
console
.
log
(
e
)
}
},
// 签名
async
changeSignature
()
{
let
projectId
=
localStorage
.
getItem
(
"projectId"
)
try
{
const
{
msg
,
code
,
}
=
await
signature
(
projectId
)
if
(
code
==
200
){
this
.
$message
.
success
(
msg
)
this
.
openBidsign
();
}
else
{
this
.
$message
.
error
(
msg
)
}
}
catch
(
e
)
{
console
.
log
(
e
)
}
},
isdialogue
()
{
this
.
dialogue
=
!
this
.
dialogue
},
// websocket
createWebSocket
()
{
let
token
=
localStorage
.
getItem
(
"token"
)
let
projectId
=
localStorage
.
getItem
(
"projectId"
)
this
.
websocket
=
new
WebSocket
(
`ws:
${
openUrl
}
/webSocket/
${
projectId
}
/
${
token
}
`
)
// 连接成功时
this
.
websocket
.
onopen
=
()
=>
{}
this
.
websocket
.
onmessage
=
event
=>
{
// 后端发送的消息在event.data中
let
data
=
JSON
.
parse
(
event
.
data
);
console
.
log
(
data
)
if
(
data
.
type
==
1
)
{
if
(
data
.
userId
==
this
.
myId
){
data
.
mine
=
true
}
else
{
data
.
mine
=
false
}
const
msgObj
=
{
"date"
:
data
.
time
,
"text"
:
{
"text"
:
data
.
chatContent
},
"mine"
:
data
.
mine
,
"name"
:
data
.
name
,
"img"
:
"@static/images/tou.jpg"
}
this
.
dialogueList
.
push
(
msgObj
)
}
else
{
this
.
halList
.
push
(
data
)
}
}
this
.
websocket
.
onclose
=
function
()
{
console
.
log
(
'关闭了'
)
}
// 监听窗口关闭事件,当窗口关闭时,主动去关闭websocket连接,防止连接还没断开就关闭窗口,server端会抛异常
window
.
onbeforeunload
=
function
()
{
this
.
websocket
.
close
()
},
// 路由跳转时结束websocket链接
this
.
$router
.
afterEach
(
function
()
{
this
.
websocket
.
close
()
})
},
bindEnter
()
{
const
content
=
this
.
content
if
(
!
content
)
return
;
this
.
websocket
.
send
(
content
)
},
back
()
{
this
.
$router
.
go
(
-
1
)
},
// 截标时间到了
remaintimeEnd
(
val
)
{
},
// 解密时间到了
decodeTimeEnd
(
val
)
{
this
.
isDecode
=
val
},
// 签名时间到了
signatureTimeEnd
(
val
)
{
this
.
isSignature
=
val
},
// 计算分秒倒计时
add
:
function
()
{
var
_this
=
this
var
time
=
window
.
setInterval
(
function
()
{
if
(
_this
.
seconds
===
0
&&
_this
.
minutes
!==
0
)
{
_this
.
seconds
=
59
_this
.
minutes
-=
1
}
else
if
(
_this
.
minutes
===
0
&&
_this
.
seconds
===
0
)
{
_this
.
seconds
=
0
window
.
clearInterval
(
time
)
}
else
{
_this
.
seconds
-=
1
}
},
1000
)
},
// 截标时间到了
countDowmEnd
(
val
)
{
this
.
openbidButton
=
val
},
// 左边信息栏
async
openBidsign
()
{
let
projectId
=
localStorage
.
getItem
(
"projectId"
)
try
{
const
{
data
,
code
}
=
await
openBidsign
(
projectId
)
this
.
leftmessage
=
data
}
catch
(
e
)
{
console
.
log
(
e
)
}
},
// 获取时间比较
async
getsigndetail
()
{
try
{
let
projectId
=
localStorage
.
getItem
(
"projectId"
)
var
{
data
,
code
,
msg
}
=
await
opentimeInfo
(
projectId
)
if
(
code
==
200
)
{
this
.
remaintime
=
Number
(
data
.
remainTime
);
this
.
storagedecodeTime
=
Number
(
data
.
decodeTime
)
this
.
storagesignatureTime
=
Number
(
data
.
signatureTime
)
}
else
{
this
.
$message
.
error
(
msg
)
}
var
{
data
,
code
}
=
await
signdetail
(
projectId
)
if
(
code
==
200
)
{
this
.
openStatus
=
data
.
openStatus
this
.
issueTable
=
data
.
issueTable
let
localTime
=
new
Date
().
getTime
();
console
.
log
(
this
.
storagedecodeTime
,
".............."
)
let
comparyTime
=
this
.
storagedecodeTime
-
(
localTime
-
data
.
openBidTime
)
/
1000
if
(
comparyTime
>
0
)
{
this
.
decodeTime
=
comparyTime
console
.
log
(
"大于"
)
}
else
{
console
.
log
(
"小于"
)
this
.
isDecode
=
true
}
let
comparyTime1
=
this
.
storagesignatureTime
-
(
localTime
-
data
.
openBidTime
)
/
1000
if
(
comparyTime
>
0
)
{
this
.
signatureTime
=
comparyTime1
console
.
log
(
"大于"
)
}
else
{
console
.
log
(
"小于"
)
this
.
isSignature
=
true
}
}
}
catch
(
e
)
{
console
.
log
(
e
)
}
},
// 开标一栏表
async
getopenInfo
()
{
try
{
let
projectId
=
localStorage
.
getItem
(
"projectId"
)
const
{
data
,
code
}
=
await
openInfolist
(
projectId
)
if
(
code
==
200
)
{
for
(
let
item
of
data
)
{
if
(
item
.
isSign
)
{
item
.
isSign
=
"是"
}
else
{
item
.
isSign
=
"否"
}
}
this
.
tableData
=
data
}
}
catch
(
e
)
{
console
.
log
(
e
)
}
},
},
// updated() {
// // 聊天定位到底部
// let ele = document.getElementById('chatRecord');
// ele.scrollTop = ele.scrollHeight;
// let ele1 = document.getElementById('chatRecord1');
// ele1.scrollTop = ele1.scrollHeight;
// },
destroyed
()
{
//清除定时器
clearInterval
(
this
.
timer1
);
this
.
websocket
.
close
()
}
}
import
{
signdetail
}
from
'@api/purchaser/bid'
;
import
{
openUrl
}
from
'@utils/common'
;
import
{
openBidsign
,
opentimeInfo
,
openInfolist
,
decode
,
signature
}
from
'@api/supply/bid'
;
import
{
getTime
}
from
'@utils/time'
;
import
nopageTable
from
'@components/nopageTable.vue'
;
import
dataBreadcrumb
from
'@components/dataBreadcrumb.vue'
;
import
timeDown
from
'@components/timeDown.vue'
;
import
dataTable
from
'@components/dataTable.vue'
;
export
default
{
components
:
{
dataBreadcrumb
,
timeDown
,
dataTable
,
nopageTable
},
data
()
{
return
{
tool
:
{
show
:
[
''
],
callback
:
this
.
toolEvent
,
showEmoji
:
true
},
issueTable
:
''
,
openStatus
:
''
,
isSignature
:
false
,
isDecode
:
false
,
dialogue
:
false
,
isopenInfo
:
false
,
remaintime
:
''
,
decodeTime
:
''
,
signatureTime
:
''
,
projectName
:
''
,
pageObj
:
{
size
:
10
,
total
:
1000
,
currentPage
:
1
,
func
:
(
currentPage
)
=>
{
this
.
pageTurning
(
currentPage
);
}
},
dialogFormVisible
:
false
,
tableData
:
[],
columns
:
[
{
label
:
'中标供应商'
,
prop
:
'name'
},
{
label
:
'中标项目'
,
prop
:
'project'
},
{
label
:
'中标时间'
,
prop
:
'data'
,
sortable
:
true
},
{
label
:
'备注'
,
prop
:
'remark'
},
{
slot
:
'operate'
}
],
//
nopagecolumns
:
[
{
label
:
'投标公司'
,
prop
:
'companyName'
},
{
label
:
'投标报价(元)'
,
prop
:
'price'
},
{
label
:
'是否签名'
,
prop
:
'isSign'
}
],
//
isOpenbid
:
false
,
buttonWords
:
'立即开标'
,
openbidButton
:
false
,
halList
:
[
{
time
:
'17:56:56'
,
role
:
'招标人'
,
person
:
'谢天'
,
behavior
:
'进入开标大厅'
},
{
time
:
'17:56:56'
,
role
:
'投标人'
,
person
:
'测试1'
,
behavior
:
'确认可开标'
}
],
minutes
:
'6'
,
seconds
:
'60'
,
currentTime
:
''
,
breads
:
[
'招标管理'
,
'招标项目管理'
,
'工作台'
],
leftmessage
:
''
,
websocket
:
''
,
dialogueList
:
[],
halList
:
[],
content
:
''
,
myId
:
''
};
},
mounted
()
{
this
.
add
();
},
created
()
{
// 中国标准时间
let
currentTime
=
getTime
();
this
.
currentTime
=
currentTime
;
this
.
timer1
=
setInterval
(()
=>
{
let
currentTime
=
getTime
();
this
.
currentTime
=
currentTime
;
},
1000
);
this
.
projectName
=
localStorage
.
getItem
(
'projectName'
);
this
.
getsigndetail
();
this
.
openBidsign
();
this
.
createWebSocket
();
this
.
myId
=
JSON
.
parse
(
localStorage
.
getItem
(
'userInfo'
)).
userId
;
// 长轮训获取
this
.
timer
=
setInterval
(()
=>
{
this
.
getsigndetail
();
},
5000
);
},
methods
:
{
openInfo
()
{
this
.
isopenInfo
=
true
;
this
.
getopenInfo
();
},
refrsh
()
{
history
.
go
(
0
);
},
// 解密
async
changeDecode
()
{
let
projectId
=
localStorage
.
getItem
(
'projectId'
);
try
{
const
{
msg
,
code
}
=
await
decode
(
projectId
);
if
(
code
==
200
)
{
this
.
$message
.
success
(
msg
);
this
.
openBidsign
();
}
else
{
this
.
$message
.
error
(
msg
);
}
}
catch
(
e
)
{
console
.
log
(
e
);
}
},
// 签名
async
changeSignature
()
{
let
projectId
=
localStorage
.
getItem
(
'projectId'
);
try
{
const
{
msg
,
code
}
=
await
signature
(
projectId
);
if
(
code
==
200
)
{
this
.
$message
.
success
(
msg
);
this
.
openBidsign
();
}
else
{
this
.
$message
.
error
(
msg
);
}
}
catch
(
e
)
{
console
.
log
(
e
);
}
},
isdialogue
()
{
this
.
dialogue
=
!
this
.
dialogue
;
},
// websocket
createWebSocket
()
{
let
token
=
localStorage
.
getItem
(
'token'
);
let
projectId
=
localStorage
.
getItem
(
'projectId'
);
this
.
websocket
=
new
WebSocket
(
`ws:
${
openUrl
}
/webSocket/
${
projectId
}
/
${
token
}
`
);
// 连接成功时
this
.
websocket
.
onopen
=
()
=>
{};
this
.
websocket
.
onmessage
=
(
event
)
=>
{
// 后端发送的消息在event.data中
let
data
=
JSON
.
parse
(
event
.
data
);
console
.
log
(
data
);
if
(
data
.
type
==
1
)
{
if
(
data
.
userId
==
this
.
myId
)
{
data
.
mine
=
true
;
}
else
{
data
.
mine
=
false
;
}
const
msgObj
=
{
date
:
data
.
time
,
text
:
{
text
:
data
.
chatContent
},
mine
:
data
.
mine
,
name
:
data
.
name
,
img
:
'@static/images/tou.jpg'
};
this
.
dialogueList
.
push
(
msgObj
);
}
else
{
this
.
halList
.
push
(
data
);
}
};
this
.
websocket
.
onclose
=
function
()
{
console
.
log
(
'关闭了'
);
};
// 监听窗口关闭事件,当窗口关闭时,主动去关闭websocket连接,防止连接还没断开就关闭窗口,server端会抛异常
(
window
.
onbeforeunload
=
function
()
{
this
.
websocket
.
close
();
}),
// 路由跳转时结束websocket链接
this
.
$router
.
afterEach
(
function
()
{
this
.
websocket
.
close
();
});
},
bindEnter
()
{
const
content
=
this
.
content
;
if
(
!
content
)
return
;
this
.
websocket
.
send
(
content
);
},
back
()
{
this
.
$router
.
go
(
-
1
);
},
// 截标时间到了
remaintimeEnd
(
val
)
{},
// 解密时间到了
decodeTimeEnd
(
val
)
{
this
.
isDecode
=
val
;
},
// 签名时间到了
signatureTimeEnd
(
val
)
{
this
.
isSignature
=
val
;
},
// 计算分秒倒计时
add
:
function
()
{
var
_this
=
this
;
var
time
=
window
.
setInterval
(
function
()
{
if
(
_this
.
seconds
===
0
&&
_this
.
minutes
!==
0
)
{
_this
.
seconds
=
59
;
_this
.
minutes
-=
1
;
}
else
if
(
_this
.
minutes
===
0
&&
_this
.
seconds
===
0
)
{
_this
.
seconds
=
0
;
window
.
clearInterval
(
time
);
}
else
{
_this
.
seconds
-=
1
;
}
},
1000
);
},
// 截标时间到了
countDowmEnd
(
val
)
{
this
.
openbidButton
=
val
;
},
// 左边信息栏
async
openBidsign
()
{
let
projectId
=
localStorage
.
getItem
(
'projectId'
);
try
{
const
{
data
,
code
}
=
await
openBidsign
(
projectId
);
this
.
leftmessage
=
data
;
}
catch
(
e
)
{
console
.
log
(
e
);
}
},
// 获取时间比较
async
getsigndetail
()
{
try
{
let
projectId
=
localStorage
.
getItem
(
'projectId'
);
var
{
data
,
code
,
msg
}
=
await
opentimeInfo
(
projectId
);
if
(
code
==
200
)
{
this
.
remaintime
=
Number
(
data
.
remainTime
);
this
.
storagedecodeTime
=
Number
(
data
.
decodeTime
);
this
.
storagesignatureTime
=
Number
(
data
.
signatureTime
);
}
else
{
this
.
$message
.
error
(
msg
);
}
var
{
data
,
code
}
=
await
signdetail
(
projectId
);
if
(
code
==
200
)
{
this
.
openStatus
=
data
.
openStatus
;
this
.
issueTable
=
data
.
issueTable
;
let
localTime
=
new
Date
().
getTime
();
console
.
log
(
this
.
storagedecodeTime
,
'..............'
);
let
comparyTime
=
this
.
storagedecodeTime
-
(
localTime
-
data
.
openBidTime
)
/
1000
;
if
(
comparyTime
>
0
)
{
this
.
decodeTime
=
comparyTime
;
console
.
log
(
'大于'
);
}
else
{
console
.
log
(
'小于'
);
this
.
isDecode
=
true
;
}
let
comparyTime1
=
this
.
storagesignatureTime
-
(
localTime
-
data
.
openBidTime
)
/
1000
;
if
(
comparyTime
>
0
)
{
this
.
signatureTime
=
comparyTime1
;
console
.
log
(
'大于'
);
}
else
{
console
.
log
(
'小于'
);
this
.
isSignature
=
true
;
}
}
}
catch
(
e
)
{
console
.
log
(
e
);
}
},
// 开标一栏表
async
getopenInfo
()
{
try
{
let
projectId
=
localStorage
.
getItem
(
'projectId'
);
const
{
data
,
code
}
=
await
openInfolist
(
projectId
);
if
(
code
==
200
)
{
for
(
let
item
of
data
)
{
if
(
item
.
isSign
)
{
item
.
isSign
=
'是'
;
}
else
{
item
.
isSign
=
'否'
;
}
}
this
.
tableData
=
data
;
}
}
catch
(
e
)
{
console
.
log
(
e
);
}
}
},
// updated() {
// // 聊天定位到底部
// let ele = document.getElementById('chatRecord');
// ele.scrollTop = ele.scrollHeight;
// let ele1 = document.getElementById('chatRecord1');
// ele1.scrollTop = ele1.scrollHeight;
// },
destroyed
()
{
//清除定时器
clearInterval
(
this
.
timer1
);
this
.
websocket
.
close
();
}
};
</
script
>
<
style
scoped
>
.flex-left
{
display
:
flex
;
justify-content
:
flex-start
;
}
.flex-right
{
display
:
flex
;
justify-content
:
flex-end
;
}
.hal
{
position
:
relative
;
}
.dialogue
{
position
:
absolute
;
top
:
10%
;
right
:
10%
;
border
:
1px
solid
#CCCCCC
;
padding
:
10px
}
.dialogue
>
.dialogueList
{
box-sizing
:
border-box
;
padding
:
20px
;
overflow
:
auto
;
border
:
1px
solid
#DCDFE6
;
width
:
400px
;
height
:
300px
;
}
.abs
{
position
:
absolute
;
right
:
100px
;
bottom
:
-91px
;
}
.flex-left
{
display
:
flex
;
justify-content
:
flex-start
;
}
.dialogueList
>
li
{
margin-bottom
:
20px
;
}
.flex-right
{
display
:
flex
;
justify-content
:
flex-end
;
}
.explain
>
h1
{
text-align
:
center
;
margin
:
30px
0
}
.hal
{
position
:
relative
;
}
.buttons
{
margin
:
100px
0
;
}
.dialogue
{
position
:
absolute
;
top
:
10%
;
right
:
10%
;
border
:
1px
solid
#cccccc
;
padding
:
10px
;
}
.hal-left
{
width
:
200px
;
.dialogue
>
.dialogueList
{
box-sizing
:
border-box
;
padding
:
20px
;
overflow
:
auto
;
border
:
1px
solid
#dcdfe6
;
width
:
400px
;
height
:
300px
;
}
}
.dialogueList
>
li
{
margin-bottom
:
20px
;
}
.hal-left
>
div
{
width
:
100%
;
height
:
300px
;
border
:
1px
solid
#000
;
box-sizing
:
border-box
;
padding
:
40px
20px
}
.explain
>
h1
{
text-align
:
center
;
margin
:
30px
0
;
}
.buttons
{
margin
:
100px
0
;
}
.hal-left
{
width
:
200px
;
}
.hal-right
{
width
:
200px
;
height
:
500px
;
}
.hal-left
>
div
{
width
:
100%
;
height
:
300px
;
border
:
1px
solid
#000
;
box-sizing
:
border-box
;
padding
:
40px
20px
;
}
.hal-right
>
button
{
margin-bottom
:
20px
;
}
.hal-right
{
width
:
200px
;
height
:
500px
;
}
.hal-center
{
flex
:
1
;
height
:
500px
;
border
:
1px
solid
#000
;
margin
:
0
50px
;
box-sizing
:
border-box
;
padding
:
30px
;
overflow
:
auto
;
}
.hal-right
>
button
{
margin-bottom
:
20px
;
}
.hal-center
>
ul
>
li
{
margin-bottom
:
30px
;
}
.hal-center
{
flex
:
1
;
height
:
500px
;
border
:
1px
solid
#000
;
margin
:
0
50px
;
box-sizing
:
border-box
;
padding
:
30px
;
overflow
:
auto
;
}
.hal-center
>
ul
>
li
>
div
{
margin-right
:
10px
;
font-size
:
16px
;
}
.hal-center
>
ul
>
li
{
margin-bottom
:
30px
;
}
.button-pos
{
margin-top
:
50px
;
}
.hal-center
>
ul
>
li
>
div
{
margin-right
:
10px
;
font-size
:
16px
;
}
.time-message
{
width
:
60%
;
margin
:
10px
auto
;
font-size
:
16px
;
}
.button-pos
{
margin-top
:
50px
;
}
.hal-left
h1
{
margin-bottom
:
50px
;
/* letter-spacing:5px */
}
.time-message
{
width
:
60%
;
margin
:
10px
auto
;
font-size
:
16px
;
}
.bid-message
{
flex-wrap
:
wrap
;
font-size
:
16px
;
}
.hal-left
h1
{
margin-bottom
:
50px
;
/* letter-spacing:5px */
}
.bid-message
>
div
{
margin-right
:
50px
;
margin-bottom
:
30
px
;
}
.bid-message
{
flex-wrap
:
wrap
;
font-size
:
16
px
;
}
.bid-message
>
div
{
margin-right
:
50px
;
margin-bottom
:
30px
;
}
</
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