init: QHX TV看板项目首次入库
This commit is contained in:
BIN
public/about.jpg
Normal file
BIN
public/about.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
BIN
public/alarm.mp3
Normal file
BIN
public/alarm.mp3
Normal file
Binary file not shown.
88
public/config.js
Normal file
88
public/config.js
Normal file
@@ -0,0 +1,88 @@
|
||||
window.dt_Config = {
|
||||
serverAddress: 'http://127.0.0.1:10090/submit/MESCommonBase.ashx',
|
||||
serverAddress1: 'http://127.0.0.1:10090/submit/MESGetFileList.ashx',
|
||||
serverAddress2: 'http://127.0.0.1:10090/submit/MESGetFileList1.ashx',
|
||||
serverAddressDownloadFile: 'http://127.0.0.1:10090/submit/MESDownloadFile.ashx',
|
||||
opCodeQX: [
|
||||
{
|
||||
label: 'OP10',
|
||||
value: 'OP10'
|
||||
},
|
||||
{
|
||||
label: 'OP20',
|
||||
value: 'OP20'
|
||||
}
|
||||
],
|
||||
opCodeHX: [
|
||||
{
|
||||
label: 'OP20',
|
||||
value: 'OP20'
|
||||
},
|
||||
{
|
||||
label: 'OP30',
|
||||
value: 'OP30'
|
||||
},
|
||||
{
|
||||
label: 'OP40',
|
||||
value: 'OP40'
|
||||
},
|
||||
{
|
||||
label: 'OP50',
|
||||
value: 'OP50'
|
||||
},
|
||||
{
|
||||
label: 'OP60A',
|
||||
value: 'OP60A'
|
||||
},
|
||||
{
|
||||
label: 'OP60B',
|
||||
value: 'OP60B'
|
||||
},
|
||||
{
|
||||
label: 'OP70',
|
||||
value: 'OP70'
|
||||
},
|
||||
{
|
||||
label: 'OP80',
|
||||
value: 'OP80'
|
||||
},
|
||||
{
|
||||
label: 'OP90',
|
||||
value: 'OP90'
|
||||
},
|
||||
{
|
||||
label: 'OP100',
|
||||
value: 'OP100'
|
||||
}
|
||||
],
|
||||
peoplePosition: [
|
||||
{
|
||||
label: '班长',
|
||||
value: '班长'
|
||||
},
|
||||
{
|
||||
label: '自由人',
|
||||
value: '自由人'
|
||||
},
|
||||
{
|
||||
label: '设备员',
|
||||
value: '设备员'
|
||||
},
|
||||
{
|
||||
label: '工艺员',
|
||||
value: '工艺员'
|
||||
},
|
||||
{
|
||||
label: '检察员',
|
||||
value: '检察员'
|
||||
},
|
||||
{
|
||||
label: '物流员',
|
||||
value: '物流员'
|
||||
},
|
||||
{
|
||||
label: '操作员',
|
||||
value: '操作员'
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
19
public/index.html
Normal file
19
public/index.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<title>装配线智慧系统</title>
|
||||
<script type="text/javascript">
|
||||
document.write("<script src='./config.js?v=" + new Date().getTime() + "'><\/script>");
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>We're sorry but DT-TV doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
</html>
|
||||
BIN
public/logo.png
Normal file
BIN
public/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
BIN
public/run.png
Normal file
BIN
public/run.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/十字图片.jpg
Normal file
BIN
public/十字图片.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
public/标题框.png
Normal file
BIN
public/标题框.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
Reference in New Issue
Block a user