diff --git a/dist.zip b/dist.rar similarity index 65% rename from dist.zip rename to dist.rar index e9b16c15..90af8d61 100644 Binary files a/dist.zip and b/dist.rar differ diff --git a/src/views/equipment/timing-diagram/status/index-old.vue b/src/views/equipment/timing-diagram/status/index-old.vue index fb34a225..0a2f2f58 100644 --- a/src/views/equipment/timing-diagram/status/index-old.vue +++ b/src/views/equipment/timing-diagram/status/index-old.vue @@ -305,7 +305,7 @@ export default { this.startTime = new Date(payload.recordTime) this.queryParams.lineId = payload.lineId || null; this.queryParams.sectionId = payload.sectionId || null; - this.queryParams.equipmentId = payload.equipmentId || null; + this.queryParams.equipmentId = payload.equipmentId ? Number(payload.equipmentId) : undefined this.queryParams.recordTime = payload.recordTime ? [ payload.recordTime, diff --git a/src/views/equipment/timing-diagram/status/index.vue b/src/views/equipment/timing-diagram/status/index.vue index f6f57bd9..10d4cb33 100644 --- a/src/views/equipment/timing-diagram/status/index.vue +++ b/src/views/equipment/timing-diagram/status/index.vue @@ -132,7 +132,7 @@ export default { }, ], queryParams: { - equipmentId: null, + equipmentId: undefined, recordTime: null, }, graphList: [], @@ -153,7 +153,7 @@ export default { this.$nextTick(() => { this.$refs['search-bar'].formInline.recordTime = formattedDate; }); - this.queryParams.equipmentId = Number(this.$route.query.eqid); + this.queryParams.equipmentId = this.$route.query.eqid? Number(this.$route.query.eqid): undefined this.startTime = new Date(formattedDate); this.queryParams.recordTime = formattedDate ? [ @@ -207,7 +207,7 @@ export default { /** 重置查询条件 */ initQuery() { - this.queryParams.equipmentId = null; + this.queryParams.equipmentId = undefined; this.queryParams.recordTime = null; }, @@ -251,7 +251,7 @@ export default { }, handleSearchBarBtnClick({ btnName, ...payload }) { - this.queryParams.equipmentId = Number(this.$route.query.eqid); + this.queryParams.equipmentId = this.$route.query.eqid ? Number(this.$route.query.eqid) :undefined switch (btnName) { case 'search': if (!payload.recordTime || payload.recordTime.length <= 0) { diff --git a/src/views/monitoring/qhdEquipmentVisualize/index.vue b/src/views/monitoring/qhdEquipmentVisualize/index.vue index 71943d26..ad774e9a 100644 --- a/src/views/monitoring/qhdEquipmentVisualize/index.vue +++ b/src/views/monitoring/qhdEquipmentVisualize/index.vue @@ -260,14 +260,16 @@ export default { // Create a new array by duplicating each item const duplicatedArr = []; this.lineArr.forEach((item, index) => { + console.log(item,'item'); + // Process original item const num = [ '', - '1672847052717821953', - '1672847052717821954', - '1686260211054157825', - '1701892552632770122', - '1714562503683465331', + 20001, + 20002, + 20003, + 20004, + 20005, ].indexOf(item.id); if (num > 0) { // Original item with copy=1 diff --git a/src/views/monitoring/qhdEquipmentVisualize/line-pot.js b/src/views/monitoring/qhdEquipmentVisualize/line-pot.js index a03a7f3f..3865353c 100644 --- a/src/views/monitoring/qhdEquipmentVisualize/line-pot.js +++ b/src/views/monitoring/qhdEquipmentVisualize/line-pot.js @@ -49,7 +49,7 @@ linePot.line1canvasFirstHalf = [ }, { name: 'M01', - id: '1889846205990629371', + id: 1021001, x: 65, y: 10, width: 50, @@ -57,7 +57,7 @@ linePot.line1canvasFirstHalf = [ }, { name: 'M02', - id: '1889846205990629372', + id: 1021002, x: 115, y: 10, width: 50, @@ -65,7 +65,7 @@ linePot.line1canvasFirstHalf = [ }, { name: 'M03', - id: '1889846205990629373', + id: 1021003, x: 165, y: 10, width: 50, @@ -73,7 +73,7 @@ linePot.line1canvasFirstHalf = [ }, { name: 'M04', - id: '1889846205990629374', + id: 1021003, x: 205, y: 10, width: 50, @@ -81,7 +81,7 @@ linePot.line1canvasFirstHalf = [ }, { name: 'M05', - id: '1889846205990629375', + id: 1021005, x: 255, y: 10, width: 50, @@ -89,7 +89,7 @@ linePot.line1canvasFirstHalf = [ }, { name: 'M06', - id: '1889846205990629376', + id: 1021006, x: 305, y: 10, width: 50, @@ -97,7 +97,7 @@ linePot.line1canvasFirstHalf = [ }, { name: 'M07', - id: '1889846205990629377', + id: 1021007, x: 355, y: 10, width: 50, @@ -105,7 +105,7 @@ linePot.line1canvasFirstHalf = [ }, { name: 'M08', - id: '1889846205990629378', + id: 1021008, x: 405, y: 10, width: 50, @@ -113,7 +113,7 @@ linePot.line1canvasFirstHalf = [ }, { name: 'M09', - id: '1889846205990629378', + id: 1021009, x: 405, y: 40, width: 50, @@ -121,7 +121,7 @@ linePot.line1canvasFirstHalf = [ }, { name: 'M10', - id: '1889846205990629378', + id: 1021010, x: 405, y: 90, width: 50, @@ -129,7 +129,7 @@ linePot.line1canvasFirstHalf = [ }, { name: 'M11', - id: '1889846205990629378', + id: 1021011, x: 405, y: 120, width: 50, @@ -137,7 +137,7 @@ linePot.line1canvasFirstHalf = [ }, { name: 'M12', - id: '1889846205990629378', + id: 1021012, x: 405, y: 150, width: 50, @@ -145,7 +145,7 @@ linePot.line1canvasFirstHalf = [ }, { name: 'M13', - id: '1889846205990629378', + id: 1021013, x: 405, y: 180, width: 50, @@ -153,7 +153,7 @@ linePot.line1canvasFirstHalf = [ }, { name: 'M14', - id: '1889846205990629378', + id: 1021014, x: 405, y: 210, width: 50, @@ -161,7 +161,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '0M300-1/2', - id: '1889846340208357377', + id: 1021183, x: 455, y: 20, width: 50, @@ -169,7 +169,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '0M300-3/4', - id: '1889846340208357377', + id: 1021183, x: 455, y: 50, width: 50, @@ -177,7 +177,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '0M301', - id: '1889846340208357377', + id: 1021184, x: 505, y: 50, width: 50, @@ -185,7 +185,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '0M302', - id: '1889846340208357377', + id: 1021185, x: 555, y: 50, width: 50, @@ -193,7 +193,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '0M303', - id: '1889846340208357377', + id: 1021186, x: 605, y: 50, width: 50, @@ -201,7 +201,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '0M304', - id: '1889846340208357377', + id: 1021187, x: 655, y: 50, width: 50, @@ -209,7 +209,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '0M200', - id: '1889846382482747393', + id: 1021177, x: 455, y: 120, width: 50, @@ -217,7 +217,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '0M201', - id: '1889846382482747393', + id: 1021178, x: 505, y: 120, width: 50, @@ -225,7 +225,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '0M202', - id: '1889846382482747393', + id: 1021179, x: 555, y: 120, width: 50, @@ -233,7 +233,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '0M203', - id: '1889846382482747393', + id: 1021180, x: 605, y: 120, width: 50, @@ -241,7 +241,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '0M204', - id: '1889846382482747393', + id: 1021181, x: 655, y: 120, width: 50, @@ -249,7 +249,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '0M100', - id: '1889846424954269698', + id: 1021171, x: 455, y: 210, width: 50, @@ -257,7 +257,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '0M101', - id: '1889846424954269698', + id: 1021172, x: 505, y: 210, width: 50, @@ -265,7 +265,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '0M102', - id: '1889846424954269698', + id: 1021173, x: 555, y: 210, width: 50, @@ -273,7 +273,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '0M103', - id: '1889846424954269698', + id: 1021174, x: 605, y: 210, width: 50, @@ -281,7 +281,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '0M104', - id: '1889846424954269698', + id: 1021175, x: 655, y: 210, width: 50, @@ -343,7 +343,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M301', - id: '1889846469384531970', + id: 1021061, x: 805, y: 50, width: 50, @@ -351,7 +351,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M302', - id: '1889846469384531971', + id: 1021062, x: 855, y: 50, width: 50, @@ -359,7 +359,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M303', - id: '1889846469384531972', + id: 1021063, x: 905, y: 50, width: 50, @@ -367,7 +367,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M304', - id: '1889846469384531973', + id: 1021064, x: 955, y: 50, width: 50, @@ -375,7 +375,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M305', - id: '1889846469384531974', + id: 1021065, x: 1005, y: 50, width: 50, @@ -383,7 +383,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M201', - id: '1889846469384531970', + id: 1021041, x: 805, y: 120, width: 50, @@ -391,7 +391,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M202', - id: '1889846469384531971', + id: 1021042, x: 855, // 805 + 50 y: 120, width: 50, @@ -399,7 +399,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M203', - id: '1889846469384531972', + id: 1021043, x: 905, // 855 + 50 y: 120, width: 50, @@ -407,7 +407,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M204', - id: '1889846469384531973', + id: 1021044, x: 955, // 905 + 50 y: 120, width: 50, @@ -415,7 +415,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M205', - id: '1889846469384531974', + id: 1021045, x: 1005, // 955 + 50 y: 120, width: 50, @@ -423,7 +423,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M101', - id: '1889846469384531970', + id: 1021021, x: 805, y: 210, width: 50, @@ -431,7 +431,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M102', - id: '1889846469384531971', + id: 1021022, x: 855, // 805 + 50 y: 210, width: 50, @@ -439,7 +439,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M103', - id: '1889846469384531972', + id: 1021023, x: 905, // 855 + 50 y: 210, width: 50, @@ -447,7 +447,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M104', - id: '1889846469384531973', + id: 1021024, x: 955, // 905 + 50 y: 210, width: 50, @@ -455,7 +455,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M105', - id: '1889846469384531974', + id: 1021025, x: 1005, // 955 + 50 y: 210, width: 50, @@ -490,7 +490,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M306', - id: 11, + id: 1021066, // isEQ: true, //是否是设备 x: 1105, y: 50, @@ -499,7 +499,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M206', - id: 12, + id: 1021046, // isEQ: true, //是否是设备 x: 1105, y: 120, @@ -508,7 +508,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M106', - id: 13, + id: 1021026, // isEQ: true, //是否是设备 x: 1105, y: 210, @@ -544,7 +544,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M307', - id: 11, + id: 1021067, // isEQ: true, //是否是设备 x: 1205, y: 50, @@ -553,7 +553,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M207', - id: 12, + id: 1021047, // isEQ: true, //是否是设备 x: 1205, y: 120, @@ -562,7 +562,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M107', - id: 13, + id: 1021027, // isEQ: true, //是否是设备 x: 1205, y: 210, @@ -625,7 +625,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M308', - id: 11, + id: 1021068, // isEQ: true, //是否是设备 x: 1365, y: 50, @@ -634,7 +634,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M208', - id: 12, + id: 1021048, // isEQ: true, //是否是设备 x: 1365, y: 120, @@ -643,7 +643,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M108', - id: 13, + id: 1021028, // isEQ: true, //是否是设备 x: 1365, y: 210, @@ -679,7 +679,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M309', - id: 11, + id: 1021069, x: 1465, y: 50, width: 50, @@ -687,7 +687,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M209', - id: 12, + id: 1021049, x: 1465, y: 120, width: 50, @@ -695,7 +695,7 @@ linePot.line1canvasFirstHalf = [ }, { name: '1M109', - id: 13, + id: 1021029, x: 1465, y: 210, width: 50, @@ -728,37 +728,37 @@ linePot.line1canvasFirstHalf = [ width: 60, height: 50, }, - { name: '2M101', id: 13, x: 1575, y: 210, width: 50, height: 30 }, - { name: '2M102', id: 14, x: 1625, y: 210, width: 50, height: 30 }, - { name: '2M103', id: 15, x: 1675, y: 210, width: 50, height: 30 }, - { name: '2M104', id: 16, x: 1725, y: 210, width: 50, height: 30 }, - { name: '2M105', id: 17, x: 1775, y: 210, width: 50, height: 30 }, - { name: '2M106', id: 18, x: 1825, y: 210, width: 50, height: 30 }, - { name: '2M107', id: 19, x: 1875, y: 210, width: 50, height: 30 }, - { name: '2M108', id: 20, x: 1925, y: 210, width: 50, height: 30 }, + { name: '2M101', id: 1021081, x: 1575, y: 210, width: 50, height: 30 }, + { name: '2M102', id: 1021082, x: 1625, y: 210, width: 50, height: 30 }, + { name: '2M103', id: 1021083, x: 1675, y: 210, width: 50, height: 30 }, + { name: '2M104', id: 1021084, x: 1725, y: 210, width: 50, height: 30 }, + { name: '2M105', id: 1021085, x: 1775, y: 210, width: 50, height: 30 }, + { name: '2M106', id: 1021086, x: 1825, y: 210, width: 50, height: 30 }, + { name: '2M107', id: 1021087, x: 1875, y: 210, width: 50, height: 30 }, + { name: '2M108', id: 1021088, x: 1925, y: 210, width: 50, height: 30 }, - { name: '2M201', id: 13, x: 1575, y: 120, width: 50, height: 30 }, - { name: '2M202', id: 14, x: 1625, y: 120, width: 50, height: 30 }, - { name: '2M203', id: 15, x: 1675, y: 120, width: 50, height: 30 }, - { name: '2M204', id: 16, x: 1675, y: 150, width: 50, height: 30 }, - { name: '2M205', id: 17, x: 1675, y: 180, width: 50, height: 30 }, + { name: '2M201', id: 1021091, x: 1575, y: 120, width: 50, height: 30 }, + { name: '2M202', id: 1021092, x: 1625, y: 120, width: 50, height: 30 }, + { name: '2M203', id: 1021093, x: 1675, y: 120, width: 50, height: 30 }, + { name: '2M204', id: 1021094, x: 1675, y: 150, width: 50, height: 30 }, + { name: '2M205', id: 1021095, x: 1675, y: 180, width: 50, height: 30 }, - { name: '2M301', id: 13, x: 1575, y: 50, width: 50, height: 30 }, - { name: '2M302', id: 14, x: 1625, y: 50, width: 50, height: 30 }, - { name: '2M303', id: 15, x: 1675, y: 50, width: 50, height: 30 }, - { name: '2M304', id: 16, x: 1725, y: 50, width: 50, height: 30 }, - { name: '2M305', id: 17, x: 1775, y: 50, width: 50, height: 30 }, - { name: '2M306', id: 18, x: 1775, y: 80, width: 50, height: 35 }, - { name: '2M307', id: 19, x: 1775, y: 115, width: 50, height: 35 }, - { name: '2M308', id: 20, x: 1775, y: 145, width: 50, height: 35 }, - { name: '2M309', id: 20, x: 1775, y: 175, width: 50, height: 35 }, + { name: '2M301', id: 1021101, x: 1575, y: 50, width: 50, height: 30 }, + { name: '2M302', id: 1021102, x: 1625, y: 50, width: 50, height: 30 }, + { name: '2M303', id: 1021103, x: 1675, y: 50, width: 50, height: 30 }, + { name: '2M304', id: 1021104, x: 1725, y: 50, width: 50, height: 30 }, + { name: '2M305', id: 1021105, x: 1775, y: 50, width: 50, height: 30 }, + { name: '2M306', id: 1021106, x: 1775, y: 80, width: 50, height: 35 }, + { name: '2M307', id: 1021107, x: 1775, y: 115, width: 50, height: 35 }, + { name: '2M308', id: 1021108, x: 1775, y: 145, width: 50, height: 35 }, + { name: '2M309', id: 1021109, x: 1775, y: 175, width: 50, height: 35 }, ]; linePot.line1canvasSecondHalf = [ { name: '钢化炉', id: 13, isEQ: true, x: 5, y: 150, width: 60, height: 50 }, { name: '3M101', - id: '1889846619888742401', + id: 1021111, x: 65, y: 160, width: 50, @@ -766,7 +766,7 @@ linePot.line1canvasSecondHalf = [ }, { name: '3M102', - id: '1889846619888742402', + id: 1021112, x: 115, y: 160, width: 50, @@ -774,7 +774,7 @@ linePot.line1canvasSecondHalf = [ }, { name: '3M103', - id: '1889846619888742403', + id: 1021113, x: 165, y: 160, width: 50, @@ -782,7 +782,7 @@ linePot.line1canvasSecondHalf = [ }, { name: '3M104', - id: '1889846619888742404', + id: 1021114, x: 215, y: 160, width: 50, @@ -790,7 +790,7 @@ linePot.line1canvasSecondHalf = [ }, { name: '3M105', - id: '1889846619888742405', + id: 1021115, x: 265, y: 160, width: 50, @@ -798,7 +798,7 @@ linePot.line1canvasSecondHalf = [ }, { name: '3M106', - id: '1889846619888742406', + id: 1021116, x: 315, y: 160, width: 50, @@ -806,7 +806,7 @@ linePot.line1canvasSecondHalf = [ }, { name: '3M107', - id: '1889846619888742407', + id: 1021117, x: 365, y: 160, width: 50, @@ -814,7 +814,7 @@ linePot.line1canvasSecondHalf = [ }, { name: '3M108', - id: '1889846619888742408', + id: 1021118, x: 415, y: 160, width: 50, @@ -822,7 +822,7 @@ linePot.line1canvasSecondHalf = [ }, { name: '3M109', - id: '1889846619888742409', + id: 1021119, x: 465, y: 160, width: 50, @@ -830,7 +830,7 @@ linePot.line1canvasSecondHalf = [ }, { name: '3M110', - id: '1889846619888742410', + id: 1021120, x: 515, y: 160, width: 50, @@ -838,7 +838,7 @@ linePot.line1canvasSecondHalf = [ }, { name: '3M203', - id: '1889846619888742403', + id: 1021123, x: 265, y: 130, width: 50, @@ -846,7 +846,7 @@ linePot.line1canvasSecondHalf = [ }, { name: '3M204', - id: '1889846619888742404', + id: 1021124, x: 265, y: 100, width: 50, @@ -854,7 +854,7 @@ linePot.line1canvasSecondHalf = [ }, { name: '3M205', - id: '1889846619888742405', + id: 1021125, x: 265, y: 70, width: 50, @@ -862,7 +862,7 @@ linePot.line1canvasSecondHalf = [ }, { name: '3M206', - id: '1889846619888742406', + id: 1021126, x: 315, y: 70, width: 50, @@ -870,7 +870,7 @@ linePot.line1canvasSecondHalf = [ }, { name: '3M207', - id: '1889846619888742407', + id: 1021127, x: 365, y: 70, width: 50, @@ -878,7 +878,7 @@ linePot.line1canvasSecondHalf = [ }, { name: '3M208', - id: '1889846619888742408', + id: 1021128, x: 415, y: 70, width: 50, @@ -886,7 +886,7 @@ linePot.line1canvasSecondHalf = [ }, { name: '3M209', - id: '1889846619888742409', + id: 1021129, x: 465, y: 70, width: 50, @@ -894,7 +894,7 @@ linePot.line1canvasSecondHalf = [ }, { name: '3M210', - id: '1889846619888742410', + id: 1021130, x: 515, y: 70, width: 50, @@ -902,15 +902,15 @@ linePot.line1canvasSecondHalf = [ }, { name: '3M202', - id: '1889846619888742403', + id: 1021122, x: 365, y: 130, width: 50, height: 30, }, { - name: '3M203', - id: '1889846619888742404', + name: '3M201', + id: 1021121, x: 365, y: 100, width: 50, @@ -934,10 +934,10 @@ linePot.line1canvasSecondHalf = [ width: 60, height: 50, }, - { name: '4M200', id: 13, x: 625, y: 70, width: 50, height: 30 }, - { name: '4M201', id: 13, x: 675, y: 70, width: 50, height: 30 }, - { name: '4M00', id: 13, x: 625, y: 160, width: 50, height: 30 }, - { name: '4M101', id: 13, x: 675, y: 160, width: 50, height: 30 }, + { name: '4M200', id: 1021162, x: 625, y: 70, width: 50, height: 30 }, + { name: '4M201', id: 1021151, x: 675, y: 70, width: 50, height: 30 }, + { name: '4M100', id: 1021161, x: 625, y: 160, width: 50, height: 30 }, + { name: '4M101', id: 1021131, x: 675, y: 160, width: 50, height: 30 }, { name: '铺纸机', id: 101601, @@ -956,30 +956,30 @@ linePot.line1canvasSecondHalf = [ width: 60, height: 50, }, - { name: '4M202', id: 13, x: 785, y: 70, width: 50, height: 30 }, - { name: '4M203', id: 14, x: 835, y: 70, width: 50, height: 30 }, - { name: '4M204', id: 15, x: 885, y: 70, width: 50, height: 30 }, - { name: '4M205', id: 16, x: 935, y: 70, width: 50, height: 30 }, - { name: '4M206', id: 17, x: 985, y: 70, width: 50, height: 30 }, - { name: '4M207', id: 16, x: 985, y: 100, width: 50, height: 30 }, - { name: '4M208', id: 17, x: 985, y: 130, width: 50, height: 30 }, - { name: '4M209', id: 16, x: 885, y: 100, width: 50, height: 30 }, - { name: '4M210', id: 17, x: 885, y: 130, width: 50, height: 30 }, - { name: '4M102', id: 13, x: 785, y: 160, width: 50, height: 30 }, - { name: '4M103', id: 14, x: 835, y: 160, width: 50, height: 30 }, - { name: '4M104', id: 15, x: 885, y: 160, width: 50, height: 30 }, - { name: '4M105', id: 16, x: 935, y: 160, width: 50, height: 30 }, - { name: '4M106', id: 17, x: 985, y: 160, width: 50, height: 30 }, - { name: '4M107', id: 18, x: 1035, y: 160, width: 50, height: 30 }, - { name: '4M108', id: 19, x: 1085, y: 160, width: 50, height: 30 }, - { name: '4M109', id: 20, x: 1135, y: 160, width: 50, height: 30 }, - { name: '4M110', id: 21, x: 1185, y: 160, width: 50, height: 30 }, - { name: '4M111', id: 22, x: 1235, y: 160, width: 50, height: 30 }, - { name: '4M112', id: 23, x: 1285, y: 160, width: 50, height: 30 }, - { name: '4M113', id: 24, x: 1335, y: 160, width: 50, height: 30 }, - { name: '4M114', id: 25, x: 1385, y: 160, width: 50, height: 30 }, - { name: '4M115', id: 26, x: 1435, y: 160, width: 50, height: 30 }, - { name: '4M116', id: 27, x: 1485, y: 160, width: 50, height: 30 }, + { name: '4M202', id: 1021152, x: 785, y: 70, width: 50, height: 30 }, + { name: '4M203', id: 1021153, x: 835, y: 70, width: 50, height: 30 }, + { name: '4M204', id: 1021154, x: 885, y: 70, width: 50, height: 30 }, + { name: '4M205', id: 1021155, x: 935, y: 70, width: 50, height: 30 }, + { name: '4M206', id: 1021156, x: 985, y: 70, width: 50, height: 30 }, + { name: '4M207', id: 1021157, x: 985, y: 100, width: 50, height: 30 }, + { name: '4M208', id: 1021158, x: 985, y: 130, width: 50, height: 30 }, + { name: '4M209', id: 1021159, x: 885, y: 100, width: 50, height: 30 }, + { name: '4M210', id: 1021160, x: 885, y: 130, width: 50, height: 30 }, + { name: '4M102', id: 1021132, x: 785, y: 160, width: 50, height: 30 }, + { name: '4M103', id: 1021133, x: 835, y: 160, width: 50, height: 30 }, + { name: '4M104', id: 1021134, x: 885, y: 160, width: 50, height: 30 }, + { name: '4M105', id: 1021135, x: 935, y: 160, width: 50, height: 30 }, + { name: '4M106', id: 1021136, x: 985, y: 160, width: 50, height: 30 }, + { name: '4M107', id: 1021137, x: 1035, y: 160, width: 50, height: 30 }, + { name: '4M108', id: 1021138, x: 1085, y: 160, width: 50, height: 30 }, + { name: '4M109', id: 1021139, x: 1135, y: 160, width: 50, height: 30 }, + { name: '4M110', id: 1021140, x: 1185, y: 160, width: 50, height: 30 }, + { name: '4M111', id: 1021141, x: 1235, y: 160, width: 50, height: 30 }, + { name: '4M112', id: 1021142, x: 1285, y: 160, width: 50, height: 30 }, + { name: '4M113', id: 1021143, x: 1335, y: 160, width: 50, height: 30 }, + { name: '4M114', id: 1021144, x: 1385, y: 160, width: 50, height: 30 }, + { name: '4M115', id: 1021145, x: 1435, y: 160, width: 50, height: 30 }, + { name: '4M116', id: 1021146, x: 1485, y: 160, width: 50, height: 30 }, { name: '下片机3', id: 101701, @@ -1008,7 +1008,6 @@ linePot.line1canvasSecondHalf = [ height: 30, }, ]; - linePot.line2canvasFirstHalf = [ { name: '穿梭机', @@ -1046,49 +1045,49 @@ linePot.line2canvasFirstHalf = [ width: 55, height: 30, }, - { - name: 'M01', - id: '152', - // isL: true, //是否L形状 - remark: '-M12', - x: 55, - y: 95, - width: 50, - height: 30, - // line: [ - // [60, 50], - // [290, 50], - // [290, 80], - // [240, 80], - // [240, 140], - // [290, 140], - // [290, 170], - // [210, 170], - // [210, 80], - // [60, 80], - // ], - }, - { name: 'M01', id: '152', x: 55, y: 95, width: 50, height: 30 }, - { name: 'M02', id: '153', x: 105, y: 95, width: 50, height: 30 }, - { name: 'M03', id: '154', x: 155, y: 95, width: 50, height: 30 }, - { name: 'M04', id: '155', x: 205, y: 95, width: 50, height: 30 }, - { name: 'M05', id: '156', x: 255, y: 95, width: 50, height: 30 }, - { name: 'M06', id: '157', x: 305, y: 95, width: 50, height: 30 }, - { name: 'M07', id: '158', x: 355, y: 95, width: 50, height: 30 }, - { name: 'M08', id: '159', x: 405, y: 95, width: 50, height: 30 }, - { name: 'M09', id: '160', x: 455, y: 95, width: 50, height: 30 }, - { name: 'M10', id: '161', x: 505, y: 95, width: 50, height: 30 }, - { name: 'M11', id: '162', x: 555, y: 95, width: 50, height: 30 }, - { name: 'M12', id: '163', x: 605, y: 95, width: 50, height: 30 }, - { name: 'M13', id: '162', x: 505, y: 125, width: 50, height: 30 }, - { name: 'M14', id: '163', x: 505, y: 155, width: 50, height: 30 }, - { name: 'M15', id: '162', x: 555, y: 155, width: 50, height: 30 }, - { name: 'M16', id: '163', x: 605, y: 155, width: 50, height: 30 }, + // { + // name: 'M01', + // id: '152', + // // isL: true, //是否L形状 + // remark: '-M12', + // x: 55, + // y: 95, + // width: 50, + // height: 30, + // // line: [ + // // [60, 50], + // // [290, 50], + // // [290, 80], + // // [240, 80], + // // [240, 140], + // // [290, 140], + // // [290, 170], + // // [210, 170], + // // [210, 80], + // // [60, 80], + // // ], + // }, + { name: 'M01', id: 2021001, x: 55, y: 95, width: 50, height: 30 }, + { name: 'M02', id: 2021002, x: 105, y: 95, width: 50, height: 30 }, + { name: 'M03', id: 2021003, x: 155, y: 95, width: 50, height: 30 }, + { name: 'M04', id: 2021004, x: 205, y: 95, width: 50, height: 30 }, + { name: 'M05', id: 2021005, x: 255, y: 95, width: 50, height: 30 }, + { name: 'M06', id: 2021006, x: 305, y: 95, width: 50, height: 30 }, + { name: 'M07', id: 2021007, x: 355, y: 95, width: 50, height: 30 }, + { name: 'M08', id: 2021008, x: 405, y: 95, width: 50, height: 30 }, + { name: 'M09', id: 2021009, x: 455, y: 95, width: 50, height: 30 }, + { name: 'M10', id: 2021010, x: 505, y: 95, width: 50, height: 30 }, + { name: 'M11', id: 2021011, x: 555, y: 95, width: 50, height: 30 }, + { name: 'M12', id: 2021012, x: 605, y: 95, width: 50, height: 30 }, + { name: 'M13', id: 2021013, x: 505, y: 125, width: 50, height: 30 }, + { name: 'M14', id: 2021014, x: 505, y: 155, width: 50, height: 30 }, + { name: 'M15', id: 2021015, x: 555, y: 155, width: 50, height: 30 }, + { name: 'M16', id: 2021016, x: 605, y: 155, width: 50, height: 30 }, - { name: 'M17', id: '162', x: 505, y: 65, width: 50, height: 30 }, - { name: 'M18', id: '163', x: 505, y: 35, width: 50, height: 30 }, - { name: 'M19', id: '162', x: 555, y: 35, width: 50, height: 30 }, - { name: 'M20', id: '163', x: 605, y: 35, width: 50, height: 30 }, + { name: 'M17', id: 2021017, x: 505, y: 65, width: 50, height: 30 }, + { name: 'M18', id: 2021018, x: 505, y: 35, width: 50, height: 30 }, + { name: 'M19', id: 2021019, x: 555, y: 35, width: 50, height: 30 }, + { name: 'M20', id: 2021020, x: 605, y: 35, width: 50, height: 30 }, { name: '磨边机1', id: 200301, @@ -1149,23 +1148,23 @@ linePot.line2canvasFirstHalf = [ width: 50, height: 50, }, - { name: '1M101', id: '226', x: 755, y: 35, width: 50, height: 30 }, - { name: '1M102', id: '227', x: 805, y: 35, width: 50, height: 30 }, - { name: '1M103', id: '228', x: 855, y: 35, width: 50, height: 30 }, - { name: '1M104', id: '229', x: 905, y: 35, width: 50, height: 30 }, - { name: '1M105', id: '230', x: 955, y: 35, width: 50, height: 30 }, + { name: '1M101', id: 2021021, x: 755, y: 35, width: 50, height: 30 }, + { name: '1M102', id: 2021022, x: 805, y: 35, width: 50, height: 30 }, + { name: '1M103', id: 2021023, x: 855, y: 35, width: 50, height: 30 }, + { name: '1M104', id: 2021024, x: 905, y: 35, width: 50, height: 30 }, + { name: '1M105', id: 2021025, x: 955, y: 35, width: 50, height: 30 }, - { name: '1M201', id: '226', x: 755, y: 95, width: 50, height: 30 }, - { name: '1M202', id: '227', x: 805, y: 95, width: 50, height: 30 }, - { name: '1M203', id: '228', x: 855, y: 95, width: 50, height: 30 }, - { name: '1M204', id: '229', x: 905, y: 95, width: 50, height: 30 }, - { name: '1M205', id: '230', x: 955, y: 95, width: 50, height: 30 }, + { name: '1M201', id: 2021041, x: 755, y: 95, width: 50, height: 30 }, + { name: '1M202', id: 2021042, x: 805, y: 95, width: 50, height: 30 }, + { name: '1M203', id: 2021043, x: 855, y: 95, width: 50, height: 30 }, + { name: '1M204', id: 2021043, x: 905, y: 95, width: 50, height: 30 }, + { name: '1M205', id: 2021045, x: 955, y: 95, width: 50, height: 30 }, - { name: '1M301', id: '226', x: 755, y: 155, width: 50, height: 30 }, - { name: '1M302', id: '227', x: 805, y: 155, width: 50, height: 30 }, - { name: '1M303', id: '228', x: 855, y: 155, width: 50, height: 30 }, - { name: '1M304', id: '229', x: 905, y: 155, width: 50, height: 30 }, - { name: '1M305', id: '230', x: 955, y: 155, width: 50, height: 30 }, + { name: '1M301', id: 2021061, x: 755, y: 155, width: 50, height: 30 }, + { name: '1M302', id: 2021062, x: 805, y: 155, width: 50, height: 30 }, + { name: '1M303', id: 2021063, x: 855, y: 155, width: 50, height: 30 }, + { name: '1M304', id: 2021064, x: 905, y: 155, width: 50, height: 30 }, + { name: '1M305', id: 2021065, x: 955, y: 155, width: 50, height: 30 }, { name: '预热1', id: 200901, @@ -1199,7 +1198,7 @@ linePot.line2canvasFirstHalf = [ }, { name: '1M106', - id: '232', + id: 2021026, // isEQ: true, //是否是设备 // isL: true, //是否L形状 x: 1055, @@ -1209,7 +1208,7 @@ linePot.line2canvasFirstHalf = [ }, { name: '1M206', - id: '233', + id: 2021046, x: 1055, y: 95, width: 55, @@ -1217,7 +1216,7 @@ linePot.line2canvasFirstHalf = [ }, { name: '1M306', - id: '234', + id: 2021066, x: 1055, y: 155, width: 55, @@ -1254,7 +1253,7 @@ linePot.line2canvasFirstHalf = [ }, { name: '1M107', - id: '238', + id: 2021027, // isEQ: true, //是否是设备 // isL: true, //是否L形状 x: 1155, @@ -1264,7 +1263,7 @@ linePot.line2canvasFirstHalf = [ }, { name: '1M207', - id: '239', + id: 2021047, x: 1155, y: 95, width: 50, @@ -1272,7 +1271,7 @@ linePot.line2canvasFirstHalf = [ }, { name: '1M307', - id: '240', + id: 2021067, x: 1155, y: 155, width: 50, @@ -1338,7 +1337,7 @@ linePot.line2canvasFirstHalf = [ }, { name: '1M108', - id: '247', + id: 2021028, // isEQ: true, //是否是设备 // isL: true, //是否L形状 x: 1320, @@ -1348,7 +1347,7 @@ linePot.line2canvasFirstHalf = [ }, { name: '1M208', - id: '248', + id: 2021048, x: 1320, y: 95, width: 50, @@ -1356,7 +1355,7 @@ linePot.line2canvasFirstHalf = [ }, { name: '1M308', - id: '249', + id: 2021068, x: 1320, y: 155, width: 50, @@ -1397,7 +1396,7 @@ linePot.line2canvasFirstHalf = [ }, { name: '1M109', - id: '253', + id: 2021029, x: 1425, y: 35, width: 50, @@ -1405,7 +1404,7 @@ linePot.line2canvasFirstHalf = [ }, { name: '1M209', - id: '254', + id: 2021049, x: 1425, y: 95, width: 50, @@ -1413,7 +1412,7 @@ linePot.line2canvasFirstHalf = [ }, { name: '1M309', - id: '255', + id: 2021069, x: 1425, y: 155, width: 50, @@ -1448,30 +1447,30 @@ linePot.line2canvasFirstHalf = [ width: 60, height: 50, }, - { name: '2M101', id: '254', x: 1535, y: 35, width: 50, height: 30 }, - { name: '2M102', id: '255', x: 1585, y: 35, width: 50, height: 30 }, - { name: '2M103', id: '256', x: 1635, y: 35, width: 50, height: 30 }, - { name: '2M104', id: '257', x: 1685, y: 35, width: 50, height: 30 }, - { name: '2M105', id: '258', x: 1735, y: 35, width: 50, height: 30 }, - { name: '2M106', id: '259', x: 1785, y: 35, width: 50, height: 30 }, - { name: '2M107', id: '260', x: 1835, y: 35, width: 50, height: 30 }, - { name: '2M108', id: '261', x: 1885, y: 35, width: 50, height: 30 }, + { name: '2M101', id: 2021081, x: 1535, y: 35, width: 50, height: 30 }, + { name: '2M102', id: 2021082, x: 1585, y: 35, width: 50, height: 30 }, + { name: '2M103', id: 2021083, x: 1635, y: 35, width: 50, height: 30 }, + { name: '2M104', id: 2021084, x: 1685, y: 35, width: 50, height: 30 }, + { name: '2M105', id: 2021085, x: 1735, y: 35, width: 50, height: 30 }, + { name: '2M106', id: 2021086, x: 1785, y: 35, width: 50, height: 30 }, + { name: '2M107', id: 2021087, x: 1835, y: 35, width: 50, height: 30 }, + { name: '2M108', id: 2021088, x: 1885, y: 35, width: 50, height: 30 }, - { name: '2M201', id: '254', x: 1535, y: 95, width: 50, height: 30 }, - { name: '2M202', id: '255', x: 1585, y: 95, width: 50, height: 30 }, - { name: '2M203', id: '256', x: 1635, y: 105, width: 50, height: 20 }, - { name: '2M204', id: '256', x: 1635, y: 85, width: 50, height: 20 }, - { name: '2M205', id: '256', x: 1635, y: 65, width: 50, height: 20 }, + { name: '2M201', id: 2021091, x: 1535, y: 95, width: 50, height: 30 }, + { name: '2M202', id: 2021092, x: 1585, y: 95, width: 50, height: 30 }, + { name: '2M203', id: 2021093, x: 1635, y: 105, width: 50, height: 20 }, + { name: '2M204', id: 2021094, x: 1635, y: 85, width: 50, height: 20 }, + { name: '2M205', id: 2021095, x: 1635, y: 65, width: 50, height: 20 }, - { name: '2M301', id: '254', x: 1535, y: 155, width: 50, height: 30 }, - { name: '2M302', id: '255', x: 1585, y: 155, width: 50, height: 30 }, - { name: '2M303', id: '256', x: 1635, y: 155, width: 50, height: 30 }, - { name: '2M304', id: '257', x: 1685, y: 155, width: 50, height: 30 }, - { name: '2M305', id: '258', x: 1735, y: 155, width: 50, height: 30 }, - { name: '2M306', id: '259', x: 1735, y: 125, width: 50, height: 30 }, - { name: '2M307', id: '260', x: 1735, y: 95, width: 50, height: 30 }, - { name: '2M308', id: '261', x: 1735, y: 65, width: 50, height: 30 }, - { name: '2M308', id: '261', x: 1735, y: 35, width: 50, height: 30 }, + { name: '2M301', id: 2021101, x: 1535, y: 155, width: 50, height: 30 }, + { name: '2M302', id: 2021102, x: 1585, y: 155, width: 50, height: 30 }, + { name: '2M303', id: 2021103, x: 1635, y: 155, width: 50, height: 30 }, + { name: '2M304', id: 2021104, x: 1685, y: 155, width: 50, height: 30 }, + { name: '2M305', id: 2021105, x: 1735, y: 155, width: 50, height: 30 }, + { name: '2M306', id: 2021106, x: 1735, y: 125, width: 50, height: 30 }, + { name: '2M307', id: 2021107, x: 1735, y: 95, width: 50, height: 30 }, + { name: '2M308', id: 2021108, x: 1735, y: 65, width: 50, height: 30 }, + { name: '2M308', id: 2021109, x: 1735, y: 35, width: 50, height: 30 }, ]; linePot.line2canvasSecondHalf = [ @@ -1484,27 +1483,27 @@ linePot.line2canvasSecondHalf = [ width: 55, height: 50, }, - { name: '3M101', id: '258', x: 60, y: 30, width: 50, height: 30 }, - { name: '3M102', id: '259', x: 110, y: 30, width: 50, height: 30 }, - { name: '3M103', id: '260', x: 160, y: 30, width: 50, height: 30 }, - { name: '3M104', id: '261', x: 210, y: 30, width: 50, height: 30 }, - { name: '3M105', id: '262', x: 260, y: 30, width: 50, height: 30 }, - { name: '3M106', id: '263', x: 310, y: 30, width: 50, height: 30 }, - { name: '3M107', id: '264', x: 360, y: 30, width: 50, height: 30 }, - { name: '3M108', id: '265', x: 410, y: 30, width: 50, height: 30 }, - { name: '3M109', id: '266', x: 460, y: 30, width: 50, height: 30 }, - { name: '3M110', id: '267', x: 510, y: 30, width: 50, height: 30 }, + { name: '3M101', id: 2021111, x: 60, y: 30, width: 50, height: 30 }, + { name: '3M102', id: 2021112, x: 110, y: 30, width: 50, height: 30 }, + { name: '3M103', id: 2021113, x: 160, y: 30, width: 50, height: 30 }, + { name: '3M104', id: 2021114, x: 210, y: 30, width: 50, height: 30 }, + { name: '3M105', id: 2021115, x: 260, y: 30, width: 50, height: 30 }, + { name: '3M106', id: 2021116, x: 310, y: 30, width: 50, height: 30 }, + { name: '3M107', id: 2021117, x: 360, y: 30, width: 50, height: 30 }, + { name: '3M108', id: 2021118, x: 410, y: 30, width: 50, height: 30 }, + { name: '3M109', id: 2021119, x: 460, y: 30, width: 50, height: 30 }, + { name: '3M110', id: 2021120, x: 510, y: 30, width: 50, height: 30 }, - { name: '3M201', id: '262', x: 360, y: 60, width: 50, height: 30 }, - { name: '3M202', id: '262', x: 360, y: 90, width: 50, height: 30 }, - { name: '3M203', id: '262', x: 260, y: 60, width: 50, height: 30 }, - { name: '3M204', id: '262', x: 260, y: 90, width: 50, height: 30 }, - { name: '3M205', id: '262', x: 260, y: 120, width: 50, height: 30 }, - { name: '3M206', id: '263', x: 310, y: 120, width: 50, height: 30 }, - { name: '3M207', id: '264', x: 360, y: 120, width: 50, height: 30 }, - { name: '3M208', id: '265', x: 410, y: 120, width: 50, height: 30 }, - { name: '3M209', id: '266', x: 460, y: 120, width: 50, height: 30 }, - { name: '3M210', id: '267', x: 510, y: 120, width: 50, height: 30 }, + { name: '3M201', id: 2021121, x: 360, y: 60, width: 50, height: 30 }, + { name: '3M202', id: 2021122, x: 360, y: 90, width: 50, height: 30 }, + { name: '3M203', id: 2021123, x: 260, y: 60, width: 50, height: 30 }, + { name: '3M204', id: 2021124, x: 260, y: 90, width: 50, height: 30 }, + { name: '3M205', id: 2021125, x: 260, y: 120, width: 50, height: 30 }, + { name: '3M206', id: 2021126, x: 310, y: 120, width: 50, height: 30 }, + { name: '3M207', id: 2021127, x: 360, y: 120, width: 50, height: 30 }, + { name: '3M208', id: 2021128, x: 410, y: 120, width: 50, height: 30 }, + { name: '3M209', id: 2021129, x: 460, y: 120, width: 50, height: 30 }, + { name: '3M210', id: 2021130, x: 510, y: 120, width: 50, height: 30 }, // { // name: '连线', @@ -1549,7 +1548,7 @@ linePot.line2canvasSecondHalf = [ }, { name: '4M100', - id: 201503, + id: 2021161, x: 615, y: 30, width: 50, @@ -1557,7 +1556,7 @@ linePot.line2canvasSecondHalf = [ }, { name: '4M101', - id: '263', + id: 2021131, x: 665, y: 30, width: 50, @@ -1565,7 +1564,7 @@ linePot.line2canvasSecondHalf = [ }, { name: '4M200', - id: '264', + id: 2021162, x: 615, y: 120, width: 50, @@ -1573,7 +1572,7 @@ linePot.line2canvasSecondHalf = [ }, { name: '4M201', - id: '264', + id: 2021151, x: 665, y: 120, width: 50, @@ -1597,31 +1596,31 @@ linePot.line2canvasSecondHalf = [ width: 55, height: 50, }, - { name: '4M102', id: '267', x: 770, y: 30, width: 50, height: 30 }, - { name: '4M103', id: '268', x: 820, y: 30, width: 50, height: 30 }, - { name: '4M104', id: '269', x: 870, y: 30, width: 50, height: 30 }, - { name: '4M105', id: '270', x: 920, y: 30, width: 50, height: 30 }, - { name: '4M106', id: '271', x: 970, y: 30, width: 50, height: 30 }, - { name: '4M107', id: '272', x: 1020, y: 30, width: 50, height: 30 }, - { name: '4M108', id: '273', x: 1070, y: 30, width: 50, height: 30 }, - { name: '4M109', id: '274', x: 1120, y: 30, width: 50, height: 30 }, - { name: '4M110', id: '275', x: 1170, y: 30, width: 50, height: 30 }, - { name: '4M111', id: '276', x: 1220, y: 30, width: 50, height: 30 }, - { name: '4M112', id: '277', x: 1270, y: 30, width: 50, height: 30 }, - { name: '4M113', id: '278', x: 1320, y: 30, width: 50, height: 30 }, - { name: '4M114', id: '279', x: 1370, y: 30, width: 50, height: 30 }, - { name: '4M115', id: '280', x: 1420, y: 30, width: 50, height: 30 }, - { name: '4M116', id: '281', x: 1470, y: 30, width: 50, height: 30 }, + { name: '4M102', id: 2021132, x: 770, y: 30, width: 50, height: 30 }, + { name: '4M103', id: 2021133, x: 820, y: 30, width: 50, height: 30 }, + { name: '4M104', id: 2021134, x: 870, y: 30, width: 50, height: 30 }, + { name: '4M105', id: 2021135, x: 920, y: 30, width: 50, height: 30 }, + { name: '4M106', id: 2021136, x: 970, y: 30, width: 50, height: 30 }, + { name: '4M107', id: 2021137, x: 1020, y: 30, width: 50, height: 30 }, + { name: '4M108', id: 2021138, x: 1070, y: 30, width: 50, height: 30 }, + { name: '4M109', id: 2021139, x: 1120, y: 30, width: 50, height: 30 }, + { name: '4M110', id: 2021140, x: 1170, y: 30, width: 50, height: 30 }, + { name: '4M111', id: 2021141, x: 1220, y: 30, width: 50, height: 30 }, + { name: '4M112', id: 2021142, x: 1270, y: 30, width: 50, height: 30 }, + { name: '4M113', id: 2021143, x: 1320, y: 30, width: 50, height: 30 }, + { name: '4M114', id: 2021144, x: 1370, y: 30, width: 50, height: 30 }, + { name: '4M115', id: 2021145, x: 1420, y: 30, width: 50, height: 30 }, + { name: '4M116', id: 2021146, x: 1470, y: 30, width: 50, height: 30 }, - { name: '4M202', id: '267', x: 770, y: 120, width: 50, height: 30 }, - { name: '4M203', id: '268', x: 820, y: 120, width: 50, height: 30 }, - { name: '4M204', id: '269', x: 870, y: 120, width: 50, height: 30 }, - { name: '4M205', id: '270', x: 920, y: 120, width: 50, height: 30 }, - { name: '4M206', id: '271', x: 970, y: 120, width: 50, height: 30 }, - { name: '4M207', id: '273', x: 970, y: 90, width: 50, height: 30 }, - { name: '4M208', id: '274', x: 970, y: 60, width: 50, height: 30 }, - { name: '4M209', id: '274', x: 870, y: 90, width: 50, height: 30 }, - { name: '4M210', id: '275', x: 870, y: 60, width: 50, height: 30 }, + { name: '4M202', id: 2021152, x: 770, y: 120, width: 50, height: 30 }, + { name: '4M203', id: 2021153, x: 820, y: 120, width: 50, height: 30 }, + { name: '4M204', id: 2021154, x: 870, y: 120, width: 50, height: 30 }, + { name: '4M205', id: 2021155, x: 920, y: 120, width: 50, height: 30 }, + { name: '4M206', id: 2021156, x: 970, y: 120, width: 50, height: 30 }, + { name: '4M207', id: 2021157, x: 970, y: 90, width: 50, height: 30 }, + { name: '4M208', id: 2021158, x: 970, y: 60, width: 50, height: 30 }, + { name: '4M209', id: 2021159, x: 870, y: 90, width: 50, height: 30 }, + { name: '4M210', id: 2021160, x: 870, y: 60, width: 50, height: 30 }, // { // name: '连线', // id: '268', @@ -1713,7 +1712,7 @@ linePot.line3canvasFirstHalf = [ }, { name: 'M01', - id: '1889919197315657729', + id: 3021001, x: 55, y: 130, width: 50, @@ -1721,7 +1720,7 @@ linePot.line3canvasFirstHalf = [ }, { name: 'M02', - id: '1889919197315657730', + id: 3021002, x: 105, y: 130, width: 50, @@ -1729,7 +1728,7 @@ linePot.line3canvasFirstHalf = [ }, { name: 'M03', - id: '1889919197315657731', + id: 3021003, x: 155, y: 130, width: 50, @@ -1737,7 +1736,7 @@ linePot.line3canvasFirstHalf = [ }, { name: 'M04', - id: '1889919197315657732', + id: 3021004, x: 205, y: 130, width: 50, @@ -1745,7 +1744,7 @@ linePot.line3canvasFirstHalf = [ }, { name: 'M05', - id: '1889919197315657733', + id: 3021005, x: 255, y: 130, width: 50, @@ -1753,7 +1752,7 @@ linePot.line3canvasFirstHalf = [ }, { name: 'M06', - id: '1889919197315657734', + id: 3021006, x: 305, y: 130, width: 50, @@ -1761,7 +1760,7 @@ linePot.line3canvasFirstHalf = [ }, { name: 'M07', - id: '1889919197315657735', + id: 3021007, x: 355, y: 130, width: 50, @@ -1769,7 +1768,7 @@ linePot.line3canvasFirstHalf = [ }, { name: 'M08', - id: '1889919197315657736', + id: 3021008, x: 405, y: 130, width: 50, @@ -1777,7 +1776,7 @@ linePot.line3canvasFirstHalf = [ }, { name: 'M09', - id: '1889919197315657737', + id: 3021009, x: 455, y: 130, width: 50, @@ -1785,7 +1784,7 @@ linePot.line3canvasFirstHalf = [ }, { name: 'M10', - id: '1889919197315657738', + id: 3021010, x: 505, y: 130, width: 50, @@ -1793,7 +1792,7 @@ linePot.line3canvasFirstHalf = [ }, { name: 'M11', - id: '1889919197315657739', + id: 3021011, x: 555, y: 130, width: 50, @@ -1801,7 +1800,7 @@ linePot.line3canvasFirstHalf = [ }, { name: 'M12', - id: '1889919197315657740', + id: 3021012, x: 605, y: 160, width: 50, @@ -1809,7 +1808,7 @@ linePot.line3canvasFirstHalf = [ }, { name: 'M13', - id: '1889919197315657738', + id: 3021013, x: 505, y: 100, width: 50, @@ -1817,23 +1816,23 @@ linePot.line3canvasFirstHalf = [ }, { name: 'M14', - id: '1889919197315657738', + id: 3021014, x: 505, y: 70, width: 50, height: 30, }, { - name: 'M16', - id: '1889919197315657739', + name: 'M15', + id: 3021015, x: 555, y: 70, width: 50, height: 30, }, { - name: 'M15', - id: '1889919197315657740', + name: 'M16', + id: 3021016, x: 605, y: 70, width: 50, @@ -1875,16 +1874,16 @@ linePot.line3canvasFirstHalf = [ width: 50, height: 50, }, - { name: '1M201', x: 755, y: 70, width: 50, height: 30 }, - { name: '1M202', x: 805, y: 70, width: 50, height: 30 }, - { name: '1M203', x: 855, y: 70, width: 50, height: 30 }, - { name: '1M204', x: 905, y: 70, width: 50, height: 30 }, - { name: '1M205', x: 955, y: 70, width: 50, height: 30 }, - { name: '1M101', x: 755, y: 160, width: 50, height: 30 }, - { name: '1M102', x: 805, y: 160, width: 50, height: 30 }, - { name: '1M103', x: 855, y: 160, width: 50, height: 30 }, - { name: '1M104', x: 905, y: 160, width: 50, height: 30 }, - { name: '1M105', x: 955, y: 160, width: 50, height: 30 }, + { name: '1M201', id: 3021041, x: 755, y: 70, width: 50, height: 30 }, + { name: '1M202', id: 3021042, x: 805, y: 70, width: 50, height: 30 }, + { name: '1M203', id: 3021043, x: 855, y: 70, width: 50, height: 30 }, + { name: '1M204', id: 3021044, x: 905, y: 70, width: 50, height: 30 }, + { name: '1M205', id: 3021045, x: 955, y: 70, width: 50, height: 30 }, + { name: '1M101', id: 3021021, x: 755, y: 160, width: 50, height: 30 }, + { name: '1M102', id: 3021022, x: 805, y: 160, width: 50, height: 30 }, + { name: '1M103', id: 3021023, x: 855, y: 160, width: 50, height: 30 }, + { name: '1M104', id: 3021024, x: 905, y: 160, width: 50, height: 30 }, + { name: '1M105', id: 3021025, x: 955, y: 160, width: 50, height: 30 }, { name: '打孔机2', id: 300502, @@ -1903,12 +1902,12 @@ linePot.line3canvasFirstHalf = [ width: 50, height: 50, }, - { name: '1M206', x: 1055, y: 70, width: 50, height: 30 }, - { name: '1M207', x: 1105, y: 70, width: 50, height: 30 }, - { name: '1M208', x: 1155, y: 70, width: 50, height: 30 }, - { name: '1M106', x: 1055, y: 160, width: 50, height: 30 }, - { name: '1M107', x: 1105, y: 160, width: 50, height: 30 }, - { name: '1M108', x: 1155, y: 160, width: 50, height: 30 }, + { name: '1M206', id: 3021046, x: 1055, y: 70, width: 50, height: 30 }, + { name: '1M207', id: 3021047, x: 1105, y: 70, width: 50, height: 30 }, + { name: '1M208', id: 3021048, x: 1155, y: 70, width: 50, height: 30 }, + { name: '1M106', id: 3021026, x: 1055, y: 160, width: 50, height: 30 }, + { name: '1M107', id: 3021027, x: 1105, y: 160, width: 50, height: 30 }, + { name: '1M108', id: 3021028, x: 1155, y: 160, width: 50, height: 30 }, { name: '清洗机2', id: 300602, @@ -1927,12 +1926,12 @@ linePot.line3canvasFirstHalf = [ width: 50, height: 50, }, - { name: '1M209', x: 1255, y: 70, width: 50, height: 30 }, - { name: '1M210', x: 1305, y: 70, width: 50, height: 30 }, - { name: '1M211', x: 1355, y: 70, width: 50, height: 30 }, - { name: '1M109', x: 1255, y: 160, width: 50, height: 30 }, - { name: '1M110', x: 1305, y: 160, width: 50, height: 30 }, - { name: '1M111', x: 1355, y: 160, width: 50, height: 30 }, + { name: '1M209', id: 3021049, x: 1255, y: 70, width: 50, height: 30 }, + { name: '1M210', id: 3021050, x: 1305, y: 70, width: 50, height: 30 }, + { name: '1M211', id: 3021051, x: 1355, y: 70, width: 50, height: 30 }, + { name: '1M109', id: 3021029, x: 1255, y: 160, width: 50, height: 30 }, + { name: '1M110', id: 3021030, x: 1305, y: 160, width: 50, height: 30 }, + { name: '1M111', id: 3021031, x: 1355, y: 160, width: 50, height: 30 }, { name: '丝印机2', id: 300702, @@ -1953,7 +1952,7 @@ linePot.line3canvasFirstHalf = [ }, { name: '1M212', - id: '1889919314311573505', + id: 3021052, x: 1455, y: 70, width: 50, @@ -1961,7 +1960,7 @@ linePot.line3canvasFirstHalf = [ }, { name: '1M112', - id: '1889919347735982081', + id: 3021032, x: 1455, y: 160, width: 50, @@ -1987,7 +1986,7 @@ linePot.line3canvasFirstHalf = [ }, { name: '1M213', - id: '1889919314311573505', + id: 3021053, x: 1555, y: 70, width: 50, @@ -1995,7 +1994,7 @@ linePot.line3canvasFirstHalf = [ }, { name: '1M113', - id: '1889919347735982081', + id: 4021033, x: 1555, y: 160, width: 50, @@ -2021,7 +2020,7 @@ linePot.line3canvasFirstHalf = [ }, { name: '1M214', - id: '1889919314311573505', + id: 3021054, x: 1655, y: 70, width: 50, @@ -2029,7 +2028,7 @@ linePot.line3canvasFirstHalf = [ }, { name: '1M114', - id: '1889919347735982081', + id: 3021034, x: 1655, y: 160, width: 50, @@ -2055,7 +2054,7 @@ linePot.line3canvasFirstHalf = [ }, { name: '2M201', - id: '1889919197315657729', + id: 3021091, x: 1755, y: 70, width: 50, @@ -2063,7 +2062,7 @@ linePot.line3canvasFirstHalf = [ }, { name: '2M202', - id: '1889919197315657729', + id: 3021092, x: 1805, y: 70, width: 50, @@ -2071,7 +2070,7 @@ linePot.line3canvasFirstHalf = [ }, { name: '2M203', - id: '1889919197315657729', + id: 3021093, x: 1855, y: 70, width: 50, @@ -2079,7 +2078,7 @@ linePot.line3canvasFirstHalf = [ }, { name: '2M204', - id: '1889919197315657729', + id: 3021094, x: 1855, y: 100, width: 50, @@ -2087,7 +2086,7 @@ linePot.line3canvasFirstHalf = [ }, { name: '2M205', - id: '1889919197315657729', + id: 3021095, x: 1855, y: 130, width: 50, @@ -2095,7 +2094,7 @@ linePot.line3canvasFirstHalf = [ }, { name: '2M101', - id: '1889919314311573505', + id: 3021081, remark: '-', x: 1755, y: 160, @@ -2104,7 +2103,7 @@ linePot.line3canvasFirstHalf = [ }, { name: '2M102', - id: 'auto-generated-102', + id: 3021082, remark: '-', x: 1805, // 1755 + 50 y: 160, @@ -2113,7 +2112,7 @@ linePot.line3canvasFirstHalf = [ }, { name: '2M103', - id: 'auto-generated-103', + id: 3021083, remark: '-', x: 1855, // 1805 + 50 y: 160, @@ -2122,7 +2121,7 @@ linePot.line3canvasFirstHalf = [ }, { name: '2M104', - id: 'auto-generated-104', + id: 3021084, remark: '-', x: 1905, // 1855 + 50 y: 160, @@ -2131,7 +2130,7 @@ linePot.line3canvasFirstHalf = [ }, { name: '2M105', - id: 'auto-generated-105', + id: 3021085, remark: '-', x: 1955, // 1905 + 50 y: 160, @@ -2140,7 +2139,7 @@ linePot.line3canvasFirstHalf = [ }, { name: '2M106', - id: 'auto-generated-106', + id: 3021086, remark: '-', x: 2005, // 1955 + 50 y: 160, @@ -2149,7 +2148,7 @@ linePot.line3canvasFirstHalf = [ }, { name: '2M107', - id: 'auto-generated-107', + id: 3021087, remark: '-', x: 2055, // 2005 + 50 y: 160, @@ -2170,7 +2169,7 @@ linePot.line3canvasSecondHalf = [ }, { name: '3M101', - id: '1889919314311573505', + id: 3021111, remark: '3M105', x: 55, y: 140, @@ -2179,6 +2178,7 @@ linePot.line3canvasSecondHalf = [ }, { name: '3M102', + id: 3021112, x: 105, // 55 + 50 (前一个x + width) y: 140, width: 50, @@ -2186,6 +2186,7 @@ linePot.line3canvasSecondHalf = [ }, { name: '3M103', + id: 3021113, x: 155, // 105 + 50 y: 140, width: 50, @@ -2193,6 +2194,7 @@ linePot.line3canvasSecondHalf = [ }, { name: '3M104', + id: 3021114, x: 205, // 155 + 50 y: 140, width: 50, @@ -2200,6 +2202,7 @@ linePot.line3canvasSecondHalf = [ }, { name: '3M105', + id: 3021115, x: 255, // 205 + 50 y: 140, width: 50, @@ -2216,7 +2219,7 @@ linePot.line3canvasSecondHalf = [ }, { name: '4M100', - id: '1889919314311573505', + id: 3021161, remark: '', x: 355, y: 140, @@ -2225,6 +2228,7 @@ linePot.line3canvasSecondHalf = [ }, { name: '4M101', + id: 3021131, x: 405, // 355 + 50 (前一个 x + width) y: 140, width: 50, @@ -2241,7 +2245,7 @@ linePot.line3canvasSecondHalf = [ }, { name: '4M10A', - id: '1889919314311573505', + id: 3021163, remark: '', //3线比2线这里反了 x: 505, y: 140, @@ -2259,7 +2263,7 @@ linePot.line3canvasSecondHalf = [ }, { name: '4M102', - id: '1889919314311573505', + id: 3021132, x: 605, y: 140, width: 50, @@ -2267,6 +2271,7 @@ linePot.line3canvasSecondHalf = [ }, { name: '4M103', + id: 3021133, x: 655, // 605 + 200 y: 140, width: 50, @@ -2274,6 +2279,7 @@ linePot.line3canvasSecondHalf = [ }, { name: '4M104', + id: 3021134, x: 705, // 805 + 200 y: 140, width: 50, @@ -2281,6 +2287,7 @@ linePot.line3canvasSecondHalf = [ }, { name: '4M105', + id: 3021135, x: 755, // 1005 + 200 y: 140, width: 50, @@ -2288,6 +2295,7 @@ linePot.line3canvasSecondHalf = [ }, { name: '4M106', + id: 3021136, x: 805, // 1205 + 200 y: 140, width: 50, @@ -2295,6 +2303,7 @@ linePot.line3canvasSecondHalf = [ }, { name: '4M107', + id: 3021137, x: 855, // 1405 + 200 y: 140, width: 50, @@ -2302,6 +2311,7 @@ linePot.line3canvasSecondHalf = [ }, { name: '4M108', + id: 3021138, x: 905, // 1605 + 200 y: 140, width: 50, @@ -2309,6 +2319,7 @@ linePot.line3canvasSecondHalf = [ }, { name: '4M109', + id: 3021139, x: 955, // 1805 + 200 y: 140, width: 50, @@ -2459,7 +2470,7 @@ linePot.line4canvasFirstHalf = [ }, { name: 'M01', - id: '1889188182611783682', + id: 4021001, x: 55, y: 205, width: 50, @@ -2467,6 +2478,7 @@ linePot.line4canvasFirstHalf = [ }, { name: 'M02', + id: 4021002, x: 105, y: 205, width: 50, @@ -2474,6 +2486,7 @@ linePot.line4canvasFirstHalf = [ }, { name: 'M03', + id: 4021003, x: 155, y: 205, width: 50, @@ -2481,6 +2494,7 @@ linePot.line4canvasFirstHalf = [ }, { name: 'M04', + id: 4021004, x: 205, y: 205, width: 50, @@ -2488,6 +2502,7 @@ linePot.line4canvasFirstHalf = [ }, { name: 'M05', + id: 4021005, x: 255, y: 205, width: 50, @@ -2495,6 +2510,7 @@ linePot.line4canvasFirstHalf = [ }, { name: 'M06', + id: 4021006, x: 305, y: 205, width: 50, @@ -2502,6 +2518,7 @@ linePot.line4canvasFirstHalf = [ }, { name: 'M07', + id: 4021007, x: 355, y: 205, width: 50, @@ -2509,6 +2526,7 @@ linePot.line4canvasFirstHalf = [ }, { name: 'M08', + id: 4021008, x: 405, y: 205, width: 50, @@ -2516,6 +2534,7 @@ linePot.line4canvasFirstHalf = [ }, { name: 'M09', + id: 4021009, x: 455, y: 205, width: 50, @@ -2523,6 +2542,7 @@ linePot.line4canvasFirstHalf = [ }, { name: 'M10', + id: 4021010, x: 505, y: 205, width: 50, @@ -2530,6 +2550,7 @@ linePot.line4canvasFirstHalf = [ }, { name: 'M11', + id: 4021011, x: 555, y: 205, width: 50, @@ -2537,6 +2558,7 @@ linePot.line4canvasFirstHalf = [ }, { name: 'M12', + id: 4021012, x: 605, y: 205, width: 50, @@ -2544,6 +2566,7 @@ linePot.line4canvasFirstHalf = [ }, { name: 'M13', + id: 4021013, x: 505, y: 175, width: 50, @@ -2551,6 +2574,7 @@ linePot.line4canvasFirstHalf = [ }, { name: 'M14', + id: 4021014, x: 505, y: 115, width: 50, @@ -2558,6 +2582,7 @@ linePot.line4canvasFirstHalf = [ }, { name: 'M15', + id: 4021015, x: 555, y: 145, width: 50, @@ -2565,6 +2590,7 @@ linePot.line4canvasFirstHalf = [ }, { name: 'M16', + id: 4021016, x: 605, y: 145, width: 50, @@ -2572,6 +2598,7 @@ linePot.line4canvasFirstHalf = [ }, { name: 'M17', + id: 4021017, x: 505, y: 85, width: 50, @@ -2579,6 +2606,7 @@ linePot.line4canvasFirstHalf = [ }, { name: 'M18', + id: 4021018, x: 505, y: 25, width: 50, @@ -2586,6 +2614,7 @@ linePot.line4canvasFirstHalf = [ }, { name: 'M19', + id: 4021019, x: 555, y: 25, width: 50, @@ -2593,6 +2622,7 @@ linePot.line4canvasFirstHalf = [ }, { name: 'M20', + id: 4021020, x: 605, y: 25, width: 50, @@ -2654,7 +2684,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M101', - id: '1889190496001126401', + id: 4021021, x: 755, y: 25, width: 50, @@ -2662,6 +2692,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M102', + id: 4021022, x: 805, y: 25, width: 50, @@ -2669,6 +2700,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M103', + id: 4021023, x: 855, y: 25, width: 50, @@ -2676,6 +2708,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M104', + id: 4021024, x: 905, y: 25, width: 50, @@ -2683,6 +2716,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M105', + id: 4021025, x: 955, y: 25, width: 50, @@ -2690,7 +2724,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M201', - id: '1889190496001126401', + id: 4021041, x: 755, y: 145, width: 50, @@ -2698,6 +2732,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M202', + id: 4021042, x: 805, y: 145, width: 50, @@ -2705,6 +2740,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M203', + id: 4021043, x: 855, y: 145, width: 50, @@ -2712,6 +2748,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M204', + id: 4021044, x: 905, y: 145, width: 50, @@ -2719,6 +2756,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M205', + id: 4021045, x: 955, y: 145, width: 50, @@ -2726,7 +2764,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M301', - id: '1889190496001126401', + id: 4021061, x: 755, y: 205, width: 50, @@ -2734,6 +2772,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M102', + id: 4021062, x: 805, y: 205, width: 50, @@ -2741,6 +2780,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M303', + id: 4021063, x: 855, y: 205, width: 50, @@ -2748,6 +2788,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M304', + id: 4021064, x: 905, y: 205, width: 50, @@ -2755,6 +2796,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M305', + id: 4021065, x: 955, y: 205, width: 50, @@ -2789,7 +2831,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M106', - id: '1889190496001126401', + id: 4021026, x: 1055, y: 25, width: 50, @@ -2797,7 +2839,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M107', - id: '1889190496001126402', + id: 4021027, x: 1105, y: 25, width: 50, @@ -2805,7 +2847,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M108', - id: '1889190496001126403', + id: 4021028, x: 1155, y: 25, width: 50, @@ -2813,7 +2855,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M206', - id: '1889190496001126401', + id: 4021046, x: 1055, y: 145, width: 50, @@ -2821,7 +2863,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M207', - id: '1889190496001126402', + id: 4021047, x: 1105, y: 145, width: 50, @@ -2829,7 +2871,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M208', - id: '1889190496001126403', + id: 4021048, x: 1155, y: 145, width: 50, @@ -2837,7 +2879,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M306', - id: '1889190496001126401', + id: 4021066, x: 1055, y: 205, width: 50, @@ -2845,7 +2887,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M307', - id: '1889190496001126402', + id: 4021067, x: 1105, y: 205, width: 50, @@ -2853,7 +2895,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M308', - id: '1889190496001126403', + id: 4021068, x: 1155, y: 205, width: 50, @@ -2888,7 +2930,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M109', - id: '1889190496001126401', + id: 4021029, remark: '', x: 1255, y: 25, @@ -2897,7 +2939,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M110', - id: '1889190496001126402', + id: 4021030, remark: '', x: 1305, y: 25, @@ -2906,7 +2948,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M111', - id: '1889190496001126403', + id: 4021031, remark: '', x: 1355, y: 25, @@ -2914,8 +2956,8 @@ linePot.line4canvasFirstHalf = [ height: 30, }, { - name: '2M109', - id: '1889190496001126404', + name: '1M209', + id: 4021049, remark: '', x: 1255, y: 145, @@ -2923,8 +2965,8 @@ linePot.line4canvasFirstHalf = [ height: 30, }, { - name: '2M110', - id: '1889190496001126405', + name: '1M210', + id: 4021050, remark: '', x: 1305, y: 145, @@ -2932,8 +2974,8 @@ linePot.line4canvasFirstHalf = [ height: 30, }, { - name: '2M111', - id: '1889190496001126406', + name: '1M211', + id: 4021051, remark: '', x: 1355, y: 145, @@ -2941,8 +2983,8 @@ linePot.line4canvasFirstHalf = [ height: 30, }, { - name: '3M109', - id: '1889190685516558338', + name: '1M309', + id: 4021069, remark: '', x: 1255, y: 205, @@ -2950,8 +2992,8 @@ linePot.line4canvasFirstHalf = [ height: 30, }, { - name: '3M110', - id: '1889190685516558339', + name: '1M310', + id: 4021070, remark: '', x: 1305, y: 205, @@ -2959,8 +3001,8 @@ linePot.line4canvasFirstHalf = [ height: 30, }, { - name: '3M111', - id: '1889190685516558340', + name: '1M311', + id: 4021071, remark: '', x: 1355, y: 205, @@ -2996,7 +3038,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M112', - id: '1889190496001126401', + id: 4021032, remark: '', x: 1455, y: 25, @@ -3005,7 +3047,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M212', - id: '1889190496001126401', + id: 4021052, remark: '', x: 1455, y: 145, @@ -3013,8 +3055,8 @@ linePot.line4canvasFirstHalf = [ height: 30, }, { - name: '1M212', - id: '1889190685516558338', + name: '1M312', + id: 4021072, remark: '', x: 1455, y: 205, @@ -3050,7 +3092,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M101', - id: '1889190685516558338', + id: 4021081, x: 1555, y: 25, width: 50, @@ -3058,7 +3100,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M102', - id: '1889190685516558339', + id: 4021082, x: 1605, y: 25, width: 50, @@ -3066,7 +3108,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M103', - id: '1889190685516558340', + id: 4021083, x: 1655, y: 25, width: 50, @@ -3074,7 +3116,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M104', - id: '1889190685516558341', + id: 4021084, x: 1705, y: 25, width: 50, @@ -3082,7 +3124,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M105', - id: '1889190685516558342', + id: 4021085, x: 1755, y: 25, width: 50, @@ -3090,7 +3132,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M106', - id: '1889190685516558343', + id: 4021086, x: 1805, y: 25, width: 50, @@ -3098,7 +3140,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M107', - id: '1889190685516558344', + id: 4021087, x: 1855, y: 25, width: 50, @@ -3106,7 +3148,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M208', - id: '1889190685516558345', + id: 4021088, x: 1905, y: 25, width: 50, @@ -3114,7 +3156,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M201', - id: '1889190685516558338', + id: 4021091, x: 1555, y: 145, width: 50, @@ -3122,7 +3164,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M202', - id: '1889190685516558339', + id: 4021092, x: 1605, y: 145, width: 50, @@ -3130,7 +3172,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M203', - id: '1889190685516558340', + id: 4021093, x: 1655, y: 145, width: 50, @@ -3138,7 +3180,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M204', - id: '1889190685516558341', + id: 4021094, x: 1655, y: 95, width: 50, @@ -3146,7 +3188,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M205', - id: '1889190685516558342', + id: 4021095, x: 1655, y: 55, width: 50, @@ -3154,7 +3196,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M301', - id: '1889190685516558338', + id: 4021101, x: 1555, y: 205, width: 50, @@ -3162,7 +3204,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M302', - id: '1889190685516558339', + id: 4021102, x: 1605, y: 205, width: 50, @@ -3170,7 +3212,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M303', - id: '1889190685516558340', + id: 4021103, x: 1655, y: 205, width: 50, @@ -3178,7 +3220,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M304', - id: '1889190685516558341', + id: 4021104, x: 1705, y: 205, width: 50, @@ -3186,7 +3228,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M305', - id: '1889190685516558342', + id: 4021105, x: 1755, y: 205, width: 50, @@ -3194,7 +3236,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M306', - id: '1889190685516558343', + id: 4021106, x: 1755, y: 175, width: 50, @@ -3202,7 +3244,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M307', - id: '1889190685516558344', + id: 4021107, x: 1755, y: 145, width: 50, @@ -3210,7 +3252,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M308', - id: '1889190685516558345', + id: 4021108, x: 1755, y: 85, width: 50, @@ -3218,7 +3260,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M309', - id: '1889190685516558345', + id: 4021109, x: 1755, y: 55, width: 50, @@ -3238,8 +3280,8 @@ linePot.line4canvasFirstHalf = [ }, { name: '3M101', - id: '1889190685516558338', - remark: '3M110', + id: 4021111, + // remark: '3M110', x: 55, y: 30, width: 50, @@ -3247,7 +3289,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '3M102', - id: '1889190685516558339', // 假设的id,可根据实际修改 + id: 4021112, // 假设的id,可根据实际修改 remark: '', x: 105, // 55 + 50 y: 30, @@ -3256,7 +3298,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '3M103', - id: '1889190685516558340', // 假设的id,可根据实际修改 + id: 4021113, // 假设的id,可根据实际修改 remark: '', x: 155, // 105 + 50 y: 30, @@ -3265,7 +3307,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '3M104', - id: '1889190685516558341', // 假设的id,可根据实际修改 + id: 4021114, // 假设的id,可根据实际修改 remark: '', x: 205, // 155 + 50 y: 30, @@ -3274,7 +3316,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '3M105', - id: '1889190685516558342', // 假设的id,可根据实际修改 + id: 4021115, // 假设的id,可根据实际修改 remark: '', x: 255, // 205 + 50 y: 30, @@ -3283,7 +3325,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '3M106', - id: '1889190685516558343', // 假设的id,可根据实际修改 + id: 4021116, // 假设的id,可根据实际修改 remark: '', x: 305, // 255 + 50 y: 30, @@ -3292,7 +3334,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '3M107', - id: '1889190685516558344', // 假设的id,可根据实际修改 + id: 4021117, // 假设的id,可根据实际修改 remark: '', x: 355, // 305 + 50 y: 30, @@ -3301,7 +3343,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '3M108', - id: '1889190685516558345', // 假设的id,可根据实际修改 + id: 4021118, // 假设的id,可根据实际修改 remark: '', x: 405, // 355 + 50 y: 30, @@ -3310,7 +3352,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '3M109', - id: '1889190685516558346', // 假设的id,可根据实际修改 + id: 4021119, // 假设的id,可根据实际修改 remark: '', x: 455, // 405 + 50 y: 30, @@ -3319,7 +3361,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '3M110', - id: '1889190685516558347', // 假设的id,可根据实际修改 + id: 4021120, // 假设的id,可根据实际修改 remark: '', x: 505, // 455 + 50 y: 30, @@ -3328,7 +3370,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '3M201', - id: '1889190685516558344', // 假设的id,可根据实际修改 + id: 4021121, // 假设的id,可根据实际修改 remark: '', x: 355, // 305 + 50 y: 60, @@ -3337,7 +3379,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '3M202', - id: '1889190685516558344', // 假设的id,可根据实际修改 + id: 4021122, // 假设的id,可根据实际修改 remark: '', x: 355, // 305 + 50 y: 90, @@ -3346,7 +3388,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '3M203', - id: '1889190685516558342', // 假设的id,可根据实际修改 + id: 4021123, // 假设的id,可根据实际修改 remark: '', x: 255, // 205 + 50 y: 60, @@ -3355,7 +3397,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '3M204', - id: '1889190685516558342', // 假设的id,可根据实际修改 + id: 4021124, // 假设的id,可根据实际修改 remark: '', x: 255, // 205 + 50 y: 90, @@ -3364,7 +3406,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '3M205', - id: '1889190685516558342', // 假设的id,可根据实际修改 + id: 4021125, // 假设的id,可根据实际修改 remark: '', x: 255, // 205 + 50 y: 120, @@ -3373,7 +3415,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '3M206', - id: '1889190685516558343', // 假设的id,可根据实际修改 + id: 4021126, // 假设的id,可根据实际修改 remark: '', x: 305, // 255 + 50 y: 120, @@ -3382,7 +3424,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '3M207', - id: '1889190685516558344', // 假设的id,可根据实际修改 + id: 4021127, // 假设的id,可根据实际修改 remark: '', x: 355, // 305 + 50 y: 120, @@ -3391,7 +3433,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '3M208', - id: '1889190685516558345', // 假设的id,可根据实际修改 + id: 4021128, // 假设的id,可根据实际修改 remark: '', x: 405, // 355 + 50 y: 120, @@ -3400,7 +3442,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '3M209', - id: '1889190685516558346', // 假设的id,可根据实际修改 + id: 4021129, // 假设的id,可根据实际修改 remark: '', x: 455, // 405 + 50 y: 120, @@ -3409,7 +3451,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '3M210', - id: '1889190685516558347', // 假设的id,可根据实际修改 + id: 4021130, // 假设的id,可根据实际修改 remark: '', x: 505, // 455 + 50 y: 120, @@ -3436,7 +3478,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M100', - id: '1889190496001126401', + id: 4021161, x: 605, y: 30, width: 50, @@ -3444,7 +3486,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M101', - id: '1889190496001126401', + id: 4021131, x: 655, y: 30, width: 50, @@ -3452,7 +3494,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M200', - id: '1889190496001126401', + id: 4021162, x: 605, y: 120, width: 50, @@ -3460,7 +3502,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M201', - id: '1889190496001126401', + id: 4021151, x: 655, y: 120, width: 50, @@ -3486,7 +3528,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M102', - id: '1889190496001126401', + id: 4021132, x: 755, y: 30, width: 50, @@ -3494,7 +3536,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M103', - id: '1889190496001126402', // 假设的id,可根据实际修改 + id: 4021133, // 假设的id,可根据实际修改 x: 805, // 755 + 50 y: 30, width: 50, @@ -3502,7 +3544,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M104', - id: '1889190496001126403', // 假设的id,可根据实际修改 + id: 4021134, // 假设的id,可根据实际修改 x: 855, // 805 + 50 y: 30, width: 50, @@ -3510,7 +3552,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M105', - id: '1889190496001126404', // 假设的id,可根据实际修改 + id: 4021135, // 假设的id,可根据实际修改 x: 905, // 855 + 50 y: 30, width: 50, @@ -3518,7 +3560,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M106', - id: '1889190496001126405', // 假设的id,可根据实际修改 + id: 4021136, // 假设的id,可根据实际修改 x: 955, // 905 + 50 y: 30, width: 50, @@ -3526,7 +3568,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M107', - id: '1889190496001126406', // 假设的id,可根据实际修改 + id: 4021137, // 假设的id,可根据实际修改 x: 1005, // 955 + 50 y: 30, width: 50, @@ -3534,7 +3576,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M108', - id: '1889190496001126407', // 假设的id,可根据实际修改 + id: 4021138, // 假设的id,可根据实际修改 x: 1055, // 1005 + 50 y: 30, width: 50, @@ -3542,7 +3584,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M109', - id: '1889190496001126408', // 假设的id,可根据实际修改 + id: 4021139, // 假设的id,可根据实际修改 x: 1105, // 1055 + 50 y: 30, width: 50, @@ -3550,7 +3592,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M110', - id: '1889190496001126409', // 假设的id,可根据实际修改 + id: 4021140, // 假设的id,可根据实际修改 x: 1155, // 1105 + 50 y: 30, width: 50, @@ -3558,7 +3600,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M111', - id: '1889190496001126410', // 假设的id,可根据实际修改 + id: 4021141, // 假设的id,可根据实际修改 x: 1205, // 1155 + 50 y: 30, width: 50, @@ -3566,7 +3608,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M112', - id: '1889190496001126411', // 假设的id,可根据实际修改 + id: 4021142, // 假设的id,可根据实际修改 x: 1255, // 1205 + 50 y: 30, width: 50, @@ -3574,7 +3616,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M113', - id: '1889190496001126412', // 假设的id,可根据实际修改 + id: 4021143, // 假设的id,可根据实际修改 x: 1305, // 1255 + 50 y: 30, width: 50, @@ -3582,7 +3624,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M114', - id: '1889190496001126413', // 假设的id,可根据实际修改 + id: 4021144, // 假设的id,可根据实际修改 x: 1355, // 1305 + 50 y: 30, width: 50, @@ -3590,7 +3632,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M115', - id: '1889190496001126414', // 假设的id,可根据实际修改 + id: 4021145, // 假设的id,可根据实际修改 x: 1405, // 1355 + 50 y: 30, width: 50, @@ -3598,7 +3640,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M116', - id: '1889190496001126415', // 假设的id,可根据实际修改 + id: 4021146, // 假设的id,可根据实际修改 x: 1455, // 1405 + 50 y: 30, width: 50, @@ -3606,7 +3648,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M202', - id: '1889190496001126401', + id: 4021152, x: 755, y: 120, width: 50, @@ -3614,7 +3656,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M203', - id: '1889190496001126402', // 假设的id,可根据实际修改 + id: 4021153, // 假设的id,可根据实际修改 x: 805, // 755 + 50 y: 120, width: 50, @@ -3622,7 +3664,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M204', - id: '1889190496001126403', // 假设的id,可根据实际修改 + id: 4021154, // 假设的id,可根据实际修改 x: 855, // 805 + 50 y: 120, width: 50, @@ -3630,7 +3672,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M205', - id: '1889190496001126404', // 假设的id,可根据实际修改 + id: 4021155, // 假设的id,可根据实际修改 x: 905, // 855 + 50 y: 120, width: 50, @@ -3638,7 +3680,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M206', - id: '1889190496001126405', // 假设的id,可根据实际修改 + id: 4021156, // 假设的id,可根据实际修改 x: 955, // 905 + 50 y: 120, width: 50, @@ -3646,7 +3688,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M207', - id: '1889190496001126406', // 假设的id,可根据实际修改 + id: 4021157, // 假设的id,可根据实际修改 x: 955, // 955 + 50 y: 60, width: 50, @@ -3654,7 +3696,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M208', - id: '1889190496001126407', // 假设的id,可根据实际修改 + id: 4021158, // 假设的id,可根据实际修改 x: 955, // 1005 + 50 y: 90, width: 50, @@ -3662,7 +3704,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M209', - id: '1889190496001126406', // 假设的id,可根据实际修改 + id: 4021159, // 假设的id,可根据实际修改 x: 855, // 955 + 50 y: 60, width: 50, @@ -3670,7 +3712,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '4M210', - id: '1889190496001126407', // 假设的id,可根据实际修改 + id: 4021160, // 假设的id,可根据实际修改 x: 855, // 1005 + 50 y: 90, width: 50, @@ -3744,152 +3786,151 @@ linePot.line4canvasFirstHalf = [ }, { name: 'M01', - id: '1889919903443513346', + id: 5021001, x: 55, - y: 290, // 230 + 60 + y: 290, width: 50, height: 30, }, { name: 'M02', - id: '', // 假设这里没有给出id,留空,你可以根据实际情况补充 + id: 5021002, x: 105, - y: 290, // 230 + 60 + y: 290, width: 50, height: 30, }, { name: 'M03', - id: '', // 假设这里没有给出id,留空,你可以根据实际情况补充 + id: 5021003, x: 155, - y: 290, // 230 + 60 + y: 290, width: 50, height: 30, }, { name: 'M04', - id: '', // 假设这里没有给出id,留空,你可以根据实际情况补充 + id: 5021004, x: 205, - y: 290, // 230 + 60 + y: 290, width: 50, height: 30, }, { name: 'M05', - id: '', // 假设这里没有给出id,留空,你可以根据实际情况补充 + id: 5021005, x: 255, - y: 290, // 230 + 60 + y: 290, width: 50, height: 30, }, { name: 'M06', - id: '', // 假设这里没有给出id,留空,你可以根据实际情况补充 + id: 5021006, x: 305, - y: 290, // 230 + 60 + y: 290, width: 50, height: 30, }, { name: 'M07', - id: '', // 假设这里没有给出id,留空,你可以根据实际情况补充 + id: 5021007, x: 355, - y: 290, // 230 + 60 + y: 290, width: 50, height: 30, }, { name: 'M08', - id: '', // 假设这里没有给出id,留空,你可以根据实际情况补充 + id: 5021008, x: 405, - y: 290, // 230 + 60 + y: 290, width: 50, height: 30, }, { name: 'M09', - id: '', // 假设这里没有给出id,留空,你可以根据实际情况补充 + id: 5021009, x: 455, - y: 290, // 230 + 60 + y: 290, width: 50, height: 30, }, { name: 'M10', - id: '', + id: 5021010, x: 455, - y: 260, // 200 + 60 + y: 260, width: 50, height: 30, }, { name: 'M11', - id: '', + id: 5021011, x: 455, - y: 230, // 170 + 60 + y: 230, width: 50, height: 30, }, { name: 'M12', - id: '', + id: 5021012, x: 455, - y: 200, // 140 + 60 + y: 200, width: 50, height: 30, }, { name: 'M13', - id: '', + id: 5021013, x: 455, - y: 170, // 110 + 60 + y: 170, width: 50, height: 30, }, { name: 'M14', - id: '', + id: 5021014, x: 455, - y: 140, // 80 + 60 + y: 140, width: 50, height: 30, }, { name: 'M15', - id: '', + id: 5021015, x: 455, - y: 110, // 50 + 60 + y: 110, width: 50, height: 30, }, { name: 'M16', - id: '', + id: 5021016, x: 455, - y: 80, // 20 + 60 + y: 80, width: 50, height: 30, }, { name: 'M17', - id: '', + id: 5021017, x: 455, - y: 50, // -10 + 60 + y: 50, width: 50, height: 30, }, { name: 'M18', - id: '', + id: 5021018, x: 455, - y: 20, // -40 + 60 + y: 20, width: 50, height: 30, }, - { name: '0M101', - id: '', + id: 5021172, x: 505, y: 200, // 140 + 60 width: 50, @@ -3897,7 +3938,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '0M102', - id: '', + id: 5021173, x: 555, y: 200, // 140 + 60 width: 50, @@ -3905,7 +3946,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '0M103', - id: '', + id: 5021174, x: 605, y: 200, // 140 + 60 width: 50, @@ -3913,7 +3954,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '0M104', - id: '', + id: 5021175, x: 655, y: 200, // 140 + 60 width: 50, @@ -3922,7 +3963,7 @@ linePot.line4canvasFirstHalf = [ { name: '0M201', - id: '', + id: 5021178, x: 505, y: 110, // 140 + 60 width: 50, @@ -3930,7 +3971,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '0M202', - id: '', + id: 5021179, x: 555, y: 110, // 140 + 60 width: 50, @@ -3938,7 +3979,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '0M203', - id: '', + id: 5021180, x: 605, y: 110, // 140 + 60 width: 50, @@ -3946,7 +3987,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '0M204', - id: '', + id: 5021181, x: 655, y: 110, // 140 + 60 width: 50, @@ -3955,7 +3996,7 @@ linePot.line4canvasFirstHalf = [ { name: '0M301', - id: '', + id: 5021184, x: 505, y: 20, // 140 + 60 width: 50, @@ -3963,7 +4004,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '0M302', - id: '', + id: 5021185, x: 555, y: 20, // 140 + 60 width: 50, @@ -3971,7 +4012,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '0M303', - id: '', + id: 5021186, x: 605, y: 20, // 140 + 60 width: 50, @@ -3979,7 +4020,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '0M304', - id: '', + id: 5021187, x: 655, y: 20, // 140 + 60 width: 50, @@ -4041,7 +4082,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M301', - id: '1889920027607494658', + id: 5021061, x: 805, y: 20, width: 50, @@ -4049,7 +4090,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M302', - id: '自动生成或替换实际ID', + id: 5021062, x: 855, // 805 + 50 y: 20, width: 50, @@ -4057,7 +4098,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M303', - id: '自动生成或替换实际ID', + id: 5021063, x: 905, // 855 + 50 y: 20, width: 50, @@ -4065,7 +4106,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M304', - id: '自动生成或替换实际ID', + id: 5021064, x: 955, // 905 + 50 y: 20, width: 50, @@ -4073,7 +4114,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M305', - id: '自动生成或替换实际ID', + id: 5021065, x: 1005, // 955 + 50 y: 20, width: 50, @@ -4083,7 +4124,7 @@ linePot.line4canvasFirstHalf = [ // 1M201-1M205系列 (y=110) { name: '1M201', - id: '1889920058062336001', + id: 5021041, x: 805, y: 110, width: 50, @@ -4091,7 +4132,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M202', - id: '自动生成或替换实际ID', + id: 5021042, x: 855, y: 110, width: 50, @@ -4099,7 +4140,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M203', - id: '自动生成或替换实际ID', + id: 5021043, x: 905, y: 110, width: 50, @@ -4107,7 +4148,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M204', - id: '自动生成或替换实际ID', + id: 5021044, x: 955, y: 110, width: 50, @@ -4115,7 +4156,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M205', - id: '自动生成或替换实际ID', + id: 5021045, x: 1005, y: 110, width: 50, @@ -4125,7 +4166,7 @@ linePot.line4canvasFirstHalf = [ // 1M101-1M105系列 (y=200) { name: '1M101', - id: '1889920089926463489', + id: 5021021, x: 805, y: 200, width: 50, @@ -4133,7 +4174,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M102', - id: '自动生成或替换实际ID', + id: 5021022, x: 855, y: 200, width: 50, @@ -4141,7 +4182,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M103', - id: '自动生成或替换实际ID', + id: 5021023, x: 905, y: 200, width: 50, @@ -4149,7 +4190,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M104', - id: '自动生成或替换实际ID', + id: 5021024, x: 955, y: 200, width: 50, @@ -4157,7 +4198,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M105', - id: '自动生成或替换实际ID', + id: 5021025, x: 1005, y: 200, width: 50, @@ -4193,7 +4234,7 @@ linePot.line4canvasFirstHalf = [ // 1M306-1M308系列 (y=20) { name: '1M306', - id: '1889920027607494658', + id: 5021066, x: 1105, y: 20, width: 50, @@ -4201,7 +4242,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M307', - id: '自动生成或替换实际ID', + id: 5021067, x: 1155, // 1105 + 50 y: 20, width: 50, @@ -4209,7 +4250,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M308', - id: '自动生成或替换实际ID', + id: 5021068, x: 1205, // 1155 + 50 y: 20, width: 50, @@ -4219,7 +4260,7 @@ linePot.line4canvasFirstHalf = [ // 1M206-1M208系列 (y=110) { name: '1M206', - id: '1889920058062336001', + id: 5021046, x: 1105, y: 110, width: 50, @@ -4227,7 +4268,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M207', - id: '自动生成或替换实际ID', + id: 5021047, x: 1155, // 542 + 50 y: 110, width: 50, @@ -4235,7 +4276,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M208', - id: '自动生成或替换实际ID', + id: 5021048, x: 1205, // 592 + 50 y: 110, width: 50, @@ -4245,7 +4286,7 @@ linePot.line4canvasFirstHalf = [ // 1M106-1M108系列 (y=200) { name: '1M106', - id: '1889920089926463489', + id: 5021026, x: 1105, y: 200, width: 50, @@ -4253,7 +4294,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M107', - id: '自动生成或替换实际ID', + id: 5021027, x: 1155, // 1105 + 50 y: 200, width: 50, @@ -4261,7 +4302,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M108', - id: '自动生成或替换实际ID', + id: 5021028, x: 1205, // 1155 + 50 y: 200, width: 50, @@ -4297,7 +4338,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M309', - id: '1889920027607494658', + id: 5021069, x: 1305, y: 20, width: 50, @@ -4305,7 +4346,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M310', - id: '', // 假设 id 未知,可根据实际补充 + id: 5021070, // 假设 id 未知,可根据实际补充 x: 1355, // 1305 + 50 y: 20, width: 50, @@ -4313,7 +4354,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M311', - id: '', // 假设 id 未知,可根据实际补充 + id: 5021071, // 假设 id 未知,可根据实际补充 x: 1405, // 1355 + 50 y: 20, width: 50, @@ -4321,7 +4362,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M209', - id: '1889920058062336001', + id: 5021049, x: 1305, y: 110, width: 50, @@ -4329,7 +4370,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M210', - id: '', // 假设 id 未知,可根据实际补充 + id: 5021050, // 假设 id 未知,可根据实际补充 x: 1355, // 1305 + 50 y: 110, width: 50, @@ -4337,7 +4378,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M211', - id: '', // 假设 id 未知,可根据实际补充 + id: 5021051, // 假设 id 未知,可根据实际补充 x: 1405, // 1355 + 50 y: 110, width: 50, @@ -4345,7 +4386,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M109', - id: '1889920089926463489', + id: 5021029, x: 1305, y: 200, width: 50, @@ -4353,7 +4394,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M110', - id: '', // 假设 id 未知,可根据实际补充 + id: 5021030, // 假设 id 未知,可根据实际补充 x: 1355, // 1305 + 50 y: 200, width: 50, @@ -4361,7 +4402,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M111', - id: '', // 假设 id 未知,可根据实际补充 + id: 5021031, // 假设 id 未知,可根据实际补充 x: 1405, // 1355 + 50 y: 200, width: 50, @@ -4396,7 +4437,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M312', - id: '1889920027607494658', + id: 5021072, x: 1505, y: 20, width: 50, @@ -4404,7 +4445,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M212', - id: '1889920058062336001', + id: 5021052, x: 1505, y: 110, width: 50, @@ -4412,7 +4453,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '1M112', - id: '1889920089926463489', + id: 5021032, x: 1505, y: 200, width: 50, @@ -4447,7 +4488,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M101', - id: '1889920119957680130', + id: 5021081, x: 1615, y: 200, width: 50, @@ -4455,7 +4496,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M102', - id: '自动生成或替换实际ID', + id: 5021082, x: 1665, // 1615 + 50 y: 200, width: 50, @@ -4463,7 +4504,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M103', - id: '自动生成或替换实际ID', + id: 5021083, x: 1715, // 1665 + 50 y: 200, width: 50, @@ -4471,7 +4512,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M104', - id: '自动生成或替换实际ID', + id: 5021084, x: 1765, // 1715 + 50 y: 200, width: 50, @@ -4479,7 +4520,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M105', - id: '自动生成或替换实际ID', + id: 5021085, x: 1815, // 1765 + 50 y: 200, width: 50, @@ -4487,7 +4528,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M106', - id: '自动生成或替换实际ID', + id: 5021086, x: 1865, // 1815 + 50 y: 200, width: 50, @@ -4495,7 +4536,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M107', - id: '自动生成或替换实际ID', + id: 5021087, x: 1915, // 1865 + 50 y: 200, width: 50, @@ -4503,7 +4544,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M108', - id: '自动生成或替换实际ID', + id: 5021088, x: 1965, // 1915 + 50 y: 200, width: 50, @@ -4512,7 +4553,7 @@ linePot.line4canvasFirstHalf = [ { name: '2M201', - id: '1889920119957680130', + id: 5021091, x: 1615, y: 110, width: 50, @@ -4520,7 +4561,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M202', - id: '自动生成或替换实际ID', + id: 5021092, x: 1665, // 1615 + 50 y: 110, width: 50, @@ -4528,7 +4569,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M203', - id: '自动生成或替换实际ID', + id: 5021093, x: 1715, // 1665 + 50 y: 110, width: 50, @@ -4536,7 +4577,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M204', - id: '自动生成或替换实际ID', + id: 5021094, x: 1715, // 1715 + 50 y: 140, width: 50, @@ -4544,7 +4585,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M205', - id: '自动生成或替换实际ID', + id: 5021095, x: 1715, // 1765 + 50 y: 170, width: 50, @@ -4553,7 +4594,7 @@ linePot.line4canvasFirstHalf = [ { name: '2M301', - id: '1889920119957680130', + id: 5021101, x: 1615, y: 20, width: 50, @@ -4561,7 +4602,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M302', - id: '自动生成或替换实际ID', + id: 5021102, x: 1665, // 1615 + 50 y: 20, width: 50, @@ -4569,7 +4610,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M303', - id: '自动生成或替换实际ID', + id: 5021103, x: 1715, // 1665 + 50 y: 20, width: 50, @@ -4577,7 +4618,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M304', - id: '自动生成或替换实际ID', + id: 5021104, x: 1765, // 1715 + 50 y: 20, width: 50, @@ -4585,7 +4626,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M305', - id: '自动生成或替换实际ID', + id: 5021105, x: 1815, // 1765 + 50 y: 20, width: 50, @@ -4593,7 +4634,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M306', - id: '自动生成或替换实际ID', + id: 5021106, x: 1815, // 1815 + 50 y: 50, width: 50, @@ -4601,7 +4642,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M307', - id: '自动生成或替换实际ID', + id: 5021107, x: 1815, // 1865 + 50 y: 110, width: 50, @@ -4609,7 +4650,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M308', - id: '自动生成或替换实际ID', + id: 5021108, x: 1815, // 1915 + 50 y: 140, width: 50, @@ -4617,7 +4658,7 @@ linePot.line4canvasFirstHalf = [ }, { name: '2M309', - id: '自动生成或替换实际ID', + id: 5021109, x: 1815, // 1915 + 50 y: 170, width: 50, @@ -4637,7 +4678,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '3M101', - id: '1889920232033677313', + id: 5021111, x: 55, y: 150, width: 50, @@ -4645,7 +4686,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '3M102', - id: '自动生成或替换实际ID', + id: 5021112, x: 105, // 55 + 50 y: 150, width: 50, @@ -4653,7 +4694,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '3M103', - id: '自动生成或替换实际ID', + id: 5021113, x: 155, // 105 + 50 y: 150, width: 50, @@ -4661,7 +4702,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '3M104', - id: '自动生成或替换实际ID', + id: 5021114, x: 205, // 155 + 50 y: 150, width: 50, @@ -4669,7 +4710,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '3M105', - id: '自动生成或替换实际ID', + id: 5021115, x: 255, // 205 + 50 y: 150, width: 50, @@ -4677,7 +4718,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '3M106', - id: '自动生成或替换实际ID', + id: 5021116, x: 305, // 255 + 50 y: 150, width: 50, @@ -4685,7 +4726,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '3M107', - id: '自动生成或替换实际ID', + id: 5021117, x: 355, // 305 + 50 y: 150, width: 50, @@ -4693,7 +4734,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '3M108', - id: '自动生成或替换实际ID', + id: 5021118, x: 405, // 355 + 50 y: 150, width: 50, @@ -4701,7 +4742,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '3M109', - id: '自动生成或替换实际ID', + id: 5021119, x: 455, // 405 + 50 y: 150, width: 50, @@ -4709,7 +4750,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '3M110', - id: '自动生成或替换实际ID', + id: 5021120, x: 505, // 455 + 50 y: 150, width: 50, @@ -4717,7 +4758,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '3M201', - id: '自动生成或替换实际ID', + id: 5021121, x: 355, // 205 + 50 y: 120, width: 50, @@ -4725,7 +4766,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '3M202', - id: '自动生成或替换实际ID', + id: 5021122, x: 355, // 255 + 50 y: 90, width: 50, @@ -4733,7 +4774,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '3M203', - id: '自动生成或替换实际ID', + id: 5021123, x: 255, // 205 + 50 y: 120, width: 50, @@ -4741,7 +4782,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '3M204', - id: '自动生成或替换实际ID', + id: 5021124, x: 255, // 255 + 50 y: 90, width: 50, @@ -4749,7 +4790,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '3M205', - id: '自动生成或替换实际ID', + id: 5021125, x: 255, // 305 + 50 y: 60, width: 50, @@ -4757,7 +4798,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '3M206', - id: '自动生成或替换实际ID', + id: 5021126, x: 305, // 255 + 50 y: 60, width: 50, @@ -4765,7 +4806,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '3M207', - id: '自动生成或替换实际ID', + id: 5021127, x: 355, // 305 + 50 y: 60, width: 50, @@ -4773,7 +4814,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '3M208', - id: '自动生成或替换实际ID', + id: 5021128, x: 405, // 355 + 50 y: 60, width: 50, @@ -4781,7 +4822,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '3M209', - id: '自动生成或替换实际ID', + id: 5021129, x: 455, // 405 + 50 y: 60, width: 50, @@ -4789,7 +4830,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '3M210', - id: '自动生成或替换实际ID', + id: 5021130, x: 505, // 455 + 50 y: 60, width: 50, @@ -4815,7 +4856,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M200', - id: '1889920296726622209', + id: 5021162, x: 610, y: 60, width: 50, @@ -4823,7 +4864,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M201', - id: '1889920296726622209', + id: 5021151, x: 660, y: 60, width: 50, @@ -4831,7 +4872,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M100', - id: '1889920296726622209', + id: 5021161, x: 610, y: 150, width: 50, @@ -4839,7 +4880,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M101', - id: '1889920296726622209', + id: 5021131, x: 660, y: 150, width: 50, @@ -4865,7 +4906,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M102', - id: '1889920296726622209', + id: 5021132, remark: '-4M116', x: 765, y: 150, @@ -4874,7 +4915,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M103', - id: '自动生成或替换实际ID', + id: 5021133, x: 815, // 765 + 50 y: 150, width: 50, @@ -4882,7 +4923,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M104', - id: '自动生成或替换实际ID', + id: 5021134, x: 865, // 815 + 50 y: 150, width: 50, @@ -4890,7 +4931,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M105', - id: '自动生成或替换实际ID', + id: 5021135, x: 915, // 865 + 50 y: 150, width: 50, @@ -4898,7 +4939,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M106', - id: '自动生成或替换实际ID', + id: 5021136, x: 965, // 915 + 50 y: 150, width: 50, @@ -4906,7 +4947,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M107', - id: '自动生成或替换实际ID', + id: 5021137, x: 1015, // 965 + 50 y: 150, width: 50, @@ -4914,7 +4955,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M108', - id: '自动生成或替换实际ID', + id: 5021138, x: 1065, // 1015 + 50 y: 150, width: 50, @@ -4922,7 +4963,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M109', - id: '自动生成或替换实际ID', + id: 5021139, x: 1115, // 1065 + 50 y: 150, width: 50, @@ -4930,7 +4971,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M110', - id: '自动生成或替换实际ID', + id: 5021140, x: 1165, // 1115 + 50 y: 150, width: 50, @@ -4938,7 +4979,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M111', - id: '自动生成或替换实际ID', + id: 5021141, x: 1215, // 1165 + 50 y: 150, width: 50, @@ -4946,7 +4987,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M112', - id: '自动生成或替换实际ID', + id: 5021142, x: 1265, // 1215 + 50 y: 150, width: 50, @@ -4954,7 +4995,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M113', - id: '自动生成或替换实际ID', + id: 5021143, x: 1315, // 1265 + 50 y: 150, width: 50, @@ -4962,7 +5003,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M114', - id: '自动生成或替换实际ID', + id: 5021144, x: 1365, // 1315 + 50 y: 150, width: 50, @@ -4970,7 +5011,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M115', - id: '自动生成或替换实际ID', + id: 5021145, x: 1415, // 1365 + 50 y: 150, width: 50, @@ -4978,7 +5019,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M116', - id: '自动生成或替换实际ID', + id: 5021146, x: 1465, // 1415 + 50 y: 150, width: 50, @@ -4987,7 +5028,7 @@ linePot.line5canvasSecondHalf = [ { name: '4M202', - id: '1889920296726622209', + id: 5021152, remark: '-4M116', x: 765, y: 60, @@ -4996,7 +5037,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M203', - id: '自动生成或替换实际ID', + id: 5021153, x: 815, // 765 + 50 y: 60, width: 50, @@ -5004,7 +5045,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M204', - id: '自动生成或替换实际ID', + id: 5021154, x: 865, // 815 + 50 y: 60, width: 50, @@ -5012,7 +5053,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M205', - id: '自动生成或替换实际ID', + id: 5021155, x: 915, // 865 + 50 y: 60, width: 50, @@ -5020,7 +5061,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M206', - id: '自动生成或替换实际ID', + id: 5021156, x: 965, // 915 + 50 y: 60, width: 50, @@ -5028,7 +5069,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M207', - id: '自动生成或替换实际ID', + id: 5021157, x: 965, // 915 + 50 y: 90, width: 50, @@ -5036,7 +5077,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M208', - id: '自动生成或替换实际ID', + id: 5021158, x: 965, // 915 + 50 y: 120, width: 50, @@ -5044,7 +5085,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M209', - id: '自动生成或替换实际ID', + id: 5021159, x: 865, // 915 + 50 y: 90, width: 50, @@ -5052,7 +5093,7 @@ linePot.line5canvasSecondHalf = [ }, { name: '4M210', - id: '自动生成或替换实际ID', + id: 5021160, x: 865, // 915 + 50 y: 120, width: 50,