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
5559c4c1
Commit
5559c4c1
authored
Jun 04, 2024
by
Allencl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
432e8f6c
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
192 additions
and
36 deletions
+192
-36
common.css
css/common.css
+24
-21
index.html
index.html
+1
-1
index1.html
index1.html
+157
-6
index22.html
index22.html
+1
-1
index33.html
index33.html
+1
-1
page1.html
page1.html
+2
-2
page2.html
page2.html
+3
-2
page3.html
page3.html
+3
-2
No files found.
css/common.css
View file @
5559c4c1
...
...
@@ -108,12 +108,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 +126,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 +165,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,10 +188,10 @@ 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
{
...
...
index.html
View file @
5559c4c1
...
...
@@ -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 @
5559c4c1
...
...
@@ -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,11 +30,14 @@
</head>
<body>
<div
id=
"app"
>
<v-app>
<div
class=
"wrap-custem"
style=
"height:100%;"
>
<div
@
dblclick=
"handleDoubleClick"
style=
"width: 100%;position: absolute;top: 0px;left: 0px;z-index: 99991;height: 80px;"
>
</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>
...
...
@@ -145,6 +148,92 @@
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
},
{
lable
:
"
工位111
"
,
active
:
false
},
...
...
@@ -165,7 +254,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 +425,77 @@
},
// 确定
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
(()
=>
{
that
.
requestFullscreenFunc
()
setTimeout
(()
=>
{
// 显示第一个 ifream
$
(
"
#myiframe1
"
).
removeClass
(
"
hidden
"
)
},
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 @
5559c4c1
...
...
@@ -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 @
5559c4c1
...
...
@@ -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 @
5559c4c1
...
...
@@ -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"
>
...
...
page2.html
View file @
5559c4c1
...
...
@@ -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 @
5559c4c1
...
...
@@ -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