|
@@ -222,7 +222,7 @@
|
|
class="item_upper"
|
|
class="item_upper"
|
|
:class=""
|
|
:class=""
|
|
@click="shutDown(item, index)"
|
|
@click="shutDown(item, index)"
|
|
- v-if="item.emergency_state == 'OK'"
|
|
|
|
|
|
+ v-if="item.uI_Emergency === false"
|
|
>
|
|
>
|
|
<div class="upper_title">紧急停止</div>
|
|
<div class="upper_title">紧急停止</div>
|
|
</div>
|
|
</div>
|
|
@@ -230,29 +230,38 @@
|
|
class="item_upper"
|
|
class="item_upper"
|
|
:class=""
|
|
:class=""
|
|
@click="UNshutDown(item, index)"
|
|
@click="UNshutDown(item, index)"
|
|
- v-if="item.emergency_state != 'OK'"
|
|
|
|
|
|
+ v-if="item.uI_Emergency === true"
|
|
>
|
|
>
|
|
<div class="upper_title">取消急停</div>
|
|
<div class="upper_title">取消急停</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="right_item_body">
|
|
<div class="right_item_body">
|
|
|
|
+ <div class="item_upper" @click="cartTurnLeft(item, index)">
|
|
|
|
+ <div class="upper_title">
|
|
|
|
+ {{ item.uI_BeltRun_L == false ? "移载左转" : "取消左转" }}
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <!-- <div class="right_item_body">
|
|
<div
|
|
<div
|
|
class="item_upper"
|
|
class="item_upper"
|
|
|
|
+ v-if="item.uI_BeltRun_L === true"
|
|
:class="{ right_item_active: item.isLeft == 1 }"
|
|
:class="{ right_item_active: item.isLeft == 1 }"
|
|
- @click="cartTurnLeft(item, index)"
|
|
|
|
|
|
+ @click="UPcartTurnLeft(item, index)"
|
|
>
|
|
>
|
|
- <div class="upper_title">移载左转</div>
|
|
|
|
|
|
+ <div class="upper_title">取消左转</div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
-
|
|
|
|
|
|
+ </div> -->
|
|
<div class="right_item_body">
|
|
<div class="right_item_body">
|
|
<div
|
|
<div
|
|
class="item_upper"
|
|
class="item_upper"
|
|
:class="{ right_item_active: item.isRight == 1 }"
|
|
:class="{ right_item_active: item.isRight == 1 }"
|
|
@click="cartTurnRight(item, index)"
|
|
@click="cartTurnRight(item, index)"
|
|
>
|
|
>
|
|
- <div class="upper_title">移载右转</div>
|
|
|
|
|
|
+ <div class="upper_title">
|
|
|
|
+ {{ item.uI_BeltRun_R == false ? "移载右转" : "取消右转" }}
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -302,7 +311,6 @@
|
|
class="item_upper"
|
|
class="item_upper"
|
|
:class=""
|
|
:class=""
|
|
@click="toBatteryCharging(item, index)"
|
|
@click="toBatteryCharging(item, index)"
|
|
- v-if="item.sys_state != 'CHARGING'"
|
|
|
|
>
|
|
>
|
|
<div class="upper_title">开始充电</div>
|
|
<div class="upper_title">开始充电</div>
|
|
</div>
|
|
</div>
|
|
@@ -310,7 +318,6 @@
|
|
class="item_upper"
|
|
class="item_upper"
|
|
:class=""
|
|
:class=""
|
|
@click="stopBatteryCharging(item, index)"
|
|
@click="stopBatteryCharging(item, index)"
|
|
- v-if="item.sys_state == 'CHARGING'"
|
|
|
|
>
|
|
>
|
|
<div class="upper_title">停止充电</div>
|
|
<div class="upper_title">停止充电</div>
|
|
</div>
|
|
</div>
|
|
@@ -353,6 +360,7 @@ import {
|
|
getVehicleStatus,
|
|
getVehicleStatus,
|
|
carUPlist,
|
|
carUPlist,
|
|
GetAmrUpperPlcList,
|
|
GetAmrUpperPlcList,
|
|
|
|
+ getVehicleser,
|
|
} from "../../api/request.js";
|
|
} from "../../api/request.js";
|
|
export default {
|
|
export default {
|
|
data() {
|
|
data() {
|
|
@@ -580,49 +588,75 @@ export default {
|
|
let vehicles = JSON.parse(
|
|
let vehicles = JSON.parse(
|
|
JSON.parse(JSON.stringify(res.resultData))
|
|
JSON.parse(JSON.stringify(res.resultData))
|
|
).vehicles;
|
|
).vehicles;
|
|
- if (this.oldData == vehicles) {
|
|
|
|
- return;
|
|
|
|
- } else {
|
|
|
|
- this.oldData = vehicles;
|
|
|
|
- this.datalist = [];
|
|
|
|
- for (let index in vehicles) {
|
|
|
|
- let item = {
|
|
|
|
- id: "",
|
|
|
|
- nickname: "",
|
|
|
|
- itemindex: 0,
|
|
|
|
- ifOnline: 0,
|
|
|
|
- ifCharge: 1,
|
|
|
|
- move_state: "",
|
|
|
|
- emergency_state: "",
|
|
|
|
- load_state: "",
|
|
|
|
- battery_state: "",
|
|
|
|
- };
|
|
|
|
- item["nickname"] = vehicles[index].nickname;
|
|
|
|
- item.move_state = vehicles[index].move_state;
|
|
|
|
- item.emergency_state = vehicles[index].emergency_state;
|
|
|
|
- item.sys_state = vehicles[index].sys_state;
|
|
|
|
- item.load_state = vehicles[index].load_state;
|
|
|
|
- item["id"] = vehicles[index].id;
|
|
|
|
- item["ifOnline"] = vehicles[index].is_online;
|
|
|
|
- item["taskId"] = "";
|
|
|
|
- item["siteId"] = "";
|
|
|
|
- // item['siteId'] = "";
|
|
|
|
- for (let index in this.VehicleStatusData) {
|
|
|
|
- let str = this.VehicleStatusData[index].tag_name;
|
|
|
|
- if (str.indexOf("_L") > 0) {
|
|
|
|
- if (item.nickname == this.VehicleStatusData[index].car_name) {
|
|
|
|
- item["isLeft"] = this.VehicleStatusData[index].tag_val;
|
|
|
|
- }
|
|
|
|
|
|
+ // console.log(vehicles);nickname ipname
|
|
|
|
+ getVehicleser().then((res) => {
|
|
|
|
+ res.resultData.forEach((element) => {
|
|
|
|
+ vehicles.forEach((res) => {
|
|
|
|
+ if (element.ipname == res.nickname) {
|
|
|
|
+ res = Object.assign(res, element);
|
|
}
|
|
}
|
|
- if (str.indexOf("_R") > 0) {
|
|
|
|
- if (item.nickname == this.VehicleStatusData[index].car_name) {
|
|
|
|
- item["isRight"] = this.VehicleStatusData[index].tag_val;
|
|
|
|
|
|
+ });
|
|
|
|
+ });
|
|
|
|
+ if (this.oldData == vehicles) {
|
|
|
|
+ return;
|
|
|
|
+ } else {
|
|
|
|
+ this.oldData = vehicles;
|
|
|
|
+ this.datalist = [];
|
|
|
|
+ for (let index in vehicles) {
|
|
|
|
+ let item = {
|
|
|
|
+ id: "",
|
|
|
|
+ nickname: "",
|
|
|
|
+ itemindex: 0,
|
|
|
|
+ ifOnline: 0,
|
|
|
|
+ ifCharge: 1,
|
|
|
|
+ move_state: "",
|
|
|
|
+ emergency_state: "",
|
|
|
|
+ load_state: "",
|
|
|
|
+ battery_state: "",
|
|
|
|
+ adress: "",
|
|
|
|
+ uI_Emergency: "",
|
|
|
|
+ uI_BeltRun_L: "",
|
|
|
|
+ uI_BeltRun_R: "",
|
|
|
|
+ uI_Restart: "",
|
|
|
|
+ uI_StartCharge: "",
|
|
|
|
+ uI_StopCharge: "",
|
|
|
|
+ };
|
|
|
|
+ item["nickname"] = vehicles[index].nickname;
|
|
|
|
+ item.move_state = vehicles[index].move_state;
|
|
|
|
+ item.emergency_state = vehicles[index].emergency_state;
|
|
|
|
+ item.sys_state = vehicles[index].sys_state;
|
|
|
|
+ item.load_state = vehicles[index].load_state;
|
|
|
|
+ item.uI_Emergency = vehicles[index].uI_Emergency;
|
|
|
|
+ item.adress = vehicles[index].adress;
|
|
|
|
+ item.uI_BeltRun_L = vehicles[index].uI_BeltRun_L;
|
|
|
|
+ item.uI_BeltRun_R = vehicles[index].uI_BeltRun_R;
|
|
|
|
+ item.uI_Restart = vehicles[index].uI_Restart;
|
|
|
|
+ item.uI_StartCharge = vehicles[index].uI_StartCharge;
|
|
|
|
+ item.uI_StopCharge = vehicles[index].uI_StopCharge;
|
|
|
|
+ item["id"] = vehicles[index].id;
|
|
|
|
+ item["ifOnline"] = vehicles[index].is_online;
|
|
|
|
+ item["taskId"] = "";
|
|
|
|
+ item["siteId"] = "";
|
|
|
|
+ // debugger;
|
|
|
|
+ // console.log(vehicles[index].adress);
|
|
|
|
+ // item['siteId'] = "";
|
|
|
|
+ for (let index in this.VehicleStatusData) {
|
|
|
|
+ let str = this.VehicleStatusData[index].tag_name;
|
|
|
|
+ if (str.indexOf("_L") > 0) {
|
|
|
|
+ if (item.nickname == this.VehicleStatusData[index].car_name) {
|
|
|
|
+ item["isLeft"] = this.VehicleStatusData[index].tag_val;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ if (str.indexOf("_R") > 0) {
|
|
|
|
+ if (item.nickname == this.VehicleStatusData[index].car_name) {
|
|
|
|
+ item["isRight"] = this.VehicleStatusData[index].tag_val;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ this.datalist.push(item);
|
|
}
|
|
}
|
|
- this.datalist.push(item);
|
|
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
+ });
|
|
});
|
|
});
|
|
},
|
|
},
|
|
setCarStatus(data) {
|
|
setCarStatus(data) {
|
|
@@ -733,18 +767,33 @@ export default {
|
|
shutDown(item, index) {
|
|
shutDown(item, index) {
|
|
//小车急停
|
|
//小车急停
|
|
let data = {
|
|
let data = {
|
|
- command_type: "CMD_VEHICLE_TRIGGER_EMERGENCY",
|
|
|
|
- vehicle_id: item.id,
|
|
|
|
|
|
+ tagname: "uI_Emergency",
|
|
|
|
+ adress: item.adress,
|
|
|
|
+ value: true,
|
|
};
|
|
};
|
|
- this.setCarStatus(data);
|
|
|
|
|
|
+ // debugger;
|
|
|
|
+ setVehicleFace(data).then((res) => {
|
|
|
|
+ this.$message({
|
|
|
|
+ type: "success",
|
|
|
|
+ message: "成功",
|
|
|
|
+ });
|
|
|
|
+ });
|
|
|
|
+ this.getData();
|
|
},
|
|
},
|
|
UNshutDown(item, index) {
|
|
UNshutDown(item, index) {
|
|
//取消小车急停
|
|
//取消小车急停
|
|
let data = {
|
|
let data = {
|
|
- command_type: "CMD_VEHICLE_CANCEL_EMERGENCY",
|
|
|
|
- vehicle_id: item.id,
|
|
|
|
|
|
+ tagname: "uI_Emergency",
|
|
|
|
+ adress: item.adress,
|
|
|
|
+ value: false,
|
|
};
|
|
};
|
|
- this.setCarStatus(data);
|
|
|
|
|
|
+ setVehicleFace(data).then((res) => {
|
|
|
|
+ this.$message({
|
|
|
|
+ type: "success",
|
|
|
|
+ message: "成功",
|
|
|
|
+ });
|
|
|
|
+ });
|
|
|
|
+ this.shutDown();
|
|
},
|
|
},
|
|
carOver(item, index) {
|
|
carOver(item, index) {
|
|
//结束当前运行的车辆
|
|
//结束当前运行的车辆
|
|
@@ -804,68 +853,179 @@ export default {
|
|
|
|
|
|
cartTurnLeft(item, index) {
|
|
cartTurnLeft(item, index) {
|
|
//移载车辆——左转
|
|
//移载车辆——左转
|
|
- let arr = {};
|
|
|
|
- this.carList.forEach((res) => {
|
|
|
|
- if (item.nickname == res.ipname) {
|
|
|
|
- arr = res;
|
|
|
|
|
|
+ if (item.uI_BeltRun_R === true) {
|
|
|
|
+ let data = {
|
|
|
|
+ tagname: "uI_BeltRun_R",
|
|
|
|
+ adress: item.adress,
|
|
|
|
+ value: false,
|
|
|
|
+ };
|
|
|
|
+ setVehicleFace(data).then((res) => {
|
|
|
|
+ let data = {
|
|
|
|
+ tagname: "uI_BeltRun_L",
|
|
|
|
+ adress: item.adress,
|
|
|
|
+ value: true,
|
|
|
|
+ };
|
|
|
|
+ setVehicleFace(data).then((res) => {
|
|
|
|
+ this.$message({
|
|
|
|
+ type: "success",
|
|
|
|
+ message: "成功",
|
|
|
|
+ });
|
|
|
|
+ });
|
|
|
|
+ });
|
|
|
|
+ } else {
|
|
|
|
+ if (item.uI_BeltRun_L == false) {
|
|
|
|
+ let data = {
|
|
|
|
+ tagname: "uI_BeltRun_L",
|
|
|
|
+ adress: item.adress,
|
|
|
|
+ value: true,
|
|
|
|
+ };
|
|
|
|
+ setVehicleFace(data).then((res) => {
|
|
|
|
+ this.$message({
|
|
|
|
+ type: "success",
|
|
|
|
+ message: "成功",
|
|
|
|
+ });
|
|
|
|
+ });
|
|
|
|
+ } else {
|
|
|
|
+ let data = {
|
|
|
|
+ tagname: "uI_BeltRun_L",
|
|
|
|
+ adress: item.adress,
|
|
|
|
+ value: false,
|
|
|
|
+ };
|
|
|
|
+ setVehicleFace(data).then((res) => {
|
|
|
|
+ this.$message({
|
|
|
|
+ type: "success",
|
|
|
|
+ message: "成功",
|
|
|
|
+ });
|
|
|
|
+ });
|
|
}
|
|
}
|
|
- });
|
|
|
|
- // GetAmrUpperPlcList(data).then((res) => {
|
|
|
|
- // if (res.ResultCode ==1){
|
|
|
|
- // res.ResultData.forEach(rel => {
|
|
|
|
- // if (rel.) {
|
|
|
|
-
|
|
|
|
- // }
|
|
|
|
- // });
|
|
|
|
|
|
+ }
|
|
|
|
+ // let arr = {};
|
|
|
|
+ // this.carList.forEach((res) => {
|
|
|
|
+ // if (item.nickname == res.ipname) {
|
|
|
|
+ // arr = res;
|
|
|
|
+ // }
|
|
|
|
+ // });
|
|
|
|
+ // // GetAmrUpperPlcList(data).then((res) => {
|
|
|
|
+ // // if (res.ResultCode ==1){
|
|
|
|
+ // // }
|
|
|
|
+ // // });
|
|
|
|
+ // let data = {
|
|
|
|
+ // adress: arr.adress,
|
|
|
|
+ // tagname: "UI_BeltRun_L",
|
|
|
|
+ // value: false,
|
|
|
|
+ // };
|
|
|
|
+ // let datas = {
|
|
|
|
+ // adress: arr.adress,
|
|
|
|
+ // tagname: "UI_BeltRun_L",
|
|
|
|
+ // value: true,
|
|
|
|
+ // };
|
|
|
|
+ // let that = this;
|
|
|
|
+ // setVehicleFace(data).then((res) => {
|
|
|
|
+ // if (res) {
|
|
|
|
+ // that.setCarFaces(datas);
|
|
// }
|
|
// }
|
|
// });
|
|
// });
|
|
|
|
+ },
|
|
|
|
+ UPcartTurnLeft(item, index) {
|
|
|
|
+ //取消左转
|
|
let data = {
|
|
let data = {
|
|
- adress: arr.adress,
|
|
|
|
- tagname: "UI_BeltRun_L",
|
|
|
|
|
|
+ tagname: "uI_BeltRun_L",
|
|
|
|
+ adress: item.adress,
|
|
value: false,
|
|
value: false,
|
|
};
|
|
};
|
|
- let datas = {
|
|
|
|
- adress: arr.adress,
|
|
|
|
- tagname: "UI_BeltRun_L",
|
|
|
|
- value: true,
|
|
|
|
- };
|
|
|
|
- let that = this;
|
|
|
|
setVehicleFace(data).then((res) => {
|
|
setVehicleFace(data).then((res) => {
|
|
- if (res) {
|
|
|
|
- that.setCarFaces(datas);
|
|
|
|
- }
|
|
|
|
|
|
+ this.$message({
|
|
|
|
+ type: "success",
|
|
|
|
+ message: "成功",
|
|
|
|
+ });
|
|
});
|
|
});
|
|
},
|
|
},
|
|
cartTurnRight(item, index) {
|
|
cartTurnRight(item, index) {
|
|
- //移载车辆——右转
|
|
|
|
- console.log(item);
|
|
|
|
- let that = this;
|
|
|
|
- let num = item.nickname.substring(4);
|
|
|
|
- this.carTurnStop(item, index, function (datas) {
|
|
|
|
|
|
+ if (item.uI_BeltRun_L === true) {
|
|
let data = {
|
|
let data = {
|
|
- ctg_name: "Belt_Car" + num + "_R",
|
|
|
|
- ctg_val: 1,
|
|
|
|
|
|
+ tagname: "uI_BeltRun_L",
|
|
|
|
+ adress: item.adress,
|
|
|
|
+ value: false,
|
|
};
|
|
};
|
|
- setTimeout(function () {
|
|
|
|
- that.setCarFaces(data);
|
|
|
|
- }, 1000);
|
|
|
|
- });
|
|
|
|
|
|
+ setVehicleFace(data).then((res) => {
|
|
|
|
+ let data = {
|
|
|
|
+ tagname: "uI_BeltRun_R",
|
|
|
|
+ adress: item.adress,
|
|
|
|
+ value: true,
|
|
|
|
+ };
|
|
|
|
+ setVehicleFace(data).then((res) => {
|
|
|
|
+ this.$message({
|
|
|
|
+ type: "success",
|
|
|
|
+ message: "成功",
|
|
|
|
+ });
|
|
|
|
+ });
|
|
|
|
+ });
|
|
|
|
+ } else {
|
|
|
|
+ if (item.uI_BeltRun_R == false) {
|
|
|
|
+ let data = {
|
|
|
|
+ tagname: "uI_BeltRun_R",
|
|
|
|
+ adress: item.adress,
|
|
|
|
+ value: true,
|
|
|
|
+ };
|
|
|
|
+ setVehicleFace(data).then((res) => {
|
|
|
|
+ this.$message({
|
|
|
|
+ type: "success",
|
|
|
|
+ message: "成功",
|
|
|
|
+ });
|
|
|
|
+ });
|
|
|
|
+ } else {
|
|
|
|
+ let data = {
|
|
|
|
+ tagname: "uI_BeltRun_R",
|
|
|
|
+ adress: item.adress,
|
|
|
|
+ value: false,
|
|
|
|
+ };
|
|
|
|
+ setVehicleFace(data).then((res) => {
|
|
|
|
+ this.$message({
|
|
|
|
+ type: "success",
|
|
|
|
+ message: "成功",
|
|
|
|
+ });
|
|
|
|
+ });
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ // //移载车辆——右转
|
|
|
|
+ // let that = this;
|
|
|
|
+ // let num = item.nickname.substring(4);
|
|
|
|
+ // this.carTurnStop(item, index, function (datas) {
|
|
|
|
+ // let data = {
|
|
|
|
+ // ctg_name: "Belt_Car" + num + "_R",
|
|
|
|
+ // ctg_val: 1,
|
|
|
|
+ // };
|
|
|
|
+ // setTimeout(function () {
|
|
|
|
+ // that.setCarFaces(data);
|
|
|
|
+ // }, 1000);
|
|
|
|
+ // });
|
|
},
|
|
},
|
|
carTurnStop(item, index, callback) {
|
|
carTurnStop(item, index, callback) {
|
|
- //移载车辆——暂停
|
|
|
|
- console.log(item);
|
|
|
|
- let num = item.nickname.substring(4);
|
|
|
|
- let dataL = {
|
|
|
|
- ctg_name: "Belt_Car" + num + "_L",
|
|
|
|
- ctg_val: 0,
|
|
|
|
- };
|
|
|
|
- let dataR = {
|
|
|
|
- ctg_name: "Belt_Car" + num + "_R",
|
|
|
|
- ctg_val: 0,
|
|
|
|
|
|
+ //移载车辆——重启
|
|
|
|
+ let data = {
|
|
|
|
+ tagname: "uI_Restart",
|
|
|
|
+ adress: item.adress,
|
|
|
|
+ value: true,
|
|
};
|
|
};
|
|
- this.setCarFaces(dataL);
|
|
|
|
- this.setCarFaces(dataR);
|
|
|
|
- callback(true);
|
|
|
|
|
|
+ setVehicleFace(data).then((res) => {
|
|
|
|
+ this.$message({
|
|
|
|
+ type: "success",
|
|
|
|
+ message: "成功",
|
|
|
|
+ });
|
|
|
|
+ });
|
|
|
|
+ // console.log(item);
|
|
|
|
+ // let num = item.nickname.substring(4);
|
|
|
|
+ // let dataL = {
|
|
|
|
+ // ctg_name: "Belt_Car" + num + "_L",
|
|
|
|
+ // ctg_val: 0,
|
|
|
|
+ // };
|
|
|
|
+ // let dataR = {
|
|
|
|
+ // ctg_name: "Belt_Car" + num + "_R",
|
|
|
|
+ // ctg_val: 0,
|
|
|
|
+ // };
|
|
|
|
+ // this.setCarFaces(dataL);
|
|
|
|
+ // this.setCarFaces(dataR);
|
|
|
|
+ // callback(true);
|
|
},
|
|
},
|
|
carTurnContinue(item, index) {
|
|
carTurnContinue(item, index) {
|
|
//移载车辆——继续carCharge
|
|
//移载车辆——继续carCharge
|
|
@@ -911,7 +1071,6 @@ export default {
|
|
command_type: "CMD_VEHICLE_CANCEL_EMERGENCY_ALL",
|
|
command_type: "CMD_VEHICLE_CANCEL_EMERGENCY_ALL",
|
|
};
|
|
};
|
|
}
|
|
}
|
|
-
|
|
|
|
this.$confirm(str, "提示", {
|
|
this.$confirm(str, "提示", {
|
|
confirmButtonText: "确定",
|
|
confirmButtonText: "确定",
|
|
cancelButtonText: "取消",
|
|
cancelButtonText: "取消",
|
|
@@ -963,19 +1122,30 @@ export default {
|
|
}
|
|
}
|
|
)
|
|
)
|
|
.then(() => {
|
|
.then(() => {
|
|
- let num = item.nickname.substring(3);
|
|
|
|
let data = {
|
|
let data = {
|
|
- ctg_name: "StartCharge_Car" + num,
|
|
|
|
- ctg_val: 1,
|
|
|
|
|
|
+ tagname: "uI_StartCharge",
|
|
|
|
+ adress: item.adress,
|
|
|
|
+ value: true,
|
|
};
|
|
};
|
|
- this.setCarFaces(data);
|
|
|
|
- setTimeout(function () {
|
|
|
|
- let data1 = {
|
|
|
|
- ctg_name: "StartCharge_Car" + num,
|
|
|
|
- ctg_val: 0,
|
|
|
|
- };
|
|
|
|
- that.setCarFaces(data1);
|
|
|
|
- }, 1000);
|
|
|
|
|
|
+ setVehicleFace(data).then((res) => {
|
|
|
|
+ this.$message({
|
|
|
|
+ type: "success",
|
|
|
|
+ message: "成功",
|
|
|
|
+ });
|
|
|
|
+ });
|
|
|
|
+ // let num = item.nickname.substring(3);
|
|
|
|
+ // let data = {
|
|
|
|
+ // ctg_name: "StartCharge_Car" + num,
|
|
|
|
+ // ctg_val: 1,
|
|
|
|
+ // };
|
|
|
|
+ // this.setCarFaces(data);
|
|
|
|
+ // setTimeout(function () {
|
|
|
|
+ // let data1 = {
|
|
|
|
+ // ctg_name: "StartCharge_Car" + num,
|
|
|
|
+ // ctg_val: 0,
|
|
|
|
+ // };
|
|
|
|
+ // that.setCarFaces(data1);
|
|
|
|
+ // }, 1000);
|
|
})
|
|
})
|
|
.catch(() => {});
|
|
.catch(() => {});
|
|
},
|
|
},
|
|
@@ -987,19 +1157,30 @@ export default {
|
|
type: "warning",
|
|
type: "warning",
|
|
})
|
|
})
|
|
.then(() => {
|
|
.then(() => {
|
|
- let num = item.nickname.substring(3);
|
|
|
|
let data = {
|
|
let data = {
|
|
- ctg_name: "EndCharge_Car" + num,
|
|
|
|
- ctg_val: 1,
|
|
|
|
|
|
+ tagname: "uI_StopCharge",
|
|
|
|
+ adress: item.adress,
|
|
|
|
+ value: true,
|
|
};
|
|
};
|
|
- this.setCarFaces(data);
|
|
|
|
- setTimeout(function () {
|
|
|
|
- let data1 = {
|
|
|
|
- ctg_name: "EndCharge_Car" + num,
|
|
|
|
- ctg_val: 0,
|
|
|
|
- };
|
|
|
|
- that.setCarFaces(data1);
|
|
|
|
- }, 1000);
|
|
|
|
|
|
+ setVehicleFace(data).then((res) => {
|
|
|
|
+ this.$message({
|
|
|
|
+ type: "success",
|
|
|
|
+ message: "成功",
|
|
|
|
+ });
|
|
|
|
+ });
|
|
|
|
+ // let num = item.nickname.substring(3);
|
|
|
|
+ // let data = {
|
|
|
|
+ // ctg_name: "EndCharge_Car" + num,
|
|
|
|
+ // ctg_val: 1,
|
|
|
|
+ // };
|
|
|
|
+ // this.setCarFaces(data);
|
|
|
|
+ // setTimeout(function () {
|
|
|
|
+ // let data1 = {
|
|
|
|
+ // ctg_name: "EndCharge_Car" + num,
|
|
|
|
+ // ctg_val: 0,
|
|
|
|
+ // };
|
|
|
|
+ // that.setCarFaces(data1);
|
|
|
|
+ // }, 1000);
|
|
})
|
|
})
|
|
.catch(() => {});
|
|
.catch(() => {});
|
|
},
|
|
},
|
|
@@ -1050,7 +1231,7 @@ export default {
|
|
height: 50px;
|
|
height: 50px;
|
|
position: relative;
|
|
position: relative;
|
|
display: flex;
|
|
display: flex;
|
|
-
|
|
|
|
|
|
+ z-index: 999;
|
|
.title {
|
|
.title {
|
|
flex: 2.4;
|
|
flex: 2.4;
|
|
height: 100%;
|
|
height: 100%;
|