|
@@ -187,11 +187,35 @@ export default {
|
|
|
|
|
|
|
|
watch(
|
|
watch(
|
|
|
() => store.state.currentTabText,
|
|
() => store.state.currentTabText,
|
|
|
- (a, b) => {
|
|
|
|
|
|
|
+ async (a, b) => {
|
|
|
if (a == "数字化赋能中心") return;
|
|
if (a == "数字化赋能中心") return;
|
|
|
store.dispatch("GetNumbers");
|
|
store.dispatch("GetNumbers");
|
|
|
isSafety.value = a == "运输安全管理中心";
|
|
isSafety.value = a == "运输安全管理中心";
|
|
|
- clearShipsOverlay();
|
|
|
|
|
|
|
+ if (a == "智能交易中心") {
|
|
|
|
|
+ let data = {
|
|
|
|
|
+ shipName: "六航货668",
|
|
|
|
|
+ shipownerName: "任兴凡",
|
|
|
|
|
+ shipownerIdcard: "******************",
|
|
|
|
|
+ shipMmsi: "413792706",
|
|
|
|
|
+ shipLength: "0",
|
|
|
|
|
+ shipBreadth: "0",
|
|
|
|
|
+ certificates: [
|
|
|
|
|
+ {
|
|
|
|
|
+ viewUrl:
|
|
|
|
|
+ "https://hhd-exhibit-1255802371.cos.ap-shanghai.myqcloud.com/ship/certificate/19521968-3bd5-472e-bb36-097ccb13e12a1642067437977.jpeg?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKID4xb091cy4tRikV0EBrGOGsCF1WkhMlum%26q-sign-time%3D1642067438%3B93158697600%26q-key-time%3D1642067438%3B93158697600%26q-header-list%3Dhost%26q-url-param-list%3D%26q-signature%3Ddf25e95f3c225051594dc7cc6734d6dbf3fbaf96",
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ viewUrl:
|
|
|
|
|
+ "https://hhd-exhibit-1255802371.cos.ap-shanghai.myqcloud.com/ship/certificate/f6a4f1bc-c546-4adf-a686-5aed244837cf1642067439265.jpeg?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKID4xb091cy4tRikV0EBrGOGsCF1WkhMlum%26q-sign-time%3D1642067439%3B93158697600%26q-key-time%3D1642067439%3B93158697600%26q-header-list%3Dhost%26q-url-param-list%3D%26q-signature%3D3373dec49990abf982f532f407e3f99d03be90a4",
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ viewUrl:
|
|
|
|
|
+ "https://hhd-exhibit-1255802371.cos.ap-shanghai.myqcloud.com/ship/certificate/25817a64-743b-4a9a-b9de-ce3a1281f8881642067439623.jpeg?sign=q-sign-algorithm%3Dsha1%26q-ak%3DAKID4xb091cy4tRikV0EBrGOGsCF1WkhMlum%26q-sign-time%3D1642067439%3B93158697600%26q-key-time%3D1642067439%3B93158697600%26q-header-list%3Dhost%26q-url-param-list%3D%26q-signature%3Da89edf363ea417a54bdfb047d54e2e2100f9ecfd",
|
|
|
|
|
+ },
|
|
|
|
|
+ ],
|
|
|
|
|
+ };
|
|
|
|
|
+ store.commit("setTradeShipDetail", data);
|
|
|
|
|
+ }
|
|
|
getAllShipLocation();
|
|
getAllShipLocation();
|
|
|
}
|
|
}
|
|
|
);
|
|
);
|
|
@@ -445,6 +469,7 @@ ${isSafety.value ? c2 : ""}
|
|
|
]();
|
|
]();
|
|
|
let data = res.data.result;
|
|
let data = res.data.result;
|
|
|
// data.length = 30;
|
|
// data.length = 30;
|
|
|
|
|
+ clearShipsOverlay();
|
|
|
shipsDataCache.value = data;
|
|
shipsDataCache.value = data;
|
|
|
for (let i of data) {
|
|
for (let i of data) {
|
|
|
let overlay = isSafety.value
|
|
let overlay = isSafety.value
|