Selaa lähdekoodia

fix: 无法删除item的问题

yunxing 4 vuotta sitten
vanhempi
commit
50f754397c

+ 3 - 2
src/components/baseEditer.vue

@@ -74,8 +74,8 @@ export default {
             this.initLoad();
             console.log("fitSceneToView");
             this.view.fitSceneToView();
-            // this.scene.emitChange = this.emitChange;
-            // this.scene.scenceUpdate = this.scenceUpdate;
+            this.scene.emitChange = this.emitChange;    //监听
+            this.scene.scenceUpdate = this.scenceUpdate;
         },
         /**
          * 使用模拟数据,加载绘制后的数据到视图
@@ -278,6 +278,7 @@ export default {
         },
         // 监听变化
         emitChange(itemMsg) {
+            console.log('itemMsg',itemMsg)
             this.chiceItemList = itemMsg.itemList;
             this.$emit("changeFocusItem", itemMsg);
             bus.$emit("FocusItemChanged", itemMsg);

+ 56 - 9
src/components/mapClass/EditScence.ts

@@ -729,7 +729,6 @@ export class EditScence extends SGraphScene {
      */
     deleiteItem(): void {
         console.log("deleiteItem");
-
         if (this.focusItem) {
             if (
                 (this.focusItem instanceof SZoneLegendItem ||
@@ -1420,15 +1419,63 @@ export class EditScence extends SGraphScene {
         //  4aa6051e025d4193a776a5b2d2604ed8 //冷却塔1
         //  ece9f93ffc754035bcec2e8f27d66a59 //冷却塔2
         */
-
-        let equipmentItem = new SEquipmentItem(null, {
-            名称: "设备1",
-            温度: "25℃",
-        });
+        let data = {
+            ID: uuid(), // ID
+            Name: "3#冷冻泵", // 名称
+            AttachObjectIds: ["Eq001", "Eq002"], // 返回工程信息化对象 ID 列表
+            Pos: { X: event.x, Y: event.y }, // 位置
+            Size: { Width: 80, Height: 80 }, // 大小
+            InfoList: [
+                {
+                    Code: "", // 对应设备的信息点
+                    Name: "温度", //信息点名称
+                    X: 30,
+                    Y: 20,
+                    Width: 100,
+                    Height: 25,
+                    FontSize: 12,
+                    Background: "#ffffff",
+                    TextAlign: "",
+                    Color: "#000000",
+                },
+                {
+                    Code: "", // 对应设备的信息点
+                    Name: "湿度", //信息点名称
+                    X: 40,
+                    Y: 28,
+                    Width: 100,
+                    Height: 25,
+                    FontSize: 12,
+                    Background: "#ffffff",
+                    TextAlign: "",
+                    Color: "#000000",
+                },
+            ],
+            Properties: {
+                StatusImage: [
+                    {
+                        Status: "Running", // 运行
+                        ImageKey: "14d978b7edd346f088d6cfb53ada4070",
+                    },
+                    {
+                        Status: "Stop", // 停止
+                        ImageKey: "4aa6051e025d4193a776a5b2d2604ed8",
+                    },
+                    {
+                        Status: "Selected", // 选择
+                        ImageKey: "ece9f93ffc754035bcec2e8f27d66a59",
+                    },
+                    {
+                        Status: "Warning", // 报警
+                        ImageKey: "",
+                    },
+                ],
+            }, // 由应用自己定义
+        };
+        let equipmentItem = new SEquipmentItem(null, data);
         console.log(event.x, event.y);
-        equipmentItem.moveTo(event.x, event.y);
-        equipmentItem.imgKey = "4aa6051e025d4193a776a5b2d2604ed8";
-        this.equipmentItem.push(equipmentItem);
+        equipmentItem.selectable = true;
+        this.Nodes.push(equipmentItem);
         this.addItem(equipmentItem);
         // this.grabItem = equipmentItem;
         // this.focusItem = equipmentItem;

+ 59 - 0
src/components/mock.json

@@ -94,6 +94,65 @@
                         }
                     ]
                 }
+            },
+            {
+                "ID": "38bae87e-5cdb-4623-a4ee-d6407104d8e0-1594207876807",
+                "Name": "3#冷冻泵",
+                "AttachObjectIds": ["Eq001", "Eq002"],
+                "Pos": {
+                    "X": 2356.187410527193,
+                    "Y": -212.07141153385493
+                },
+                "Size": {
+                    "Width": 64,
+                    "Height": 64
+                },
+                "InfoList": [
+                    {
+                        "Code": "",
+                        "Name": "温度",
+                        "X": 30,
+                        "Y": 20,
+                        "Width": 100,
+                        "Height": 25,
+                        "FontSize": 12,
+                        "Background": "#ffffff",
+                        "TextAlign": "",
+                        "Color": "#000000"
+                    },
+                    {
+                        "Code": "",
+                        "Name": "湿度",
+                        "X": 144.2473545885464,
+                        "Y": 60.454365107754995,
+                        "Width": 100,
+                        "Height": 25,
+                        "FontSize": 12,
+                        "Background": "#ffffff",
+                        "TextAlign": "",
+                        "Color": "#000000"
+                    }
+                ],
+                "Properties": {
+                    "StatusImage": [
+                        {
+                            "Status": "Running",
+                            "ImageKey": "14d978b7edd346f088d6cfb53ada4070"
+                        },
+                        {
+                            "Status": "Stop",
+                            "ImageKey": "4aa6051e025d4193a776a5b2d2604ed8"
+                        },
+                        {
+                            "Status": "Selected",
+                            "ImageKey": "ece9f93ffc754035bcec2e8f27d66a59"
+                        },
+                        {
+                            "Status": "Warning",
+                            "ImageKey": ""
+                        }
+                    ]
+                }
             }
         ],
         "Markers": [

+ 1 - 0
src/lib/items/SEquipmentItem.ts

@@ -20,6 +20,7 @@ export class SEquipmentItem extends SObjectItem {
         this._imgKey = v;
         this.img.url = `http://localhost:8091/serve/topology-wanda/Picture/query/${v}`;
         this.img.connect("imgLoadOver", this, () => {
+            // 抛出设备中的图片加载完成事件
             this.$emit("equipImgLoadOver");
             this.update();
         });