@idmwx/idmui-report 4.9.4 → 4.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +667 -667
- package/dist/index.umd.cjs +7 -7
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { LngLatHelper as
|
|
1
|
+
import { LngLatHelper as Ct } from "@idm-plugin/geo";
|
|
2
2
|
import $ from "moment";
|
|
3
|
-
import { openBlock as n, createElementBlock as a, createStaticVNode as it, createElementVNode as t, toDisplayString as e, createCommentVNode as y, markRaw as va, resolveComponent as F, createVNode as E, createTextVNode as g, Fragment as
|
|
3
|
+
import { openBlock as n, createElementBlock as a, createStaticVNode as it, createElementVNode as t, toDisplayString as e, createCommentVNode as y, markRaw as va, resolveComponent as F, createVNode as E, createTextVNode as g, Fragment as C, renderList as et, normalizeStyle as ei, shallowRef as kd, withDirectives as hd, vShow as Rd, withCtx as ds, normalizeClass as z, createBlock as il } from "vue";
|
|
4
4
|
import * as Ta from "echarts";
|
|
5
5
|
import { Editor as Fd, Toolbar as Vd } from "@wangeditor/editor-for-vue";
|
|
6
6
|
import { ElTooltip as Pd, ElMessage as Yd } from "element-plus";
|
|
@@ -145,12 +145,12 @@ const ir = {
|
|
|
145
145
|
computed: {
|
|
146
146
|
computeLat() {
|
|
147
147
|
return function(i) {
|
|
148
|
-
return
|
|
148
|
+
return Ct.lat2pretty(i, 2);
|
|
149
149
|
};
|
|
150
150
|
},
|
|
151
151
|
computeLng() {
|
|
152
152
|
return function(i) {
|
|
153
|
-
return
|
|
153
|
+
return Ct.lng2pretty(i, 2);
|
|
154
154
|
};
|
|
155
155
|
},
|
|
156
156
|
computeLTime() {
|
|
@@ -160,7 +160,7 @@ const ir = {
|
|
|
160
160
|
},
|
|
161
161
|
computeTZ() {
|
|
162
162
|
return function(i = "0") {
|
|
163
|
-
return
|
|
163
|
+
return Ct.prettyTimeZoneOffset(i);
|
|
164
164
|
};
|
|
165
165
|
},
|
|
166
166
|
roundPrecision() {
|
|
@@ -187,12 +187,12 @@ const ir = {
|
|
|
187
187
|
var D, r, d, c, M, I, p, b, u, A;
|
|
188
188
|
const l = {};
|
|
189
189
|
for (let w = 0; w < ((r = (D = i == null ? void 0 : i.extend) == null ? void 0 : D.data) == null ? void 0 : r.length); w++) {
|
|
190
|
-
const
|
|
190
|
+
const f = (d = i == null ? void 0 : i.extend) == null ? void 0 : d.data[w];
|
|
191
191
|
if (w === 0)
|
|
192
|
-
|
|
192
|
+
f.precip.pacc = 0;
|
|
193
193
|
else {
|
|
194
|
-
const
|
|
195
|
-
if (
|
|
194
|
+
const U = (c = i == null ? void 0 : i.extend) == null ? void 0 : c.data[w - 1], m = $(f.utc).utcOffset(this.localTZ), j = $(U.utc).utcOffset(this.localTZ), S = (M = U == null ? void 0 : U.precip) == null ? void 0 : M.prate, O = m.diff(j, "h"), Q = this.roundPrecision(S * O, 1);
|
|
195
|
+
if (f.precip.pacc = Q, Q > 0) {
|
|
196
196
|
const v = l[m.format("MMM-DD")], R = Math.floor(m.get("hour") / 6);
|
|
197
197
|
v ? (v.pacc = this.roundPrecision(v.pacc + Q, 1), v[`${R}`] ? v[`${R}`] += Q : (v[`${R}`] = Q, v.colspan += 1)) : (l[m.format("MMM-DD")] = {
|
|
198
198
|
pacc: Q,
|
|
@@ -213,7 +213,7 @@ const ir = {
|
|
|
213
213
|
report: {
|
|
214
214
|
handler() {
|
|
215
215
|
var i, l, s, D;
|
|
216
|
-
(l = (i = this.report) == null ? void 0 : i.extend) != null && l.data && (this.loading = !1, this.localTZ =
|
|
216
|
+
(l = (i = this.report) == null ? void 0 : i.extend) != null && l.data && (this.loading = !1, this.localTZ = Ct.guessTimeZoneOffset((s = this.report) == null ? void 0 : s.lng, (D = this.report) == null ? void 0 : D.lat), this.$nextTick(() => {
|
|
217
217
|
this.initEchart();
|
|
218
218
|
}));
|
|
219
219
|
},
|
|
@@ -239,12 +239,12 @@ const ir = {
|
|
|
239
239
|
};
|
|
240
240
|
let D = 4;
|
|
241
241
|
(M = (c = (d = this.report) == null ? void 0 : d.extend) == null ? void 0 : c.data) == null || M.forEach((I) => {
|
|
242
|
-
var b, u, A, w,
|
|
242
|
+
var b, u, A, w, f, U, m, j, S, O, Q, v, R;
|
|
243
243
|
const p = $(I.utc).utcOffset(this.localTZ).format("MMM-DD/HHmm[LT]");
|
|
244
244
|
i.push(p), D = ((u = (b = I.wave) == null ? void 0 : b.sig) == null ? void 0 : u.height) > D ? (w = (A = I.wave) == null ? void 0 : A.sig) == null ? void 0 : w.height : D, l.push([
|
|
245
245
|
p,
|
|
246
|
-
(
|
|
247
|
-
(
|
|
246
|
+
(f = I.wind) == null ? void 0 : f.kts,
|
|
247
|
+
(U = I.gusts) == null ? void 0 : U.kts,
|
|
248
248
|
(j = (m = I.wave) == null ? void 0 : m.sig) == null ? void 0 : j.height,
|
|
249
249
|
(S = I.wind) == null ? void 0 : S.direction,
|
|
250
250
|
(O = I.wind) == null ? void 0 : O.degree,
|
|
@@ -511,10 +511,10 @@ const ir = {
|
|
|
511
511
|
}, jr = { key: 1 }, br = {
|
|
512
512
|
key: 0,
|
|
513
513
|
class: "degree-box"
|
|
514
|
-
},
|
|
514
|
+
}, fr = { key: 1 }, Cr = {
|
|
515
515
|
key: 0,
|
|
516
516
|
class: "degree-box"
|
|
517
|
-
},
|
|
517
|
+
}, Ur = { key: 1 }, mr = { key: 0 }, Er = { key: 1 };
|
|
518
518
|
function Or(i, l, s, D, r, d) {
|
|
519
519
|
var I, p, b, u;
|
|
520
520
|
const c = F("IdmBrand"), M = F("IdmLoading");
|
|
@@ -595,13 +595,13 @@ function Or(i, l, s, D, r, d) {
|
|
|
595
595
|
])
|
|
596
596
|
]),
|
|
597
597
|
t("tbody", null, [
|
|
598
|
-
(n(!0), a(
|
|
599
|
-
var
|
|
598
|
+
(n(!0), a(C, null, et((u = (b = s.report) == null ? void 0 : b.extend) == null ? void 0 : u.data, (A, w) => {
|
|
599
|
+
var f, U, m, j, S, O, Q, v, R, P, G, W, L, Z, H, _, J, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt;
|
|
600
600
|
return n(), a("tr", { key: w }, [
|
|
601
601
|
t("td", Tr, e(d.computeLTime(A.utc, r.localTZ)), 1),
|
|
602
602
|
t("td", null, [
|
|
603
|
-
(
|
|
604
|
-
g(e((
|
|
603
|
+
(f = A.wind) != null && f.kts ? (n(), a("span", xr, [
|
|
604
|
+
g(e((U = A.wind) == null ? void 0 : U.direction), 1),
|
|
605
605
|
t("i", {
|
|
606
606
|
class: "iconfont",
|
|
607
607
|
style: ei(d.computeDegree((m = A.wind) == null ? void 0 : m.degree, !1))
|
|
@@ -630,18 +630,18 @@ function Or(i, l, s, D, r, d) {
|
|
|
630
630
|
class: "iconfont",
|
|
631
631
|
style: ei(d.computeDegree((It = (Nt = A.wave) == null ? void 0 : Nt.sig) == null ? void 0 : It.degree, !1))
|
|
632
632
|
}, "", 4)
|
|
633
|
-
])) : (n(), a("span",
|
|
633
|
+
])) : (n(), a("span", fr, "-"))
|
|
634
634
|
]),
|
|
635
635
|
t("td", null, e(d.roundPrecision((ut = (gt = A.wave) == null ? void 0 : gt.sig) == null ? void 0 : ut.height, 1)), 1),
|
|
636
636
|
t("td", null, e(d.roundPrecision((q = (o = A.wave) == null ? void 0 : o.sig) == null ? void 0 : q.period, 1)), 1),
|
|
637
637
|
t("td", null, [
|
|
638
|
-
(at = A.current) != null && at.kts ? (n(), a("span",
|
|
638
|
+
(at = A.current) != null && at.kts ? (n(), a("span", Cr, [
|
|
639
639
|
g(e((dt = A.current) == null ? void 0 : dt.direction), 1),
|
|
640
640
|
t("i", {
|
|
641
641
|
class: "iconfont",
|
|
642
642
|
style: ei(d.computeDegree((rt = A.current) == null ? void 0 : rt.degree, !0))
|
|
643
643
|
}, "", 4)
|
|
644
|
-
])) : (n(), a("span",
|
|
644
|
+
])) : (n(), a("span", Ur, "-"))
|
|
645
645
|
]),
|
|
646
646
|
t("td", null, e(d.roundPrecision((ct = A.current) == null ? void 0 : ct.kts, 1)), 1),
|
|
647
647
|
s.showPrate ? (n(), a("td", mr, e(d.roundPrecision((yt = A.precip) == null ? void 0 : yt.prate, 2)), 1)) : y("", !0),
|
|
@@ -681,8 +681,8 @@ const wr = {
|
|
|
681
681
|
lng: {
|
|
682
682
|
handler() {
|
|
683
683
|
if (this.lng !== void 0) {
|
|
684
|
-
const i =
|
|
685
|
-
this.pretty =
|
|
684
|
+
const i = Ct.convertToStdLng(this.lng);
|
|
685
|
+
this.pretty = Ct.lng2pretty(i).pretty;
|
|
686
686
|
}
|
|
687
687
|
},
|
|
688
688
|
immediate: !0
|
|
@@ -716,7 +716,7 @@ const hr = {
|
|
|
716
716
|
watch: {
|
|
717
717
|
lat: {
|
|
718
718
|
handler() {
|
|
719
|
-
this.lat !== void 0 && (this.pretty =
|
|
719
|
+
this.lat !== void 0 && (this.pretty = Ct.lat2pretty(this.lat).pretty);
|
|
720
720
|
},
|
|
721
721
|
immediate: !0
|
|
722
722
|
}
|
|
@@ -865,7 +865,7 @@ const Lr = {
|
|
|
865
865
|
computeLTime() {
|
|
866
866
|
return function(i, l, s) {
|
|
867
867
|
let D = 0;
|
|
868
|
-
return s && l && (D =
|
|
868
|
+
return s && l && (D = Ct.guessTimeZoneOffset(l, s)), `${$(i).utcOffset(D).format("MMM-DD/HHmm")}LT`;
|
|
869
869
|
};
|
|
870
870
|
},
|
|
871
871
|
computeTimeDiff() {
|
|
@@ -957,7 +957,7 @@ const Lr = {
|
|
|
957
957
|
},
|
|
958
958
|
computeCog() {
|
|
959
959
|
return function(i) {
|
|
960
|
-
return isNaN(i) ? "-" :
|
|
960
|
+
return isNaN(i) ? "-" : Ct.padNumber(i, 3, 0);
|
|
961
961
|
};
|
|
962
962
|
}
|
|
963
963
|
},
|
|
@@ -986,7 +986,7 @@ const Lr = {
|
|
|
986
986
|
this.echart || (this.echart = va(Ta.init(this.$refs.echart))), this.renderEchart();
|
|
987
987
|
},
|
|
988
988
|
renderEchart() {
|
|
989
|
-
var I, p, b, u, A, w,
|
|
989
|
+
var I, p, b, u, A, w, f;
|
|
990
990
|
const i = [], l = [], s = {
|
|
991
991
|
dateTime: 0,
|
|
992
992
|
windSpeed: 1,
|
|
@@ -998,14 +998,14 @@ const Lr = {
|
|
|
998
998
|
weatherFactor: 7,
|
|
999
999
|
speed: 8
|
|
1000
1000
|
}, D = {};
|
|
1001
|
-
["W", "WSW", "SW", "SSW", "S", "SSE", "SE", "ESE", "E", "ENE", "NE", "NNE", "N", "NNW", "NW", "WNW"].forEach((
|
|
1002
|
-
D[
|
|
1001
|
+
["W", "WSW", "SW", "SSW", "S", "SSE", "SE", "ESE", "E", "ENE", "NE", "NNE", "N", "NNW", "NW", "WNW"].forEach((U, m) => {
|
|
1002
|
+
D[U] = Math.PI / 8 * m;
|
|
1003
1003
|
});
|
|
1004
1004
|
const d = 18;
|
|
1005
1005
|
let c = 4;
|
|
1006
|
-
(w = (A = (u = (b = (p = (I = this.plan) == null ? void 0 : I.speeds) == null ? void 0 : p[this.speedIndex]) == null ? void 0 : b.speed) == null ? void 0 : u.sample) == null ? void 0 : A.hours) == null || w.forEach((
|
|
1006
|
+
(w = (A = (u = (b = (p = (I = this.plan) == null ? void 0 : I.speeds) == null ? void 0 : p[this.speedIndex]) == null ? void 0 : b.speed) == null ? void 0 : u.sample) == null ? void 0 : A.hours) == null || w.forEach((U) => {
|
|
1007
1007
|
var j, S, O, Q, v, R, P, G, W, L;
|
|
1008
|
-
const m =
|
|
1008
|
+
const m = U.meteo;
|
|
1009
1009
|
if (m) {
|
|
1010
1010
|
const Z = $(m.utc).utc().format("MMM-DD/HHmm[Z]");
|
|
1011
1011
|
i.push(Z), c = Math.ceil(((S = (j = m.wave) == null ? void 0 : j.sig) == null ? void 0 : S.height) > c ? (Q = (O = m.wave) == null ? void 0 : O.sig) == null ? void 0 : Q.height : c), l.push([
|
|
@@ -1015,9 +1015,9 @@ const Lr = {
|
|
|
1015
1015
|
(G = m.wind) == null ? void 0 : G.direction,
|
|
1016
1016
|
(W = m.wind) == null ? void 0 : W.degree,
|
|
1017
1017
|
(L = m.wind) == null ? void 0 : L.scale,
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1018
|
+
U.cFactor,
|
|
1019
|
+
U.wFactor,
|
|
1020
|
+
U.speed
|
|
1021
1021
|
]);
|
|
1022
1022
|
}
|
|
1023
1023
|
});
|
|
@@ -1204,7 +1204,7 @@ const Lr = {
|
|
|
1204
1204
|
// name: 'Wind Direction',
|
|
1205
1205
|
type: "custom",
|
|
1206
1206
|
yAxisIndex: 0,
|
|
1207
|
-
renderItem: (
|
|
1207
|
+
renderItem: (U, m) => {
|
|
1208
1208
|
const j = m.coord([m.value(s.dateTime), m.value(s.windSpeed)]);
|
|
1209
1209
|
return {
|
|
1210
1210
|
type: "path",
|
|
@@ -1270,7 +1270,7 @@ const Lr = {
|
|
|
1270
1270
|
}
|
|
1271
1271
|
]
|
|
1272
1272
|
};
|
|
1273
|
-
(
|
|
1273
|
+
(f = this.echart) == null || f.setOption(M);
|
|
1274
1274
|
}
|
|
1275
1275
|
}
|
|
1276
1276
|
}, Zr = { class: "voyage-plan" }, Br = { class: "plan-report" }, Hr = { class: "section voyage-section flex-space" }, _r = {
|
|
@@ -1337,7 +1337,7 @@ const Lr = {
|
|
|
1337
1337
|
}, vM = {
|
|
1338
1338
|
key: 1,
|
|
1339
1339
|
class: "empty"
|
|
1340
|
-
}, TM = { class: "section comparison-section" }, xM = { key: 0 }, zM = { key: 0 }, pM = ["rowspan"], jM = { key: 0 }, bM = { key: 1 },
|
|
1340
|
+
}, TM = { class: "section comparison-section" }, xM = { key: 0 }, zM = { key: 0 }, pM = ["rowspan"], jM = { key: 0 }, bM = { key: 1 }, fM = { rowspan: "2" }, CM = { rowspan: "2" }, UM = { key: 0 }, mM = { key: 1 }, EM = { rowspan: "1" }, OM = { key: 0 }, YM = { rowspan: "2" }, wM = { rowspan: "2" }, SM = { rowspan: "2" }, QM = { key: 0 }, kM = { key: 0 }, hM = ["rowspan"], RM = { key: 0 }, FM = { rowspan: "1" }, VM = { key: 0 }, PM = { key: 0 }, GM = { key: 1 }, WM = { class: "tips" }, LM = { key: 0 }, ZM = { class: "section waypoint-section" }, BM = { class: "header-block flex-start" }, HM = { class: "title" }, _M = {
|
|
1341
1341
|
key: 0,
|
|
1342
1342
|
class: "flex-end",
|
|
1343
1343
|
style: { flex: "1" }
|
|
@@ -1390,10 +1390,10 @@ const Lr = {
|
|
|
1390
1390
|
}, z1 = {
|
|
1391
1391
|
class: "tips forecast-model",
|
|
1392
1392
|
style: { margin: "10px auto", "text-align": "left" }
|
|
1393
|
-
}, p1 = ["colspan"], j1 = { key: 0 }, b1 = { class: "flex-center" },
|
|
1393
|
+
}, p1 = ["colspan"], j1 = { key: 0 }, b1 = { class: "flex-center" }, f1 = {
|
|
1394
1394
|
key: 0,
|
|
1395
1395
|
class: "degree-box"
|
|
1396
|
-
},
|
|
1396
|
+
}, C1 = { key: 1 }, U1 = { key: 0 }, m1 = {
|
|
1397
1397
|
key: 0,
|
|
1398
1398
|
class: "degree-box"
|
|
1399
1399
|
}, E1 = { key: 1 }, O1 = {
|
|
@@ -1404,7 +1404,7 @@ const Lr = {
|
|
|
1404
1404
|
class: "degree-box"
|
|
1405
1405
|
}, S1 = { key: 1 };
|
|
1406
1406
|
function Q1(i, l, s, D, r, d) {
|
|
1407
|
-
var A, w,
|
|
1407
|
+
var A, w, f, U, m, j, S, O, Q, v, R, P, G, W, L, Z, H, _, J, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, jt, bt, vt, Et, Ot, Yt, wt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Lt, Gt, k, mt, Zt, Jt, Xt, h, Kt, qt, N, Mt, Ut, B, Ht, At, _t, $t, tl, nl, al, dl, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, jl, bl, fl, Cl, Ul, ml, El, Ol, Yl, wl, kl, Y, hl, Rl, Fl, Vl, Pl, Gl, Wl, Ll, gl, Ge, We, Le, Ze, Be, He, _e, Je, Xe, Ke, qe, $e, ts, ls, es, ss;
|
|
1408
1408
|
const c = F("Brand"), M = F("Loading"), I = F("Lat"), p = F("Lng"), b = F("ElTooltip"), u = F("Editor");
|
|
1409
1409
|
return n(), a("div", Zr, [
|
|
1410
1410
|
t("div", Br, [
|
|
@@ -1423,7 +1423,7 @@ function Q1(i, l, s, D, r, d) {
|
|
|
1423
1423
|
class: "flex-end",
|
|
1424
1424
|
style: { width: "140px" }
|
|
1425
1425
|
}, "Prepare for", -1)),
|
|
1426
|
-
t("span", Xr, e((
|
|
1426
|
+
t("span", Xr, e((U = (f = (w = s.plan) == null ? void 0 : w.voyage) == null ? void 0 : f.company) == null ? void 0 : U.name), 1)
|
|
1427
1427
|
]),
|
|
1428
1428
|
t("div", Kr, [
|
|
1429
1429
|
l[9] || (l[9] = t("label", {
|
|
@@ -1491,7 +1491,7 @@ function Q1(i, l, s, D, r, d) {
|
|
|
1491
1491
|
t("i", { class: "iconfont" }, ""),
|
|
1492
1492
|
t("div", { class: "title" }, "Weather chart")
|
|
1493
1493
|
], -1)),
|
|
1494
|
-
(
|
|
1494
|
+
(ft = s.plan) != null && ft.chartUrl ? (n(), a(C, { key: 0 }, [
|
|
1495
1495
|
t("div", IM, [
|
|
1496
1496
|
t("img", {
|
|
1497
1497
|
src: s.plan.chartUrl
|
|
@@ -1517,7 +1517,7 @@ function Q1(i, l, s, D, r, d) {
|
|
|
1517
1517
|
})
|
|
1518
1518
|
}, e((N = (qt = (Kt = (h = (Xt = s.plan) == null ? void 0 : Xt.speeds) == null ? void 0 : h[1]) == null ? void 0 : Kt.speed) == null ? void 0 : qt.lane) == null ? void 0 : N.name), 1)
|
|
1519
1519
|
])) : y("", !0),
|
|
1520
|
-
((
|
|
1520
|
+
((Ut = (Mt = s.plan) == null ? void 0 : Mt.speeds) == null ? void 0 : Ut.length) > 2 ? (n(), a("div", AM, [
|
|
1521
1521
|
l[18] || (l[18] = t("b", { class: "route3" }, null, -1)),
|
|
1522
1522
|
t("span", {
|
|
1523
1523
|
class: "btn",
|
|
@@ -1569,14 +1569,14 @@ function Q1(i, l, s, D, r, d) {
|
|
|
1569
1569
|
])
|
|
1570
1570
|
]),
|
|
1571
1571
|
t("tbody", null, [
|
|
1572
|
-
(n(!0), a(
|
|
1573
|
-
var Nl, Il, Sl, Zl, Bl, Hl, _l, Jl, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, je, be, Ce, Ue,
|
|
1574
|
-
return n(), a(
|
|
1572
|
+
(n(!0), a(C, null, et((al = s.plan) == null ? void 0 : al.speeds, (x, Bt) => {
|
|
1573
|
+
var Nl, Il, Sl, Zl, Bl, Hl, _l, Jl, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, je, be, fe, Ce, Ue, me, Ee, Oe, Ye, we, Se, Qe, ke, he, Re, Fe, Ve, is, os, ns, ol, rs, Ds, Ns, Is, gs;
|
|
1574
|
+
return n(), a(C, { key: Bt }, [
|
|
1575
1575
|
t("tr", null, [
|
|
1576
|
-
t("td",
|
|
1577
|
-
t("td",
|
|
1576
|
+
t("td", fM, e(Bt + 1), 1),
|
|
1577
|
+
t("td", CM, e((Il = (Nl = x.speed) == null ? void 0 : Nl.lane) == null ? void 0 : Il.name), 1),
|
|
1578
1578
|
t("td", null, [
|
|
1579
|
-
x.speed.label !== "Combined" ? (n(), a("span",
|
|
1579
|
+
x.speed.label !== "Combined" ? (n(), a("span", UM, e(`CP ${((Zl = (Sl = x.speed) == null ? void 0 : Sl.cpCopy) == null ? void 0 : Zl.speed) ?? ((Bl = x.speed) == null ? void 0 : Bl.v0)}`), 1)) : (n(), a("div", mM, [
|
|
1580
1580
|
l[35] || (l[35] = g("CP")),
|
|
1581
1581
|
l[36] || (l[36] = t("sub", null, "1", -1)),
|
|
1582
1582
|
g(" " + e((Jl = (_l = (Hl = x.speed) == null ? void 0 : Hl.extend) == null ? void 0 : _l.cps[0]) == null ? void 0 : Jl.speed) + ", CP", 1),
|
|
@@ -1645,7 +1645,7 @@ function Q1(i, l, s, D, r, d) {
|
|
|
1645
1645
|
]),
|
|
1646
1646
|
t("tr", null, [
|
|
1647
1647
|
t("td", null, [
|
|
1648
|
-
((je = x.speed) == null ? void 0 : je.label) !== "Combined" ? (n(), a("div", RM, "FO: " + e((
|
|
1648
|
+
((je = x.speed) == null ? void 0 : je.label) !== "Combined" ? (n(), a("div", RM, "FO: " + e((fe = (be = x.speed) == null ? void 0 : be.cpCopy) == null ? void 0 : fe.fo) + " / DO: " + e((Ue = (Ce = x.speed) == null ? void 0 : Ce.cpCopy) == null ? void 0 : Ue.dgo), 1)) : (n(), a(C, { key: 1 }, [
|
|
1649
1649
|
t("div", null, "FO: " + e((Ee = (me = x.speed) == null ? void 0 : me.extend) == null ? void 0 : Ee.cps[0].fo) + " / " + e((Ye = (Oe = x.speed) == null ? void 0 : Oe.extend) == null ? void 0 : Ye.cps[1].fo), 1),
|
|
1650
1650
|
t("div", null, "DO: " + e((Se = (we = x.speed) == null ? void 0 : we.extend) == null ? void 0 : Se.cps[0].dgo) + " / " + e((ke = (Qe = x.speed) == null ? void 0 : Qe.extend) == null ? void 0 : ke.cps[1].dgo), 1)
|
|
1651
1651
|
], 64))
|
|
@@ -1679,8 +1679,8 @@ function Q1(i, l, s, D, r, d) {
|
|
|
1679
1679
|
t("div", BM, [
|
|
1680
1680
|
l[49] || (l[49] = t("i", { class: "iconfont" }, "", -1)),
|
|
1681
1681
|
t("div", HM, "Advisory & Major Waypoint of Route " + e((jl = (pl = (zl = (xl = s.plan.speeds) == null ? void 0 : xl[r.speedIndex]) == null ? void 0 : zl.speed) == null ? void 0 : pl.lane) == null ? void 0 : jl.name), 1),
|
|
1682
|
-
((
|
|
1683
|
-
(n(!0), a(
|
|
1682
|
+
((fl = (bl = s.plan) == null ? void 0 : bl.speeds) == null ? void 0 : fl.length) > 1 ? (n(), a("div", _M, [
|
|
1683
|
+
(n(!0), a(C, null, et((Cl = s.plan) == null ? void 0 : Cl.speeds, (x, Bt) => {
|
|
1684
1684
|
var Nl, Il;
|
|
1685
1685
|
return n(), a("div", {
|
|
1686
1686
|
key: Bt,
|
|
@@ -1710,7 +1710,7 @@ function Q1(i, l, s, D, r, d) {
|
|
|
1710
1710
|
t("div", qM, [
|
|
1711
1711
|
l[51] || (l[51] = it('<div class="major-header" data-v-db1b4630><div class="cell-item flex" style="flex:1.5;" data-v-db1b4630>Major waypoint</div><div class="cell-item flex" data-v-db1b4630>Time</div><div class="cell-item flex" data-v-db1b4630>Nav</div><div class="cell-item flex" data-v-db1b4630>Dist</div><div class="cell-item flex" data-v-db1b4630>SOG/COG</div><div class="cell-item flex" data-v-db1b4630>Memo</div></div>', 1)),
|
|
1712
1712
|
t("div", $M, [
|
|
1713
|
-
(ml = (
|
|
1713
|
+
(ml = (Ul = s.plan) == null ? void 0 : Ul.speeds) != null && ml.length ? (n(!0), a(C, { key: 0 }, et(d.computeMajorPoints((wl = (Yl = (Ol = (El = s.plan) == null ? void 0 : El.speeds) == null ? void 0 : Ol[r.speedIndex]) == null ? void 0 : Yl.speed) == null ? void 0 : wl.argv, (Fl = (Rl = (hl = (Y = (kl = s.plan) == null ? void 0 : kl.speeds) == null ? void 0 : Y[r.speedIndex]) == null ? void 0 : hl.speed) == null ? void 0 : Rl.sample) == null ? void 0 : Fl.wps), (x, Bt) => (n(), a("div", {
|
|
1714
1714
|
key: Bt,
|
|
1715
1715
|
class: "cell-row"
|
|
1716
1716
|
}, [
|
|
@@ -1741,13 +1741,13 @@ function Q1(i, l, s, D, r, d) {
|
|
|
1741
1741
|
])
|
|
1742
1742
|
]),
|
|
1743
1743
|
t("div", g1, [
|
|
1744
|
-
(Pl = (Vl = s.plan) == null ? void 0 : Vl.speeds) != null && Pl.length ? (n(), a(
|
|
1744
|
+
(Pl = (Vl = s.plan) == null ? void 0 : Vl.speeds) != null && Pl.length ? (n(), a(C, { key: 0 }, [
|
|
1745
1745
|
t("div", u1, [
|
|
1746
1746
|
t("div", c1, [
|
|
1747
1747
|
l[52] || (l[52] = t("i", { class: "iconfont" }, "", -1)),
|
|
1748
1748
|
t("div", y1, " Weather Forecast for the Next " + e(d.computeDay(s.plan, r.speedIndex)) + " Days of Route " + e((Ge = (gl = (Ll = (Wl = (Gl = s.plan) == null ? void 0 : Gl.speeds) == null ? void 0 : Wl[r.speedIndex]) == null ? void 0 : Ll.speed) == null ? void 0 : gl.lane) == null ? void 0 : Ge.name), 1),
|
|
1749
1749
|
((Le = (We = s.plan) == null ? void 0 : We.speeds) == null ? void 0 : Le.length) > 1 ? (n(), a("div", A1, [
|
|
1750
|
-
(n(!0), a(
|
|
1750
|
+
(n(!0), a(C, null, et((Ze = s.plan) == null ? void 0 : Ze.speeds, (x, Bt) => {
|
|
1751
1751
|
var Nl, Il;
|
|
1752
1752
|
return n(), a("div", {
|
|
1753
1753
|
key: Bt,
|
|
@@ -1805,8 +1805,8 @@ function Q1(i, l, s, D, r, d) {
|
|
|
1805
1805
|
])
|
|
1806
1806
|
]),
|
|
1807
1807
|
t("tbody", null, [
|
|
1808
|
-
(n(!0), a(
|
|
1809
|
-
var Nl, Il, Sl, Zl, Bl, Hl, _l, Jl, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, je, be, Ce, Ue,
|
|
1808
|
+
(n(!0), a(C, null, et((ss = (es = (ls = (ts = ($e = s.plan) == null ? void 0 : $e.speeds) == null ? void 0 : ts[r.speedIndex]) == null ? void 0 : ls.speed) == null ? void 0 : es.sample) == null ? void 0 : ss.hours, (x, Bt) => {
|
|
1809
|
+
var Nl, Il, Sl, Zl, Bl, Hl, _l, Jl, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, je, be, fe, Ce, Ue, me, Ee, Oe, Ye, we, Se, Qe, ke, he, Re, Fe, Ve;
|
|
1810
1810
|
return n(), a("tr", {
|
|
1811
1811
|
key: Bt,
|
|
1812
1812
|
class: z(x.isDangerous ? "dangerous" : x.isSevere ? "severe" : x.isHeavy ? "heavy" : "")
|
|
@@ -1826,16 +1826,16 @@ function Q1(i, l, s, D, r, d) {
|
|
|
1826
1826
|
])
|
|
1827
1827
|
]),
|
|
1828
1828
|
t("td", null, [
|
|
1829
|
-
(Il = (Nl = x.meteo) == null ? void 0 : Nl.wind) != null && Il.kts ? (n(), a("span",
|
|
1829
|
+
(Il = (Nl = x.meteo) == null ? void 0 : Nl.wind) != null && Il.kts ? (n(), a("span", f1, [
|
|
1830
1830
|
g(e((Zl = (Sl = x.meteo) == null ? void 0 : Sl.wind) == null ? void 0 : Zl.direction), 1),
|
|
1831
1831
|
t("i", {
|
|
1832
1832
|
class: "iconfont",
|
|
1833
1833
|
style: ei(d.computeDegree((Hl = (Bl = x.meteo) == null ? void 0 : Bl.wind) == null ? void 0 : Hl.degree, !1))
|
|
1834
1834
|
}, "", 4)
|
|
1835
|
-
])) : (n(), a("span",
|
|
1835
|
+
])) : (n(), a("span", C1, "-"))
|
|
1836
1836
|
]),
|
|
1837
1837
|
t("td", null, e(d.roundPrecision((Jl = (_l = x.meteo) == null ? void 0 : _l.wind) == null ? void 0 : Jl.kts, 1)), 1),
|
|
1838
|
-
(Kl = (Xl = s.plan) == null ? void 0 : Xl.voyage) != null && Kl.sendRptWithBF ? (n(), a("td",
|
|
1838
|
+
(Kl = (Xl = s.plan) == null ? void 0 : Xl.voyage) != null && Kl.sendRptWithBF ? (n(), a("td", U1, e(($l = (ql = x.meteo) == null ? void 0 : ql.wind) == null ? void 0 : $l.scale), 1)) : y("", !0),
|
|
1839
1839
|
t("td", null, e(d.roundPrecision((ee = (le = (te = x.meteo) == null ? void 0 : te.wave) == null ? void 0 : le.wd) == null ? void 0 : ee.height, 1)), 1),
|
|
1840
1840
|
t("td", null, [
|
|
1841
1841
|
(oe = (ie = (se = x.meteo) == null ? void 0 : se.wave) == null ? void 0 : ie.swell) != null && oe.height ? (n(), a("span", m1, [
|
|
@@ -1853,11 +1853,11 @@ function Q1(i, l, s, D, r, d) {
|
|
|
1853
1853
|
g(e((pe = (ze = (xe = x.meteo) == null ? void 0 : xe.wave) == null ? void 0 : ze.sig) == null ? void 0 : pe.direction), 1),
|
|
1854
1854
|
t("i", {
|
|
1855
1855
|
class: "iconfont",
|
|
1856
|
-
style: ei(d.computeDegree((
|
|
1856
|
+
style: ei(d.computeDegree((fe = (be = (je = x.meteo) == null ? void 0 : je.wave) == null ? void 0 : be.sig) == null ? void 0 : fe.degree, !1))
|
|
1857
1857
|
}, "", 4)
|
|
1858
1858
|
])) : (n(), a("span", Y1, "-"))
|
|
1859
1859
|
]),
|
|
1860
|
-
t("td", null, e(d.roundPrecision((me = (
|
|
1860
|
+
t("td", null, e(d.roundPrecision((me = (Ue = (Ce = x.meteo) == null ? void 0 : Ce.wave) == null ? void 0 : Ue.sig) == null ? void 0 : me.height, 1)), 1),
|
|
1861
1861
|
t("td", null, e(d.roundPrecision((Ye = (Oe = (Ee = x.meteo) == null ? void 0 : Ee.wave) == null ? void 0 : Oe.sig) == null ? void 0 : Ye.period, 1)), 1),
|
|
1862
1862
|
t("td", null, [
|
|
1863
1863
|
(Se = (we = x.meteo) == null ? void 0 : we.current) != null && Se.kts ? (n(), a("span", w1, [
|
|
@@ -2027,7 +2027,7 @@ const k1 = {
|
|
|
2027
2027
|
}, vD = { class: "section" }, TD = { class: "section-body comparison" }, xD = { class: "container" }, zD = { key: 0 }, pD = {
|
|
2028
2028
|
class: "section",
|
|
2029
2029
|
style: { "page-break-inside": "avoid" }
|
|
2030
|
-
}, jD = { class: "section-body sample" }, bD = { class: "major-waypoints" },
|
|
2030
|
+
}, jD = { class: "section-body sample" }, bD = { class: "major-waypoints" }, fD = { class: "container" }, CD = { class: "body" }, UD = { class: "cell-item flexM" }, mD = { class: "flex-center" }, ED = { class: "cell-item flexL" }, OD = {
|
|
2031
2031
|
key: 0,
|
|
2032
2032
|
class: "flex-center"
|
|
2033
2033
|
}, YD = { key: 1 }, wD = { class: "cell-item flex" }, SD = {
|
|
@@ -2062,7 +2062,7 @@ const k1 = {
|
|
|
2062
2062
|
class: "degree-box"
|
|
2063
2063
|
}, KD = { key: 1 };
|
|
2064
2064
|
function qD(i, l, s, D, r, d) {
|
|
2065
|
-
var p, b, u, A, w,
|
|
2065
|
+
var p, b, u, A, w, f, U, m, j, S, O, Q, v, R, P, G, W, L, Z, H, _, J, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, jt, bt, vt, Et, Ot, Yt, wt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Lt, Gt;
|
|
2066
2066
|
const c = F("Lat"), M = F("Lng"), I = F("Editor");
|
|
2067
2067
|
return n(), a("div", h1, [
|
|
2068
2068
|
l[28] || (l[28] = t("div", { class: "brand" }, [
|
|
@@ -2085,7 +2085,7 @@ function qD(i, l, s, D, r, d) {
|
|
|
2085
2085
|
t("div", W1, [
|
|
2086
2086
|
l[6] || (l[6] = t("label", { class: "flex-end" }, "Departure Port", -1)),
|
|
2087
2087
|
t("div", L1, [
|
|
2088
|
-
(
|
|
2088
|
+
(f = (w = (A = s.plan) == null ? void 0 : A.leg) == null ? void 0 : w.departure) != null && f.name ? (n(), a("div", Z1, e((m = (U = s.plan) == null ? void 0 : U.leg) == null ? void 0 : m.departure.name), 1)) : (n(), a("div", B1, [
|
|
2089
2089
|
E(c, {
|
|
2090
2090
|
lat: (O = (S = (j = s.plan) == null ? void 0 : j.leg) == null ? void 0 : S.departure) == null ? void 0 : O.lat,
|
|
2091
2091
|
label: ""
|
|
@@ -2211,13 +2211,13 @@ function qD(i, l, s, D, r, d) {
|
|
|
2211
2211
|
])
|
|
2212
2212
|
], -1)),
|
|
2213
2213
|
t("tbody", null, [
|
|
2214
|
-
(n(!0), a(
|
|
2215
|
-
var Zt, Jt, Xt, h, Kt, qt, N, Mt,
|
|
2214
|
+
(n(!0), a(C, null, et((wt = s.plan) == null ? void 0 : wt.speeds, (k, mt) => {
|
|
2215
|
+
var Zt, Jt, Xt, h, Kt, qt, N, Mt, Ut, B, Ht, At, _t, $t, tl;
|
|
2216
2216
|
return n(), a("tr", { key: mt }, [
|
|
2217
2217
|
t("td", null, "Route " + e(mt + 1), 1),
|
|
2218
2218
|
t("td", null, e(d.roundPrecision((Zt = k.speed) == null ? void 0 : Zt.distance, 0)), 1),
|
|
2219
2219
|
t("td", null, e(`${((Jt = k.speed) == null ? void 0 : Jt.label) ?? "CP"} ${((Xt = k.speed) == null ? void 0 : Xt.v0) ?? ((Kt = (h = k.speed) == null ? void 0 : h.cpCopy) == null ? void 0 : Kt.speed)}`), 1),
|
|
2220
|
-
t("td", null, e((N = (qt = k.speed) == null ? void 0 : qt.cpCopy) == null ? void 0 : N.fo) + " FO / " + e((
|
|
2220
|
+
t("td", null, e((N = (qt = k.speed) == null ? void 0 : qt.cpCopy) == null ? void 0 : N.fo) + " FO / " + e((Ut = (Mt = k.speed) == null ? void 0 : Mt.cpCopy) == null ? void 0 : Ut.dgo) + " DO", 1),
|
|
2221
2221
|
t("td", null, e(d.computeUTCTime((B = k.speed) == null ? void 0 : B.eta)), 1),
|
|
2222
2222
|
t("td", null, e(d.roundPrecision((Ht = k.speed) == null ? void 0 : Ht.avgSpeed, 2)) + " / " + e(d.roundPrecision((At = k.speed) == null ? void 0 : At.wxFactor, 2)) + " / " + e(d.roundPrecision((_t = k.speed) == null ? void 0 : _t.cFactor, 2)), 1),
|
|
2223
2223
|
t("td", null, e(d.roundPrecision(($t = k.speed) == null ? void 0 : $t.totalFoCons, 3)) + " FO /" + e(d.roundPrecision((tl = k.speed) == null ? void 0 : tl.totalDgoCons, 3)) + " DO", 1)
|
|
@@ -2235,14 +2235,14 @@ function qD(i, l, s, D, r, d) {
|
|
|
2235
2235
|
], -1)),
|
|
2236
2236
|
t("div", jD, [
|
|
2237
2237
|
t("div", bD, [
|
|
2238
|
-
t("div",
|
|
2238
|
+
t("div", fD, [
|
|
2239
2239
|
l[23] || (l[23] = it('<div class="header" data-v-e08bd687><div class="cell-item flexM" data-v-e08bd687>Major waypoint</div><div class="cell-item flexL" data-v-e08bd687>Name</div><div class="cell-item flex" data-v-e08bd687>Time</div><div class="cell-item flex" data-v-e08bd687>Nav</div><div class="cell-item flex" data-v-e08bd687>Dist</div><div class="cell-item flex" data-v-e08bd687>SOG</div></div>', 1)),
|
|
2240
|
-
t("div",
|
|
2241
|
-
(Qt = (St = s.plan) == null ? void 0 : St.speeds) != null && Qt.length ? (n(!0), a(
|
|
2240
|
+
t("div", CD, [
|
|
2241
|
+
(Qt = (St = s.plan) == null ? void 0 : St.speeds) != null && Qt.length ? (n(!0), a(C, { key: 0 }, et((Ft = (Rt = (ht = (kt = s.plan) == null ? void 0 : kt.speeds[0]) == null ? void 0 : ht.speed) == null ? void 0 : Rt.sample) == null ? void 0 : Ft.wps, (k, mt) => (n(), a("div", {
|
|
2242
2242
|
key: mt,
|
|
2243
2243
|
class: "cell-row"
|
|
2244
2244
|
}, [
|
|
2245
|
-
t("div",
|
|
2245
|
+
t("div", UD, [
|
|
2246
2246
|
t("div", mD, [
|
|
2247
2247
|
E(c, {
|
|
2248
2248
|
lat: k.lat,
|
|
@@ -2312,8 +2312,8 @@ function qD(i, l, s, D, r, d) {
|
|
|
2312
2312
|
])
|
|
2313
2313
|
], -1)),
|
|
2314
2314
|
t("tbody", null, [
|
|
2315
|
-
(n(!0), a(
|
|
2316
|
-
var Zt, Jt, Xt, h, Kt, qt, N, Mt,
|
|
2315
|
+
(n(!0), a(C, null, et((Gt = (Lt = (Wt = (ft = s.plan) == null ? void 0 : ft.speeds[0]) == null ? void 0 : Wt.speed) == null ? void 0 : Lt.sample) == null ? void 0 : Gt.hours, (k, mt) => {
|
|
2316
|
+
var Zt, Jt, Xt, h, Kt, qt, N, Mt, Ut, B, Ht, At, _t, $t, tl, nl, al, dl, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, jl, bl, fl, Cl, Ul, ml, El, Ol, Yl, wl;
|
|
2317
2317
|
return n(), a("tr", {
|
|
2318
2318
|
key: mt,
|
|
2319
2319
|
class: z(k.isDangerous ? "dangerous" : k.isSevere ? "severe" : k.isHeavy ? "heavy" : "")
|
|
@@ -2336,7 +2336,7 @@ function qD(i, l, s, D, r, d) {
|
|
|
2336
2336
|
(Jt = (Zt = k.meteo) == null ? void 0 : Zt.wind) != null && Jt.kts ? (n(), a("span", LD, e((h = (Xt = k.meteo) == null ? void 0 : Xt.wind) == null ? void 0 : h.direction), 1)) : (n(), a("span", ZD, "-"))
|
|
2337
2337
|
]),
|
|
2338
2338
|
t("td", null, e(d.roundPrecision((qt = (Kt = k.meteo) == null ? void 0 : Kt.wind) == null ? void 0 : qt.kts, 1)), 1),
|
|
2339
|
-
t("td", null, e(d.roundPrecision((
|
|
2339
|
+
t("td", null, e(d.roundPrecision((Ut = (Mt = (N = k.meteo) == null ? void 0 : N.wave) == null ? void 0 : Mt.wd) == null ? void 0 : Ut.height, 1)), 1),
|
|
2340
2340
|
t("td", null, [
|
|
2341
2341
|
(At = (Ht = (B = k.meteo) == null ? void 0 : B.wave) == null ? void 0 : Ht.swell) != null && At.height ? (n(), a("span", BD, e((tl = ($t = (_t = k.meteo) == null ? void 0 : _t.wave) == null ? void 0 : $t.swell) == null ? void 0 : tl.direction), 1)) : (n(), a("span", HD, "-"))
|
|
2342
2342
|
]),
|
|
@@ -2346,9 +2346,9 @@ function qD(i, l, s, D, r, d) {
|
|
|
2346
2346
|
(Al = (yl = (cl = k.meteo) == null ? void 0 : cl.wave) == null ? void 0 : yl.sig) != null && Al.height ? (n(), a("span", _D, e((xl = (Tl = (vl = k.meteo) == null ? void 0 : vl.wave) == null ? void 0 : Tl.sig) == null ? void 0 : xl.direction), 1)) : (n(), a("span", JD, "-"))
|
|
2347
2347
|
]),
|
|
2348
2348
|
t("td", null, e(d.roundPrecision((jl = (pl = (zl = k.meteo) == null ? void 0 : zl.wave) == null ? void 0 : pl.sig) == null ? void 0 : jl.height, 1)), 1),
|
|
2349
|
-
t("td", null, e(d.roundPrecision((
|
|
2349
|
+
t("td", null, e(d.roundPrecision((Cl = (fl = (bl = k.meteo) == null ? void 0 : bl.wave) == null ? void 0 : fl.sig) == null ? void 0 : Cl.period, 1)), 1),
|
|
2350
2350
|
t("td", null, [
|
|
2351
|
-
(ml = (
|
|
2351
|
+
(ml = (Ul = k.meteo) == null ? void 0 : Ul.current) != null && ml.kts ? (n(), a("span", XD, e((Ol = (El = k.meteo) == null ? void 0 : El.current) == null ? void 0 : Ol.direction), 1)) : (n(), a("span", KD, "-"))
|
|
2352
2352
|
]),
|
|
2353
2353
|
t("td", null, e(d.roundPrecision((wl = (Yl = k.meteo) == null ? void 0 : Yl.current) == null ? void 0 : wl.kts, 1)), 1),
|
|
2354
2354
|
t("td", null, e(d.roundPrecision(k.cFactor, 1)), 1)
|
|
@@ -2509,7 +2509,7 @@ const nN = {
|
|
|
2509
2509
|
// 经纬度转换
|
|
2510
2510
|
computedLngLat() {
|
|
2511
2511
|
return function(i, l) {
|
|
2512
|
-
const s =
|
|
2512
|
+
const s = Ct.lat2pretty(i).pretty, D = Ct.lng2pretty(l).pretty;
|
|
2513
2513
|
return `${s} ${D}`;
|
|
2514
2514
|
};
|
|
2515
2515
|
},
|
|
@@ -2586,7 +2586,7 @@ const nN = {
|
|
|
2586
2586
|
computedAbt4Spd() {
|
|
2587
2587
|
return function(i) {
|
|
2588
2588
|
var l, s, D;
|
|
2589
|
-
return (l = i.timeConclusion) != null && l.spdPercentage ?
|
|
2589
|
+
return (l = i.timeConclusion) != null && l.spdPercentage ? Ct.roundPrecision(i.extend.cp.speed * (((s = i == null ? void 0 : i.timeConclusion) == null ? void 0 : s.spdOfAbout) / 100), 2) : (D = i == null ? void 0 : i.timeConclusion) == null ? void 0 : D.spdOfAbout;
|
|
2590
2590
|
};
|
|
2591
2591
|
}
|
|
2592
2592
|
},
|
|
@@ -2638,13 +2638,13 @@ const nN = {
|
|
|
2638
2638
|
});
|
|
2639
2639
|
}
|
|
2640
2640
|
}
|
|
2641
|
-
}, aN = { class: "fli-main" }, dN = { class: "card basics" }, rN = { class: "list flex" }, MN = { class: "item" }, DN = { class: "content flex" }, NN = { class: "item" }, IN = { class: "content flex" }, gN = { class: "item" }, uN = { class: "content flex" }, cN = { class: "list" }, yN = { class: "item" }, AN = { class: "content flex" }, vN = { class: "content flex" }, TN = { class: "item" }, xN = { class: "content flex" }, zN = { class: "content flex" }, pN = { class: "item" }, jN = { class: "content flexL" }, bN = { class: "clause" },
|
|
2641
|
+
}, aN = { class: "fli-main" }, dN = { class: "card basics" }, rN = { class: "list flex" }, MN = { class: "item" }, DN = { class: "content flex" }, NN = { class: "item" }, IN = { class: "content flex" }, gN = { class: "item" }, uN = { class: "content flex" }, cN = { class: "list" }, yN = { class: "item" }, AN = { class: "content flex" }, vN = { class: "content flex" }, TN = { class: "item" }, xN = { class: "content flex" }, zN = { class: "content flex" }, pN = { class: "item" }, jN = { class: "content flexL" }, bN = { class: "clause" }, fN = {
|
|
2642
2642
|
key: 0,
|
|
2643
2643
|
class: "definition flex"
|
|
2644
|
-
},
|
|
2644
|
+
}, CN = {
|
|
2645
2645
|
key: 1,
|
|
2646
2646
|
class: "definition flex"
|
|
2647
|
-
},
|
|
2647
|
+
}, UN = { class: "item" }, mN = { class: "content" }, EN = {
|
|
2648
2648
|
key: 0,
|
|
2649
2649
|
class: "item"
|
|
2650
2650
|
}, ON = { class: "content" }, YN = {
|
|
@@ -2698,13 +2698,13 @@ const nN = {
|
|
|
2698
2698
|
}, bI = {
|
|
2699
2699
|
key: 1,
|
|
2700
2700
|
class: "iconfont error"
|
|
2701
|
-
},
|
|
2701
|
+
}, fI = {
|
|
2702
2702
|
key: 1,
|
|
2703
2703
|
class: "main-content"
|
|
2704
|
-
},
|
|
2704
|
+
}, CI = {
|
|
2705
2705
|
class: "card-content",
|
|
2706
2706
|
style: { "justify-content": "flex-start" }
|
|
2707
|
-
},
|
|
2707
|
+
}, UI = {
|
|
2708
2708
|
class: "card summary-card",
|
|
2709
2709
|
style: { flex: "1" }
|
|
2710
2710
|
}, mI = {
|
|
@@ -2743,10 +2743,10 @@ const nN = {
|
|
|
2743
2743
|
}, Ig = { class: "main-content" }, gg = { class: "main-content" }, ug = { class: "card-content" }, cg = { class: "card-content" }, yg = { class: "card-content" }, Ag = { class: "card-content" }, vg = {
|
|
2744
2744
|
class: "card phase-card",
|
|
2745
2745
|
style: { flex: "1" }
|
|
2746
|
-
}, Tg = { class: "main-content" }, xg = { class: "main-content" }, zg = { class: "card-content" }, pg = { class: "card-content" }, jg = { class: "card-content" }, bg = { class: "card-content" },
|
|
2746
|
+
}, Tg = { class: "main-content" }, xg = { class: "main-content" }, zg = { class: "card-content" }, pg = { class: "card-content" }, jg = { class: "card-content" }, bg = { class: "card-content" }, fg = {
|
|
2747
2747
|
class: "card phase-card",
|
|
2748
2748
|
style: { flex: "1" }
|
|
2749
|
-
},
|
|
2749
|
+
}, Cg = { class: "main-content" }, Ug = { class: "main-content" }, mg = { class: "card-content" }, Eg = { class: "card-content" }, Og = { class: "card-content" }, Yg = { class: "card-content" }, wg = { class: "phase-analysis" }, Sg = {
|
|
2750
2750
|
class: "card phase-card",
|
|
2751
2751
|
style: { flex: "1" }
|
|
2752
2752
|
}, Qg = { class: "main-content" }, kg = { class: "main-content" }, hg = { class: "card-content" }, Rg = { class: "card-content" }, Fg = { class: "card-content" }, Vg = { class: "card-content" }, Pg = {
|
|
@@ -2791,7 +2791,7 @@ const nN = {
|
|
|
2791
2791
|
}, pu = { class: "nogwd" }, ju = {
|
|
2792
2792
|
class: "card-content",
|
|
2793
2793
|
style: { "justify-content": "flex-start" }
|
|
2794
|
-
}, bu = { key: 0 },
|
|
2794
|
+
}, bu = { key: 0 }, fu = { class: "equation" }, Cu = { style: { width: "8%" } }, Uu = { style: { width: "120px" } }, mu = { style: { width: "10%" } }, Eu = { class: "equation" }, Ou = { style: { width: "8%" } }, Yu = { style: { width: "120px" } }, wu = { style: { width: "10%" } }, Su = { class: "equation" }, Qu = { style: { width: "8%" } }, ku = { style: { width: "120px" } }, hu = { style: { width: "10%" } }, Ru = {
|
|
2795
2795
|
key: 0,
|
|
2796
2796
|
class: "phase-card"
|
|
2797
2797
|
}, Fu = {
|
|
@@ -2841,7 +2841,7 @@ const nN = {
|
|
|
2841
2841
|
class: "fraction"
|
|
2842
2842
|
};
|
|
2843
2843
|
function zc(i, l, s, D, r, d) {
|
|
2844
|
-
var c, M, I, p, b, u, A, w,
|
|
2844
|
+
var c, M, I, p, b, u, A, w, f, U, m, j, S, O, Q, v, R, P, G, W, L, Z, H, _, J, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, jt, bt, vt, Et, Ot, Yt, wt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Lt, Gt, k, mt, Zt, Jt, Xt, h, Kt, qt;
|
|
2845
2845
|
return n(), a("div", {
|
|
2846
2846
|
class: z((M = (c = s.reportData) == null ? void 0 : c.weather) != null && M.referenceOnly ? "watermark" : "")
|
|
2847
2847
|
}, [
|
|
@@ -2875,7 +2875,7 @@ function zc(i, l, s, D, r, d) {
|
|
|
2875
2875
|
t("div", cN, [
|
|
2876
2876
|
t("div", yN, [
|
|
2877
2877
|
l[3] || (l[3] = t("label", { class: "flex" }, "Departure Port: ", -1)),
|
|
2878
|
-
t("div", AN, e(((A = (u = s.reportData) == null ? void 0 : u.departure) == null ? void 0 : A.portName) || d.computedLngLat((
|
|
2878
|
+
t("div", AN, e(((A = (u = s.reportData) == null ? void 0 : u.departure) == null ? void 0 : A.portName) || d.computedLngLat((f = (w = s.reportData) == null ? void 0 : w.departure) == null ? void 0 : f.lat, (m = (U = s.reportData) == null ? void 0 : U.departure) == null ? void 0 : m.lng)), 1),
|
|
2879
2879
|
t("div", vN, e(d.computedTime((S = (j = s.reportData) == null ? void 0 : j.departure) == null ? void 0 : S.utcTime, "table")), 1)
|
|
2880
2880
|
]),
|
|
2881
2881
|
t("div", TN, [
|
|
@@ -2894,8 +2894,8 @@ function zc(i, l, s, D, r, d) {
|
|
|
2894
2894
|
t("div", { class: "content" }, "Charter Party Clause")
|
|
2895
2895
|
], -1)),
|
|
2896
2896
|
t("div", bN, [
|
|
2897
|
-
(J = (_ = s.reportData) == null ? void 0 : _.weather) != null && J.overallAsGoodWx ? (n(), a("div",
|
|
2898
|
-
t("div",
|
|
2897
|
+
(J = (_ = s.reportData) == null ? void 0 : _.weather) != null && J.overallAsGoodWx ? (n(), a("div", fN, "No specific thresholds in weather.")) : (n(), a("div", CN, [
|
|
2898
|
+
t("div", UN, [
|
|
2899
2899
|
l[6] || (l[6] = t("label", null, "Beaufort Wind Scale", -1)),
|
|
2900
2900
|
t("div", mN, "BF " + e(((K = (X = s.reportData) == null ? void 0 : X.weather) == null ? void 0 : K.windScale) || "-"), 1)
|
|
2901
2901
|
]),
|
|
@@ -2933,7 +2933,7 @@ function zc(i, l, s, D, r, d) {
|
|
|
2933
2933
|
])
|
|
2934
2934
|
], -1)),
|
|
2935
2935
|
t("tbody", null, [
|
|
2936
|
-
(n(!0), a(
|
|
2936
|
+
(n(!0), a(C, null, et(r.cpDetail, (N, Mt) => (n(), a("tr", { key: Mt }, [
|
|
2937
2937
|
t("td", null, e(N == null ? void 0 : N.type), 1),
|
|
2938
2938
|
t("td", null, e(`${N == null ? void 0 : N.speed} | ${N == null ? void 0 : N.spdOfOver} , ${N.spdOfUnder}`), 1),
|
|
2939
2939
|
t("td", null, e(`${N == null ? void 0 : N.fo} | ${N == null ? void 0 : N.over} , ${N.under}`), 1),
|
|
@@ -2974,7 +2974,7 @@ function zc(i, l, s, D, r, d) {
|
|
|
2974
2974
|
t("label", null, "GW Avg Daily Cons. DO/GO*")
|
|
2975
2975
|
], -1)),
|
|
2976
2976
|
t("div", tI, [
|
|
2977
|
-
(
|
|
2977
|
+
(ft = (Pt = s.reportData) == null ? void 0 : Pt.goodWx) != null && ft.avgSpd ? (n(), a("div", lI, e((Lt = (Wt = s.reportData) == null ? void 0 : Wt.goodWx) == null ? void 0 : Lt.avgDgoEcaCons) + " mt", 1)) : (n(), a("div", eI, e(r.noGoodWxDay), 1))
|
|
2978
2978
|
])
|
|
2979
2979
|
])
|
|
2980
2980
|
]),
|
|
@@ -3012,8 +3012,8 @@ function zc(i, l, s, D, r, d) {
|
|
|
3012
3012
|
])
|
|
3013
3013
|
], -1))
|
|
3014
3014
|
])) : y("", !0),
|
|
3015
|
-
(n(!0), a(
|
|
3016
|
-
var
|
|
3015
|
+
(n(!0), a(C, null, et((h = s.reportData) == null ? void 0 : h.segments, (N, Mt) => {
|
|
3016
|
+
var Ut, B, Ht;
|
|
3017
3017
|
return n(), a("div", {
|
|
3018
3018
|
key: Mt,
|
|
3019
3019
|
class: "summary-seg"
|
|
@@ -3023,7 +3023,7 @@ function zc(i, l, s, D, r, d) {
|
|
|
3023
3023
|
l[22] || (l[22] = t("i", { class: "iconfont" }, "", -1)),
|
|
3024
3024
|
t("span", null, "Phase " + e(Mt + 1), 1)
|
|
3025
3025
|
]),
|
|
3026
|
-
(n(!0), a(
|
|
3026
|
+
(n(!0), a(C, null, et(r.segDetail[Mt], (At, _t) => (n(), a("div", {
|
|
3027
3027
|
key: "seg" + _t,
|
|
3028
3028
|
class: z(r.segDetail[Mt].length > 1 ? "dashed" : "")
|
|
3029
3029
|
}, [
|
|
@@ -3050,7 +3050,7 @@ function zc(i, l, s, D, r, d) {
|
|
|
3050
3050
|
l[24] || (l[24] = t("div", { class: "card-subtitle" }, [
|
|
3051
3051
|
t("span", null, "Time Lost/Gained: ")
|
|
3052
3052
|
], -1)),
|
|
3053
|
-
(
|
|
3053
|
+
(Ut = N.goodWx) != null && Ut.distance ? (n(), a("div", yI, [
|
|
3054
3054
|
d.computedTimeConclusion(N.timeConclusion).className === "success" ? (n(), a("i", AI, "")) : y("", !0),
|
|
3055
3055
|
d.computedTimeConclusion(N.timeConclusion).className === "error" ? (n(), a("i", vI, "")) : y("", !0),
|
|
3056
3056
|
t("span", null, e(d.computedTimeConclusion(N.timeConclusion).timeCon), 1)
|
|
@@ -3072,17 +3072,17 @@ function zc(i, l, s, D, r, d) {
|
|
|
3072
3072
|
d.computedFuleConclusion(N.fuelConclusion.fo, "FO").className === "success" ? (n(), a("i", jI, "")) : y("", !0),
|
|
3073
3073
|
d.computedFuleConclusion(N.fuelConclusion.fo, "FO").className === "error" ? (n(), a("i", bI, "")) : y("", !0),
|
|
3074
3074
|
t("span", null, e(d.computedFuleConclusion(N.fuelConclusion.fo, "FO").cons), 1)
|
|
3075
|
-
])) : (n(), a("div",
|
|
3075
|
+
])) : (n(), a("div", fI, [
|
|
3076
3076
|
t("span", null, e(r.noGoodWxDay), 1)
|
|
3077
3077
|
])),
|
|
3078
|
-
t("div",
|
|
3078
|
+
t("div", CI, [
|
|
3079
3079
|
t("i", {
|
|
3080
3080
|
class: z(`iconfont ${d.computedFuleConclusion(N.fuelConclusion.fo, "FO").className}`)
|
|
3081
3081
|
}, "", 2),
|
|
3082
3082
|
t("span", null, e(d.computedFuleConclusion(N.fuelConclusion.fo, "FO").conclusion), 1)
|
|
3083
3083
|
])
|
|
3084
3084
|
]),
|
|
3085
|
-
t("div",
|
|
3085
|
+
t("div", UI, [
|
|
3086
3086
|
l[26] || (l[26] = t("div", { class: "card-subtitle" }, [
|
|
3087
3087
|
t("span", null, "DO/GO Over/Under: ")
|
|
3088
3088
|
], -1)),
|
|
@@ -3114,7 +3114,7 @@ function zc(i, l, s, D, r, d) {
|
|
|
3114
3114
|
t("i", { class: "iconfont" }, ""),
|
|
3115
3115
|
t("span", null, "Speed Adjustment")
|
|
3116
3116
|
], -1)),
|
|
3117
|
-
(n(!0), a(
|
|
3117
|
+
(n(!0), a(C, null, et((Kt = s.reportData) == null ? void 0 : Kt.segments, (N, Mt) => (n(), a("div", {
|
|
3118
3118
|
key: Mt,
|
|
3119
3119
|
class: "remark-speed"
|
|
3120
3120
|
}, [
|
|
@@ -3127,9 +3127,9 @@ function zc(i, l, s, D, r, d) {
|
|
|
3127
3127
|
t("span", null, e(N.extend.cp.dgo) + "mt ) ", 1)
|
|
3128
3128
|
]),
|
|
3129
3129
|
t("div", null, [
|
|
3130
|
-
(n(!0), a(
|
|
3130
|
+
(n(!0), a(C, null, et(r.segDetail[Mt], (Ut, B) => (n(), a("div", {
|
|
3131
3131
|
key: "seg" + B
|
|
3132
|
-
}, e(`${
|
|
3132
|
+
}, e(`${Ut.port1} (${Ut.fullTime1}) to ${Ut.port2} (${Ut.fullTime2})`), 1))), 128))
|
|
3133
3133
|
])
|
|
3134
3134
|
])
|
|
3135
3135
|
]))), 128))
|
|
@@ -3140,13 +3140,13 @@ function zc(i, l, s, D, r, d) {
|
|
|
3140
3140
|
t("span", null, "Excluded Period")
|
|
3141
3141
|
], -1)),
|
|
3142
3142
|
r.excludedTableData.length ? (n(), a("div", VI, [
|
|
3143
|
-
(n(!0), a(
|
|
3143
|
+
(n(!0), a(C, null, et(r.excludedTableData, (N, Mt) => (n(), a("div", { key: Mt }, e(`From ${N.begin} to ${N.end}`), 1))), 128))
|
|
3144
3144
|
])) : (n(), a("div", PI, e(r.noSpecialRemarks), 1))
|
|
3145
3145
|
])
|
|
3146
3146
|
])
|
|
3147
3147
|
]),
|
|
3148
|
-
(n(!0), a(
|
|
3149
|
-
var
|
|
3148
|
+
(n(!0), a(C, null, et((qt = s.reportData) == null ? void 0 : qt.segments, (N, Mt) => {
|
|
3149
|
+
var Ut, B, Ht, At, _t, $t, tl, nl, al, dl, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, jl, bl, fl, Cl, Ul, ml, El, Ol, Yl, wl, kl, Y, hl, Rl, Fl, Vl, Pl, Gl, Wl, Ll, gl, Ge, We, Le, Ze, Be, He, _e, Je, Xe, Ke, qe, $e, ts, ls, es, ss, x, Bt, Nl, Il, Sl, Zl, Bl, Hl, _l, Jl, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, je, be, fe, Ce, Ue, me, Ee, Oe, Ye, we, Se, Qe, ke, he, Re, Fe, Ve, is, os, ns;
|
|
3150
3150
|
return n(), a("div", {
|
|
3151
3151
|
key: Mt,
|
|
3152
3152
|
class: "phase"
|
|
@@ -3158,7 +3158,7 @@ function zc(i, l, s, D, r, d) {
|
|
|
3158
3158
|
l[30] || (l[30] = t("i", { class: "iconfont" }, "", -1)),
|
|
3159
3159
|
t("span", null, "Phase " + e(Mt + 1), 1)
|
|
3160
3160
|
]),
|
|
3161
|
-
(n(!0), a(
|
|
3161
|
+
(n(!0), a(C, null, et(r.segDetail[Mt], (ol, rs) => (n(), a("div", {
|
|
3162
3162
|
key: "seg" + rs,
|
|
3163
3163
|
class: z(r.segDetail[Mt].length > 1 ? "dashed" : "")
|
|
3164
3164
|
}, [
|
|
@@ -3192,7 +3192,7 @@ function zc(i, l, s, D, r, d) {
|
|
|
3192
3192
|
t("span", null, "GW Avg Daily Cons. FO*")
|
|
3193
3193
|
], -1)),
|
|
3194
3194
|
t("div", qI, [
|
|
3195
|
-
t("span", null, e(((
|
|
3195
|
+
t("span", null, e(((Ut = N.goodWx) == null ? void 0 : Ut.avgFoEcaCons) || "-") + " mt", 1)
|
|
3196
3196
|
]),
|
|
3197
3197
|
l[41] || (l[41] = t("div", { class: "card-subtitle" }, [
|
|
3198
3198
|
t("span", null, "Overall Avg Daily Cons. FO*")
|
|
@@ -3366,23 +3366,23 @@ function zc(i, l, s, D, r, d) {
|
|
|
3366
3366
|
t("div", bg, [
|
|
3367
3367
|
l[71] || (l[71] = t("label", null, "Overall Time (in ECA)", -1)),
|
|
3368
3368
|
t("b", null, [
|
|
3369
|
-
g(e(((
|
|
3369
|
+
g(e(((fl = N.allWx) == null ? void 0 : fl.inEca.time) || "-"), 1),
|
|
3370
3370
|
l[70] || (l[70] = t("span", null, "hrs", -1))
|
|
3371
3371
|
])
|
|
3372
3372
|
])
|
|
3373
3373
|
]),
|
|
3374
|
-
t("div",
|
|
3374
|
+
t("div", fg, [
|
|
3375
3375
|
l[82] || (l[82] = t("div", { class: "card-subtitle" }, [
|
|
3376
3376
|
t("span", null, "GW Avg Speed")
|
|
3377
3377
|
], -1)),
|
|
3378
|
-
t("div",
|
|
3379
|
-
t("span", null, e(((
|
|
3378
|
+
t("div", Cg, [
|
|
3379
|
+
t("span", null, e(((Cl = N.goodWx) == null ? void 0 : Cl.avgSpd) || "-") + " kts", 1)
|
|
3380
3380
|
]),
|
|
3381
3381
|
l[83] || (l[83] = t("div", { class: "card-subtitle" }, [
|
|
3382
3382
|
t("span", null, "Overall Avg Speed")
|
|
3383
3383
|
], -1)),
|
|
3384
|
-
t("div",
|
|
3385
|
-
t("span", null, e(((
|
|
3384
|
+
t("div", Ug, [
|
|
3385
|
+
t("span", null, e(((Ul = N.allWx) == null ? void 0 : Ul.avgSpd) || "-") + " kts", 1)
|
|
3386
3386
|
]),
|
|
3387
3387
|
t("div", mg, [
|
|
3388
3388
|
l[75] || (l[75] = t("label", null, "GW Avg Speed (out of ECA)", -1)),
|
|
@@ -3601,16 +3601,16 @@ function zc(i, l, s, D, r, d) {
|
|
|
3601
3601
|
class: z(`${(Hl = N.goodWx) != null && Hl.distance ? "" : "analysis-none"} card analysis-card`)
|
|
3602
3602
|
}, [
|
|
3603
3603
|
(_l = N.goodWx) != null && _l.distance ? (n(), a("div", bu, [
|
|
3604
|
-
t("div",
|
|
3604
|
+
t("div", fu, [
|
|
3605
3605
|
l[126] || (l[126] = t("div", { style: { width: "54%" } }, "Entire Voyage Consumption using Good Weather Consumption", -1)),
|
|
3606
3606
|
l[127] || (l[127] = t("div", { style: { width: "5%" } }, "=", -1)),
|
|
3607
|
-
t("div",
|
|
3607
|
+
t("div", Cu, [
|
|
3608
3608
|
t("div", null, e((Xl = (Jl = s.reportData) == null ? void 0 : Jl.weather) != null && Xl.noExtrapolation ? (Kl = N.goodWx) == null ? void 0 : Kl.distance : (ql = N.allWx) == null ? void 0 : ql.distance), 1),
|
|
3609
3609
|
l[124] || (l[124] = t("div", { class: "fractional-line" }, null, -1)),
|
|
3610
3610
|
t("div", null, e(($l = N.goodWx) == null ? void 0 : $l.pfmSpd), 1)
|
|
3611
3611
|
]),
|
|
3612
3612
|
l[128] || (l[128] = t("div", { style: { width: "5%" } }, "×", -1)),
|
|
3613
|
-
t("div",
|
|
3613
|
+
t("div", Uu, [
|
|
3614
3614
|
t("div", null, e((te = N.goodWx) == null ? void 0 : te.sumFoCons) + " " + e(((le = N.allWx) == null ? void 0 : le.inEca.distance) > 0 ? ` + ${N.fuelConclusion.fo.dgoAsFoCons}` : ""), 1),
|
|
3615
3615
|
l[125] || (l[125] = t("div", { class: "fractional-line" }, null, -1)),
|
|
3616
3616
|
t("div", null, e((ee = N.goodWx) == null ? void 0 : ee.time), 1)
|
|
@@ -3703,7 +3703,7 @@ function zc(i, l, s, D, r, d) {
|
|
|
3703
3703
|
l[158] || (l[158] = t("div", { style: { width: "54%" } }, "Maximum Warranted Consumption for Over-Consumption", -1)),
|
|
3704
3704
|
l[159] || (l[159] = t("div", { style: { width: "5%" } }, "=", -1)),
|
|
3705
3705
|
t("div", qu, [
|
|
3706
|
-
t("div", null, e((be = (je = s.reportData) == null ? void 0 : je.weather) != null && be.noExtrapolation ? (
|
|
3706
|
+
t("div", null, e((be = (je = s.reportData) == null ? void 0 : je.weather) != null && be.noExtrapolation ? (fe = N.goodWx) == null ? void 0 : fe.distance : (Ce = N.allWx) == null ? void 0 : Ce.distance), 1),
|
|
3707
3707
|
l[155] || (l[155] = t("div", { class: "fractional-line" }, null, -1)),
|
|
3708
3708
|
t("div", null, e(N.timeConclusion.minusAbtSpd), 1)
|
|
3709
3709
|
]),
|
|
@@ -3721,7 +3721,7 @@ function zc(i, l, s, D, r, d) {
|
|
|
3721
3721
|
l[166] || (l[166] = t("div", { style: { width: "54%" } }, "Minimum Warranted Consumption for Fuel-Consumption", -1)),
|
|
3722
3722
|
l[167] || (l[167] = t("div", { style: { width: "5%" } }, "=", -1)),
|
|
3723
3723
|
t("div", ec, [
|
|
3724
|
-
t("div", null, e((me = (
|
|
3724
|
+
t("div", null, e((me = (Ue = s.reportData) == null ? void 0 : Ue.weather) != null && me.noExtrapolation ? (Ee = N.goodWx) == null ? void 0 : Ee.distance : (Oe = N.allWx) == null ? void 0 : Oe.distance), 1),
|
|
3725
3725
|
l[163] || (l[163] = t("div", { class: "fractional-line" }, null, -1)),
|
|
3726
3726
|
t("div", null, e(N.timeConclusion.minusAbtSpd), 1)
|
|
3727
3727
|
]),
|
|
@@ -3958,7 +3958,7 @@ const jc = {
|
|
|
3958
3958
|
},
|
|
3959
3959
|
methods: {
|
|
3960
3960
|
getLonLat(i) {
|
|
3961
|
-
return `${i.degree}°${
|
|
3961
|
+
return `${i.degree}°${Ct.roundPrecision(i.minute, 1)}′${i.direction}`;
|
|
3962
3962
|
},
|
|
3963
3963
|
checkData() {
|
|
3964
3964
|
var D, r, d, c;
|
|
@@ -3980,14 +3980,14 @@ const jc = {
|
|
|
3980
3980
|
let p = M.type.charAt(0);
|
|
3981
3981
|
M.abbreviation = p;
|
|
3982
3982
|
const b = $(M.utc).utc().format("D-MMM");
|
|
3983
|
-
b !== s && (M.lastdate = b, s = b), p === "A" ? M.type = "" : p === "M" && (M.type = "*"), M.time = $(M.utc).utc().format("HH:mm[Z]"), M.lngPretty = this.getLonLat(
|
|
3983
|
+
b !== s && (M.lastdate = b, s = b), p === "A" ? M.type = "" : p === "M" && (M.type = "*"), M.time = $(M.utc).utc().format("HH:mm[Z]"), M.lngPretty = this.getLonLat(Ct.lng2pretty(M.lng)), M.latPretty = this.getLonLat(Ct.lat2pretty(M.lat));
|
|
3984
3984
|
}), this.summaryTable = i;
|
|
3985
3985
|
}
|
|
3986
3986
|
}
|
|
3987
3987
|
}, bc = {
|
|
3988
3988
|
id: "second-table",
|
|
3989
3989
|
class: "table"
|
|
3990
|
-
},
|
|
3990
|
+
}, fc = { class: "summary-table" }, Cc = { class: "summary-tbody" }, Uc = {
|
|
3991
3991
|
class: "voyage-map",
|
|
3992
3992
|
style: { "page-break-inside": "avoid" }
|
|
3993
3993
|
}, mc = ["src"];
|
|
@@ -4006,7 +4006,7 @@ function Ec(i, l, s, D, r, d) {
|
|
|
4006
4006
|
], -1)),
|
|
4007
4007
|
t("div", bc, [
|
|
4008
4008
|
t("div", null, [
|
|
4009
|
-
t("table",
|
|
4009
|
+
t("table", fc, [
|
|
4010
4010
|
l[0] || (l[0] = t("thead", null, [
|
|
4011
4011
|
t("tr", null, [
|
|
4012
4012
|
t("th", { rowspan: "2" }, "Seg"),
|
|
@@ -4072,9 +4072,9 @@ function Ec(i, l, s, D, r, d) {
|
|
|
4072
4072
|
t("th", null, "DO/GO")
|
|
4073
4073
|
])
|
|
4074
4074
|
], -1)),
|
|
4075
|
-
t("tbody",
|
|
4076
|
-
(n(!0), a(
|
|
4077
|
-
var w,
|
|
4075
|
+
t("tbody", Cc, [
|
|
4076
|
+
(n(!0), a(C, null, et(r.summaryTable, (u, A) => {
|
|
4077
|
+
var w, f, U, m, j, S, O, Q, v, R, P, G, W, L, Z, H, _, J, X, K, tt, V;
|
|
4078
4078
|
return n(), a("tr", { key: A }, [
|
|
4079
4079
|
t("td", {
|
|
4080
4080
|
class: z(d.computedSegClass(u, A))
|
|
@@ -4102,7 +4102,7 @@ function Ec(i, l, s, D, r, d) {
|
|
|
4102
4102
|
}, e((w = u.noon) == null ? void 0 : w.port), 3)),
|
|
4103
4103
|
t("td", {
|
|
4104
4104
|
class: z(d.computedClass(u, A, !0, !0))
|
|
4105
|
-
}, e(u.abbreviation === "A" || u.abbreviation === "B" ? "" : (
|
|
4105
|
+
}, e(u.abbreviation === "A" || u.abbreviation === "B" ? "" : (f = u.cp) == null ? void 0 : f.speed), 3),
|
|
4106
4106
|
t("td", {
|
|
4107
4107
|
class: z(d.computedClass(u, A, !0))
|
|
4108
4108
|
}, e(u.avgSpdCalc), 3),
|
|
@@ -4111,7 +4111,7 @@ function Ec(i, l, s, D, r, d) {
|
|
|
4111
4111
|
}, e(u.distanceCalc), 3),
|
|
4112
4112
|
t("td", {
|
|
4113
4113
|
class: z(d.computedClass(u, A))
|
|
4114
|
-
}, e(((m = (
|
|
4114
|
+
}, e(((m = (U = u.meteo) == null ? void 0 : U.wind) == null ? void 0 : m.scale) ?? "--"), 3),
|
|
4115
4115
|
t("td", {
|
|
4116
4116
|
class: z(d.computedClass(u, A))
|
|
4117
4117
|
}, e(((O = (S = (j = u.meteo) == null ? void 0 : j.wave) == null ? void 0 : S.swell) == null ? void 0 : O.direction) ?? "--"), 3),
|
|
@@ -4159,7 +4159,7 @@ function Ec(i, l, s, D, r, d) {
|
|
|
4159
4159
|
])
|
|
4160
4160
|
]),
|
|
4161
4161
|
l[4] || (l[4] = it('<div style="page-break-inside:avoid;" class="table-legend dashed" data-v-ec7ec0f5><div class="item" data-v-ec7ec0f5><div class="legend" data-v-ec7ec0f5><div class="legend-bg gwd" data-v-ec7ec0f5></div></div> Good Weather Days </div><div class="item" data-v-ec7ec0f5><div class="legend" data-v-ec7ec0f5><div class="legend-bg adverse" data-v-ec7ec0f5></div></div> Adverse Weather Days </div><div class="item" data-v-ec7ec0f5><div class="legend" data-v-ec7ec0f5><div class="legend-bg excluded" data-v-ec7ec0f5></div></div> Excluded Periods </div></div>', 1)),
|
|
4162
|
-
t("div",
|
|
4162
|
+
t("div", Uc, [
|
|
4163
4163
|
l[1] || (l[1] = t("div", { class: "title" }, [
|
|
4164
4164
|
t("i", { class: "iconfont" }, ""),
|
|
4165
4165
|
t("div", { class: "content" }, "Voyage Map")
|
|
@@ -4282,12 +4282,12 @@ const kc = {
|
|
|
4282
4282
|
},
|
|
4283
4283
|
computeLng() {
|
|
4284
4284
|
return function(i) {
|
|
4285
|
-
return
|
|
4285
|
+
return Ct.lng2pretty(i);
|
|
4286
4286
|
};
|
|
4287
4287
|
},
|
|
4288
4288
|
computeLat() {
|
|
4289
4289
|
return function(i) {
|
|
4290
|
-
return
|
|
4290
|
+
return Ct.lat2pretty(i);
|
|
4291
4291
|
};
|
|
4292
4292
|
},
|
|
4293
4293
|
computeAbtSpeed() {
|
|
@@ -4413,10 +4413,10 @@ const kc = {
|
|
|
4413
4413
|
}, zy = { key: 0 }, py = { key: 1 }, jy = { key: 2 }, by = {
|
|
4414
4414
|
key: 1,
|
|
4415
4415
|
class: "label flex-end"
|
|
4416
|
-
},
|
|
4416
|
+
}, fy = {
|
|
4417
4417
|
key: 2,
|
|
4418
4418
|
class: "value flex-end"
|
|
4419
|
-
},
|
|
4419
|
+
}, Cy = { key: 0 }, Uy = { class: "gain" }, my = { key: 1 }, Ey = { class: "lost" }, Oy = { key: 2 }, Yy = { class: "item-conclusion" }, wy = { class: "value flex-start" }, Sy = {
|
|
4420
4420
|
key: 0,
|
|
4421
4421
|
class: "label flex-end"
|
|
4422
4422
|
}, Qy = { key: 0 }, ky = { key: 1 }, hy = { key: 2 }, Ry = {
|
|
@@ -4437,7 +4437,7 @@ const kc = {
|
|
|
4437
4437
|
}, $y = { key: 0 }, t0 = { class: "gain" }, l0 = { key: 1 }, e0 = { class: "lost" }, s0 = { key: 2 }, i0 = {
|
|
4438
4438
|
key: 0,
|
|
4439
4439
|
class: "exclusion-block"
|
|
4440
|
-
}, o0 = { style: { margin: "8px 0" } }, n0 = { class: "remark-table" }, a0 = ["innerHTML"], d0 = { class: "section segment-section" }, r0 = { class: "segment-index flex-center" }, M0 = { class: "segment-position" }, D0 = { key: 0 }, N0 = { key: 1 }, I0 = { class: "segment-position" }, g0 = { key: 0 }, u0 = { key: 1 }, c0 = { style: { margin: "10px 0 0" } }, y0 = { class: "good-wx" }, A0 = { class: "good-wx" }, v0 = { class: "good-wx" }, T0 = { class: "good-wx" }, x0 = { class: "good-wx" }, z0 = { class: "good-wx" }, p0 = { class: "good-wx" }, j0 = { class: "good-wx" }, b0 = { class: "good-wx" },
|
|
4440
|
+
}, o0 = { style: { margin: "8px 0" } }, n0 = { class: "remark-table" }, a0 = ["innerHTML"], d0 = { class: "section segment-section" }, r0 = { class: "segment-index flex-center" }, M0 = { class: "segment-position" }, D0 = { key: 0 }, N0 = { key: 1 }, I0 = { class: "segment-position" }, g0 = { key: 0 }, u0 = { key: 1 }, c0 = { style: { margin: "10px 0 0" } }, y0 = { class: "good-wx" }, A0 = { class: "good-wx" }, v0 = { class: "good-wx" }, T0 = { class: "good-wx" }, x0 = { class: "good-wx" }, z0 = { class: "good-wx" }, p0 = { class: "good-wx" }, j0 = { class: "good-wx" }, b0 = { class: "good-wx" }, f0 = { class: "good-wx" }, C0 = { class: "good-wx" }, U0 = { class: "good-wx" }, m0 = { class: "good-wx" }, E0 = { class: "good-wx" }, O0 = {
|
|
4441
4441
|
key: 0,
|
|
4442
4442
|
style: { "margin-top": "10px" }
|
|
4443
4443
|
}, Y0 = { key: 0 }, w0 = {
|
|
@@ -4483,10 +4483,10 @@ const kc = {
|
|
|
4483
4483
|
key: 0,
|
|
4484
4484
|
class: "formula-block",
|
|
4485
4485
|
style: { "font-weight": "400" }
|
|
4486
|
-
}, jA = { class: "flex-evenly" }, bA = { class: "formula-right flex-evenly" },
|
|
4486
|
+
}, jA = { class: "flex-evenly" }, bA = { class: "formula-right flex-evenly" }, fA = {
|
|
4487
4487
|
class: "fraction",
|
|
4488
4488
|
style: { width: "240px" }
|
|
4489
|
-
},
|
|
4489
|
+
}, CA = { class: "flex-center" }, UA = { class: "formula-left flex-space" }, mA = { class: "formula-right flex-evenly" }, EA = {
|
|
4490
4490
|
class: "fraction",
|
|
4491
4491
|
style: { width: "240px" }
|
|
4492
4492
|
}, OA = { class: "flex-center" }, YA = { class: "formula-left flex-space" }, wA = { class: "formula-right flex-evenly" }, SA = {
|
|
@@ -4558,13 +4558,13 @@ const kc = {
|
|
|
4558
4558
|
}, p2 = { class: "flex-evenly" }, j2 = { class: "formula-right flex-evenly" }, b2 = {
|
|
4559
4559
|
class: "fraction",
|
|
4560
4560
|
style: { width: "240px" }
|
|
4561
|
-
},
|
|
4561
|
+
}, f2 = {
|
|
4562
4562
|
class: "fraction",
|
|
4563
4563
|
style: { width: "240px" }
|
|
4564
|
-
},
|
|
4564
|
+
}, C2 = {
|
|
4565
4565
|
class: "formula-conclusion",
|
|
4566
4566
|
style: { "margin-bottom": "0" }
|
|
4567
|
-
},
|
|
4567
|
+
}, U2 = {
|
|
4568
4568
|
class: "flex-evenly",
|
|
4569
4569
|
style: { width: "500px" }
|
|
4570
4570
|
}, m2 = {
|
|
@@ -4623,7 +4623,7 @@ const kc = {
|
|
|
4623
4623
|
class: "formula-conclusion"
|
|
4624
4624
|
};
|
|
4625
4625
|
function lv(i, l, s, D, r, d) {
|
|
4626
|
-
var p, b, u, A, w,
|
|
4626
|
+
var p, b, u, A, w, f, U, m, j, S, O, Q, v, R, P, G, W, L, Z, H, _, J, X, K, tt, V, Dt, Nt, It, gt, ut;
|
|
4627
4627
|
const c = F("Lat"), M = F("Lng"), I = F("Editor");
|
|
4628
4628
|
return n(), a("div", hc, [
|
|
4629
4629
|
t("div", Rc, [
|
|
@@ -4647,7 +4647,7 @@ function lv(i, l, s, D, r, d) {
|
|
|
4647
4647
|
class: "flex-end",
|
|
4648
4648
|
style: { width: "140px" }
|
|
4649
4649
|
}, "Voyage No", -1)),
|
|
4650
|
-
t("span", Zc, e(((
|
|
4650
|
+
t("span", Zc, e(((f = (w = s.report) == null ? void 0 : w.voyage) == null ? void 0 : f.voyNum) || ((m = (U = s.report) == null ? void 0 : U.voyage) == null ? void 0 : m.number)), 1)
|
|
4651
4651
|
])
|
|
4652
4652
|
]),
|
|
4653
4653
|
t("div", Bc, [
|
|
@@ -4714,15 +4714,15 @@ function lv(i, l, s, D, r, d) {
|
|
|
4714
4714
|
t("i", { class: "iconfont" }, ""),
|
|
4715
4715
|
t("div", { class: "title" }, "Analysis Summary")
|
|
4716
4716
|
], -1)),
|
|
4717
|
-
(n(!0), a(
|
|
4718
|
-
var at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, jt, bt, vt, Et, Ot, Yt, wt, St, Qt, kt, ht, Rt, Ft, Vt, Pt,
|
|
4717
|
+
(n(!0), a(C, null, et((It = s.report) == null ? void 0 : It.segments, (o, q) => {
|
|
4718
|
+
var at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, jt, bt, vt, Et, Ot, Yt, wt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Lt, Gt, k, mt, Zt, Jt, Xt, h, Kt, qt, N, Mt, Ut;
|
|
4719
4719
|
return n(), a("div", {
|
|
4720
4720
|
key: "summary" + q,
|
|
4721
4721
|
class: "segment-box flex-space"
|
|
4722
4722
|
}, [
|
|
4723
4723
|
t("div", ay, [
|
|
4724
4724
|
t("div", dy, "Seg." + e(q + 1), 1),
|
|
4725
|
-
(n(!0), a(
|
|
4725
|
+
(n(!0), a(C, null, et((at = o == null ? void 0 : o.extend) == null ? void 0 : at.segTimes, (B, Ht) => {
|
|
4726
4726
|
var At, _t, $t, tl, nl, al, dl, rl, Ml, Dl;
|
|
4727
4727
|
return n(), a("div", {
|
|
4728
4728
|
key: Ht,
|
|
@@ -4800,10 +4800,10 @@ function lv(i, l, s, D, r, d) {
|
|
|
4800
4800
|
o.goodWx.distance ? (n(), a("div", xy, [
|
|
4801
4801
|
((jt = o == null ? void 0 : o.timeConclusion) == null ? void 0 : jt.conclusionStatus) === "Gain" ? (n(), a("div", zy, "Time Gained")) : ((bt = o == null ? void 0 : o.timeConclusion) == null ? void 0 : bt.conclusionStatus) === "Lost" ? (n(), a("div", py, "Time Lost")) : (n(), a("div", jy, "No Time Lost/Gained"))
|
|
4802
4802
|
])) : (n(), a("div", by, e(r.noGoodWxDay), 1)),
|
|
4803
|
-
o.goodWx.distance ? (n(), a("div",
|
|
4804
|
-
((vt = o == null ? void 0 : o.timeConclusion) == null ? void 0 : vt.conclusionStatus) === "Gain" ? (n(), a("div",
|
|
4803
|
+
o.goodWx.distance ? (n(), a("div", fy, [
|
|
4804
|
+
((vt = o == null ? void 0 : o.timeConclusion) == null ? void 0 : vt.conclusionStatus) === "Gain" ? (n(), a("div", Cy, [
|
|
4805
4805
|
l[22] || (l[22] = t("i", { class: "iconfont gain" }, "", -1)),
|
|
4806
|
-
t("span",
|
|
4806
|
+
t("span", Uy, e((Et = o == null ? void 0 : o.timeConclusion) == null ? void 0 : Et.timeGain), 1),
|
|
4807
4807
|
l[23] || (l[23] = t("span", { class: "unit" }, "hrs", -1))
|
|
4808
4808
|
])) : ((Ot = o == null ? void 0 : o.timeConclusion) == null ? void 0 : Ot.conclusionStatus) === "Lost" ? (n(), a("div", my, [
|
|
4809
4809
|
l[24] || (l[24] = t("i", { class: "iconfont lost" }, "", -1)),
|
|
@@ -4826,7 +4826,7 @@ function lv(i, l, s, D, r, d) {
|
|
|
4826
4826
|
l[28] || (l[28] = t("i", { class: "iconfont gain" }, "", -1)),
|
|
4827
4827
|
t("span", Py, e((Vt = (Ft = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : Ft.fo) == null ? void 0 : Vt.saving), 1),
|
|
4828
4828
|
l[29] || (l[29] = t("span", { class: "unit" }, "mt", -1))
|
|
4829
|
-
])) : ((
|
|
4829
|
+
])) : ((ft = (Pt = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : Pt.fo) == null ? void 0 : ft.conclusionStatus) === "Over" ? (n(), a("div", Gy, [
|
|
4830
4830
|
l[30] || (l[30] = t("i", { class: "iconfont lost" }, "", -1)),
|
|
4831
4831
|
t("span", Wy, e((Lt = (Wt = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : Wt.fo) == null ? void 0 : Lt.overCons), 1),
|
|
4832
4832
|
l[31] || (l[31] = t("span", { class: "unit" }, "mt", -1))
|
|
@@ -4849,7 +4849,7 @@ function lv(i, l, s, D, r, d) {
|
|
|
4849
4849
|
l[35] || (l[35] = t("span", { class: "unit" }, "mt", -1))
|
|
4850
4850
|
])) : ((N = (qt = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : qt.dgo) == null ? void 0 : N.conclusionStatus) === "Over" ? (n(), a("div", l0, [
|
|
4851
4851
|
l[36] || (l[36] = t("i", { class: "iconfont lost" }, "", -1)),
|
|
4852
|
-
t("span", e0, e((
|
|
4852
|
+
t("span", e0, e((Ut = (Mt = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : Mt.dgo) == null ? void 0 : Ut.overCons), 1),
|
|
4853
4853
|
l[37] || (l[37] = t("span", { class: "unit" }, "mt", -1))
|
|
4854
4854
|
])) : (n(), a("div", s0, "N/A"))
|
|
4855
4855
|
])) : y("", !0)
|
|
@@ -4885,7 +4885,7 @@ function lv(i, l, s, D, r, d) {
|
|
|
4885
4885
|
])
|
|
4886
4886
|
], -1)),
|
|
4887
4887
|
t("tbody", null, [
|
|
4888
|
-
(n(!0), a(
|
|
4888
|
+
(n(!0), a(C, null, et(r.exclusion, (o, q) => (n(), a("tr", { key: q }, [
|
|
4889
4889
|
t("td", null, e(q + 1), 1),
|
|
4890
4890
|
t("td", null, e(o.time), 1),
|
|
4891
4891
|
t("td", null, e(o.duration), 1),
|
|
@@ -4920,14 +4920,14 @@ function lv(i, l, s, D, r, d) {
|
|
|
4920
4920
|
t("i", { class: "iconfont" }, ""),
|
|
4921
4921
|
t("div", { class: "title" }, "Speed and Consumption Calculation")
|
|
4922
4922
|
], -1)),
|
|
4923
|
-
(n(!0), a(
|
|
4924
|
-
var at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, jt, bt, vt, Et, Ot, Yt, wt, St, Qt, kt, ht, Rt, Ft, Vt, Pt,
|
|
4923
|
+
(n(!0), a(C, null, et(s.report.segments, (o, q) => {
|
|
4924
|
+
var at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, jt, bt, vt, Et, Ot, Yt, wt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Lt, Gt, k, mt, Zt, Jt, Xt, h, Kt, qt, N, Mt, Ut, B, Ht, At, _t, $t, tl, nl, al, dl, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, jl, bl, fl, Cl, Ul, ml, El, Ol, Yl, wl, kl, Y, hl, Rl, Fl, Vl, Pl, Gl, Wl, Ll, gl, Ge, We, Le, Ze, Be, He, _e, Je, Xe, Ke, qe, $e, ts, ls, es, ss, x, Bt, Nl, Il, Sl, Zl, Bl, Hl, _l, Jl, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, je, be, fe, Ce, Ue, me, Ee, Oe, Ye, we, Se, Qe, ke, he, Re, Fe, Ve, is, os, ns, ol, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, js, bs, fs, Cs, Us, ms, Es, Os, Ys, ws, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Ls, Zs, Bs, Hs, T, _s, Js, Xs, Ks, qs, $s, ti, li, Ms, ii, oi, ni, ai, di, ri, Mi, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi, st, as, zi, pi, ji, bi, fi, Ci, Ui, mi, ul, Ei, Oi, Yi, wi, nt, us, Si, Qi, ki, hi, Ri, Fi, Vi, Pi, Ql, _i, Ji, Xi, Ki, qi, $i, to, lo, eo, so, io, oo, no, ao, ro, Mo, Do, No, Io, go, uo, co, yo, Ao, vo, To, xo, zo, po, jo, bo, fo, Co, Uo, mo, Eo, Oo, Yo, wo, So, Qo, ko, ho, Ro, Fo, Vo, Po, Go, Wo, Lo, Zo, Bo, Ho, _o, Jo, Xo, Ko, qo, $o, tn, ln, en, sn, on, nn, an, dn, rn, Mn, Dn, Nn, In, gn, un, cn, yn, An, vn, Tn, xn, zn, pn, jn, bn, fn, Cn, Un, mn, En, On, Yn, wn, Sn, Qn, kn, hn, Rn, Fn, Vn, Pn, Gn, Wn, Ln, Zn, Bn, Hn, _n, Jn, Xn, Kn, qn, $n, ta, la, ea, sa, ia, oa, na, aa;
|
|
4925
4925
|
return n(), a("div", {
|
|
4926
4926
|
key: q,
|
|
4927
4927
|
class: "segment-block"
|
|
4928
4928
|
}, [
|
|
4929
4929
|
t("div", r0, "Voyage Analysis Seg. " + e(q + 1), 1),
|
|
4930
|
-
(n(!0), a(
|
|
4930
|
+
(n(!0), a(C, null, et((at = o == null ? void 0 : o.extend) == null ? void 0 : at.segTimes, (ll, Li) => {
|
|
4931
4931
|
var si, Gi, da, ra, Ma, Da, Na, Ia, ga, ua;
|
|
4932
4932
|
return n(), a("div", {
|
|
4933
4933
|
key: Li,
|
|
@@ -4992,7 +4992,7 @@ function lv(i, l, s, D, r, d) {
|
|
|
4992
4992
|
]),
|
|
4993
4993
|
t("tr", null, [
|
|
4994
4994
|
l[51] || (l[51] = t("td", { class: "label" }, "FO Consumption (mt)", -1)),
|
|
4995
|
-
t("td", p0, e(((
|
|
4995
|
+
t("td", p0, e(((ft = (Pt = o == null ? void 0 : o.goodWx) == null ? void 0 : Pt.outEca) == null ? void 0 : ft.sumFoCons) || "--"), 1),
|
|
4996
4996
|
t("td", j0, e(((Lt = (Wt = o == null ? void 0 : o.goodWx) == null ? void 0 : Wt.inEca) == null ? void 0 : Lt.sumFoCons) || "--"), 1),
|
|
4997
4997
|
t("td", null, e(((k = (Gt = o == null ? void 0 : o.allWx) == null ? void 0 : Gt.outEca) == null ? void 0 : k.sumFoCons) || "--"), 1),
|
|
4998
4998
|
t("td", null, e(((Zt = (mt = o == null ? void 0 : o.allWx) == null ? void 0 : mt.inEca) == null ? void 0 : Zt.sumFoCons) || "--"), 1)
|
|
@@ -5000,14 +5000,14 @@ function lv(i, l, s, D, r, d) {
|
|
|
5000
5000
|
t("tr", null, [
|
|
5001
5001
|
l[52] || (l[52] = t("td", { class: "label" }, "Averaged Daily FO Consumption (mt)", -1)),
|
|
5002
5002
|
t("td", b0, e(((Xt = (Jt = o == null ? void 0 : o.goodWx) == null ? void 0 : Jt.outEca) == null ? void 0 : Xt.avgFoCons) || "--"), 1),
|
|
5003
|
-
t("td",
|
|
5003
|
+
t("td", f0, e(((Kt = (h = o == null ? void 0 : o.goodWx) == null ? void 0 : h.inEca) == null ? void 0 : Kt.avgFoCons) || "--"), 1),
|
|
5004
5004
|
t("td", null, e(((N = (qt = o == null ? void 0 : o.allWx) == null ? void 0 : qt.outEca) == null ? void 0 : N.avgFoCons) || "--"), 1),
|
|
5005
|
-
t("td", null, e(((
|
|
5005
|
+
t("td", null, e(((Ut = (Mt = o == null ? void 0 : o.allWx) == null ? void 0 : Mt.inEca) == null ? void 0 : Ut.avgFoCons) || "--"), 1)
|
|
5006
5006
|
]),
|
|
5007
5007
|
t("tr", null, [
|
|
5008
5008
|
l[53] || (l[53] = t("td", { class: "label" }, "DO/GO Consumption (mt)", -1)),
|
|
5009
|
-
t("td",
|
|
5010
|
-
t("td",
|
|
5009
|
+
t("td", C0, e(((Ht = (B = o == null ? void 0 : o.goodWx) == null ? void 0 : B.outEca) == null ? void 0 : Ht.sumDgoCons) || "--"), 1),
|
|
5010
|
+
t("td", U0, e(((_t = (At = o == null ? void 0 : o.goodWx) == null ? void 0 : At.inEca) == null ? void 0 : _t.sumDgoCons) || "--"), 1),
|
|
5011
5011
|
t("td", null, e(((tl = ($t = o == null ? void 0 : o.allWx) == null ? void 0 : $t.outEca) == null ? void 0 : tl.sumDgoCons) || "--"), 1),
|
|
5012
5012
|
t("td", null, e(((al = (nl = o == null ? void 0 : o.allWx) == null ? void 0 : nl.inEca) == null ? void 0 : al.sumDgoCons) || "--"), 1)
|
|
5013
5013
|
]),
|
|
@@ -5033,8 +5033,8 @@ function lv(i, l, s, D, r, d) {
|
|
|
5033
5033
|
t("td", { class: "label" }, "Time range"),
|
|
5034
5034
|
t("td", { class: "label" }, "Duration (hrs)")
|
|
5035
5035
|
], -1)),
|
|
5036
|
-
(n(!0), a(
|
|
5037
|
-
(n(!0), a(
|
|
5036
|
+
(n(!0), a(C, null, et(r.noons[q], (ll, Li) => (n(), a(C, { key: Li }, [
|
|
5037
|
+
(n(!0), a(C, null, et(ll, (si, Gi) => (n(), a(C, { key: Gi }, [
|
|
5038
5038
|
si.goodWx ? (n(), a("tr", Y0, [
|
|
5039
5039
|
t("td", null, e(si.type) + " " + e(d.computeUTCTime(si.utc, "MMM-DD")), 1),
|
|
5040
5040
|
t("td", null, [
|
|
@@ -5059,33 +5059,33 @@ function lv(i, l, s, D, r, d) {
|
|
|
5059
5059
|
t("label", null, "=")
|
|
5060
5060
|
], -1)),
|
|
5061
5061
|
t("div", k0, [
|
|
5062
|
-
(jl = (pl = s.report) == null ? void 0 : pl.weather) != null && jl.overallAsGoodWx ? (n(), a(
|
|
5063
|
-
(Y = (kl = s.report) == null ? void 0 : kl.weather) != null && Y.disableWxFactor && ((Rl = (hl = s.report) == null ? void 0 : hl.weather) != null && Rl.disableCFactor) ? (n(), a("span", F0, e((Fl = o == null ? void 0 : o.goodWx) == null ? void 0 : Fl.pfmSpd) + " (kts)", 1)) : (Pl = (Vl = s.report) == null ? void 0 : Vl.weather) != null && Pl.disableWxFactor ? (n(), a(
|
|
5062
|
+
(jl = (pl = s.report) == null ? void 0 : pl.weather) != null && jl.overallAsGoodWx ? (n(), a(C, { key: 1 }, [
|
|
5063
|
+
(Y = (kl = s.report) == null ? void 0 : kl.weather) != null && Y.disableWxFactor && ((Rl = (hl = s.report) == null ? void 0 : hl.weather) != null && Rl.disableCFactor) ? (n(), a("span", F0, e((Fl = o == null ? void 0 : o.goodWx) == null ? void 0 : Fl.pfmSpd) + " (kts)", 1)) : (Pl = (Vl = s.report) == null ? void 0 : Vl.weather) != null && Pl.disableWxFactor ? (n(), a(C, { key: 1 }, [
|
|
5064
5064
|
t("span", null, e((Gl = o == null ? void 0 : o.goodWx) == null ? void 0 : Gl.avgSpd), 1),
|
|
5065
5065
|
l[62] || (l[62] = t("span", null, "-", -1)),
|
|
5066
5066
|
t("span", null, e(((Wl = o == null ? void 0 : o.goodWx) == null ? void 0 : Wl.avgCf) > 0 ? (Ll = o == null ? void 0 : o.goodWx) == null ? void 0 : Ll.avgCf : `(${(gl = o == null ? void 0 : o.goodWx) == null ? void 0 : gl.avgCf})`), 1),
|
|
5067
5067
|
l[63] || (l[63] = t("label", null, "=", -1)),
|
|
5068
5068
|
t("span", V0, e((Ge = o == null ? void 0 : o.goodWx) == null ? void 0 : Ge.pfmSpd) + " (kts)", 1)
|
|
5069
|
-
], 64)) : (Le = (We = s.report) == null ? void 0 : We.weather) != null && Le.disableCFactor ? (n(), a(
|
|
5069
|
+
], 64)) : (Le = (We = s.report) == null ? void 0 : We.weather) != null && Le.disableCFactor ? (n(), a(C, { key: 2 }, [
|
|
5070
5070
|
t("span", null, e((Ze = o == null ? void 0 : o.goodWx) == null ? void 0 : Ze.avgSpd), 1),
|
|
5071
5071
|
l[64] || (l[64] = t("span", null, "-", -1)),
|
|
5072
5072
|
t("span", null, e(((Be = o == null ? void 0 : o.goodWx) == null ? void 0 : Be.avgWf) > 0 ? (He = o == null ? void 0 : o.goodWx) == null ? void 0 : He.avgWf : `(${(_e = o == null ? void 0 : o.goodWx) == null ? void 0 : _e.avgWf})`), 1),
|
|
5073
5073
|
l[65] || (l[65] = t("label", null, "=", -1)),
|
|
5074
5074
|
t("span", P0, e((Je = o == null ? void 0 : o.goodWx) == null ? void 0 : Je.pfmSpd) + " (kts)", 1)
|
|
5075
|
-
], 64)) : (n(), a(
|
|
5075
|
+
], 64)) : (n(), a(C, { key: 3 }, [
|
|
5076
5076
|
t("span", null, e((Xe = o == null ? void 0 : o.goodWx) == null ? void 0 : Xe.avgSpd), 1),
|
|
5077
5077
|
l[67] || (l[67] = t("span", null, "-", -1)),
|
|
5078
5078
|
t("span", null, e(((Ke = o == null ? void 0 : o.goodWx) == null ? void 0 : Ke.avgWf) > 0 ? (qe = o == null ? void 0 : o.goodWx) == null ? void 0 : qe.avgWf : `(${($e = o == null ? void 0 : o.goodWx) == null ? void 0 : $e.avgWf})`), 1),
|
|
5079
|
-
(ls = (ts = s.report) == null ? void 0 : ts.weather) != null && ls.favorableCur && ((es = o == null ? void 0 : o.goodWx) == null ? void 0 : es.avgCf) > 0 ? y("", !0) : (n(), a(
|
|
5079
|
+
(ls = (ts = s.report) == null ? void 0 : ts.weather) != null && ls.favorableCur && ((es = o == null ? void 0 : o.goodWx) == null ? void 0 : es.avgCf) > 0 ? y("", !0) : (n(), a(C, { key: 0 }, [
|
|
5080
5080
|
l[66] || (l[66] = t("span", null, "-", -1)),
|
|
5081
5081
|
t("span", null, e(((ss = o == null ? void 0 : o.goodWx) == null ? void 0 : ss.avgCf) > 0 ? (x = o == null ? void 0 : o.goodWx) == null ? void 0 : x.avgCf : `(${(Bt = o == null ? void 0 : o.goodWx) == null ? void 0 : Bt.avgCf})`), 1)
|
|
5082
5082
|
], 64)),
|
|
5083
5083
|
l[68] || (l[68] = t("label", null, "=", -1)),
|
|
5084
5084
|
t("span", G0, e((Nl = o == null ? void 0 : o.goodWx) == null ? void 0 : Nl.pfmSpd) + " (kts)", 1)
|
|
5085
5085
|
], 64))
|
|
5086
|
-
], 64)) : (n(), a(
|
|
5087
|
-
(
|
|
5088
|
-
t("span", null, e((
|
|
5086
|
+
], 64)) : (n(), a(C, { key: 0 }, [
|
|
5087
|
+
(fl = (bl = s.report) == null ? void 0 : bl.weather) != null && fl.favorableCur && ((Cl = o == null ? void 0 : o.goodWx) == null ? void 0 : Cl.avgCf) > 0 ? (n(), a("span", R0, e((wl = o == null ? void 0 : o.goodWx) == null ? void 0 : wl.pfmSpd) + " (kts)", 1)) : (n(), a(C, { key: 0 }, [
|
|
5088
|
+
t("span", null, e((Ul = o == null ? void 0 : o.goodWx) == null ? void 0 : Ul.avgSpd), 1),
|
|
5089
5089
|
l[60] || (l[60] = t("span", null, "-", -1)),
|
|
5090
5090
|
t("span", null, e(((ml = o == null ? void 0 : o.goodWx) == null ? void 0 : ml.avgCf) > 0 ? (El = o == null ? void 0 : o.goodWx) == null ? void 0 : El.avgCf : `(${(Ol = o == null ? void 0 : o.goodWx) == null ? void 0 : Ol.avgCf})`), 1),
|
|
5091
5091
|
l[61] || (l[61] = t("label", null, "=", -1)),
|
|
@@ -5102,29 +5102,29 @@ function lv(i, l, s, D, r, d) {
|
|
|
5102
5102
|
t("label", null, "=")
|
|
5103
5103
|
], -1)),
|
|
5104
5104
|
t("div", B0, [
|
|
5105
|
-
(Bl = (Zl = s.report) == null ? void 0 : Zl.weather) != null && Bl.overallAsGoodWx ? (n(), a(
|
|
5106
|
-
(Kl = (Xl = s.report) == null ? void 0 : Xl.weather) != null && Kl.disableWxFactor && (($l = (ql = s.report) == null ? void 0 : ql.weather) != null && $l.disableCFactor) ? (n(), a("label", H0, "GW Average Speed")) : (le = (te = s.report) == null ? void 0 : te.weather) != null && le.disableWxFactor ? (n(), a(
|
|
5105
|
+
(Bl = (Zl = s.report) == null ? void 0 : Zl.weather) != null && Bl.overallAsGoodWx ? (n(), a(C, { key: 1 }, [
|
|
5106
|
+
(Kl = (Xl = s.report) == null ? void 0 : Xl.weather) != null && Kl.disableWxFactor && (($l = (ql = s.report) == null ? void 0 : ql.weather) != null && $l.disableCFactor) ? (n(), a("label", H0, "GW Average Speed")) : (le = (te = s.report) == null ? void 0 : te.weather) != null && le.disableWxFactor ? (n(), a(C, { key: 1 }, [
|
|
5107
5107
|
l[75] || (l[75] = t("label", null, "GW Average Speed", -1)),
|
|
5108
5108
|
l[76] || (l[76] = t("label", null, "-", -1)),
|
|
5109
5109
|
l[77] || (l[77] = t("label", null, "GW Current Factor", -1))
|
|
5110
|
-
], 64)) : (se = (ee = s.report) == null ? void 0 : ee.weather) != null && se.disableCFactor ? (n(), a(
|
|
5110
|
+
], 64)) : (se = (ee = s.report) == null ? void 0 : ee.weather) != null && se.disableCFactor ? (n(), a(C, { key: 2 }, [
|
|
5111
5111
|
l[78] || (l[78] = t("label", null, "GW Average Speed", -1)),
|
|
5112
5112
|
l[79] || (l[79] = t("label", null, "-", -1)),
|
|
5113
5113
|
l[80] || (l[80] = t("label", null, "GW Weather Factor", -1))
|
|
5114
|
-
], 64)) : (n(), a(
|
|
5114
|
+
], 64)) : (n(), a(C, { key: 3 }, [
|
|
5115
5115
|
l[83] || (l[83] = t("label", null, "GW Average Speed", -1)),
|
|
5116
5116
|
l[84] || (l[84] = t("label", null, "-", -1)),
|
|
5117
5117
|
l[85] || (l[85] = t("label", null, "GW Weather Factor", -1)),
|
|
5118
|
-
(oe = (ie = s.report) == null ? void 0 : ie.weather) != null && oe.favorableCur && ((ne = o == null ? void 0 : o.goodWx) == null ? void 0 : ne.avgCf) > 0 ? y("", !0) : (n(), a(
|
|
5118
|
+
(oe = (ie = s.report) == null ? void 0 : ie.weather) != null && oe.favorableCur && ((ne = o == null ? void 0 : o.goodWx) == null ? void 0 : ne.avgCf) > 0 ? y("", !0) : (n(), a(C, { key: 0 }, [
|
|
5119
5119
|
l[81] || (l[81] = t("label", null, "-", -1)),
|
|
5120
5120
|
l[82] || (l[82] = t("label", null, "GW Current Factor", -1))
|
|
5121
5121
|
], 64))
|
|
5122
5122
|
], 64))
|
|
5123
|
-
], 64)) : (n(), a(
|
|
5124
|
-
(_l = (Hl = s.report) == null ? void 0 : Hl.weather) != null && _l.favorableCur && ((Jl = o == null ? void 0 : o.goodWx) == null ? void 0 : Jl.avgCf) > 0 ? (n(), a(
|
|
5123
|
+
], 64)) : (n(), a(C, { key: 0 }, [
|
|
5124
|
+
(_l = (Hl = s.report) == null ? void 0 : Hl.weather) != null && _l.favorableCur && ((Jl = o == null ? void 0 : o.goodWx) == null ? void 0 : Jl.avgCf) > 0 ? (n(), a(C, { key: 1 }, [
|
|
5125
5125
|
l[73] || (l[73] = t("label", null, "GW Average Speed", -1)),
|
|
5126
5126
|
l[74] || (l[74] = t("label", { style: { "font-weight": "300" } }, "(Good Weather Current Factor Not Applied)", -1))
|
|
5127
|
-
], 64)) : (n(), a(
|
|
5127
|
+
], 64)) : (n(), a(C, { key: 0 }, [
|
|
5128
5128
|
l[70] || (l[70] = t("label", null, "GW Average Speed", -1)),
|
|
5129
5129
|
l[71] || (l[71] = t("label", null, "-", -1)),
|
|
5130
5130
|
l[72] || (l[72] = t("label", null, "GW Current Factor", -1))
|
|
@@ -5139,13 +5139,13 @@ function lv(i, l, s, D, r, d) {
|
|
|
5139
5139
|
t("label", null, "=")
|
|
5140
5140
|
], -1)),
|
|
5141
5141
|
t("div", X0, [
|
|
5142
|
-
(de = (ae = s.report) == null ? void 0 : ae.weather) != null && de.favorableCur && ((re = o == null ? void 0 : o.allWx) == null ? void 0 : re.avgCf) > 0 ? (n(), a(
|
|
5142
|
+
(de = (ae = s.report) == null ? void 0 : ae.weather) != null && de.favorableCur && ((re = o == null ? void 0 : o.allWx) == null ? void 0 : re.avgCf) > 0 ? (n(), a(C, { key: 1 }, [
|
|
5143
5143
|
t("span", null, e((Ae = o == null ? void 0 : o.allWx) == null ? void 0 : Ae.avgSpd), 1),
|
|
5144
5144
|
l[90] || (l[90] = t("span", null, "-", -1)),
|
|
5145
5145
|
t("span", null, e(((ve = o == null ? void 0 : o.allWx) == null ? void 0 : ve.avgWf) > 0 ? (Te = o == null ? void 0 : o.allWx) == null ? void 0 : Te.avgWf : `(${(xe = o == null ? void 0 : o.allWx) == null ? void 0 : xe.avgWf})`), 1),
|
|
5146
5146
|
l[91] || (l[91] = t("label", null, "=", -1)),
|
|
5147
5147
|
t("span", q0, e((ze = o == null ? void 0 : o.allWx) == null ? void 0 : ze.pfmSpd) + " (kts)", 1)
|
|
5148
|
-
], 64)) : (n(), a(
|
|
5148
|
+
], 64)) : (n(), a(C, { key: 0 }, [
|
|
5149
5149
|
t("span", null, e((Me = o == null ? void 0 : o.allWx) == null ? void 0 : Me.avgSpd), 1),
|
|
5150
5150
|
l[87] || (l[87] = t("span", null, "-", -1)),
|
|
5151
5151
|
t("span", null, e(((De = o == null ? void 0 : o.allWx) == null ? void 0 : De.avgCf) > 0 ? (Ne = o == null ? void 0 : o.allWx) == null ? void 0 : Ne.avgCf : `(${(Ie = o == null ? void 0 : o.allWx) == null ? void 0 : Ie.avgCf})`), 1),
|
|
@@ -5164,12 +5164,12 @@ function lv(i, l, s, D, r, d) {
|
|
|
5164
5164
|
t("label", null, "=")
|
|
5165
5165
|
], -1)),
|
|
5166
5166
|
t("div", eA, [
|
|
5167
|
-
(
|
|
5167
|
+
(fe = (be = s.report) == null ? void 0 : be.weather) != null && fe.favorableCur && ((Ce = o == null ? void 0 : o.allWx) == null ? void 0 : Ce.avgCf) > 0 ? (n(), a(C, { key: 1 }, [
|
|
5168
5168
|
l[98] || (l[98] = t("label", null, "All Weather Average Speed", -1)),
|
|
5169
5169
|
l[99] || (l[99] = t("label", null, "-", -1)),
|
|
5170
5170
|
l[100] || (l[100] = t("label", null, "Weather Factor ", -1)),
|
|
5171
5171
|
l[101] || (l[101] = t("label", { style: { "font-weight": "300" } }, "(Current Factor Not Applied)", -1))
|
|
5172
|
-
], 64)) : (n(), a(
|
|
5172
|
+
], 64)) : (n(), a(C, { key: 0 }, [
|
|
5173
5173
|
l[93] || (l[93] = t("label", null, "All Weather Average Speed", -1)),
|
|
5174
5174
|
l[94] || (l[94] = t("label", null, "-", -1)),
|
|
5175
5175
|
l[95] || (l[95] = t("label", null, "Current Factor", -1)),
|
|
@@ -5188,7 +5188,7 @@ function lv(i, l, s, D, r, d) {
|
|
|
5188
5188
|
l[103] || (l[103] = t("i", { class: "iconfont" }, "", -1)),
|
|
5189
5189
|
t("div", oA, [
|
|
5190
5190
|
t("span", null, "Seg. " + e(q + 1) + " Time Analysis", 1),
|
|
5191
|
-
(me = (
|
|
5191
|
+
(me = (Ue = s.report) == null ? void 0 : Ue.weather) != null && me.noExtrapolation ? (n(), a("span", nA, "( no extrapolation beyond the good weather period )")) : y("", !0)
|
|
5192
5192
|
])
|
|
5193
5193
|
]),
|
|
5194
5194
|
t("div", aA, [
|
|
@@ -5257,19 +5257,19 @@ function lv(i, l, s, D, r, d) {
|
|
|
5257
5257
|
t("label", null, "=")
|
|
5258
5258
|
], -1)),
|
|
5259
5259
|
t("div", bA, [
|
|
5260
|
-
t("div",
|
|
5260
|
+
t("div", fA, [
|
|
5261
5261
|
t("div", null, e((zs = (xs = s.report) == null ? void 0 : xs.weather) != null && zs.noExtrapolation ? (ps = o == null ? void 0 : o.goodWx) == null ? void 0 : ps.distance : (js = o == null ? void 0 : o.allWx) == null ? void 0 : js.distance), 1),
|
|
5262
5262
|
l[118] || (l[118] = t("div", { class: "line" }, null, -1)),
|
|
5263
5263
|
t("div", null, e((bs = o == null ? void 0 : o.goodWx) == null ? void 0 : bs.pfmSpd), 1)
|
|
5264
5264
|
]),
|
|
5265
5265
|
l[119] || (l[119] = t("div", null, "=", -1)),
|
|
5266
|
-
t("div", null, e((
|
|
5266
|
+
t("div", null, e((fs = o == null ? void 0 : o.timeConclusion) == null ? void 0 : fs.timeAtPfmSpd) + " (hrs)", 1),
|
|
5267
5267
|
l[120] || (l[120] = t("div", null, "(a')", -1))
|
|
5268
5268
|
])
|
|
5269
5269
|
]),
|
|
5270
|
-
t("div",
|
|
5271
|
-
t("div",
|
|
5272
|
-
t("label", null, "Total Time at (CP Speed - " + e(d.computeAbtSpeed(o == null ? void 0 : o.timeConclusion, (
|
|
5270
|
+
t("div", CA, [
|
|
5271
|
+
t("div", UA, [
|
|
5272
|
+
t("label", null, "Total Time at (CP Speed - " + e(d.computeAbtSpeed(o == null ? void 0 : o.timeConclusion, (Us = (Cs = o == null ? void 0 : o.extend) == null ? void 0 : Cs.cp) == null ? void 0 : Us.speed, "Under")) + "kts)", 1),
|
|
5273
5273
|
l[122] || (l[122] = t("label", null, "=", -1))
|
|
5274
5274
|
]),
|
|
5275
5275
|
t("div", mA, [
|
|
@@ -5422,7 +5422,7 @@ function lv(i, l, s, D, r, d) {
|
|
|
5422
5422
|
])
|
|
5423
5423
|
]),
|
|
5424
5424
|
l[167] || (l[167] = it('<div class="flex-start" data-v-ae0b8926><div class="flex-space" style="width:300px;font-weight:400;" data-v-ae0b8926><label data-v-ae0b8926>Fuel Over-consumption</label><div data-v-ae0b8926>=</div><div data-v-ae0b8926>(d)</div><div data-v-ae0b8926>-</div><div data-v-ae0b8926>(e)</div></div><div class="flex-space" style="width:300px;margin-left:200px;font-weight:400;" data-v-ae0b8926><label data-v-ae0b8926>Fuel Saving</label><div data-v-ae0b8926>=</div><div data-v-ae0b8926>(f)</div><div data-v-ae0b8926>-</div><div data-v-ae0b8926>(d)</div></div></div>', 1)),
|
|
5425
|
-
((ui = (gi = o.extend) == null ? void 0 : gi.cp) == null ? void 0 : ui.dgo) > 0 ? (n(), a(
|
|
5425
|
+
((ui = (gi = o.extend) == null ? void 0 : gi.cp) == null ? void 0 : ui.dgo) > 0 ? (n(), a(C, { key: 0 }, [
|
|
5426
5426
|
t("div", l2, [
|
|
5427
5427
|
l[163] || (l[163] = t("div", { class: "formula-left flex-space" }, [
|
|
5428
5428
|
t("label", null, "Fuel Over-consumption in ECA"),
|
|
@@ -5486,9 +5486,9 @@ function lv(i, l, s, D, r, d) {
|
|
|
5486
5486
|
l[170] || (l[170] = t("div", null, "24", -1))
|
|
5487
5487
|
]),
|
|
5488
5488
|
l[172] || (l[172] = t("div", null, "*", -1)),
|
|
5489
|
-
t("div", null, e((
|
|
5489
|
+
t("div", null, e((fi = (bi = o == null ? void 0 : o.goodWx) == null ? void 0 : bi.inEca) == null ? void 0 : fi.time), 1),
|
|
5490
5490
|
l[173] || (l[173] = t("div", null, "=", -1)),
|
|
5491
|
-
t("div", null, e((
|
|
5491
|
+
t("div", null, e((Ui = (Ci = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : Ci.fo) == null ? void 0 : Ui.dgoAsFoCons) + " (mt)", 1)
|
|
5492
5492
|
])
|
|
5493
5493
|
])) : y("", !0),
|
|
5494
5494
|
t("div", g2, [
|
|
@@ -5553,7 +5553,7 @@ function lv(i, l, s, D, r, d) {
|
|
|
5553
5553
|
t("div", null, e((so = o == null ? void 0 : o.timeConclusion) == null ? void 0 : so.plusAbtSpd), 1)
|
|
5554
5554
|
]),
|
|
5555
5555
|
l[192] || (l[192] = t("div", null, "x", -1)),
|
|
5556
|
-
t("div",
|
|
5556
|
+
t("div", f2, [
|
|
5557
5557
|
t("div", null, e((oo = (io = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : io.fo) == null ? void 0 : oo.underTolerance), 1),
|
|
5558
5558
|
l[190] || (l[190] = t("div", { class: "line" }, null, -1)),
|
|
5559
5559
|
l[191] || (l[191] = t("div", null, "24", -1))
|
|
@@ -5563,9 +5563,9 @@ function lv(i, l, s, D, r, d) {
|
|
|
5563
5563
|
l[194] || (l[194] = t("div", null, "(f')", -1))
|
|
5564
5564
|
])
|
|
5565
5565
|
]),
|
|
5566
|
-
t("div",
|
|
5567
|
-
((Mo = (ro = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : ro.fo) == null ? void 0 : Mo.conclusionStatus) === "Over" ? (n(), a(
|
|
5568
|
-
t("div",
|
|
5566
|
+
t("div", C2, [
|
|
5567
|
+
((Mo = (ro = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : ro.fo) == null ? void 0 : Mo.conclusionStatus) === "Over" ? (n(), a(C, { key: 0 }, [
|
|
5568
|
+
t("div", U2, [
|
|
5569
5569
|
l[196] || (l[196] = t("div", null, "Fuel Oil Over-consumption", -1)),
|
|
5570
5570
|
l[197] || (l[197] = t("div", null, "=", -1)),
|
|
5571
5571
|
l[198] || (l[198] = t("div", null, "(d') - (e')", -1)),
|
|
@@ -5582,12 +5582,12 @@ function lv(i, l, s, D, r, d) {
|
|
|
5582
5582
|
t("div", E2, [
|
|
5583
5583
|
t("div", null, e((To = (vo = o == null ? void 0 : o.goodWx) == null ? void 0 : vo.inEca) == null ? void 0 : To.distance) + " * " + e((zo = (xo = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : xo.fo) == null ? void 0 : zo.overCons), 1),
|
|
5584
5584
|
l[202] || (l[202] = t("div", { class: "line" }, null, -1)),
|
|
5585
|
-
t("div", null, e((jo = (po = s.report) == null ? void 0 : po.weather) != null && jo.noExtrapolation ? (bo = o == null ? void 0 : o.goodWx) == null ? void 0 : bo.distance : (
|
|
5585
|
+
t("div", null, e((jo = (po = s.report) == null ? void 0 : po.weather) != null && jo.noExtrapolation ? (bo = o == null ? void 0 : o.goodWx) == null ? void 0 : bo.distance : (fo = o == null ? void 0 : o.allWx) == null ? void 0 : fo.distance), 1)
|
|
5586
5586
|
]),
|
|
5587
5587
|
l[205] || (l[205] = t("div", null, "=", -1)),
|
|
5588
|
-
t("div", null, e((
|
|
5588
|
+
t("div", null, e((Uo = (Co = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : Co.fo) == null ? void 0 : Uo.foOverConsInEca) + " (mt)", 1)
|
|
5589
5589
|
])) : y("", !0)
|
|
5590
|
-
], 64)) : ((Eo = (mo = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : mo.fo) == null ? void 0 : Eo.conclusionStatus) === "Saving" ? (n(), a(
|
|
5590
|
+
], 64)) : ((Eo = (mo = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : mo.fo) == null ? void 0 : Eo.conclusionStatus) === "Saving" ? (n(), a(C, { key: 1 }, [
|
|
5591
5591
|
t("div", O2, [
|
|
5592
5592
|
l[206] || (l[206] = t("div", null, "Fuel Oil Saving", -1)),
|
|
5593
5593
|
l[207] || (l[207] = t("div", null, "=", -1)),
|
|
@@ -5624,7 +5624,7 @@ function lv(i, l, s, D, r, d) {
|
|
|
5624
5624
|
], 2)
|
|
5625
5625
|
])
|
|
5626
5626
|
])) : (n(), a("div", S2, e(r.noGoodWxDay), 1)),
|
|
5627
|
-
((an = (nn = o == null ? void 0 : o.extend) == null ? void 0 : nn.cp) == null ? void 0 : an.dgo) > 0 ? (n(), a(
|
|
5627
|
+
((an = (nn = o == null ? void 0 : o.extend) == null ? void 0 : nn.cp) == null ? void 0 : an.dgo) > 0 ? (n(), a(C, { key: 2 }, [
|
|
5628
5628
|
t("div", Q2, [
|
|
5629
5629
|
l[217] || (l[217] = t("i", { class: "iconfont" }, "", -1)),
|
|
5630
5630
|
t("div", k2, "Seg. " + e(q + 1) + " Diesel/Gas Oil", 1)
|
|
@@ -5667,11 +5667,11 @@ function lv(i, l, s, D, r, d) {
|
|
|
5667
5667
|
t("div", Z2, [
|
|
5668
5668
|
t("div", null, e((pn = (zn = s.report) == null ? void 0 : zn.weather) != null && pn.noExtrapolation ? (jn = o == null ? void 0 : o.goodWx) == null ? void 0 : jn.distance : (bn = o == null ? void 0 : o.allWx) == null ? void 0 : bn.distance), 1),
|
|
5669
5669
|
l[225] || (l[225] = t("div", { class: "line" }, null, -1)),
|
|
5670
|
-
t("div", null, e((
|
|
5670
|
+
t("div", null, e((fn = o == null ? void 0 : o.timeConclusion) == null ? void 0 : fn.minusAbtSpd), 1)
|
|
5671
5671
|
]),
|
|
5672
5672
|
l[228] || (l[228] = t("div", null, "x", -1)),
|
|
5673
5673
|
t("div", B2, [
|
|
5674
|
-
t("div", null, e((
|
|
5674
|
+
t("div", null, e((Un = (Cn = o == null ? void 0 : o.fuelConclusion) == null ? void 0 : Cn.dgo) == null ? void 0 : Un.overTolerance), 1),
|
|
5675
5675
|
l[226] || (l[226] = t("div", { class: "line" }, null, -1)),
|
|
5676
5676
|
l[227] || (l[227] = t("div", null, "24", -1))
|
|
5677
5677
|
]),
|
|
@@ -5791,17 +5791,17 @@ const sv = {
|
|
|
5791
5791
|
},
|
|
5792
5792
|
computeLng() {
|
|
5793
5793
|
return function(i) {
|
|
5794
|
-
return
|
|
5794
|
+
return Ct.lng2pretty(i);
|
|
5795
5795
|
};
|
|
5796
5796
|
},
|
|
5797
5797
|
computeLat() {
|
|
5798
5798
|
return function(i) {
|
|
5799
|
-
return
|
|
5799
|
+
return Ct.lat2pretty(i);
|
|
5800
5800
|
};
|
|
5801
5801
|
},
|
|
5802
5802
|
computePrecision() {
|
|
5803
5803
|
return function(i, l = 2, s = "0.0") {
|
|
5804
|
-
return i ?
|
|
5804
|
+
return i ? Ct.roundPrecision(i, l) : s;
|
|
5805
5805
|
};
|
|
5806
5806
|
}
|
|
5807
5807
|
},
|
|
@@ -5876,8 +5876,8 @@ const sv = {
|
|
|
5876
5876
|
}, bv = {
|
|
5877
5877
|
key: 3,
|
|
5878
5878
|
class: "label"
|
|
5879
|
-
},
|
|
5880
|
-
function
|
|
5879
|
+
}, fv = { class: "summary-tbody" };
|
|
5880
|
+
function Cv(i, l, s, D, r, d) {
|
|
5881
5881
|
var c;
|
|
5882
5882
|
return n(), a("div", iv, [
|
|
5883
5883
|
t("div", ov, [
|
|
@@ -5929,9 +5929,9 @@ function Uv(i, l, s, D, r, d) {
|
|
|
5929
5929
|
])
|
|
5930
5930
|
], -1)),
|
|
5931
5931
|
t("tbody", null, [
|
|
5932
|
-
(n(!0), a(
|
|
5933
|
-
var p, b, u, A, w,
|
|
5934
|
-
return n(), a(
|
|
5932
|
+
(n(!0), a(C, null, et((c = s.report) == null ? void 0 : c.segments, (M, I) => {
|
|
5933
|
+
var p, b, u, A, w, f, U, m, j, S, O, Q, v, R, P, G, W, L, Z, H;
|
|
5934
|
+
return n(), a(C, { key: I }, [
|
|
5935
5935
|
t("tr", null, [
|
|
5936
5936
|
t("td", av, e(I + 1), 1),
|
|
5937
5937
|
l[0] || (l[0] = t("td", { class: "label" }, "Entire Period", -1)),
|
|
@@ -5943,8 +5943,8 @@ function Uv(i, l, s, D, r, d) {
|
|
|
5943
5943
|
]),
|
|
5944
5944
|
t("tr", null, [
|
|
5945
5945
|
l[1] || (l[1] = t("td", { class: "label" }, "Good Weather Period", -1)),
|
|
5946
|
-
t("td", null, e(d.computePrecision((
|
|
5947
|
-
t("td", null, e(d.computePrecision((
|
|
5946
|
+
t("td", null, e(d.computePrecision((f = M == null ? void 0 : M.goodWx) == null ? void 0 : f.distance, 2, "0.0")), 1),
|
|
5947
|
+
t("td", null, e(d.computePrecision((U = M == null ? void 0 : M.goodWx) == null ? void 0 : U.time, 2, "0.0")), 1),
|
|
5948
5948
|
t("td", null, e(d.computePrecision((m = M == null ? void 0 : M.goodWx) == null ? void 0 : m.avgSpd, 2, "0.0")), 1),
|
|
5949
5949
|
t("td", null, e(d.computePrecision((j = M == null ? void 0 : M.goodWx) == null ? void 0 : j.sumFoCons, 3, "0.000")), 1),
|
|
5950
5950
|
t("td", null, e(d.computePrecision((S = M == null ? void 0 : M.goodWx) == null ? void 0 : S.sumDgoCons, 3, "0.000")), 1)
|
|
@@ -5972,7 +5972,7 @@ function Uv(i, l, s, D, r, d) {
|
|
|
5972
5972
|
])
|
|
5973
5973
|
]),
|
|
5974
5974
|
t("div", dv, [
|
|
5975
|
-
l[42] || (l[42] = it('<div class="legends flex-space" data-v-
|
|
5975
|
+
l[42] || (l[42] = it('<div class="legends flex-space" data-v-2849feb8><div class="flex-start" style="flex:1.2;" data-v-2849feb8><div class="legend good-wx" data-v-2849feb8></div><div class="label flex-end" data-v-2849feb8>Charter Party Defined Good Weather Days</div></div><div class="flex-start" style="flex:1.2;" data-v-2849feb8><div class="legend adverse-wx" data-v-2849feb8></div><div class="label" data-v-2849feb8>Charter Party Defined Adverse Weather Days</div></div><div class="flex-start" style="flex:1;" data-v-2849feb8><div class="legend excluded" data-v-2849feb8></div><div class="label" data-v-2849feb8>Excluded Periods From Analysis</div></div><div class="report flex-space" style="flex:1.6;" data-v-2849feb8><div data-v-2849feb8><label data-v-2849feb8>B</label><span data-v-2849feb8>BOSP</span></div><div data-v-2849feb8><label data-v-2849feb8>N</label><span data-v-2849feb8>NOON</span></div><div data-v-2849feb8><label data-v-2849feb8>E</label><span data-v-2849feb8>EOSP</span></div><div data-v-2849feb8><label data-v-2849feb8>*</label><span data-v-2849feb8>Ship Reported Position</span></div></div></div><div style="text-align:right;padding-bottom:5px;font-size:14px;font-weight:400;color:var(--idm-black-7);" data-v-2849feb8> The 'ORM Analysis Weather' row data represents the weather conditions within the 3-hour period prior to the indicated time point. </div>', 2)),
|
|
5976
5976
|
t("div", rv, [
|
|
5977
5977
|
t("table", Mv, [
|
|
5978
5978
|
t("thead", null, [
|
|
@@ -6133,9 +6133,9 @@ function Uv(i, l, s, D, r, d) {
|
|
|
6133
6133
|
l[41] || (l[41] = t("th", { class: "label" }, "BF", -1))
|
|
6134
6134
|
])
|
|
6135
6135
|
]),
|
|
6136
|
-
t("tbody",
|
|
6137
|
-
(n(!0), a(
|
|
6138
|
-
var p, b, u, A, w,
|
|
6136
|
+
t("tbody", fv, [
|
|
6137
|
+
(n(!0), a(C, null, et(s.inventory, (M, I) => {
|
|
6138
|
+
var p, b, u, A, w, f, U, m, j, S, O, Q, v, R, P, G, W, L, Z, H, _, J, X, K;
|
|
6139
6139
|
return n(), a("tr", { key: I }, [
|
|
6140
6140
|
t("td", {
|
|
6141
6141
|
class: z(M.segLength ? "no-border-bottom" : "no-border")
|
|
@@ -6148,7 +6148,7 @@ function Uv(i, l, s, D, r, d) {
|
|
|
6148
6148
|
class: z(M.excluded ? "excluded" : M.goodWx ? "good-wx" : ""),
|
|
6149
6149
|
colspan: "2",
|
|
6150
6150
|
style: { "max-width": "150px", "text-wrap": "wrap" }
|
|
6151
|
-
}, e((b = M.noon) == null ? void 0 : b.port), 3)) : (n(), a(
|
|
6151
|
+
}, e((b = M.noon) == null ? void 0 : b.port), 3)) : (n(), a(C, { key: 1 }, [
|
|
6152
6152
|
t("td", {
|
|
6153
6153
|
class: z(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
|
|
6154
6154
|
}, e(M._lat.pretty), 3),
|
|
@@ -6178,11 +6178,11 @@ function Uv(i, l, s, D, r, d) {
|
|
|
6178
6178
|
}, e(M.type === "BOSP" ? "-" : ((A = (u = M.meteo) == null ? void 0 : u.wind) == null ? void 0 : A.direction) ?? "-"), 3),
|
|
6179
6179
|
t("td", {
|
|
6180
6180
|
class: z(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
|
|
6181
|
-
}, e(M.type === "BOSP" ? "-" : ((
|
|
6181
|
+
}, e(M.type === "BOSP" ? "-" : ((f = (w = M.meteo) == null ? void 0 : w.wind) == null ? void 0 : f.scale) ?? "-"), 3),
|
|
6182
6182
|
r.showWave ? (n(), a("td", {
|
|
6183
6183
|
key: 4,
|
|
6184
6184
|
class: z(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
|
|
6185
|
-
}, e(M.type === "BOSP" ? "-" : ((j = (m = (
|
|
6185
|
+
}, e(M.type === "BOSP" ? "-" : ((j = (m = (U = M.meteo) == null ? void 0 : U.wave) == null ? void 0 : m.wd) == null ? void 0 : j.height) ?? "-"), 3)) : y("", !0),
|
|
6186
6186
|
r.showSwell ? (n(), a("td", {
|
|
6187
6187
|
key: 5,
|
|
6188
6188
|
class: z(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
|
|
@@ -6217,7 +6217,7 @@ function Uv(i, l, s, D, r, d) {
|
|
|
6217
6217
|
r.showWaterTemp ? (n(), a("td", {
|
|
6218
6218
|
key: 12,
|
|
6219
6219
|
class: z(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
|
|
6220
|
-
}, e(((K = M.meteo) == null ? void 0 : K.
|
|
6220
|
+
}, e(d.computePrecision((K = M.meteo) == null ? void 0 : K.sst, 2, "--")), 3)) : y("", !0),
|
|
6221
6221
|
t("td", {
|
|
6222
6222
|
class: z(d.computeTDClass(M))
|
|
6223
6223
|
}, e(!["A", "B"].includes(M.abbrev) && I ? M.noon.avgSpd || "0.00" : ""), 3),
|
|
@@ -6265,7 +6265,7 @@ function Uv(i, l, s, D, r, d) {
|
|
|
6265
6265
|
])
|
|
6266
6266
|
]);
|
|
6267
6267
|
}
|
|
6268
|
-
const
|
|
6268
|
+
const Uv = /* @__PURE__ */ sl(sv, [["render", Cv], ["__scopeId", "data-v-2849feb8"]]);
|
|
6269
6269
|
const mv = {
|
|
6270
6270
|
name: "OrmVoyageChart",
|
|
6271
6271
|
components: { Lng: Bi, Lat: Hi },
|
|
@@ -6309,7 +6309,7 @@ const mv = {
|
|
|
6309
6309
|
this.spdFoConsChart || (this.spdFoConsChart = va(Ta.init(this.$refs.spdFoConsChart))), this.spdDgoConsChart || (this.spdDgoConsChart = va(Ta.init(this.$refs.spdDgoConsChart))), this.currChart || (this.currChart = va(Ta.init(this.$refs.currChart))), this.renderSpdConsChart(), this.renderWxCurrChart();
|
|
6310
6310
|
},
|
|
6311
6311
|
renderSpdConsChart() {
|
|
6312
|
-
var u, A, w,
|
|
6312
|
+
var u, A, w, f, U, m;
|
|
6313
6313
|
let i = [];
|
|
6314
6314
|
const l = [], s = [], D = {
|
|
6315
6315
|
dateTime: 0,
|
|
@@ -6709,7 +6709,7 @@ const mv = {
|
|
|
6709
6709
|
showSymbol: !1,
|
|
6710
6710
|
encode: {
|
|
6711
6711
|
x: D.dateTime,
|
|
6712
|
-
y: (
|
|
6712
|
+
y: (U = (f = this.report) == null ? void 0 : f.weather) != null && U.believeRptDistance ? D.noonAvgSpd : D.anlyAvgSpd
|
|
6713
6713
|
},
|
|
6714
6714
|
lineStyle: {
|
|
6715
6715
|
color: "#F44336",
|
|
@@ -6789,37 +6789,37 @@ const mv = {
|
|
|
6789
6789
|
};
|
|
6790
6790
|
let r = 4;
|
|
6791
6791
|
const d = this.inventory || [], c = [];
|
|
6792
|
-
d.forEach((
|
|
6792
|
+
d.forEach((f, U) => {
|
|
6793
6793
|
var m, j;
|
|
6794
|
-
|
|
6795
|
-
}), c.forEach((
|
|
6796
|
-
if (
|
|
6797
|
-
const m = $(c[
|
|
6794
|
+
U === 0 && c.push(f.utc), f.type === "EOSP" && ((m = d[U + 1]) == null ? void 0 : m.type) === "BOSP" && (c.push(f.utc), c.push((j = d[U + 1]) == null ? void 0 : j.utc)), U === d.length - 1 && c.push(f.utc);
|
|
6795
|
+
}), c.forEach((f, U) => {
|
|
6796
|
+
if (U % 2 === 0) {
|
|
6797
|
+
const m = $(c[U + 1]).diff($(c[U]), "minute", !0);
|
|
6798
6798
|
for (let j = 0; j <= m + 1; j++)
|
|
6799
|
-
l.push(this.computeUTCTime($(c[
|
|
6799
|
+
l.push(this.computeUTCTime($(c[U]).clone().utc().add(j, "m").format(), "MM-DD/HHmm[Z]"));
|
|
6800
6800
|
}
|
|
6801
|
-
}), d.forEach((
|
|
6801
|
+
}), d.forEach((f, U) => {
|
|
6802
6802
|
var j, S, O, Q, v, R, P, G, W, L, Z, H, _, J, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt;
|
|
6803
|
-
const m = this.computeUTCTime(
|
|
6804
|
-
if (
|
|
6803
|
+
const m = this.computeUTCTime(f.utc, "MM-DD/HHmm[Z]");
|
|
6804
|
+
if (f.noon && !i.some((lt) => lt.slice(0, 5) === f.utc.slice(5, 10)) && i.push(m), U === d.length - 1 && (i = i.filter((lt) => lt.slice(0, 5) !== f.utc.slice(5, 10)), i.push(m)), r = Math.ceil(((O = (S = (j = f.meteo) == null ? void 0 : j.wave) == null ? void 0 : S.sig) == null ? void 0 : O.height) > r ? (R = (v = (Q = f.meteo) == null ? void 0 : Q.wave) == null ? void 0 : v.sig) == null ? void 0 : R.height : r), s.push([
|
|
6805
6805
|
m,
|
|
6806
|
-
((P =
|
|
6807
|
-
(Z = (L =
|
|
6808
|
-
(_ = (H =
|
|
6809
|
-
(J =
|
|
6810
|
-
(tt = (K = (X =
|
|
6811
|
-
|
|
6812
|
-
|
|
6813
|
-
|
|
6814
|
-
]),
|
|
6815
|
-
const lt = d[
|
|
6806
|
+
((P = f.noon) == null ? void 0 : P.windBF) || ((W = (G = f.meteo) == null ? void 0 : G.wind) == null ? void 0 : W.scale),
|
|
6807
|
+
(Z = (L = f.meteo) == null ? void 0 : L.wind) == null ? void 0 : Z.scale,
|
|
6808
|
+
(_ = (H = f.meteo) == null ? void 0 : H.wind) == null ? void 0 : _.direction,
|
|
6809
|
+
(J = f.noon) == null ? void 0 : J.seasHt,
|
|
6810
|
+
(tt = (K = (X = f.meteo) == null ? void 0 : X.wave) == null ? void 0 : K.sig) == null ? void 0 : tt.height,
|
|
6811
|
+
f.dailyAvgCf ?? ((V = s[s.length - 1]) == null ? void 0 : V[D.anlyCurFct]),
|
|
6812
|
+
f.goodWx && !f.excluded ? 20 : 0,
|
|
6813
|
+
f.excluded ? 20 : 0
|
|
6814
|
+
]), U < d.length - 1) {
|
|
6815
|
+
const lt = d[U + 1];
|
|
6816
6816
|
s.push([
|
|
6817
6817
|
m,
|
|
6818
|
-
((Dt =
|
|
6818
|
+
((Dt = f.noon) == null ? void 0 : Dt.windBF) || ((It = (Nt = f.meteo) == null ? void 0 : Nt.wind) == null ? void 0 : It.scale),
|
|
6819
6819
|
(ut = (gt = lt.meteo) == null ? void 0 : gt.wind) == null ? void 0 : ut.scale,
|
|
6820
6820
|
(q = (o = lt.meteo) == null ? void 0 : o.wind) == null ? void 0 : q.direction,
|
|
6821
6821
|
(at = lt.noon) == null ? void 0 : at.seasHt,
|
|
6822
|
-
(ct = (rt = (dt =
|
|
6822
|
+
(ct = (rt = (dt = f.meteo) == null ? void 0 : dt.wave) == null ? void 0 : rt.sig) == null ? void 0 : ct.height,
|
|
6823
6823
|
lt.dailyAvgCf ?? ((yt = s[s.length - 1]) == null ? void 0 : yt[D.anlyCurFct]),
|
|
6824
6824
|
lt.goodWx && !lt.excluded ? 20 : 0,
|
|
6825
6825
|
lt.excluded ? 20 : 0
|
|
@@ -6827,7 +6827,7 @@ const mv = {
|
|
|
6827
6827
|
}
|
|
6828
6828
|
});
|
|
6829
6829
|
const M = Math.ceil(i.length / 10);
|
|
6830
|
-
i = i.filter((
|
|
6830
|
+
i = i.filter((f, U) => U === 0 || U === i.length - 1 || U % M === 0);
|
|
6831
6831
|
let I = -2.5, p = 2.5, b = 1, u = 5;
|
|
6832
6832
|
I < -2.5 || p > 2.5 ? (I = Math.floor(this.findMinValue(s, 6) / 5) * 5, p = Math.ceil(this.findMaxValue(s, 6) / 5) * 5, b = Math.ceil(Math.max([Math.abs(I), Math.abs(p)]) / 5), u = Math.ceil(Math.abs(I) / b) + Math.ceil(Math.abs(p) / b)) : (b = 0.5, I = Math.floor(this.findMinValue(s, 6) / 0.5) * b, p = 2.5, u = Math.abs(I) / b + 5);
|
|
6833
6833
|
const A = {
|
|
@@ -6928,9 +6928,9 @@ const mv = {
|
|
|
6928
6928
|
show: !0
|
|
6929
6929
|
},
|
|
6930
6930
|
axisLabel: {
|
|
6931
|
-
formatter: (
|
|
6932
|
-
if (
|
|
6933
|
-
return
|
|
6931
|
+
formatter: (f, U) => {
|
|
6932
|
+
if (f >= 0)
|
|
6933
|
+
return f;
|
|
6934
6934
|
}
|
|
6935
6935
|
}
|
|
6936
6936
|
},
|
|
@@ -6955,9 +6955,9 @@ const mv = {
|
|
|
6955
6955
|
show: !0
|
|
6956
6956
|
},
|
|
6957
6957
|
axisLabel: {
|
|
6958
|
-
formatter: (
|
|
6959
|
-
if (
|
|
6960
|
-
return
|
|
6958
|
+
formatter: (f, U) => {
|
|
6959
|
+
if (f >= 0)
|
|
6960
|
+
return f;
|
|
6961
6961
|
}
|
|
6962
6962
|
}
|
|
6963
6963
|
},
|
|
@@ -7145,7 +7145,7 @@ const mv = {
|
|
|
7145
7145
|
style: { flex: "1", "text-transform": "uppercase" }
|
|
7146
7146
|
}, sT = ["src"];
|
|
7147
7147
|
function iT(i, l, s, D, r, d) {
|
|
7148
|
-
var I, p, b, u, A, w,
|
|
7148
|
+
var I, p, b, u, A, w, f, U, m, j, S, O, Q, v, R, P, G, W, L, Z, H, _, J, X, K, tt, V;
|
|
7149
7149
|
const c = F("Lat"), M = F("Lng");
|
|
7150
7150
|
return n(), a("div", Ev, [
|
|
7151
7151
|
t("div", Ov, [
|
|
@@ -7194,7 +7194,7 @@ function iT(i, l, s, D, r, d) {
|
|
|
7194
7194
|
class: "flex-end",
|
|
7195
7195
|
style: { width: "140px" }
|
|
7196
7196
|
}, "Departure Port", -1)),
|
|
7197
|
-
(
|
|
7197
|
+
(U = (f = s.report) == null ? void 0 : f.departure) != null && U.portName ? (n(), a("span", _v, e((j = (m = s.report) == null ? void 0 : m.departure) == null ? void 0 : j.portName), 1)) : (n(), a("div", Jv, [
|
|
7198
7198
|
E(c, {
|
|
7199
7199
|
lat: (O = (S = s.report) == null ? void 0 : S.departure) == null ? void 0 : O.lat,
|
|
7200
7200
|
label: "",
|
|
@@ -7331,7 +7331,7 @@ const MT = {
|
|
|
7331
7331
|
components: {
|
|
7332
7332
|
Brand: cs,
|
|
7333
7333
|
VoySummary: ev,
|
|
7334
|
-
Inventory:
|
|
7334
|
+
Inventory: Uv,
|
|
7335
7335
|
Chart: oT,
|
|
7336
7336
|
Email: rT,
|
|
7337
7337
|
Loading: xa
|
|
@@ -7383,14 +7383,14 @@ const MT = {
|
|
|
7383
7383
|
D.inventory.sample.hours.forEach((I, p) => {
|
|
7384
7384
|
d || (d = I), (!c || M) && (c = I, M = !1), d.segIndex === I.segIndex ? d.segLength = (d.segLength || 0) + 1 : (d = I, d.segLength = 1), c.noonLength = (c.noonLength || 0) + 1;
|
|
7385
7385
|
let b = I.type.charAt(0);
|
|
7386
|
-
["N", "M", "E"].includes(b) && (M = !0, c.dailyAvgCf = I.dailyAvgCf, c.avgSpdCalc = I.avgSpdCalc, c.distanceCalc = I.distanceCalc, c.noon && (c.noon.foCons = I.noon.foCons, c.noon.dgoCons = I.noon.dgoCons)), I.abbrev = b, b = b === "M" ? "*" : b === "A" ? "" : b, I.time = `${b} ${this.computeUTCTime(I.utc, "MMM-DD/HHmm[Z]")}`, I._lng =
|
|
7386
|
+
["N", "M", "E"].includes(b) && (M = !0, c.dailyAvgCf = I.dailyAvgCf, c.avgSpdCalc = I.avgSpdCalc, c.distanceCalc = I.distanceCalc, c.noon && (c.noon.foCons = I.noon.foCons, c.noon.dgoCons = I.noon.dgoCons)), I.abbrev = b, b = b === "M" ? "*" : b === "A" ? "" : b, I.time = `${b} ${this.computeUTCTime(I.utc, "MMM-DD/HHmm[Z]")}`, I._lng = Ct.lng2pretty(I.lng), I._lat = Ct.lat2pretty(I.lat), I.cp = r, I.goodWx = I.type === "BOSP" ? !1 : I.goodWx, i.push(I);
|
|
7387
7387
|
});
|
|
7388
7388
|
}), i.sort((D, r) => D.positionTime - r.positionTime), this.inventory = i;
|
|
7389
7389
|
}
|
|
7390
7390
|
}
|
|
7391
7391
|
};
|
|
7392
7392
|
function DT(i, l, s, D, r, d) {
|
|
7393
|
-
var A, w,
|
|
7393
|
+
var A, w, f;
|
|
7394
7394
|
const c = F("Brand"), M = F("Loading"), I = F("VoySummary"), p = F("Inventory"), b = F("Chart"), u = F("Email");
|
|
7395
7395
|
return n(), a("div", {
|
|
7396
7396
|
class: z((w = (A = s.report) == null ? void 0 : A.weather) != null && w.referenceOnly ? "report-section watermark" : "report-section")
|
|
@@ -7401,7 +7401,7 @@ function DT(i, l, s, D, r, d) {
|
|
|
7401
7401
|
}, null, 8, ["issued"]),
|
|
7402
7402
|
E(M, {
|
|
7403
7403
|
loading: r.loading,
|
|
7404
|
-
onTimeout: l[0] || (l[0] = (
|
|
7404
|
+
onTimeout: l[0] || (l[0] = (U) => r.loading = !1)
|
|
7405
7405
|
}, null, 8, ["loading"]),
|
|
7406
7406
|
E(I, {
|
|
7407
7407
|
report: s.report,
|
|
@@ -7418,7 +7418,7 @@ function DT(i, l, s, D, r, d) {
|
|
|
7418
7418
|
inventory: r.inventory,
|
|
7419
7419
|
class: "main"
|
|
7420
7420
|
}, null, 8, ["report", "inventory"]),
|
|
7421
|
-
((
|
|
7421
|
+
((f = s.voyageEmails) == null ? void 0 : f.length) > 0 ? (n(), il(u, {
|
|
7422
7422
|
key: 0,
|
|
7423
7423
|
report: s.report,
|
|
7424
7424
|
"voyage-emails": s.voyageEmails
|
|
@@ -7547,12 +7547,12 @@ const yT = {
|
|
|
7547
7547
|
}, AT = { class: "invoice-report" }, vT = { class: "section items-section" }, TT = { class: "flex-start" }, xT = ["innerHTML"], zT = { class: "flex-space" }, pT = { class: "invoice-item" }, jT = {
|
|
7548
7548
|
key: 0,
|
|
7549
7549
|
class: "invoice-item"
|
|
7550
|
-
}, bT = ["colspan"],
|
|
7550
|
+
}, bT = ["colspan"], fT = ["colspan"], CT = ["colspan"], UT = { class: "total" }, mT = ["colspan"], ET = { class: "total" }, OT = ["colspan"], YT = { class: "total" }, wT = { key: 1 }, ST = ["colspan"], QT = { class: "total" }, kT = {
|
|
7551
7551
|
key: 0,
|
|
7552
7552
|
class: "memo-block"
|
|
7553
7553
|
}, hT = ["innerHTML"], RT = { class: "section company-section" }, FT = { class: "company-item" }, VT = { class: "company-item" }, PT = { class: "company-item" }, GT = { class: "company-item" }, WT = { class: "company-item" }, LT = { class: "company-item" }, ZT = { class: "company-item" }, BT = { class: "company-item" }, HT = { class: "company-item" }, _T = { class: "company-item" }, JT = { class: "company-item" }, XT = { class: "company-item" }, KT = { class: "company-item" }, qT = { class: "company-item" };
|
|
7554
7554
|
function $T(i, l, s, D, r, d) {
|
|
7555
|
-
var M, I, p, b, u, A, w,
|
|
7555
|
+
var M, I, p, b, u, A, w, f, U, m, j, S, O, Q, v, R, P, G, W, L, Z, H, _, J, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt;
|
|
7556
7556
|
const c = F("IdmBrand");
|
|
7557
7557
|
return n(), a("div", AT, [
|
|
7558
7558
|
E(c, {
|
|
@@ -7574,7 +7574,7 @@ function $T(i, l, s, D, r, d) {
|
|
|
7574
7574
|
(b = s.report) != null && b.paymentDate ? (n(), a("div", jT, "Paid: " + e(d.computeTime(s.report.paymentDate)), 1)) : y("", !0)
|
|
7575
7575
|
]),
|
|
7576
7576
|
t("table", null, [
|
|
7577
|
-
(u = r.reservations4Route) != null && u.length ? (n(), a(
|
|
7577
|
+
(u = r.reservations4Route) != null && u.length ? (n(), a(C, { key: 0 }, [
|
|
7578
7578
|
l[1] || (l[1] = t("thead", null, [
|
|
7579
7579
|
t("tr", null, [
|
|
7580
7580
|
t("td", null, "NO."),
|
|
@@ -7589,15 +7589,15 @@ function $T(i, l, s, D, r, d) {
|
|
|
7589
7589
|
])
|
|
7590
7590
|
], -1)),
|
|
7591
7591
|
t("tbody", null, [
|
|
7592
|
-
(n(!0), a(
|
|
7593
|
-
var zt, pt, jt, bt, vt, Et, Ot, Yt, wt, St, Qt, kt, ht, Rt, Ft, Vt, Pt,
|
|
7592
|
+
(n(!0), a(C, null, et(r.reservations4Route, (ot, Tt) => {
|
|
7593
|
+
var zt, pt, jt, bt, vt, Et, Ot, Yt, wt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Lt, Gt, k, mt, Zt;
|
|
7594
7594
|
return n(), a("tr", { key: Tt }, [
|
|
7595
7595
|
t("td", null, e((jt = (pt = (zt = ot.props) == null ? void 0 : zt[0]) == null ? void 0 : pt.voyage) == null ? void 0 : jt.number), 1),
|
|
7596
7596
|
t("td", null, e(((Et = (vt = (bt = ot.props) == null ? void 0 : bt[0]) == null ? void 0 : vt.voyage) == null ? void 0 : Et.voyNum) || "-"), 1),
|
|
7597
7597
|
t("td", null, e((wt = (Yt = (Ot = ot.props) == null ? void 0 : Ot[0]) == null ? void 0 : Yt.vessel) == null ? void 0 : wt.name), 1),
|
|
7598
7598
|
t("td", null, e((kt = (Qt = (St = ot.props) == null ? void 0 : St[0]) == null ? void 0 : Qt.voyage) == null ? void 0 : kt.loadCondition), 1),
|
|
7599
7599
|
t("td", null, e((Ft = (Rt = (ht = ot.props) == null ? void 0 : ht[0]) == null ? void 0 : Rt.departure) == null ? void 0 : Ft.name), 1),
|
|
7600
|
-
t("td", null, e((
|
|
7600
|
+
t("td", null, e((ft = (Pt = (Vt = ot.props) == null ? void 0 : Vt[0]) == null ? void 0 : Pt.departure) == null ? void 0 : ft.atd), 1),
|
|
7601
7601
|
t("td", null, e((Gt = (Lt = (Wt = ot.props) == null ? void 0 : Wt[0]) == null ? void 0 : Lt.destination) == null ? void 0 : Gt.name), 1),
|
|
7602
7602
|
t("td", null, e((Zt = (mt = (k = ot.props) == null ? void 0 : k[0]) == null ? void 0 : mt.destination) == null ? void 0 : Zt.ata), 1),
|
|
7603
7603
|
t("td", null, "$" + e(ot.amount), 1)
|
|
@@ -7605,7 +7605,7 @@ function $T(i, l, s, D, r, d) {
|
|
|
7605
7605
|
}), 128))
|
|
7606
7606
|
])
|
|
7607
7607
|
], 64)) : y("", !0),
|
|
7608
|
-
(A = r.reservations4Point) != null && A.length ? (n(), a(
|
|
7608
|
+
(A = r.reservations4Point) != null && A.length ? (n(), a(C, { key: 1 }, [
|
|
7609
7609
|
t("thead", null, [
|
|
7610
7610
|
t("tr", null, [
|
|
7611
7611
|
l[2] || (l[2] = t("td", null, "NO.", -1)),
|
|
@@ -7616,22 +7616,22 @@ function $T(i, l, s, D, r, d) {
|
|
|
7616
7616
|
])
|
|
7617
7617
|
]),
|
|
7618
7618
|
t("tbody", null, [
|
|
7619
|
-
(n(!0), a(
|
|
7619
|
+
(n(!0), a(C, null, et(r.reservations4Point, (ot, Tt) => (n(), a("tr", { key: Tt }, [
|
|
7620
7620
|
t("td", null, e(ot.number), 1),
|
|
7621
7621
|
t("td", {
|
|
7622
7622
|
colspan: r.maxColspans - 1
|
|
7623
|
-
}, e(ot.items), 9,
|
|
7623
|
+
}, e(ot.items), 9, fT),
|
|
7624
7624
|
t("td", null, "$" + e(ot.amount), 1)
|
|
7625
7625
|
]))), 128))
|
|
7626
7626
|
])
|
|
7627
7627
|
], 64)) : y("", !0),
|
|
7628
7628
|
t("tbody", null, [
|
|
7629
|
-
((w = s.report) == null ? void 0 : w.paymentType) === "CNY" ? (n(), a(
|
|
7629
|
+
((w = s.report) == null ? void 0 : w.paymentType) === "CNY" ? (n(), a(C, { key: 0 }, [
|
|
7630
7630
|
t("tr", null, [
|
|
7631
7631
|
t("td", { colspan: r.maxColspans }, l[4] || (l[4] = [
|
|
7632
7632
|
t("span", null, "Total in USD", -1)
|
|
7633
|
-
]), 8,
|
|
7634
|
-
t("td",
|
|
7633
|
+
]), 8, CT),
|
|
7634
|
+
t("td", UT, [
|
|
7635
7635
|
t("span", null, e(`$${r.totalInUS}`), 1)
|
|
7636
7636
|
])
|
|
7637
7637
|
]),
|
|
@@ -7640,12 +7640,12 @@ function $T(i, l, s, D, r, d) {
|
|
|
7640
7640
|
t("span", null, "Exchange Rate", -1)
|
|
7641
7641
|
]), 8, mT),
|
|
7642
7642
|
t("td", ET, [
|
|
7643
|
-
t("span", null, e((
|
|
7643
|
+
t("span", null, e((f = s.report) == null ? void 0 : f.rate), 1)
|
|
7644
7644
|
])
|
|
7645
7645
|
]),
|
|
7646
7646
|
t("tr", null, [
|
|
7647
7647
|
t("td", { colspan: r.maxColspans }, "Total in CNY", 8, OT),
|
|
7648
|
-
t("td", YT, "¥" + e((
|
|
7648
|
+
t("td", YT, "¥" + e((U = s.report) == null ? void 0 : U.paymentAmount), 1)
|
|
7649
7649
|
])
|
|
7650
7650
|
], 64)) : (n(), a("tr", wT, [
|
|
7651
7651
|
t("td", { colspan: r.maxColspans }, l[6] || (l[6] = [
|
|
@@ -7674,7 +7674,7 @@ function $T(i, l, s, D, r, d) {
|
|
|
7674
7674
|
class: "company-item",
|
|
7675
7675
|
style: { "font-weight": "600", "font-size": "16px", "margin-bottom": "10px" }
|
|
7676
7676
|
}, "Bank Information", -1)),
|
|
7677
|
-
((Q = s.report) == null ? void 0 : Q.paymentType) === "CNY" ? (n(), a(
|
|
7677
|
+
((Q = s.report) == null ? void 0 : Q.paymentType) === "CNY" ? (n(), a(C, { key: 0 }, [
|
|
7678
7678
|
t("div", FT, [
|
|
7679
7679
|
l[8] || (l[8] = t("label", null, "Bank", -1)),
|
|
7680
7680
|
t("span", null, e((R = r.account[(v = s.report) == null ? void 0 : v.paymentType]) == null ? void 0 : R.bank), 1)
|
|
@@ -7699,7 +7699,7 @@ function $T(i, l, s, D, r, d) {
|
|
|
7699
7699
|
l[13] || (l[13] = t("label", null, "Tax ID", -1)),
|
|
7700
7700
|
t("span", null, e((K = r.account[(X = s.report) == null ? void 0 : X.paymentType]) == null ? void 0 : K.taxId), 1)
|
|
7701
7701
|
])
|
|
7702
|
-
], 64)) : (n(), a(
|
|
7702
|
+
], 64)) : (n(), a(C, { key: 1 }, [
|
|
7703
7703
|
t("div", ZT, [
|
|
7704
7704
|
l[14] || (l[14] = t("label", null, "Beneficiary's Name", -1)),
|
|
7705
7705
|
t("span", null, e((V = r.account[(tt = s.report) == null ? void 0 : tt.paymentType]) == null ? void 0 : V.title), 1)
|
|
@@ -7734,10 +7734,10 @@ function $T(i, l, s, D, r, d) {
|
|
|
7734
7734
|
])
|
|
7735
7735
|
], 64))
|
|
7736
7736
|
]),
|
|
7737
|
-
l[23] || (l[23] = it('<div class="section sign-section" data-v-
|
|
7737
|
+
l[23] || (l[23] = it('<div class="section sign-section" data-v-f4169632><div class="flex-space" data-v-f4169632><div class="sign-block" data-v-f4169632><div data-v-f4169632>Finance Team</div><div data-v-f4169632>Ocean Right Marine Service Co., Ltd.</div><div data-v-f4169632>Email: <a href="mailto:op@ormwx.com" data-v-f4169632>op@ormwx.com</a></div><div data-v-f4169632>Tel: <a href="tel:+86 532 68873968" data-v-f4169632>+86 532 68873968</a></div><div data-v-f4169632>Address: Rm1805, B Technology Innovation Bldg, No. 171 Shandong Road, Qingdao, China.</div></div><div class="thank-block" data-v-f4169632>Thank You</div><div class="electronic-seal" data-v-f4169632><img src="https://osshz.idmwx.com/asset/electronic_seal.png" alt="" data-v-f4169632></div></div></div>', 1))
|
|
7738
7738
|
]);
|
|
7739
7739
|
}
|
|
7740
|
-
const tx = /* @__PURE__ */ sl(yT, [["render", $T], ["__scopeId", "data-v-
|
|
7740
|
+
const tx = /* @__PURE__ */ sl(yT, [["render", $T], ["__scopeId", "data-v-f4169632"]]);
|
|
7741
7741
|
const lx = {
|
|
7742
7742
|
name: "FliInvoice",
|
|
7743
7743
|
props: {
|
|
@@ -7780,7 +7780,7 @@ const lx = {
|
|
|
7780
7780
|
class: "memo-block"
|
|
7781
7781
|
}, xx = ["innerHTML"];
|
|
7782
7782
|
function zx(i, l, s, D, r, d) {
|
|
7783
|
-
var c, M, I, p, b, u, A, w,
|
|
7783
|
+
var c, M, I, p, b, u, A, w, f, U, m, j, S;
|
|
7784
7784
|
return n(), a("div", ex, [
|
|
7785
7785
|
t("div", sx, [
|
|
7786
7786
|
t("div", ix, [
|
|
@@ -7797,7 +7797,7 @@ function zx(i, l, s, D, r, d) {
|
|
|
7797
7797
|
(p = s.report) != null && p.paymentDate ? (n(), a("div", dx, "Paid: " + e(d.computeTime(s.report.paymentDate)), 1)) : y("", !0)
|
|
7798
7798
|
]),
|
|
7799
7799
|
t("table", null, [
|
|
7800
|
-
(b = r.reservations4Route) != null && b.length ? (n(), a(
|
|
7800
|
+
(b = r.reservations4Route) != null && b.length ? (n(), a(C, { key: 0 }, [
|
|
7801
7801
|
l[1] || (l[1] = t("thead", null, [
|
|
7802
7802
|
t("tr", null, [
|
|
7803
7803
|
t("td", null, "NO."),
|
|
@@ -7812,7 +7812,7 @@ function zx(i, l, s, D, r, d) {
|
|
|
7812
7812
|
])
|
|
7813
7813
|
], -1)),
|
|
7814
7814
|
t("tbody", null, [
|
|
7815
|
-
(n(!0), a(
|
|
7815
|
+
(n(!0), a(C, null, et(r.reservations4Route, (O, Q) => {
|
|
7816
7816
|
var v, R, P, G, W, L, Z, H, _, J, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt;
|
|
7817
7817
|
return n(), a("tr", { key: Q }, [
|
|
7818
7818
|
t("td", null, e((P = (R = (v = O.props) == null ? void 0 : v[0]) == null ? void 0 : R.voyage) == null ? void 0 : P.number), 1),
|
|
@@ -7828,7 +7828,7 @@ function zx(i, l, s, D, r, d) {
|
|
|
7828
7828
|
}), 128))
|
|
7829
7829
|
])
|
|
7830
7830
|
], 64)) : y("", !0),
|
|
7831
|
-
(u = r.reservations4Point) != null && u.length ? (n(), a(
|
|
7831
|
+
(u = r.reservations4Point) != null && u.length ? (n(), a(C, { key: 1 }, [
|
|
7832
7832
|
t("thead", null, [
|
|
7833
7833
|
t("tr", null, [
|
|
7834
7834
|
l[2] || (l[2] = t("td", null, "NO.", -1)),
|
|
@@ -7839,7 +7839,7 @@ function zx(i, l, s, D, r, d) {
|
|
|
7839
7839
|
])
|
|
7840
7840
|
]),
|
|
7841
7841
|
t("tbody", null, [
|
|
7842
|
-
(n(!0), a(
|
|
7842
|
+
(n(!0), a(C, null, et(r.reservations4Point, (O, Q) => (n(), a("tr", { key: Q }, [
|
|
7843
7843
|
t("td", null, e(O.number), 1),
|
|
7844
7844
|
t("td", {
|
|
7845
7845
|
colspan: r.maxColspans - 1
|
|
@@ -7849,7 +7849,7 @@ function zx(i, l, s, D, r, d) {
|
|
|
7849
7849
|
])
|
|
7850
7850
|
], 64)) : y("", !0),
|
|
7851
7851
|
t("tfoot", null, [
|
|
7852
|
-
((A = s.report) == null ? void 0 : A.paymentType) === "CNY" ? (n(), a(
|
|
7852
|
+
((A = s.report) == null ? void 0 : A.paymentType) === "CNY" ? (n(), a(C, { key: 0 }, [
|
|
7853
7853
|
t("tr", null, [
|
|
7854
7854
|
t("td", { colspan: r.maxColspans }, l[4] || (l[4] = [
|
|
7855
7855
|
t("span", null, "Total in USD", -1)
|
|
@@ -7868,14 +7868,14 @@ function zx(i, l, s, D, r, d) {
|
|
|
7868
7868
|
]),
|
|
7869
7869
|
t("tr", null, [
|
|
7870
7870
|
t("td", { colspan: r.maxColspans }, "Total in CNY", 8, ux),
|
|
7871
|
-
t("td", cx, "¥" + e((
|
|
7871
|
+
t("td", cx, "¥" + e((f = s.report) == null ? void 0 : f.paymentAmount), 1)
|
|
7872
7872
|
])
|
|
7873
7873
|
], 64)) : (n(), a("tr", yx, [
|
|
7874
7874
|
t("td", { colspan: r.maxColspans }, l[6] || (l[6] = [
|
|
7875
7875
|
t("span", null, "Total in USD", -1)
|
|
7876
7876
|
]), 8, Ax),
|
|
7877
7877
|
t("td", vx, [
|
|
7878
|
-
t("span", null, e(`$${(
|
|
7878
|
+
t("span", null, e(`$${(U = s.report) == null ? void 0 : U.paymentAmount}`), 1)
|
|
7879
7879
|
])
|
|
7880
7880
|
]))
|
|
7881
7881
|
])
|
|
@@ -7898,8 +7898,8 @@ const px = /* @__PURE__ */ sl(lx, [["render", zx], ["__scopeId", "data-v-5a35290
|
|
|
7898
7898
|
install(i) {
|
|
7899
7899
|
i.component("OrmInvoiceReport", tx), i.component("FliInvoiceReport", px);
|
|
7900
7900
|
}
|
|
7901
|
-
}, jx = (i) => (typeof i == "string" ? i = $(i) : typeof i == "number" && (i = $(i)), i), bx = (i, l = "MMM-DD,YYYY/HHmm[Z]") =>
|
|
7902
|
-
const
|
|
7901
|
+
}, jx = (i) => (typeof i == "string" ? i = $(i) : typeof i == "number" && (i = $(i)), i), bx = (i, l = "MMM-DD,YYYY/HHmm[Z]") => fx(i, l), fx = (i, l = "MMM-DD/HHmm[Z]") => (i = jx(i), i ? `${i.utc().format(l)}` : "-");
|
|
7902
|
+
const Cx = {
|
|
7903
7903
|
name: "IdmEditableItem",
|
|
7904
7904
|
components: { Edit: Wd, Close: Ld, IdmEditor: ys },
|
|
7905
7905
|
props: {
|
|
@@ -8006,13 +8006,13 @@ const Ux = {
|
|
|
8006
8006
|
this.$emit("select", i);
|
|
8007
8007
|
}
|
|
8008
8008
|
}
|
|
8009
|
-
},
|
|
8009
|
+
}, Ux = { class: "idm-editable-item" }, mx = ["innerHTML"], Ex = {
|
|
8010
8010
|
key: 3,
|
|
8011
8011
|
class: "buttons"
|
|
8012
8012
|
};
|
|
8013
8013
|
function Ox(i, l, s, D, r, d) {
|
|
8014
|
-
const c = F("ElTag"), M = F("ElInput"), I = F("IdmEditor"), p = F("ElInputNumber"), b = F("ElDatePicker"), u = F("ElOption"), A = F("ElSelect"), w = F("ElRadio"),
|
|
8015
|
-
return n(), a("div",
|
|
8014
|
+
const c = F("ElTag"), M = F("ElInput"), I = F("IdmEditor"), p = F("ElInputNumber"), b = F("ElDatePicker"), u = F("ElOption"), A = F("ElSelect"), w = F("ElRadio"), f = F("ElRadioGroup"), U = F("ElCheckbox"), m = F("ElCheckboxGroup"), j = F("Edit"), S = F("ElIcon"), O = F("ElButton"), Q = F("Close");
|
|
8015
|
+
return n(), a("div", Ux, [
|
|
8016
8016
|
t("div", {
|
|
8017
8017
|
class: "group",
|
|
8018
8018
|
style: ei({ justifyContent: s.align })
|
|
@@ -8021,7 +8021,7 @@ function Ox(i, l, s, D, r, d) {
|
|
|
8021
8021
|
key: 0,
|
|
8022
8022
|
style: ei({ width: s.width + "px" })
|
|
8023
8023
|
}, e(s.label), 5)) : y("", !0),
|
|
8024
|
-
r.editable ? (n(), a(
|
|
8024
|
+
r.editable ? (n(), a(C, { key: 2 }, [
|
|
8025
8025
|
s.type === "input" ? (n(), il(M, {
|
|
8026
8026
|
key: 0,
|
|
8027
8027
|
modelValue: r.model,
|
|
@@ -8086,7 +8086,7 @@ function Ox(i, l, s, D, r, d) {
|
|
|
8086
8086
|
onChange: d.handleCommit
|
|
8087
8087
|
}, {
|
|
8088
8088
|
default: ds(() => [
|
|
8089
|
-
(n(!0), a(
|
|
8089
|
+
(n(!0), a(C, null, et(s.options, (v) => (n(), il(u, {
|
|
8090
8090
|
key: v.value,
|
|
8091
8091
|
label: v.label,
|
|
8092
8092
|
disabled: v.disabled,
|
|
@@ -8110,7 +8110,7 @@ function Ox(i, l, s, D, r, d) {
|
|
|
8110
8110
|
onChange: d.handleCommit
|
|
8111
8111
|
}, {
|
|
8112
8112
|
default: ds(() => [
|
|
8113
|
-
(n(!0), a(
|
|
8113
|
+
(n(!0), a(C, null, et(s.options, (v) => (n(), il(u, {
|
|
8114
8114
|
key: v.value,
|
|
8115
8115
|
label: v.label,
|
|
8116
8116
|
value: v.value
|
|
@@ -8133,7 +8133,7 @@ function Ox(i, l, s, D, r, d) {
|
|
|
8133
8133
|
onChange: d.handleCommit
|
|
8134
8134
|
}, {
|
|
8135
8135
|
default: ds(() => [
|
|
8136
|
-
(n(!0), a(
|
|
8136
|
+
(n(!0), a(C, null, et(s.options, (v) => (n(), il(u, {
|
|
8137
8137
|
key: v.id,
|
|
8138
8138
|
label: v.name,
|
|
8139
8139
|
value: v.name
|
|
@@ -8141,7 +8141,7 @@ function Ox(i, l, s, D, r, d) {
|
|
|
8141
8141
|
]),
|
|
8142
8142
|
_: 1
|
|
8143
8143
|
}, 8, ["modelValue", "size", "remote-method", "onChange"])) : y("", !0),
|
|
8144
|
-
s.type === "radio" ? (n(), il(
|
|
8144
|
+
s.type === "radio" ? (n(), il(f, {
|
|
8145
8145
|
key: 9,
|
|
8146
8146
|
modelValue: r.model,
|
|
8147
8147
|
"onUpdate:modelValue": l[11] || (l[11] = (v) => r.model = v),
|
|
@@ -8150,7 +8150,7 @@ function Ox(i, l, s, D, r, d) {
|
|
|
8150
8150
|
onChange: d.handleCommit
|
|
8151
8151
|
}, {
|
|
8152
8152
|
default: ds(() => [
|
|
8153
|
-
(n(!0), a(
|
|
8153
|
+
(n(!0), a(C, null, et(s.radios, (v) => (n(), il(w, {
|
|
8154
8154
|
key: v.value,
|
|
8155
8155
|
label: v.value
|
|
8156
8156
|
}, {
|
|
@@ -8172,7 +8172,7 @@ function Ox(i, l, s, D, r, d) {
|
|
|
8172
8172
|
onChange: d.handleCommit
|
|
8173
8173
|
}, {
|
|
8174
8174
|
default: ds(() => [
|
|
8175
|
-
(n(!0), a(
|
|
8175
|
+
(n(!0), a(C, null, et(s.checkboxs, (v) => (n(), il(U, {
|
|
8176
8176
|
key: v.label,
|
|
8177
8177
|
label: v.value
|
|
8178
8178
|
}, {
|
|
@@ -8184,8 +8184,8 @@ function Ox(i, l, s, D, r, d) {
|
|
|
8184
8184
|
]),
|
|
8185
8185
|
_: 1
|
|
8186
8186
|
}, 8, ["modelValue", "size", "onChange"])) : y("", !0)
|
|
8187
|
-
], 64)) : (n(), a(
|
|
8188
|
-
typeof s.raw == "boolean" ? (n(), a(
|
|
8187
|
+
], 64)) : (n(), a(C, { key: 1 }, [
|
|
8188
|
+
typeof s.raw == "boolean" ? (n(), a(C, { key: 0 }, [
|
|
8189
8189
|
s.raw ? (n(), il(c, {
|
|
8190
8190
|
key: 0,
|
|
8191
8191
|
size: "small",
|
|
@@ -8209,7 +8209,7 @@ function Ox(i, l, s, D, r, d) {
|
|
|
8209
8209
|
]),
|
|
8210
8210
|
_: 1
|
|
8211
8211
|
}, 8, ["onDblclick"]))
|
|
8212
|
-
], 64)) : (n(), a(
|
|
8212
|
+
], 64)) : (n(), a(C, { key: 1 }, [
|
|
8213
8213
|
s.type === "datetime" ? (n(), a("span", {
|
|
8214
8214
|
key: 0,
|
|
8215
8215
|
onDblclick: l[0] || (l[0] = (...v) => d.handleEdit && d.handleEdit(...v))
|
|
@@ -8220,9 +8220,9 @@ function Ox(i, l, s, D, r, d) {
|
|
|
8220
8220
|
key: 2,
|
|
8221
8221
|
onDblclick: l[1] || (l[1] = (...v) => d.handleEdit && d.handleEdit(...v))
|
|
8222
8222
|
}, [
|
|
8223
|
-
typeof s.value == "number" ? (n(), a(
|
|
8223
|
+
typeof s.value == "number" ? (n(), a(C, { key: 0 }, [
|
|
8224
8224
|
g(e(s.value), 1)
|
|
8225
|
-
], 64)) : (n(), a(
|
|
8225
|
+
], 64)) : (n(), a(C, { key: 1 }, [
|
|
8226
8226
|
g(e(s.value || "-"), 1)
|
|
8227
8227
|
], 64))
|
|
8228
8228
|
], 32))
|
|
@@ -8266,7 +8266,7 @@ function Ox(i, l, s, D, r, d) {
|
|
|
8266
8266
|
], 4)
|
|
8267
8267
|
]);
|
|
8268
8268
|
}
|
|
8269
|
-
const Qd = /* @__PURE__ */ sl(
|
|
8269
|
+
const Qd = /* @__PURE__ */ sl(Cx, [["render", Ox]]);
|
|
8270
8270
|
const Yx = {
|
|
8271
8271
|
name: "OrmDeviation",
|
|
8272
8272
|
components: {
|
|
@@ -8320,7 +8320,7 @@ const Yx = {
|
|
|
8320
8320
|
// 经纬度转换
|
|
8321
8321
|
computedLngLat() {
|
|
8322
8322
|
return function(i, l) {
|
|
8323
|
-
return `${
|
|
8323
|
+
return `${Ct.lat2pretty(i).pretty} / ${Ct.lng2pretty(l).pretty}`;
|
|
8324
8324
|
};
|
|
8325
8325
|
},
|
|
8326
8326
|
computeNum() {
|
|
@@ -8452,7 +8452,7 @@ const Yx = {
|
|
|
8452
8452
|
}, Hx = { class: "section summary-section" }, _x = { class: "border-solid" }, Jx = { class: "cp" }, Xx = {
|
|
8453
8453
|
class: "flex-between",
|
|
8454
8454
|
style: { padding: "6px 0" }
|
|
8455
|
-
}, Kx = { style: { "margin-left": "5px" } }, qx = { style: { "margin-left": "5px" } }, $x = { key: 0 }, tz = { key: 0 }, lz = { key: 1 }, ez = { key: 0 }, sz = { key: 0 }, iz = { key: 1 }, oz = { key: 0 }, nz = { key: 0 }, az = { key: 1 }, dz = { class: "summary-block flex-between" }, rz = { class: "item" }, Mz = { class: "value flex-end" }, Dz = { key: 0 }, Nz = { class: "gain" }, Iz = { key: 1 }, gz = { class: "lost" }, uz = { key: 2 }, cz = { class: "item" }, yz = { class: "value flex-end" }, Az = { key: 0 }, vz = { class: "gain" }, Tz = { key: 1 }, xz = { class: "lost" }, zz = { key: 2 }, pz = { class: "item" }, jz = { class: "value flex-end" }, bz = { key: 0 },
|
|
8455
|
+
}, Kx = { style: { "margin-left": "5px" } }, qx = { style: { "margin-left": "5px" } }, $x = { key: 0 }, tz = { key: 0 }, lz = { key: 1 }, ez = { key: 0 }, sz = { key: 0 }, iz = { key: 1 }, oz = { key: 0 }, nz = { key: 0 }, az = { key: 1 }, dz = { class: "summary-block flex-between" }, rz = { class: "item" }, Mz = { class: "value flex-end" }, Dz = { key: 0 }, Nz = { class: "gain" }, Iz = { key: 1 }, gz = { class: "lost" }, uz = { key: 2 }, cz = { class: "item" }, yz = { class: "value flex-end" }, Az = { key: 0 }, vz = { class: "gain" }, Tz = { key: 1 }, xz = { class: "lost" }, zz = { key: 2 }, pz = { class: "item" }, jz = { class: "value flex-end" }, bz = { key: 0 }, fz = { class: "gain" }, Cz = { key: 1 }, Uz = { class: "lost" }, mz = { key: 2 }, Ez = { class: "item" }, Oz = { class: "value flex-end" }, Yz = { key: 0 }, wz = { class: "gain" }, Sz = { key: 1 }, Qz = { class: "lost" }, kz = { key: 2 }, hz = { class: "section-content" }, Rz = {
|
|
8456
8456
|
key: 0,
|
|
8457
8457
|
class: ""
|
|
8458
8458
|
}, Fz = ["innerHTML"], Vz = { key: 1 }, Pz = { class: "section deviation-info-section" }, Gz = { key: 0 }, Wz = { key: 1 }, Lz = {
|
|
@@ -8477,12 +8477,12 @@ const Yx = {
|
|
|
8477
8477
|
}, Np = { class: "flex-start" }, Ip = { class: "fraction flex-center" }, gp = { class: "content" }, up = { key: 0 }, cp = { key: 1 }, yp = { class: "fraction flex-center" }, Ap = { class: "content" }, vp = { class: "fraction flex-center" }, Tp = { class: "flex-start" }, xp = { class: "fraction flex-center" }, zp = { class: "fraction flex-center" }, pp = { class: "fraction flex-center" }, jp = { class: "fuel-block flex-between border-dashed" }, bp = {
|
|
8478
8478
|
key: 0,
|
|
8479
8479
|
class: "formula-block"
|
|
8480
|
-
},
|
|
8480
|
+
}, fp = { class: "flex-start" }, Cp = { class: "fraction flex-center" }, Up = { class: "content" }, mp = { key: 0 }, Ep = { key: 1 }, Op = { class: "fraction flex-center" }, Yp = { class: "content" }, wp = { key: 0 }, Sp = { key: 1 }, Qp = { class: "fraction flex-center" }, kp = { class: "content" }, hp = { class: "fraction flex-center" }, Rp = { class: "content" }, Fp = { class: "fraction flex-center" }, Vp = { class: "flex-start" }, Pp = { class: "fraction flex-center" }, Gp = { class: "fraction flex-center" }, Wp = { class: "fraction flex-center" }, Lp = { class: "flex-start" }, Zp = { class: "fraction flex-center" }, Bp = { class: "content" }, Hp = { key: 0 }, _p = { key: 1 }, Jp = { class: "fraction flex-center" }, Xp = { class: "content" }, Kp = { key: 0 }, qp = { key: 1 }, $p = { class: "fraction flex-center" }, t4 = { class: "content" }, l4 = { class: "fraction flex-center" }, e4 = { class: "content" }, s4 = { class: "fraction flex-center" }, i4 = { class: "flex-start" }, o4 = { class: "fraction flex-center" }, n4 = { class: "fraction flex-center" }, a4 = { class: "fraction flex-center" }, d4 = {
|
|
8481
8481
|
key: 1,
|
|
8482
8482
|
class: "formula-block"
|
|
8483
|
-
}, r4 = { class: "flex-start" }, M4 = { class: "fraction flex-center" }, D4 = { class: "content" }, N4 = { key: 0 }, I4 = { key: 1 }, g4 = { class: "fraction flex-center" }, u4 = { class: "content" }, c4 = { key: 0 }, y4 = { key: 1 }, A4 = { class: "fraction flex-center" }, v4 = { class: "content" }, T4 = { class: "fraction flex-center" }, x4 = { class: "content" }, z4 = { class: "fraction flex-center" }, p4 = { class: "flex-start" }, j4 = { class: "fraction flex-center" }, b4 = { class: "fraction flex-center" },
|
|
8483
|
+
}, r4 = { class: "flex-start" }, M4 = { class: "fraction flex-center" }, D4 = { class: "content" }, N4 = { key: 0 }, I4 = { key: 1 }, g4 = { class: "fraction flex-center" }, u4 = { class: "content" }, c4 = { key: 0 }, y4 = { key: 1 }, A4 = { class: "fraction flex-center" }, v4 = { class: "content" }, T4 = { class: "fraction flex-center" }, x4 = { class: "content" }, z4 = { class: "fraction flex-center" }, p4 = { class: "flex-start" }, j4 = { class: "fraction flex-center" }, b4 = { class: "fraction flex-center" }, f4 = { class: "fraction flex-center" }, C4 = { class: "flex-start" }, U4 = { class: "fraction flex-center" }, m4 = { class: "content" }, E4 = { key: 0 }, O4 = { key: 1 }, Y4 = { class: "fraction flex-center" }, w4 = { class: "content" }, S4 = { key: 0 }, Q4 = { key: 1 }, k4 = { class: "fraction flex-center" }, h4 = { class: "content" }, R4 = { class: "fraction flex-center" }, F4 = { class: "content" }, V4 = { class: "fraction flex-center" }, P4 = { class: "flex-start" }, G4 = { class: "fraction flex-center" }, W4 = { class: "fraction flex-center" }, L4 = { class: "fraction flex-center" }, Z4 = { class: "section map-section" }, B4 = { class: "report-map" }, H4 = ["src"];
|
|
8484
8484
|
function _4(i, l, s, D, r, d) {
|
|
8485
|
-
var b, u, A, w,
|
|
8485
|
+
var b, u, A, w, f, U, m, j, S, O, Q, v, R, P, G, W, L, Z, H, _, J, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, jt, bt, vt, Et, Ot, Yt, wt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Lt, Gt, k, mt, Zt, Jt, Xt, h, Kt, qt, N, Mt, Ut, B, Ht, At, _t, $t, tl, nl, al, dl, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, jl, bl, fl, Cl, Ul, ml, El, Ol, Yl, wl, kl, Y, hl, Rl, Fl, Vl, Pl, Gl, Wl, Ll, gl, Ge, We, Le, Ze, Be, He, _e, Je, Xe, Ke, qe, $e, ts, ls, es, ss, x, Bt, Nl, Il, Sl, Zl, Bl, Hl, _l, Jl, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, je, be, fe, Ce, Ue, me, Ee, Oe, Ye, we, Se, Qe, ke, he, Re, Fe, Ve, is, os, ns, ol, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, js, bs, fs, Cs, Us, ms, Es, Os, Ys, ws, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Ls, Zs, Bs, Hs, T, _s, Js, Xs, Ks, qs, $s, ti, li, Ms, ii, oi, ni, ai, di, ri, Mi, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi;
|
|
8486
8486
|
const c = F("IdmBrand"), M = F("Editor"), I = F("EditableItem"), p = F("ElButton");
|
|
8487
8487
|
return n(), a("div", wx, [
|
|
8488
8488
|
E(c, { name: "Voyage Deviation Report" }),
|
|
@@ -8498,7 +8498,7 @@ function _4(i, l, s, D, r, d) {
|
|
|
8498
8498
|
t("div", null, [
|
|
8499
8499
|
t("span", null, e((A = (u = s.report) == null ? void 0 : u.departure) == null ? void 0 : A.name), 1),
|
|
8500
8500
|
l[12] || (l[12] = g(" , ")),
|
|
8501
|
-
t("span", Fx, e(d.computeUTCTime(((
|
|
8501
|
+
t("span", Fx, e(d.computeUTCTime(((f = (w = s.report) == null ? void 0 : w.departure) == null ? void 0 : f.atd) || ((m = (U = s.report) == null ? void 0 : U.departure) == null ? void 0 : m.etd))), 1)
|
|
8502
8502
|
])
|
|
8503
8503
|
])
|
|
8504
8504
|
]),
|
|
@@ -8564,14 +8564,14 @@ function _4(i, l, s, D, r, d) {
|
|
|
8564
8564
|
t("span", null, e(((wt = (Yt = s.report) == null ? void 0 : Yt.cp) == null ? void 0 : wt.fo) ?? "—"), 1),
|
|
8565
8565
|
s.report.useWeather ? (n(), a("span", ez, [
|
|
8566
8566
|
l[20] || (l[20] = g(" | ")),
|
|
8567
|
-
(kt = (Qt = (St = s.report) == null ? void 0 : St.extend) == null ? void 0 : Qt.foAbtCons) != null && kt.percentage ? (n(), a("span", sz, "+" + e((Ft = (Rt = (ht = s.report) == null ? void 0 : ht.extend) == null ? void 0 : Rt.foAbtCons) == null ? void 0 : Ft.over) + "% , -" + e((
|
|
8567
|
+
(kt = (Qt = (St = s.report) == null ? void 0 : St.extend) == null ? void 0 : Qt.foAbtCons) != null && kt.percentage ? (n(), a("span", sz, "+" + e((Ft = (Rt = (ht = s.report) == null ? void 0 : ht.extend) == null ? void 0 : Rt.foAbtCons) == null ? void 0 : Ft.over) + "% , -" + e((ft = (Pt = (Vt = s.report) == null ? void 0 : Vt.extend) == null ? void 0 : Pt.foAbtCons) == null ? void 0 : ft.under) + "%", 1)) : (n(), a("span", iz, "+" + e((Gt = (Lt = (Wt = s.report) == null ? void 0 : Wt.extend) == null ? void 0 : Lt.foAbtCons) == null ? void 0 : Gt.overTolerance) + " , -" + e((Zt = (mt = (k = s.report) == null ? void 0 : k.extend) == null ? void 0 : mt.foAbtCons) == null ? void 0 : Zt.underTolerance), 1))
|
|
8568
8568
|
])) : y("", !0)
|
|
8569
8569
|
]),
|
|
8570
8570
|
t("td", null, [
|
|
8571
8571
|
t("span", null, e(((Xt = (Jt = s.report) == null ? void 0 : Jt.cp) == null ? void 0 : Xt.dgo) ?? "—"), 1),
|
|
8572
8572
|
s.report.useWeather ? (n(), a("span", oz, [
|
|
8573
8573
|
l[21] || (l[21] = g(" | ")),
|
|
8574
|
-
(qt = (Kt = (h = s.report) == null ? void 0 : h.extend) == null ? void 0 : Kt.dgoAbtCons) != null && qt.percentage ? (n(), a("span", nz, "+" + e((
|
|
8574
|
+
(qt = (Kt = (h = s.report) == null ? void 0 : h.extend) == null ? void 0 : Kt.dgoAbtCons) != null && qt.percentage ? (n(), a("span", nz, "+" + e((Ut = (Mt = (N = s.report) == null ? void 0 : N.extend) == null ? void 0 : Mt.dgoAbtCons) == null ? void 0 : Ut.over) + "% , -" + e((At = (Ht = (B = s.report) == null ? void 0 : B.extend) == null ? void 0 : Ht.dgoAbtCons) == null ? void 0 : At.under) + "%", 1)) : (n(), a("span", az, "+" + e((tl = ($t = (_t = s.report) == null ? void 0 : _t.extend) == null ? void 0 : $t.dgoAbtCons) == null ? void 0 : tl.overTolerance) + " , -" + e((dl = (al = (nl = s.report) == null ? void 0 : nl.extend) == null ? void 0 : al.dgoAbtCons) == null ? void 0 : dl.underTolerance), 1))
|
|
8575
8575
|
])) : y("", !0)
|
|
8576
8576
|
])
|
|
8577
8577
|
])
|
|
@@ -8610,13 +8610,13 @@ function _4(i, l, s, D, r, d) {
|
|
|
8610
8610
|
t("div", pz, [
|
|
8611
8611
|
l[38] || (l[38] = t("div", { class: "title" }, "FO Total extra Consumption", -1)),
|
|
8612
8612
|
t("div", jz, [
|
|
8613
|
-
((
|
|
8613
|
+
((Cl = (fl = (bl = s.report) == null ? void 0 : bl.consAnalysis) == null ? void 0 : fl.fo) == null ? void 0 : Cl.totalExtraCons) < 0 ? (n(), a("div", bz, [
|
|
8614
8614
|
l[34] || (l[34] = t("i", { class: "iconfont gain" }, "", -1)),
|
|
8615
|
-
t("span",
|
|
8615
|
+
t("span", fz, e(Math.abs((El = (ml = (Ul = s.report) == null ? void 0 : Ul.consAnalysis) == null ? void 0 : ml.fo) == null ? void 0 : El.totalExtraCons)), 1),
|
|
8616
8616
|
l[35] || (l[35] = t("span", { class: "unit" }, "mt", -1))
|
|
8617
|
-
])) : ((wl = (Yl = (Ol = s.report) == null ? void 0 : Ol.consAnalysis) == null ? void 0 : Yl.fo) == null ? void 0 : wl.totalExtraCons) >= 0 ? (n(), a("div",
|
|
8617
|
+
])) : ((wl = (Yl = (Ol = s.report) == null ? void 0 : Ol.consAnalysis) == null ? void 0 : Yl.fo) == null ? void 0 : wl.totalExtraCons) >= 0 ? (n(), a("div", Cz, [
|
|
8618
8618
|
l[36] || (l[36] = t("i", { class: "iconfont lost" }, "", -1)),
|
|
8619
|
-
t("span",
|
|
8619
|
+
t("span", Uz, e(Math.abs((hl = (Y = (kl = s.report) == null ? void 0 : kl.consAnalysis) == null ? void 0 : Y.fo) == null ? void 0 : hl.totalExtraCons)), 1),
|
|
8620
8620
|
l[37] || (l[37] = t("span", { class: "unit" }, "mt", -1))
|
|
8621
8621
|
])) : (n(), a("div", mz, "N/A"))
|
|
8622
8622
|
])
|
|
@@ -8862,9 +8862,9 @@ function _4(i, l, s, D, r, d) {
|
|
|
8862
8862
|
], -1))
|
|
8863
8863
|
]),
|
|
8864
8864
|
t("tbody", null, [
|
|
8865
|
-
(n(!0), a(
|
|
8866
|
-
var zi, pi, ji, bi, Ci, Ui,
|
|
8867
|
-
return n(), a(
|
|
8865
|
+
(n(!0), a(C, null, et(r.extraPortList, (st, as) => {
|
|
8866
|
+
var zi, pi, ji, bi, fi, Ci, Ui, mi;
|
|
8867
|
+
return n(), a(C, { key: as }, [
|
|
8868
8868
|
t("tr", null, [
|
|
8869
8869
|
t("td", Hz, [
|
|
8870
8870
|
E(I, {
|
|
@@ -8944,7 +8944,7 @@ function _4(i, l, s, D, r, d) {
|
|
|
8944
8944
|
t("td", null, [
|
|
8945
8945
|
E(I, {
|
|
8946
8946
|
class: "editable-item",
|
|
8947
|
-
value: (
|
|
8947
|
+
value: (fi = st == null ? void 0 : st.departure) == null ? void 0 : fi.foBrob,
|
|
8948
8948
|
iconable: !1,
|
|
8949
8949
|
size: "small",
|
|
8950
8950
|
type: "alphanumeric",
|
|
@@ -8955,7 +8955,7 @@ function _4(i, l, s, D, r, d) {
|
|
|
8955
8955
|
t("td", null, [
|
|
8956
8956
|
E(I, {
|
|
8957
8957
|
class: "editable-item",
|
|
8958
|
-
value: (
|
|
8958
|
+
value: (Ci = st == null ? void 0 : st.departure) == null ? void 0 : Ci.dgoBrob,
|
|
8959
8959
|
iconable: !1,
|
|
8960
8960
|
size: "small",
|
|
8961
8961
|
type: "alphanumeric",
|
|
@@ -8966,7 +8966,7 @@ function _4(i, l, s, D, r, d) {
|
|
|
8966
8966
|
t("td", null, [
|
|
8967
8967
|
E(I, {
|
|
8968
8968
|
class: "editable-item",
|
|
8969
|
-
value: (
|
|
8969
|
+
value: (Ui = st == null ? void 0 : st.departure) == null ? void 0 : Ui.bunkeringFo,
|
|
8970
8970
|
iconable: !1,
|
|
8971
8971
|
size: "small",
|
|
8972
8972
|
type: "alphanumeric",
|
|
@@ -9070,7 +9070,7 @@ function _4(i, l, s, D, r, d) {
|
|
|
9070
9070
|
l[83] || (l[83] = t("div", { class: "sig" }, "+", -1)),
|
|
9071
9071
|
t("div", rp, e(d.computeNum((je = (pe = s.report) == null ? void 0 : pe.timeAnalysis) == null ? void 0 : je.portTime)), 1),
|
|
9072
9072
|
l[84] || (l[84] = t("div", { class: "sig" }, "=", -1)),
|
|
9073
|
-
t("div", Mp, e((
|
|
9073
|
+
t("div", Mp, e((fe = (be = s.report) == null ? void 0 : be.timeAnalysis) == null ? void 0 : fe.totalExtraTime) + " (hrs)", 1)
|
|
9074
9074
|
])
|
|
9075
9075
|
])) : (n(), a("div", Dp, [
|
|
9076
9076
|
t("div", Np, [
|
|
@@ -9086,9 +9086,9 @@ function _4(i, l, s, D, r, d) {
|
|
|
9086
9086
|
l[90] || (l[90] = t("div", { class: "sig" }, "=", -1)),
|
|
9087
9087
|
t("div", yp, [
|
|
9088
9088
|
t("div", Ap, [
|
|
9089
|
-
t("div", null, e((
|
|
9089
|
+
t("div", null, e((Ce = s.report) == null ? void 0 : Ce.priorDist), 1),
|
|
9090
9090
|
l[87] || (l[87] = t("div", { class: "line" }, null, -1)),
|
|
9091
|
-
t("div", null, e((me = (
|
|
9091
|
+
t("div", null, e((me = (Ue = s.report) == null ? void 0 : Ue.extend) == null ? void 0 : me.cpSpd), 1)
|
|
9092
9092
|
])
|
|
9093
9093
|
]),
|
|
9094
9094
|
l[91] || (l[91] = t("div", { class: "sig" }, "=", -1)),
|
|
@@ -9108,11 +9108,11 @@ function _4(i, l, s, D, r, d) {
|
|
|
9108
9108
|
]),
|
|
9109
9109
|
t("div", jp, [
|
|
9110
9110
|
((Re = s.report) == null ? void 0 : Re.method) === "DistExtrapolate" ? (n(), a("div", bp, [
|
|
9111
|
-
t("div",
|
|
9111
|
+
t("div", fp, [
|
|
9112
9112
|
l[104] || (l[104] = t("div", { class: "fraction flex-center" }, "FO Consumption for extra distance sailing", -1)),
|
|
9113
9113
|
l[105] || (l[105] = t("div", { class: "sig" }, "=", -1)),
|
|
9114
|
-
t("div",
|
|
9115
|
-
t("div",
|
|
9114
|
+
t("div", Cp, [
|
|
9115
|
+
t("div", Up, [
|
|
9116
9116
|
l[97] || (l[97] = t("div", null, "Extra Distance", -1)),
|
|
9117
9117
|
l[98] || (l[98] = t("div", { class: "line" }, null, -1)),
|
|
9118
9118
|
s.report.useWeather ? (n(), a("div", mp, "CP Speed - About")) : (n(), a("div", Ep, "CP Speed"))
|
|
@@ -9176,13 +9176,13 @@ function _4(i, l, s, D, r, d) {
|
|
|
9176
9176
|
t("div", t4, [
|
|
9177
9177
|
t("div", null, e((js = s.report) == null ? void 0 : js.extraDist), 1),
|
|
9178
9178
|
l[117] || (l[117] = t("div", { class: "line" }, null, -1)),
|
|
9179
|
-
t("div", null, e((
|
|
9179
|
+
t("div", null, e((fs = (bs = s.report) == null ? void 0 : bs.extend) == null ? void 0 : fs.cpSpd), 1)
|
|
9180
9180
|
])
|
|
9181
9181
|
]),
|
|
9182
9182
|
l[124] || (l[124] = t("div", { class: "sig" }, "×", -1)),
|
|
9183
9183
|
t("div", l4, [
|
|
9184
9184
|
t("div", e4, [
|
|
9185
|
-
t("div", null, e((
|
|
9185
|
+
t("div", null, e((Us = (Cs = s.report) == null ? void 0 : Cs.extend) == null ? void 0 : Us.cpDgoCons), 1),
|
|
9186
9186
|
l[118] || (l[118] = t("div", { class: "line" }, null, -1)),
|
|
9187
9187
|
l[119] || (l[119] = t("div", null, "24", -1))
|
|
9188
9188
|
])
|
|
@@ -9242,12 +9242,12 @@ function _4(i, l, s, D, r, d) {
|
|
|
9242
9242
|
l[143] || (l[143] = t("div", { class: "sig" }, "-", -1)),
|
|
9243
9243
|
t("div", b4, e(d.computeNum(($s = (qs = (Ks = s.report) == null ? void 0 : Ks.consAnalysis) == null ? void 0 : qs.fo) == null ? void 0 : $s.sailingCons)), 1),
|
|
9244
9244
|
l[144] || (l[144] = t("div", { class: "sig" }, "=", -1)),
|
|
9245
|
-
t("div",
|
|
9245
|
+
t("div", f4, e((Ms = (li = (ti = s.report) == null ? void 0 : ti.consAnalysis) == null ? void 0 : li.fo) == null ? void 0 : Ms.totalExtraCons) + " (mt)", 1)
|
|
9246
9246
|
]),
|
|
9247
|
-
t("div",
|
|
9247
|
+
t("div", C4, [
|
|
9248
9248
|
l[152] || (l[152] = t("div", { class: "fraction flex-center" }, "MGO Consumption for Route prior to deviation sailing", -1)),
|
|
9249
9249
|
l[153] || (l[153] = t("div", { class: "sig" }, "=", -1)),
|
|
9250
|
-
t("div",
|
|
9250
|
+
t("div", U4, [
|
|
9251
9251
|
t("div", m4, [
|
|
9252
9252
|
l[145] || (l[145] = t("div", null, "Route prior to deviation Distance", -1)),
|
|
9253
9253
|
l[146] || (l[146] = t("div", { class: "line" }, null, -1)),
|
|
@@ -9366,7 +9366,7 @@ const X4 = {
|
|
|
9366
9366
|
// 经纬度转换
|
|
9367
9367
|
computedLngLat() {
|
|
9368
9368
|
return function(i, l) {
|
|
9369
|
-
const s =
|
|
9369
|
+
const s = Ct.lat2pretty(i).pretty, D = Ct.lng2pretty(l).pretty;
|
|
9370
9370
|
return `${s} / ${D}`;
|
|
9371
9371
|
};
|
|
9372
9372
|
},
|
|
@@ -9482,13 +9482,13 @@ const X4 = {
|
|
|
9482
9482
|
}, I3 = { class: "flex" }, g3 = { class: "flexM" }, u3 = { class: "summary-item" }, c3 = {
|
|
9483
9483
|
class: "flexL gray",
|
|
9484
9484
|
style: { display: "flex" }
|
|
9485
|
-
}, y3 = { class: "flex" }, A3 = { class: "flexM" }, v3 = { class: "report-summary" }, T3 = { class: "summary-item" }, x3 = { class: "summary-item" }, z3 = { class: "summary-item" }, p3 = { class: "summary-item" }, j3 = { class: "report-map" }, b3 = ["src"],
|
|
9485
|
+
}, y3 = { class: "flex" }, A3 = { class: "flexM" }, v3 = { class: "report-summary" }, T3 = { class: "summary-item" }, x3 = { class: "summary-item" }, z3 = { class: "summary-item" }, p3 = { class: "summary-item" }, j3 = { class: "report-map" }, b3 = ["src"], f3 = {
|
|
9486
9486
|
key: 0,
|
|
9487
9487
|
class: "subtitle"
|
|
9488
|
-
},
|
|
9488
|
+
}, C3 = {
|
|
9489
9489
|
key: 1,
|
|
9490
9490
|
class: "report-summary"
|
|
9491
|
-
},
|
|
9491
|
+
}, U3 = { class: "summary-item" }, m3 = {
|
|
9492
9492
|
class: "blue center",
|
|
9493
9493
|
style: { width: "20%" }
|
|
9494
9494
|
}, E3 = {
|
|
@@ -9524,7 +9524,7 @@ const X4 = {
|
|
|
9524
9524
|
}, xj = { style: { width: "5%" } }, zj = { style: { width: "5%" } }, pj = { style: { width: "5%" } }, jj = {
|
|
9525
9525
|
key: 1,
|
|
9526
9526
|
class: "equation"
|
|
9527
|
-
}, bj = { style: { width: "5%" } },
|
|
9527
|
+
}, bj = { style: { width: "5%" } }, fj = { style: { width: "5%" } }, Cj = { style: { width: "5%" } }, Uj = { style: { width: "5%" } }, mj = {
|
|
9528
9528
|
key: 4,
|
|
9529
9529
|
class: "report-summary"
|
|
9530
9530
|
}, Ej = { class: "summary-item" }, Oj = { class: "flex blue center" }, Yj = { class: "summary-item" }, wj = { class: "flex blue center" }, Sj = { class: "summary-item" }, Qj = { class: "flex blue center" }, kj = {
|
|
@@ -9569,10 +9569,10 @@ const X4 = {
|
|
|
9569
9569
|
}, Ab = { style: { width: "5%" } }, vb = { style: { width: "5%" } }, Tb = { style: { width: "5%" } }, xb = {
|
|
9570
9570
|
key: 1,
|
|
9571
9571
|
class: "equation"
|
|
9572
|
-
}, zb = { style: { width: "5%" } }, pb = { style: { width: "5%" } }, jb = { style: { width: "5%" } }, bb = { style: { width: "5%" } },
|
|
9572
|
+
}, zb = { style: { width: "5%" } }, pb = { style: { width: "5%" } }, jb = { style: { width: "5%" } }, bb = { style: { width: "5%" } }, fb = {
|
|
9573
9573
|
key: 2,
|
|
9574
9574
|
class: "equation"
|
|
9575
|
-
},
|
|
9575
|
+
}, Cb = { style: { width: "5%" } }, Ub = { style: { width: "5%" } }, mb = { style: { width: "5%" } }, Eb = {
|
|
9576
9576
|
key: 3,
|
|
9577
9577
|
class: "equation"
|
|
9578
9578
|
}, Ob = { style: { width: "5%" } }, Yb = { style: { width: "5%" } }, wb = { style: { width: "5%" } }, Sb = { style: { width: "5%" } }, Qb = {
|
|
@@ -9584,9 +9584,9 @@ const X4 = {
|
|
|
9584
9584
|
}, Lb = { class: "summary-item" }, Zb = { class: "flex blue center" }, Bb = { class: "flex blue center" }, Hb = { class: "summary-item" }, _b = { class: "flex blue center" }, Jb = { class: "flex blue center" }, Xb = {
|
|
9585
9585
|
key: 0,
|
|
9586
9586
|
class: "summary-item"
|
|
9587
|
-
}, Kb = { class: "flex blue center" }, qb = { class: "flex blue center" }, $b = { class: "summary-item" },
|
|
9588
|
-
function
|
|
9589
|
-
var u, A, w,
|
|
9587
|
+
}, Kb = { class: "flex blue center" }, qb = { class: "flex blue center" }, $b = { class: "summary-item" }, tf = ["innerHTML"];
|
|
9588
|
+
function lf(i, l, s, D, r, d) {
|
|
9589
|
+
var u, A, w, f, U, m, j, S, O, Q, v, R, P, G, W, L, Z, H, _, J, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, jt, bt, vt, Et, Ot, Yt, wt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Lt, Gt, k, mt, Zt, Jt, Xt, h, Kt, qt, N, Mt, Ut, B, Ht, At, _t, $t, tl, nl, al, dl, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, jl, bl, fl, Cl, Ul, ml, El, Ol, Yl, wl, kl, Y, hl, Rl, Fl, Vl, Pl, Gl, Wl, Ll, gl, Ge, We, Le, Ze, Be, He, _e, Je, Xe, Ke, qe, $e, ts, ls, es, ss, x, Bt, Nl, Il, Sl, Zl, Bl, Hl, _l, Jl, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, je, be, fe, Ce, Ue, me, Ee, Oe, Ye, we, Se, Qe, ke, he, Re, Fe, Ve, is, os, ns, ol, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, js, bs, fs, Cs, Us, ms, Es, Os, Ys, ws, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Ls, Zs, Bs, Hs, T, _s, Js, Xs, Ks, qs, $s, ti, li, Ms, ii, oi, ni, ai, di, ri, Mi, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi, st, as, zi, pi, ji, bi, fi, Ci, Ui, mi, ul, Ei, Oi, Yi, wi;
|
|
9590
9590
|
const c = F("EditableItem"), M = F("CirclePlus"), I = F("ElIcon"), p = F("Remove"), b = F("Editor");
|
|
9591
9591
|
return n(), a("div", K4, [
|
|
9592
9592
|
l[140] || (l[140] = t("div", { class: "report-bg" }, [
|
|
@@ -9607,11 +9607,11 @@ function lC(i, l, s, D, r, d) {
|
|
|
9607
9607
|
]),
|
|
9608
9608
|
t("div", o3, [
|
|
9609
9609
|
l[13] || (l[13] = t("label", { class: "flex gray" }, "Prepared For", -1)),
|
|
9610
|
-
t("div", n3, e((
|
|
9610
|
+
t("div", n3, e((f = r.extraData) == null ? void 0 : f.preparedFor), 1)
|
|
9611
9611
|
]),
|
|
9612
9612
|
t("div", a3, [
|
|
9613
9613
|
l[14] || (l[14] = t("label", { class: "flex gray" }, "Vessel Type", -1)),
|
|
9614
|
-
t("div", d3, e((m = (
|
|
9614
|
+
t("div", d3, e((m = (U = r.extraData) == null ? void 0 : U.vessel) == null ? void 0 : m.type), 1)
|
|
9615
9615
|
]),
|
|
9616
9616
|
t("div", r3, [
|
|
9617
9617
|
l[15] || (l[15] = t("label", { class: "flex gray" }, "Reference Number", -1)),
|
|
@@ -9669,10 +9669,10 @@ function lC(i, l, s, D, r, d) {
|
|
|
9669
9669
|
l[22] || (l[22] = it('<div class="legend" data-v-eba493df><div class="legend-item" data-v-eba493df><div style="width:50px;height:0px;border:1px solid var(--actual-route);" data-v-eba493df></div><div data-v-eba493df>Actual Route</div></div><div class="legend-item" data-v-eba493df><div style="width:50px;height:0px;border:1px dashed var(--prior-route);" data-v-eba493df></div><div data-v-eba493df>Route prior to deviation</div></div></div>', 1))
|
|
9670
9670
|
]),
|
|
9671
9671
|
l[143] || (l[143] = t("div", { class: "page-break" }, null, -1)),
|
|
9672
|
-
i.isDistExtra ? y("", !0) : (n(), a("div",
|
|
9673
|
-
i.isDistExtra ? y("", !0) : (n(), a("div",
|
|
9672
|
+
i.isDistExtra ? y("", !0) : (n(), a("div", f3, "Diversion Information")),
|
|
9673
|
+
i.isDistExtra ? y("", !0) : (n(), a("div", C3, [
|
|
9674
9674
|
l[31] || (l[31] = it('<div class="summary-item" data-v-eba493df><div class="blue center" style="width:16%;" data-v-eba493df>Diversion</div><div class="blue center" style="width:20%;" data-v-eba493df>Position</div><div class="blue center" style="width:17%;" data-v-eba493df>Date Time</div><div class="flex blue center" data-v-eba493df>FO BROB<br data-v-eba493df>(mt)</div><div class="flex blue center" data-v-eba493df>DO/GO<br data-v-eba493df>BROB (mt)</div><div class="flex blue center" data-v-eba493df>Bunkering<br data-v-eba493df>FO (mt)</div><div class="flex blue center" data-v-eba493df>Bunkering<br data-v-eba493df>DO/GO (mt)</div></div>', 1)),
|
|
9675
|
-
t("div",
|
|
9675
|
+
t("div", U3, [
|
|
9676
9676
|
l[23] || (l[23] = t("div", {
|
|
9677
9677
|
class: "blue center",
|
|
9678
9678
|
style: { width: "16%" }
|
|
@@ -9773,7 +9773,7 @@ function lC(i, l, s, D, r, d) {
|
|
|
9773
9773
|
}, null, -1)),
|
|
9774
9774
|
t("div", P3, e(((ht = (kt = r.extraData) == null ? void 0 : kt.timeAnalysis) == null ? void 0 : ht.actualTime) ?? "—"), 1),
|
|
9775
9775
|
t("div", G3, e(((Vt = (Ft = (Rt = r.extraData) == null ? void 0 : Rt.consAnalysis) == null ? void 0 : Ft.fo) == null ? void 0 : Vt.actualCons) ?? "—"), 1),
|
|
9776
|
-
t("div", W3, e(((Wt = (
|
|
9776
|
+
t("div", W3, e(((Wt = (ft = (Pt = r.extraData) == null ? void 0 : Pt.consAnalysis) == null ? void 0 : ft.dgo) == null ? void 0 : Wt.actualCons) ?? "—"), 1),
|
|
9777
9777
|
l[29] || (l[29] = t("div", { class: "flex blue center" }, null, -1)),
|
|
9778
9778
|
l[30] || (l[30] = t("div", { class: "flex blue center" }, null, -1))
|
|
9779
9779
|
])
|
|
@@ -9834,9 +9834,9 @@ function lC(i, l, s, D, r, d) {
|
|
|
9834
9834
|
])
|
|
9835
9835
|
], -1)),
|
|
9836
9836
|
t("tbody", null, [
|
|
9837
|
-
(n(!0), a(
|
|
9837
|
+
(n(!0), a(C, null, et(r.extraPortList, (nt, us) => {
|
|
9838
9838
|
var Si, Qi, ki, hi, Ri, Fi, Vi, Pi;
|
|
9839
|
-
return n(), a(
|
|
9839
|
+
return n(), a(C, { key: us }, [
|
|
9840
9840
|
t("tr", null, [
|
|
9841
9841
|
t("td", tj, [
|
|
9842
9842
|
E(c, {
|
|
@@ -9965,7 +9965,7 @@ function lC(i, l, s, D, r, d) {
|
|
|
9965
9965
|
l[41] || (l[41] = t("td", null, null, -1)),
|
|
9966
9966
|
t("td", null, e(((h = (Xt = r.extraData) == null ? void 0 : Xt.timeAnalysis) == null ? void 0 : h.portTime) ?? "—"), 1),
|
|
9967
9967
|
t("td", null, e(((N = (qt = (Kt = r.extraData) == null ? void 0 : Kt.consAnalysis) == null ? void 0 : qt.fo) == null ? void 0 : N.portCons) ?? "—"), 1),
|
|
9968
|
-
t("td", null, e(((B = (
|
|
9968
|
+
t("td", null, e(((B = (Ut = (Mt = r.extraData) == null ? void 0 : Mt.consAnalysis) == null ? void 0 : Ut.dgo) == null ? void 0 : B.portCons) ?? "—"), 1),
|
|
9969
9969
|
l[42] || (l[42] = t("td", null, null, -1)),
|
|
9970
9970
|
l[43] || (l[43] = t("td", null, null, -1)),
|
|
9971
9971
|
l[44] || (l[44] = t("td", { class: "print-hidden" }, null, -1))
|
|
@@ -10059,19 +10059,19 @@ function lC(i, l, s, D, r, d) {
|
|
|
10059
10059
|
l[61] || (l[61] = it('<div style="width:18%;text-align:left;" data-v-eba493df>Total extra Time (hrs)</div><div style="width:2%;" data-v-eba493df>=</div><div style="width:24%;" data-v-eba493df>Time for Actual Route (hrs)</div><div style="width:2%;" data-v-eba493df>-</div><div style="width:30%;" data-v-eba493df>Time for Route prior to deviation sailing (hrs)</div><div style="width:2%;" data-v-eba493df>=</div>', 6)),
|
|
10060
10060
|
t("div", xj, e((bl = (jl = r.extraData) == null ? void 0 : jl.timeAnalysis) == null ? void 0 : bl.actualTime), 1),
|
|
10061
10061
|
l[62] || (l[62] = t("div", { style: { width: "2%" } }, "-", -1)),
|
|
10062
|
-
t("div", zj, e((
|
|
10062
|
+
t("div", zj, e((Cl = (fl = r.extraData) == null ? void 0 : fl.timeAnalysis) == null ? void 0 : Cl.sailingTime), 1),
|
|
10063
10063
|
l[63] || (l[63] = t("div", { style: { width: "2%" } }, "=", -1)),
|
|
10064
|
-
t("div", pj, e((ml = (
|
|
10064
|
+
t("div", pj, e((ml = (Ul = r.extraData) == null ? void 0 : Ul.timeAnalysis) == null ? void 0 : ml.totalExtraTime), 1),
|
|
10065
10065
|
l[64] || (l[64] = t("div", { style: { width: "5%" } }, "(hrs)", -1))
|
|
10066
10066
|
])) : (n(), a("div", jj, [
|
|
10067
10067
|
l[65] || (l[65] = it('<div style="width:18%;text-align:left;" data-v-eba493df>Total extra Time (hrs)</div><div style="width:2%;" data-v-eba493df>=</div><div style="width:24%;" data-v-eba493df>Time for Actual Route (hrs)</div><div style="width:2%;" data-v-eba493df>-</div><div style="width:20%;" data-v-eba493df>Time for Route prior to deviation sailing (hrs)</div><div style="width:2%;" data-v-eba493df>-</div><div style="width:10%;" data-v-eba493df>Time spent in port (hrs)</div><div style="width:2%;" data-v-eba493df>=</div>', 8)),
|
|
10068
10068
|
t("div", bj, e((Ol = (El = r.extraData) == null ? void 0 : El.timeAnalysis) == null ? void 0 : Ol.actualTime), 1),
|
|
10069
10069
|
l[66] || (l[66] = t("div", { style: { width: "2%" } }, "-", -1)),
|
|
10070
|
-
t("div",
|
|
10070
|
+
t("div", fj, e((wl = (Yl = r.extraData) == null ? void 0 : Yl.timeAnalysis) == null ? void 0 : wl.sailingTime), 1),
|
|
10071
10071
|
l[67] || (l[67] = t("div", { style: { width: "2%" } }, "-", -1)),
|
|
10072
|
-
t("div",
|
|
10072
|
+
t("div", Cj, e((Y = (kl = r.extraData) == null ? void 0 : kl.timeAnalysis) == null ? void 0 : Y.portTime), 1),
|
|
10073
10073
|
l[68] || (l[68] = t("div", { style: { width: "2%" } }, "=", -1)),
|
|
10074
|
-
t("div",
|
|
10074
|
+
t("div", Uj, e((Rl = (hl = r.extraData) == null ? void 0 : hl.timeAnalysis) == null ? void 0 : Rl.totalExtraTime), 1),
|
|
10075
10075
|
l[69] || (l[69] = t("div", { style: { width: "5%" } }, "(hrs)", -1))
|
|
10076
10076
|
]))
|
|
10077
10077
|
])),
|
|
@@ -10213,12 +10213,12 @@ function lC(i, l, s, D, r, d) {
|
|
|
10213
10213
|
l[108] || (l[108] = t("div", null, "24", -1))
|
|
10214
10214
|
]),
|
|
10215
10215
|
l[111] || (l[111] = t("div", { style: { width: "3%" } }, "=", -1)),
|
|
10216
|
-
t("div", cb, e((
|
|
10216
|
+
t("div", cb, e((fe = (be = (je = r.extraData) == null ? void 0 : je.consAnalysis) == null ? void 0 : be.dgo) == null ? void 0 : fe.sailingCons), 1),
|
|
10217
10217
|
l[112] || (l[112] = t("div", { style: { width: "5%" } }, "(mt)", -1))
|
|
10218
10218
|
]),
|
|
10219
10219
|
r.extraPortList.length < 1 ? (n(), a("div", yb, [
|
|
10220
10220
|
l[113] || (l[113] = it('<div style="width:20%;text-align:left;" data-v-eba493df>FO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-eba493df>=</div><div style="width:30%;" data-v-eba493df>FO Consumption for Actual Route</div><div style="width:3%;" data-v-eba493df>-</div><div style="width:23%;" data-v-eba493df>FO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-eba493df>=</div>', 6)),
|
|
10221
|
-
t("div", Ab, e((me = (
|
|
10221
|
+
t("div", Ab, e((me = (Ue = (Ce = r.extraData) == null ? void 0 : Ce.consAnalysis) == null ? void 0 : Ue.fo) == null ? void 0 : me.actualCons), 1),
|
|
10222
10222
|
l[114] || (l[114] = t("div", { style: { width: "3%" } }, "-", -1)),
|
|
10223
10223
|
t("div", vb, e(d.computeNum((Ye = (Oe = (Ee = r.extraData) == null ? void 0 : Ee.consAnalysis) == null ? void 0 : Oe.fo) == null ? void 0 : Ye.sailingCons)), 1),
|
|
10224
10224
|
l[115] || (l[115] = t("div", { style: { width: "3%" } }, "=", -1)),
|
|
@@ -10235,19 +10235,19 @@ function lC(i, l, s, D, r, d) {
|
|
|
10235
10235
|
t("div", bb, e((Ns = (Ds = (rs = r.extraData) == null ? void 0 : rs.consAnalysis) == null ? void 0 : Ds.fo) == null ? void 0 : Ns.totalExtraCons), 1),
|
|
10236
10236
|
l[121] || (l[121] = t("div", { style: { width: "5%" } }, "(mt)", -1))
|
|
10237
10237
|
])),
|
|
10238
|
-
r.extraPortList.length < 1 ? (n(), a("div",
|
|
10238
|
+
r.extraPortList.length < 1 ? (n(), a("div", fb, [
|
|
10239
10239
|
l[122] || (l[122] = it('<div style="width:20%;text-align:left;" data-v-eba493df>DO/GO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-eba493df>=</div><div style="width:30%;" data-v-eba493df>DO/GO Consumption for Actual Route</div><div style="width:3%;" data-v-eba493df>-</div><div style="width:23%;" data-v-eba493df>DO/GO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-eba493df>=</div>', 6)),
|
|
10240
|
-
t("div",
|
|
10240
|
+
t("div", Cb, e((As = (gs = (Is = r.extraData) == null ? void 0 : Is.consAnalysis) == null ? void 0 : gs.dgo) == null ? void 0 : As.actualCons), 1),
|
|
10241
10241
|
l[123] || (l[123] = t("div", { style: { width: "3%" } }, "-", -1)),
|
|
10242
|
-
t("div",
|
|
10242
|
+
t("div", Ub, e((xs = (Ts = (vs = r.extraData) == null ? void 0 : vs.consAnalysis) == null ? void 0 : Ts.dgo) == null ? void 0 : xs.sailingCons), 1),
|
|
10243
10243
|
l[124] || (l[124] = t("div", { style: { width: "3%" } }, "=", -1)),
|
|
10244
10244
|
t("div", mb, e((js = (ps = (zs = r.extraData) == null ? void 0 : zs.consAnalysis) == null ? void 0 : ps.dgo) == null ? void 0 : js.totalExtraCons), 1),
|
|
10245
10245
|
l[125] || (l[125] = t("div", { style: { width: "5%" } }, "(mt)", -1))
|
|
10246
10246
|
])) : (n(), a("div", Eb, [
|
|
10247
10247
|
l[126] || (l[126] = it('<div style="width:15%;text-align:left;" data-v-eba493df>DO/GO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-eba493df>=</div><div style="width:15%;" data-v-eba493df>DO/GO Consumption for Actual Route</div><div style="width:3%;" data-v-eba493df>-</div><div style="width:20%;" data-v-eba493df>DO/GO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-eba493df>-</div><div style="width:10%;" data-v-eba493df>DO/GO Consumption in port</div><div style="width:3%;" data-v-eba493df>=</div>', 8)),
|
|
10248
|
-
t("div", Ob, e((
|
|
10248
|
+
t("div", Ob, e((Cs = (fs = (bs = r.extraData) == null ? void 0 : bs.consAnalysis) == null ? void 0 : fs.dgo) == null ? void 0 : Cs.actualCons), 1),
|
|
10249
10249
|
l[127] || (l[127] = t("div", { style: { width: "3%" } }, "-", -1)),
|
|
10250
|
-
t("div", Yb, e(d.computeNum((Es = (ms = (
|
|
10250
|
+
t("div", Yb, e(d.computeNum((Es = (ms = (Us = r.extraData) == null ? void 0 : Us.consAnalysis) == null ? void 0 : ms.dgo) == null ? void 0 : Es.sailingCons)), 1),
|
|
10251
10251
|
l[128] || (l[128] = t("div", { style: { width: "3%" } }, "-", -1)),
|
|
10252
10252
|
t("div", wb, e(d.computeNum((ws = (Ys = (Os = r.extraData) == null ? void 0 : Os.consAnalysis) == null ? void 0 : Ys.dgo) == null ? void 0 : ws.portCons)), 1),
|
|
10253
10253
|
l[129] || (l[129] = t("div", { style: { width: "3%" } }, "=", -1)),
|
|
@@ -10305,7 +10305,7 @@ function lC(i, l, s, D, r, d) {
|
|
|
10305
10305
|
l[138] || (l[138] = t("div", { class: "blue flexM" }, "Total extra Consumption (mt)", -1)),
|
|
10306
10306
|
t("div", {
|
|
10307
10307
|
class: z(`${d.computeColor((bi = (ji = (pi = r.extraData) == null ? void 0 : pi.consAnalysis) == null ? void 0 : ji.fo) == null ? void 0 : bi.totalExtraCons)} flex blue center`)
|
|
10308
|
-
}, e((
|
|
10308
|
+
}, e((Ui = (Ci = (fi = r.extraData) == null ? void 0 : fi.consAnalysis) == null ? void 0 : Ci.fo) == null ? void 0 : Ui.totalExtraCons), 3),
|
|
10309
10309
|
t("div", {
|
|
10310
10310
|
class: z(`${d.computeColor((Ei = (ul = (mi = r.extraData) == null ? void 0 : mi.consAnalysis) == null ? void 0 : ul.dgo) == null ? void 0 : Ei.totalExtraCons)} flex blue center`)
|
|
10311
10311
|
}, e((wi = (Yi = (Oi = r.extraData) == null ? void 0 : Oi.consAnalysis) == null ? void 0 : Yi.dgo) == null ? void 0 : wi.totalExtraCons), 3)
|
|
@@ -10329,16 +10329,16 @@ function lC(i, l, s, D, r, d) {
|
|
|
10329
10329
|
class: "remark-txt editor",
|
|
10330
10330
|
onDblclick: l[10] || (l[10] = (...nt) => d.decideDisable && d.decideDisable(...nt)),
|
|
10331
10331
|
innerHTML: r.advisory && r.advisory !== "<p><br></p>" ? r.advisory : "Please double click to modify remark"
|
|
10332
|
-
}, null, 40,
|
|
10332
|
+
}, null, 40, tf))
|
|
10333
10333
|
], 2)
|
|
10334
10334
|
]);
|
|
10335
10335
|
}
|
|
10336
|
-
const
|
|
10336
|
+
const ef = /* @__PURE__ */ sl(X4, [["render", lf], ["__scopeId", "data-v-eba493df"]]), eS = {
|
|
10337
10337
|
install(i) {
|
|
10338
|
-
i.component("DeviationReport", J4), i.component("FliDeviationReport",
|
|
10338
|
+
i.component("DeviationReport", J4), i.component("FliDeviationReport", ef);
|
|
10339
10339
|
}
|
|
10340
10340
|
};
|
|
10341
|
-
const
|
|
10341
|
+
const sf = {
|
|
10342
10342
|
name: "OrmStoppage",
|
|
10343
10343
|
components: {
|
|
10344
10344
|
IdmBrand: cs,
|
|
@@ -10367,17 +10367,17 @@ const sC = {
|
|
|
10367
10367
|
computeLat() {
|
|
10368
10368
|
return function(i) {
|
|
10369
10369
|
debugger;
|
|
10370
|
-
return
|
|
10370
|
+
return Ct.lat2pretty(i, 3);
|
|
10371
10371
|
};
|
|
10372
10372
|
},
|
|
10373
10373
|
computeLng() {
|
|
10374
10374
|
return function(i) {
|
|
10375
|
-
return
|
|
10375
|
+
return Ct.lng2pretty(i, 3);
|
|
10376
10376
|
};
|
|
10377
10377
|
},
|
|
10378
10378
|
computeRoundPrecision() {
|
|
10379
10379
|
return function(i, l = 3) {
|
|
10380
|
-
return i === "-" ? "-" :
|
|
10380
|
+
return i === "-" ? "-" : Ct.roundPrecision(i, l);
|
|
10381
10381
|
};
|
|
10382
10382
|
},
|
|
10383
10383
|
computeBlankHtml() {
|
|
@@ -10400,117 +10400,117 @@ const sC = {
|
|
|
10400
10400
|
this.editable = !1, this.remarks = i, this.$emit("commit", i);
|
|
10401
10401
|
}
|
|
10402
10402
|
}
|
|
10403
|
-
},
|
|
10403
|
+
}, of = { class: "stoppage-report" }, nf = { class: "content-box" }, af = { class: "info-box border" }, df = { class: "flex-between row" }, rf = {
|
|
10404
10404
|
class: "flex-between",
|
|
10405
10405
|
style: { width: "48%" }
|
|
10406
|
-
},
|
|
10406
|
+
}, Mf = {
|
|
10407
10407
|
class: "flex-between",
|
|
10408
10408
|
style: { width: "48%" }
|
|
10409
|
-
},
|
|
10409
|
+
}, Df = { style: { "margin-left": "5px" } }, Nf = { class: "flex-between row" }, If = {
|
|
10410
10410
|
class: "flex-between",
|
|
10411
10411
|
style: { width: "48%" }
|
|
10412
|
-
},
|
|
10412
|
+
}, gf = {
|
|
10413
10413
|
class: "flex-between",
|
|
10414
10414
|
style: { width: "48%" }
|
|
10415
|
-
},
|
|
10415
|
+
}, uf = { style: { "margin-left": "5px" } }, cf = { class: "flex-between row" }, yf = {
|
|
10416
10416
|
class: "flex-between",
|
|
10417
10417
|
style: { width: "48%" }
|
|
10418
|
-
},
|
|
10418
|
+
}, Af = {
|
|
10419
10419
|
class: "flex-between",
|
|
10420
10420
|
style: { width: "48%" }
|
|
10421
|
-
},
|
|
10421
|
+
}, vf = { class: "section summary-section" }, Tf = { class: "formula-block flex-between border" }, xf = { class: "item" }, zf = { class: "value flex-end" }, pf = { key: 0 }, jf = { class: "gain" }, bf = { key: 1 }, ff = { class: "lost" }, Cf = { key: 2 }, Uf = { class: "item" }, mf = { class: "value flex-end" }, Ef = { key: 0 }, Of = { class: "gain" }, Yf = { key: 1 }, wf = { class: "lost" }, Sf = { key: 2 }, Qf = { class: "item" }, kf = { class: "value flex-end" }, hf = { key: 0 }, Rf = { class: "gain" }, Ff = { key: 1 }, Vf = { class: "lost" }, Pf = { key: 2 }, Gf = { class: "section-content" }, Wf = {
|
|
10422
10422
|
key: 0,
|
|
10423
10423
|
class: ""
|
|
10424
|
-
},
|
|
10425
|
-
function
|
|
10426
|
-
var I, p, b, u, A, w,
|
|
10424
|
+
}, Lf = ["innerHTML"], Zf = { key: 1 }, Bf = { class: "section table-section" }, Hf = { key: 0 }, _f = { rowspan: 2 }, Jf = { rowspan: 2 }, Xf = { rowspan: 2 }, Kf = { key: 1 }, qf = { class: "section map-section" }, $f = ["src"];
|
|
10425
|
+
function tC(i, l, s, D, r, d) {
|
|
10426
|
+
var I, p, b, u, A, w, f, U, m, j, S, O, Q, v, R, P, G, W, L, Z, H, _, J, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, jt, bt;
|
|
10427
10427
|
const c = F("IdmBrand"), M = F("Editor");
|
|
10428
|
-
return n(), a("div",
|
|
10428
|
+
return n(), a("div", of, [
|
|
10429
10429
|
E(c, { name: "Voyage Stoppage Report" }),
|
|
10430
|
-
t("div",
|
|
10431
|
-
t("div",
|
|
10432
|
-
t("div",
|
|
10433
|
-
t("div",
|
|
10430
|
+
t("div", nf, [
|
|
10431
|
+
t("div", af, [
|
|
10432
|
+
t("div", df, [
|
|
10433
|
+
t("div", rf, [
|
|
10434
10434
|
l[3] || (l[3] = t("label", { class: "label" }, "Prepared For:", -1)),
|
|
10435
10435
|
t("div", null, e((I = s.report) == null ? void 0 : I.preparedFor), 1)
|
|
10436
10436
|
]),
|
|
10437
|
-
t("div",
|
|
10437
|
+
t("div", Mf, [
|
|
10438
10438
|
l[5] || (l[5] = t("label", { class: "label" }, "Departure Port:", -1)),
|
|
10439
10439
|
t("div", null, [
|
|
10440
10440
|
t("span", null, e((b = (p = s.report) == null ? void 0 : p.departure) == null ? void 0 : b.name), 1),
|
|
10441
10441
|
l[4] || (l[4] = g(" , ")),
|
|
10442
|
-
t("span",
|
|
10442
|
+
t("span", Df, e(d.computeUTCTime(((A = (u = s.report) == null ? void 0 : u.departure) == null ? void 0 : A.atd) || ((f = (w = s.report) == null ? void 0 : w.departure) == null ? void 0 : f.etd))), 1)
|
|
10443
10443
|
])
|
|
10444
10444
|
])
|
|
10445
10445
|
]),
|
|
10446
|
-
t("div",
|
|
10447
|
-
t("div",
|
|
10446
|
+
t("div", Nf, [
|
|
10447
|
+
t("div", If, [
|
|
10448
10448
|
l[6] || (l[6] = t("label", { class: "label" }, "Vessel:", -1)),
|
|
10449
|
-
t("div", null, e((m = (
|
|
10449
|
+
t("div", null, e((m = (U = s.report) == null ? void 0 : U.vessel) == null ? void 0 : m.name), 1)
|
|
10450
10450
|
]),
|
|
10451
|
-
t("div",
|
|
10451
|
+
t("div", gf, [
|
|
10452
10452
|
l[8] || (l[8] = t("label", { class: "label" }, "Arrival Port:", -1)),
|
|
10453
10453
|
t("div", null, [
|
|
10454
10454
|
t("span", null, e((S = (j = s.report) == null ? void 0 : j.arrival) == null ? void 0 : S.name), 1),
|
|
10455
10455
|
l[7] || (l[7] = g(" , ")),
|
|
10456
|
-
t("span",
|
|
10456
|
+
t("span", uf, e(d.computeUTCTime(((Q = (O = s.report) == null ? void 0 : O.arrival) == null ? void 0 : Q.ata) || ((R = (v = s.report) == null ? void 0 : v.arrival) == null ? void 0 : R.eta))), 1)
|
|
10457
10457
|
])
|
|
10458
10458
|
])
|
|
10459
10459
|
]),
|
|
10460
|
-
t("div",
|
|
10461
|
-
t("div",
|
|
10460
|
+
t("div", cf, [
|
|
10461
|
+
t("div", yf, [
|
|
10462
10462
|
l[9] || (l[9] = t("label", { class: "label" }, "Voyage No:", -1)),
|
|
10463
10463
|
t("div", null, e((G = (P = s.report) == null ? void 0 : P.voyage) == null ? void 0 : G.number), 1)
|
|
10464
10464
|
]),
|
|
10465
|
-
t("div",
|
|
10465
|
+
t("div", Af, [
|
|
10466
10466
|
l[10] || (l[10] = t("label", { class: "label" }, "Load Condition:", -1)),
|
|
10467
10467
|
t("div", null, e((L = (W = s.report) == null ? void 0 : W.voyage) == null ? void 0 : L.loadCondition), 1)
|
|
10468
10468
|
])
|
|
10469
10469
|
])
|
|
10470
10470
|
]),
|
|
10471
|
-
t("div",
|
|
10471
|
+
t("div", vf, [
|
|
10472
10472
|
l[26] || (l[26] = t("div", { class: "subtitle" }, "Summary", -1)),
|
|
10473
|
-
t("div",
|
|
10474
|
-
t("div",
|
|
10473
|
+
t("div", Tf, [
|
|
10474
|
+
t("div", xf, [
|
|
10475
10475
|
l[15] || (l[15] = t("div", { class: "title" }, "Total Time Lost", -1)),
|
|
10476
|
-
t("div",
|
|
10477
|
-
((Z = s.report) == null ? void 0 : Z.totalTime) < 0 ? (n(), a("div",
|
|
10476
|
+
t("div", zf, [
|
|
10477
|
+
((Z = s.report) == null ? void 0 : Z.totalTime) < 0 ? (n(), a("div", pf, [
|
|
10478
10478
|
l[11] || (l[11] = t("i", { class: "iconfont gain" }, "", -1)),
|
|
10479
|
-
t("span",
|
|
10479
|
+
t("span", jf, e((H = s.report) == null ? void 0 : H.totalTime), 1),
|
|
10480
10480
|
l[12] || (l[12] = t("span", { class: "unit" }, "hrs", -1))
|
|
10481
|
-
])) : ((_ = s.report) == null ? void 0 : _.totalTime) >= 0 ? (n(), a("div",
|
|
10481
|
+
])) : ((_ = s.report) == null ? void 0 : _.totalTime) >= 0 ? (n(), a("div", bf, [
|
|
10482
10482
|
l[13] || (l[13] = t("i", { class: "iconfont lost" }, "", -1)),
|
|
10483
|
-
t("span",
|
|
10483
|
+
t("span", ff, e((J = s.report) == null ? void 0 : J.totalTime), 1),
|
|
10484
10484
|
l[14] || (l[14] = t("span", { class: "unit" }, "hrs", -1))
|
|
10485
|
-
])) : (n(), a("div",
|
|
10485
|
+
])) : (n(), a("div", Cf, "N/A"))
|
|
10486
10486
|
])
|
|
10487
10487
|
]),
|
|
10488
|
-
t("div",
|
|
10488
|
+
t("div", Uf, [
|
|
10489
10489
|
l[20] || (l[20] = t("div", { class: "title" }, "FO Total Consumption", -1)),
|
|
10490
|
-
t("div",
|
|
10491
|
-
((X = s.report) == null ? void 0 : X.totalFoCons) < 0 ? (n(), a("div",
|
|
10490
|
+
t("div", mf, [
|
|
10491
|
+
((X = s.report) == null ? void 0 : X.totalFoCons) < 0 ? (n(), a("div", Ef, [
|
|
10492
10492
|
l[16] || (l[16] = t("i", { class: "iconfont gain" }, "", -1)),
|
|
10493
|
-
t("span",
|
|
10493
|
+
t("span", Of, e((K = s.report) == null ? void 0 : K.totalFoCons), 1),
|
|
10494
10494
|
l[17] || (l[17] = t("span", { class: "unit" }, "mt", -1))
|
|
10495
|
-
])) : ((tt = s.report) == null ? void 0 : tt.totalFoCons) >= 0 ? (n(), a("div",
|
|
10495
|
+
])) : ((tt = s.report) == null ? void 0 : tt.totalFoCons) >= 0 ? (n(), a("div", Yf, [
|
|
10496
10496
|
l[18] || (l[18] = t("i", { class: "iconfont lost" }, "", -1)),
|
|
10497
|
-
t("span",
|
|
10497
|
+
t("span", wf, e((V = s.report) == null ? void 0 : V.totalFoCons), 1),
|
|
10498
10498
|
l[19] || (l[19] = t("span", { class: "unit" }, "mt", -1))
|
|
10499
|
-
])) : (n(), a("div",
|
|
10499
|
+
])) : (n(), a("div", Sf, "N/A"))
|
|
10500
10500
|
])
|
|
10501
10501
|
]),
|
|
10502
|
-
t("div",
|
|
10502
|
+
t("div", Qf, [
|
|
10503
10503
|
l[25] || (l[25] = t("div", { class: "title" }, "MGO Total Consumption", -1)),
|
|
10504
|
-
t("div",
|
|
10505
|
-
((Dt = s.report) == null ? void 0 : Dt.totalDgoCons) < 0 ? (n(), a("div",
|
|
10504
|
+
t("div", kf, [
|
|
10505
|
+
((Dt = s.report) == null ? void 0 : Dt.totalDgoCons) < 0 ? (n(), a("div", hf, [
|
|
10506
10506
|
l[21] || (l[21] = t("i", { class: "iconfont gain" }, "", -1)),
|
|
10507
|
-
t("span",
|
|
10507
|
+
t("span", Rf, e((Nt = s.report) == null ? void 0 : Nt.totalDgoCons), 1),
|
|
10508
10508
|
l[22] || (l[22] = t("span", { class: "unit" }, "mt", -1))
|
|
10509
|
-
])) : ((It = s.report) == null ? void 0 : It.totalDgoCons) >= 0 ? (n(), a("div",
|
|
10509
|
+
])) : ((It = s.report) == null ? void 0 : It.totalDgoCons) >= 0 ? (n(), a("div", Ff, [
|
|
10510
10510
|
l[23] || (l[23] = t("i", { class: "iconfont lost" }, "", -1)),
|
|
10511
|
-
t("span",
|
|
10511
|
+
t("span", Vf, e((gt = s.report) == null ? void 0 : gt.totalDgoCons), 1),
|
|
10512
10512
|
l[24] || (l[24] = t("span", { class: "unit" }, "mt", -1))
|
|
10513
|
-
])) : (n(), a("div",
|
|
10513
|
+
])) : (n(), a("div", Pf, "N/A"))
|
|
10514
10514
|
])
|
|
10515
10515
|
])
|
|
10516
10516
|
])
|
|
@@ -10519,8 +10519,8 @@ function $C(i, l, s, D, r, d) {
|
|
|
10519
10519
|
class: z(["section remark-section", d.computeBlankHtml(r.remarks) ? "print-hidden" : ""])
|
|
10520
10520
|
}, [
|
|
10521
10521
|
l[27] || (l[27] = t("div", { class: "subtitle" }, "Remarks", -1)),
|
|
10522
|
-
t("div",
|
|
10523
|
-
r.editable ? (n(), a("div",
|
|
10522
|
+
t("div", Gf, [
|
|
10523
|
+
r.editable ? (n(), a("div", Wf, [
|
|
10524
10524
|
r.editable ? (n(), il(M, {
|
|
10525
10525
|
key: 0,
|
|
10526
10526
|
modelValue: r.remarks,
|
|
@@ -10534,14 +10534,14 @@ function $C(i, l, s, D, r, d) {
|
|
|
10534
10534
|
class: "remark-block",
|
|
10535
10535
|
onDblclick: l[2] || (l[2] = (vt) => r.editable = !0)
|
|
10536
10536
|
}, [
|
|
10537
|
-
d.computeBlankHtml(r.remarks) ? (n(), a("div",
|
|
10537
|
+
d.computeBlankHtml(r.remarks) ? (n(), a("div", Zf, "Please double click to modify remark")) : (n(), a("div", {
|
|
10538
10538
|
key: 0,
|
|
10539
10539
|
innerHTML: r.remarks
|
|
10540
|
-
}, null, 8,
|
|
10540
|
+
}, null, 8, Lf))
|
|
10541
10541
|
], 32))
|
|
10542
10542
|
])
|
|
10543
10543
|
], 2),
|
|
10544
|
-
t("div",
|
|
10544
|
+
t("div", Bf, [
|
|
10545
10545
|
l[32] || (l[32] = t("div", { class: "subtitle" }, "Stoppage Info", -1)),
|
|
10546
10546
|
t("table", null, [
|
|
10547
10547
|
l[31] || (l[31] = t("thead", null, [
|
|
@@ -10583,18 +10583,18 @@ function $C(i, l, s, D, r, d) {
|
|
|
10583
10583
|
])
|
|
10584
10584
|
], -1)),
|
|
10585
10585
|
t("tbody", null, [
|
|
10586
|
-
(ut = s.report) != null && ut.id ? (n(), a("tr",
|
|
10586
|
+
(ut = s.report) != null && ut.id ? (n(), a("tr", Hf, [
|
|
10587
10587
|
l[28] || (l[28] = t("td", { rowspan: 2 }, "1", -1)),
|
|
10588
10588
|
l[29] || (l[29] = t("td", null, "Stopped", -1)),
|
|
10589
10589
|
t("td", null, e(d.computeLat((o = s.report) == null ? void 0 : o.stopLat).pretty) + " / " + e(d.computeLng((q = s.report) == null ? void 0 : q.stopLng).pretty), 1),
|
|
10590
10590
|
t("td", null, e(d.computeUTCTime((at = s.report) == null ? void 0 : at.stopTime)), 1),
|
|
10591
10591
|
t("td", null, e(d.computeRoundPrecision(((dt = s.report) == null ? void 0 : dt.stopFoBrob) ?? "-")), 1),
|
|
10592
10592
|
t("td", null, e(d.computeRoundPrecision(((rt = s.report) == null ? void 0 : rt.stopDgoBrob) ?? "-")), 1),
|
|
10593
|
-
t("td",
|
|
10594
|
-
t("td",
|
|
10595
|
-
t("td",
|
|
10593
|
+
t("td", _f, e(d.computeRoundPrecision(((ct = s.report) == null ? void 0 : ct.totalTime) ?? "-")), 1),
|
|
10594
|
+
t("td", Jf, e(d.computeRoundPrecision(((yt = s.report) == null ? void 0 : yt.totalFoCons) ?? "-")), 1),
|
|
10595
|
+
t("td", Xf, e(d.computeRoundPrecision(((lt = s.report) == null ? void 0 : lt.totalDgoCons) ?? "-")), 1)
|
|
10596
10596
|
])) : y("", !0),
|
|
10597
|
-
(xt = s.report) != null && xt.id ? (n(), a("tr",
|
|
10597
|
+
(xt = s.report) != null && xt.id ? (n(), a("tr", Kf, [
|
|
10598
10598
|
l[30] || (l[30] = t("td", null, "Resumed", -1)),
|
|
10599
10599
|
t("td", null, e(d.computeLat((ot = s.report) == null ? void 0 : ot.resumeLat).pretty) + " / " + e(d.computeLng((Tt = s.report) == null ? void 0 : Tt.resumeLng).pretty), 1),
|
|
10600
10600
|
t("td", null, e(d.computeUTCTime((zt = s.report) == null ? void 0 : zt.resumeTime)), 1),
|
|
@@ -10604,18 +10604,18 @@ function $C(i, l, s, D, r, d) {
|
|
|
10604
10604
|
])
|
|
10605
10605
|
])
|
|
10606
10606
|
]),
|
|
10607
|
-
t("div",
|
|
10607
|
+
t("div", qf, [
|
|
10608
10608
|
l[33] || (l[33] = t("div", { class: "subtitle" }, "Voayge Map", -1)),
|
|
10609
10609
|
t("img", {
|
|
10610
10610
|
src: (bt = s.report) == null ? void 0 : bt.chartUrl,
|
|
10611
10611
|
alt: ""
|
|
10612
|
-
}, null, 8,
|
|
10612
|
+
}, null, 8, $f)
|
|
10613
10613
|
])
|
|
10614
10614
|
])
|
|
10615
10615
|
]);
|
|
10616
10616
|
}
|
|
10617
|
-
const
|
|
10618
|
-
const
|
|
10617
|
+
const lC = /* @__PURE__ */ sl(sf, [["render", tC], ["__scopeId", "data-v-bfdc56eb"]]);
|
|
10618
|
+
const eC = {
|
|
10619
10619
|
name: "OrmStoppage",
|
|
10620
10620
|
components: {
|
|
10621
10621
|
IdmBrand: cs,
|
|
@@ -10643,17 +10643,17 @@ const lU = {
|
|
|
10643
10643
|
},
|
|
10644
10644
|
computeLat() {
|
|
10645
10645
|
return function(i) {
|
|
10646
|
-
return
|
|
10646
|
+
return Ct.lat2pretty(i, 3);
|
|
10647
10647
|
};
|
|
10648
10648
|
},
|
|
10649
10649
|
computeLng() {
|
|
10650
10650
|
return function(i) {
|
|
10651
|
-
return
|
|
10651
|
+
return Ct.lng2pretty(i, 3);
|
|
10652
10652
|
};
|
|
10653
10653
|
},
|
|
10654
10654
|
computeRoundPrecision() {
|
|
10655
10655
|
return function(i, l = 3) {
|
|
10656
|
-
return i === "-" ? "-" :
|
|
10656
|
+
return i === "-" ? "-" : Ct.roundPrecision(i, l);
|
|
10657
10657
|
};
|
|
10658
10658
|
},
|
|
10659
10659
|
computeBlankHtml() {
|
|
@@ -10676,121 +10676,121 @@ const lU = {
|
|
|
10676
10676
|
this.editable = !1, this.remarks = i, this.$emit("commit", i);
|
|
10677
10677
|
}
|
|
10678
10678
|
}
|
|
10679
|
-
},
|
|
10679
|
+
}, sC = { class: "stoppage-report" }, iC = { class: "content-box" }, oC = { class: "info-box border" }, nC = { class: "flex-between row" }, aC = {
|
|
10680
10680
|
class: "flex-between",
|
|
10681
10681
|
style: { width: "48%" }
|
|
10682
|
-
},
|
|
10682
|
+
}, dC = {
|
|
10683
10683
|
class: "flex-between",
|
|
10684
10684
|
style: { width: "48%" }
|
|
10685
|
-
},
|
|
10685
|
+
}, rC = {
|
|
10686
10686
|
key: 0,
|
|
10687
10687
|
style: { "margin-left": "5px" }
|
|
10688
|
-
},
|
|
10688
|
+
}, MC = { class: "flex-between row" }, DC = {
|
|
10689
10689
|
class: "flex-between",
|
|
10690
10690
|
style: { width: "48%" }
|
|
10691
|
-
},
|
|
10691
|
+
}, NC = {
|
|
10692
10692
|
class: "flex-between",
|
|
10693
10693
|
style: { width: "48%" }
|
|
10694
|
-
},
|
|
10694
|
+
}, IC = {
|
|
10695
10695
|
key: 0,
|
|
10696
10696
|
style: { "margin-left": "5px" }
|
|
10697
|
-
},
|
|
10697
|
+
}, gC = { class: "flex-between row" }, uC = {
|
|
10698
10698
|
class: "flex-between",
|
|
10699
10699
|
style: { width: "48%" }
|
|
10700
|
-
},
|
|
10700
|
+
}, cC = {
|
|
10701
10701
|
class: "flex-between",
|
|
10702
10702
|
style: { width: "48%" }
|
|
10703
|
-
},
|
|
10703
|
+
}, yC = { class: "section summary-section" }, AC = { class: "formula-block flex-between border" }, vC = { class: "item" }, TC = { class: "value flex-end" }, xC = { key: 0 }, zC = { class: "gain" }, pC = { key: 1 }, jC = { class: "lost" }, bC = { key: 2 }, fC = { class: "item" }, CC = { class: "value flex-end" }, UC = { key: 0 }, mC = { class: "gain" }, EC = { key: 1 }, OC = { class: "lost" }, YC = { key: 2 }, wC = { class: "item" }, SC = { class: "value flex-end" }, QC = { key: 0 }, kC = { class: "gain" }, hC = { key: 1 }, RC = { class: "lost" }, FC = { key: 2 }, VC = { class: "section-content" }, PC = {
|
|
10704
10704
|
key: 0,
|
|
10705
10705
|
class: ""
|
|
10706
|
-
},
|
|
10707
|
-
function
|
|
10708
|
-
var I, p, b, u, A, w,
|
|
10706
|
+
}, GC = ["innerHTML"], WC = { key: 1 }, LC = { class: "section table-section" }, ZC = { rowspan: 2 }, BC = { rowspan: 2 }, HC = { rowspan: 2 }, _C = { rowspan: 2 }, JC = { class: "section map-section" }, XC = ["src"], KC = ["src"];
|
|
10707
|
+
function qC(i, l, s, D, r, d) {
|
|
10708
|
+
var I, p, b, u, A, w, f, U, m, j, S, O, Q, v, R, P, G, W, L, Z, H, _, J, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, jt, bt, vt, Et, Ot, Yt, wt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Lt, Gt, k, mt, Zt, Jt, Xt;
|
|
10709
10709
|
const c = F("IdmBrand"), M = F("Editor");
|
|
10710
|
-
return n(), a("div",
|
|
10710
|
+
return n(), a("div", sC, [
|
|
10711
10711
|
E(c, { name: "Voyage Stoppage Report" }),
|
|
10712
|
-
t("div",
|
|
10713
|
-
t("div",
|
|
10714
|
-
t("div",
|
|
10715
|
-
t("div",
|
|
10712
|
+
t("div", iC, [
|
|
10713
|
+
t("div", oC, [
|
|
10714
|
+
t("div", nC, [
|
|
10715
|
+
t("div", aC, [
|
|
10716
10716
|
l[3] || (l[3] = t("label", { class: "label" }, "Prepared For:", -1)),
|
|
10717
10717
|
t("div", null, e((b = (p = (I = s.report) == null ? void 0 : I.voyage) == null ? void 0 : p.company) == null ? void 0 : b.name), 1)
|
|
10718
10718
|
]),
|
|
10719
|
-
t("div",
|
|
10719
|
+
t("div", dC, [
|
|
10720
10720
|
l[4] || (l[4] = t("label", { class: "label" }, "Departure Port:", -1)),
|
|
10721
10721
|
t("div", null, [
|
|
10722
10722
|
t("span", null, e((A = (u = s.report) == null ? void 0 : u.departure) == null ? void 0 : A.name), 1),
|
|
10723
|
-
(
|
|
10723
|
+
(f = (w = s.report) == null ? void 0 : w.departure) != null && f.atd || (m = (U = s.report) == null ? void 0 : U.departure) != null && m.etd ? (n(), a("span", rC, " , " + e(d.computeUTCTime(((S = (j = s.report) == null ? void 0 : j.departure) == null ? void 0 : S.atd) || ((Q = (O = s.report) == null ? void 0 : O.departure) == null ? void 0 : Q.etd))), 1)) : y("", !0)
|
|
10724
10724
|
])
|
|
10725
10725
|
])
|
|
10726
10726
|
]),
|
|
10727
|
-
t("div",
|
|
10728
|
-
t("div",
|
|
10727
|
+
t("div", MC, [
|
|
10728
|
+
t("div", DC, [
|
|
10729
10729
|
l[5] || (l[5] = t("label", { class: "label" }, "Vessel:", -1)),
|
|
10730
10730
|
t("div", null, e((P = (R = (v = s.report) == null ? void 0 : v.voyage) == null ? void 0 : R.vessel) == null ? void 0 : P.name), 1)
|
|
10731
10731
|
]),
|
|
10732
|
-
t("div",
|
|
10732
|
+
t("div", NC, [
|
|
10733
10733
|
l[6] || (l[6] = t("label", { class: "label" }, "Arrival Port:", -1)),
|
|
10734
10734
|
t("div", null, [
|
|
10735
10735
|
t("span", null, e((W = (G = s.report) == null ? void 0 : G.destination) == null ? void 0 : W.name), 1),
|
|
10736
|
-
(Z = (L = s.report) == null ? void 0 : L.arrival) != null && Z.ata || (_ = (H = s.report) == null ? void 0 : H.arrival) != null && _.eta ? (n(), a("span",
|
|
10736
|
+
(Z = (L = s.report) == null ? void 0 : L.arrival) != null && Z.ata || (_ = (H = s.report) == null ? void 0 : H.arrival) != null && _.eta ? (n(), a("span", IC, " , " + e(d.computeUTCTime(((X = (J = s.report) == null ? void 0 : J.arrival) == null ? void 0 : X.ata) || ((tt = (K = s.report) == null ? void 0 : K.arrival) == null ? void 0 : tt.eta))), 1)) : y("", !0)
|
|
10737
10737
|
])
|
|
10738
10738
|
])
|
|
10739
10739
|
]),
|
|
10740
|
-
t("div",
|
|
10741
|
-
t("div",
|
|
10740
|
+
t("div", gC, [
|
|
10741
|
+
t("div", uC, [
|
|
10742
10742
|
l[7] || (l[7] = t("label", { class: "label" }, "Voyage No:", -1)),
|
|
10743
10743
|
t("div", null, e((Dt = (V = s.report) == null ? void 0 : V.voyage) == null ? void 0 : Dt.number), 1)
|
|
10744
10744
|
]),
|
|
10745
|
-
t("div",
|
|
10745
|
+
t("div", cC, [
|
|
10746
10746
|
l[8] || (l[8] = t("label", { class: "label" }, "Load Condition:", -1)),
|
|
10747
10747
|
t("div", null, e((It = (Nt = s.report) == null ? void 0 : Nt.voyage) == null ? void 0 : It.loadCondition), 1)
|
|
10748
10748
|
])
|
|
10749
10749
|
])
|
|
10750
10750
|
]),
|
|
10751
|
-
t("div",
|
|
10751
|
+
t("div", yC, [
|
|
10752
10752
|
l[24] || (l[24] = t("div", { class: "subtitle" }, "Summary", -1)),
|
|
10753
|
-
t("div",
|
|
10754
|
-
t("div",
|
|
10753
|
+
t("div", AC, [
|
|
10754
|
+
t("div", vC, [
|
|
10755
10755
|
l[13] || (l[13] = t("div", { class: "title" }, "Total Time Lost", -1)),
|
|
10756
|
-
t("div",
|
|
10757
|
-
((ut = (gt = s.report) == null ? void 0 : gt.pvsr) == null ? void 0 : ut.totalTime) < 0 ? (n(), a("div",
|
|
10756
|
+
t("div", TC, [
|
|
10757
|
+
((ut = (gt = s.report) == null ? void 0 : gt.pvsr) == null ? void 0 : ut.totalTime) < 0 ? (n(), a("div", xC, [
|
|
10758
10758
|
l[9] || (l[9] = t("i", { class: "iconfont gain" }, "", -1)),
|
|
10759
|
-
t("span",
|
|
10759
|
+
t("span", zC, e((q = (o = s.report) == null ? void 0 : o.pvsr) == null ? void 0 : q.totalTime), 1),
|
|
10760
10760
|
l[10] || (l[10] = t("span", { class: "unit" }, "hrs", -1))
|
|
10761
|
-
])) : ((dt = (at = s.report) == null ? void 0 : at.pvsr) == null ? void 0 : dt.totalTime) >= 0 ? (n(), a("div",
|
|
10761
|
+
])) : ((dt = (at = s.report) == null ? void 0 : at.pvsr) == null ? void 0 : dt.totalTime) >= 0 ? (n(), a("div", pC, [
|
|
10762
10762
|
l[11] || (l[11] = t("i", { class: "iconfont lost" }, "", -1)),
|
|
10763
|
-
t("span",
|
|
10763
|
+
t("span", jC, e((ct = (rt = s.report) == null ? void 0 : rt.pvsr) == null ? void 0 : ct.totalTime), 1),
|
|
10764
10764
|
l[12] || (l[12] = t("span", { class: "unit" }, "hrs", -1))
|
|
10765
|
-
])) : (n(), a("div",
|
|
10765
|
+
])) : (n(), a("div", bC, "N/A"))
|
|
10766
10766
|
])
|
|
10767
10767
|
]),
|
|
10768
|
-
t("div",
|
|
10768
|
+
t("div", fC, [
|
|
10769
10769
|
l[18] || (l[18] = t("div", { class: "title" }, "FO Total Consumption", -1)),
|
|
10770
|
-
t("div",
|
|
10771
|
-
((lt = (yt = s.report) == null ? void 0 : yt.pvsr) == null ? void 0 : lt.totalFoCons) < 0 ? (n(), a("div",
|
|
10770
|
+
t("div", CC, [
|
|
10771
|
+
((lt = (yt = s.report) == null ? void 0 : yt.pvsr) == null ? void 0 : lt.totalFoCons) < 0 ? (n(), a("div", UC, [
|
|
10772
10772
|
l[14] || (l[14] = t("i", { class: "iconfont gain" }, "", -1)),
|
|
10773
|
-
t("span",
|
|
10773
|
+
t("span", mC, e((ot = (xt = s.report) == null ? void 0 : xt.pvsr) == null ? void 0 : ot.totalFoCons), 1),
|
|
10774
10774
|
l[15] || (l[15] = t("span", { class: "unit" }, "mt", -1))
|
|
10775
|
-
])) : ((zt = (Tt = s.report) == null ? void 0 : Tt.pvsr) == null ? void 0 : zt.totalFoCons) >= 0 ? (n(), a("div",
|
|
10775
|
+
])) : ((zt = (Tt = s.report) == null ? void 0 : Tt.pvsr) == null ? void 0 : zt.totalFoCons) >= 0 ? (n(), a("div", EC, [
|
|
10776
10776
|
l[16] || (l[16] = t("i", { class: "iconfont lost" }, "", -1)),
|
|
10777
|
-
t("span",
|
|
10777
|
+
t("span", OC, e((jt = (pt = s.report) == null ? void 0 : pt.pvsr) == null ? void 0 : jt.totalFoCons), 1),
|
|
10778
10778
|
l[17] || (l[17] = t("span", { class: "unit" }, "mt", -1))
|
|
10779
|
-
])) : (n(), a("div",
|
|
10779
|
+
])) : (n(), a("div", YC, "N/A"))
|
|
10780
10780
|
])
|
|
10781
10781
|
]),
|
|
10782
|
-
t("div",
|
|
10782
|
+
t("div", wC, [
|
|
10783
10783
|
l[23] || (l[23] = t("div", { class: "title" }, "MGO Total Consumption", -1)),
|
|
10784
|
-
t("div",
|
|
10785
|
-
((vt = (bt = s.report) == null ? void 0 : bt.pvsr) == null ? void 0 : vt.totalDgoCons) < 0 ? (n(), a("div",
|
|
10784
|
+
t("div", SC, [
|
|
10785
|
+
((vt = (bt = s.report) == null ? void 0 : bt.pvsr) == null ? void 0 : vt.totalDgoCons) < 0 ? (n(), a("div", QC, [
|
|
10786
10786
|
l[19] || (l[19] = t("i", { class: "iconfont gain" }, "", -1)),
|
|
10787
|
-
t("span",
|
|
10787
|
+
t("span", kC, e((Ot = (Et = s.report) == null ? void 0 : Et.pvsr) == null ? void 0 : Ot.totalDgoCons), 1),
|
|
10788
10788
|
l[20] || (l[20] = t("span", { class: "unit" }, "mt", -1))
|
|
10789
|
-
])) : ((wt = (Yt = s.report) == null ? void 0 : Yt.pvsr) == null ? void 0 : wt.totalDgoCons) >= 0 ? (n(), a("div",
|
|
10789
|
+
])) : ((wt = (Yt = s.report) == null ? void 0 : Yt.pvsr) == null ? void 0 : wt.totalDgoCons) >= 0 ? (n(), a("div", hC, [
|
|
10790
10790
|
l[21] || (l[21] = t("i", { class: "iconfont lost" }, "", -1)),
|
|
10791
|
-
t("span",
|
|
10791
|
+
t("span", RC, e((Qt = (St = s.report) == null ? void 0 : St.pvsr) == null ? void 0 : Qt.totalDgoCons), 1),
|
|
10792
10792
|
l[22] || (l[22] = t("span", { class: "unit" }, "mt", -1))
|
|
10793
|
-
])) : (n(), a("div",
|
|
10793
|
+
])) : (n(), a("div", FC, "N/A"))
|
|
10794
10794
|
])
|
|
10795
10795
|
])
|
|
10796
10796
|
])
|
|
@@ -10799,8 +10799,8 @@ function KU(i, l, s, D, r, d) {
|
|
|
10799
10799
|
class: z(["section remark-section", d.computeBlankHtml(r.remarks) ? "print-hidden" : ""])
|
|
10800
10800
|
}, [
|
|
10801
10801
|
l[25] || (l[25] = t("div", { class: "subtitle" }, "Remarks", -1)),
|
|
10802
|
-
t("div",
|
|
10803
|
-
r.editable ? (n(), a("div",
|
|
10802
|
+
t("div", VC, [
|
|
10803
|
+
r.editable ? (n(), a("div", PC, [
|
|
10804
10804
|
r.editable ? (n(), il(M, {
|
|
10805
10805
|
key: 0,
|
|
10806
10806
|
modelValue: r.remarks,
|
|
@@ -10814,14 +10814,14 @@ function KU(i, l, s, D, r, d) {
|
|
|
10814
10814
|
class: "remark-block",
|
|
10815
10815
|
onDblclick: l[2] || (l[2] = (h) => r.editable = !0)
|
|
10816
10816
|
}, [
|
|
10817
|
-
d.computeBlankHtml(r.remarks) ? (n(), a("div",
|
|
10817
|
+
d.computeBlankHtml(r.remarks) ? (n(), a("div", WC, "Please double click to modify remark")) : (n(), a("div", {
|
|
10818
10818
|
key: 0,
|
|
10819
10819
|
innerHTML: r.remarks
|
|
10820
|
-
}, null, 8,
|
|
10820
|
+
}, null, 8, GC))
|
|
10821
10821
|
], 32))
|
|
10822
10822
|
])
|
|
10823
10823
|
], 2),
|
|
10824
|
-
t("div",
|
|
10824
|
+
t("div", LC, [
|
|
10825
10825
|
l[29] || (l[29] = t("div", { class: "subtitle" }, "Stoppage Info", -1)),
|
|
10826
10826
|
t("table", null, [
|
|
10827
10827
|
l[28] || (l[28] = t("thead", null, [
|
|
@@ -10863,19 +10863,19 @@ function KU(i, l, s, D, r, d) {
|
|
|
10863
10863
|
])
|
|
10864
10864
|
], -1)),
|
|
10865
10865
|
t("tbody", null, [
|
|
10866
|
-
(n(!0), a(
|
|
10867
|
-
var qt, N, Mt,
|
|
10868
|
-
return n(), a(
|
|
10866
|
+
(n(!0), a(C, null, et(((Rt = (ht = (kt = s.report) == null ? void 0 : kt.pvsr) == null ? void 0 : ht.extend) == null ? void 0 : Rt.segments) || [], (h, Kt) => {
|
|
10867
|
+
var qt, N, Mt, Ut, B, Ht, At, _t, $t, tl;
|
|
10868
|
+
return n(), a(C, { key: Kt }, [
|
|
10869
10869
|
t("tr", null, [
|
|
10870
|
-
t("td",
|
|
10870
|
+
t("td", ZC, e(Kt + 1), 1),
|
|
10871
10871
|
l[26] || (l[26] = t("td", null, "Stopped", -1)),
|
|
10872
10872
|
t("td", null, e(d.computeLat((qt = h == null ? void 0 : h.stop) == null ? void 0 : qt.lat).pretty) + " / " + e(d.computeLng((N = h == null ? void 0 : h.stop) == null ? void 0 : N.lng).pretty), 1),
|
|
10873
10873
|
t("td", null, e(d.computeUTCTime((Mt = h == null ? void 0 : h.stop) == null ? void 0 : Mt.date)), 1),
|
|
10874
|
-
t("td", null, e(d.computeRoundPrecision(((
|
|
10874
|
+
t("td", null, e(d.computeRoundPrecision(((Ut = h == null ? void 0 : h.stop) == null ? void 0 : Ut.foBrob) ?? "-")), 1),
|
|
10875
10875
|
t("td", null, e(d.computeRoundPrecision(((B = h == null ? void 0 : h.stop) == null ? void 0 : B.dgoBrob) ?? "-")), 1),
|
|
10876
|
-
t("td",
|
|
10877
|
-
t("td",
|
|
10878
|
-
t("td",
|
|
10876
|
+
t("td", BC, e(d.computeRoundPrecision((h == null ? void 0 : h.time) ?? "-")), 1),
|
|
10877
|
+
t("td", HC, e(d.computeRoundPrecision((h == null ? void 0 : h.foCons) ?? "-")), 1),
|
|
10878
|
+
t("td", _C, e(d.computeRoundPrecision((h == null ? void 0 : h.dgoCons) ?? "-")), 1)
|
|
10879
10879
|
]),
|
|
10880
10880
|
t("tr", null, [
|
|
10881
10881
|
l[27] || (l[27] = t("td", null, "Resumed", -1)),
|
|
@@ -10889,30 +10889,30 @@ function KU(i, l, s, D, r, d) {
|
|
|
10889
10889
|
])
|
|
10890
10890
|
])
|
|
10891
10891
|
]),
|
|
10892
|
-
t("div",
|
|
10892
|
+
t("div", JC, [
|
|
10893
10893
|
l[30] || (l[30] = t("div", { class: "subtitle" }, "Voayge Map", -1)),
|
|
10894
|
-
((
|
|
10894
|
+
((ft = (Pt = (Vt = (Ft = s.report) == null ? void 0 : Ft.pvsr) == null ? void 0 : Vt.extend) == null ? void 0 : Pt.segments) == null ? void 0 : ft.length) === 1 ? (n(), a("img", {
|
|
10895
10895
|
key: 0,
|
|
10896
10896
|
class: "img-single",
|
|
10897
10897
|
src: (Lt = (Wt = s.report) == null ? void 0 : Wt.pvsr) == null ? void 0 : Lt.chartUrl,
|
|
10898
10898
|
alt: ""
|
|
10899
|
-
}, null, 8,
|
|
10899
|
+
}, null, 8, XC)) : y("", !0),
|
|
10900
10900
|
((Zt = (mt = (k = (Gt = s.report) == null ? void 0 : Gt.pvsr) == null ? void 0 : k.extend) == null ? void 0 : mt.segments) == null ? void 0 : Zt.length) > 1 ? (n(), a("img", {
|
|
10901
10901
|
key: 1,
|
|
10902
10902
|
class: "img-multiple",
|
|
10903
10903
|
src: (Xt = (Jt = s.report) == null ? void 0 : Jt.pvsr) == null ? void 0 : Xt.chartUrl,
|
|
10904
10904
|
alt: ""
|
|
10905
|
-
}, null, 8,
|
|
10905
|
+
}, null, 8, KC)) : y("", !0)
|
|
10906
10906
|
])
|
|
10907
10907
|
])
|
|
10908
10908
|
]);
|
|
10909
10909
|
}
|
|
10910
|
-
const
|
|
10910
|
+
const $C = /* @__PURE__ */ sl(eC, [["render", qC], ["__scopeId", "data-v-ecd2c9a5"]]), sS = {
|
|
10911
10911
|
install(i) {
|
|
10912
|
-
i.component("StoppageReport",
|
|
10912
|
+
i.component("StoppageReport", lC), i.component("MergeStoppageReport", $C);
|
|
10913
10913
|
}
|
|
10914
10914
|
};
|
|
10915
|
-
const
|
|
10915
|
+
const tU = {
|
|
10916
10916
|
name: "OrmComparison",
|
|
10917
10917
|
components: {
|
|
10918
10918
|
Editor: ys,
|
|
@@ -10940,7 +10940,7 @@ const $U = {
|
|
|
10940
10940
|
},
|
|
10941
10941
|
compareTime() {
|
|
10942
10942
|
return function(i, l) {
|
|
10943
|
-
return i && l ?
|
|
10943
|
+
return i && l ? Ct.roundPrecision(i - l) : "-";
|
|
10944
10944
|
};
|
|
10945
10945
|
},
|
|
10946
10946
|
computeBlankHtml() {
|
|
@@ -10963,139 +10963,139 @@ const $U = {
|
|
|
10963
10963
|
this.editable = !1, this.$emit("commit", i);
|
|
10964
10964
|
}
|
|
10965
10965
|
}
|
|
10966
|
-
},
|
|
10966
|
+
}, lU = { class: "comparison-report" }, eU = { class: "content-box" }, sU = { class: "info-box border-dashed" }, iU = { class: "flex-between row" }, oU = {
|
|
10967
10967
|
class: "flex-between",
|
|
10968
10968
|
style: { width: "48%" }
|
|
10969
|
-
},
|
|
10969
|
+
}, nU = {
|
|
10970
10970
|
class: "flex-between",
|
|
10971
10971
|
style: { width: "48%" }
|
|
10972
|
-
},
|
|
10972
|
+
}, aU = { style: { "margin-left": "5px" } }, dU = { class: "flex-between row" }, rU = {
|
|
10973
10973
|
class: "flex-between",
|
|
10974
10974
|
style: { width: "48%" }
|
|
10975
|
-
},
|
|
10975
|
+
}, MU = {
|
|
10976
10976
|
class: "flex-between",
|
|
10977
10977
|
style: { width: "48%" }
|
|
10978
|
-
},
|
|
10978
|
+
}, DU = { style: { "margin-left": "5px" } }, NU = { class: "flex-between row" }, IU = {
|
|
10979
10979
|
class: "flex-between",
|
|
10980
10980
|
style: { width: "48%" }
|
|
10981
|
-
},
|
|
10981
|
+
}, gU = {
|
|
10982
10982
|
class: "flex-between",
|
|
10983
10983
|
style: { width: "48%" }
|
|
10984
|
-
},
|
|
10984
|
+
}, uU = { class: "section summary-section" }, cU = { class: "border-solid" }, yU = { class: "summary-block flex-between" }, AU = { class: "item" }, vU = { class: "value flex-end" }, TU = { key: 0 }, xU = { class: "gain" }, zU = { key: 1 }, pU = { class: "lost" }, jU = { key: 2 }, bU = { class: "item" }, fU = { class: "value flex-end" }, CU = { key: 0 }, UU = { class: "gain" }, mU = { key: 1 }, EU = { class: "lost" }, OU = { key: 2 }, YU = { class: "item" }, wU = { class: "value flex-end" }, SU = { key: 0 }, QU = { class: "gain" }, kU = { key: 1 }, hU = { class: "lost" }, RU = { key: 2 }, FU = { class: "section-content" }, VU = {
|
|
10985
10985
|
key: 0,
|
|
10986
10986
|
class: ""
|
|
10987
|
-
},
|
|
10987
|
+
}, PU = ["innerHTML"], GU = { key: 1 }, WU = { class: "section map-section" }, LU = { class: "report-map" }, ZU = ["src"], BU = {
|
|
10988
10988
|
key: 0,
|
|
10989
10989
|
class: "section route-comparison-section"
|
|
10990
|
-
},
|
|
10990
|
+
}, HU = { class: "section route-comparison-section" }, _U = {
|
|
10991
10991
|
class: "sum",
|
|
10992
10992
|
colspan: "2"
|
|
10993
|
-
},
|
|
10993
|
+
}, JU = { class: "section route-comparison-section" }, XU = {
|
|
10994
10994
|
class: "sum",
|
|
10995
10995
|
colspan: "2"
|
|
10996
|
-
},
|
|
10996
|
+
}, KU = {
|
|
10997
10997
|
class: "sum",
|
|
10998
10998
|
colspan: "2"
|
|
10999
10999
|
};
|
|
11000
|
-
function
|
|
11001
|
-
var I, p, b, u, A, w,
|
|
11000
|
+
function qU(i, l, s, D, r, d) {
|
|
11001
|
+
var I, p, b, u, A, w, f, U, m, j, S, O, Q, v, R, P, G, W, L, Z, H, _, J, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, jt, bt, vt, Et, Ot, Yt, wt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Lt;
|
|
11002
11002
|
const c = F("IdmBrand"), M = F("Editor");
|
|
11003
|
-
return n(), a("div",
|
|
11003
|
+
return n(), a("div", lU, [
|
|
11004
11004
|
E(c, { name: "Voyage Comparison Report" }),
|
|
11005
|
-
t("div",
|
|
11006
|
-
t("div",
|
|
11007
|
-
t("div",
|
|
11008
|
-
t("div",
|
|
11005
|
+
t("div", eU, [
|
|
11006
|
+
t("div", sU, [
|
|
11007
|
+
t("div", iU, [
|
|
11008
|
+
t("div", oU, [
|
|
11009
11009
|
l[3] || (l[3] = t("label", { class: "label" }, "Prepared For:", -1)),
|
|
11010
11010
|
t("div", null, e((I = s.report) == null ? void 0 : I.preparedFor), 1)
|
|
11011
11011
|
]),
|
|
11012
|
-
t("div",
|
|
11012
|
+
t("div", nU, [
|
|
11013
11013
|
l[5] || (l[5] = t("label", { class: "label" }, "Departure Port:", -1)),
|
|
11014
11014
|
t("div", null, [
|
|
11015
11015
|
t("span", null, e((b = (p = s.report) == null ? void 0 : p.departure) == null ? void 0 : b.name), 1),
|
|
11016
11016
|
l[4] || (l[4] = g(" , ")),
|
|
11017
|
-
t("span",
|
|
11017
|
+
t("span", aU, e(d.computeUTCTime(((A = (u = s.report) == null ? void 0 : u.departure) == null ? void 0 : A.atd) || ((f = (w = s.report) == null ? void 0 : w.departure) == null ? void 0 : f.etd))), 1)
|
|
11018
11018
|
])
|
|
11019
11019
|
])
|
|
11020
11020
|
]),
|
|
11021
|
-
t("div",
|
|
11022
|
-
t("div",
|
|
11021
|
+
t("div", dU, [
|
|
11022
|
+
t("div", rU, [
|
|
11023
11023
|
l[6] || (l[6] = t("label", { class: "label" }, "Vessel:", -1)),
|
|
11024
|
-
t("div", null, e((m = (
|
|
11024
|
+
t("div", null, e((m = (U = s.report) == null ? void 0 : U.vessel) == null ? void 0 : m.name), 1)
|
|
11025
11025
|
]),
|
|
11026
|
-
t("div",
|
|
11026
|
+
t("div", MU, [
|
|
11027
11027
|
l[8] || (l[8] = t("label", { class: "label" }, "Arrival Port:", -1)),
|
|
11028
11028
|
t("div", null, [
|
|
11029
11029
|
t("span", null, e((S = (j = s.report) == null ? void 0 : j.arrival) == null ? void 0 : S.name), 1),
|
|
11030
11030
|
l[7] || (l[7] = g(" , ")),
|
|
11031
|
-
t("span",
|
|
11031
|
+
t("span", DU, e(d.computeUTCTime(((Q = (O = s.report) == null ? void 0 : O.arrival) == null ? void 0 : Q.ata) || ((R = (v = s.report) == null ? void 0 : v.arrival) == null ? void 0 : R.eta))), 1)
|
|
11032
11032
|
])
|
|
11033
11033
|
])
|
|
11034
11034
|
]),
|
|
11035
|
-
t("div",
|
|
11036
|
-
t("div",
|
|
11035
|
+
t("div", NU, [
|
|
11036
|
+
t("div", IU, [
|
|
11037
11037
|
l[9] || (l[9] = t("label", { class: "label" }, "Voyage No:", -1)),
|
|
11038
11038
|
t("div", null, e((G = (P = s.report) == null ? void 0 : P.voyage) == null ? void 0 : G.number), 1)
|
|
11039
11039
|
]),
|
|
11040
|
-
t("div",
|
|
11040
|
+
t("div", gU, [
|
|
11041
11041
|
l[10] || (l[10] = t("label", { class: "label" }, "Load Condition:", -1)),
|
|
11042
11042
|
t("div", null, e((L = (W = s.report) == null ? void 0 : W.voyage) == null ? void 0 : L.loadCondition), 1)
|
|
11043
11043
|
])
|
|
11044
11044
|
])
|
|
11045
11045
|
]),
|
|
11046
|
-
t("div",
|
|
11046
|
+
t("div", uU, [
|
|
11047
11047
|
l[35] || (l[35] = t("div", { class: "subtitle" }, "Summary", -1)),
|
|
11048
|
-
t("div",
|
|
11049
|
-
t("div",
|
|
11050
|
-
t("div",
|
|
11048
|
+
t("div", cU, [
|
|
11049
|
+
t("div", yU, [
|
|
11050
|
+
t("div", AU, [
|
|
11051
11051
|
l[17] || (l[17] = t("div", { class: "title" }, "Spend Time on Actual Route", -1)),
|
|
11052
11052
|
l[18] || (l[18] = t("div", null, "compared with Recommended route", -1)),
|
|
11053
|
-
t("div",
|
|
11054
|
-
((Z = s.report) == null ? void 0 : Z.diffTime) < 0 ? (n(), a("div",
|
|
11053
|
+
t("div", vU, [
|
|
11054
|
+
((Z = s.report) == null ? void 0 : Z.diffTime) < 0 ? (n(), a("div", TU, [
|
|
11055
11055
|
l[11] || (l[11] = t("span", { class: "text" }, "Saving", -1)),
|
|
11056
11056
|
l[12] || (l[12] = t("i", { class: "iconfont gain" }, "", -1)),
|
|
11057
|
-
t("span",
|
|
11057
|
+
t("span", xU, e(Math.abs((H = s.report) == null ? void 0 : H.diffTime)), 1),
|
|
11058
11058
|
l[13] || (l[13] = t("span", { class: "unit" }, "hrs", -1))
|
|
11059
|
-
])) : ((_ = s.report) == null ? void 0 : _.diffTime) > 0 ? (n(), a("div",
|
|
11059
|
+
])) : ((_ = s.report) == null ? void 0 : _.diffTime) > 0 ? (n(), a("div", zU, [
|
|
11060
11060
|
l[14] || (l[14] = t("span", { class: "text" }, "Lost", -1)),
|
|
11061
11061
|
l[15] || (l[15] = t("i", { class: "iconfont lost" }, "", -1)),
|
|
11062
|
-
t("span",
|
|
11062
|
+
t("span", pU, e(Math.abs((J = s.report) == null ? void 0 : J.diffTime)), 1),
|
|
11063
11063
|
l[16] || (l[16] = t("span", { class: "unit" }, "hrs", -1))
|
|
11064
|
-
])) : (n(), a("div",
|
|
11064
|
+
])) : (n(), a("div", jU, "No Difference"))
|
|
11065
11065
|
])
|
|
11066
11066
|
]),
|
|
11067
|
-
t("div",
|
|
11067
|
+
t("div", bU, [
|
|
11068
11068
|
l[25] || (l[25] = t("div", { class: "title" }, "Actual Route FO Consumption", -1)),
|
|
11069
11069
|
l[26] || (l[26] = t("div", null, "compared with Recommended route", -1)),
|
|
11070
|
-
t("div",
|
|
11071
|
-
((X = s.report) == null ? void 0 : X.diffFoCons) < 0 ? (n(), a("div",
|
|
11070
|
+
t("div", fU, [
|
|
11071
|
+
((X = s.report) == null ? void 0 : X.diffFoCons) < 0 ? (n(), a("div", CU, [
|
|
11072
11072
|
l[19] || (l[19] = t("span", { class: "text" }, "Saving", -1)),
|
|
11073
11073
|
l[20] || (l[20] = t("i", { class: "iconfont gain" }, "", -1)),
|
|
11074
|
-
t("span",
|
|
11074
|
+
t("span", UU, e(Math.abs((K = s.report) == null ? void 0 : K.diffFoCons)), 1),
|
|
11075
11075
|
l[21] || (l[21] = t("span", { class: "unit" }, "mt", -1))
|
|
11076
|
-
])) : ((tt = s.report) == null ? void 0 : tt.diffFoCons) > 0 ? (n(), a("div",
|
|
11076
|
+
])) : ((tt = s.report) == null ? void 0 : tt.diffFoCons) > 0 ? (n(), a("div", mU, [
|
|
11077
11077
|
l[22] || (l[22] = t("span", { class: "text" }, "Lost", -1)),
|
|
11078
11078
|
l[23] || (l[23] = t("i", { class: "iconfont lost" }, "", -1)),
|
|
11079
|
-
t("span",
|
|
11079
|
+
t("span", EU, e(Math.abs((V = s.report) == null ? void 0 : V.diffFoCons)), 1),
|
|
11080
11080
|
l[24] || (l[24] = t("span", { class: "unit" }, "mt", -1))
|
|
11081
|
-
])) : (n(), a("div",
|
|
11081
|
+
])) : (n(), a("div", OU, "No Difference"))
|
|
11082
11082
|
])
|
|
11083
11083
|
]),
|
|
11084
|
-
t("div",
|
|
11084
|
+
t("div", YU, [
|
|
11085
11085
|
l[33] || (l[33] = t("div", { class: "title" }, "Actual Route MGO Consumption", -1)),
|
|
11086
11086
|
l[34] || (l[34] = t("div", null, "compared with Recommended route", -1)),
|
|
11087
|
-
t("div",
|
|
11088
|
-
((Dt = s.report) == null ? void 0 : Dt.diffDgoCons) < 0 ? (n(), a("div",
|
|
11087
|
+
t("div", wU, [
|
|
11088
|
+
((Dt = s.report) == null ? void 0 : Dt.diffDgoCons) < 0 ? (n(), a("div", SU, [
|
|
11089
11089
|
l[27] || (l[27] = t("span", { class: "text" }, "Saving", -1)),
|
|
11090
11090
|
l[28] || (l[28] = t("i", { class: "iconfont gain" }, "", -1)),
|
|
11091
|
-
t("span",
|
|
11091
|
+
t("span", QU, e(Math.abs((Nt = s.report) == null ? void 0 : Nt.diffDgoCons)), 1),
|
|
11092
11092
|
l[29] || (l[29] = t("span", { class: "unit" }, "mt", -1))
|
|
11093
|
-
])) : ((It = s.report) == null ? void 0 : It.diffDgoCons) > 0 ? (n(), a("div",
|
|
11093
|
+
])) : ((It = s.report) == null ? void 0 : It.diffDgoCons) > 0 ? (n(), a("div", kU, [
|
|
11094
11094
|
l[30] || (l[30] = t("span", { class: "text" }, "Lost", -1)),
|
|
11095
11095
|
l[31] || (l[31] = t("i", { class: "iconfont lost" }, "", -1)),
|
|
11096
|
-
t("span",
|
|
11096
|
+
t("span", hU, e(Math.abs((gt = s.report) == null ? void 0 : gt.diffDgoCons)), 1),
|
|
11097
11097
|
l[32] || (l[32] = t("span", { class: "unit" }, "mt", -1))
|
|
11098
|
-
])) : (n(), a("div",
|
|
11098
|
+
])) : (n(), a("div", RU, "No Difference"))
|
|
11099
11099
|
])
|
|
11100
11100
|
])
|
|
11101
11101
|
])
|
|
@@ -11105,8 +11105,8 @@ function qf(i, l, s, D, r, d) {
|
|
|
11105
11105
|
class: z(["section remark-section", d.computeBlankHtml(r.remarks) ? "print-hidden" : ""])
|
|
11106
11106
|
}, [
|
|
11107
11107
|
l[36] || (l[36] = t("div", { class: "subtitle" }, "Remarks", -1)),
|
|
11108
|
-
t("div",
|
|
11109
|
-
r.editable ? (n(), a("div",
|
|
11108
|
+
t("div", FU, [
|
|
11109
|
+
r.editable ? (n(), a("div", VU, [
|
|
11110
11110
|
r.editable ? (n(), il(M, {
|
|
11111
11111
|
key: 0,
|
|
11112
11112
|
modelValue: r.remarks,
|
|
@@ -11120,25 +11120,25 @@ function qf(i, l, s, D, r, d) {
|
|
|
11120
11120
|
class: "remark-block",
|
|
11121
11121
|
onDblclick: l[2] || (l[2] = (Gt) => r.editable = !0)
|
|
11122
11122
|
}, [
|
|
11123
|
-
d.computeBlankHtml(r.remarks) ? (n(), a("div",
|
|
11123
|
+
d.computeBlankHtml(r.remarks) ? (n(), a("div", GU, "Please double click to modify remark")) : (n(), a("div", {
|
|
11124
11124
|
key: 0,
|
|
11125
11125
|
innerHTML: r.remarks
|
|
11126
|
-
}, null, 8,
|
|
11126
|
+
}, null, 8, PU))
|
|
11127
11127
|
], 32))
|
|
11128
11128
|
])
|
|
11129
11129
|
], 2),
|
|
11130
|
-
t("div",
|
|
11130
|
+
t("div", WU, [
|
|
11131
11131
|
l[38] || (l[38] = t("div", { class: "subtitle" }, "Route Map", -1)),
|
|
11132
|
-
t("div",
|
|
11132
|
+
t("div", LU, [
|
|
11133
11133
|
t("img", {
|
|
11134
11134
|
style: { width: "100%" },
|
|
11135
11135
|
src: (ut = s.report) == null ? void 0 : ut.chartUrl,
|
|
11136
11136
|
alt: ""
|
|
11137
|
-
}, null, 8,
|
|
11137
|
+
}, null, 8, ZU),
|
|
11138
11138
|
l[37] || (l[37] = it('<div class="legend" data-v-de288d5d><div class="legend-item" data-v-de288d5d><div style="width:50px;height:0px;border:1px solid var(--actual-route);" data-v-de288d5d></div><div data-v-de288d5d>Actual Route</div></div><div class="legend-item" data-v-de288d5d><div style="width:50px;height:0px;border:1px dashed var(--prior-route);" data-v-de288d5d></div><div data-v-de288d5d>Recommended Route</div></div></div>', 1))
|
|
11139
11139
|
])
|
|
11140
11140
|
]),
|
|
11141
|
-
(o = s.report) != null && o.useActual ? y("", !0) : (n(), a("div",
|
|
11141
|
+
(o = s.report) != null && o.useActual ? y("", !0) : (n(), a("div", BU, [
|
|
11142
11142
|
l[41] || (l[41] = t("div", { class: "flex-between" }, [
|
|
11143
11143
|
t("div", { class: "subtitle" }, "CP Terms")
|
|
11144
11144
|
], -1)),
|
|
@@ -11161,7 +11161,7 @@ function qf(i, l, s, D, r, d) {
|
|
|
11161
11161
|
])
|
|
11162
11162
|
])
|
|
11163
11163
|
])),
|
|
11164
|
-
t("div",
|
|
11164
|
+
t("div", HU, [
|
|
11165
11165
|
l[50] || (l[50] = t("div", { class: "flex-between" }, [
|
|
11166
11166
|
t("div", { class: "subtitle" }, "Deviation Info Information")
|
|
11167
11167
|
], -1)),
|
|
@@ -11206,12 +11206,12 @@ function qf(i, l, s, D, r, d) {
|
|
|
11206
11206
|
]),
|
|
11207
11207
|
t("tr", null, [
|
|
11208
11208
|
l[48] || (l[48] = t("td", { class: "sum" }, "Diff Time (hrs)", -1)),
|
|
11209
|
-
t("td",
|
|
11209
|
+
t("td", _U, e(d.compareTime((wt = s.report) == null ? void 0 : wt.actualTime, (St = s.report) == null ? void 0 : St.recmdTime)), 1)
|
|
11210
11210
|
])
|
|
11211
11211
|
])
|
|
11212
11212
|
])
|
|
11213
11213
|
]),
|
|
11214
|
-
t("div",
|
|
11214
|
+
t("div", JU, [
|
|
11215
11215
|
l[58] || (l[58] = t("div", { class: "flex-between" }, [
|
|
11216
11216
|
t("div", { class: "subtitle" }, "Comparison of Fuel Consumption")
|
|
11217
11217
|
], -1)),
|
|
@@ -11242,15 +11242,15 @@ function qf(i, l, s, D, r, d) {
|
|
|
11242
11242
|
t("tr", null, [
|
|
11243
11243
|
l[54] || (l[54] = t("td", null, "Total MGO Consumption (mt)", -1)),
|
|
11244
11244
|
t("td", null, e(((Pt = s.report) == null ? void 0 : Pt.actualDgoCons) ?? "-"), 1),
|
|
11245
|
-
t("td", null, e(((
|
|
11245
|
+
t("td", null, e(((ft = s.report) == null ? void 0 : ft.recmdDgoCons) ?? "-"), 1)
|
|
11246
11246
|
]),
|
|
11247
11247
|
t("tr", null, [
|
|
11248
11248
|
l[55] || (l[55] = t("td", { class: "sum" }, "Diff FO Consumption (mt)", -1)),
|
|
11249
|
-
t("td",
|
|
11249
|
+
t("td", XU, e(((Wt = s.report) == null ? void 0 : Wt.diffFoCons) ?? "-"), 1)
|
|
11250
11250
|
]),
|
|
11251
11251
|
t("tr", null, [
|
|
11252
11252
|
l[56] || (l[56] = t("td", { class: "sum" }, "Diff MGO Consumption (mt)", -1)),
|
|
11253
|
-
t("td",
|
|
11253
|
+
t("td", KU, e(((Lt = s.report) == null ? void 0 : Lt.diffDgoCons) ?? "-"), 1)
|
|
11254
11254
|
])
|
|
11255
11255
|
])
|
|
11256
11256
|
])
|
|
@@ -11258,7 +11258,7 @@ function qf(i, l, s, D, r, d) {
|
|
|
11258
11258
|
])
|
|
11259
11259
|
]);
|
|
11260
11260
|
}
|
|
11261
|
-
const $
|
|
11261
|
+
const $U = /* @__PURE__ */ sl(tU, [["render", qU], ["__scopeId", "data-v-de288d5d"]]);
|
|
11262
11262
|
const tm = {
|
|
11263
11263
|
name: "ComparisonFli",
|
|
11264
11264
|
components: {
|
|
@@ -11305,7 +11305,7 @@ const tm = {
|
|
|
11305
11305
|
},
|
|
11306
11306
|
compareTime() {
|
|
11307
11307
|
return function(i, l) {
|
|
11308
|
-
return i && l ?
|
|
11308
|
+
return i && l ? Ct.roundPrecision(i - l) : "-";
|
|
11309
11309
|
};
|
|
11310
11310
|
},
|
|
11311
11311
|
computeSummary() {
|
|
@@ -11357,7 +11357,7 @@ const tm = {
|
|
|
11357
11357
|
}, vm = { class: "flex" }, Tm = { class: "flexM" }, xm = { class: "summary-item" }, zm = {
|
|
11358
11358
|
class: "flexL gray",
|
|
11359
11359
|
style: { display: "flex" }
|
|
11360
|
-
}, pm = { class: "flex" }, jm = { class: "flexM" }, bm = { class: "report-summary" },
|
|
11360
|
+
}, pm = { class: "flex" }, jm = { class: "flexM" }, bm = { class: "report-summary" }, fm = { class: "summary-item" }, Cm = { class: "summary-item" }, Um = { class: "summary-item" }, mm = { class: "report-map" }, Em = ["src"], Om = {
|
|
11361
11361
|
key: 0,
|
|
11362
11362
|
class: "subtitle"
|
|
11363
11363
|
}, Ym = {
|
|
@@ -11365,7 +11365,7 @@ const tm = {
|
|
|
11365
11365
|
class: "report-summary"
|
|
11366
11366
|
}, wm = { class: "summary-item" }, Sm = { class: "flexL blue center" }, Qm = { class: "summary-item" }, km = { class: "flexL blue center" }, hm = { class: "summary-item" }, Rm = { class: "flexL blue center" }, Fm = { class: "report-summary" }, Vm = { class: "summary-item" }, Pm = { class: "flex blue-light center" }, Gm = { class: "flex blue-light center" }, Wm = { class: "summary-item" }, Lm = { class: "flex blue-light center" }, Zm = { class: "flex blue-light center" }, Bm = { class: "summary-item" }, Hm = { class: "flex blue-light center" }, _m = { class: "flex blue-light center" }, Jm = { class: "summary-item" }, Xm = { class: "flex blue-light center" }, Km = { class: "flex blue-light center" }, qm = { class: "summary-item" }, $m = { class: "flex blue-light center" }, tE = { class: "flex blue-light center" }, lE = { class: "summary-item" }, eE = { class: "flex blue-light center" }, sE = { class: "flex blue-light center" }, iE = { class: "summary-item" }, oE = { class: "flex blue-light center italic" }, nE = { class: "report-summary" }, aE = { class: "summary-item" }, dE = { class: "flex blue-light center" }, rE = { class: "flex blue-light center" }, ME = { class: "summary-item" }, DE = { class: "flex blue-light center" }, NE = { class: "flex blue-light center" }, IE = { class: "summary-item" }, gE = { class: "flex blue-light center" }, uE = { class: "flex blue-light center" }, cE = { class: "summary-item" }, yE = { class: "flex blue-light center" }, AE = { class: "flex blue-light center" }, vE = { class: "summary-item" }, TE = { class: "flex blue-light center italic" }, xE = { class: "summary-item" }, zE = { class: "flex blue-light center italic" }, pE = ["innerHTML"];
|
|
11367
11367
|
function jE(i, l, s, D, r, d) {
|
|
11368
|
-
var M, I, p, b, u, A, w,
|
|
11368
|
+
var M, I, p, b, u, A, w, f, U, m, j, S, O, Q, v, R, P, G, W, L, Z, H, _, J, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, jt, bt, vt, Et, Ot, Yt, wt, St, Qt, kt, ht, Rt, Ft, Vt, Pt;
|
|
11369
11369
|
const c = F("Editor");
|
|
11370
11370
|
return n(), a("div", lm, [
|
|
11371
11371
|
l[33] || (l[33] = t("div", { class: "report-bg" }, [
|
|
@@ -11394,11 +11394,11 @@ function jE(i, l, s, D, r, d) {
|
|
|
11394
11394
|
]),
|
|
11395
11395
|
t("div", Im, [
|
|
11396
11396
|
l[7] || (l[7] = t("label", { class: "flex gray" }, "Load Condition", -1)),
|
|
11397
|
-
t("div", gm, e((
|
|
11397
|
+
t("div", gm, e((f = (w = r.comparisonData) == null ? void 0 : w.voyage) == null ? void 0 : f.loadCondition), 1)
|
|
11398
11398
|
]),
|
|
11399
11399
|
t("div", um, [
|
|
11400
11400
|
l[8] || (l[8] = t("label", { class: "flex gray" }, "Reference Number", -1)),
|
|
11401
|
-
t("div", cm, e((m = (
|
|
11401
|
+
t("div", cm, e((m = (U = r.comparisonData) == null ? void 0 : U.voyage) == null ? void 0 : m.number), 1)
|
|
11402
11402
|
]),
|
|
11403
11403
|
t("div", ym, [
|
|
11404
11404
|
l[9] || (l[9] = t("label", { class: "flex gray" }, "Departure", -1)),
|
|
@@ -11417,19 +11417,19 @@ function jE(i, l, s, D, r, d) {
|
|
|
11417
11417
|
]),
|
|
11418
11418
|
l[34] || (l[34] = t("div", { class: "subtitle" }, "Report Summary", -1)),
|
|
11419
11419
|
t("div", bm, [
|
|
11420
|
-
t("div",
|
|
11420
|
+
t("div", fm, [
|
|
11421
11421
|
l[11] || (l[11] = t("div", { class: "flexL blue" }, "Speed time on actual routecompared with Recommended route", -1)),
|
|
11422
11422
|
t("div", {
|
|
11423
11423
|
class: z(`${d.computeColor((_ = r.comparisonData) == null ? void 0 : _.diffTime)} flex blue`)
|
|
11424
11424
|
}, e(d.computeSummary((J = r.comparisonData) == null ? void 0 : J.diffTime, "time")), 3)
|
|
11425
11425
|
]),
|
|
11426
|
-
t("div",
|
|
11426
|
+
t("div", Cm, [
|
|
11427
11427
|
l[12] || (l[12] = t("div", { class: "flexL blue" }, "Actual route FO Consumption compared with Recommended route", -1)),
|
|
11428
11428
|
t("div", {
|
|
11429
11429
|
class: z(`${d.computeColor((X = r.comparisonData) == null ? void 0 : X.diffFoCons)} flex blue`)
|
|
11430
11430
|
}, e(d.computeSummary((K = r.comparisonData) == null ? void 0 : K.diffFoCons, "oil")), 3)
|
|
11431
11431
|
]),
|
|
11432
|
-
t("div",
|
|
11432
|
+
t("div", Um, [
|
|
11433
11433
|
l[13] || (l[13] = t("div", { class: "flexL blue" }, "Actual route DO/GO Consumption compared with Recommended route", -1)),
|
|
11434
11434
|
t("div", {
|
|
11435
11435
|
class: z(`${d.computeColor((tt = r.comparisonData) == null ? void 0 : tt.diffDgoCons)} flex blue`)
|
|
@@ -11594,13 +11594,13 @@ function jE(i, l, s, D, r, d) {
|
|
|
11594
11594
|
r.editable ? (n(), il(c, {
|
|
11595
11595
|
key: 0,
|
|
11596
11596
|
modelValue: r.advisory,
|
|
11597
|
-
"onUpdate:modelValue": l[0] || (l[0] = (
|
|
11597
|
+
"onUpdate:modelValue": l[0] || (l[0] = (ft) => r.advisory = ft),
|
|
11598
11598
|
height: "320px",
|
|
11599
|
-
onBlur: l[1] || (l[1] = (
|
|
11599
|
+
onBlur: l[1] || (l[1] = (ft) => d.handleCommit("comments", ft))
|
|
11600
11600
|
}, null, 8, ["modelValue"])) : (n(), a("div", {
|
|
11601
11601
|
key: 1,
|
|
11602
11602
|
class: "remark-txt editor",
|
|
11603
|
-
onDblclick: l[2] || (l[2] = (...
|
|
11603
|
+
onDblclick: l[2] || (l[2] = (...ft) => d.decideDisable && d.decideDisable(...ft)),
|
|
11604
11604
|
innerHTML: r.advisory && r.advisory !== "<p><br></p>" ? r.advisory : "Please double click to modify remark"
|
|
11605
11605
|
}, null, 40, pE))
|
|
11606
11606
|
], 2)
|
|
@@ -11608,10 +11608,10 @@ function jE(i, l, s, D, r, d) {
|
|
|
11608
11608
|
}
|
|
11609
11609
|
const bE = /* @__PURE__ */ sl(tm, [["render", jE], ["__scopeId", "data-v-24b3bc72"]]), iS = {
|
|
11610
11610
|
install(i) {
|
|
11611
|
-
i.component("OrmComparisonReport", $
|
|
11611
|
+
i.component("OrmComparisonReport", $U), i.component("FliComparisonReport", bE);
|
|
11612
11612
|
}
|
|
11613
11613
|
};
|
|
11614
|
-
const
|
|
11614
|
+
const fE = {
|
|
11615
11615
|
name: "IdmThird",
|
|
11616
11616
|
props: {
|
|
11617
11617
|
name: {
|
|
@@ -11619,17 +11619,17 @@ const CE = {
|
|
|
11619
11619
|
default: ""
|
|
11620
11620
|
}
|
|
11621
11621
|
}
|
|
11622
|
-
},
|
|
11622
|
+
}, CE = { class: "section brand-section flex-space" }, UE = { class: "report-box flex-space" }, mE = { class: "name flex-start" };
|
|
11623
11623
|
function EE(i, l, s, D, r, d) {
|
|
11624
|
-
return n(), a("div",
|
|
11624
|
+
return n(), a("div", CE, [
|
|
11625
11625
|
l[1] || (l[1] = it('<div class="logo-box flex-center" data-v-d5871b6a><a class="logo" href="https://www.idmwx.com" target="_blank" data-v-d5871b6a><img src="https://img.idmwx.com/asset/orm/logo_300x180.png" data-v-d5871b6a><div class="brand" data-v-d5871b6a><span data-v-d5871b6a>Weather Routing</span><div class="company" data-v-d5871b6a>Ocean Right Marine Service</div></div></a></div>', 1)),
|
|
11626
|
-
t("div",
|
|
11626
|
+
t("div", UE, [
|
|
11627
11627
|
t("div", mE, e(s.name), 1),
|
|
11628
11628
|
l[0] || (l[0] = it('<div class="support flex-end" data-v-d5871b6a><img src="https://img.idmwx.com/asset/idm/qrcode_for_gh_976e5ac920c0_258.jpg" data-v-d5871b6a><div style="margin-left:10px;" data-v-d5871b6a><div class="name flex-space" data-v-d5871b6a><label data-v-d5871b6a>IDM Service Team</label></div><div class="desc flex-center" data-v-d5871b6a>Technical Support & Consulting Center</div></div></div>', 1))
|
|
11629
11629
|
])
|
|
11630
11630
|
]);
|
|
11631
11631
|
}
|
|
11632
|
-
const OE = /* @__PURE__ */ sl(
|
|
11632
|
+
const OE = /* @__PURE__ */ sl(fE, [["render", EE], ["__scopeId", "data-v-d5871b6a"]]), oS = {
|
|
11633
11633
|
install(i) {
|
|
11634
11634
|
i.component("IdmBrand", cs), i.component("IdmThird", OE);
|
|
11635
11635
|
}
|
|
@@ -12758,13 +12758,13 @@ function RE(i, l, s, D, r, d) {
|
|
|
12758
12758
|
colspan: 2,
|
|
12759
12759
|
class: "label"
|
|
12760
12760
|
}, "AREA NO.", -1)),
|
|
12761
|
-
(n(!0), a(
|
|
12761
|
+
(n(!0), a(C, null, et(r.area, (M) => (n(), a("td", {
|
|
12762
12762
|
key: M.rank,
|
|
12763
12763
|
class: "label"
|
|
12764
12764
|
}, e(M.rank), 1))), 128))
|
|
12765
12765
|
]),
|
|
12766
12766
|
t("tr", null, [
|
|
12767
|
-
(n(!0), a(
|
|
12767
|
+
(n(!0), a(C, null, et(r.area, (M) => (n(), a("td", {
|
|
12768
12768
|
key: M.rank,
|
|
12769
12769
|
style: ei({ width: M.width }),
|
|
12770
12770
|
class: "label"
|
|
@@ -12772,10 +12772,10 @@ function RE(i, l, s, D, r, d) {
|
|
|
12772
12772
|
])
|
|
12773
12773
|
]),
|
|
12774
12774
|
t("tbody", null, [
|
|
12775
|
-
(n(!0), a(
|
|
12775
|
+
(n(!0), a(C, null, et(r.area, (M, I) => (n(), a("tr", { key: I }, [
|
|
12776
12776
|
t("td", QE, e(M.rank), 1),
|
|
12777
12777
|
t("td", kE, e(M.name), 1),
|
|
12778
|
-
(n(!0), a(
|
|
12778
|
+
(n(!0), a(C, null, et(r.area.length, (p) => (n(), a("td", {
|
|
12779
12779
|
key: p,
|
|
12780
12780
|
innerHTML: r.quota[I][p - 1] || ""
|
|
12781
12781
|
}, null, 8, hE))), 128))
|
|
@@ -13367,13 +13367,13 @@ function BE(i, l, s, D, r, d) {
|
|
|
13367
13367
|
colspan: 2,
|
|
13368
13368
|
class: "label"
|
|
13369
13369
|
}, "AREA NO.", -1)),
|
|
13370
|
-
(n(!0), a(
|
|
13370
|
+
(n(!0), a(C, null, et(r.area, (M) => (n(), a("td", {
|
|
13371
13371
|
key: M.rank,
|
|
13372
13372
|
class: "label"
|
|
13373
13373
|
}, e(M.rank), 1))), 128))
|
|
13374
13374
|
]),
|
|
13375
13375
|
t("tr", null, [
|
|
13376
|
-
(n(!0), a(
|
|
13376
|
+
(n(!0), a(C, null, et(r.area, (M) => (n(), a("td", {
|
|
13377
13377
|
key: M.rank,
|
|
13378
13378
|
style: ei({ width: M.width }),
|
|
13379
13379
|
class: "label"
|
|
@@ -13381,10 +13381,10 @@ function BE(i, l, s, D, r, d) {
|
|
|
13381
13381
|
])
|
|
13382
13382
|
]),
|
|
13383
13383
|
t("tbody", null, [
|
|
13384
|
-
(n(!0), a(
|
|
13384
|
+
(n(!0), a(C, null, et(r.area, (M, I) => (n(), a("tr", { key: I }, [
|
|
13385
13385
|
t("td", WE, e(M.rank), 1),
|
|
13386
13386
|
t("td", LE, e(M.name), 1),
|
|
13387
|
-
(n(!0), a(
|
|
13387
|
+
(n(!0), a(C, null, et(r.area.length, (p) => (n(), a("td", {
|
|
13388
13388
|
key: p,
|
|
13389
13389
|
innerHTML: r.quota[I][p - 1] || ""
|
|
13390
13390
|
}, null, 8, ZE))), 128))
|
|
@@ -13976,13 +13976,13 @@ function tO(i, l, s, D, r, d) {
|
|
|
13976
13976
|
colspan: 2,
|
|
13977
13977
|
class: "label"
|
|
13978
13978
|
}, "AREA NO.", -1)),
|
|
13979
|
-
(n(!0), a(
|
|
13979
|
+
(n(!0), a(C, null, et(r.area, (M) => (n(), a("td", {
|
|
13980
13980
|
key: M.rank,
|
|
13981
13981
|
class: "label"
|
|
13982
13982
|
}, e(M.rank), 1))), 128))
|
|
13983
13983
|
]),
|
|
13984
13984
|
t("tr", null, [
|
|
13985
|
-
(n(!0), a(
|
|
13985
|
+
(n(!0), a(C, null, et(r.area, (M) => (n(), a("td", {
|
|
13986
13986
|
key: M.rank,
|
|
13987
13987
|
style: ei({ width: M.width }),
|
|
13988
13988
|
class: "label"
|
|
@@ -13990,10 +13990,10 @@ function tO(i, l, s, D, r, d) {
|
|
|
13990
13990
|
])
|
|
13991
13991
|
]),
|
|
13992
13992
|
t("tbody", null, [
|
|
13993
|
-
(n(!0), a(
|
|
13993
|
+
(n(!0), a(C, null, et(r.area, (M, I) => (n(), a("tr", { key: I }, [
|
|
13994
13994
|
t("td", KE, e(M.rank), 1),
|
|
13995
13995
|
t("td", qE, e(M.name), 1),
|
|
13996
|
-
(n(!0), a(
|
|
13996
|
+
(n(!0), a(C, null, et(r.area.length, (p) => (n(), a("td", {
|
|
13997
13997
|
key: p,
|
|
13998
13998
|
innerHTML: r.quota[I][p - 1] || ""
|
|
13999
13999
|
}, null, 8, $E))), 128))
|
|
@@ -14069,12 +14069,12 @@ const nO = {
|
|
|
14069
14069
|
},
|
|
14070
14070
|
computeLat() {
|
|
14071
14071
|
return function(i) {
|
|
14072
|
-
return
|
|
14072
|
+
return Ct.lat2pretty(i, 2);
|
|
14073
14073
|
};
|
|
14074
14074
|
},
|
|
14075
14075
|
computeLng() {
|
|
14076
14076
|
return function(i) {
|
|
14077
|
-
return
|
|
14077
|
+
return Ct.lng2pretty(i, 2);
|
|
14078
14078
|
};
|
|
14079
14079
|
},
|
|
14080
14080
|
computeBlankHtml() {
|
|
@@ -14151,10 +14151,10 @@ const nO = {
|
|
|
14151
14151
|
}, bO = {
|
|
14152
14152
|
class: "flex-space label-block row",
|
|
14153
14153
|
style: { width: "100%" }
|
|
14154
|
-
},
|
|
14154
|
+
}, fO = {
|
|
14155
14155
|
class: "flex-end",
|
|
14156
14156
|
style: { flex: "1", "text-transform": "uppercase" }
|
|
14157
|
-
},
|
|
14157
|
+
}, CO = { class: "section summary-section" }, UO = { class: "section-content" }, mO = { colspan: "2" }, EO = { key: 0 }, OO = { key: 0 }, YO = { key: 1 }, wO = { colspan: "2" }, SO = { key: 0 }, QO = { key: 0 }, kO = { key: 1 }, hO = { colspan: "2" }, RO = { key: 0 }, FO = { key: 0 }, VO = { key: 1 }, PO = { colspan: "2" }, GO = { key: 0 }, WO = { key: 0 }, LO = { key: 1 }, ZO = { class: "phase-box flex-between" }, BO = {
|
|
14158
14158
|
class: "item",
|
|
14159
14159
|
style: { width: "22%" }
|
|
14160
14160
|
}, HO = { class: "text" }, _O = {
|
|
@@ -14196,7 +14196,7 @@ const nO = {
|
|
|
14196
14196
|
}, u5 = {
|
|
14197
14197
|
class: "formula-block",
|
|
14198
14198
|
style: { flex: "1" }
|
|
14199
|
-
}, c5 = { class: "flex-start" }, y5 = { class: "fraction" }, A5 = { class: "fraction flex-center" }, v5 = { class: "content" }, T5 = { class: "fraction" }, x5 = { class: "fraction flex-center" }, z5 = { class: "content" }, p5 = { class: "fraction" }, j5 = { class: "flex-start" }, b5 = { class: "fraction" },
|
|
14199
|
+
}, c5 = { class: "flex-start" }, y5 = { class: "fraction" }, A5 = { class: "fraction flex-center" }, v5 = { class: "content" }, T5 = { class: "fraction" }, x5 = { class: "fraction flex-center" }, z5 = { class: "content" }, p5 = { class: "fraction" }, j5 = { class: "flex-start" }, b5 = { class: "fraction" }, f5 = { class: "fraction flex-center" }, C5 = { class: "content" }, U5 = { class: "fraction" }, m5 = { class: "fraction flex-center" }, E5 = { class: "content" }, O5 = { class: "fraction" }, Y5 = {
|
|
14200
14200
|
key: 0,
|
|
14201
14201
|
class: "flex-center summary-bg"
|
|
14202
14202
|
}, w5 = {
|
|
@@ -14222,7 +14222,7 @@ const nO = {
|
|
|
14222
14222
|
class: "flex-center summary-bg"
|
|
14223
14223
|
}, DY = { class: "fraction" }, NY = { class: "fraction" }, IY = { class: "fraction" }, gY = { class: "section vessel-report-section" }, uY = { class: "section-content" }, cY = ["rowspan"];
|
|
14224
14224
|
function yY(i, l, s, D, r, d) {
|
|
14225
|
-
var b, u, A, w,
|
|
14225
|
+
var b, u, A, w, f, U, m, j, S, O, Q, v, R, P, G, W, L, Z, H, _, J, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, jt, bt, vt, Et, Ot, Yt, wt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Lt, Gt, k, mt, Zt, Jt, Xt, h, Kt, qt, N, Mt, Ut, B, Ht, At, _t, $t, tl, nl, al, dl, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, jl, bl, fl, Cl, Ul, ml, El, Ol, Yl, wl, kl, Y, hl, Rl, Fl, Vl, Pl, Gl, Wl, Ll, gl, Ge, We, Le, Ze, Be, He, _e, Je, Xe, Ke, qe, $e, ts, ls, es, ss, x, Bt, Nl, Il, Sl, Zl, Bl, Hl, _l, Jl, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, je, be, fe, Ce, Ue, me, Ee, Oe, Ye, we, Se, Qe, ke, he, Re, Fe, Ve, is, os, ns, ol, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, js, bs, fs, Cs, Us, ms, Es, Os, Ys, ws, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Ls, Zs, Bs, Hs, T, _s, Js, Xs, Ks, qs, $s, ti, li, Ms, ii, oi, ni, ai, di, ri, Mi, Di, Ni, Ii, gi, ui, ci, yi, Ai, vi, Ti, xi, st, as, zi, pi, ji, bi, fi, Ci, Ui, mi, ul, Ei, Oi, Yi, wi, nt, us, Si, Qi, ki, hi, Ri, Fi, Vi, Pi, Ql, _i, Ji, Xi, Ki, qi, $i, to, lo, eo, so, io, oo, no, ao, ro, Mo, Do, No, Io, go, uo, co, yo, Ao, vo, To, xo, zo, po, jo, bo, fo, Co, Uo, mo, Eo, Oo, Yo, wo, So, Qo, ko, ho, Ro, Fo, Vo, Po, Go, Wo, Lo, Zo, Bo, Ho, _o, Jo, Xo, Ko, qo, $o, tn, ln, en, sn, on, nn, an, dn, rn, Mn, Dn, Nn, In, gn, un, cn, yn, An, vn, Tn, xn, zn, pn, jn, bn, fn, Cn, Un, mn, En, On, Yn, wn, Sn, Qn, kn, hn, Rn, Fn, Vn, Pn, Gn, Wn, Ln, Zn, Bn, Hn, _n, Jn, Xn, Kn, qn, $n, ta, la, ea, sa, ia, oa, na, aa, ll, Li, si, Gi, da, ra, Ma, Da, Na, Ia, ga, ua, za, pa, ja, ba, fa, Ca, Ua, ma, Ea;
|
|
14226
14226
|
const c = F("IdmBrand"), M = F("Lat"), I = F("Lng"), p = F("Editor");
|
|
14227
14227
|
return n(), a("div", aO, [
|
|
14228
14228
|
E(c, { name: "Energy Efficiency Analysis Report" }),
|
|
@@ -14240,7 +14240,7 @@ function yY(i, l, s, D, r, d) {
|
|
|
14240
14240
|
class: "flex-end",
|
|
14241
14241
|
style: { width: "140px" }
|
|
14242
14242
|
}, "Vessel", -1)),
|
|
14243
|
-
t("span", IO, e((
|
|
14243
|
+
t("span", IO, e((U = (f = (w = s.report) == null ? void 0 : w.voyage) == null ? void 0 : f.vessel) == null ? void 0 : U.name) + " (" + e((S = (j = (m = s.report) == null ? void 0 : m.voyage) == null ? void 0 : j.vessel) == null ? void 0 : S.type) + ")", 1)
|
|
14244
14244
|
]),
|
|
14245
14245
|
t("div", gO, [
|
|
14246
14246
|
l[5] || (l[5] = t("label", {
|
|
@@ -14296,13 +14296,13 @@ function yY(i, l, s, D, r, d) {
|
|
|
14296
14296
|
class: "flex-end",
|
|
14297
14297
|
style: { width: "140px" }
|
|
14298
14298
|
}, "Load Condition", -1)),
|
|
14299
|
-
t("span",
|
|
14299
|
+
t("span", fO, e((o = (ut = s.report) == null ? void 0 : ut.voyage) == null ? void 0 : o.loadCondition), 1)
|
|
14300
14300
|
])
|
|
14301
14301
|
])
|
|
14302
14302
|
]),
|
|
14303
|
-
t("div",
|
|
14303
|
+
t("div", CO, [
|
|
14304
14304
|
l[30] || (l[30] = t("div", { class: "section-title" }, "Report Summary", -1)),
|
|
14305
|
-
t("div",
|
|
14305
|
+
t("div", UO, [
|
|
14306
14306
|
t("table", null, [
|
|
14307
14307
|
l[17] || (l[17] = t("thead", null, [
|
|
14308
14308
|
t("tr", null, [
|
|
@@ -14327,14 +14327,14 @@ function yY(i, l, s, D, r, d) {
|
|
|
14327
14327
|
g(e((ct = (rt = (dt = (at = (q = s.report) == null ? void 0 : q.eeas) == null ? void 0 : at.extend) == null ? void 0 : dt.cp) == null ? void 0 : rt.idle) == null ? void 0 : ct.fo) + " ", 1),
|
|
14328
14328
|
(ot = (xt = (lt = (yt = s.report) == null ? void 0 : yt.eeas) == null ? void 0 : lt.extend) == null ? void 0 : xt.cp) != null && ot.weather ? (n(), a("span", EO, [
|
|
14329
14329
|
l[11] || (l[11] = g("| ")),
|
|
14330
|
-
(bt = (jt = (pt = (zt = (Tt = s.report) == null ? void 0 : Tt.eeas) == null ? void 0 : zt.extend) == null ? void 0 : pt.cp) == null ? void 0 : jt.weather) != null && bt.consPercentage ? (n(), a("span", OO, "+" + e((wt = (Yt = (Ot = (Et = (vt = s.report) == null ? void 0 : vt.eeas) == null ? void 0 : Et.extend) == null ? void 0 : Ot.cp) == null ? void 0 : Yt.weather) == null ? void 0 : wt.consOfOver) + "% , -" + e((Rt = (ht = (kt = (Qt = (St = s.report) == null ? void 0 : St.eeas) == null ? void 0 : Qt.extend) == null ? void 0 : kt.cp) == null ? void 0 : ht.weather) == null ? void 0 : Rt.consOfUnder) + "%", 1)) : (n(), a("span", YO, "+" + e((Wt = (
|
|
14330
|
+
(bt = (jt = (pt = (zt = (Tt = s.report) == null ? void 0 : Tt.eeas) == null ? void 0 : zt.extend) == null ? void 0 : pt.cp) == null ? void 0 : jt.weather) != null && bt.consPercentage ? (n(), a("span", OO, "+" + e((wt = (Yt = (Ot = (Et = (vt = s.report) == null ? void 0 : vt.eeas) == null ? void 0 : Et.extend) == null ? void 0 : Ot.cp) == null ? void 0 : Yt.weather) == null ? void 0 : wt.consOfOver) + "% , -" + e((Rt = (ht = (kt = (Qt = (St = s.report) == null ? void 0 : St.eeas) == null ? void 0 : Qt.extend) == null ? void 0 : kt.cp) == null ? void 0 : ht.weather) == null ? void 0 : Rt.consOfUnder) + "%", 1)) : (n(), a("span", YO, "+" + e((Wt = (ft = (Pt = (Vt = (Ft = s.report) == null ? void 0 : Ft.eeas) == null ? void 0 : Vt.extend) == null ? void 0 : Pt.cp) == null ? void 0 : ft.weather) == null ? void 0 : Wt.consOfOver) + " , -" + e((Zt = (mt = (k = (Gt = (Lt = s.report) == null ? void 0 : Lt.eeas) == null ? void 0 : Gt.extend) == null ? void 0 : k.cp) == null ? void 0 : mt.weather) == null ? void 0 : Zt.consOfUnder), 1))
|
|
14331
14331
|
])) : y("", !0)
|
|
14332
14332
|
]),
|
|
14333
14333
|
t("td", wO, [
|
|
14334
14334
|
g(e((qt = (Kt = (h = (Xt = (Jt = s.report) == null ? void 0 : Jt.eeas) == null ? void 0 : Xt.extend) == null ? void 0 : h.cp) == null ? void 0 : Kt.idle) == null ? void 0 : qt.dgo) + " ", 1),
|
|
14335
|
-
(B = (
|
|
14335
|
+
(B = (Ut = (Mt = (N = s.report) == null ? void 0 : N.eeas) == null ? void 0 : Mt.extend) == null ? void 0 : Ut.cp) != null && B.weather ? (n(), a("span", SO, [
|
|
14336
14336
|
l[12] || (l[12] = g("| ")),
|
|
14337
|
-
(tl = ($t = (_t = (At = (Ht = s.report) == null ? void 0 : Ht.eeas) == null ? void 0 : At.extend) == null ? void 0 : _t.cp) == null ? void 0 : $t.weather) != null && tl.consPercentage ? (n(), a("span", QO, "+" + e((Ml = (rl = (dl = (al = (nl = s.report) == null ? void 0 : nl.eeas) == null ? void 0 : al.extend) == null ? void 0 : dl.cp) == null ? void 0 : rl.weather) == null ? void 0 : Ml.consOfOver) + "% , -" + e((vl = (Al = (yl = (cl = (Dl = s.report) == null ? void 0 : Dl.eeas) == null ? void 0 : cl.extend) == null ? void 0 : yl.cp) == null ? void 0 : Al.weather) == null ? void 0 : vl.consOfUnder) + "%", 1)) : (n(), a("span", kO, "+" + e((jl = (pl = (zl = (xl = (Tl = s.report) == null ? void 0 : Tl.eeas) == null ? void 0 : xl.extend) == null ? void 0 : zl.cp) == null ? void 0 : pl.weather) == null ? void 0 : jl.consOfOver) + " , -" + e((ml = (
|
|
14337
|
+
(tl = ($t = (_t = (At = (Ht = s.report) == null ? void 0 : Ht.eeas) == null ? void 0 : At.extend) == null ? void 0 : _t.cp) == null ? void 0 : $t.weather) != null && tl.consPercentage ? (n(), a("span", QO, "+" + e((Ml = (rl = (dl = (al = (nl = s.report) == null ? void 0 : nl.eeas) == null ? void 0 : al.extend) == null ? void 0 : dl.cp) == null ? void 0 : rl.weather) == null ? void 0 : Ml.consOfOver) + "% , -" + e((vl = (Al = (yl = (cl = (Dl = s.report) == null ? void 0 : Dl.eeas) == null ? void 0 : cl.extend) == null ? void 0 : yl.cp) == null ? void 0 : Al.weather) == null ? void 0 : vl.consOfUnder) + "%", 1)) : (n(), a("span", kO, "+" + e((jl = (pl = (zl = (xl = (Tl = s.report) == null ? void 0 : Tl.eeas) == null ? void 0 : xl.extend) == null ? void 0 : zl.cp) == null ? void 0 : pl.weather) == null ? void 0 : jl.consOfOver) + " , -" + e((ml = (Ul = (Cl = (fl = (bl = s.report) == null ? void 0 : bl.eeas) == null ? void 0 : fl.extend) == null ? void 0 : Cl.cp) == null ? void 0 : Ul.weather) == null ? void 0 : ml.consOfUnder), 1))
|
|
14338
14338
|
])) : y("", !0)
|
|
14339
14339
|
])
|
|
14340
14340
|
]),
|
|
@@ -14361,14 +14361,14 @@ function yY(i, l, s, D, r, d) {
|
|
|
14361
14361
|
t("div", BO, [
|
|
14362
14362
|
l[19] || (l[19] = t("div", { class: "phase-title" }, "Total Idle Time", -1)),
|
|
14363
14363
|
t("div", HO, [
|
|
14364
|
-
g(e((
|
|
14364
|
+
g(e((Ce = (fe = (be = (je = (pe = s.report) == null ? void 0 : pe.eeas) == null ? void 0 : je.extend) == null ? void 0 : be.actual) == null ? void 0 : fe.idle) == null ? void 0 : Ce.totalTime), 1),
|
|
14365
14365
|
l[18] || (l[18] = t("span", { class: "unit" }, "hrs", -1))
|
|
14366
14366
|
])
|
|
14367
14367
|
]),
|
|
14368
14368
|
t("div", _O, [
|
|
14369
14369
|
l[21] || (l[21] = t("div", { class: "phase-title" }, "Total Working Time", -1)),
|
|
14370
14370
|
t("div", JO, [
|
|
14371
|
-
g(e((Ye = (Oe = (Ee = (me = (
|
|
14371
|
+
g(e((Ye = (Oe = (Ee = (me = (Ue = s.report) == null ? void 0 : Ue.eeas) == null ? void 0 : me.extend) == null ? void 0 : Ee.actual) == null ? void 0 : Oe.working) == null ? void 0 : Ye.totalTime), 1),
|
|
14372
14372
|
l[20] || (l[20] = t("span", { class: "unit" }, "hrs", -1))
|
|
14373
14373
|
])
|
|
14374
14374
|
]),
|
|
@@ -14387,7 +14387,7 @@ function yY(i, l, s, D, r, d) {
|
|
|
14387
14387
|
class: z(["iconfont", ((vs = (As = (gs = (Is = (Ns = s.report) == null ? void 0 : Ns.eeas) == null ? void 0 : Is.extend) == null ? void 0 : gs.summary) == null ? void 0 : As.fo) == null ? void 0 : vs.status) === "Saving" ? "gain" : "lost"])
|
|
14388
14388
|
}, e(((js = (ps = (zs = (xs = (Ts = s.report) == null ? void 0 : Ts.eeas) == null ? void 0 : xs.extend) == null ? void 0 : zs.summary) == null ? void 0 : ps.fo) == null ? void 0 : js.status) === "Saving" ? "" : ""), 3),
|
|
14389
14389
|
t("span", {
|
|
14390
|
-
class: z(((ms = (
|
|
14390
|
+
class: z(((ms = (Us = (Cs = (fs = (bs = s.report) == null ? void 0 : bs.eeas) == null ? void 0 : fs.extend) == null ? void 0 : Cs.summary) == null ? void 0 : Us.fo) == null ? void 0 : ms.status) === "Saving" ? "gain" : "lost")
|
|
14391
14391
|
}, e((Ss = (ws = (Ys = (Os = (Es = s.report) == null ? void 0 : Es.eeas) == null ? void 0 : Os.extend) == null ? void 0 : Ys.summary) == null ? void 0 : ws.fo) == null ? void 0 : Ss.margin), 3),
|
|
14392
14392
|
l[24] || (l[24] = t("span", { class: "unit" }, "mt", -1))
|
|
14393
14393
|
])
|
|
@@ -14477,8 +14477,8 @@ function yY(i, l, s, D, r, d) {
|
|
|
14477
14477
|
t("th", { class: "label" }, "MGO")
|
|
14478
14478
|
])
|
|
14479
14479
|
], -1)),
|
|
14480
|
-
(n(!0), a(
|
|
14481
|
-
var ca, Pe, ya, Aa, Oa, Ya, wa, Sa, Qa, ka, ha, Ra, Fa, Va, Pa, Ga, Wa, La, Za, Ba, Ha, _a, Ja, Xa, Ka, qa, $a, td, ld, ed, sd, id, od, nd, ad, dd, rd, Md, Dd, Nd, Id, gd, ud, cd, yd, Ad, vd, Td, xd, zd, pd, jd, bd, Cd, Ud,
|
|
14480
|
+
(n(!0), a(C, null, et((yi = (ci = (ui = s.report) == null ? void 0 : ui.eeas) == null ? void 0 : ci.extend) == null ? void 0 : yi.ports, (el) => {
|
|
14481
|
+
var ca, Pe, ya, Aa, Oa, Ya, wa, Sa, Qa, ka, ha, Ra, Fa, Va, Pa, Ga, Wa, La, Za, Ba, Ha, _a, Ja, Xa, Ka, qa, $a, td, ld, ed, sd, id, od, nd, ad, dd, rd, Md, Dd, Nd, Id, gd, ud, cd, yd, Ad, vd, Td, xd, zd, pd, jd, bd, fd, Cd, Ud, md, Ed;
|
|
14482
14482
|
return n(), a("tbody", {
|
|
14483
14483
|
key: el.port
|
|
14484
14484
|
}, [
|
|
@@ -14515,7 +14515,7 @@ function yY(i, l, s, D, r, d) {
|
|
|
14515
14515
|
class: z(((yd = el.working) == null ? void 0 : yd.dailyFoCons) > ((zd = (xd = (Td = (vd = (Ad = s.report) == null ? void 0 : Ad.eeas) == null ? void 0 : vd.extend) == null ? void 0 : Td.cp) == null ? void 0 : xd.working) == null ? void 0 : zd.fo) ? "lost" : "")
|
|
14516
14516
|
}, e((pd = el.working) == null ? void 0 : pd.dailyFoCons), 3),
|
|
14517
14517
|
t("td", {
|
|
14518
|
-
class: z(((jd = el.working) == null ? void 0 : jd.dailyDgoCons) > ((md = (
|
|
14518
|
+
class: z(((jd = el.working) == null ? void 0 : jd.dailyDgoCons) > ((md = (Ud = (Cd = (fd = (bd = s.report) == null ? void 0 : bd.eeas) == null ? void 0 : fd.extend) == null ? void 0 : Cd.cp) == null ? void 0 : Ud.working) == null ? void 0 : md.dgo) ? "lost" : "")
|
|
14519
14519
|
}, e((Ed = el.working) == null ? void 0 : Ed.dailyDgoCons), 3)
|
|
14520
14520
|
])
|
|
14521
14521
|
]);
|
|
@@ -14543,7 +14543,7 @@ function yY(i, l, s, D, r, d) {
|
|
|
14543
14543
|
l[44] || (l[44] = t("div", { class: "sig" }, ")", -1)),
|
|
14544
14544
|
l[45] || (l[45] = t("div", { class: "sig" }, "+", -1)),
|
|
14545
14545
|
l[46] || (l[46] = t("div", { class: "sig" }, "(", -1)),
|
|
14546
|
-
t("div", T5, e((ul = (mi = (
|
|
14546
|
+
t("div", T5, e((ul = (mi = (Ui = (Ci = (fi = s.report) == null ? void 0 : fi.eeas) == null ? void 0 : Ci.extend) == null ? void 0 : Ui.actual) == null ? void 0 : mi.working) == null ? void 0 : ul.totalTime), 1),
|
|
14547
14547
|
l[47] || (l[47] = t("div", { class: "sig" }, "x", -1)),
|
|
14548
14548
|
t("div", x5, [
|
|
14549
14549
|
t("div", z5, [
|
|
@@ -14561,8 +14561,8 @@ function yY(i, l, s, D, r, d) {
|
|
|
14561
14561
|
l[55] || (l[55] = it('<div class="fraction" style="width:260px;" data-v-34ecb434>Min CP Consumption</div><div class="sig" data-v-34ecb434>=</div><div class="fraction" data-v-34ecb434>(d)</div><div class="sig" data-v-34ecb434>+</div><div class="fraction" data-v-34ecb434>(e)</div><div class="sig" data-v-34ecb434>=</div><div class="sig" data-v-34ecb434>(</div>', 7)),
|
|
14562
14562
|
t("div", b5, e((Pi = (Vi = (Fi = (Ri = (hi = s.report) == null ? void 0 : hi.eeas) == null ? void 0 : Ri.extend) == null ? void 0 : Fi.actual) == null ? void 0 : Vi.idle) == null ? void 0 : Pi.totalTime), 1),
|
|
14563
14563
|
l[56] || (l[56] = t("div", { class: "sig" }, "x", -1)),
|
|
14564
|
-
t("div",
|
|
14565
|
-
t("div",
|
|
14564
|
+
t("div", f5, [
|
|
14565
|
+
t("div", C5, [
|
|
14566
14566
|
t("div", null, e((Ki = (Xi = (Ji = (_i = (Ql = s.report) == null ? void 0 : Ql.eeas) == null ? void 0 : _i.extend) == null ? void 0 : Ji.cp) == null ? void 0 : Xi.idle) == null ? void 0 : Ki.minusAbtfo), 1),
|
|
14567
14567
|
l[51] || (l[51] = t("div", { class: "line" }, null, -1)),
|
|
14568
14568
|
l[52] || (l[52] = t("div", null, "24", -1))
|
|
@@ -14571,7 +14571,7 @@ function yY(i, l, s, D, r, d) {
|
|
|
14571
14571
|
l[57] || (l[57] = t("div", { class: "sig" }, ")", -1)),
|
|
14572
14572
|
l[58] || (l[58] = t("div", { class: "sig" }, "+", -1)),
|
|
14573
14573
|
l[59] || (l[59] = t("div", { class: "sig" }, "(", -1)),
|
|
14574
|
-
t("div",
|
|
14574
|
+
t("div", U5, e((eo = (lo = (to = ($i = (qi = s.report) == null ? void 0 : qi.eeas) == null ? void 0 : $i.extend) == null ? void 0 : to.actual) == null ? void 0 : lo.working) == null ? void 0 : eo.totalTime), 1),
|
|
14575
14575
|
l[60] || (l[60] = t("div", { class: "sig" }, "x", -1)),
|
|
14576
14576
|
t("div", m5, [
|
|
14577
14577
|
t("div", E5, [
|
|
@@ -14592,9 +14592,9 @@ function yY(i, l, s, D, r, d) {
|
|
|
14592
14592
|
}, "No Fuel Saving/Over-Consumption", -1)
|
|
14593
14593
|
]))) : ((zo = (xo = (To = (vo = (Ao = s.report) == null ? void 0 : Ao.eeas) == null ? void 0 : vo.extend) == null ? void 0 : To.summary) == null ? void 0 : xo.fo) == null ? void 0 : zo.status) === "Saving" ? (n(), a("div", w5, [
|
|
14594
14594
|
l[65] || (l[65] = it('<div class="fraction" style="width:260px;" data-v-34ecb434>Fuel Saving</div><div class="sig" data-v-34ecb434>=</div><div class="fraction" data-v-34ecb434>(c')</div><div class="sig" data-v-34ecb434>-</div><div class="fraction" data-v-34ecb434>Actual Total Consumption</div><div class="sig" data-v-34ecb434>=</div>', 6)),
|
|
14595
|
-
t("div", S5, e((
|
|
14595
|
+
t("div", S5, e((fo = (bo = (jo = (po = s.report) == null ? void 0 : po.eeas) == null ? void 0 : jo.extend) == null ? void 0 : bo.cp) == null ? void 0 : fo.maxFoCons), 1),
|
|
14596
14596
|
l[66] || (l[66] = t("div", { class: "sig" }, "-", -1)),
|
|
14597
|
-
t("div", Q5, e((Eo = (mo = (
|
|
14597
|
+
t("div", Q5, e((Eo = (mo = (Uo = (Co = s.report) == null ? void 0 : Co.eeas) == null ? void 0 : Uo.extend) == null ? void 0 : mo.actual) == null ? void 0 : Eo.totalFoCons), 1),
|
|
14598
14598
|
l[67] || (l[67] = t("div", { class: "sig" }, "=", -1)),
|
|
14599
14599
|
t("div", k5, e((Qo = (So = (wo = (Yo = (Oo = s.report) == null ? void 0 : Oo.eeas) == null ? void 0 : Yo.extend) == null ? void 0 : wo.summary) == null ? void 0 : So.fo) == null ? void 0 : Qo.margin) + " mt", 1)
|
|
14600
14600
|
])) : (n(), a("div", h5, [
|
|
@@ -14644,7 +14644,7 @@ function yY(i, l, s, D, r, d) {
|
|
|
14644
14644
|
l[89] || (l[89] = t("div", { class: "sig" }, "x", -1)),
|
|
14645
14645
|
t("div", $5, [
|
|
14646
14646
|
t("div", tY, [
|
|
14647
|
-
t("div", null, e((mn = (
|
|
14647
|
+
t("div", null, e((mn = (Un = (Cn = (fn = (bn = s.report) == null ? void 0 : bn.eeas) == null ? void 0 : fn.extend) == null ? void 0 : Cn.cp) == null ? void 0 : Un.idle) == null ? void 0 : mn.minusAbtdgo), 1),
|
|
14648
14648
|
l[84] || (l[84] = t("div", { class: "line" }, null, -1)),
|
|
14649
14649
|
l[85] || (l[85] = t("div", null, "24", -1))
|
|
14650
14650
|
])
|
|
@@ -14684,7 +14684,7 @@ function yY(i, l, s, D, r, d) {
|
|
|
14684
14684
|
l[102] || (l[102] = t("div", { class: "sig" }, "-", -1)),
|
|
14685
14685
|
t("div", NY, e((za = (ua = (ga = (Ia = s.report) == null ? void 0 : Ia.eeas) == null ? void 0 : ga.extend) == null ? void 0 : ua.cp) == null ? void 0 : za.maxDgoCons), 1),
|
|
14686
14686
|
l[103] || (l[103] = t("div", { class: "sig" }, "=", -1)),
|
|
14687
|
-
t("div", IY, e((
|
|
14687
|
+
t("div", IY, e((Ca = (fa = (ba = (ja = (pa = s.report) == null ? void 0 : pa.eeas) == null ? void 0 : ja.extend) == null ? void 0 : ba.summary) == null ? void 0 : fa.dgo) == null ? void 0 : Ca.margin) + " mt", 1)
|
|
14688
14688
|
]))
|
|
14689
14689
|
])
|
|
14690
14690
|
])
|
|
@@ -14756,9 +14756,9 @@ function yY(i, l, s, D, r, d) {
|
|
|
14756
14756
|
])
|
|
14757
14757
|
], -1)),
|
|
14758
14758
|
t("tbody", null, [
|
|
14759
|
-
(n(!0), a(
|
|
14759
|
+
(n(!0), a(C, null, et(((Ea = (ma = (Ua = s.report) == null ? void 0 : Ua.eeas) == null ? void 0 : ma.extend) == null ? void 0 : Ea.eecs) || [], (el) => {
|
|
14760
14760
|
var ca;
|
|
14761
|
-
return n(), a(
|
|
14761
|
+
return n(), a(C, {
|
|
14762
14762
|
key: el.port
|
|
14763
14763
|
}, [
|
|
14764
14764
|
t("tr", null, [
|
|
@@ -14766,7 +14766,7 @@ function yY(i, l, s, D, r, d) {
|
|
|
14766
14766
|
rowspan: ((ca = el == null ? void 0 : el.data) == null ? void 0 : ca.length) + 1
|
|
14767
14767
|
}, e(el.port), 9, cY)
|
|
14768
14768
|
]),
|
|
14769
|
-
(n(!0), a(
|
|
14769
|
+
(n(!0), a(C, null, et(el == null ? void 0 : el.data, (Pe) => {
|
|
14770
14770
|
var ya, Aa;
|
|
14771
14771
|
return n(), a("tr", {
|
|
14772
14772
|
key: Pe.id
|
|
@@ -14831,12 +14831,12 @@ const pY = {
|
|
|
14831
14831
|
// 经纬度转换
|
|
14832
14832
|
computedLngLat() {
|
|
14833
14833
|
return function(i, l) {
|
|
14834
|
-
return `${
|
|
14834
|
+
return `${Ct.lat2pretty(i).pretty} / ${Ct.lng2pretty(l).pretty}`;
|
|
14835
14835
|
};
|
|
14836
14836
|
},
|
|
14837
14837
|
computePortName() {
|
|
14838
14838
|
return function(i) {
|
|
14839
|
-
return i ? i != null && i.name ? i == null ? void 0 : i.name : `${
|
|
14839
|
+
return i ? i != null && i.name ? i == null ? void 0 : i.name : `${Ct.lat2pretty(i == null ? void 0 : i.lat).pretty}, ${Ct.lng2pretty(i == null ? void 0 : i.lng).pretty}` : "-";
|
|
14840
14840
|
};
|
|
14841
14841
|
},
|
|
14842
14842
|
computeNum() {
|
|
@@ -14867,7 +14867,7 @@ const pY = {
|
|
|
14867
14867
|
this.editable = !1, this.$emit("commit", i);
|
|
14868
14868
|
}
|
|
14869
14869
|
}
|
|
14870
|
-
}, jY = { class: "ets-report" }, bY = { class: "content-box" },
|
|
14870
|
+
}, jY = { class: "ets-report" }, bY = { class: "content-box" }, fY = { class: "info-box border-dashed" }, CY = { class: "flex-between row" }, UY = {
|
|
14871
14871
|
class: "flex-between",
|
|
14872
14872
|
style: { width: "48%" }
|
|
14873
14873
|
}, mY = {
|
|
@@ -14900,14 +14900,14 @@ const pY = {
|
|
|
14900
14900
|
style: { "font-weight": "bold" }
|
|
14901
14901
|
}, ew = { class: "section leg-section" };
|
|
14902
14902
|
function sw(i, l, s, D, r, d) {
|
|
14903
|
-
var I, p, b, u, A, w,
|
|
14903
|
+
var I, p, b, u, A, w, f, U, m, j, S, O, Q, v, R, P, G, W, L, Z, H, _, J, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, jt, bt, vt, Et, Ot, Yt, wt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Lt, Gt, k, mt, Zt, Jt, Xt, h, Kt, qt, N, Mt, Ut, B, Ht, At, _t, $t, tl, nl, al, dl, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, jl, bl, fl, Cl, Ul, ml, El, Ol, Yl, wl, kl;
|
|
14904
14904
|
const c = F("IdmBrand"), M = F("Editor");
|
|
14905
14905
|
return n(), a("div", jY, [
|
|
14906
14906
|
E(c, { name: "EU ETS Compliance Cost Analysis Report" }),
|
|
14907
14907
|
t("div", bY, [
|
|
14908
|
-
t("div",
|
|
14909
|
-
t("div",
|
|
14910
|
-
t("div",
|
|
14908
|
+
t("div", fY, [
|
|
14909
|
+
t("div", CY, [
|
|
14910
|
+
t("div", UY, [
|
|
14911
14911
|
l[3] || (l[3] = t("label", { class: "label" }, "Vessel:", -1)),
|
|
14912
14912
|
t("div", null, e(((p = (I = s.report) == null ? void 0 : I.vessel) == null ? void 0 : p.name) ?? "-") + " (" + e(((u = (b = s.report) == null ? void 0 : b.vessel) == null ? void 0 : u.type) ?? "-") + ")", 1)
|
|
14913
14913
|
]),
|
|
@@ -14921,12 +14921,12 @@ function sw(i, l, s, D, r, d) {
|
|
|
14921
14921
|
t("div", EY, [
|
|
14922
14922
|
t("div", OY, [
|
|
14923
14923
|
l[5] || (l[5] = t("label", { class: "label" }, "Report Year:", -1)),
|
|
14924
|
-
t("div", null, e(((
|
|
14924
|
+
t("div", null, e(((f = s.report) == null ? void 0 : f.year) ?? "-"), 1)
|
|
14925
14925
|
]),
|
|
14926
14926
|
t("div", YY, [
|
|
14927
14927
|
l[6] || (l[6] = t("label", { class: "label" }, "GT:", -1)),
|
|
14928
14928
|
t("div", null, [
|
|
14929
|
-
t("span", null, e(((m = (
|
|
14929
|
+
t("span", null, e(((m = (U = s.report) == null ? void 0 : U.vessel) == null ? void 0 : m.grossTonnage) ?? "-") + " mt", 1)
|
|
14930
14930
|
])
|
|
14931
14931
|
])
|
|
14932
14932
|
])
|
|
@@ -14966,7 +14966,7 @@ function sw(i, l, s, D, r, d) {
|
|
|
14966
14966
|
]),
|
|
14967
14967
|
t("div", ZY, [
|
|
14968
14968
|
l[15] || (l[15] = t("div", { class: "phase-title" }, "Total Fuel Consumption", -1)),
|
|
14969
|
-
(n(!0), a(
|
|
14969
|
+
(n(!0), a(C, null, et((H = (Z = s.report) == null ? void 0 : Z.summary) == null ? void 0 : H.fuels, (Y) => (n(), a("div", {
|
|
14970
14970
|
key: Y.type,
|
|
14971
14971
|
class: "value flex-between"
|
|
14972
14972
|
}, [
|
|
@@ -15045,13 +15045,13 @@ function sw(i, l, s, D, r, d) {
|
|
|
15045
15045
|
t("td", null, e(((jt = (pt = (zt = (Tt = (ot = s.report) == null ? void 0 : ot.summary) == null ? void 0 : Tt.fuels) == null ? void 0 : zt.filter((Y) => Y.type === "LFO")) == null ? void 0 : pt[0]) == null ? void 0 : jt.cons) ?? "-"), 1),
|
|
15046
15046
|
t("td", null, e(((Yt = (Ot = (Et = (vt = (bt = s.report) == null ? void 0 : bt.summary) == null ? void 0 : vt.fuels) == null ? void 0 : Et.filter((Y) => Y.type === "LFO")) == null ? void 0 : Ot[0]) == null ? void 0 : Yt.co2) ?? "-"), 1),
|
|
15047
15047
|
t("td", null, e(((ht = (kt = (Qt = (St = (wt = s.report) == null ? void 0 : wt.summary) == null ? void 0 : St.fuels) == null ? void 0 : Qt.filter((Y) => Y.type === "LFO")) == null ? void 0 : kt[0]) == null ? void 0 : ht.ch4) ?? "-"), 1),
|
|
15048
|
-
t("td", null, e(((
|
|
15048
|
+
t("td", null, e(((ft = (Pt = (Vt = (Ft = (Rt = s.report) == null ? void 0 : Rt.summary) == null ? void 0 : Ft.fuels) == null ? void 0 : Vt.filter((Y) => Y.type === "LFO")) == null ? void 0 : Pt[0]) == null ? void 0 : ft.n2o) ?? "-"), 1)
|
|
15049
15049
|
]),
|
|
15050
15050
|
t("tr", null, [
|
|
15051
15051
|
l[20] || (l[20] = t("td", null, "MGO", -1)),
|
|
15052
15052
|
t("td", null, e(((mt = (k = (Gt = (Lt = (Wt = s.report) == null ? void 0 : Wt.summary) == null ? void 0 : Lt.fuels) == null ? void 0 : Gt.filter((Y) => Y.type === "MGO")) == null ? void 0 : k[0]) == null ? void 0 : mt.cons) ?? "-"), 1),
|
|
15053
15053
|
t("td", null, e(((Kt = (h = (Xt = (Jt = (Zt = s.report) == null ? void 0 : Zt.summary) == null ? void 0 : Jt.fuels) == null ? void 0 : Xt.filter((Y) => Y.type === "MGO")) == null ? void 0 : h[0]) == null ? void 0 : Kt.co2) ?? "-"), 1),
|
|
15054
|
-
t("td", null, e(((B = (
|
|
15054
|
+
t("td", null, e(((B = (Ut = (Mt = (N = (qt = s.report) == null ? void 0 : qt.summary) == null ? void 0 : N.fuels) == null ? void 0 : Mt.filter((Y) => Y.type === "MGO")) == null ? void 0 : Ut[0]) == null ? void 0 : B.ch4) ?? "-"), 1),
|
|
15055
15055
|
t("td", null, e(((tl = ($t = (_t = (At = (Ht = s.report) == null ? void 0 : Ht.summary) == null ? void 0 : At.fuels) == null ? void 0 : _t.filter((Y) => Y.type === "MGO")) == null ? void 0 : $t[0]) == null ? void 0 : tl.n2o) ?? "-"), 1)
|
|
15056
15056
|
]),
|
|
15057
15057
|
t("tr", null, [
|
|
@@ -15059,7 +15059,7 @@ function sw(i, l, s, D, r, d) {
|
|
|
15059
15059
|
t("td", null, e(((Ml = (rl = (dl = (al = (nl = s.report) == null ? void 0 : nl.summary) == null ? void 0 : al.fuels) == null ? void 0 : dl.filter((Y) => Y.type === "MDO")) == null ? void 0 : rl[0]) == null ? void 0 : Ml.cons) ?? "-"), 1),
|
|
15060
15060
|
t("td", null, e(((vl = (Al = (yl = (cl = (Dl = s.report) == null ? void 0 : Dl.summary) == null ? void 0 : cl.fuels) == null ? void 0 : yl.filter((Y) => Y.type === "MDO")) == null ? void 0 : Al[0]) == null ? void 0 : vl.co2) ?? "-"), 1),
|
|
15061
15061
|
t("td", null, e(((jl = (pl = (zl = (xl = (Tl = s.report) == null ? void 0 : Tl.summary) == null ? void 0 : xl.fuels) == null ? void 0 : zl.filter((Y) => Y.type === "MDO")) == null ? void 0 : pl[0]) == null ? void 0 : jl.ch4) ?? "-"), 1),
|
|
15062
|
-
t("td", null, e(((ml = (
|
|
15062
|
+
t("td", null, e(((ml = (Ul = (Cl = (fl = (bl = s.report) == null ? void 0 : bl.summary) == null ? void 0 : fl.fuels) == null ? void 0 : Cl.filter((Y) => Y.type === "MDO")) == null ? void 0 : Ul[0]) == null ? void 0 : ml.n2o) ?? "-"), 1)
|
|
15063
15063
|
]),
|
|
15064
15064
|
t("tr", null, [
|
|
15065
15065
|
l[22] || (l[22] = t("td", {
|
|
@@ -15124,7 +15124,7 @@ function sw(i, l, s, D, r, d) {
|
|
|
15124
15124
|
])
|
|
15125
15125
|
], -1)),
|
|
15126
15126
|
t("tbody", null, [
|
|
15127
|
-
(n(!0), a(
|
|
15127
|
+
(n(!0), a(C, null, et((kl = s.report) == null ? void 0 : kl.legs, (Y) => {
|
|
15128
15128
|
var hl, Rl, Fl, Vl, Pl, Gl, Wl, Ll;
|
|
15129
15129
|
return n(), a("tr", {
|
|
15130
15130
|
key: Y.id
|
|
@@ -15188,12 +15188,12 @@ const ow = {
|
|
|
15188
15188
|
// 经纬度转换
|
|
15189
15189
|
computedLngLat() {
|
|
15190
15190
|
return function(i, l) {
|
|
15191
|
-
return `${
|
|
15191
|
+
return `${Ct.lat2pretty(i).pretty} / ${Ct.lng2pretty(l).pretty}`;
|
|
15192
15192
|
};
|
|
15193
15193
|
},
|
|
15194
15194
|
computePortName() {
|
|
15195
15195
|
return function(i) {
|
|
15196
|
-
return i ? i != null && i.name ? i == null ? void 0 : i.name : `${
|
|
15196
|
+
return i ? i != null && i.name ? i == null ? void 0 : i.name : `${Ct.lat2pretty(i == null ? void 0 : i.lat).pretty}, ${Ct.lng2pretty(i == null ? void 0 : i.lng).pretty}` : "-";
|
|
15197
15197
|
};
|
|
15198
15198
|
},
|
|
15199
15199
|
computeNum() {
|
|
@@ -15248,12 +15248,12 @@ const ow = {
|
|
|
15248
15248
|
}, zw = { class: "text" }, pw = { class: "value" }, jw = { class: "phase-title" }, bw = {
|
|
15249
15249
|
class: "item",
|
|
15250
15250
|
style: { width: "24%" }
|
|
15251
|
-
},
|
|
15251
|
+
}, fw = { class: "fuel-title" }, Cw = { class: "fuel-text" }, Uw = { class: "section-content" }, mw = {
|
|
15252
15252
|
key: 0,
|
|
15253
15253
|
class: ""
|
|
15254
15254
|
}, Ew = ["innerHTML"], Ow = { key: 1 }, Yw = { class: "section co2-emissions-section" }, ww = { class: "section leg-section" }, Sw = { class: "section leg-section" };
|
|
15255
15255
|
function Qw(i, l, s, D, r, d) {
|
|
15256
|
-
var I, p, b, u, A, w,
|
|
15256
|
+
var I, p, b, u, A, w, f, U, m, j, S, O, Q, v, R, P, G, W, L, Z, H, _, J, X, K, tt, V, Dt, Nt, It, gt, ut, o, q, at, dt, rt, ct, yt, lt, xt, ot, Tt, zt, pt, jt, bt, vt, Et, Ot, Yt, wt, St, Qt, kt, ht, Rt, Ft, Vt, Pt, ft, Wt, Lt, Gt, k, mt, Zt, Jt, Xt, h, Kt, qt, N, Mt, Ut, B, Ht, At, _t, $t, tl, nl, al, dl, rl, Ml, Dl, cl, yl, Al, vl, Tl, xl, zl, pl, jl, bl, fl, Cl, Ul, ml, El, Ol, Yl, wl, kl, Y, hl, Rl, Fl, Vl, Pl, Gl, Wl, Ll, gl, Ge, We, Le, Ze, Be, He, _e, Je, Xe, Ke, qe, $e, ts, ls, es, ss, x, Bt, Nl, Il, Sl, Zl, Bl, Hl, _l, Jl, Xl, Kl, ql, $l, te, le, ee, se, ie, oe, ne, ae, de, re, Me, De, Ne, Ie, ge, ue, ce, ye, Ae, ve, Te, xe, ze, pe, je, be, fe, Ce, Ue, me, Ee, Oe, Ye, we, Se, Qe, ke, he, Re, Fe, Ve, is, os, ns, ol, rs, Ds, Ns, Is, gs, As, vs, Ts, xs, zs, ps, js, bs, fs, Cs, Us, ms, Es, Os, Ys, ws, Ss, Qs, ks, hs, Rs, Fs, Vs, Ps, Gs, Ws, Ls, Zs, Bs, Hs;
|
|
15257
15257
|
const c = F("IdmBrand"), M = F("Editor");
|
|
15258
15258
|
return n(), a("div", nw, [
|
|
15259
15259
|
E(c, { name: "FuelEU Maritime Compliance Cost Analysis Report" }),
|
|
@@ -15274,12 +15274,12 @@ function Qw(i, l, s, D, r, d) {
|
|
|
15274
15274
|
t("div", Nw, [
|
|
15275
15275
|
t("div", Iw, [
|
|
15276
15276
|
l[5] || (l[5] = t("label", { class: "label" }, "Report Year:", -1)),
|
|
15277
|
-
t("div", null, e(((
|
|
15277
|
+
t("div", null, e(((f = s.report) == null ? void 0 : f.year) ?? "-"), 1)
|
|
15278
15278
|
]),
|
|
15279
15279
|
t("div", gw, [
|
|
15280
15280
|
l[6] || (l[6] = t("label", { class: "label" }, "GT:", -1)),
|
|
15281
15281
|
t("div", null, [
|
|
15282
|
-
t("span", null, e(((m = (
|
|
15282
|
+
t("span", null, e(((m = (U = s.report) == null ? void 0 : U.vessel) == null ? void 0 : m.grossTonnage) ?? "-") + " mt", 1)
|
|
15283
15283
|
])
|
|
15284
15284
|
])
|
|
15285
15285
|
])
|
|
@@ -15316,12 +15316,12 @@ function Qw(i, l, s, D, r, d) {
|
|
|
15316
15316
|
]),
|
|
15317
15317
|
t("div", bw, [
|
|
15318
15318
|
l[15] || (l[15] = t("div", { class: "phase-title" }, "Total Fuel Consumption", -1)),
|
|
15319
|
-
(n(!0), a(
|
|
15319
|
+
(n(!0), a(C, null, et((L = (W = s.report) == null ? void 0 : W.summary) == null ? void 0 : L.fuels, (T) => (n(), a("div", {
|
|
15320
15320
|
key: T.type,
|
|
15321
15321
|
class: "value flex-between"
|
|
15322
15322
|
}, [
|
|
15323
|
-
t("div",
|
|
15324
|
-
t("div",
|
|
15323
|
+
t("div", fw, e(T.type ?? "-"), 1),
|
|
15324
|
+
t("div", Cw, [
|
|
15325
15325
|
g(e(T.cons ?? "-"), 1),
|
|
15326
15326
|
l[14] || (l[14] = t("span", { class: "unit" }, "mt", -1))
|
|
15327
15327
|
])
|
|
@@ -15333,7 +15333,7 @@ function Qw(i, l, s, D, r, d) {
|
|
|
15333
15333
|
class: z(["section remark-section", d.computeBlankHtml(r.remarks) ? "print-hidden" : ""])
|
|
15334
15334
|
}, [
|
|
15335
15335
|
l[17] || (l[17] = t("div", { class: "subtitle" }, "Remarks", -1)),
|
|
15336
|
-
t("div",
|
|
15336
|
+
t("div", Uw, [
|
|
15337
15337
|
r.editable ? (n(), a("div", mw, [
|
|
15338
15338
|
r.editable ? (n(), il(M, {
|
|
15339
15339
|
key: 0,
|
|
@@ -15435,18 +15435,18 @@ function Qw(i, l, s, D, r, d) {
|
|
|
15435
15435
|
t("td", null, e(((pt = (zt = (Tt = (ot = (xt = (lt = s.report) == null ? void 0 : lt.summary) == null ? void 0 : xt.fuels) == null ? void 0 : ot.filter((T) => T.type === "HFO")) == null ? void 0 : Tt[0]) == null ? void 0 : zt.ttw) == null ? void 0 : pt.co2) ?? "-"), 1),
|
|
15436
15436
|
t("td", null, e(((Yt = (Ot = (Et = (vt = (bt = (jt = s.report) == null ? void 0 : jt.summary) == null ? void 0 : bt.fuels) == null ? void 0 : vt.filter((T) => T.type === "HFO")) == null ? void 0 : Et[0]) == null ? void 0 : Ot.ttw) == null ? void 0 : Yt.ch4) ?? "-"), 1),
|
|
15437
15437
|
t("td", null, e(((Rt = (ht = (kt = (Qt = (St = (wt = s.report) == null ? void 0 : wt.summary) == null ? void 0 : St.fuels) == null ? void 0 : Qt.filter((T) => T.type === "HFO")) == null ? void 0 : kt[0]) == null ? void 0 : ht.ttw) == null ? void 0 : Rt.n2o) ?? "-"), 1),
|
|
15438
|
-
t("td", null, e(((Wt = (
|
|
15438
|
+
t("td", null, e(((Wt = (ft = (Pt = (Vt = (Ft = s.report) == null ? void 0 : Ft.summary) == null ? void 0 : Vt.fuels) == null ? void 0 : Pt.filter((T) => T.type === "HFO")) == null ? void 0 : ft[0]) == null ? void 0 : Wt.wttEmission) ?? "-"), 1),
|
|
15439
15439
|
t("td", null, e(((Zt = (mt = (k = (Gt = (Lt = s.report) == null ? void 0 : Lt.summary) == null ? void 0 : Gt.fuels) == null ? void 0 : k.filter((T) => T.type === "HFO")) == null ? void 0 : mt[0]) == null ? void 0 : Zt.ttwEmission) ?? "-"), 1)
|
|
15440
15440
|
]),
|
|
15441
15441
|
t("tr", null, [
|
|
15442
15442
|
l[19] || (l[19] = t("td", null, "LFO", -1)),
|
|
15443
15443
|
t("td", null, e(((qt = (Kt = (h = (Xt = (Jt = s.report) == null ? void 0 : Jt.summary) == null ? void 0 : Xt.fuels) == null ? void 0 : h.filter((T) => T.type === "LFO")) == null ? void 0 : Kt[0]) == null ? void 0 : qt.cons) ?? "-"), 1),
|
|
15444
|
-
t("td", null, e(((Ht = (B = (
|
|
15444
|
+
t("td", null, e(((Ht = (B = (Ut = (Mt = (N = s.report) == null ? void 0 : N.summary) == null ? void 0 : Mt.fuels) == null ? void 0 : Ut.filter((T) => T.type === "LFO")) == null ? void 0 : B[0]) == null ? void 0 : Ht.lcv) ?? "-"), 1),
|
|
15445
15445
|
t("td", null, e(((nl = (tl = ($t = (_t = (At = s.report) == null ? void 0 : At.summary) == null ? void 0 : _t.fuels) == null ? void 0 : $t.filter((T) => T.type === "LFO")) == null ? void 0 : tl[0]) == null ? void 0 : nl.energy) ?? "-"), 1),
|
|
15446
15446
|
t("td", null, e(((Dl = (Ml = (rl = (dl = (al = s.report) == null ? void 0 : al.summary) == null ? void 0 : dl.fuels) == null ? void 0 : rl.filter((T) => T.type === "LFO")) == null ? void 0 : Ml[0]) == null ? void 0 : Dl.wtt) ?? "-"), 1),
|
|
15447
15447
|
t("td", null, e(((xl = (Tl = (vl = (Al = (yl = (cl = s.report) == null ? void 0 : cl.summary) == null ? void 0 : yl.fuels) == null ? void 0 : Al.filter((T) => T.type === "LFO")) == null ? void 0 : vl[0]) == null ? void 0 : Tl.ttw) == null ? void 0 : xl.co2) ?? "-"), 1),
|
|
15448
|
-
t("td", null, e(((
|
|
15449
|
-
t("td", null, e(((wl = (Yl = (Ol = (El = (ml = (
|
|
15448
|
+
t("td", null, e(((Cl = (fl = (bl = (jl = (pl = (zl = s.report) == null ? void 0 : zl.summary) == null ? void 0 : pl.fuels) == null ? void 0 : jl.filter((T) => T.type === "LFO")) == null ? void 0 : bl[0]) == null ? void 0 : fl.ttw) == null ? void 0 : Cl.ch4) ?? "-"), 1),
|
|
15449
|
+
t("td", null, e(((wl = (Yl = (Ol = (El = (ml = (Ul = s.report) == null ? void 0 : Ul.summary) == null ? void 0 : ml.fuels) == null ? void 0 : El.filter((T) => T.type === "LFO")) == null ? void 0 : Ol[0]) == null ? void 0 : Yl.ttw) == null ? void 0 : wl.n2o) ?? "-"), 1),
|
|
15450
15450
|
t("td", null, e(((Fl = (Rl = (hl = (Y = (kl = s.report) == null ? void 0 : kl.summary) == null ? void 0 : Y.fuels) == null ? void 0 : hl.filter((T) => T.type === "LFO")) == null ? void 0 : Rl[0]) == null ? void 0 : Fl.wttEmission) ?? "-"), 1),
|
|
15451
15451
|
t("td", null, e(((Ll = (Wl = (Gl = (Pl = (Vl = s.report) == null ? void 0 : Vl.summary) == null ? void 0 : Pl.fuels) == null ? void 0 : Gl.filter((T) => T.type === "LFO")) == null ? void 0 : Wl[0]) == null ? void 0 : Ll.ttwEmission) ?? "-"), 1)
|
|
15452
15452
|
]),
|
|
@@ -15465,14 +15465,14 @@ function Qw(i, l, s, D, r, d) {
|
|
|
15465
15465
|
t("tr", null, [
|
|
15466
15466
|
l[21] || (l[21] = t("td", null, "MDO", -1)),
|
|
15467
15467
|
t("td", null, e(((xe = (Te = (ve = (Ae = (ye = s.report) == null ? void 0 : ye.summary) == null ? void 0 : Ae.fuels) == null ? void 0 : ve.filter((T) => T.type === "MDO")) == null ? void 0 : Te[0]) == null ? void 0 : xe.cons) ?? "-"), 1),
|
|
15468
|
-
t("td", null, e(((
|
|
15469
|
-
t("td", null, e(((Oe = (Ee = (me = (
|
|
15468
|
+
t("td", null, e(((fe = (be = (je = (pe = (ze = s.report) == null ? void 0 : ze.summary) == null ? void 0 : pe.fuels) == null ? void 0 : je.filter((T) => T.type === "MDO")) == null ? void 0 : be[0]) == null ? void 0 : fe.lcv) ?? "-"), 1),
|
|
15469
|
+
t("td", null, e(((Oe = (Ee = (me = (Ue = (Ce = s.report) == null ? void 0 : Ce.summary) == null ? void 0 : Ue.fuels) == null ? void 0 : me.filter((T) => T.type === "MDO")) == null ? void 0 : Ee[0]) == null ? void 0 : Oe.energy) ?? "-"), 1),
|
|
15470
15470
|
t("td", null, e(((ke = (Qe = (Se = (we = (Ye = s.report) == null ? void 0 : Ye.summary) == null ? void 0 : we.fuels) == null ? void 0 : Se.filter((T) => T.type === "MDO")) == null ? void 0 : Qe[0]) == null ? void 0 : ke.wtt) ?? "-"), 1),
|
|
15471
15471
|
t("td", null, e(((os = (is = (Ve = (Fe = (Re = (he = s.report) == null ? void 0 : he.summary) == null ? void 0 : Re.fuels) == null ? void 0 : Fe.filter((T) => T.type === "MDO")) == null ? void 0 : Ve[0]) == null ? void 0 : is.ttw) == null ? void 0 : os.co2) ?? "-"), 1),
|
|
15472
15472
|
t("td", null, e(((Is = (Ns = (Ds = (rs = (ol = (ns = s.report) == null ? void 0 : ns.summary) == null ? void 0 : ol.fuels) == null ? void 0 : rs.filter((T) => T.type === "MDO")) == null ? void 0 : Ds[0]) == null ? void 0 : Ns.ttw) == null ? void 0 : Is.ch4) ?? "-"), 1),
|
|
15473
15473
|
t("td", null, e(((zs = (xs = (Ts = (vs = (As = (gs = s.report) == null ? void 0 : gs.summary) == null ? void 0 : As.fuels) == null ? void 0 : vs.filter((T) => T.type === "MDO")) == null ? void 0 : Ts[0]) == null ? void 0 : xs.ttw) == null ? void 0 : zs.n2o) ?? "-"), 1),
|
|
15474
|
-
t("td", null, e(((
|
|
15475
|
-
t("td", null, e(((Ys = (Os = (Es = (ms = (
|
|
15474
|
+
t("td", null, e(((Cs = (fs = (bs = (js = (ps = s.report) == null ? void 0 : ps.summary) == null ? void 0 : js.fuels) == null ? void 0 : bs.filter((T) => T.type === "MDO")) == null ? void 0 : fs[0]) == null ? void 0 : Cs.wttEmission) ?? "-"), 1),
|
|
15475
|
+
t("td", null, e(((Ys = (Os = (Es = (ms = (Us = s.report) == null ? void 0 : Us.summary) == null ? void 0 : ms.fuels) == null ? void 0 : Es.filter((T) => T.type === "MDO")) == null ? void 0 : Os[0]) == null ? void 0 : Ys.ttwEmission) ?? "-"), 1)
|
|
15476
15476
|
])
|
|
15477
15477
|
])
|
|
15478
15478
|
])
|
|
@@ -15619,7 +15619,7 @@ function Qw(i, l, s, D, r, d) {
|
|
|
15619
15619
|
])
|
|
15620
15620
|
], -1)),
|
|
15621
15621
|
t("tbody", null, [
|
|
15622
|
-
(n(!0), a(
|
|
15622
|
+
(n(!0), a(C, null, et((Hs = s.report) == null ? void 0 : Hs.legs, (T) => {
|
|
15623
15623
|
var _s, Js, Xs, Ks, qs, $s, ti, li;
|
|
15624
15624
|
return n(), a("tr", {
|
|
15625
15625
|
key: T.id
|
|
@@ -15665,7 +15665,7 @@ export {
|
|
|
15665
15665
|
iw as EtsReport,
|
|
15666
15666
|
MS as EtsReportPlugin,
|
|
15667
15667
|
bE as FliComparisonReport,
|
|
15668
|
-
|
|
15668
|
+
ef as FliDeviationReport,
|
|
15669
15669
|
px as FliInvoiceReport,
|
|
15670
15670
|
$D as FliPlanReport,
|
|
15671
15671
|
Qc as FliVoyageReport,
|
|
@@ -15683,9 +15683,9 @@ export {
|
|
|
15683
15683
|
OE as IdmThird,
|
|
15684
15684
|
lS as InvoicePlugin,
|
|
15685
15685
|
dS as LoadingPlugin,
|
|
15686
|
-
|
|
15686
|
+
$C as MergeStoppageReport,
|
|
15687
15687
|
Yr as ORMPointReport,
|
|
15688
|
-
$
|
|
15688
|
+
$U as OrmComparisonReport,
|
|
15689
15689
|
tx as OrmInvoiceReport,
|
|
15690
15690
|
Od as OrmPlanReport,
|
|
15691
15691
|
FE as OrmQuoteReport,
|
|
@@ -15700,7 +15700,7 @@ export {
|
|
|
15700
15700
|
nS as QuoteReportPlugin,
|
|
15701
15701
|
Od as RouteReport,
|
|
15702
15702
|
_w as RouteReportPlugin,
|
|
15703
|
-
|
|
15703
|
+
lC as StoppageReport,
|
|
15704
15704
|
sS as StoppageReportPlugin,
|
|
15705
15705
|
cT as TropicalReport,
|
|
15706
15706
|
$w as VoyageReportPlugin
|