-
Notifications
You must be signed in to change notification settings - Fork 0
/
association_setting.html
117 lines (102 loc) · 3.87 KB
/
association_setting.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>关联关系设置</title>
<link href="css/bootstrap.min14ed.css?v=3.3.6" rel="stylesheet">
<link href="css/font-awesome.min93e3.css?v=4.4.0" rel="stylesheet">
<link href="css/style.min862f.css?v=4.1.0" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap-table.css">
<link rel="stylesheet" href="css/plugins/sweetalert/sweetalert2.css">
</head>
<style>
body {
margin: 10px 5px;
}
button {
margin-left: 2%;
}
.shadow_box:hover {
background: rgba(9, 7, 7, 0.24);
box-shadow: 5px 5px 20px #150b0b82
}
@font-face {
font-family: 'iconfont'; /* project id 1208223 */
src: url('//at.alicdn.com/t/font_1208223_y0dzusmzsnh.eot');
src: url('//at.alicdn.com/t/font_1208223_y0dzusmzsnh.eot?#iefix') format('embedded-opentype'),
url('//at.alicdn.com/t/font_1208223_y0dzusmzsnh.woff2') format('woff2'),
url('//at.alicdn.com/t/font_1208223_y0dzusmzsnh.woff') format('woff'),
url('//at.alicdn.com/t/font_1208223_y0dzusmzsnh.ttf') format('truetype'),
url('//at.alicdn.com/t/font_1208223_y0dzusmzsnh.svg#iconfont') format('svg');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 60px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</style>
<body>
<div class="col-md-6 shadow_box" id="process_and_work_type">
<div class="widget navy-bg p-lg text-center" style="height: 400px;">
<div class="m-b-md text-center" style="margin-top:15%">
<i class="iconfont"> </i>
<h1>工序与工种</h1>
</div>
</div>
</div>
<div class="col-md-6 shadow_box" id="work_type_and_materials">
<div class="widget lazur-bg p-lg text-center" style="height: 400px;">
<div class="m-b-md text-center" style="margin-top:15%">
<i class="iconfont"> </i>
<h1>工种与物料</h1>
</div>
</div>
</div>
<div class="col-md-6 shadow_box" id="work_type_and_production_result">
<div class="widget yellow-bg p-lg text-center" style="height: 400px;">
<div class="m-b-md text-center" style="margin-top:15%">
<i class="iconfont"> </i>
<h1>工种与生产结果</h1>
</div>
</div>
</div>
<div class="col-md-6 shadow_box" id="process_and_return">
<div class="widget red-bg p-lg text-center" style="height: 400px;">
<div class="m-b-md text-center" style="margin-top:15%">
<i class="iconfont"> </i>
<h1>工序与返修</h1>
</div>
</div>
</div>
<div class="col-md-6 shadow_box" id="step_and_environ">
<div class="widget p-lg text-center" style="height: 400px;background: #e5e600">
<div class="m-b-md text-center" style="margin-top:15%">
<i class="iconfont"> </i>
<h1>工序与加工环境</h1>
</div>
</div>
</div>
<div class="col-md-6 shadow_box" id="materials_and_production_result">
<div class="widget blue-bg p-lg text-center" style="height: 400px;">
<div class="m-b-md text-center" style="margin-top:15%">
<i class="iconfont"> </i>
<h1>物料与生产结果</h1>
</div>
</div>
</div>
<script src="js/jquery.min.js?v=2.1.4"></script>
<script src="js/bootstrap.min.js?v=3.3.6"></script>
<script src="js/bootstrap-table.js"></script>
<script src="js/plugins/bootstrap-table/bootstrap-table-mobile.min.js"></script>
<script src="js/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.min.js"></script>
<script type="text/javascript" src="http://tajs.qq.com/stats?sId=9051096"
charset="UTF-8"></script>
<script src="js/plugins/sweetalert/sweetalert2.js"></script>
<script src="js/plugins/validate/jquery.validate.min.js"></script>
<script src="js/plugins/validate/messages_zh.min.js"></script>
<script src="js/mes/public/publicURL.js"></script>
<script src="js/mes/process/association_setting.js"></script>
</body>
</html>