update
This commit is contained in:
parent
b209a6aba0
commit
53835d046e
@ -2,7 +2,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<header2 ref="headerref" :width="'100%'" :height="'100px'" :title="'再登工况物联管理系统'" :titleTip="[]"
|
<header2 ref="headerref" :width="'100%'" :height="'100px'" :title="'再登高工况物联管理系统'" :titleTip="[]"
|
||||||
:typeFun="['time', 'comback']" :alarmType="[]"></header2>
|
:typeFun="['time', 'comback']" :alarmType="[]"></header2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-16 11:04:06
|
* @Date: 2023-02-16 11:04:06
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-04-28 08:01:55
|
* @Date: 2023-04-28 08:01:55
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div ref="ringRef" class="ring" ></div>
|
<div ref="ringRef" class="ring" ></div>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<header2 ref="headerref" :width="'100%'" :height="'100px'" :title="'再登工况物联管理系统'" :titleTip="[]"
|
<header2 ref="headerref" :width="'100%'" :height="'100px'" :title="'再登高工况物联管理系统'" :titleTip="[]"
|
||||||
:typeFun="['time']" :alarmType="[]"></header2>
|
:typeFun="['time']" :alarmType="[]"></header2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -71,27 +71,27 @@ let qbj_data = ref([
|
|||||||
{ key: '机架号', value: '102014422' },
|
{ key: '机架号', value: '102014422' },
|
||||||
{ key: '设备状态', value: 2 },
|
{ key: '设备状态', value: 2 },
|
||||||
{ key: '稼动率', value: '90%' },
|
{ key: '稼动率', value: '90%' },
|
||||||
{ key: '工作时长', value: '0min' },
|
{ key: '工作时长', value: '1385min' },
|
||||||
])
|
])
|
||||||
|
|
||||||
let hxj_data = ref([
|
let hxj_data = ref([
|
||||||
{ key: '机架号', value: '102014422' },
|
{ key: '机架号', value: '102014422' },
|
||||||
{ key: '设备状态', value: 2 },
|
{ key: '设备状态', value: 2 },
|
||||||
{ key: '稼动率', value: '90%' },
|
{ key: '稼动率', value: '90%' },
|
||||||
{ key: '工作时长', value: '0min' },
|
{ key: '工作时长', value: '2411min' },
|
||||||
])
|
])
|
||||||
let xhj_data = ref([
|
let xhj_data = ref([
|
||||||
{ key: '机架号', value: '102014422' },
|
{ key: '机架号', value: '102014422' },
|
||||||
{ key: '设备状态', value: 2 },
|
{ key: '设备状态', value: 2 },
|
||||||
{ key: '稼动率', value: '90%' },
|
{ key: '稼动率', value: '90%' },
|
||||||
{ key: '工作时长', value: '0min' },
|
{ key: '工作时长', value: '1685min' },
|
||||||
])
|
])
|
||||||
|
|
||||||
let ldd_data = ref([
|
let ldd_data = ref([
|
||||||
{ key: '机架号', value: '102014422' },
|
{ key: '机架号', value: '102014422' },
|
||||||
{ key: '设备状态', value: 2 },
|
{ key: '设备状态', value: 2 },
|
||||||
{ key: '稼动率', value: '90%' },
|
{ key: '稼动率', value: '90%' },
|
||||||
{ key: '工作时长', value: '0min' },
|
{ key: '工作时长', value: '2208min' },
|
||||||
])
|
])
|
||||||
let status_data = ref([])
|
let status_data = ref([])
|
||||||
function scatteredLayoutExhibitionDeviceFun() {
|
function scatteredLayoutExhibitionDeviceFun() {
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-16 11:04:06
|
* @Date: 2023-02-16 11:04:06
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-04-28 08:01:55
|
* @Date: 2023-04-28 08:01:55
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div ref="ringRef" class="ring" ></div>
|
<div ref="ringRef" class="ring" ></div>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<header2 ref="headerref" :width="'100%'" :height="'100px'" :title="'再登工况物联系统'" :titleTip="[]"
|
<header2 ref="headerref" :width="'100%'" :height="'100px'" :title="'再登高工况物联系统'" :titleTip="[]"
|
||||||
:typeFun="['time']" :alarmType="[]"></header2>
|
:typeFun="['time']" :alarmType="[]"></header2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-13 14:43:28
|
* @Date: 2023-02-13 14:43:28
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-10 13:27:36
|
* @Date: 2023-02-10 13:27:36
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-10 13:27:36
|
* @Date: 2023-02-10 13:27:36
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-13 08:22:35
|
* @Date: 2023-02-13 08:22:35
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div ref="numBox1" :key="keynum" :style="{height:boxSize.height,width:boxSize.width,position:'relative'}">
|
<div ref="numBox1" :key="keynum" :style="{height:boxSize.height,width:boxSize.width,position:'relative'}">
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-04-11 13:50:05
|
* @Date: 2023-04-11 13:50:05
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -15,7 +15,7 @@
|
|||||||
ref="headerref"
|
ref="headerref"
|
||||||
:width="'100%'"
|
:width="'100%'"
|
||||||
:height="'150px'"
|
:height="'150px'"
|
||||||
:title="'再登-环境物联管理系统'"
|
:title="'再登高-环境物联管理系统'"
|
||||||
:titleTip="titleTip"
|
:titleTip="titleTip"
|
||||||
:typeFun="['time']"
|
:typeFun="['time']"
|
||||||
:alarmType="[]"
|
:alarmType="[]"
|
||||||
@ -136,7 +136,7 @@ function errWebsocket(val) {
|
|||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
let contentBox = Acontent.value;
|
let contentBox = Acontent.value;
|
||||||
// let Timedombox=Timedom.value
|
// let Timedombox=Timedom.value
|
||||||
window.document.title = "再登-环境物联管理系统";
|
window.document.title = "再登高-环境物联管理系统";
|
||||||
WH(contentBox);
|
WH(contentBox);
|
||||||
window.addEventListener("resize", () => {
|
window.addEventListener("resize", () => {
|
||||||
if (time.value) {
|
if (time.value) {
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-13 14:43:28
|
* @Date: 2023-02-13 14:43:28
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-13 14:43:28
|
* @Date: 2023-02-13 14:43:28
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-16 11:30:31
|
* @Date: 2023-02-16 11:30:31
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-16 11:51:32
|
* @Date: 2023-02-16 11:51:32
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div :style="{ width: '95%', height: '100%' }">
|
<div :style="{ width: '95%', height: '100%' }">
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-16 15:09:06
|
* @Date: 2023-02-16 15:09:06
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-16 11:51:32
|
* @Date: 2023-02-16 11:51:32
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div :style="{width:itemSize.width,height:itemSize.height}">
|
<div :style="{width:itemSize.width,height:itemSize.height}">
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-16 11:51:32
|
* @Date: 2023-02-16 11:51:32
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-17 11:05:00
|
* @Date: 2023-02-17 11:05:00
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div class="header1" :style="{ width: props.width, height: props.height }">
|
<div class="header1" :style="{ width: props.width, height: props.height }">
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-16 11:51:32
|
* @Date: 2023-02-16 11:51:32
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-16 11:51:32
|
* @Date: 2023-02-16 11:51:32
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div :key="keynum" class="box">
|
<div :key="keynum" class="box">
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-16 11:51:32
|
* @Date: 2023-02-16 11:51:32
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div :style="{width:itemSize.width,height:itemSize.height}">
|
<div :style="{width:itemSize.width,height:itemSize.height}">
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-16 11:51:32
|
* @Date: 2023-02-16 11:51:32
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div :style="{width:itemSize.width,height:itemSize.height}">
|
<div :style="{width:itemSize.width,height:itemSize.height}">
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-16 11:51:32
|
* @Date: 2023-02-16 11:51:32
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-16 11:51:32
|
* @Date: 2023-02-16 11:51:32
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div class="tipbox" :style="{ width: itemSize.width, height: itemSize.height }">
|
<div class="tipbox" :style="{ width: itemSize.width, height: itemSize.height }">
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-17 15:04:50
|
* @Date: 2023-02-17 15:04:50
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div :class="$style['container']">
|
<div :class="$style['container']">
|
||||||
@ -167,8 +167,8 @@ async function getDeviceDetailfun() {
|
|||||||
"productModel": "RPQP-NM-S1S-1-3200×3200-SDM-RH-VR2-SBD-1P220",
|
"productModel": "RPQP-NM-S1S-1-3200×3200-SDM-RH-VR2-SBD-1P220",
|
||||||
"partnerName": "",
|
"partnerName": "",
|
||||||
"soldToDestination": "国内",
|
"soldToDestination": "国内",
|
||||||
"productName": "再登大幅面轮廓智能缝",
|
"productName": "大幅面轮廓智能缝",
|
||||||
"customerName": "再登",
|
"customerName": "再登高",
|
||||||
"realityTime": "",
|
"realityTime": "",
|
||||||
"planProductionDate": "2023年04月11日",
|
"planProductionDate": "2023年04月11日",
|
||||||
"customerSalesman": "王佳美",
|
"customerSalesman": "王佳美",
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-16 11:30:31
|
* @Date: 2023-02-16 11:30:31
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
@ -69,7 +69,7 @@ watch(
|
|||||||
//动态更新
|
//动态更新
|
||||||
let originData=[
|
let originData=[
|
||||||
[t('messages.RackNum'),'11201104'],
|
[t('messages.RackNum'),'11201104'],
|
||||||
[t('messages.DevName'),'再登大幅面轮廓智能缝'],
|
[t('messages.DevName'),'大幅面轮廓智能缝'],
|
||||||
// ['供应商业务员',newVal.devInfo.partnerName],
|
// ['供应商业务员',newVal.devInfo.partnerName],
|
||||||
['贸易类型',newVal.devInfo.tradeType],
|
['贸易类型',newVal.devInfo.tradeType],
|
||||||
['机器型号',newVal.devInfo.productModel],
|
['机器型号',newVal.devInfo.productModel],
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-16 11:30:31
|
* @Date: 2023-02-16 11:30:31
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-16 11:30:31
|
* @Date: 2023-02-16 11:30:31
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-04-12 08:46:57
|
* @Date: 2023-04-12 08:46:57
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div class="content-center">
|
<div class="content-center">
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-04-12 10:21:10
|
* @Date: 2023-04-12 10:21:10
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div ref="marginbox">
|
<div ref="marginbox">
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-04-12 10:21:10
|
* @Date: 2023-04-12 10:21:10
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div ref="marginbox">
|
<div ref="marginbox">
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-16 11:51:32
|
* @Date: 2023-02-16 11:51:32
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div ref="marginbox">
|
<div ref="marginbox">
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-04-12 13:03:15
|
* @Date: 2023-04-12 13:03:15
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div ref="marginbox">
|
<div ref="marginbox">
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-04-12 08:46:57
|
* @Date: 2023-04-12 08:46:57
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div class="content-left">
|
<div class="content-left">
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-04-13 09:09:03
|
* @Date: 2023-04-13 09:09:03
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div class="content-right">
|
<div class="content-right">
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
* @Date: 2023-04-11 13:50:05
|
* @Date: 2023-04-11 13:50:05
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<header2 ref="headerref" :width="'100%'" :height="'100px'" :title="'再登-东莞产品物联管理系统'" :titleTip="[]"
|
<header2 ref="headerref" :width="'100%'" :height="'100px'" :title="'再登高-东莞产品物联管理系统'" :titleTip="[]"
|
||||||
:typeFun="['comback', 'time']" :alarmType="[]"></header2>
|
:typeFun="['comback', 'time']" :alarmType="[]"></header2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -136,7 +136,7 @@ onMounted(() => {
|
|||||||
getdata()
|
getdata()
|
||||||
let contentBox = Acontent.value
|
let contentBox = Acontent.value
|
||||||
// let Timedombox=Timedom.value
|
// let Timedombox=Timedom.value
|
||||||
window.document.title = "再登-东莞产品物联管理系统"
|
window.document.title = "再登高-东莞产品物联管理系统"
|
||||||
WH(contentBox)
|
WH(contentBox)
|
||||||
window.addEventListener('resize', () => {
|
window.addEventListener('resize', () => {
|
||||||
if (time.value) {
|
if (time.value) {
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-17 11:05:00
|
* @Date: 2023-02-17 11:05:00
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div class="header1" :style="{ width: props.width, height: props.height }">
|
<div class="header1" :style="{ width: props.width, height: props.height }">
|
||||||
|
@ -21,7 +21,7 @@ const props = defineProps<{ title: string }>()
|
|||||||
let list1 = [
|
let list1 = [
|
||||||
{
|
{
|
||||||
name: "设备名称",
|
name: "设备名称",
|
||||||
value: "再登电脑簇绒机"
|
value: "电脑簇绒机"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "机架号",
|
name: "机架号",
|
||||||
@ -33,11 +33,11 @@ let list1 = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "装配组",
|
name: "装配组",
|
||||||
value: "再登科技"
|
value: "再登高科技"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "电装组",
|
name: "电装组",
|
||||||
value: "再登软件"
|
value: "再登高软件"
|
||||||
},
|
},
|
||||||
|
|
||||||
]
|
]
|
||||||
|
@ -34,7 +34,7 @@ let header1Config = {
|
|||||||
borderWidth: 3,
|
borderWidth: 3,
|
||||||
}
|
}
|
||||||
let features_list = [
|
let features_list = [
|
||||||
'再登自主研发簇绒机控制系统,友好的人机界面,触控灵活,存储量大,确保整机的高精度运行',
|
'再登高自主研发簇绒机控制系统,友好的人机界面,触控灵活,存储量大,确保整机的高精度运行',
|
||||||
'15.6寸高清触控一体机,操作简单',
|
'15.6寸高清触控一体机,操作简单',
|
||||||
'机头可任意角度旋转,可任意方向簇绒,图案表现力更生动',
|
'机头可任意角度旋转,可任意方向簇绒,图案表现力更生动',
|
||||||
'机头马达升降,升降行程:100mm,方便换框,利于跨步簇绒',
|
'机头马达升降,升降行程:100mm,方便换框,利于跨步簇绒',
|
||||||
@ -42,7 +42,7 @@ let features_list = [
|
|||||||
'机头X向丝杠+导轨运动,确保高精度,稳定可靠',
|
'机头X向丝杠+导轨运动,确保高精度,稳定可靠',
|
||||||
'采用全伺服马达控制驱动,设备稳定性高,保证高品质簇绒效果',
|
'采用全伺服马达控制驱动,设备稳定性高,保证高品质簇绒效果',
|
||||||
'专业割绒结构,动作稳定快速',
|
'专业割绒结构,动作稳定快速',
|
||||||
'配套再登智能簇绒CAD软件,图案设计简单易学',
|
'配套再登高智能簇绒CAD软件,图案设计简单易学',
|
||||||
'可选配定制绷框'
|
'可选配定制绷框'
|
||||||
]
|
]
|
||||||
window.document.title = "设备详情";
|
window.document.title = "设备详情";
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* @Date: 2023-02-17 11:05:00
|
* @Date: 2023-02-17 11:05:00
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* 版权信息 : 2023 by ${再登软件}, All Rights Reserved.
|
* 版权信息 : 2023 by ${再登高软件}, All Rights Reserved.
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div class="header1" :style="{ width: props.width, height: props.height }">
|
<div class="header1" :style="{ width: props.width, height: props.height }">
|
||||||
|
@ -21,7 +21,7 @@ const props = defineProps<{ title: string }>()
|
|||||||
let list1 = [
|
let list1 = [
|
||||||
{
|
{
|
||||||
name: "设备名称",
|
name: "设备名称",
|
||||||
value: "再登通用缝纫绕线机"
|
value: "通用缝纫绕线机"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "机架号",
|
name: "机架号",
|
||||||
@ -33,11 +33,11 @@ let list1 = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "装配组",
|
name: "装配组",
|
||||||
value: "再登科技"
|
value: "再登高科技"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "电装组",
|
name: "电装组",
|
||||||
value: "再登软件"
|
value: "再登高软件"
|
||||||
},
|
},
|
||||||
|
|
||||||
]
|
]
|
||||||
|
@ -44,7 +44,7 @@ let header1Config = {
|
|||||||
borderWidth: 3,
|
borderWidth: 3,
|
||||||
}
|
}
|
||||||
let features_list = [
|
let features_list = [
|
||||||
'再登自主研发簇绒机控制系统,友好的人机界面,触控灵活,存储量大,确保整机的高精度运行',
|
'再登高自主研发簇绒机控制系统,友好的人机界面,触控灵活,存储量大,确保整机的高精度运行',
|
||||||
'15.6寸高清触控一体机,操作简单',
|
'15.6寸高清触控一体机,操作简单',
|
||||||
'机头可任意角度旋转,可任意方向簇绒,图案表现力更生动',
|
'机头可任意角度旋转,可任意方向簇绒,图案表现力更生动',
|
||||||
'机头马达升降,升降行程:100mm,方便换框,利于跨步簇绒',
|
'机头马达升降,升降行程:100mm,方便换框,利于跨步簇绒',
|
||||||
@ -52,7 +52,7 @@ let features_list = [
|
|||||||
'机头X向丝杠+导轨运动,确保高精度,稳定可靠',
|
'机头X向丝杠+导轨运动,确保高精度,稳定可靠',
|
||||||
'采用全伺服马达控制驱动,设备稳定性高,保证高品质簇绒效果',
|
'采用全伺服马达控制驱动,设备稳定性高,保证高品质簇绒效果',
|
||||||
'专业割绒结构,动作稳定快速',
|
'专业割绒结构,动作稳定快速',
|
||||||
'配套再登智能簇绒CAD软件,图案设计简单易学',
|
'配套再登高智能簇绒CAD软件,图案设计简单易学',
|
||||||
'可选配定制绷框'
|
'可选配定制绷框'
|
||||||
]
|
]
|
||||||
window.document.title = "设备详情";
|
window.document.title = "设备详情";
|
||||||
|
Loading…
Reference in New Issue
Block a user