Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
kanban-nanjing-11
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
caolun
kanban-nanjing-11
Commits
05d13dd0
Commit
05d13dd0
authored
Jun 04, 2024
by
xcc
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/main'
parents
b6422f0a
e3f8316a
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
260 additions
and
120 deletions
+260
-120
common.css
css/common.css
+85
-22
page2.css
css/page2.css
+1
-1
page3.css
css/page3.css
+17
-0
left-btn.svg
img/left-btn.svg
+1
-0
right-btn.svg
img/right-btn.svg
+1
-0
index.html
index.html
+1
-1
index1.html
index1.html
+143
-87
index22.html
index22.html
+1
-1
index33.html
index33.html
+1
-1
page1.html
page1.html
+3
-3
page2.html
page2.html
+3
-2
page3.html
page3.html
+3
-2
No files found.
css/common.css
View file @
05d13dd0
...
...
@@ -68,10 +68,13 @@ a,a:hover,.btn,.btn:hover{ transition:all 300ms ease; user-select:none; }
top
:
36px
;
color
:
#fff
;
top
:
72px
;
right
:
357px
;
}
.toptime
span
{
font-size
:
3
6px
;
font-size
:
4
6px
;
}
...
...
@@ -108,12 +111,12 @@ a,a:hover,.btn,.btn:hover{ transition:all 300ms ease; user-select:none; }
.dilog-iframe-index
{
width
:
20
00px
;
height
:
1
500px
;
width
:
12
00px
;
height
:
500px
;
position
:
absolute
;
top
:
20
0px
;
left
:
calc
(
50%
-
10
00px
);
z-index
:
999
;
top
:
6
0px
;
left
:
calc
(
50%
-
6
00px
);
z-index
:
999
999
;
background
:
#fff
;
border-radius
:
30px
;
}
...
...
@@ -126,37 +129,38 @@ a,a:hover,.btn,.btn:hover{ transition:all 300ms ease; user-select:none; }
.dilog-iframe-index
ul
{
list-style
:
none
;
margin-top
:
6
0px
;
margin-top
:
2
0px
;
overflow
:
scroll
;
height
:
976px
;
height
:
307px
;
min-height
:
307px
;
}
.dilog-iframe-index
h1
{
text-align
:
center
;
margin-top
:
66
px
;
font-size
:
76
px
;
margin-top
:
12
px
;
font-size
:
24
px
;
}
.dilog-iframe-index
li
{
display
:
inline-block
;
border
:
1px
solid
#868585
a6
;
border-radius
:
12px
;
padding
:
28px
8
6px
;
padding
:
4px
2
6px
;
cursor
:
pointer
;
user-select
:
none
;
position
:
relative
;
margin-right
:
26
px
;
margin-bottom
:
36
px
;
margin-right
:
17
px
;
margin-bottom
:
13
px
;
}
.dilog-iframe-index
li
img
{
width
:
50
px
;
height
:
50
px
;
width
:
14
px
;
height
:
14
px
;
display
:
inline-block
;
position
:
absolute
;
top
:
10
px
;
right
:
10
px
;
top
:
6
px
;
right
:
6
px
;
z-index
:
111
;
visibility
:
hidden
;
}
...
...
@@ -164,7 +168,9 @@ a,a:hover,.btn,.btn:hover{ transition:all 300ms ease; user-select:none; }
display
:
inline-block
;
padding
:
0px
;
margin
:
0px
;
font-size
:
46px
;
font-size
:
16px
;
position
:
relative
;
top
:
-3px
;
}
...
...
@@ -185,12 +191,69 @@ a,a:hover,.btn,.btn:hover{ transition:all 300ms ease; user-select:none; }
}
.dilog-iframe-index
.bottom-btn
.v-btn
{
font-size
:
7
6px
;
width
:
500
px
;
height
:
166
px
;
border-radius
:
1
8
px
;
font-size
:
2
6px
;
width
:
112
px
;
height
:
60
px
;
border-radius
:
1
2
px
;
}
body
{
user-select
:
none
;
}
.change-btn-left
{
/* width: 100px;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 999991;
background-color: red; */
}
.top-bar-click-box
{
width
:
100%
;
position
:
absolute
;
top
:
0px
;
left
:
0px
;
z-index
:
99991
;
height
:
100px
;
/* background: red; */
}
.top-bar-click-box
{
display
:
flex
;
}
.top-bar-click-box
img
{
width
:
60px
;
height
:
60px
;
cursor
:
pointer
;
margin-top
:
20px
;
/* display: none; */
}
.top-bar-click-box
div
:nth-child
(
1
)
{
display
:
inline-block
;
flex
:
2
;
/* background-color: #00ccff; */
text-align
:
left
;
padding-left
:
16px
;
}
.top-bar-click-box
div
:nth-child
(
2
)
{
display
:
inline-block
;
flex
:
4
;
cursor
:
pointer
;
/* background-color: #f2ca63; */
}
.top-bar-click-box
div
:nth-child
(
3
)
{
display
:
inline-block
;
flex
:
2
;
padding-right
:
16px
;
/* background-color: greenyellow; */
text-align
:
right
;
}
\ No newline at end of file
css/page2.css
View file @
05d13dd0
...
...
@@ -775,7 +775,7 @@
.text-126
{
text-align
:
center
;
font-size
:
60px
;
margin-top
:
32
px
;
margin-top
:
0
px
;
}
.error
{
color
:
#e91d1d
;
...
...
css/page3.css
View file @
05d13dd0
...
...
@@ -915,3 +915,20 @@
transform
:
translateX
(
-100%
);
}
}
.bottom-inex23-box
{
border
:
none
;
margin-left
:
31px
;
/* padding-left: 70px; */
position
:
absolute
;
padding-left
:
16px
;
width
:
98%
;
bottom
:
-16px
;
}
.bottom-inex23-box
.text-126
{
margin-top
:
0px
;
}
\ No newline at end of file
img/left-btn.svg
0 → 100644
View file @
05d13dd0
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
t=
"1717488133848"
class=
"icon"
viewBox=
"0 0 1024 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
p-id=
"4529"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
width=
"200"
height=
"200"
><path
d=
"M512 97.52381c228.912762 0 414.47619 185.563429 414.47619 414.47619s-185.563429 414.47619-414.47619 414.47619S97.52381 740.912762 97.52381 512 283.087238 97.52381 512 97.52381z m0 73.142857C323.486476 170.666667 170.666667 323.486476 170.666667 512s152.81981 341.333333 341.333333 341.333333 341.333333-152.81981 341.333333-341.333333S700.513524 170.666667 512 170.666667z m48.761905 118.954666L612.473905 341.333333l-170.666667 170.666667 170.666667 170.666667L560.761905 734.378667 338.383238 512 560.761905 289.621333z"
p-id=
"4530"
fill=
"#ffffff"
></path></svg>
\ No newline at end of file
img/right-btn.svg
0 → 100644
View file @
05d13dd0
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
t=
"1717490209956"
class=
"icon"
viewBox=
"0 0 1024 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
p-id=
"5565"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
width=
"200"
height=
"200"
><path
d=
"M512 97.52381c228.912762 0 414.47619 185.563429 414.47619 414.47619s-185.563429 414.47619-414.47619 414.47619S97.52381 740.912762 97.52381 512 283.087238 97.52381 512 97.52381z m0 73.142857C323.486476 170.666667 170.666667 323.486476 170.666667 512s152.81981 341.333333 341.333333 341.333333 341.333333-152.81981 341.333333-341.333333S700.513524 170.666667 512 170.666667z m-48.761905 118.954666L685.616762 512 463.238095 734.378667 411.526095 682.666667l170.666667-170.666667-170.666667-170.666667L463.238095 289.621333z"
p-id=
"5566"
fill=
"#ffffff"
></path></svg>
\ No newline at end of file
index.html
View file @
05d13dd0
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"renderer"
content=
"webkit"
/>
<title>
精工底盘运营管理
</title>
<title>
南京汽车集团有限公司MEB系统
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/common.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/animate.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/index.css"
/>
...
...
index1.html
View file @
05d13dd0
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"renderer"
content=
"webkit"
/>
<
!-- <title>精工底盘运营管理</title> --
>
<
title>
南京汽车集团有限公司MEB系统
</title
>
<link
rel=
'stylesheet'
href=
'css/materialdesignicons.min.css'
type=
'text/css'
media=
'all'
/>
...
...
@@ -30,14 +30,25 @@
</head>
<body>
<div
id=
"app"
>
<v-app>
<div
class=
"wrap-custem"
style=
"height:100%;"
>
<div
@
click=
"clickshowBox"
class=
"top-bar-click-box"
>
<div>
<img
v-if=
"showIMg"
@
click=
"lastClick"
src=
"./img/left-btn.svg"
alt=
""
>
</div>
<div
@
dblclick=
"handleDoubleClick"
></div>
<div>
<img
v-if=
"showIMg"
@
click=
"nextClick"
src=
"./img/right-btn.svg"
alt=
""
>
</div>
</div>
<div
class=
"wrap wrap-custem"
>
<iframe
id=
"myiframe1"
class=
"iframe-custem hidden"
src=
"./page1.html"
frameborder=
"0"
></iframe>
<iframe
id=
"myiframe2"
class=
"iframe-custem hidden"
src=
"./page2.html"
frameborder=
"0"
></iframe>
<iframe
id=
"myiframe3"
class=
"iframe-custem hidden"
src=
"./page3.html"
frameborder=
"0"
></iframe>
<iframe
id=
"myiframe1"
:class=
"`iframe-custem ${numMark==1?'':'hidden'}`"
src=
"./page1.html"
frameborder=
"0"
></iframe>
<iframe
id=
"myiframe2"
:class=
"`iframe-custem ${numMark==2?'':'hidden'}`"
src=
"./page2.html"
frameborder=
"0"
></iframe>
<iframe
id=
"myiframe3"
:class=
"`iframe-custem ${numMark==3?'':'hidden'}`"
src=
"./page3.html"
frameborder=
"0"
></iframe>
<div
v-if=
"showDilog"
class=
"dilog-iframe-index"
>
...
...
@@ -64,87 +75,22 @@
el
:
'
#app
'
,
vuetify
:
new
Vuetify
(),
data
:
()
=>
({
numMark
:
0
,
showIMg
:
false
,
showDilog
:
true
,
gongweiList
:[
{
lable
:
"
工位111
"
,
active
:
false
},
{
lable
:
"
工位111
"
,
active
:
false
},
{
lable
:
"
工位111
"
,
active
:
false
},
{
lable
:
"
工位111
"
,
active
:
false
},
{
lable
:
"
工位111
"
,
active
:
false
},
{
lable
:
"
工位111
"
,
active
:
false
},
{
lable
:
"
工位111
"
,
active
:
false
},
{
lable
:
"
工位111
"
,
active
:
false
},
{
lable
:
"
工位111
"
,
active
:
false
},
{
lable
:
"
工位111
"
,
active
:
false
},
{
lable
:
"
工位111
"
,
active
:
false
},
{
lable
:
"
工位111
"
,
active
:
false
},
{
lable
:
"
工位111
"
,
active
:
false
},
{
lable
:
"
工位111
"
,
active
:
false
},
{
lable
:
"
工位111
"
,
active
:
false
},
{
lable
:
"
工位111
"
,
active
:
false
},
{
lable
:
"
工位111
"
,
active
:
false
},
{
lable
:
"
工位111
"
,
active
:
false
},
{
lable
:
"
工位111
"
,
active
:
false
},
// {
// lable:"工位111",
// active:false
// },
// {
// lable:"工位111",
// active:false
// },
...
...
@@ -155,6 +101,53 @@
this
.
getSite
();
},
methods
:
{
// 上一个
lastClick
(){
if
(
this
.
numMark
<=
1
){
this
.
$nextTick
(()
=>
{
this
.
numMark
=
3
})
}
else
{
this
.
$nextTick
(()
=>
{
this
.
numMark
=
this
.
numMark
-
1
})
}
},
// 下一个
nextClick
(){
if
(
this
.
numMark
>=
3
){
this
.
$nextTick
(()
=>
{
this
.
numMark
=
1
})
}
else
{
this
.
$nextTick
(()
=>
{
this
.
numMark
=
this
.
numMark
+
1
})
}
},
// 显示按钮
clickshowBox
(){
if
(
!
this
.
showDilog
){
this
.
showIMg
=
true
//清除interval定时器
if
(
window
.
IntervalItemRight1
){
clearInterval
(
window
.
IntervalItemRight1
)
}
window
.
IntervalItemRight1
=
setInterval
(()
=>
{
this
.
showIMg
=
false
},
15000
)
}
},
getSite
(){
fetch
(
'
http://127.0.0.1:8180/stage-api/base/site/selectListSite
'
,
{
method
:
'
GET
'
,
headers
:
{
'
Authorization
'
:
'
Bearer_8aa1151b-dcff-47d7-8d6a-4bec3cb2041d
'
}})
...
...
@@ -165,7 +158,7 @@
.
catch
(
error
=>
console
.
error
(
'
Error:
'
,
error
));
},
initWebSocket
(){
console
.
log
(
'
1111+++=
'
+
codeDianshi
)
//
console.log('1111+++='+codeDianshi)
var
iframe1
=
document
.
getElementById
(
'
myiframe1
'
).
contentWindow
;
var
iframe2
=
document
.
getElementById
(
'
myiframe2
'
).
contentWindow
;
var
iframe3
=
document
.
getElementById
(
'
myiframe3
'
).
contentWindow
;
...
...
@@ -336,15 +329,78 @@
},
// 确定
submit1
(){
const
that
=
this
const
_data
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
gongweiList
)).
filter
(
o
=>
o
.
active
)
codeDianshi
=
_data
[
0
].
tmBasSiteId
;
this
.
initWebSocket
();
this
.
showDilog
=
false
;
this
.
$nextTick
(()
=>
{
// 显示第一个 ifream
$
(
"
#myiframe1
"
).
removeClass
(
"
hidden
"
)
that
.
requestFullscreenFunc
()
setTimeout
(()
=>
{
// 显示第一个 ifream
// $("#myiframe1").removeClass("hidden")
this
.
numMark
=
1
},
300
)
})
},
// 全屏 函数
requestFullscreenFunc
(){
// 全屏
var
docElm
=
document
.
body
;
/*W3C*/
if
(
docElm
.
requestFullscreen
)
{
docElm
.
requestFullscreen
();
}
/*FireFox */
else
if
(
docElm
.
mozRequestFullScreen
)
{
docElm
.
mozRequestFullScreen
();
}
/*Chrome等 */
else
if
(
docElm
.
webkitRequestFullScreen
)
{
docElm
.
webkitRequestFullScreen
();
}
/*IE11*/
else
if
(
docElm
.
msRequestFullscreen
)
{
docElm
.
msRequestFullscreen
();
}
},
// 判断全屏
checkFull
(){
var
isFull
=
false
;
if
(
document
.
fullscreenEnabled
||
document
.
msFullscreenEnabled
)
{
isFull
=
window
.
fullScreen
||
document
.
webkitIsFullScreen
;
if
(
isFull
===
undefined
)
{
isFull
=
false
;
}
}
this
.
isFullscreen
=
isFull
return
isFull
;
},
// 退出全屏
outRequestFullscreenFunc
(){
// if(! this.checkFull() ) return
if
(
document
.
fullscreenElement
!==
null
)
{
document
.
exitFullscreen
();
}
else
if
(
document
.
mozCancelFullScreen
)
{
document
.
mozCancelFullScreen
()
}
else
if
(
document
.
webkitCancelFullScreen
)
{
document
.
webkitCancelFullScreen
()
}
else
if
(
document
.
msExitFullscreen
)
{
document
.
msExitFullscreen
()
}
},
handleDoubleClick
(){
if
(
!
this
.
checkFull
()
){
this
.
requestFullscreenFunc
()
}
else
{
this
.
outRequestFullscreenFunc
()
}
}
}
})
...
...
index22.html
View file @
05d13dd0
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"renderer"
content=
"webkit"
/>
<!-- <title>
精工底盘运营管理
</title> -->
<!-- <title>
南京汽车集团有限公司MEB系统
</title> -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/common.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/animate.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/index.css"
/>
...
...
index33.html
View file @
05d13dd0
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"renderer"
content=
"webkit"
/>
<!-- <title>
精工底盘运营管理
</title> -->
<!-- <title>
南京汽车集团有限公司MEB系统
</title> -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/common.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/animate.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/index.css"
/>
...
...
page1.html
View file @
05d13dd0
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"renderer"
content=
"webkit"
/>
<title>
看板
</title>
<title>
南京汽车集团有限公司MEB系统
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/common.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/animate.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/liMarquee.css"
>
...
...
@@ -19,7 +19,7 @@
<script>
new
WOW
().
init
();
</script>
</head>
<body>
<body
style=
"transform: scaleY(0.397) scaleX(0.406);transform-origin: 0px 0px;"
>
<div
class=
"wrap wow fadeIn"
data-wow-duration=
"1s"
data-wow-delay=
"0s"
>
...
...
@@ -322,7 +322,7 @@
.text-126
{
text-align
:
center
;
font-size
:
60px
;
margin-top
:
3
2px
;
margin-top
:
2px
;
}
.error
{
color
:
#e91d1d
;
...
...
page2.html
View file @
05d13dd0
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"renderer"
content=
"webkit"
/>
<title>
看板
</title>
<title>
南京汽车集团有限公司MEB系统
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/common.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/animate.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/liMarquee.css"
>
...
...
@@ -19,7 +19,8 @@
<script>
new
WOW
().
init
();
</script>
</head>
<body>
<body
style=
"transform: scaleY(0.397) scaleX(0.406);transform-origin: 0px 0px;"
>
<div
class=
"wrap wow fadeIn"
data-wow-duration=
"1s"
data-wow-delay=
"0s"
>
...
...
page3.html
View file @
05d13dd0
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"renderer"
content=
"webkit"
/>
<title>
看板
</title>
<title>
南京汽车集团有限公司MEB系统
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/common.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/animate.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/liMarquee.css"
>
...
...
@@ -19,7 +19,8 @@
<script>
new
WOW
().
init
();
</script>
</head>
<body>
<body
style=
"transform: scaleY(0.397) scaleX(0.406);transform-origin: 0px 0px;"
>
<div
class=
"wrap wow fadeIn"
data-wow-duration=
"1s"
data-wow-delay=
"0s"
>
...
...
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