@idmwx/idmui-report 5.3.2 → 5.3.3
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 +840 -840
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LngLatHelper as Et, LaneHelper as kd } from "@idm-plugin/geo";
|
|
2
2
|
import X from "moment";
|
|
3
|
-
import { openBlock as o, createElementBlock as a, createStaticVNode as nt, createElementVNode as t, toDisplayString as l, createCommentVNode as c, markRaw as pa, resolveComponent as P, createVNode as O, createTextVNode as g, Fragment as v, renderList as _, normalizeStyle as ys, shallowRef as hd, withDirectives as Qd, vShow as wd, withCtx as ns, normalizeClass as
|
|
3
|
+
import { openBlock as o, createElementBlock as a, createStaticVNode as nt, createElementVNode as t, toDisplayString as l, createCommentVNode as c, markRaw as pa, resolveComponent as P, createVNode as O, createTextVNode as g, Fragment as v, renderList as _, normalizeStyle as ys, shallowRef as hd, withDirectives as Qd, vShow as wd, withCtx as ns, normalizeClass as C, createBlock as se } from "vue";
|
|
4
4
|
import * as xa from "echarts";
|
|
5
5
|
import { Editor as Rd, Toolbar as Fd } from "@wangeditor/editor-for-vue";
|
|
6
6
|
import { ElTooltip as Vd, ElMessage as Yd } from "element-plus";
|
|
@@ -185,14 +185,14 @@ const ar = {
|
|
|
185
185
|
},
|
|
186
186
|
computeForm() {
|
|
187
187
|
return function(i) {
|
|
188
|
-
var N, r, d, y, M, I, z,
|
|
188
|
+
var N, r, d, y, M, I, z, m, A, T;
|
|
189
189
|
const e = {};
|
|
190
190
|
for (let Q = 0; Q < ((r = (N = i == null ? void 0 : i.extend) == null ? void 0 : N.data) == null ? void 0 : r.length); Q++) {
|
|
191
191
|
const j = (d = i == null ? void 0 : i.extend) == null ? void 0 : d.data[Q];
|
|
192
192
|
if (Q === 0)
|
|
193
193
|
j.precip.pacc = 0;
|
|
194
194
|
else {
|
|
195
|
-
const E = (y = i == null ? void 0 : i.extend) == null ? void 0 : y.data[Q - 1], U = X(j.utc).utcOffset(this.localTZ),
|
|
195
|
+
const E = (y = i == null ? void 0 : i.extend) == null ? void 0 : y.data[Q - 1], U = X(j.utc).utcOffset(this.localTZ), b = X(E.utc).utcOffset(this.localTZ), S = (M = E == null ? void 0 : E.precip) == null ? void 0 : M.prate, Y = U.diff(b, "h"), h = this.roundPrecision(S * Y, 1);
|
|
196
196
|
if (j.precip.pacc = h, h > 0) {
|
|
197
197
|
const p = e[U.format("MMM-DD")], F = Math.floor(U.get("hour") / 6);
|
|
198
198
|
p ? (p.pacc = this.roundPrecision(p.pacc + h, 1), p[`${F}`] ? p[`${F}`] += h : (p[`${F}`] = h, p.colspan += 1)) : (e[U.format("MMM-DD")] = {
|
|
@@ -205,7 +205,7 @@ const ar = {
|
|
|
205
205
|
i.paccInDays = e;
|
|
206
206
|
let s = 0;
|
|
207
207
|
for (const Q of Object.keys(e))
|
|
208
|
-
s += (I = e[Q]) == null ? void 0 : I.colspan, e[Q].level = ((z = e[Q]) == null ? void 0 : z.pacc) < 10 ? "Light" : ((
|
|
208
|
+
s += (I = e[Q]) == null ? void 0 : I.colspan, e[Q].level = ((z = e[Q]) == null ? void 0 : z.pacc) < 10 ? "Light" : ((m = e[Q]) == null ? void 0 : m.pacc) < 24.9 ? "Moderate" : ((A = e[Q]) == null ? void 0 : A.pacc) < 49.9 ? "Heavy" : ((T = e[Q]) == null ? void 0 : T.pacc) < 99.9 ? "Rainstorm" : "HeavyRainstorm";
|
|
209
209
|
return i.span = s, i;
|
|
210
210
|
};
|
|
211
211
|
}
|
|
@@ -240,13 +240,13 @@ const ar = {
|
|
|
240
240
|
};
|
|
241
241
|
let N = 4;
|
|
242
242
|
(M = (y = (d = this.report) == null ? void 0 : d.extend) == null ? void 0 : y.data) == null || M.forEach((I) => {
|
|
243
|
-
var
|
|
243
|
+
var m, A, T, Q, j, E, U, b, S, Y, h, p, F;
|
|
244
244
|
const z = X(I.utc).utcOffset(this.localTZ).format("MMM-DD/HHmm[LT]");
|
|
245
|
-
i.push(z), N = ((A = (
|
|
245
|
+
i.push(z), N = ((A = (m = I.wave) == null ? void 0 : m.sig) == null ? void 0 : A.height) > N ? (Q = (T = I.wave) == null ? void 0 : T.sig) == null ? void 0 : Q.height : N, e.push([
|
|
246
246
|
z,
|
|
247
247
|
(j = I.wind) == null ? void 0 : j.kts,
|
|
248
248
|
(E = I.gusts) == null ? void 0 : E.kts,
|
|
249
|
-
(
|
|
249
|
+
(b = (U = I.wave) == null ? void 0 : U.sig) == null ? void 0 : b.height,
|
|
250
250
|
(S = I.wind) == null ? void 0 : S.direction,
|
|
251
251
|
(Y = I.wind) == null ? void 0 : Y.degree,
|
|
252
252
|
(h = I.wind) == null ? void 0 : h.scale,
|
|
@@ -503,13 +503,13 @@ const ar = {
|
|
|
503
503
|
}, yr = { class: "section echart-section" }, Ar = {
|
|
504
504
|
ref: "echart",
|
|
505
505
|
class: "echart"
|
|
506
|
-
}, vr = { class: "section sample-section" }, Tr = ["colspan"], pr = { key: 0 }, xr = { key: 1 }, zr = { width: "120px" },
|
|
506
|
+
}, vr = { class: "section sample-section" }, Tr = ["colspan"], pr = { key: 0 }, xr = { key: 1 }, zr = { width: "120px" }, fr = {
|
|
507
507
|
key: 0,
|
|
508
508
|
class: "degree-box"
|
|
509
|
-
},
|
|
509
|
+
}, mr = { key: 1 }, br = {
|
|
510
510
|
key: 0,
|
|
511
511
|
class: "degree-box"
|
|
512
|
-
},
|
|
512
|
+
}, Cr = { key: 1 }, jr = {
|
|
513
513
|
key: 0,
|
|
514
514
|
class: "degree-box"
|
|
515
515
|
}, Ur = { key: 1 }, Er = {
|
|
@@ -517,7 +517,7 @@ const ar = {
|
|
|
517
517
|
class: "degree-box"
|
|
518
518
|
}, Or = { key: 1 }, Yr = { key: 0 }, Sr = { key: 1 };
|
|
519
519
|
function kr(i, e, s, N, r, d) {
|
|
520
|
-
var I, z,
|
|
520
|
+
var I, z, m, A;
|
|
521
521
|
const y = P("IdmBrand"), M = P("IdmLoading");
|
|
522
522
|
return o(), a("div", dr, [
|
|
523
523
|
O(y, { name: "Point Weather Forecast" }),
|
|
@@ -596,31 +596,31 @@ function kr(i, e, s, N, r, d) {
|
|
|
596
596
|
])
|
|
597
597
|
]),
|
|
598
598
|
t("tbody", null, [
|
|
599
|
-
(o(!0), a(v, null, _((A = (
|
|
600
|
-
var j, E, U,
|
|
599
|
+
(o(!0), a(v, null, _((A = (m = s.report) == null ? void 0 : m.extend) == null ? void 0 : A.data, (T, Q) => {
|
|
600
|
+
var j, E, U, b, S, Y, h, p, F, W, L, Z, B, H, J, $, K, q, tt, st, G, Mt, Dt, Nt, ut, gt, It, ct, n, et, dt, yt, At, it;
|
|
601
601
|
return o(), a("tr", { key: Q }, [
|
|
602
602
|
t("td", zr, l(d.computeLTime(T.utc, r.localTZ)), 1),
|
|
603
603
|
t("td", null, [
|
|
604
|
-
(j = T.wind) != null && j.kts ? (o(), a("span",
|
|
604
|
+
(j = T.wind) != null && j.kts ? (o(), a("span", fr, [
|
|
605
605
|
g(l((E = T.wind) == null ? void 0 : E.direction), 1),
|
|
606
606
|
t("i", {
|
|
607
607
|
class: "iconfont",
|
|
608
608
|
style: ys(d.computeDegree((U = T.wind) == null ? void 0 : U.degree, !1))
|
|
609
609
|
}, "", 4)
|
|
610
|
-
])) : (o(), a("span",
|
|
610
|
+
])) : (o(), a("span", mr, "-"))
|
|
611
611
|
]),
|
|
612
|
-
t("td", null, l(d.roundPrecision((
|
|
612
|
+
t("td", null, l(d.roundPrecision((b = T.wind) == null ? void 0 : b.kts, 1)), 1),
|
|
613
613
|
t("td", null, l((S = T.wind) == null ? void 0 : S.scale), 1),
|
|
614
614
|
t("td", null, l(d.roundPrecision((Y = T.gusts) == null ? void 0 : Y.kts, 1)), 1),
|
|
615
615
|
t("td", null, l(d.roundPrecision((p = (h = T.wave) == null ? void 0 : h.wd) == null ? void 0 : p.height, 1)), 1),
|
|
616
616
|
t("td", null, [
|
|
617
|
-
(W = (F = T.wave) == null ? void 0 : F.swell) != null && W.height ? (o(), a("span",
|
|
617
|
+
(W = (F = T.wave) == null ? void 0 : F.swell) != null && W.height ? (o(), a("span", br, [
|
|
618
618
|
g(l((Z = (L = T.wave) == null ? void 0 : L.swell) == null ? void 0 : Z.direction), 1),
|
|
619
619
|
t("i", {
|
|
620
620
|
class: "iconfont",
|
|
621
621
|
style: ys(d.computeDegree((H = (B = T.wave) == null ? void 0 : B.swell) == null ? void 0 : H.degree, !1))
|
|
622
622
|
}, "", 4)
|
|
623
|
-
])) : (o(), a("span",
|
|
623
|
+
])) : (o(), a("span", Cr, "-"))
|
|
624
624
|
]),
|
|
625
625
|
t("td", null, l(d.roundPrecision(($ = (J = T.wave) == null ? void 0 : J.swell) == null ? void 0 : $.height, 1)), 1),
|
|
626
626
|
t("td", null, l(d.roundPrecision((q = (K = T.wave) == null ? void 0 : K.swell) == null ? void 0 : q.period, 1)), 1),
|
|
@@ -993,7 +993,7 @@ const Hr = {
|
|
|
993
993
|
this.echart || (this.echart = pa(xa.init(this.$refs.echart))), this.renderEchart();
|
|
994
994
|
},
|
|
995
995
|
renderEchart() {
|
|
996
|
-
var I, z,
|
|
996
|
+
var I, z, m, A, T, Q, j;
|
|
997
997
|
const i = [], e = [], s = {
|
|
998
998
|
dateTime: 0,
|
|
999
999
|
windSpeed: 1,
|
|
@@ -1010,12 +1010,12 @@ const Hr = {
|
|
|
1010
1010
|
});
|
|
1011
1011
|
const d = 18;
|
|
1012
1012
|
let y = 4;
|
|
1013
|
-
(Q = (T = (A = (
|
|
1014
|
-
var
|
|
1013
|
+
(Q = (T = (A = (m = (z = (I = this.plan) == null ? void 0 : I.speeds) == null ? void 0 : z[this.speedIndex]) == null ? void 0 : m.speed) == null ? void 0 : A.sample) == null ? void 0 : T.hours) == null || Q.forEach((E) => {
|
|
1014
|
+
var b, S, Y, h, p, F, W, L, Z, B;
|
|
1015
1015
|
const U = E.meteo;
|
|
1016
1016
|
if (U) {
|
|
1017
1017
|
const H = X(U.utc).utc().format("MMM-DD/HHmm[Z]");
|
|
1018
|
-
i.push(H), y = Math.ceil(((S = (
|
|
1018
|
+
i.push(H), y = Math.ceil(((S = (b = U.wave) == null ? void 0 : b.sig) == null ? void 0 : S.height) > y ? (h = (Y = U.wave) == null ? void 0 : Y.sig) == null ? void 0 : h.height : y), e.push([
|
|
1019
1019
|
H,
|
|
1020
1020
|
(p = U.wind) == null ? void 0 : p.kts,
|
|
1021
1021
|
(W = (F = U.wave) == null ? void 0 : F.sig) == null ? void 0 : W.height,
|
|
@@ -1212,7 +1212,7 @@ const Hr = {
|
|
|
1212
1212
|
type: "custom",
|
|
1213
1213
|
yAxisIndex: 0,
|
|
1214
1214
|
renderItem: (E, U) => {
|
|
1215
|
-
const
|
|
1215
|
+
const b = U.coord([U.value(s.dateTime), U.value(s.windSpeed)]);
|
|
1216
1216
|
return {
|
|
1217
1217
|
type: "path",
|
|
1218
1218
|
shape: {
|
|
@@ -1223,7 +1223,7 @@ const Hr = {
|
|
|
1223
1223
|
height: d
|
|
1224
1224
|
},
|
|
1225
1225
|
rotation: N[U.value(s.windDirection)],
|
|
1226
|
-
position:
|
|
1226
|
+
position: b,
|
|
1227
1227
|
style: U.style({
|
|
1228
1228
|
stroke: "#555",
|
|
1229
1229
|
lineWidth: 1
|
|
@@ -1344,7 +1344,7 @@ const Hr = {
|
|
|
1344
1344
|
}, xM = {
|
|
1345
1345
|
key: 1,
|
|
1346
1346
|
class: "empty"
|
|
1347
|
-
}, zM = { class: "section comparison-section" },
|
|
1347
|
+
}, zM = { class: "section comparison-section" }, fM = { key: 0 }, mM = { key: 0 }, bM = ["rowspan"], CM = { key: 0 }, jM = { key: 1 }, UM = { rowspan: "2" }, EM = { rowspan: "2" }, OM = { key: 0 }, YM = { key: 1 }, SM = { rowspan: "1" }, kM = { key: 0 }, hM = { rowspan: "2" }, QM = { rowspan: "2" }, wM = { rowspan: "2" }, RM = { key: 0 }, FM = { key: 0 }, VM = ["rowspan"], PM = { key: 0 }, GM = { rowspan: "1" }, WM = { key: 0 }, LM = { key: 0 }, ZM = { key: 1 }, BM = { class: "tips" }, HM = { key: 0 }, _M = { class: "section waypoint-section" }, JM = { class: "header-block flex-start" }, XM = { class: "title" }, $M = {
|
|
1348
1348
|
key: 0,
|
|
1349
1349
|
class: "flex-end",
|
|
1350
1350
|
style: { flex: "1" }
|
|
@@ -1394,10 +1394,10 @@ const Hr = {
|
|
|
1394
1394
|
key: 0,
|
|
1395
1395
|
class: "flex-end",
|
|
1396
1396
|
style: { flex: "1" }
|
|
1397
|
-
},
|
|
1397
|
+
}, f1 = ["onClick"], m1 = { class: "echart-block" }, b1 = {
|
|
1398
1398
|
ref: "echart",
|
|
1399
1399
|
class: "echart"
|
|
1400
|
-
},
|
|
1400
|
+
}, C1 = {
|
|
1401
1401
|
class: "tips forecast-model",
|
|
1402
1402
|
style: { margin: "10px auto", "text-align": "left" }
|
|
1403
1403
|
}, j1 = ["colspan"], U1 = ["colspan"], E1 = {
|
|
@@ -1426,8 +1426,8 @@ const Hr = {
|
|
|
1426
1426
|
class: "degree-box"
|
|
1427
1427
|
}, X1 = { key: 1 };
|
|
1428
1428
|
function $1(i, e, s, N, r, d) {
|
|
1429
|
-
var T, Q, j, E, U,
|
|
1430
|
-
const y = P("Brand"), M = P("Loading"), I = P("Lat"), z = P("Lng"),
|
|
1429
|
+
var T, Q, j, E, U, b, S, Y, h, p, F, W, L, Z, B, H, J, $, K, q, tt, st, G, Mt, Dt, Nt, ut, gt, It, ct, n, et, dt, yt, At, it, xt, zt, ft, mt, bt, Ct, jt, vt, Ot, Yt, St, kt, ht, Qt, wt, Rt, Ft, Vt, Pt, Gt, Ut, Xt, D, rt, w, pt, Wt, Lt, Zt, R, Bt, Ht, u, at, lt, Tt, _t, V, Jt, $t, Kt, ie, ne, oe, ae, de, re, Me, De, Ie, ce, ye, Ae, ve, Te, pe, xe, ze, fe, me, be, je, Ue, Ee, Oe, ke, k, he, Qe, we, Re, Fe, Ve, Pe, Ge, Ce, zl, fl, ml, bl, Cl, jl, Ul, El, Ol, Yl, Sl, kl, hl, Ql, wl, Rl, Fl, Vl, Pl, Gl;
|
|
1430
|
+
const y = P("Brand"), M = P("Loading"), I = P("Lat"), z = P("Lng"), m = P("ElTooltip"), A = P("Editor");
|
|
1431
1431
|
return o(), a("div", _r, [
|
|
1432
1432
|
t("div", Jr, [
|
|
1433
1433
|
O(y, {
|
|
@@ -1452,7 +1452,7 @@ function $1(i, e, s, N, r, d) {
|
|
|
1452
1452
|
class: "flex-end",
|
|
1453
1453
|
style: { width: "140px" }
|
|
1454
1454
|
}, "Vessel", -1)),
|
|
1455
|
-
t("span", eM, l((S = (
|
|
1455
|
+
t("span", eM, l((S = (b = (U = s.plan) == null ? void 0 : U.voyage) == null ? void 0 : b.vessel) == null ? void 0 : S.name) + " (" + l((F = (p = (h = (Y = s.plan) == null ? void 0 : Y.voyage) == null ? void 0 : h.vessel) == null ? void 0 : p.vesselType) == null ? void 0 : F.name) + ")", 1)
|
|
1456
1456
|
]),
|
|
1457
1457
|
t("div", lM, [
|
|
1458
1458
|
e[10] || (e[10] = t("label", {
|
|
@@ -1486,9 +1486,9 @@ function $1(i, e, s, N, r, d) {
|
|
|
1486
1486
|
class: "flex-end",
|
|
1487
1487
|
style: { width: "140px" }
|
|
1488
1488
|
}, "Arrival Port", -1)),
|
|
1489
|
-
(xt = (it = (At = s.plan) == null ? void 0 : At.leg) == null ? void 0 : it.destination) != null && xt.name ? (o(), a("span", MM, l((
|
|
1489
|
+
(xt = (it = (At = s.plan) == null ? void 0 : At.leg) == null ? void 0 : it.destination) != null && xt.name ? (o(), a("span", MM, l((mt = (ft = (zt = s.plan) == null ? void 0 : zt.leg) == null ? void 0 : ft.destination) == null ? void 0 : mt.name), 1)) : (o(), a("div", DM, [
|
|
1490
1490
|
O(I, {
|
|
1491
|
-
lat: (jt = (
|
|
1491
|
+
lat: (jt = (Ct = (bt = s.plan) == null ? void 0 : bt.leg) == null ? void 0 : Ct.destination) == null ? void 0 : jt.lat,
|
|
1492
1492
|
label: ""
|
|
1493
1493
|
}, null, 8, ["lat"]),
|
|
1494
1494
|
e[13] || (e[13] = t("span", { style: { "margin-right": "3px" } }, ",", -1)),
|
|
@@ -1561,7 +1561,7 @@ function $1(i, e, s, N, r, d) {
|
|
|
1561
1561
|
]))
|
|
1562
1562
|
]),
|
|
1563
1563
|
t("div", zM, [
|
|
1564
|
-
(ie = (Kt = s.plan) == null ? void 0 : Kt.speeds) != null && ie.length ? (o(), a("table",
|
|
1564
|
+
(ie = (Kt = s.plan) == null ? void 0 : Kt.speeds) != null && ie.length ? (o(), a("table", fM, [
|
|
1565
1565
|
t("thead", null, [
|
|
1566
1566
|
t("tr", null, [
|
|
1567
1567
|
e[23] || (e[23] = t("th", {
|
|
@@ -1573,10 +1573,10 @@ function $1(i, e, s, N, r, d) {
|
|
|
1573
1573
|
e[26] || (e[26] = t("th", null, "ETA (LT)", -1)),
|
|
1574
1574
|
e[27] || (e[27] = t("th", { rowspan: "2" }, "Stoppage (h)", -1)),
|
|
1575
1575
|
e[28] || (e[28] = t("th", { colspan: "2" }, "Cons (mt)", -1)),
|
|
1576
|
-
d.showCost ? (o(), a("th",
|
|
1576
|
+
d.showCost ? (o(), a("th", mM, "TTL Cost (USD)")) : c("", !0),
|
|
1577
1577
|
t("th", {
|
|
1578
1578
|
rowspan: d.showCost ? 1 : 2
|
|
1579
|
-
}, "Diff Time (h)", 8,
|
|
1579
|
+
}, "Diff Time (h)", 8, bM),
|
|
1580
1580
|
e[29] || (e[29] = t("th", null, "Weather en route", -1))
|
|
1581
1581
|
]),
|
|
1582
1582
|
t("tr", null, [
|
|
@@ -1585,14 +1585,14 @@ function $1(i, e, s, N, r, d) {
|
|
|
1585
1585
|
e[32] || (e[32] = t("th", null, "Avg.Spd / Wx / Cur.Factor (kts)", -1)),
|
|
1586
1586
|
e[33] || (e[33] = t("th", null, "*FO", -1)),
|
|
1587
1587
|
e[34] || (e[34] = t("th", null, "*DO/GO", -1)),
|
|
1588
|
-
d.showCost ? (o(), a("th",
|
|
1588
|
+
d.showCost ? (o(), a("th", CM, "*Hire / Bunker (USD)")) : c("", !0),
|
|
1589
1589
|
d.showCost ? (o(), a("th", jM, "Diff Cost (USD)")) : c("", !0),
|
|
1590
1590
|
t("th", null, "*in the next " + l(d.computeDay(s.plan, 0)) + " days", 1)
|
|
1591
1591
|
])
|
|
1592
1592
|
]),
|
|
1593
1593
|
t("tbody", null, [
|
|
1594
1594
|
(o(!0), a(v, null, _((ne = s.plan) == null ? void 0 : ne.speeds, (x, qt) => {
|
|
1595
|
-
var Ne, ue, Ye, We, Le, Ze, Be, He, _e, Je, Xe, $e, Ke, qe, tl, el, ll, sl, il, nl, ol, al, dl, rl, Ml, Dl, Nl, ul, gl, Il, cl, yl, Al, vl, Tl, pl, Wl, Ll, Zl, Bl, Hl, _l, Jl, Xl, $l, Kl, ql, ts, es, ls, ss, is, ge, os, as, ds, rs, Ms, Ds, Ns, us, vs, Ts, ps, xs, zs,
|
|
1595
|
+
var Ne, ue, Ye, We, Le, Ze, Be, He, _e, Je, Xe, $e, Ke, qe, tl, el, ll, sl, il, nl, ol, al, dl, rl, Ml, Dl, Nl, ul, gl, Il, cl, yl, Al, vl, Tl, pl, Wl, Ll, Zl, Bl, Hl, _l, Jl, Xl, $l, Kl, ql, ts, es, ls, ss, is, ge, os, as, ds, rs, Ms, Ds, Ns, us, vs, Ts, ps, xs, zs, fs;
|
|
1596
1596
|
return o(), a(v, { key: qt }, [
|
|
1597
1597
|
t("tr", null, [
|
|
1598
1598
|
t("td", UM, l(qt + 1), 1),
|
|
@@ -1625,7 +1625,7 @@ function $1(i, e, s, N, r, d) {
|
|
|
1625
1625
|
rowspan: d.showCost ? 1 : 2
|
|
1626
1626
|
}, l(d.computeTimeDiff(s.plan, qt)), 9, VM),
|
|
1627
1627
|
t("td", null, [
|
|
1628
|
-
O(
|
|
1628
|
+
O(m, {
|
|
1629
1629
|
effect: "light",
|
|
1630
1630
|
placement: "top",
|
|
1631
1631
|
trigger: "hover",
|
|
@@ -1638,7 +1638,7 @@ function $1(i, e, s, N, r, d) {
|
|
|
1638
1638
|
_: 1
|
|
1639
1639
|
}, 8, ["content"]),
|
|
1640
1640
|
e[41] || (e[41] = g(" / ", -1)),
|
|
1641
|
-
O(
|
|
1641
|
+
O(m, {
|
|
1642
1642
|
effect: "light",
|
|
1643
1643
|
placement: "top",
|
|
1644
1644
|
trigger: "hover",
|
|
@@ -1651,7 +1651,7 @@ function $1(i, e, s, N, r, d) {
|
|
|
1651
1651
|
_: 1
|
|
1652
1652
|
}, 8, ["content"]),
|
|
1653
1653
|
e[42] || (e[42] = g(" / ", -1)),
|
|
1654
|
-
O(
|
|
1654
|
+
O(m, {
|
|
1655
1655
|
effect: "light",
|
|
1656
1656
|
placement: "top",
|
|
1657
1657
|
trigger: "hover",
|
|
@@ -1679,7 +1679,7 @@ function $1(i, e, s, N, r, d) {
|
|
|
1679
1679
|
t("td", null, l(d.roundPrecision((Ms = x.speed) == null ? void 0 : Ms.avgSpeed, 2)) + " / " + l(d.roundPrecision((Ds = x.speed) == null ? void 0 : Ds.wxFactor, 2)) + " / " + l(d.roundPrecision((Ns = x.speed) == null ? void 0 : Ns.cFactor, 2)), 1),
|
|
1680
1680
|
d.showCost ? (o(), a("td", LM, l(d.roundPrecision(((vs = (us = x == null ? void 0 : x.speed) == null ? void 0 : us.cost) == null ? void 0 : vs.hire) / 1e3, 2).toLocaleString("en-US")) + "k / " + l(d.roundPrecision(((ps = (Ts = x == null ? void 0 : x.speed) == null ? void 0 : Ts.cost) == null ? void 0 : ps.bunker) / 1e3, 2).toLocaleString("en-US")) + "k", 1)) : c("", !0),
|
|
1681
1681
|
d.showCost ? (o(), a("td", ZM, l(d.computeCostDiff(s.plan, qt)), 1)) : c("", !0),
|
|
1682
|
-
t("td", null, l(d.roundPrecision(((xs = x.speed) == null ? void 0 : xs.dangerous) / 24, 2)) + " / " + l(d.roundPrecision(((zs = x.speed) == null ? void 0 : zs.severe) / 24, 2)) + " / " + l(d.roundPrecision(((
|
|
1682
|
+
t("td", null, l(d.roundPrecision(((xs = x.speed) == null ? void 0 : xs.dangerous) / 24, 2)) + " / " + l(d.roundPrecision(((zs = x.speed) == null ? void 0 : zs.severe) / 24, 2)) + " / " + l(d.roundPrecision(((fs = x.speed) == null ? void 0 : fs.heavy) / 24, 2)), 1)
|
|
1683
1683
|
])
|
|
1684
1684
|
], 64);
|
|
1685
1685
|
}), 128))
|
|
@@ -1702,11 +1702,11 @@ function $1(i, e, s, N, r, d) {
|
|
|
1702
1702
|
e[49] || (e[49] = t("i", { class: "iconfont" }, "", -1)),
|
|
1703
1703
|
t("div", XM, "Advisory & Major Waypoint of Route " + l((pe = (Te = (ve = (Ae = s.plan.speeds) == null ? void 0 : Ae[r.speedIndex]) == null ? void 0 : ve.speed) == null ? void 0 : Te.lane) == null ? void 0 : pe.name), 1),
|
|
1704
1704
|
((ze = (xe = s.plan) == null ? void 0 : xe.speeds) == null ? void 0 : ze.length) > 1 ? (o(), a("div", $M, [
|
|
1705
|
-
(o(!0), a(v, null, _((
|
|
1705
|
+
(o(!0), a(v, null, _((fe = s.plan) == null ? void 0 : fe.speeds, (x, qt) => {
|
|
1706
1706
|
var Ne, ue;
|
|
1707
1707
|
return o(), a("div", {
|
|
1708
1708
|
key: qt,
|
|
1709
|
-
class:
|
|
1709
|
+
class: C(["route-item", r.speedIndex === qt ? "active" : ""]),
|
|
1710
1710
|
onClick: (Ye) => {
|
|
1711
1711
|
r.speedIndex = qt, d.renderEchart();
|
|
1712
1712
|
}
|
|
@@ -1738,7 +1738,7 @@ function $1(i, e, s, N, r, d) {
|
|
|
1738
1738
|
e[51] || (e[51] = t("div", { class: "cell-item flex" }, "Time", -1)),
|
|
1739
1739
|
e[52] || (e[52] = t("div", { class: "cell-item flex" }, "Nav", -1)),
|
|
1740
1740
|
e[53] || (e[53] = t("div", { class: "cell-item flex" }, "Dist", -1)),
|
|
1741
|
-
(
|
|
1741
|
+
(be = (me = s.plan) == null ? void 0 : me.voyage) != null && be.showMajorWPSpd ? (o(), a("div", s1, "SOG/COG")) : c("", !0),
|
|
1742
1742
|
e[54] || (e[54] = t("div", { class: "cell-item flex" }, "Memo", -1))
|
|
1743
1743
|
]),
|
|
1744
1744
|
t("div", i1, [
|
|
@@ -1782,24 +1782,24 @@ function $1(i, e, s, N, r, d) {
|
|
|
1782
1782
|
t("div", T1, [
|
|
1783
1783
|
t("div", p1, [
|
|
1784
1784
|
e[56] || (e[56] = t("i", { class: "iconfont" }, "", -1)),
|
|
1785
|
-
t("div", x1, " Weather Forecast for the Next " + l(d.computeDay(s.plan, r.speedIndex)) + " Days of Route " + l((
|
|
1786
|
-
((
|
|
1785
|
+
t("div", x1, " Weather Forecast for the Next " + l(d.computeDay(s.plan, r.speedIndex)) + " Days of Route " + l((ml = (fl = (zl = (Ce = (Ge = s.plan) == null ? void 0 : Ge.speeds) == null ? void 0 : Ce[r.speedIndex]) == null ? void 0 : zl.speed) == null ? void 0 : fl.lane) == null ? void 0 : ml.name), 1),
|
|
1786
|
+
((Cl = (bl = s.plan) == null ? void 0 : bl.speeds) == null ? void 0 : Cl.length) > 1 ? (o(), a("div", z1, [
|
|
1787
1787
|
(o(!0), a(v, null, _((jl = s.plan) == null ? void 0 : jl.speeds, (x, qt) => {
|
|
1788
1788
|
var Ne, ue;
|
|
1789
1789
|
return o(), a("div", {
|
|
1790
1790
|
key: qt,
|
|
1791
|
-
class:
|
|
1791
|
+
class: C(["route-item", r.speedIndex === qt ? "active" : ""]),
|
|
1792
1792
|
onClick: (Ye) => {
|
|
1793
1793
|
r.speedIndex = qt, d.renderEchart();
|
|
1794
1794
|
}
|
|
1795
|
-
}, l((ue = (Ne = x == null ? void 0 : x.speed) == null ? void 0 : Ne.lane) == null ? void 0 : ue.name), 11,
|
|
1795
|
+
}, l((ue = (Ne = x == null ? void 0 : x.speed) == null ? void 0 : Ne.lane) == null ? void 0 : ue.name), 11, f1);
|
|
1796
1796
|
}), 128))
|
|
1797
1797
|
])) : c("", !0)
|
|
1798
1798
|
]),
|
|
1799
|
-
t("div",
|
|
1800
|
-
t("div",
|
|
1799
|
+
t("div", m1, [
|
|
1800
|
+
t("div", b1, null, 512)
|
|
1801
1801
|
]),
|
|
1802
|
-
t("div",
|
|
1802
|
+
t("div", C1, l(d.computeModel((Ol = (El = (Ul = s.plan) == null ? void 0 : Ul.speeds) == null ? void 0 : El[r.speedIndex]) == null ? void 0 : Ol.speed)), 1)
|
|
1803
1803
|
]),
|
|
1804
1804
|
t("table", null, [
|
|
1805
1805
|
t("thead", null, [
|
|
@@ -1853,7 +1853,7 @@ function $1(i, e, s, N, r, d) {
|
|
|
1853
1853
|
var Ne, ue, Ye, We, Le, Ze, Be, He, _e, Je, Xe, $e, Ke, qe, tl, el, ll, sl, il, nl, ol, al, dl, rl, Ml, Dl, Nl, ul, gl, Il, cl, yl, Al, vl, Tl, pl, Wl, Ll, Zl, Bl, Hl, _l, Jl, Xl, $l, Kl, ql, ts, es, ls, ss, is, ge, os, as, ds, rs, Ms, Ds, Ns, us;
|
|
1854
1854
|
return o(), a("tr", {
|
|
1855
1855
|
key: qt,
|
|
1856
|
-
class:
|
|
1856
|
+
class: C(x.isDangerous ? "dangerous" : x.isSevere ? "severe" : x.isHeavy ? "heavy" : "")
|
|
1857
1857
|
}, [
|
|
1858
1858
|
t("td", null, l(d.computeUTCTime(x.eta)), 1),
|
|
1859
1859
|
t("td", null, [
|
|
@@ -2056,10 +2056,10 @@ const K1 = {
|
|
|
2056
2056
|
}, yD = { class: "time flex" }, AD = { class: "flex-space section-row" }, vD = { class: "flex-start" }, TD = { class: "flex-start" }, pD = { class: "flex-start" }, xD = { class: "flex-start flex" }, zD = {
|
|
2057
2057
|
class: "section",
|
|
2058
2058
|
style: { "border-bottom": "2px dashed var(--fli-border-color-dark)" }
|
|
2059
|
-
},
|
|
2059
|
+
}, fD = { class: "section-body detail" }, mD = {
|
|
2060
2060
|
class: "flex-space",
|
|
2061
2061
|
style: { "align-items": "stretch" }
|
|
2062
|
-
},
|
|
2062
|
+
}, bD = { class: "chart" }, CD = ["src"], jD = {
|
|
2063
2063
|
key: 1,
|
|
2064
2064
|
class: "empty flex-center"
|
|
2065
2065
|
}, UD = {
|
|
@@ -2109,7 +2109,7 @@ const K1 = {
|
|
|
2109
2109
|
class: "degree-box"
|
|
2110
2110
|
}, uN = { key: 1 };
|
|
2111
2111
|
function gN(i, e, s, N, r, d) {
|
|
2112
|
-
var z,
|
|
2112
|
+
var z, m, A, T, Q, j, E, U, b, S, Y, h, p, F, W, L, Z, B, H, J, $, K, q, tt, st, G, Mt, Dt, Nt, ut, gt, It, ct, n, et, dt, yt, At, it, xt, zt, ft, mt, bt, Ct, jt, vt, Ot, Yt, St, kt, ht, Qt, wt, Rt, Ft, Vt, Pt, Gt, Ut, Xt, D, rt;
|
|
2113
2113
|
const y = P("Lat"), M = P("Lng"), I = P("Editor");
|
|
2114
2114
|
return o(), a("div", q1, [
|
|
2115
2115
|
e[28] || (e[28] = t("div", { class: "brand" }, [
|
|
@@ -2127,14 +2127,14 @@ function gN(i, e, s, N, r, d) {
|
|
|
2127
2127
|
t("div", lD, [
|
|
2128
2128
|
t("div", sD, [
|
|
2129
2129
|
e[4] || (e[4] = t("label", { class: "flex-end" }, "Company Name", -1)),
|
|
2130
|
-
t("div", iD, l((A = (
|
|
2130
|
+
t("div", iD, l((A = (m = (z = s.plan) == null ? void 0 : z.voyage) == null ? void 0 : m.company) == null ? void 0 : A.name), 1)
|
|
2131
2131
|
]),
|
|
2132
2132
|
t("div", nD, [
|
|
2133
2133
|
e[6] || (e[6] = t("label", { class: "flex-end" }, "Departure Port", -1)),
|
|
2134
2134
|
t("div", oD, [
|
|
2135
2135
|
(j = (Q = (T = s.plan) == null ? void 0 : T.leg) == null ? void 0 : Q.departure) != null && j.name ? (o(), a("div", aD, l((U = (E = s.plan) == null ? void 0 : E.leg) == null ? void 0 : U.departure.name), 1)) : (o(), a("div", dD, [
|
|
2136
2136
|
O(y, {
|
|
2137
|
-
lat: (Y = (S = (
|
|
2137
|
+
lat: (Y = (S = (b = s.plan) == null ? void 0 : b.leg) == null ? void 0 : S.departure) == null ? void 0 : Y.lat,
|
|
2138
2138
|
label: ""
|
|
2139
2139
|
}, null, 8, ["lat"]),
|
|
2140
2140
|
e[5] || (e[5] = t("span", { style: { "margin-right": "3px" } }, ",", -1)),
|
|
@@ -2178,7 +2178,7 @@ function gN(i, e, s, N, r, d) {
|
|
|
2178
2178
|
t("div", pD, [
|
|
2179
2179
|
e[11] || (e[11] = t("label", { class: "flex-end" }, "Voyage Condition", -1)),
|
|
2180
2180
|
t("div", xD, [
|
|
2181
|
-
t("div", null, l((
|
|
2181
|
+
t("div", null, l((ft = (zt = s.plan) == null ? void 0 : zt.voyage) == null ? void 0 : ft.loadCondition), 1)
|
|
2182
2182
|
])
|
|
2183
2183
|
])
|
|
2184
2184
|
])
|
|
@@ -2189,13 +2189,13 @@ function gN(i, e, s, N, r, d) {
|
|
|
2189
2189
|
t("i", { class: "iconfont" }, ""),
|
|
2190
2190
|
t("div", { class: "title" }, "Route Details")
|
|
2191
2191
|
], -1)),
|
|
2192
|
-
t("div",
|
|
2193
|
-
t("div",
|
|
2194
|
-
t("div",
|
|
2195
|
-
(
|
|
2192
|
+
t("div", fD, [
|
|
2193
|
+
t("div", mD, [
|
|
2194
|
+
t("div", bD, [
|
|
2195
|
+
(mt = s.plan) != null && mt.chartUrl ? (o(), a("img", {
|
|
2196
2196
|
key: 0,
|
|
2197
|
-
src: (
|
|
2198
|
-
}, null, 8,
|
|
2197
|
+
src: (bt = s.plan) == null ? void 0 : bt.chartUrl
|
|
2198
|
+
}, null, 8, CD)) : (o(), a("div", jD, [
|
|
2199
2199
|
e[13] || (e[13] = g("waiting for weather map, ", -1)),
|
|
2200
2200
|
t("b", {
|
|
2201
2201
|
onClick: e[0] || (e[0] = (...w) => d.handleRefresh && d.handleRefresh(...w))
|
|
@@ -2224,7 +2224,7 @@ function gN(i, e, s, N, r, d) {
|
|
|
2224
2224
|
]),
|
|
2225
2225
|
t("div", YD, [
|
|
2226
2226
|
e[18] || (e[18] = nt('<div class="legend" data-v-b53853a8><label style="background-color:var(--idm-severe);" data-v-b53853a8></label><span data-v-b53853a8>Dangerous</span></div><div class="legend" data-v-b53853a8><label style="background-color:var(--idm-heavy);" data-v-b53853a8></label><span data-v-b53853a8>Severe</span></div><div class="legend" data-v-b53853a8><b class="route1" data-v-b53853a8></b><span data-v-b53853a8>Route 1</span></div>', 3)),
|
|
2227
|
-
((jt = (
|
|
2227
|
+
((jt = (Ct = s.plan) == null ? void 0 : Ct.speeds) == null ? void 0 : jt.length) > 1 ? (o(), a("div", SD, [...e[16] || (e[16] = [
|
|
2228
2228
|
t("b", { class: "route2" }, null, -1),
|
|
2229
2229
|
t("span", null, "Route 2", -1)
|
|
2230
2230
|
])])) : c("", !0),
|
|
@@ -2360,10 +2360,10 @@ function gN(i, e, s, N, r, d) {
|
|
|
2360
2360
|
], -1)),
|
|
2361
2361
|
t("tbody", null, [
|
|
2362
2362
|
(o(!0), a(v, null, _((rt = (D = (Xt = (Ut = s.plan) == null ? void 0 : Ut.speeds[0]) == null ? void 0 : Xt.speed) == null ? void 0 : D.sample) == null ? void 0 : rt.hours, (w, pt) => {
|
|
2363
|
-
var Wt, Lt, Zt, R, Bt, Ht, u, at, lt, Tt, _t, V, Jt, $t, Kt, ie, ne, oe, ae, de, re, Me, De, Ie, ce, ye, Ae, ve, Te, pe, xe, ze,
|
|
2363
|
+
var Wt, Lt, Zt, R, Bt, Ht, u, at, lt, Tt, _t, V, Jt, $t, Kt, ie, ne, oe, ae, de, re, Me, De, Ie, ce, ye, Ae, ve, Te, pe, xe, ze, fe, me, be, je, Ue, Ee, Oe;
|
|
2364
2364
|
return o(), a("tr", {
|
|
2365
2365
|
key: pt,
|
|
2366
|
-
class:
|
|
2366
|
+
class: C(w.isDangerous ? "dangerous" : w.isSevere ? "severe" : w.isHeavy ? "heavy" : "")
|
|
2367
2367
|
}, [
|
|
2368
2368
|
t("td", null, l(d.computeUTCTime(w.eta)), 1),
|
|
2369
2369
|
t("td", null, [
|
|
@@ -2393,9 +2393,9 @@ function gN(i, e, s, N, r, d) {
|
|
|
2393
2393
|
(Ie = (De = (Me = w.meteo) == null ? void 0 : Me.wave) == null ? void 0 : De.sig) != null && Ie.height ? (o(), a("span", MN, l((Ae = (ye = (ce = w.meteo) == null ? void 0 : ce.wave) == null ? void 0 : ye.sig) == null ? void 0 : Ae.direction), 1)) : (o(), a("span", DN, "-"))
|
|
2394
2394
|
]),
|
|
2395
2395
|
t("td", null, l(d.roundPrecision((pe = (Te = (ve = w.meteo) == null ? void 0 : ve.wave) == null ? void 0 : Te.sig) == null ? void 0 : pe.height, 1)), 1),
|
|
2396
|
-
t("td", null, l(d.roundPrecision((
|
|
2396
|
+
t("td", null, l(d.roundPrecision((fe = (ze = (xe = w.meteo) == null ? void 0 : xe.wave) == null ? void 0 : ze.sig) == null ? void 0 : fe.period, 1)), 1),
|
|
2397
2397
|
t("td", null, [
|
|
2398
|
-
(
|
|
2398
|
+
(be = (me = w.meteo) == null ? void 0 : me.current) != null && be.kts ? (o(), a("span", NN, l((Ue = (je = w.meteo) == null ? void 0 : je.current) == null ? void 0 : Ue.direction), 1)) : (o(), a("span", uN, "-"))
|
|
2399
2399
|
]),
|
|
2400
2400
|
t("td", null, l(d.roundPrecision((Oe = (Ee = w.meteo) == null ? void 0 : Ee.current) == null ? void 0 : Oe.kts, 1)), 1),
|
|
2401
2401
|
t("td", null, l(d.roundPrecision(w.cFactor, 1)), 1)
|
|
@@ -2685,7 +2685,7 @@ const xN = {
|
|
|
2685
2685
|
});
|
|
2686
2686
|
}
|
|
2687
2687
|
}
|
|
2688
|
-
}, zN = { class: "fli-main" },
|
|
2688
|
+
}, zN = { class: "fli-main" }, fN = { class: "card basics" }, mN = { class: "list flex" }, bN = { class: "item" }, CN = { class: "content flex" }, jN = { class: "item" }, UN = { class: "content flex" }, EN = { class: "item" }, ON = { class: "content flex" }, YN = { class: "list" }, SN = { class: "item" }, kN = { class: "content flex" }, hN = { class: "content flex" }, QN = { class: "item" }, wN = { class: "content flex" }, RN = { class: "content flex" }, FN = { class: "item" }, VN = { class: "content flexL" }, PN = { class: "clause" }, GN = {
|
|
2689
2689
|
key: 0,
|
|
2690
2690
|
class: "definition flex"
|
|
2691
2691
|
}, WN = {
|
|
@@ -2712,10 +2712,10 @@ const xN = {
|
|
|
2712
2712
|
}, lu = { class: "definition flexM" }, su = { class: "table" }, iu = { class: "summary" }, nu = {
|
|
2713
2713
|
key: 0,
|
|
2714
2714
|
class: "summary-overall"
|
|
2715
|
-
}, ou = { class: "summary-overall-row" }, au = { class: "card" }, du = { class: "main-content" }, ru = { key: 0 }, Mu = { key: 1 }, Du = { class: "card" }, Nu = { class: "main-content" }, uu = { key: 0 }, gu = { key: 1 }, Iu = { class: "card" }, cu = { class: "main-content" }, yu = { key: 0 }, Au = { key: 1 }, vu = { class: "summary-overall-row" }, Tu = { class: "card" }, pu = { class: "main-content" }, xu = { class: "card" }, zu = { class: "main-content" },
|
|
2715
|
+
}, ou = { class: "summary-overall-row" }, au = { class: "card" }, du = { class: "main-content" }, ru = { key: 0 }, Mu = { key: 1 }, Du = { class: "card" }, Nu = { class: "main-content" }, uu = { key: 0 }, gu = { key: 1 }, Iu = { class: "card" }, cu = { class: "main-content" }, yu = { key: 0 }, Au = { key: 1 }, vu = { class: "summary-overall-row" }, Tu = { class: "card" }, pu = { class: "main-content" }, xu = { class: "card" }, zu = { class: "main-content" }, fu = { class: "card" }, mu = { class: "main-content" }, bu = {
|
|
2716
2716
|
class: "card",
|
|
2717
2717
|
style: { flex: "1.5" }
|
|
2718
|
-
},
|
|
2718
|
+
}, Cu = { class: "card-title" }, ju = { class: "card-segment" }, Uu = { class: "card-segment" }, Eu = { class: "card-segment" }, Ou = { class: "uppercase" }, Yu = {
|
|
2719
2719
|
class: "card summary-card",
|
|
2720
2720
|
style: { flex: "1" }
|
|
2721
2721
|
}, Su = {
|
|
@@ -2784,7 +2784,7 @@ const xN = {
|
|
|
2784
2784
|
}, gg = { class: "main-content" }, Ig = { class: "main-content" }, cg = { class: "card-content" }, yg = { class: "card-content" }, Ag = { class: "card-content" }, vg = { class: "card-content" }, Tg = {
|
|
2785
2785
|
class: "card phase-card",
|
|
2786
2786
|
style: { flex: "1" }
|
|
2787
|
-
}, pg = { class: "main-content" }, xg = { class: "main-content" }, zg = { class: "card-content" },
|
|
2787
|
+
}, pg = { class: "main-content" }, xg = { class: "main-content" }, zg = { class: "card-content" }, fg = { class: "card-content" }, mg = { class: "card-content" }, bg = { class: "card-content" }, Cg = { class: "phase-analysis" }, jg = {
|
|
2788
2788
|
class: "card phase-card",
|
|
2789
2789
|
style: { flex: "1" }
|
|
2790
2790
|
}, Ug = { class: "main-content" }, Eg = { class: "main-content" }, Og = { class: "card-content" }, Yg = { class: "card-content" }, Sg = { class: "card-content" }, kg = { class: "card-content" }, hg = {
|
|
@@ -2820,7 +2820,7 @@ const xN = {
|
|
|
2820
2820
|
}, pI = { class: "nogwd" }, xI = {
|
|
2821
2821
|
class: "card-content",
|
|
2822
2822
|
style: { "justify-content": "flex-start" }
|
|
2823
|
-
}, zI = { key: 0 },
|
|
2823
|
+
}, zI = { key: 0 }, fI = { class: "equation" }, mI = { style: { width: "8%" } }, bI = { style: { width: "10%" } }, CI = { class: "equation" }, jI = { style: { width: "8%" } }, UI = { style: { width: "10%" } }, EI = { class: "equation" }, OI = { style: { width: "8%" } }, YI = { style: { width: "10%" } }, SI = { class: "phase-card" }, kI = {
|
|
2824
2824
|
class: "card",
|
|
2825
2825
|
style: { flex: "1" }
|
|
2826
2826
|
}, hI = {
|
|
@@ -2865,10 +2865,10 @@ const xN = {
|
|
|
2865
2865
|
}, xc = {
|
|
2866
2866
|
class: "flex formular-item",
|
|
2867
2867
|
style: { "border-right": "2px dashed var(--fli-border-color)" }
|
|
2868
|
-
}, zc = { class: "" },
|
|
2868
|
+
}, zc = { class: "" }, fc = { class: "equation" }, mc = {
|
|
2869
2869
|
style: { width: "50%" },
|
|
2870
2870
|
class: "fraction"
|
|
2871
|
-
},
|
|
2871
|
+
}, bc = { class: "equation" }, Cc = {
|
|
2872
2872
|
style: { width: "50%" },
|
|
2873
2873
|
class: "fraction"
|
|
2874
2874
|
}, jc = { class: "equation" }, Uc = {
|
|
@@ -2888,9 +2888,9 @@ const xN = {
|
|
|
2888
2888
|
class: "fraction"
|
|
2889
2889
|
};
|
|
2890
2890
|
function Rc(i, e, s, N, r, d) {
|
|
2891
|
-
var y, M, I, z,
|
|
2891
|
+
var y, M, I, z, m, A, T, Q, j, E, U, b, S, Y, h, p, F, W, L, Z, B, H, J, $, K, q, tt, st, G, Mt, Dt, Nt, ut, gt, It, ct, n, et, dt, yt, At, it, xt, zt, ft, mt, bt, Ct, jt, vt, Ot, Yt, St, kt, ht, Qt, wt, Rt, Ft, Vt, Pt, Gt, Ut, Xt, D, rt, w, pt, Wt, Lt, Zt, R, Bt, Ht;
|
|
2892
2892
|
return o(), a("div", {
|
|
2893
|
-
class:
|
|
2893
|
+
class: C((M = (y = s.reportData) == null ? void 0 : y.weather) != null && M.referenceOnly ? "watermark" : "")
|
|
2894
2894
|
}, [
|
|
2895
2895
|
e[217] || (e[217] = t("div", { class: "fli-logo-title" }, [
|
|
2896
2896
|
t("img", {
|
|
@@ -2904,15 +2904,15 @@ function Rc(i, e, s, N, r, d) {
|
|
|
2904
2904
|
t("i", { class: "iconfont" }, ""),
|
|
2905
2905
|
t("div", { class: "content" }, "Voyage Basics")
|
|
2906
2906
|
], -1)),
|
|
2907
|
-
t("div",
|
|
2908
|
-
t("div",
|
|
2909
|
-
t("div",
|
|
2907
|
+
t("div", fN, [
|
|
2908
|
+
t("div", mN, [
|
|
2909
|
+
t("div", bN, [
|
|
2910
2910
|
e[0] || (e[0] = t("label", { class: "flex" }, "Company Name: ", -1)),
|
|
2911
|
-
t("div",
|
|
2911
|
+
t("div", CN, l((I = s.reportData) == null ? void 0 : I.preparedFor), 1)
|
|
2912
2912
|
]),
|
|
2913
2913
|
t("div", jN, [
|
|
2914
2914
|
e[1] || (e[1] = t("label", { class: "flex" }, "Vessel Name: ", -1)),
|
|
2915
|
-
t("div", UN, l((
|
|
2915
|
+
t("div", UN, l((m = (z = s.reportData) == null ? void 0 : z.vessel) == null ? void 0 : m.name), 1)
|
|
2916
2916
|
]),
|
|
2917
2917
|
t("div", EN, [
|
|
2918
2918
|
e[2] || (e[2] = t("label", { class: "flex" }, "Report Created: ", -1)),
|
|
@@ -2923,7 +2923,7 @@ function Rc(i, e, s, N, r, d) {
|
|
|
2923
2923
|
t("div", SN, [
|
|
2924
2924
|
e[3] || (e[3] = t("label", { class: "flex" }, "Departure Port: ", -1)),
|
|
2925
2925
|
t("div", kN, l(((T = (A = s.reportData) == null ? void 0 : A.departure) == null ? void 0 : T.portName) || d.computedLngLat((j = (Q = s.reportData) == null ? void 0 : Q.departure) == null ? void 0 : j.lat, (U = (E = s.reportData) == null ? void 0 : E.departure) == null ? void 0 : U.lng)), 1),
|
|
2926
|
-
t("div", hN, l(d.computedTime((S = (
|
|
2926
|
+
t("div", hN, l(d.computedTime((S = (b = s.reportData) == null ? void 0 : b.departure) == null ? void 0 : S.utcTime, "table")), 1)
|
|
2927
2927
|
]),
|
|
2928
2928
|
t("div", QN, [
|
|
2929
2929
|
e[4] || (e[4] = t("label", { class: "flex" }, "Arrival Port: ", -1)),
|
|
@@ -2956,11 +2956,11 @@ function Rc(i, e, s, N, r, d) {
|
|
|
2956
2956
|
e[9] || (e[9] = t("label", null, "Significant Wave Height", -1)),
|
|
2957
2957
|
t("div", $N, l(((dt = (et = s.reportData) == null ? void 0 : et.weather) == null ? void 0 : dt.sigHeight) || "-") + " Meter", 1)
|
|
2958
2958
|
])) : c("", !0),
|
|
2959
|
-
(At = (yt = s.reportData) == null ? void 0 : yt.weather) != null && At.waveSwitch || (xt = (it = s.reportData) == null ? void 0 : it.weather) != null && xt.swellHeight || (
|
|
2959
|
+
(At = (yt = s.reportData) == null ? void 0 : yt.weather) != null && At.waveSwitch || (xt = (it = s.reportData) == null ? void 0 : it.weather) != null && xt.swellHeight || (ft = (zt = s.reportData) == null ? void 0 : zt.weather) != null && ft.sigSwitch ? (o(), a("div", KN, [
|
|
2960
2960
|
e[10] || (e[10] = t("label", null, "Douglas Sea State", -1)),
|
|
2961
|
-
t("div", qN, l((
|
|
2961
|
+
t("div", qN, l((bt = (mt = s.reportData) == null ? void 0 : mt.weather) == null ? void 0 : bt.seaScale), 1)
|
|
2962
2962
|
])) : c("", !0),
|
|
2963
|
-
(jt = (
|
|
2963
|
+
(jt = (Ct = s.reportData) == null ? void 0 : Ct.weather) != null && jt.noAdverseCur ? (o(), a("div", tu, [...e[11] || (e[11] = [
|
|
2964
2964
|
t("label", null, "No Adverse Current", -1),
|
|
2965
2965
|
t("div", { class: "content" }, "Applied", -1)
|
|
2966
2966
|
])])) : c("", !0),
|
|
@@ -3038,11 +3038,11 @@ function Rc(i, e, s, N, r, d) {
|
|
|
3038
3038
|
], -1)),
|
|
3039
3039
|
t("div", zu, l((Wt = (pt = s.reportData) == null ? void 0 : pt.allWx) == null ? void 0 : Wt.avgFoEcaCons) + " mt", 1)
|
|
3040
3040
|
]),
|
|
3041
|
-
t("div",
|
|
3041
|
+
t("div", fu, [
|
|
3042
3042
|
e[19] || (e[19] = t("div", { class: "card-subtitle" }, [
|
|
3043
3043
|
t("label", null, "Overall Avg Daily Cons. DO/GO*")
|
|
3044
3044
|
], -1)),
|
|
3045
|
-
t("div",
|
|
3045
|
+
t("div", mu, l((Zt = (Lt = s.reportData) == null ? void 0 : Lt.allWx) == null ? void 0 : Zt.avgDgoEcaCons) + " mt", 1)
|
|
3046
3046
|
])
|
|
3047
3047
|
]),
|
|
3048
3048
|
e[21] || (e[21] = t("div", {
|
|
@@ -3065,14 +3065,14 @@ function Rc(i, e, s, N, r, d) {
|
|
|
3065
3065
|
key: at,
|
|
3066
3066
|
class: "summary-seg"
|
|
3067
3067
|
}, [
|
|
3068
|
-
t("div",
|
|
3069
|
-
t("div",
|
|
3068
|
+
t("div", bu, [
|
|
3069
|
+
t("div", Cu, [
|
|
3070
3070
|
e[22] || (e[22] = t("i", { class: "iconfont" }, "", -1)),
|
|
3071
3071
|
t("span", null, "Phase " + l(at + 1), 1)
|
|
3072
3072
|
]),
|
|
3073
3073
|
(o(!0), a(v, null, _(r.segDetail[at], (V, Jt) => (o(), a("div", {
|
|
3074
3074
|
key: "seg" + Jt,
|
|
3075
|
-
class:
|
|
3075
|
+
class: C(r.segDetail[at].length > 1 ? "dashed" : "")
|
|
3076
3076
|
}, [
|
|
3077
3077
|
t("div", ju, [
|
|
3078
3078
|
t("div", null, l(V == null ? void 0 : V.port1), 1),
|
|
@@ -3106,7 +3106,7 @@ function Rc(i, e, s, N, r, d) {
|
|
|
3106
3106
|
])),
|
|
3107
3107
|
t("div", wu, [
|
|
3108
3108
|
t("i", {
|
|
3109
|
-
class:
|
|
3109
|
+
class: C(`iconfont ${d.computedTimeConclusion(u.timeConclusion).className}`)
|
|
3110
3110
|
}, "", 2),
|
|
3111
3111
|
t("span", null, l(d.computedTimeConclusion(u.timeConclusion).conclusion), 1)
|
|
3112
3112
|
])
|
|
@@ -3124,7 +3124,7 @@ function Rc(i, e, s, N, r, d) {
|
|
|
3124
3124
|
])),
|
|
3125
3125
|
t("div", Wu, [
|
|
3126
3126
|
t("i", {
|
|
3127
|
-
class:
|
|
3127
|
+
class: C(`iconfont ${d.computedFuleConclusion(u.fuelConclusion.fo, "FO").className}`)
|
|
3128
3128
|
}, "", 2),
|
|
3129
3129
|
t("span", null, l(d.computedFuleConclusion(u.fuelConclusion.fo, "FO").conclusion), 1)
|
|
3130
3130
|
])
|
|
@@ -3142,7 +3142,7 @@ function Rc(i, e, s, N, r, d) {
|
|
|
3142
3142
|
])),
|
|
3143
3143
|
t("div", Ju, [
|
|
3144
3144
|
t("i", {
|
|
3145
|
-
class:
|
|
3145
|
+
class: C(`iconfont ${d.computedFuleConclusion(u.fuelConclusion.dgo, "DGO").className}`)
|
|
3146
3146
|
}, "", 2),
|
|
3147
3147
|
t("span", null, l(d.computedFuleConclusion(u.fuelConclusion.dgo, "DGO").conclusion), 1)
|
|
3148
3148
|
])
|
|
@@ -3193,7 +3193,7 @@ function Rc(i, e, s, N, r, d) {
|
|
|
3193
3193
|
])
|
|
3194
3194
|
]),
|
|
3195
3195
|
(o(!0), a(v, null, _((Ht = s.reportData) == null ? void 0 : Ht.segments, (u, at) => {
|
|
3196
|
-
var lt, Tt, _t, V, Jt, $t, Kt, ie, ne, oe, ae, de, re, Me, De, Ie, ce, ye, Ae, ve, Te, pe, xe, ze,
|
|
3196
|
+
var lt, Tt, _t, V, Jt, $t, Kt, ie, ne, oe, ae, de, re, Me, De, Ie, ce, ye, Ae, ve, Te, pe, xe, ze, fe, me, be, je, Ue, Ee, Oe, ke, k, he, Qe, we, Re, Fe, Ve, Pe, Ge, Ce, zl, fl, ml, bl, Cl, jl, Ul, El, Ol, Yl, Sl, kl, hl, Ql, wl, Rl, Fl, Vl, Pl, Gl, x, qt, Ne, ue, Ye, We, Le, Ze, Be, He, _e, Je, Xe, $e, Ke, qe, tl, el, ll, sl, il, nl, ol, al, dl, rl, Ml, Dl, Nl, ul, gl, Il, cl, yl, Al, vl, Tl, pl, Wl, Ll, Zl, Bl, Hl, _l, Jl, Xl, $l, Kl, ql, ts, es, ls, ss, is;
|
|
3197
3197
|
return o(), a("div", {
|
|
3198
3198
|
key: at,
|
|
3199
3199
|
class: "phase"
|
|
@@ -3207,7 +3207,7 @@ function Rc(i, e, s, N, r, d) {
|
|
|
3207
3207
|
]),
|
|
3208
3208
|
(o(!0), a(v, null, _(r.segDetail[at], (ge, os) => (o(), a("div", {
|
|
3209
3209
|
key: "seg" + os,
|
|
3210
|
-
class:
|
|
3210
|
+
class: C(r.segDetail[at].length > 1 ? "dashed" : "")
|
|
3211
3211
|
}, [
|
|
3212
3212
|
t("div", dg, [
|
|
3213
3213
|
t("div", null, l(ge == null ? void 0 : ge.port1), 1),
|
|
@@ -3303,21 +3303,21 @@ function Rc(i, e, s, N, r, d) {
|
|
|
3303
3303
|
e[43] || (e[43] = t("span", null, "mt", -1))
|
|
3304
3304
|
])
|
|
3305
3305
|
]),
|
|
3306
|
-
t("div",
|
|
3306
|
+
t("div", fg, [
|
|
3307
3307
|
e[46] || (e[46] = t("label", null, "GW Avg Daily Cons. DO/GO* (in ECA)", -1)),
|
|
3308
3308
|
t("b", null, [
|
|
3309
3309
|
g(l(((oe = u.goodWx) == null ? void 0 : oe.inEca.avgDgoEcaCons) || "-"), 1),
|
|
3310
3310
|
e[45] || (e[45] = t("span", null, "mt", -1))
|
|
3311
3311
|
])
|
|
3312
3312
|
]),
|
|
3313
|
-
t("div",
|
|
3313
|
+
t("div", mg, [
|
|
3314
3314
|
e[48] || (e[48] = t("label", null, "Overall Avg Daily Cons. DO/GO (out of ECA)", -1)),
|
|
3315
3315
|
t("b", null, [
|
|
3316
3316
|
g(l(((ae = u.allWx) == null ? void 0 : ae.outEca.avgDgoCons) || "-"), 1),
|
|
3317
3317
|
e[47] || (e[47] = t("span", null, "mt", -1))
|
|
3318
3318
|
])
|
|
3319
3319
|
]),
|
|
3320
|
-
t("div",
|
|
3320
|
+
t("div", bg, [
|
|
3321
3321
|
e[50] || (e[50] = t("label", null, "Overall Avg Daily Cons. DO/GO* (in ECA)", -1)),
|
|
3322
3322
|
t("b", null, [
|
|
3323
3323
|
g(l(((de = u.allWx) == null ? void 0 : de.inEca.avgDgoEcaCons) || "-"), 1),
|
|
@@ -3333,7 +3333,7 @@ function Rc(i, e, s, N, r, d) {
|
|
|
3333
3333
|
], -1))
|
|
3334
3334
|
])
|
|
3335
3335
|
]),
|
|
3336
|
-
t("div",
|
|
3336
|
+
t("div", Cg, [
|
|
3337
3337
|
t("div", jg, [
|
|
3338
3338
|
e[62] || (e[62] = t("div", { class: "card-subtitle" }, [
|
|
3339
3339
|
t("span", null, "GW Distance")
|
|
@@ -3423,18 +3423,18 @@ function Rc(i, e, s, N, r, d) {
|
|
|
3423
3423
|
t("span", null, "GW Avg Speed")
|
|
3424
3424
|
], -1)),
|
|
3425
3425
|
t("div", Wg, [
|
|
3426
|
-
t("span", null, l(((
|
|
3426
|
+
t("span", null, l(((fe = u.goodWx) == null ? void 0 : fe.avgSpd) || "-") + " kts", 1)
|
|
3427
3427
|
]),
|
|
3428
3428
|
e[83] || (e[83] = t("div", { class: "card-subtitle" }, [
|
|
3429
3429
|
t("span", null, "Overall Avg Speed")
|
|
3430
3430
|
], -1)),
|
|
3431
3431
|
t("div", Lg, [
|
|
3432
|
-
t("span", null, l(((
|
|
3432
|
+
t("span", null, l(((me = u.allWx) == null ? void 0 : me.avgSpd) || "-") + " kts", 1)
|
|
3433
3433
|
]),
|
|
3434
3434
|
t("div", Zg, [
|
|
3435
3435
|
e[75] || (e[75] = t("label", null, "GW Avg Speed (out of ECA)", -1)),
|
|
3436
3436
|
t("b", null, [
|
|
3437
|
-
g(l(((
|
|
3437
|
+
g(l(((be = u.goodWx) == null ? void 0 : be.outEca.avgSpd) || "-"), 1),
|
|
3438
3438
|
e[74] || (e[74] = t("span", null, "kts", -1))
|
|
3439
3439
|
])
|
|
3440
3440
|
]),
|
|
@@ -3541,7 +3541,7 @@ function Rc(i, e, s, N, r, d) {
|
|
|
3541
3541
|
t("div", rI, [
|
|
3542
3542
|
e[101] || (e[101] = t("label", null, "Overall Cons. DO/GO (in ECA)", -1)),
|
|
3543
3543
|
t("b", null, [
|
|
3544
|
-
g(l(((
|
|
3544
|
+
g(l(((Ce = u.allWx) == null ? void 0 : Ce.inEca.sumDgoCons) || "-"), 1),
|
|
3545
3545
|
e[100] || (e[100] = t("span", null, "mt", -1))
|
|
3546
3546
|
])
|
|
3547
3547
|
])
|
|
@@ -3555,7 +3555,7 @@ function Rc(i, e, s, N, r, d) {
|
|
|
3555
3555
|
]),
|
|
3556
3556
|
t("div", NI, [
|
|
3557
3557
|
e[105] || (e[105] = t("label", null, "GW Current Factor", -1)),
|
|
3558
|
-
(
|
|
3558
|
+
(fl = u.goodWx) != null && fl.distance && !((bl = (ml = s.reportData) == null ? void 0 : ml.weather) != null && bl.favorableCur && ((Cl = u.goodWx) == null ? void 0 : Cl.avgCf) > 0) ? (o(), a("b", uI, [
|
|
3559
3559
|
g(l(d.computedPositive((jl = u.goodWx) == null ? void 0 : jl.avgCf)), 1),
|
|
3560
3560
|
e[104] || (e[104] = t("span", null, "kts", -1))
|
|
3561
3561
|
])) : (o(), a("b", gI, "Not Applied"))
|
|
@@ -3577,28 +3577,28 @@ function Rc(i, e, s, N, r, d) {
|
|
|
3577
3577
|
])),
|
|
3578
3578
|
t("div", xI, [
|
|
3579
3579
|
t("i", {
|
|
3580
|
-
class:
|
|
3580
|
+
class: C(`iconfont ${d.computedTimeConclusion(u.timeConclusion).className}`)
|
|
3581
3581
|
}, "", 2),
|
|
3582
3582
|
t("span", null, l(d.computedTimeConclusion(u.timeConclusion).conclusion), 1)
|
|
3583
3583
|
])
|
|
3584
3584
|
]),
|
|
3585
3585
|
t("div", {
|
|
3586
|
-
class:
|
|
3586
|
+
class: C(`${(El = u.goodWx) != null && El.distance ? "" : "analysis-none"} card analysis-card`)
|
|
3587
3587
|
}, [
|
|
3588
3588
|
(Ol = u.goodWx) != null && Ol.distance ? (o(), a("div", zI, [
|
|
3589
|
-
t("div",
|
|
3589
|
+
t("div", fI, [
|
|
3590
3590
|
e[109] || (e[109] = t("div", { style: { width: "54%" } }, "Total Time at Good Weather Performance Speed", -1)),
|
|
3591
3591
|
e[110] || (e[110] = t("div", { style: { width: "5%" } }, "=", -1)),
|
|
3592
|
-
t("div",
|
|
3592
|
+
t("div", mI, [
|
|
3593
3593
|
t("div", null, l((Sl = (Yl = s.reportData) == null ? void 0 : Yl.weather) != null && Sl.noExtrapolation ? (kl = u.goodWx) == null ? void 0 : kl.distance : (hl = u.allWx) == null ? void 0 : hl.distance), 1),
|
|
3594
3594
|
e[108] || (e[108] = t("div", { class: "fractional-line" }, null, -1)),
|
|
3595
3595
|
t("div", null, l((Ql = u.goodWx) == null ? void 0 : Ql.pfmSpd), 1)
|
|
3596
3596
|
]),
|
|
3597
3597
|
e[111] || (e[111] = t("div", { style: { width: "5%" } }, "=", -1)),
|
|
3598
|
-
t("div",
|
|
3598
|
+
t("div", bI, l(u.timeConclusion.timeAtPfmSpd) + " Hrs", 1),
|
|
3599
3599
|
e[112] || (e[112] = t("div", { style: { width: "5%" } }, "(a')", -1))
|
|
3600
3600
|
]),
|
|
3601
|
-
t("div",
|
|
3601
|
+
t("div", CI, [
|
|
3602
3602
|
e[114] || (e[114] = t("div", { style: { width: "54%" } }, "Total Time at ( Warranted Speed - Speed Under)", -1)),
|
|
3603
3603
|
e[115] || (e[115] = t("div", { style: { width: "5%" } }, "=", -1)),
|
|
3604
3604
|
t("div", jI, [
|
|
@@ -3639,13 +3639,13 @@ function Rc(i, e, s, N, r, d) {
|
|
|
3639
3639
|
])),
|
|
3640
3640
|
t("div", VI, [
|
|
3641
3641
|
t("i", {
|
|
3642
|
-
class:
|
|
3642
|
+
class: C(`iconfont ${d.computedFuleConclusion(u.fuelConclusion.fo, "FO").className}`)
|
|
3643
3643
|
}, "", 2),
|
|
3644
3644
|
t("span", null, l(d.computedFuleConclusion(u.fuelConclusion.fo, "FO").conclusion), 1)
|
|
3645
3645
|
])
|
|
3646
3646
|
]),
|
|
3647
3647
|
t("div", {
|
|
3648
|
-
class:
|
|
3648
|
+
class: C(`${(ue = u.goodWx) != null && ue.distance ? "" : "analysis-none"} card analysis-card`)
|
|
3649
3649
|
}, [
|
|
3650
3650
|
(Ye = u.goodWx) != null && Ye.distance ? (o(), a("div", PI, [
|
|
3651
3651
|
t("div", GI, [
|
|
@@ -3719,13 +3719,13 @@ function Rc(i, e, s, N, r, d) {
|
|
|
3719
3719
|
])),
|
|
3720
3720
|
t("div", ac, [
|
|
3721
3721
|
t("i", {
|
|
3722
|
-
class:
|
|
3722
|
+
class: C(`iconfont ${d.computedFuleConclusion(u.fuelConclusion.dgo, "DGO").className}`)
|
|
3723
3723
|
}, "", 2),
|
|
3724
3724
|
t("span", null, l(d.computedFuleConclusion(u.fuelConclusion.dgo, "DGO").conclusion), 1)
|
|
3725
3725
|
])
|
|
3726
3726
|
]),
|
|
3727
3727
|
t("div", {
|
|
3728
|
-
class:
|
|
3728
|
+
class: C(`${(dl = u.goodWx) != null && dl.distance ? "" : "analysis-none"} card analysis-card`)
|
|
3729
3729
|
}, [
|
|
3730
3730
|
(rl = u.goodWx) != null && rl.distance ? (o(), a("div", dc, [
|
|
3731
3731
|
t("div", rc, [
|
|
@@ -3799,20 +3799,20 @@ function Rc(i, e, s, N, r, d) {
|
|
|
3799
3799
|
])
|
|
3800
3800
|
], -1)),
|
|
3801
3801
|
t("div", zc, [
|
|
3802
|
-
t("div",
|
|
3802
|
+
t("div", fc, [
|
|
3803
3803
|
e[173] || (e[173] = t("div", { style: { width: "35%", "text-align": "left" } }, "Total Time at Good Weather Performance Speed", -1)),
|
|
3804
3804
|
e[174] || (e[174] = t("div", { style: { width: "5%", "text-align": "center" } }, "=", -1)),
|
|
3805
|
-
t("div",
|
|
3805
|
+
t("div", mc, [
|
|
3806
3806
|
t("div", null, l((_l = (Hl = s.reportData) == null ? void 0 : Hl.weather) != null && _l.noExtrapolation ? "Total Distance At Good Weather" : "Total Distance"), 1),
|
|
3807
3807
|
e[171] || (e[171] = t("div", { class: "fractional-line" }, null, -1)),
|
|
3808
3808
|
e[172] || (e[172] = t("div", null, "Good Weather Performance Speed", -1))
|
|
3809
3809
|
]),
|
|
3810
3810
|
e[175] || (e[175] = t("div", { style: { width: "10%", "text-align": "center" } }, "(a)", -1))
|
|
3811
3811
|
]),
|
|
3812
|
-
t("div",
|
|
3812
|
+
t("div", bc, [
|
|
3813
3813
|
e[178] || (e[178] = t("div", { style: { width: "35%", "text-align": "left" } }, "Total Time at ( Warranted Speed - Speed Under )", -1)),
|
|
3814
3814
|
e[179] || (e[179] = t("div", { style: { width: "5%", "text-align": "center" } }, "=", -1)),
|
|
3815
|
-
t("div",
|
|
3815
|
+
t("div", Cc, [
|
|
3816
3816
|
t("div", null, l((Xl = (Jl = s.reportData) == null ? void 0 : Jl.weather) != null && Xl.noExtrapolation ? "Good Weather Distance" : "Total Distance"), 1),
|
|
3817
3817
|
e[176] || (e[176] = t("div", { class: "fractional-line" }, null, -1)),
|
|
3818
3818
|
e[177] || (e[177] = t("div", null, "Warranted Speed - Speed Under", -1))
|
|
@@ -4013,21 +4013,21 @@ const Vc = {
|
|
|
4013
4013
|
let i = [];
|
|
4014
4014
|
(y = (d = this.reportData) == null ? void 0 : d.segments) == null || y.forEach((M, I) => {
|
|
4015
4015
|
let z = M.extend.cp;
|
|
4016
|
-
M.inventory.sample.hours.forEach((
|
|
4017
|
-
let T = JSON.parse(JSON.stringify(
|
|
4016
|
+
M.inventory.sample.hours.forEach((m, A) => {
|
|
4017
|
+
let T = JSON.parse(JSON.stringify(m));
|
|
4018
4018
|
T.cp = z, i.push(T);
|
|
4019
4019
|
});
|
|
4020
4020
|
}), i.sort(function(M, I) {
|
|
4021
|
-
let z = M.date,
|
|
4022
|
-
return z -
|
|
4021
|
+
let z = M.date, m = I.date;
|
|
4022
|
+
return z - m;
|
|
4023
4023
|
});
|
|
4024
4024
|
let e = "", s = "";
|
|
4025
4025
|
i.forEach((M, I) => {
|
|
4026
4026
|
M.seg !== e && (M.isFirstSeg = !0, e = M.seg);
|
|
4027
4027
|
let z = M.type.charAt(0);
|
|
4028
4028
|
M.abbreviation = z;
|
|
4029
|
-
const
|
|
4030
|
-
|
|
4029
|
+
const m = X(M.utc).utc().format("D-MMM");
|
|
4030
|
+
m !== s && (M.lastdate = m, s = m), z === "A" ? M.type = "" : z === "M" && (M.type = "*"), M.time = X(M.utc).utc().format("HH:mm[Z]"), M.lngPretty = this.getLonLat(Et.lng2pretty(M.lng)), M.latPretty = this.getLonLat(Et.lat2pretty(M.lat));
|
|
4031
4031
|
}), this.summaryTable = i;
|
|
4032
4032
|
}
|
|
4033
4033
|
}
|
|
@@ -4039,10 +4039,10 @@ const Vc = {
|
|
|
4039
4039
|
style: { "page-break-inside": "avoid" }
|
|
4040
4040
|
}, Zc = ["src"];
|
|
4041
4041
|
function Bc(i, e, s, N, r, d) {
|
|
4042
|
-
var y, M, I, z,
|
|
4042
|
+
var y, M, I, z, m;
|
|
4043
4043
|
return o(), a("div", {
|
|
4044
4044
|
style: { "page-break-before": "always" },
|
|
4045
|
-
class:
|
|
4045
|
+
class: C((M = (y = s.reportData) == null ? void 0 : y.weather) != null && M.referenceOnly || (z = (I = s.reportData) == null ? void 0 : I.weather) != null && z.overallAsGoodWx ? "watermark fli-main" : "fli-main")
|
|
4046
4046
|
}, [
|
|
4047
4047
|
e[3] || (e[3] = t("div", { class: "fli-logo-title" }, [
|
|
4048
4048
|
t("img", {
|
|
@@ -4121,83 +4121,83 @@ function Bc(i, e, s, N, r, d) {
|
|
|
4121
4121
|
], -1)),
|
|
4122
4122
|
t("tbody", Wc, [
|
|
4123
4123
|
(o(!0), a(v, null, _(r.summaryTable, (A, T) => {
|
|
4124
|
-
var Q, j, E, U,
|
|
4124
|
+
var Q, j, E, U, b, S, Y, h, p, F, W, L, Z, B, H, J, $, K, q, tt, st, G;
|
|
4125
4125
|
return o(), a("tr", { key: T }, [
|
|
4126
4126
|
t("td", {
|
|
4127
|
-
class:
|
|
4127
|
+
class: C(d.computedSegClass(A, T))
|
|
4128
4128
|
}, l(A.isFirstSeg ? A.seg : ""), 3),
|
|
4129
4129
|
t("td", {
|
|
4130
|
-
class:
|
|
4130
|
+
class: C(d.computedClass(A, T))
|
|
4131
4131
|
}, l(A.type), 3),
|
|
4132
4132
|
t("td", {
|
|
4133
|
-
class:
|
|
4133
|
+
class: C(d.computedClass(A, T))
|
|
4134
4134
|
}, l(A.lastdate), 3),
|
|
4135
4135
|
t("td", {
|
|
4136
|
-
class:
|
|
4136
|
+
class: C(d.computedClass(A, T))
|
|
4137
4137
|
}, l(A.time), 3),
|
|
4138
4138
|
d.computedPort(A) ? (o(), a("td", {
|
|
4139
4139
|
key: 0,
|
|
4140
|
-
class:
|
|
4140
|
+
class: C(d.computedClass(A, T))
|
|
4141
4141
|
}, l(A.latPretty), 3)) : c("", !0),
|
|
4142
4142
|
d.computedPort(A) ? (o(), a("td", {
|
|
4143
4143
|
key: 1,
|
|
4144
|
-
class:
|
|
4144
|
+
class: C(d.computedClass(A, T))
|
|
4145
4145
|
}, l(A.lngPretty), 3)) : (o(), a("td", {
|
|
4146
4146
|
key: 2,
|
|
4147
4147
|
colspan: "2",
|
|
4148
|
-
class:
|
|
4148
|
+
class: C(d.computedClass(A, T))
|
|
4149
4149
|
}, l((Q = A.noon) == null ? void 0 : Q.port), 3)),
|
|
4150
4150
|
t("td", {
|
|
4151
|
-
class:
|
|
4151
|
+
class: C(d.computedClass(A, T, !0, !0))
|
|
4152
4152
|
}, l(A.abbreviation === "A" || A.abbreviation === "B" ? "" : (j = A.cp) == null ? void 0 : j.speed), 3),
|
|
4153
4153
|
t("td", {
|
|
4154
|
-
class:
|
|
4154
|
+
class: C(d.computedClass(A, T, !0))
|
|
4155
4155
|
}, l(A.avgSpdCalc), 3),
|
|
4156
4156
|
t("td", {
|
|
4157
|
-
class:
|
|
4157
|
+
class: C(d.computedClass(A, T, !0))
|
|
4158
4158
|
}, l(A.distanceCalc), 3),
|
|
4159
4159
|
t("td", {
|
|
4160
|
-
class:
|
|
4160
|
+
class: C(d.computedClass(A, T))
|
|
4161
4161
|
}, l(((U = (E = A.meteo) == null ? void 0 : E.wind) == null ? void 0 : U.scale) ?? "--"), 3),
|
|
4162
4162
|
t("td", {
|
|
4163
|
-
class:
|
|
4164
|
-
}, l(((Y = (S = (
|
|
4163
|
+
class: C(d.computedClass(A, T))
|
|
4164
|
+
}, l(((Y = (S = (b = A.meteo) == null ? void 0 : b.wave) == null ? void 0 : S.swell) == null ? void 0 : Y.direction) ?? "--"), 3),
|
|
4165
4165
|
t("td", {
|
|
4166
|
-
class:
|
|
4166
|
+
class: C(d.computedClass(A, T))
|
|
4167
4167
|
}, l(((F = (p = (h = A.meteo) == null ? void 0 : h.wave) == null ? void 0 : p.swell) == null ? void 0 : F.height) ?? "--"), 3),
|
|
4168
4168
|
t("td", {
|
|
4169
|
-
class:
|
|
4169
|
+
class: C(d.computedClass(A, T))
|
|
4170
4170
|
}, l(((Z = (L = (W = A.meteo) == null ? void 0 : W.wave) == null ? void 0 : L.sig) == null ? void 0 : Z.height) ?? "--"), 3),
|
|
4171
4171
|
r.showCF ? (o(), a("td", {
|
|
4172
4172
|
key: 3,
|
|
4173
|
-
class:
|
|
4173
|
+
class: C(d.computedClass(A, T))
|
|
4174
4174
|
}, l(((B = A.meteo) == null ? void 0 : B.cFactor) ?? "0"), 3)) : (o(), a("td", {
|
|
4175
4175
|
key: 4,
|
|
4176
|
-
class:
|
|
4176
|
+
class: C(d.computedClass(A, T))
|
|
4177
4177
|
}, l(A.abbreviation === "A" ? "" : A.dailyAvgCf || "0"), 3)),
|
|
4178
4178
|
t("td", {
|
|
4179
|
-
class:
|
|
4179
|
+
class: C(d.computedClass(A, T))
|
|
4180
4180
|
}, l(A.abbreviation === "A" ? "" : ((H = A.noon) == null ? void 0 : H.avgSpd) || "0.00"), 3),
|
|
4181
4181
|
t("td", {
|
|
4182
|
-
class:
|
|
4182
|
+
class: C(d.computedClass(A, T))
|
|
4183
4183
|
}, l(A.abbreviation === "A" ? "" : ((J = A.noon) == null ? void 0 : J.distanceSlr) || "0.0"), 3),
|
|
4184
4184
|
t("td", {
|
|
4185
|
-
class:
|
|
4185
|
+
class: C(d.computedClass(A, T, !0, !0))
|
|
4186
4186
|
}, l(A.abbreviation === "A" || A.abbreviation === "B" ? "" : ($ = A.cp) == null ? void 0 : $.fo), 3),
|
|
4187
4187
|
t("td", {
|
|
4188
|
-
class:
|
|
4188
|
+
class: C(d.computedClass(A, T, !0, !0))
|
|
4189
4189
|
}, l(A.abbreviation === "A" || A.abbreviation === "B" ? "" : (K = A.cp) == null ? void 0 : K.dgo), 3),
|
|
4190
4190
|
t("td", {
|
|
4191
|
-
class:
|
|
4191
|
+
class: C(d.computedClass(A, T))
|
|
4192
4192
|
}, l(A.abbreviation === "A" ? "" : ((q = A.noon) == null ? void 0 : q.foCons) || "0.00"), 3),
|
|
4193
4193
|
t("td", {
|
|
4194
|
-
class:
|
|
4194
|
+
class: C(d.computedClass(A, T))
|
|
4195
4195
|
}, l(A.abbreviation === "A" ? "" : ((tt = A.noon) == null ? void 0 : tt.dgoCons) || "0.00"), 3),
|
|
4196
4196
|
t("td", {
|
|
4197
|
-
class:
|
|
4197
|
+
class: C(d.computedClass(A, T))
|
|
4198
4198
|
}, l(A.abbreviation === "A" ? "" : (st = A.noon) == null ? void 0 : st.foBrob), 3),
|
|
4199
4199
|
t("td", {
|
|
4200
|
-
class:
|
|
4200
|
+
class: C(d.computedClass(A, T))
|
|
4201
4201
|
}, l(A.abbreviation === "A" ? "" : (G = A.noon) == null ? void 0 : G.dgoBrob), 3)
|
|
4202
4202
|
]);
|
|
4203
4203
|
}), 128))
|
|
@@ -4213,7 +4213,7 @@ function Bc(i, e, s, N, r, d) {
|
|
|
4213
4213
|
], -1)),
|
|
4214
4214
|
t("img", {
|
|
4215
4215
|
style: { width: "100%" },
|
|
4216
|
-
src: (
|
|
4216
|
+
src: (m = s.reportData) == null ? void 0 : m.chartUrl,
|
|
4217
4217
|
alt: ""
|
|
4218
4218
|
}, null, 8, Zc),
|
|
4219
4219
|
e[2] || (e[2] = nt('<div class="legend-block" data-v-ec7ec0f5><div style="position:relative;left:-20px;" data-v-ec7ec0f5><div style="position:relative;display:inline-block;top:-12px;left:15px;transform:scale(0.95);" data-v-ec7ec0f5><div data-v-ec7ec0f5>7</div><br data-v-ec7ec0f5><div data-v-ec7ec0f5>W 4</div></div><i class="iconfont" style="font-size:30px;font-weight:600;position:relative;top:-20px;margin:8px 0 0 4px;color:var(--idm-black-6);" data-v-ec7ec0f5></i><div style="display:inline-block;transform:scale(0.95);text-align:left;margin-left:5px;" data-v-ec7ec0f5> LEGEND: <br data-v-ec7ec0f5> Wind from NE(045) <br data-v-ec7ec0f5> Each barb = 10 kts <br data-v-ec7ec0f5> 1/2 barb = 5 kts <br data-v-ec7ec0f5></div></div><div style="transform:scale(0.95);" data-v-ec7ec0f5> 7 - DAY OF THE MONTH <br data-v-ec7ec0f5> W 4 - PRIMARY WAVE FROM WEST, 4 METERS<br data-v-ec7ec0f5><div class="goodWx" data-v-ec7ec0f5>Date</div> Good weather days<br data-v-ec7ec0f5></div></div>', 1))
|
|
@@ -4454,7 +4454,7 @@ const Kc = {
|
|
|
4454
4454
|
}, v0 = {
|
|
4455
4455
|
class: "flex-end",
|
|
4456
4456
|
style: { flex: "1", "text-transform": "uppercase" }
|
|
4457
|
-
}, T0 = { class: "section weather-section" }, p0 = { class: "definition" }, x0 = { class: "txt" }, z0 = { class: "section summary-section" },
|
|
4457
|
+
}, T0 = { class: "section weather-section" }, p0 = { class: "definition" }, x0 = { class: "txt" }, z0 = { class: "section summary-section" }, f0 = { class: "phase-box" }, m0 = { class: "phase-index" }, b0 = { class: "phase-position" }, C0 = { key: 0 }, j0 = { key: 1 }, U0 = { class: "phase-position" }, E0 = { key: 0 }, O0 = { key: 1 }, Y0 = { class: "phase-cp flex-space" }, S0 = { class: "cp-box" }, k0 = { class: "flex-space" }, h0 = { class: "phase-conclusion flex-space" }, Q0 = { class: "item-conclusion" }, w0 = { class: "value flex-start" }, R0 = {
|
|
4458
4458
|
key: 0,
|
|
4459
4459
|
class: "label flex-end"
|
|
4460
4460
|
}, F0 = { key: 0 }, V0 = { key: 1 }, P0 = { key: 2 }, G0 = {
|
|
@@ -4484,7 +4484,7 @@ const Kc = {
|
|
|
4484
4484
|
}, cy = { key: 0 }, yy = { class: "gain" }, Ay = { key: 1 }, vy = { class: "lost" }, Ty = { key: 2 }, py = {
|
|
4485
4485
|
key: 0,
|
|
4486
4486
|
class: "exclusion-block"
|
|
4487
|
-
}, xy = { style: { margin: "8px 0" } }, zy = { class: "remark-table" },
|
|
4487
|
+
}, xy = { style: { margin: "8px 0" } }, zy = { class: "remark-table" }, fy = ["innerHTML"], my = { class: "section segment-section" }, by = { class: "segment-index flex-center" }, Cy = { class: "segment-position" }, jy = { key: 0 }, Uy = { key: 1 }, Ey = { class: "segment-position" }, Oy = { key: 0 }, Yy = { key: 1 }, Sy = { style: { margin: "10px 0 0" } }, ky = { class: "good-wx" }, hy = { class: "good-wx" }, Qy = { class: "good-wx" }, wy = { class: "good-wx" }, Ry = { class: "good-wx" }, Fy = { class: "good-wx" }, Vy = { class: "good-wx" }, Py = { class: "good-wx" }, Gy = { class: "good-wx" }, Wy = { class: "good-wx" }, Ly = { class: "good-wx" }, Zy = { class: "good-wx" }, By = { class: "good-wx" }, Hy = { class: "good-wx" }, _y = {
|
|
4488
4488
|
key: 0,
|
|
4489
4489
|
style: { "margin-top": "10px" }
|
|
4490
4490
|
}, Jy = { key: 0 }, Xy = {
|
|
@@ -4517,7 +4517,7 @@ const Kc = {
|
|
|
4517
4517
|
}, AA = { class: "flex-center" }, vA = { class: "speed-right formula flex-space" }, TA = { class: "segment-formula" }, pA = { class: "header-block flex-start" }, xA = { class: "title" }, zA = {
|
|
4518
4518
|
key: 0,
|
|
4519
4519
|
style: { "margin-left": "4px", "font-weight": "300" }
|
|
4520
|
-
},
|
|
4520
|
+
}, fA = { class: "formula-block" }, mA = { class: "flex-evenly" }, bA = { class: "formula-right flex-evenly" }, CA = {
|
|
4521
4521
|
class: "fraction",
|
|
4522
4522
|
style: { width: "240px" }
|
|
4523
4523
|
}, jA = { class: "flex-center" }, UA = { class: "formula-left flex-space" }, EA = { class: "formula-right flex-evenly" }, OA = {
|
|
@@ -4575,13 +4575,13 @@ const Kc = {
|
|
|
4575
4575
|
}, p2 = { class: "flex-center" }, x2 = { class: "formula-right flex-evenly" }, z2 = {
|
|
4576
4576
|
class: "fraction",
|
|
4577
4577
|
style: { width: "270px" }
|
|
4578
|
-
},
|
|
4578
|
+
}, f2 = {
|
|
4579
4579
|
class: "header-block flex-start",
|
|
4580
4580
|
style: { "margin-top": "10px" }
|
|
4581
|
-
},
|
|
4581
|
+
}, m2 = { class: "title" }, b2 = {
|
|
4582
4582
|
key: 0,
|
|
4583
4583
|
class: "formula-block"
|
|
4584
|
-
},
|
|
4584
|
+
}, C2 = {
|
|
4585
4585
|
key: 0,
|
|
4586
4586
|
class: "flex-evenly"
|
|
4587
4587
|
}, j2 = { class: "formula-right flex-evenly" }, U2 = {
|
|
@@ -4670,7 +4670,7 @@ const Kc = {
|
|
|
4670
4670
|
class: "formula-conclusion"
|
|
4671
4671
|
};
|
|
4672
4672
|
function Av(i, e, s, N, r, d) {
|
|
4673
|
-
var z,
|
|
4673
|
+
var z, m, A, T, Q, j, E, U, b, S, Y, h, p, F, W, L, Z, B, H, J, $, K, q, tt, st, G, Mt, Dt, Nt, ut, gt, It, ct;
|
|
4674
4674
|
const y = P("Lat"), M = P("Lng"), I = P("Editor");
|
|
4675
4675
|
return o(), a("div", qc, [
|
|
4676
4676
|
t("div", t0, [
|
|
@@ -4688,7 +4688,7 @@ function Av(i, e, s, N, r, d) {
|
|
|
4688
4688
|
style: { width: "140px" }
|
|
4689
4689
|
}, "Vessel", -1)),
|
|
4690
4690
|
t("span", n0, [
|
|
4691
|
-
g(l((
|
|
4691
|
+
g(l((m = (z = s.report) == null ? void 0 : z.vessel) == null ? void 0 : m.name) + " ", 1),
|
|
4692
4692
|
(T = (A = s.report) == null ? void 0 : A.vessel) != null && T.type ? (o(), a("span", o0, "(" + l((j = (Q = s.report) == null ? void 0 : Q.vessel) == null ? void 0 : j.type) + ")", 1)) : c("", !0)
|
|
4693
4693
|
])
|
|
4694
4694
|
]),
|
|
@@ -4697,7 +4697,7 @@ function Av(i, e, s, N, r, d) {
|
|
|
4697
4697
|
class: "flex-end",
|
|
4698
4698
|
style: { width: "140px" }
|
|
4699
4699
|
}, "Voyage No", -1)),
|
|
4700
|
-
t("span", d0, l(((U = (E = s.report) == null ? void 0 : E.voyage) == null ? void 0 : U.voyNum) || ((S = (
|
|
4700
|
+
t("span", d0, l(((U = (E = s.report) == null ? void 0 : E.voyage) == null ? void 0 : U.voyNum) || ((S = (b = s.report) == null ? void 0 : b.voyage) == null ? void 0 : S.number)), 1)
|
|
4701
4701
|
])
|
|
4702
4702
|
]),
|
|
4703
4703
|
t("div", r0, [
|
|
@@ -4765,21 +4765,21 @@ function Av(i, e, s, N, r, d) {
|
|
|
4765
4765
|
t("div", { class: "title" }, "Analysis Summary")
|
|
4766
4766
|
], -1)),
|
|
4767
4767
|
(o(!0), a(v, null, _((gt = s.report) == null ? void 0 : gt.segments, (n, et) => {
|
|
4768
|
-
var dt, yt, At, it, xt, zt, mt,
|
|
4768
|
+
var dt, yt, At, it, xt, zt, ft, mt, bt, Ct, jt, vt, Ot, Yt, St, kt, ht, Qt, wt, Rt, Ft, Vt, Pt, Gt, Ut, Xt, D, rt, w, pt, Wt, Lt, Zt, R, Bt, Ht, u, at, lt, Tt, _t;
|
|
4769
4769
|
return o(), a("div", {
|
|
4770
4770
|
key: "summary" + et,
|
|
4771
4771
|
class: "segment-box flex-space"
|
|
4772
4772
|
}, [
|
|
4773
|
-
t("div",
|
|
4774
|
-
t("div",
|
|
4773
|
+
t("div", f0, [
|
|
4774
|
+
t("div", m0, "Seg." + l(et + 1), 1),
|
|
4775
4775
|
(o(!0), a(v, null, _((dt = n == null ? void 0 : n.extend) == null ? void 0 : dt.segTimes, (V, Jt) => {
|
|
4776
4776
|
var $t, Kt, ie, ne, oe, ae, de, re, Me, De;
|
|
4777
4777
|
return o(), a("div", {
|
|
4778
4778
|
key: Jt,
|
|
4779
4779
|
class: "phase-row flex-space"
|
|
4780
4780
|
}, [
|
|
4781
|
-
t("div",
|
|
4782
|
-
($t = V == null ? void 0 : V.departure) != null && $t.portName ? (o(), a("span",
|
|
4781
|
+
t("div", b0, [
|
|
4782
|
+
($t = V == null ? void 0 : V.departure) != null && $t.portName ? (o(), a("span", C0, l((Kt = V == null ? void 0 : V.departure) == null ? void 0 : Kt.portName), 1)) : (o(), a("span", j0, l(d.computeLat((ie = V == null ? void 0 : V.departure) == null ? void 0 : ie.lat).pretty) + ", " + l(d.computeLng((ne = V == null ? void 0 : V.departure) == null ? void 0 : ne.lng).pretty), 1)),
|
|
4783
4783
|
t("label", null, "(" + l(d.computeUTCTime((oe = V == null ? void 0 : V.departure) == null ? void 0 : oe.utcTime)) + ")", 1)
|
|
4784
4784
|
]),
|
|
4785
4785
|
e[12] || (e[12] = t("div", { class: "phase-split" }, "to", -1)),
|
|
@@ -4811,11 +4811,11 @@ function Av(i, e, s, N, r, d) {
|
|
|
4811
4811
|
]),
|
|
4812
4812
|
t("span", null, [
|
|
4813
4813
|
e[14] || (e[14] = t("span", { style: { "vertical-align": "super" } }, "-", -1)),
|
|
4814
|
-
t("span", null, l(d.computeAbtSpeed(n == null ? void 0 : n.timeConclusion, (
|
|
4814
|
+
t("span", null, l(d.computeAbtSpeed(n == null ? void 0 : n.timeConclusion, (ft = (zt = n == null ? void 0 : n.extend) == null ? void 0 : zt.cp) == null ? void 0 : ft.speed, "Under")), 1)
|
|
4815
4815
|
])
|
|
4816
4816
|
]),
|
|
4817
4817
|
t("span", null, [
|
|
4818
|
-
t("span", null, l((
|
|
4818
|
+
t("span", null, l((bt = (mt = n == null ? void 0 : n.extend) == null ? void 0 : mt.cp) == null ? void 0 : bt.fo) + " |", 1),
|
|
4819
4819
|
t("span", null, [
|
|
4820
4820
|
e[15] || (e[15] = t("span", { style: { "vertical-align": "super" } }, "+", -1)),
|
|
4821
4821
|
t("span", null, l(d.computeAbtCons(n == null ? void 0 : n.fuelConclusion, "fo", "Over")) + ",", 1)
|
|
@@ -4826,7 +4826,7 @@ function Av(i, e, s, N, r, d) {
|
|
|
4826
4826
|
])
|
|
4827
4827
|
]),
|
|
4828
4828
|
t("span", null, [
|
|
4829
|
-
t("span", null, l((jt = (
|
|
4829
|
+
t("span", null, l((jt = (Ct = n == null ? void 0 : n.extend) == null ? void 0 : Ct.cp) == null ? void 0 : jt.dgo) + " |", 1),
|
|
4830
4830
|
t("span", null, [
|
|
4831
4831
|
e[17] || (e[17] = t("span", { style: { "vertical-align": "super" } }, "+", -1)),
|
|
4832
4832
|
t("span", null, l(d.computeAbtCons(n == null ? void 0 : n.fuelConclusion, "dgo", "Over")) + ",", 1)
|
|
@@ -4911,7 +4911,7 @@ function Av(i, e, s, N, r, d) {
|
|
|
4911
4911
|
e[42] || (e[42] = t("div", { class: "tips flex-end" }, "*Please see voyage analysis pages for the details.", -1))
|
|
4912
4912
|
]),
|
|
4913
4913
|
t("div", {
|
|
4914
|
-
class:
|
|
4914
|
+
class: C(d.computeBlankHtml((It = s.report) == null ? void 0 : It.remarks) && !r.exclusion.length ? "section remark-section print-hidden" : "section remark-section")
|
|
4915
4915
|
}, [
|
|
4916
4916
|
e[46] || (e[46] = t("div", { class: "header-block flex-start" }, [
|
|
4917
4917
|
t("i", { class: "iconfont" }, ""),
|
|
@@ -4948,7 +4948,7 @@ function Av(i, e, s, N, r, d) {
|
|
|
4948
4948
|
])
|
|
4949
4949
|
])) : c("", !0),
|
|
4950
4950
|
t("div", {
|
|
4951
|
-
class:
|
|
4951
|
+
class: C(d.computeBlankHtml((ct = s.report) == null ? void 0 : ct.remarks) ? "remark-block print-hidden" : "remark-block page-avoid")
|
|
4952
4952
|
}, [
|
|
4953
4953
|
r.editable ? (o(), se(I, {
|
|
4954
4954
|
key: 0,
|
|
@@ -4962,29 +4962,29 @@ function Av(i, e, s, N, r, d) {
|
|
|
4962
4962
|
class: "txt",
|
|
4963
4963
|
onDblclick: e[2] || (e[2] = (...n) => d.handleEdit && d.handleEdit(...n)),
|
|
4964
4964
|
innerHTML: r.remarks
|
|
4965
|
-
}, null, 40,
|
|
4965
|
+
}, null, 40, fy))
|
|
4966
4966
|
], 2)
|
|
4967
4967
|
], 2),
|
|
4968
|
-
t("div",
|
|
4968
|
+
t("div", my, [
|
|
4969
4969
|
e[256] || (e[256] = t("div", { class: "header-block flex-center" }, [
|
|
4970
4970
|
t("i", { class: "iconfont" }, ""),
|
|
4971
4971
|
t("div", { class: "title" }, "Speed and Consumption Calculation")
|
|
4972
4972
|
], -1)),
|
|
4973
4973
|
(o(!0), a(v, null, _(s.report.segments, (n, et) => {
|
|
4974
|
-
var dt, yt, At, it, xt, zt, mt,
|
|
4974
|
+
var dt, yt, At, it, xt, zt, ft, mt, bt, Ct, jt, vt, Ot, Yt, St, kt, ht, Qt, wt, Rt, Ft, Vt, Pt, Gt, Ut, Xt, D, rt, w, pt, Wt, Lt, Zt, R, Bt, Ht, u, at, lt, Tt, _t, V, Jt, $t, Kt, ie, ne, oe, ae, de, re, Me, De, Ie, ce, ye, Ae, ve, Te, pe, xe, ze, fe, me, be, je, Ue, Ee, Oe, ke, k, he, Qe, we, Re, Fe, Ve, Pe, Ge, Ce, zl, fl, ml, bl, Cl, jl, Ul, El, Ol, Yl, Sl, kl, hl, Ql, wl, Rl, Fl, Vl, Pl, Gl, x, qt, Ne, ue, Ye, We, Le, Ze, Be, He, _e, Je, Xe, $e, Ke, qe, tl, el, ll, sl, il, nl, ol, al, dl, rl, Ml, Dl, Nl, ul, gl, Il, cl, yl, Al, vl, Tl, pl, Wl, Ll, Zl, Bl, Hl, _l, Jl, Xl, $l, Kl, ql, ts, es, ls, ss, is, ge, os, as, ds, rs, Ms, Ds, Ns, us, vs, Ts, ps, xs, zs, fs, bs, Cs, js, Us, Es, Os, Ys, Ss, ks, hs, Qs, ws, Rs, Fs, Vs, Ps, Gs, Ws, Ls, Zs, Bs, f, Hs, _s, Js, Xs, $s, Ks, qs, ti, cs, li, si, ii, ni, oi, ai, di, ri, Mi, Di, Ni, ui, gi, Ii, ci, yi, Ai, vi, Ti, pi, xi, zi, fi, mi, bi, Ci, ji, Ui, Ei, Oi, Yi, Si, ki, ot, gs, hi, Qi, wi, Ri, Fi, Vi, Pi, Gi, Se, _i, Ji, Xi, $i, Ki, qi, tn, en, ln, sn, nn, on, an, dn, rn, Mn, Dn, Nn, un, gn, In, cn, yn, An, vn, Tn, pn, xn, zn, fn, mn, bn, Cn, jn, Un, En, On, Yn, Sn, kn, hn, Qn, wn, Rn, Fn, Vn, Pn, Gn, Wn, Ln, Zn, Bn, Hn, _n, Jn, Xn, $n, Kn, qn, to, eo, lo, so, io, no, oo, ao, ro, Mo, Do, No, uo, go, Io, co, yo, Ao, vo, To, po, xo, zo, fo, mo, bo, Co, jo, Uo, Eo, Oo, Yo, So, ko, ho, Qo, wo, Ro, Fo, Vo, Po, Go, Wo, Lo, Zo, Bo, Ho, _o, Jo, Xo, $o, Ko, qo, ta, ea, la, sa, ia, na, oa, aa, da, ra;
|
|
4975
4975
|
return o(), a("div", {
|
|
4976
4976
|
key: et,
|
|
4977
4977
|
class: "segment-block"
|
|
4978
4978
|
}, [
|
|
4979
|
-
t("div",
|
|
4979
|
+
t("div", by, "Voyage Analysis Seg. " + l(et + 1), 1),
|
|
4980
4980
|
(o(!0), a(v, null, _((dt = n == null ? void 0 : n.extend) == null ? void 0 : dt.segTimes, (ee, Zi) => {
|
|
4981
|
-
var
|
|
4981
|
+
var ms, Wi, Ma, Da, Na, ua, ga, Ia, ca, ya;
|
|
4982
4982
|
return o(), a("div", {
|
|
4983
4983
|
key: Zi,
|
|
4984
4984
|
class: "segment-row flex-space"
|
|
4985
4985
|
}, [
|
|
4986
|
-
t("div",
|
|
4987
|
-
(
|
|
4986
|
+
t("div", Cy, [
|
|
4987
|
+
(ms = ee == null ? void 0 : ee.departure) != null && ms.portName ? (o(), a("span", jy, l((Wi = ee == null ? void 0 : ee.departure) == null ? void 0 : Wi.portName), 1)) : (o(), a("span", Uy, l(d.computeLat((Ma = ee == null ? void 0 : ee.departure) == null ? void 0 : Ma.lat).pretty) + ", " + l(d.computeLng((Da = ee == null ? void 0 : ee.departure) == null ? void 0 : Da.lng).pretty), 1)),
|
|
4988
4988
|
t("label", null, "(" + l(d.computeUTCTime((Na = ee == null ? void 0 : ee.departure) == null ? void 0 : Na.utcTime)) + ")", 1)
|
|
4989
4989
|
]),
|
|
4990
4990
|
e[47] || (e[47] = t("div", { class: "segment-split" }, "to", -1)),
|
|
@@ -5023,12 +5023,12 @@ function Av(i, e, s, N, r, d) {
|
|
|
5023
5023
|
e[48] || (e[48] = t("td", { class: "label" }, "Total Distance (nm)", -1)),
|
|
5024
5024
|
t("td", ky, l((At = (yt = n == null ? void 0 : n.goodWx) == null ? void 0 : yt.outEca) == null ? void 0 : At.distance), 1),
|
|
5025
5025
|
t("td", hy, l((xt = (it = n == null ? void 0 : n.goodWx) == null ? void 0 : it.inEca) == null ? void 0 : xt.distance), 1),
|
|
5026
|
-
t("td", null, l((
|
|
5027
|
-
t("td", null, l((
|
|
5026
|
+
t("td", null, l((ft = (zt = n == null ? void 0 : n.allWx) == null ? void 0 : zt.outEca) == null ? void 0 : ft.distance), 1),
|
|
5027
|
+
t("td", null, l((bt = (mt = n == null ? void 0 : n.allWx) == null ? void 0 : mt.inEca) == null ? void 0 : bt.distance), 1)
|
|
5028
5028
|
]),
|
|
5029
5029
|
t("tr", null, [
|
|
5030
5030
|
e[49] || (e[49] = t("td", { class: "label" }, "Total Time (hrs)", -1)),
|
|
5031
|
-
t("td", Qy, l((jt = (
|
|
5031
|
+
t("td", Qy, l((jt = (Ct = n == null ? void 0 : n.goodWx) == null ? void 0 : Ct.outEca) == null ? void 0 : jt.time), 1),
|
|
5032
5032
|
t("td", wy, l((Ot = (vt = n == null ? void 0 : n.goodWx) == null ? void 0 : vt.inEca) == null ? void 0 : Ot.time), 1),
|
|
5033
5033
|
t("td", null, l((St = (Yt = n == null ? void 0 : n.allWx) == null ? void 0 : Yt.outEca) == null ? void 0 : St.time), 1),
|
|
5034
5034
|
t("td", null, l((ht = (kt = n == null ? void 0 : n.allWx) == null ? void 0 : kt.inEca) == null ? void 0 : ht.time), 1)
|
|
@@ -5084,16 +5084,16 @@ function Av(i, e, s, N, r, d) {
|
|
|
5084
5084
|
t("td", { class: "label" }, "Duration (hrs)")
|
|
5085
5085
|
], -1)),
|
|
5086
5086
|
(o(!0), a(v, null, _(r.noons[et], (ee, Zi) => (o(), a(v, { key: Zi }, [
|
|
5087
|
-
(o(!0), a(v, null, _(ee, (
|
|
5088
|
-
|
|
5089
|
-
t("td", null, l(
|
|
5087
|
+
(o(!0), a(v, null, _(ee, (ms, Wi) => (o(), a(v, { key: Wi }, [
|
|
5088
|
+
ms.goodWx ? (o(), a("tr", Jy, [
|
|
5089
|
+
t("td", null, l(ms.type) + " " + l(d.computeUTCTime(ms.utc, "MMM-DD")), 1),
|
|
5090
5090
|
t("td", null, [
|
|
5091
|
-
t("span", null, l(d.computeUTCTime(d.computePrevTime(
|
|
5091
|
+
t("span", null, l(d.computeUTCTime(d.computePrevTime(ms), "MMM-DD/HHmm[Z],YYYY")), 1),
|
|
5092
5092
|
e[57] || (e[57] = t("span", { style: { margin: "0 4px" } }, "~", -1)),
|
|
5093
|
-
t("span", null, l(d.computeUTCTime(
|
|
5093
|
+
t("span", null, l(d.computeUTCTime(ms.utc, "MMM-DD/HHmm[Z],YYYY")), 1)
|
|
5094
5094
|
]),
|
|
5095
5095
|
t("td", null, [
|
|
5096
|
-
t("span", null, l(d.computeDuration(
|
|
5096
|
+
t("span", null, l(d.computeDuration(ms.utc, d.computePrevTime(ms))), 1)
|
|
5097
5097
|
])
|
|
5098
5098
|
])) : c("", !0)
|
|
5099
5099
|
], 64))), 128))
|
|
@@ -5113,10 +5113,10 @@ function Av(i, e, s, N, r, d) {
|
|
|
5113
5113
|
(Qe = (he = s.report) == null ? void 0 : he.weather) != null && Qe.disableWxFactor && ((Re = (we = s.report) == null ? void 0 : we.weather) != null && Re.disableCFactor) ? (o(), a("span", lA, l((Fe = n == null ? void 0 : n.goodWx) == null ? void 0 : Fe.pfmSpd) + " (kts)", 1)) : (Pe = (Ve = s.report) == null ? void 0 : Ve.weather) != null && Pe.disableWxFactor ? (o(), a(v, { key: 1 }, [
|
|
5114
5114
|
t("span", null, l((Ge = n == null ? void 0 : n.goodWx) == null ? void 0 : Ge.avgSpd), 1),
|
|
5115
5115
|
e[62] || (e[62] = t("span", null, "-", -1)),
|
|
5116
|
-
t("span", null, l(((
|
|
5116
|
+
t("span", null, l(((Ce = n == null ? void 0 : n.goodWx) == null ? void 0 : Ce.avgCf) > 0 ? (zl = n == null ? void 0 : n.goodWx) == null ? void 0 : zl.avgCf : `(${(fl = n == null ? void 0 : n.goodWx) == null ? void 0 : fl.avgCf})`), 1),
|
|
5117
5117
|
e[63] || (e[63] = t("label", null, "=", -1)),
|
|
5118
|
-
t("span", sA, l((
|
|
5119
|
-
], 64)) : (
|
|
5118
|
+
t("span", sA, l((ml = n == null ? void 0 : n.goodWx) == null ? void 0 : ml.pfmSpd) + " (kts)", 1)
|
|
5119
|
+
], 64)) : (Cl = (bl = s.report) == null ? void 0 : bl.weather) != null && Cl.disableCFactor ? (o(), a(v, { key: 2 }, [
|
|
5120
5120
|
t("span", null, l((jl = n == null ? void 0 : n.goodWx) == null ? void 0 : jl.avgSpd), 1),
|
|
5121
5121
|
e[64] || (e[64] = t("span", null, "-", -1)),
|
|
5122
5122
|
t("span", null, l(((Ul = n == null ? void 0 : n.goodWx) == null ? void 0 : Ul.avgWf) > 0 ? (El = n == null ? void 0 : n.goodWx) == null ? void 0 : El.avgWf : `(${(Ol = n == null ? void 0 : n.goodWx) == null ? void 0 : Ol.avgWf})`), 1),
|
|
@@ -5134,7 +5134,7 @@ function Av(i, e, s, N, r, d) {
|
|
|
5134
5134
|
t("span", nA, l((x = n == null ? void 0 : n.goodWx) == null ? void 0 : x.pfmSpd) + " (kts)", 1)
|
|
5135
5135
|
], 64))
|
|
5136
5136
|
], 64)) : (o(), a(v, { key: 0 }, [
|
|
5137
|
-
(
|
|
5137
|
+
(me = (fe = s.report) == null ? void 0 : fe.weather) != null && me.favorableCur && ((be = n == null ? void 0 : n.goodWx) == null ? void 0 : be.avgCf) > 0 ? (o(), a("span", eA, l((k = n == null ? void 0 : n.goodWx) == null ? void 0 : k.pfmSpd) + " (kts)", 1)) : (o(), a(v, { key: 0 }, [
|
|
5138
5138
|
t("span", null, l((je = n == null ? void 0 : n.goodWx) == null ? void 0 : je.avgSpd), 1),
|
|
5139
5139
|
e[60] || (e[60] = t("span", null, "-", -1)),
|
|
5140
5140
|
t("span", null, l(((Ue = n == null ? void 0 : n.goodWx) == null ? void 0 : Ue.avgCf) > 0 ? (Ee = n == null ? void 0 : n.goodWx) == null ? void 0 : Ee.avgCf : `(${(Oe = n == null ? void 0 : n.goodWx) == null ? void 0 : Oe.avgCf})`), 1),
|
|
@@ -5241,14 +5241,14 @@ function Av(i, e, s, N, r, d) {
|
|
|
5241
5241
|
(Bl = (Zl = s.report) == null ? void 0 : Zl.weather) != null && Bl.noExtrapolation ? (o(), a("span", zA, "( no extrapolation beyond the good weather period )")) : c("", !0)
|
|
5242
5242
|
])
|
|
5243
5243
|
]),
|
|
5244
|
-
t("div",
|
|
5245
|
-
t("div",
|
|
5244
|
+
t("div", fA, [
|
|
5245
|
+
t("div", mA, [
|
|
5246
5246
|
e[107] || (e[107] = t("div", { class: "formula-left flex-space" }, [
|
|
5247
5247
|
t("label", null, "Total Time at Good Weather Performance Speed"),
|
|
5248
5248
|
t("label", null, "=")
|
|
5249
5249
|
], -1)),
|
|
5250
|
-
t("div",
|
|
5251
|
-
t("div",
|
|
5250
|
+
t("div", bA, [
|
|
5251
|
+
t("div", CA, [
|
|
5252
5252
|
t("div", null, l((_l = (Hl = s.report) == null ? void 0 : Hl.weather) != null && _l.noExtrapolation ? "Total Distance At Good Weather" : "Total Distance"), 1),
|
|
5253
5253
|
e[104] || (e[104] = t("div", { class: "line" }, null, -1)),
|
|
5254
5254
|
e[105] || (e[105] = t("div", null, "Good Weather Performance Speed", -1))
|
|
@@ -5308,12 +5308,12 @@ function Av(i, e, s, N, r, d) {
|
|
|
5308
5308
|
], -1)),
|
|
5309
5309
|
t("div", GA, [
|
|
5310
5310
|
t("div", WA, [
|
|
5311
|
-
t("div", null, l((xs = (ps = s.report) == null ? void 0 : ps.weather) != null && xs.noExtrapolation ? (zs = n == null ? void 0 : n.goodWx) == null ? void 0 : zs.distance : (
|
|
5311
|
+
t("div", null, l((xs = (ps = s.report) == null ? void 0 : ps.weather) != null && xs.noExtrapolation ? (zs = n == null ? void 0 : n.goodWx) == null ? void 0 : zs.distance : (fs = n == null ? void 0 : n.allWx) == null ? void 0 : fs.distance), 1),
|
|
5312
5312
|
e[118] || (e[118] = t("div", { class: "line" }, null, -1)),
|
|
5313
|
-
t("div", null, l((
|
|
5313
|
+
t("div", null, l((bs = n == null ? void 0 : n.goodWx) == null ? void 0 : bs.pfmSpd), 1)
|
|
5314
5314
|
]),
|
|
5315
5315
|
e[119] || (e[119] = t("div", null, "=", -1)),
|
|
5316
|
-
t("div", null, l((
|
|
5316
|
+
t("div", null, l((Cs = n == null ? void 0 : n.timeConclusion) == null ? void 0 : Cs.timeAtPfmSpd) + " (hrs)", 1),
|
|
5317
5317
|
e[120] || (e[120] = t("div", null, "(a')", -1))
|
|
5318
5318
|
])
|
|
5319
5319
|
]),
|
|
@@ -5359,7 +5359,7 @@ function Av(i, e, s, N, r, d) {
|
|
|
5359
5359
|
e[134] || (e[134] = t("div", null, "-", -1)),
|
|
5360
5360
|
t("div", null, l((Bs = n == null ? void 0 : n.timeConclusion) == null ? void 0 : Bs.timeAtMinusAbtSpd), 1),
|
|
5361
5361
|
e[135] || (e[135] = t("div", null, "=", -1)),
|
|
5362
|
-
t("div", null, l((
|
|
5362
|
+
t("div", null, l((f = n == null ? void 0 : n.timeConclusion) == null ? void 0 : f.timeLost) + " (hrs)", 1)
|
|
5363
5363
|
])) : ((Hs = n == null ? void 0 : n.timeConclusion) == null ? void 0 : Hs.conclusionStatus) === "Gain" ? (o(), a("div", t2, [
|
|
5364
5364
|
e[136] || (e[136] = t("div", null, "Time Lost", -1)),
|
|
5365
5365
|
e[137] || (e[137] = t("div", null, "=", -1)),
|
|
@@ -5372,7 +5372,7 @@ function Av(i, e, s, N, r, d) {
|
|
|
5372
5372
|
t("div", null, l((Xs = n == null ? void 0 : n.timeConclusion) == null ? void 0 : Xs.timeGain) + " (hrs)", 1)
|
|
5373
5373
|
])) : c("", !0),
|
|
5374
5374
|
t("div", {
|
|
5375
|
-
class:
|
|
5375
|
+
class: C(
|
|
5376
5376
|
(($s = n == null ? void 0 : n.timeConclusion) == null ? void 0 : $s.conclusionStatus) === "Lost" ? "flex-center lost" : ((Ks = n == null ? void 0 : n.timeConclusion) == null ? void 0 : Ks.conclusionStatus) === "Gain" ? "flex-center gain" : "flex-center"
|
|
5377
5377
|
)
|
|
5378
5378
|
}, [
|
|
@@ -5515,28 +5515,28 @@ function Av(i, e, s, N, r, d) {
|
|
|
5515
5515
|
t("div", null, "Min CP Consumption ≤ Entire Voyage Consumption using Good Weather Consumption ≤ Max CP Consumption")
|
|
5516
5516
|
])
|
|
5517
5517
|
], -1)),
|
|
5518
|
-
t("div",
|
|
5518
|
+
t("div", f2, [
|
|
5519
5519
|
e[168] || (e[168] = t("i", { class: "iconfont" }, " ", -1)),
|
|
5520
|
-
t("div",
|
|
5520
|
+
t("div", m2, "Seg. " + l(et + 1) + " Fuel Oil", 1)
|
|
5521
5521
|
]),
|
|
5522
|
-
(Ti = n == null ? void 0 : n.goodWx) != null && Ti.distance ? (o(), a("div",
|
|
5523
|
-
((xi = (pi = n == null ? void 0 : n.goodWx) == null ? void 0 : pi.inEca) == null ? void 0 : xi.distance) > 0 ? (o(), a("div",
|
|
5522
|
+
(Ti = n == null ? void 0 : n.goodWx) != null && Ti.distance ? (o(), a("div", b2, [
|
|
5523
|
+
((xi = (pi = n == null ? void 0 : n.goodWx) == null ? void 0 : pi.inEca) == null ? void 0 : xi.distance) > 0 ? (o(), a("div", C2, [
|
|
5524
5524
|
e[174] || (e[174] = t("div", { class: "formula-left flex-space" }, [
|
|
5525
5525
|
t("label", null, "* Good Weather M/E DO/GO Cons. in ECA"),
|
|
5526
5526
|
t("label", null, "=")
|
|
5527
5527
|
], -1)),
|
|
5528
5528
|
t("div", j2, [
|
|
5529
5529
|
t("div", U2, [
|
|
5530
|
-
t("div", null, l((
|
|
5530
|
+
t("div", null, l((fi = (zi = n == null ? void 0 : n.goodWx) == null ? void 0 : zi.inEca) == null ? void 0 : fi.sumDgoCons), 1)
|
|
5531
5531
|
]),
|
|
5532
5532
|
e[171] || (e[171] = t("div", null, "-", -1)),
|
|
5533
5533
|
t("div", E2, [
|
|
5534
|
-
t("div", null, l((
|
|
5534
|
+
t("div", null, l((bi = (mi = n == null ? void 0 : n.extend) == null ? void 0 : mi.cp) == null ? void 0 : bi.dgo), 1),
|
|
5535
5535
|
e[169] || (e[169] = t("div", { class: "line" }, null, -1)),
|
|
5536
5536
|
e[170] || (e[170] = t("div", null, "24", -1))
|
|
5537
5537
|
]),
|
|
5538
5538
|
e[172] || (e[172] = t("div", null, "*", -1)),
|
|
5539
|
-
t("div", null, l((ji = (
|
|
5539
|
+
t("div", null, l((ji = (Ci = n == null ? void 0 : n.goodWx) == null ? void 0 : Ci.inEca) == null ? void 0 : ji.time), 1),
|
|
5540
5540
|
e[173] || (e[173] = t("div", null, "=", -1)),
|
|
5541
5541
|
t("div", null, l((Ei = (Ui = n == null ? void 0 : n.fuelConclusion) == null ? void 0 : Ui.fo) == null ? void 0 : Ei.dgoAsFoCons) + " (mt)", 1)
|
|
5542
5542
|
])
|
|
@@ -5630,9 +5630,9 @@ function Av(i, e, s, N, r, d) {
|
|
|
5630
5630
|
e[203] || (e[203] = t("div", null, "Fuel Oil Over-consumption in ECA", -1)),
|
|
5631
5631
|
e[204] || (e[204] = t("div", null, "=", -1)),
|
|
5632
5632
|
t("div", H2, [
|
|
5633
|
-
t("div", null, l((xn = (pn = n == null ? void 0 : n.goodWx) == null ? void 0 : pn.inEca) == null ? void 0 : xn.distance) + " * " + l((
|
|
5633
|
+
t("div", null, l((xn = (pn = n == null ? void 0 : n.goodWx) == null ? void 0 : pn.inEca) == null ? void 0 : xn.distance) + " * " + l((fn = (zn = n == null ? void 0 : n.fuelConclusion) == null ? void 0 : zn.fo) == null ? void 0 : fn.overCons), 1),
|
|
5634
5634
|
e[202] || (e[202] = t("div", { class: "line" }, null, -1)),
|
|
5635
|
-
t("div", null, l((
|
|
5635
|
+
t("div", null, l((bn = (mn = s.report) == null ? void 0 : mn.weather) != null && bn.noExtrapolation ? (Cn = n == null ? void 0 : n.goodWx) == null ? void 0 : Cn.distance : (jn = n == null ? void 0 : n.allWx) == null ? void 0 : jn.distance), 1)
|
|
5636
5636
|
]),
|
|
5637
5637
|
e[205] || (e[205] = t("div", null, "=", -1)),
|
|
5638
5638
|
t("div", null, l((En = (Un = n == null ? void 0 : n.fuelConclusion) == null ? void 0 : Un.fo) == null ? void 0 : En.foOverConsInEca) + " (mt)", 1)
|
|
@@ -5665,7 +5665,7 @@ function Av(i, e, s, N, r, d) {
|
|
|
5665
5665
|
])) : c("", !0)
|
|
5666
5666
|
], 64)) : c("", !0),
|
|
5667
5667
|
t("div", {
|
|
5668
|
-
class:
|
|
5668
|
+
class: C(
|
|
5669
5669
|
((lo = (eo = n == null ? void 0 : n.fuelConclusion) == null ? void 0 : eo.fo) == null ? void 0 : lo.conclusionStatus) === "Over" ? "flex-center lost" : ((io = (so = n == null ? void 0 : n.fuelConclusion) == null ? void 0 : so.fo) == null ? void 0 : io.conclusionStatus) === "Saving" ? "flex-center gain" : "flex-center"
|
|
5670
5670
|
)
|
|
5671
5671
|
}, [
|
|
@@ -5715,7 +5715,7 @@ function Av(i, e, s, N, r, d) {
|
|
|
5715
5715
|
], -1)),
|
|
5716
5716
|
t("div", av, [
|
|
5717
5717
|
t("div", dv, [
|
|
5718
|
-
t("div", null, l((
|
|
5718
|
+
t("div", null, l((mo = (fo = s.report) == null ? void 0 : fo.weather) != null && mo.noExtrapolation ? (bo = n == null ? void 0 : n.goodWx) == null ? void 0 : bo.distance : (Co = n == null ? void 0 : n.allWx) == null ? void 0 : Co.distance), 1),
|
|
5719
5719
|
e[225] || (e[225] = t("div", { class: "line" }, null, -1)),
|
|
5720
5720
|
t("div", null, l((jo = n == null ? void 0 : n.timeConclusion) == null ? void 0 : jo.minusAbtSpd), 1)
|
|
5721
5721
|
]),
|
|
@@ -5775,7 +5775,7 @@ function Av(i, e, s, N, r, d) {
|
|
|
5775
5775
|
t("div", null, l((sa = (la = n == null ? void 0 : n.fuelConclusion) == null ? void 0 : la.dgo) == null ? void 0 : sa.saving) + " (mt)", 1)
|
|
5776
5776
|
])) : c("", !0),
|
|
5777
5777
|
t("div", {
|
|
5778
|
-
class:
|
|
5778
|
+
class: C(
|
|
5779
5779
|
((na = (ia = n == null ? void 0 : n.fuelConclusion) == null ? void 0 : ia.dgo) == null ? void 0 : na.conclusionStatus) === "Over" ? "flex-center lost" : ((aa = (oa = n == null ? void 0 : n.fuelConclusion) == null ? void 0 : oa.dgo) == null ? void 0 : aa.conclusionStatus) === "Saving" ? "flex-center gain" : "flex-center"
|
|
5780
5780
|
)
|
|
5781
5781
|
}, [
|
|
@@ -5867,14 +5867,14 @@ const Tv = {
|
|
|
5867
5867
|
},
|
|
5868
5868
|
methods: {
|
|
5869
5869
|
prepare() {
|
|
5870
|
-
var i, e, s, N, r, d, y, M, I, z,
|
|
5871
|
-
this.showCF = ((e = (i = this.report) == null ? void 0 : i.weather) == null ? void 0 : e.showCF) ?? !1, this.showAisDistance = ((N = (s = this.report) == null ? void 0 : s.weather) == null ? void 0 : N.showAisDistance) ?? !0, this.showSig = ((d = (r = this.report) == null ? void 0 : r.weather) == null ? void 0 : d.showSig) ?? !0, this.showSwell = ((M = (y = this.report) == null ? void 0 : y.weather) == null ? void 0 : M.showSwell) ?? !0, this.showWave = ((z = (I = this.report) == null ? void 0 : I.weather) == null ? void 0 : z.showWave) ?? !0, this.showWaterTemp = ((A = (
|
|
5870
|
+
var i, e, s, N, r, d, y, M, I, z, m, A;
|
|
5871
|
+
this.showCF = ((e = (i = this.report) == null ? void 0 : i.weather) == null ? void 0 : e.showCF) ?? !1, this.showAisDistance = ((N = (s = this.report) == null ? void 0 : s.weather) == null ? void 0 : N.showAisDistance) ?? !0, this.showSig = ((d = (r = this.report) == null ? void 0 : r.weather) == null ? void 0 : d.showSig) ?? !0, this.showSwell = ((M = (y = this.report) == null ? void 0 : y.weather) == null ? void 0 : M.showSwell) ?? !0, this.showWave = ((z = (I = this.report) == null ? void 0 : I.weather) == null ? void 0 : z.showWave) ?? !0, this.showWaterTemp = ((A = (m = this.report) == null ? void 0 : m.weather) == null ? void 0 : A.waterTempSwitch) || !1;
|
|
5872
5872
|
}
|
|
5873
5873
|
}
|
|
5874
|
-
}, pv = { class: "report-inventory" }, xv = { class: "section summary-section" }, zv = { class: "summary-block" },
|
|
5874
|
+
}, pv = { class: "report-inventory" }, xv = { class: "section summary-section" }, zv = { class: "summary-block" }, fv = {
|
|
5875
5875
|
class: "label",
|
|
5876
5876
|
rowspan: "4"
|
|
5877
|
-
},
|
|
5877
|
+
}, mv = { class: "section inventory-section" }, bv = { class: "inventory-block flex-center" }, Cv = { style: { "font-size": "12px" } }, jv = ["colspan"], Uv = {
|
|
5878
5878
|
key: 0,
|
|
5879
5879
|
class: "label",
|
|
5880
5880
|
colspan: "2"
|
|
@@ -5980,13 +5980,13 @@ function Lv(i, e, s, N, r, d) {
|
|
|
5980
5980
|
], -1)),
|
|
5981
5981
|
t("tbody", null, [
|
|
5982
5982
|
(o(!0), a(v, null, _((y = s.report) == null ? void 0 : y.segments, (M, I) => {
|
|
5983
|
-
var z,
|
|
5983
|
+
var z, m, A, T, Q, j, E, U, b, S, Y, h, p, F, W, L, Z, B, H, J;
|
|
5984
5984
|
return o(), a(v, { key: I }, [
|
|
5985
5985
|
t("tr", null, [
|
|
5986
|
-
t("td",
|
|
5986
|
+
t("td", fv, l(I + 1), 1),
|
|
5987
5987
|
e[0] || (e[0] = t("td", { class: "label" }, "Entire Period", -1)),
|
|
5988
5988
|
t("td", null, l(d.computePrecision((z = M == null ? void 0 : M.allWx) == null ? void 0 : z.distance, 2, "0.0")), 1),
|
|
5989
|
-
t("td", null, l(d.computePrecision((
|
|
5989
|
+
t("td", null, l(d.computePrecision((m = M == null ? void 0 : M.allWx) == null ? void 0 : m.time, 2, "0.0")), 1),
|
|
5990
5990
|
t("td", null, l(d.computePrecision((A = M == null ? void 0 : M.allWx) == null ? void 0 : A.avgSpd, 2, "0.0")), 1),
|
|
5991
5991
|
t("td", null, l(d.computePrecision((T = M == null ? void 0 : M.allWx) == null ? void 0 : T.sumFoCons, 3, "0.000")), 1),
|
|
5992
5992
|
t("td", null, l(d.computePrecision((Q = M == null ? void 0 : M.allWx) == null ? void 0 : Q.sumDgoCons, 3, "0.000")), 1)
|
|
@@ -5996,7 +5996,7 @@ function Lv(i, e, s, N, r, d) {
|
|
|
5996
5996
|
t("td", null, l(d.computePrecision((j = M == null ? void 0 : M.goodWx) == null ? void 0 : j.distance, 2, "0.0")), 1),
|
|
5997
5997
|
t("td", null, l(d.computePrecision((E = M == null ? void 0 : M.goodWx) == null ? void 0 : E.time, 2, "0.0")), 1),
|
|
5998
5998
|
t("td", null, l(d.computePrecision((U = M == null ? void 0 : M.goodWx) == null ? void 0 : U.avgSpd, 2, "0.0")), 1),
|
|
5999
|
-
t("td", null, l(d.computePrecision((
|
|
5999
|
+
t("td", null, l(d.computePrecision((b = M == null ? void 0 : M.goodWx) == null ? void 0 : b.sumFoCons, 3, "0.000")), 1),
|
|
6000
6000
|
t("td", null, l(d.computePrecision((S = M == null ? void 0 : M.goodWx) == null ? void 0 : S.sumDgoCons, 3, "0.000")), 1)
|
|
6001
6001
|
]),
|
|
6002
6002
|
t("tr", null, [
|
|
@@ -6021,10 +6021,10 @@ function Lv(i, e, s, N, r, d) {
|
|
|
6021
6021
|
])
|
|
6022
6022
|
])
|
|
6023
6023
|
]),
|
|
6024
|
-
t("div",
|
|
6024
|
+
t("div", mv, [
|
|
6025
6025
|
e[42] || (e[42] = nt('<div class="legends flex-space" data-v-219295cd><div class="flex-start" style="flex:1.2;" data-v-219295cd><div class="legend good-wx" data-v-219295cd></div><div class="label flex-end" data-v-219295cd>Charter Party Defined Good Weather Days</div></div><div class="flex-start" style="flex:1.2;" data-v-219295cd><div class="legend adverse-wx" data-v-219295cd></div><div class="label" data-v-219295cd>Charter Party Defined Adverse Weather Days</div></div><div class="flex-start" style="flex:1;" data-v-219295cd><div class="legend excluded" data-v-219295cd></div><div class="label" data-v-219295cd>Excluded Periods From Analysis</div></div><div class="report flex-space" style="flex:1.6;" data-v-219295cd><div data-v-219295cd><label data-v-219295cd>B</label><span data-v-219295cd>BOSP</span></div><div data-v-219295cd><label data-v-219295cd>N</label><span data-v-219295cd>NOON</span></div><div data-v-219295cd><label data-v-219295cd>E</label><span data-v-219295cd>EOSP</span></div><div data-v-219295cd><label data-v-219295cd>*</label><span data-v-219295cd>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-219295cd> The 'ORM Analysis Weather' row data represents the weather conditions within the 3-hour period prior to the indicated time point. </div>', 2)),
|
|
6026
|
-
t("div",
|
|
6027
|
-
t("table",
|
|
6026
|
+
t("div", bv, [
|
|
6027
|
+
t("table", Cv, [
|
|
6028
6028
|
t("thead", null, [
|
|
6029
6029
|
t("tr", null, [
|
|
6030
6030
|
e[6] || (e[6] = t("th", {
|
|
@@ -6185,127 +6185,127 @@ function Lv(i, e, s, N, r, d) {
|
|
|
6185
6185
|
]),
|
|
6186
6186
|
t("tbody", Wv, [
|
|
6187
6187
|
(o(!0), a(v, null, _(s.inventory, (M, I) => {
|
|
6188
|
-
var z,
|
|
6188
|
+
var z, m, A, T, Q, j, E, U, b, S, Y, h, p, F, W, L, Z, B, H, J, $, K, q, tt;
|
|
6189
6189
|
return o(), a("tr", { key: I }, [
|
|
6190
6190
|
t("td", {
|
|
6191
|
-
class:
|
|
6191
|
+
class: C(M.segLength ? "no-border-bottom" : "no-border")
|
|
6192
6192
|
}, l(M.segLength ? M.seg : ""), 3),
|
|
6193
6193
|
t("td", {
|
|
6194
|
-
class:
|
|
6194
|
+
class: C(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
|
|
6195
6195
|
}, l(M.time), 3),
|
|
6196
6196
|
["B", "E"].includes(M.abbrev) && ((z = M.noon) != null && z.port) ? (o(), a("td", {
|
|
6197
6197
|
key: 0,
|
|
6198
|
-
class:
|
|
6198
|
+
class: C(M.excluded ? "excluded" : M.goodWx ? "good-wx" : ""),
|
|
6199
6199
|
colspan: "2",
|
|
6200
6200
|
style: { "max-width": "150px", "text-wrap": "wrap" }
|
|
6201
|
-
}, l((
|
|
6201
|
+
}, l((m = M.noon) == null ? void 0 : m.port), 3)) : (o(), a(v, { key: 1 }, [
|
|
6202
6202
|
t("td", {
|
|
6203
|
-
class:
|
|
6203
|
+
class: C(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
|
|
6204
6204
|
}, l(M._lat.pretty), 3),
|
|
6205
6205
|
t("td", {
|
|
6206
|
-
class:
|
|
6206
|
+
class: C(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
|
|
6207
6207
|
}, l(M._lng.pretty), 3)
|
|
6208
6208
|
], 64)),
|
|
6209
6209
|
t("td", {
|
|
6210
|
-
class:
|
|
6210
|
+
class: C(d.computeTDClass(M))
|
|
6211
6211
|
}, l(!["A", "B"].includes(M.abbrev) && I ? M.cp.speed : ""), 3),
|
|
6212
6212
|
t("td", {
|
|
6213
|
-
class:
|
|
6213
|
+
class: C(d.computeTDClass(M))
|
|
6214
6214
|
}, l(!["A", "B"].includes(M.abbrev) && I ? M.cp.fo : ""), 3),
|
|
6215
6215
|
t("td", {
|
|
6216
|
-
class:
|
|
6216
|
+
class: C(d.computeTDClass(M))
|
|
6217
6217
|
}, l(!["A", "B"].includes(M.abbrev) && I ? M.cp.dgo : ""), 3),
|
|
6218
6218
|
r.showAisDistance ? (o(), a("td", {
|
|
6219
6219
|
key: 2,
|
|
6220
|
-
class:
|
|
6220
|
+
class: C(d.computeTDClass(M))
|
|
6221
6221
|
}, l(!["A", "B"].includes(M.abbrev) && I ? M.avgSpdCalc : ""), 3)) : c("", !0),
|
|
6222
6222
|
r.showAisDistance ? (o(), a("td", {
|
|
6223
6223
|
key: 3,
|
|
6224
|
-
class:
|
|
6224
|
+
class: C(d.computeTDClass(M))
|
|
6225
6225
|
}, l(!["A", "B"].includes(M.abbrev) && I ? M.distanceCalc : ""), 3)) : c("", !0),
|
|
6226
6226
|
t("td", {
|
|
6227
|
-
class:
|
|
6227
|
+
class: C(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
|
|
6228
6228
|
}, l(M.type === "BOSP" ? "-" : ((T = (A = M.meteo) == null ? void 0 : A.wind) == null ? void 0 : T.direction) ?? "-"), 3),
|
|
6229
6229
|
t("td", {
|
|
6230
|
-
class:
|
|
6230
|
+
class: C(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
|
|
6231
6231
|
}, l(M.type === "BOSP" ? "-" : ((j = (Q = M.meteo) == null ? void 0 : Q.wind) == null ? void 0 : j.scale) ?? "-"), 3),
|
|
6232
6232
|
r.showWave ? (o(), a("td", {
|
|
6233
6233
|
key: 4,
|
|
6234
|
-
class:
|
|
6235
|
-
}, l(M.type === "BOSP" ? "-" : ((
|
|
6234
|
+
class: C(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
|
|
6235
|
+
}, l(M.type === "BOSP" ? "-" : ((b = (U = (E = M.meteo) == null ? void 0 : E.wave) == null ? void 0 : U.wd) == null ? void 0 : b.height) ?? "-"), 3)) : c("", !0),
|
|
6236
6236
|
r.showSwell ? (o(), a("td", {
|
|
6237
6237
|
key: 5,
|
|
6238
|
-
class:
|
|
6238
|
+
class: C(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
|
|
6239
6239
|
}, l(M.type === "BOSP" ? "-" : ((h = (Y = (S = M.meteo) == null ? void 0 : S.wave) == null ? void 0 : Y.swell) == null ? void 0 : h.direction) ?? "-"), 3)) : c("", !0),
|
|
6240
6240
|
r.showSwell ? (o(), a("td", {
|
|
6241
6241
|
key: 6,
|
|
6242
|
-
class:
|
|
6242
|
+
class: C(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
|
|
6243
6243
|
}, l(M.type === "BOSP" ? "-" : ((W = (F = (p = M.meteo) == null ? void 0 : p.wave) == null ? void 0 : F.swell) == null ? void 0 : W.height) ?? "-"), 3)) : c("", !0),
|
|
6244
6244
|
r.showSig ? (o(), a("td", {
|
|
6245
6245
|
key: 7,
|
|
6246
|
-
class:
|
|
6246
|
+
class: C(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
|
|
6247
6247
|
}, l(M.type === "BOSP" ? "-" : ((B = (Z = (L = M.meteo) == null ? void 0 : L.wave) == null ? void 0 : Z.sig) == null ? void 0 : B.height) ?? "-"), 3)) : c("", !0),
|
|
6248
6248
|
r.showCF ? (o(), a("td", {
|
|
6249
6249
|
key: 8,
|
|
6250
|
-
class:
|
|
6250
|
+
class: C(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
|
|
6251
6251
|
}, l(M.type === "BOSP" ? "-" : ((J = (H = M.meteo) == null ? void 0 : H.current) == null ? void 0 : J.direction) ?? "-"), 3)) : c("", !0),
|
|
6252
6252
|
r.showCF ? (o(), a("td", {
|
|
6253
6253
|
key: 9,
|
|
6254
|
-
class:
|
|
6254
|
+
class: C(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
|
|
6255
6255
|
}, l(M.type === "BOSP" ? "-" : (($ = M.meteo) == null ? void 0 : $.cFactor) ?? "-"), 3)) : c("", !0),
|
|
6256
6256
|
t("td", {
|
|
6257
|
-
class:
|
|
6257
|
+
class: C(d.computeTDClass(M))
|
|
6258
6258
|
}, l(!["A", "B"].includes(M.abbrev) && I ? M.dailyAvgCf : ""), 3),
|
|
6259
6259
|
s.showFactor ? (o(), a("td", {
|
|
6260
6260
|
key: 10,
|
|
6261
|
-
class:
|
|
6261
|
+
class: C(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
|
|
6262
6262
|
}, l(((K = M.meteo) == null ? void 0 : K.cFactor) ?? "--"), 3)) : c("", !0),
|
|
6263
6263
|
s.showFactor ? (o(), a("td", {
|
|
6264
6264
|
key: 11,
|
|
6265
|
-
class:
|
|
6265
|
+
class: C(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
|
|
6266
6266
|
}, l(((q = M.meteo) == null ? void 0 : q.wxFactor) ?? "--"), 3)) : c("", !0),
|
|
6267
6267
|
r.showWaterTemp ? (o(), a("td", {
|
|
6268
6268
|
key: 12,
|
|
6269
|
-
class:
|
|
6269
|
+
class: C(M.excluded ? "excluded" : M.goodWx ? "good-wx" : "")
|
|
6270
6270
|
}, l(d.computePrecision((tt = M.meteo) == null ? void 0 : tt.sst, 2, "--")), 3)) : c("", !0),
|
|
6271
6271
|
t("td", {
|
|
6272
|
-
class:
|
|
6272
|
+
class: C(d.computeTDClass(M))
|
|
6273
6273
|
}, l(!["A", "B"].includes(M.abbrev) && I ? M.noon.avgSpd || "0.00" : ""), 3),
|
|
6274
6274
|
t("td", {
|
|
6275
|
-
class:
|
|
6275
|
+
class: C(d.computeTDClass(M))
|
|
6276
6276
|
}, l(!["A", "B"].includes(M.abbrev) && I ? M.noon.timeSlr || "0.0" : ""), 3),
|
|
6277
6277
|
t("td", {
|
|
6278
|
-
class:
|
|
6278
|
+
class: C(d.computeTDClass(M))
|
|
6279
6279
|
}, l(!["A", "B"].includes(M.abbrev) && I ? M.noon.distanceSlr || "0.0" : ""), 3),
|
|
6280
6280
|
t("td", {
|
|
6281
|
-
class:
|
|
6281
|
+
class: C(d.computeTDClass(M))
|
|
6282
6282
|
}, l(!["A", "B"].includes(M.abbrev) && I ? M.noon.rpm || "0" : ""), 3),
|
|
6283
6283
|
t("td", {
|
|
6284
|
-
class:
|
|
6284
|
+
class: C(d.computeTDClass(M))
|
|
6285
6285
|
}, l(!["A", "B"].includes(M.abbrev) && I ? M.noon.slip || "0" : ""), 3),
|
|
6286
6286
|
t("td", {
|
|
6287
|
-
class:
|
|
6287
|
+
class: C(d.computeTDClass(M))
|
|
6288
6288
|
}, l(["A"].includes(M.abbrev) ? "" : M.noon.foBrob || "0.00"), 3),
|
|
6289
6289
|
t("td", {
|
|
6290
|
-
class:
|
|
6290
|
+
class: C(d.computeTDClass(M))
|
|
6291
6291
|
}, l(["A"].includes(M.abbrev) ? "" : M.noon.dgoBrob || "0.00"), 3),
|
|
6292
6292
|
t("td", {
|
|
6293
|
-
class:
|
|
6293
|
+
class: C(d.computeTDClass(M))
|
|
6294
6294
|
}, l(!["A", "B"].includes(M.abbrev) && I ? M.noon.foCons || "0.00" : ""), 3),
|
|
6295
6295
|
t("td", {
|
|
6296
|
-
class:
|
|
6296
|
+
class: C(d.computeTDClass(M))
|
|
6297
6297
|
}, l(!["A", "B"].includes(M.abbrev) && I ? M.noon.dgoCons || "0.00" : ""), 3),
|
|
6298
6298
|
t("td", {
|
|
6299
|
-
class:
|
|
6299
|
+
class: C(d.computeTDClass(M))
|
|
6300
6300
|
}, l(!["A", "B"].includes(M.abbrev) && I ? M.noon.windDir || "--" : ""), 3),
|
|
6301
6301
|
t("td", {
|
|
6302
|
-
class:
|
|
6302
|
+
class: C(d.computeTDClass(M))
|
|
6303
6303
|
}, l(!["A", "B"].includes(M.abbrev) && I ? M.noon.windBF || "--" : ""), 3),
|
|
6304
6304
|
t("td", {
|
|
6305
|
-
class:
|
|
6305
|
+
class: C(d.computeTDClass(M))
|
|
6306
6306
|
}, l(!["A", "B"].includes(M.abbrev) && I ? M.noon.seasHt || "--" : ""), 3),
|
|
6307
6307
|
t("td", {
|
|
6308
|
-
class:
|
|
6308
|
+
class: C(d.computeTDClass(M))
|
|
6309
6309
|
}, l(!["A", "B"].includes(M.abbrev) && I ? M.inEca === !1 ? "" : "Inside ECA" : ""), 3)
|
|
6310
6310
|
]);
|
|
6311
6311
|
}), 128))
|
|
@@ -6374,30 +6374,30 @@ const Bv = {
|
|
|
6374
6374
|
excluded: 9
|
|
6375
6375
|
};
|
|
6376
6376
|
let r = 0, d = 0;
|
|
6377
|
-
const y = this.inventory.filter((
|
|
6378
|
-
this.inventory.forEach((
|
|
6377
|
+
const y = this.inventory.filter((b) => b.noon) || [], M = [];
|
|
6378
|
+
this.inventory.forEach((b, S) => {
|
|
6379
6379
|
var Y, h;
|
|
6380
|
-
S === 0 && M.push(
|
|
6381
|
-
}), M.forEach((
|
|
6380
|
+
S === 0 && M.push(b.utc), b.type === "EOSP" && ((Y = this.inventory[S + 1]) == null ? void 0 : Y.type) === "BOSP" && (M.push(b.utc), M.push((h = this.inventory[S + 1]) == null ? void 0 : h.utc)), S === this.inventory.length - 1 && M.push(b.utc);
|
|
6381
|
+
}), M.forEach((b, S) => {
|
|
6382
6382
|
if (S % 2 === 0) {
|
|
6383
6383
|
const Y = X(M[S + 1]).diff(X(M[S]), "minute", !0);
|
|
6384
6384
|
for (let h = 0; h <= Y + 1; h++)
|
|
6385
6385
|
e.push(this.computeUTCTime(X(M[S]).clone().utc().add(h, "m").format(), "MM-DD/HHmm[Z]"));
|
|
6386
6386
|
}
|
|
6387
|
-
}), y.forEach((
|
|
6387
|
+
}), y.forEach((b, S) => {
|
|
6388
6388
|
var h, p, F, W, L, Z, B, H, J, $, K, q, tt, st;
|
|
6389
|
-
const Y = this.computeUTCTime(
|
|
6390
|
-
if (
|
|
6389
|
+
const Y = this.computeUTCTime(b.utc, "MM-DD/HHmm[Z]");
|
|
6390
|
+
if (b.noon && !i.some((G) => G.slice(0, 5) === b.utc.slice(5, 10)) && i.push(Y), S === y.length - 1 && (i = i.filter((G) => G.slice(0, 5) !== b.utc.slice(5, 10)), i.push(Y)), r = Math.ceil(((h = b.noon) == null ? void 0 : h.foCons) > r ? (p = b.noon) == null ? void 0 : p.foCons : r), r = Math.ceil(((F = b.cp) == null ? void 0 : F.fo) > r ? (W = b.cp) == null ? void 0 : W.fo : r), d = Math.ceil(((L = b.noon) == null ? void 0 : L.dgoCons) > d ? (Z = b.noon) == null ? void 0 : Z.dgoCons : d), d = Math.ceil(((B = b.cp) == null ? void 0 : B.dgo) > d ? (H = b.cp) == null ? void 0 : H.dgo : d), s.push([
|
|
6391
6391
|
Y,
|
|
6392
|
-
(J =
|
|
6393
|
-
($ =
|
|
6394
|
-
(K =
|
|
6395
|
-
|
|
6396
|
-
|
|
6397
|
-
|
|
6398
|
-
|
|
6399
|
-
|
|
6400
|
-
|
|
6392
|
+
(J = b.noon) == null ? void 0 : J.avgSpd,
|
|
6393
|
+
($ = b.noon) == null ? void 0 : $.foCons,
|
|
6394
|
+
(K = b.noon) == null ? void 0 : K.dgoCons,
|
|
6395
|
+
b.avgSpdCalc,
|
|
6396
|
+
b.cp.speed,
|
|
6397
|
+
b.goodWx && !b.excluded ? 100 : 0,
|
|
6398
|
+
b.cp.dgo,
|
|
6399
|
+
b.cp.fo,
|
|
6400
|
+
b.excluded ? 100 : 0
|
|
6401
6401
|
]), S < y.length - 1) {
|
|
6402
6402
|
const G = y[S + 1];
|
|
6403
6403
|
s.push([
|
|
@@ -6415,7 +6415,7 @@ const Bv = {
|
|
|
6415
6415
|
}
|
|
6416
6416
|
});
|
|
6417
6417
|
const I = Math.ceil(i.length / 10);
|
|
6418
|
-
i = i.filter((
|
|
6418
|
+
i = i.filter((b, S) => S === 0 || S === i.length - 1 || S % I === 0);
|
|
6419
6419
|
const z = {
|
|
6420
6420
|
animation: !1,
|
|
6421
6421
|
title: {
|
|
@@ -6619,7 +6619,7 @@ const Bv = {
|
|
|
6619
6619
|
]
|
|
6620
6620
|
};
|
|
6621
6621
|
(Q = this.spdFoConsChart) == null || Q.setOption(z);
|
|
6622
|
-
const
|
|
6622
|
+
const m = {
|
|
6623
6623
|
animation: !1,
|
|
6624
6624
|
title: {
|
|
6625
6625
|
text: "Ship Speed and DGO Consumption",
|
|
@@ -6821,7 +6821,7 @@ const Bv = {
|
|
|
6821
6821
|
}
|
|
6822
6822
|
]
|
|
6823
6823
|
};
|
|
6824
|
-
(U = this.spdDgoConsChart) == null || U.setOption(
|
|
6824
|
+
(U = this.spdDgoConsChart) == null || U.setOption(m);
|
|
6825
6825
|
},
|
|
6826
6826
|
renderWxCurrChart() {
|
|
6827
6827
|
var Q;
|
|
@@ -6840,18 +6840,18 @@ const Bv = {
|
|
|
6840
6840
|
let r = 4;
|
|
6841
6841
|
const d = this.inventory || [], y = [];
|
|
6842
6842
|
d.forEach((j, E) => {
|
|
6843
|
-
var U,
|
|
6844
|
-
E === 0 && y.push(j.utc), j.type === "EOSP" && ((U = d[E + 1]) == null ? void 0 : U.type) === "BOSP" && (y.push(j.utc), y.push((
|
|
6843
|
+
var U, b;
|
|
6844
|
+
E === 0 && y.push(j.utc), j.type === "EOSP" && ((U = d[E + 1]) == null ? void 0 : U.type) === "BOSP" && (y.push(j.utc), y.push((b = d[E + 1]) == null ? void 0 : b.utc)), E === d.length - 1 && y.push(j.utc);
|
|
6845
6845
|
}), y.forEach((j, E) => {
|
|
6846
6846
|
if (E % 2 === 0) {
|
|
6847
6847
|
const U = X(y[E + 1]).diff(X(y[E]), "minute", !0);
|
|
6848
|
-
for (let
|
|
6849
|
-
e.push(this.computeUTCTime(X(y[E]).clone().utc().add(
|
|
6848
|
+
for (let b = 0; b <= U + 1; b++)
|
|
6849
|
+
e.push(this.computeUTCTime(X(y[E]).clone().utc().add(b, "m").format(), "MM-DD/HHmm[Z]"));
|
|
6850
6850
|
}
|
|
6851
6851
|
}), d.forEach((j, E) => {
|
|
6852
|
-
var
|
|
6852
|
+
var b, S, Y, h, p, F, W, L, Z, B, H, J, $, K, q, tt, st, G, Mt, Dt, Nt, ut, gt, It, ct, n, et, dt, yt, At;
|
|
6853
6853
|
const U = this.computeUTCTime(j.utc, "MM-DD/HHmm[Z]");
|
|
6854
|
-
if (j.noon && !i.some((it) => it.slice(0, 5) === j.utc.slice(5, 10)) && i.push(U), E === d.length - 1 && (i = i.filter((it) => it.slice(0, 5) !== j.utc.slice(5, 10)), i.push(U)), r = Math.ceil(((Y = (S = (
|
|
6854
|
+
if (j.noon && !i.some((it) => it.slice(0, 5) === j.utc.slice(5, 10)) && i.push(U), E === d.length - 1 && (i = i.filter((it) => it.slice(0, 5) !== j.utc.slice(5, 10)), i.push(U)), r = Math.ceil(((Y = (S = (b = j.meteo) == null ? void 0 : b.wave) == null ? void 0 : S.sig) == null ? void 0 : Y.height) > r ? (F = (p = (h = j.meteo) == null ? void 0 : h.wave) == null ? void 0 : p.sig) == null ? void 0 : F.height : r), s.push([
|
|
6855
6855
|
U,
|
|
6856
6856
|
((W = j.noon) == null ? void 0 : W.windBF) || ((Z = (L = j.meteo) == null ? void 0 : L.wind) == null ? void 0 : Z.scale),
|
|
6857
6857
|
(H = (B = j.meteo) == null ? void 0 : B.wind) == null ? void 0 : H.scale,
|
|
@@ -6878,8 +6878,8 @@ const Bv = {
|
|
|
6878
6878
|
});
|
|
6879
6879
|
const M = Math.ceil(i.length / 10);
|
|
6880
6880
|
i = i.filter((j, E) => E === 0 || E === i.length - 1 || E % M === 0);
|
|
6881
|
-
let I = -2.5, z = 2.5,
|
|
6882
|
-
I < -2.5 || z > 2.5 ? (I = Math.floor(this.findMinValue(s, 6) / 5) * 5, z = Math.ceil(this.findMaxValue(s, 6) / 5) * 5,
|
|
6881
|
+
let I = -2.5, z = 2.5, m = 1, A = 5;
|
|
6882
|
+
I < -2.5 || z > 2.5 ? (I = Math.floor(this.findMinValue(s, 6) / 5) * 5, z = Math.ceil(this.findMaxValue(s, 6) / 5) * 5, m = Math.ceil(Math.max([Math.abs(I), Math.abs(z)]) / 5), A = Math.ceil(Math.abs(I) / m) + Math.ceil(Math.abs(z) / m)) : (m = 0.5, I = Math.floor(this.findMinValue(s, 6) / 0.5) * m, z = 2.5, A = Math.abs(I) / m + 5);
|
|
6883
6883
|
const T = {
|
|
6884
6884
|
animation: !1,
|
|
6885
6885
|
title: {
|
|
@@ -6947,7 +6947,7 @@ const Bv = {
|
|
|
6947
6947
|
nameGap: 25,
|
|
6948
6948
|
min: I,
|
|
6949
6949
|
max: z,
|
|
6950
|
-
interval:
|
|
6950
|
+
interval: m,
|
|
6951
6951
|
splitNumber: A,
|
|
6952
6952
|
axisLine: {
|
|
6953
6953
|
lineStyle: {
|
|
@@ -7195,7 +7195,7 @@ const Bv = {
|
|
|
7195
7195
|
style: { flex: "1", "text-transform": "uppercase" }
|
|
7196
7196
|
}, TT = ["src"];
|
|
7197
7197
|
function pT(i, e, s, N, r, d) {
|
|
7198
|
-
var I, z,
|
|
7198
|
+
var I, z, m, A, T, Q, j, E, U, b, S, Y, h, p, F, W, L, Z, B, H, J, $, K, q, tt, st, G;
|
|
7199
7199
|
const y = P("Lat"), M = P("Lng");
|
|
7200
7200
|
return o(), a("div", Hv, [
|
|
7201
7201
|
t("div", _v, [
|
|
@@ -7230,7 +7230,7 @@ function pT(i, e, s, N, r, d) {
|
|
|
7230
7230
|
style: { width: "140px" }
|
|
7231
7231
|
}, "Vessel", -1)),
|
|
7232
7232
|
t("span", oT, l((z = (I = s.report) == null ? void 0 : I.vessel) == null ? void 0 : z.name), 1),
|
|
7233
|
-
t("span", aT, "(" + l((A = (
|
|
7233
|
+
t("span", aT, "(" + l((A = (m = s.report) == null ? void 0 : m.vessel) == null ? void 0 : A.type) + ")", 1)
|
|
7234
7234
|
]),
|
|
7235
7235
|
t("div", dT, [
|
|
7236
7236
|
e[3] || (e[3] = t("label", {
|
|
@@ -7244,7 +7244,7 @@ function pT(i, e, s, N, r, d) {
|
|
|
7244
7244
|
class: "flex-end",
|
|
7245
7245
|
style: { width: "140px" }
|
|
7246
7246
|
}, "Departure Port", -1)),
|
|
7247
|
-
(E = (j = s.report) == null ? void 0 : j.departure) != null && E.portName ? (o(), a("span", DT, l((
|
|
7247
|
+
(E = (j = s.report) == null ? void 0 : j.departure) != null && E.portName ? (o(), a("span", DT, l((b = (U = s.report) == null ? void 0 : U.departure) == null ? void 0 : b.portName), 1)) : (o(), a("div", NT, [
|
|
7248
7248
|
O(y, {
|
|
7249
7249
|
lat: (Y = (S = s.report) == null ? void 0 : S.departure) == null ? void 0 : Y.lat,
|
|
7250
7250
|
label: "",
|
|
@@ -7369,21 +7369,21 @@ const zT = {
|
|
|
7369
7369
|
});
|
|
7370
7370
|
}
|
|
7371
7371
|
}
|
|
7372
|
-
},
|
|
7373
|
-
function
|
|
7374
|
-
return o(), a("div",
|
|
7372
|
+
}, fT = { class: "report-email" };
|
|
7373
|
+
function mT(i, e, s, N, r, d) {
|
|
7374
|
+
return o(), a("div", fT, [...e[0] || (e[0] = [
|
|
7375
7375
|
nt('<div class="section email-section" data-v-0dbac70b><div class="header-block flex-center" data-v-0dbac70b><i class="iconfont" data-v-0dbac70b></i><div class="title" data-v-0dbac70b>Emails</div></div><div class="content-box" data-v-0dbac70b><div id="col1" class="col col1" data-v-0dbac70b></div><div id="col2" class="col col2" data-v-0dbac70b></div></div></div>', 1)
|
|
7376
7376
|
])]);
|
|
7377
7377
|
}
|
|
7378
|
-
const
|
|
7379
|
-
const
|
|
7378
|
+
const bT = /* @__PURE__ */ te(zT, [["render", mT], ["__scopeId", "data-v-0dbac70b"]]);
|
|
7379
|
+
const CT = {
|
|
7380
7380
|
name: "OrmVoyageIndex",
|
|
7381
7381
|
components: {
|
|
7382
7382
|
IdmBrand2: Pd,
|
|
7383
7383
|
VoySummary: vv,
|
|
7384
7384
|
Inventory: Zv,
|
|
7385
7385
|
Chart: xT,
|
|
7386
|
-
Email:
|
|
7386
|
+
Email: bT,
|
|
7387
7387
|
Loading: za,
|
|
7388
7388
|
IdmSign: Gd
|
|
7389
7389
|
},
|
|
@@ -7433,18 +7433,18 @@ const bT = {
|
|
|
7433
7433
|
let d, y, M = !1;
|
|
7434
7434
|
N.inventory.sample.hours.forEach((I, z) => {
|
|
7435
7435
|
d || (d = I), (!y || M) && (y = I, M = !1), d.segIndex === I.segIndex ? d.segLength = (d.segLength || 0) + 1 : (d = I, d.segLength = 1), y.noonLength = (y.noonLength || 0) + 1;
|
|
7436
|
-
let
|
|
7437
|
-
["N", "M", "E"].includes(
|
|
7436
|
+
let m = I.type.charAt(0);
|
|
7437
|
+
["N", "M", "E"].includes(m) && (M = !0, y.dailyAvgCf = I.dailyAvgCf, y.avgSpdCalc = I.avgSpdCalc, y.distanceCalc = I.distanceCalc, y.noon && (y.noon.foCons = I.noon.foCons, y.noon.dgoCons = I.noon.dgoCons)), I.abbrev = m, m = m === "M" ? "*" : m === "A" ? "" : m, I.time = `${m} ${this.computeUTCTime(I.utc, "MMM-DD/HHmm[Z]")}`, I._lng = Et.lng2pretty(I.lng), I._lat = Et.lat2pretty(I.lat), I.cp = r, I.goodWx = I.type === "BOSP" ? !1 : I.goodWx, i.push(I);
|
|
7438
7438
|
});
|
|
7439
7439
|
}), i.sort((N, r) => N.positionTime - r.positionTime), this.inventory = i;
|
|
7440
7440
|
}
|
|
7441
7441
|
}
|
|
7442
7442
|
};
|
|
7443
7443
|
function jT(i, e, s, N, r, d) {
|
|
7444
|
-
var Q, j, E, U,
|
|
7445
|
-
const y = P("IdmBrand2"), M = P("Loading"), I = P("VoySummary"), z = P("Inventory"),
|
|
7444
|
+
var Q, j, E, U, b, S, Y, h, p, F;
|
|
7445
|
+
const y = P("IdmBrand2"), M = P("Loading"), I = P("VoySummary"), z = P("Inventory"), m = P("Chart"), A = P("IdmSign"), T = P("Email");
|
|
7446
7446
|
return o(), a("div", {
|
|
7447
|
-
class:
|
|
7447
|
+
class: C((j = (Q = s.report) == null ? void 0 : Q.weather) != null && j.referenceOnly ? "report-section watermark" : "report-section")
|
|
7448
7448
|
}, [
|
|
7449
7449
|
O(y, {
|
|
7450
7450
|
name: "Voyage Analysis Report",
|
|
@@ -7464,14 +7464,14 @@ function jT(i, e, s, N, r, d) {
|
|
|
7464
7464
|
inventory: r.inventory,
|
|
7465
7465
|
class: "main"
|
|
7466
7466
|
}, null, 8, ["report", "inventory"]),
|
|
7467
|
-
O(
|
|
7467
|
+
O(m, {
|
|
7468
7468
|
report: s.report,
|
|
7469
7469
|
inventory: r.inventory,
|
|
7470
7470
|
class: "main"
|
|
7471
7471
|
}, null, 8, ["report", "inventory"]),
|
|
7472
7472
|
O(A, {
|
|
7473
7473
|
signed: (U = (E = s.report) == null ? void 0 : E.voyage) == null ? void 0 : U.signed,
|
|
7474
|
-
number: (S = (
|
|
7474
|
+
number: (S = (b = s.report) == null ? void 0 : b.voyage) == null ? void 0 : S.number,
|
|
7475
7475
|
certified: (h = (Y = s.report) == null ? void 0 : Y.report) == null ? void 0 : h.certified,
|
|
7476
7476
|
"issued-at": (p = s.report) == null ? void 0 : p.createdAt
|
|
7477
7477
|
}, null, 8, ["signed", "number", "certified", "issued-at"]),
|
|
@@ -7482,7 +7482,7 @@ function jT(i, e, s, N, r, d) {
|
|
|
7482
7482
|
}, null, 8, ["report", "voyage-emails"])) : c("", !0)
|
|
7483
7483
|
], 2);
|
|
7484
7484
|
}
|
|
7485
|
-
const UT = /* @__PURE__ */ te(
|
|
7485
|
+
const UT = /* @__PURE__ */ te(CT, [["render", jT], ["__scopeId", "data-v-edf4922e"]]), hh = {
|
|
7486
7486
|
install(i) {
|
|
7487
7487
|
i.component("FliVoyageReport", $c), i.component("OrmVoyageReport", UT);
|
|
7488
7488
|
}
|
|
@@ -7597,7 +7597,7 @@ const kT = {
|
|
|
7597
7597
|
report: {
|
|
7598
7598
|
handler() {
|
|
7599
7599
|
var i, e, s, N, r, d, y, M, I, z;
|
|
7600
|
-
this.reservations4Route = (e = (i = this.report) == null ? void 0 : i.reservations) == null ? void 0 : e.filter((
|
|
7600
|
+
this.reservations4Route = (e = (i = this.report) == null ? void 0 : i.reservations) == null ? void 0 : e.filter((m) => m.type === "VOYAGE"), this.reservations4Point = (N = (s = this.report) == null ? void 0 : s.reservations) == null ? void 0 : N.filter((m) => m.type === "FORECAST"), this.reservations4Annual = (d = (r = this.report) == null ? void 0 : r.reservations) == null ? void 0 : d.filter((m) => m.type === "ANNUAL"), this.account = (y = this.report) == null ? void 0 : y.account, this.totalInUS = (I = (M = this.report) == null ? void 0 : M.reservations) == null ? void 0 : I.reduce((m, A) => Math.round((m + A.amount) * 100) / 100, 0), (z = this.reservations4Route) != null && z.length ? this.maxColspans = this.report.showPort ? 8 : 6 : this.maxColspans = 2;
|
|
7601
7601
|
},
|
|
7602
7602
|
immediate: !0
|
|
7603
7603
|
}
|
|
@@ -7608,9 +7608,9 @@ const kT = {
|
|
|
7608
7608
|
}, GT = { key: 0 }, WT = { key: 1 }, LT = { key: 0 }, ZT = { key: 1 }, BT = ["colspan"], HT = ["colspan"], _T = ["colspan"], JT = ["colspan"], XT = ["colspan"], $T = { class: "total" }, KT = ["colspan"], qT = { class: "total" }, tp = ["colspan"], ep = { class: "total" }, lp = { key: 1 }, sp = ["colspan"], ip = { class: "total" }, np = {
|
|
7609
7609
|
key: 0,
|
|
7610
7610
|
class: "memo-block"
|
|
7611
|
-
}, op = ["innerHTML"], ap = { class: "section company-section" }, dp = { class: "company-item" }, rp = { class: "company-item" }, Mp = { class: "company-item" }, Dp = { class: "company-item" }, Np = { class: "company-item" }, up = { class: "company-item" }, gp = { class: "company-item" }, Ip = { class: "company-item" }, cp = { class: "company-item" }, yp = { class: "company-item" }, Ap = { class: "company-item" }, vp = { class: "company-item" }, Tp = { class: "company-item" }, pp = { class: "company-item" }, xp = { class: "section sign-section" }, zp = { class: "flex-space" },
|
|
7612
|
-
function
|
|
7613
|
-
var M, I, z,
|
|
7611
|
+
}, op = ["innerHTML"], ap = { class: "section company-section" }, dp = { class: "company-item" }, rp = { class: "company-item" }, Mp = { class: "company-item" }, Dp = { class: "company-item" }, Np = { class: "company-item" }, up = { class: "company-item" }, gp = { class: "company-item" }, Ip = { class: "company-item" }, cp = { class: "company-item" }, yp = { class: "company-item" }, Ap = { class: "company-item" }, vp = { class: "company-item" }, Tp = { class: "company-item" }, pp = { class: "company-item" }, xp = { class: "section sign-section" }, zp = { class: "flex-space" }, fp = { class: "sign-block" };
|
|
7612
|
+
function mp(i, e, s, N, r, d) {
|
|
7613
|
+
var M, I, z, m, A, T, Q, j, E, U, b, S, Y, h, p, F, W, L, Z, B, H, J, $, K, q, tt, st, G, Mt, Dt, Nt, ut, gt, It, ct, n, et, dt, yt, At, it, xt, zt, ft, mt, bt, Ct, jt, vt, Ot, Yt, St, kt, ht, Qt, wt, Rt, Ft, Vt, Pt, Gt, Ut, Xt, D, rt, w, pt, Wt, Lt, Zt, R, Bt, Ht, u, at;
|
|
7614
7614
|
const y = P("IdmBrand");
|
|
7615
7615
|
return o(), a("div", hT, [
|
|
7616
7616
|
O(y, {
|
|
@@ -7629,7 +7629,7 @@ function fp(i, e, s, N, r, d) {
|
|
|
7629
7629
|
]),
|
|
7630
7630
|
t("div", FT, [
|
|
7631
7631
|
t("div", VT, "Invoice No. " + l(s.report.number), 1),
|
|
7632
|
-
(
|
|
7632
|
+
(m = s.report) != null && m.paymentDate ? (o(), a("div", PT, "Paid: " + l(d.computeTime(s.report.paymentDate)), 1)) : c("", !0)
|
|
7633
7633
|
]),
|
|
7634
7634
|
t("table", null, [
|
|
7635
7635
|
(A = r.reservations4Route) != null && A.length ? (o(), a(v, { key: 0 }, [
|
|
@@ -7648,7 +7648,7 @@ function fp(i, e, s, N, r, d) {
|
|
|
7648
7648
|
]),
|
|
7649
7649
|
t("tbody", null, [
|
|
7650
7650
|
(o(!0), a(v, null, _(r.reservations4Route, (lt, Tt) => {
|
|
7651
|
-
var _t, V, Jt, $t, Kt, ie, ne, oe, ae, de, re, Me, De, Ie, ce, ye, Ae, ve, Te, pe, xe, ze,
|
|
7651
|
+
var _t, V, Jt, $t, Kt, ie, ne, oe, ae, de, re, Me, De, Ie, ce, ye, Ae, ve, Te, pe, xe, ze, fe, me, be;
|
|
7652
7652
|
return o(), a("tr", { key: Tt }, [
|
|
7653
7653
|
t("td", null, l((Jt = (V = (_t = lt.props) == null ? void 0 : _t[0]) == null ? void 0 : V.voyage) == null ? void 0 : Jt.number), 1),
|
|
7654
7654
|
t("td", null, l(((ie = (Kt = ($t = lt.props) == null ? void 0 : $t[0]) == null ? void 0 : Kt.voyage) == null ? void 0 : ie.voyNum) || "-"), 1),
|
|
@@ -7657,7 +7657,7 @@ function fp(i, e, s, N, r, d) {
|
|
|
7657
7657
|
(De = s.report) != null && De.showPort ? (o(), a("td", LT, l((ye = (ce = (Ie = lt.props) == null ? void 0 : Ie[0]) == null ? void 0 : ce.departure) == null ? void 0 : ye.name), 1)) : c("", !0),
|
|
7658
7658
|
t("td", null, l((Te = (ve = (Ae = lt.props) == null ? void 0 : Ae[0]) == null ? void 0 : ve.departure) == null ? void 0 : Te.atd), 1),
|
|
7659
7659
|
s.report.showPort ? (o(), a("td", ZT, l((ze = (xe = (pe = lt.props) == null ? void 0 : pe[0]) == null ? void 0 : xe.destination) == null ? void 0 : ze.name), 1)) : c("", !0),
|
|
7660
|
-
t("td", null, l((
|
|
7660
|
+
t("td", null, l((be = (me = (fe = lt.props) == null ? void 0 : fe[0]) == null ? void 0 : me.destination) == null ? void 0 : be.ata), 1),
|
|
7661
7661
|
t("td", null, "$" + l(lt.amount), 1)
|
|
7662
7662
|
]);
|
|
7663
7663
|
}), 128))
|
|
@@ -7718,7 +7718,7 @@ function fp(i, e, s, N, r, d) {
|
|
|
7718
7718
|
t("span", null, "Exchange Rate", -1)
|
|
7719
7719
|
])], 8, KT),
|
|
7720
7720
|
t("td", qT, [
|
|
7721
|
-
t("span", null, l((
|
|
7721
|
+
t("span", null, l((b = s.report) == null ? void 0 : b.rate), 1)
|
|
7722
7722
|
])
|
|
7723
7723
|
]),
|
|
7724
7724
|
t("tr", null, [
|
|
@@ -7780,11 +7780,11 @@ function fp(i, e, s, N, r, d) {
|
|
|
7780
7780
|
], 64)) : (o(), a(v, { key: 1 }, [
|
|
7781
7781
|
t("div", gp, [
|
|
7782
7782
|
e[22] || (e[22] = t("label", null, "Beneficiary's Name", -1)),
|
|
7783
|
-
t("span", null, l((
|
|
7783
|
+
t("span", null, l((mt = (ft = r.account) == null ? void 0 : ft[(zt = (xt = s.report) == null ? void 0 : xt.paymentType) == null ? void 0 : zt.toLowerCase()]) == null ? void 0 : mt.title), 1)
|
|
7784
7784
|
]),
|
|
7785
7785
|
t("div", Ip, [
|
|
7786
7786
|
e[23] || (e[23] = t("label", null, "Bank Name", -1)),
|
|
7787
|
-
t("span", null, l((vt = (jt = r.account) == null ? void 0 : jt[(
|
|
7787
|
+
t("span", null, l((vt = (jt = r.account) == null ? void 0 : jt[(Ct = (bt = s.report) == null ? void 0 : bt.paymentType) == null ? void 0 : Ct.toLowerCase()]) == null ? void 0 : vt.bank), 1)
|
|
7788
7788
|
]),
|
|
7789
7789
|
t("div", cp, [
|
|
7790
7790
|
e[24] || (e[24] = t("label", null, "Bank Address", -1)),
|
|
@@ -7814,7 +7814,7 @@ function fp(i, e, s, N, r, d) {
|
|
|
7814
7814
|
]),
|
|
7815
7815
|
t("div", xp, [
|
|
7816
7816
|
t("div", zp, [
|
|
7817
|
-
t("div",
|
|
7817
|
+
t("div", fp, [
|
|
7818
7818
|
e[31] || (e[31] = t("div", null, "Finance Team", -1)),
|
|
7819
7819
|
e[32] || (e[32] = t("div", null, "Ocean Right Marine Service Co., Ltd.", -1)),
|
|
7820
7820
|
e[33] || (e[33] = t("div", null, [
|
|
@@ -7838,8 +7838,8 @@ function fp(i, e, s, N, r, d) {
|
|
|
7838
7838
|
])
|
|
7839
7839
|
]);
|
|
7840
7840
|
}
|
|
7841
|
-
const
|
|
7842
|
-
const
|
|
7841
|
+
const bp = /* @__PURE__ */ te(kT, [["render", mp], ["__scopeId", "data-v-ef867e64"]]);
|
|
7842
|
+
const Cp = {
|
|
7843
7843
|
name: "FliInvoice",
|
|
7844
7844
|
props: {
|
|
7845
7845
|
report: {
|
|
@@ -7881,7 +7881,7 @@ const bp = {
|
|
|
7881
7881
|
class: "memo-block"
|
|
7882
7882
|
}, Hp = ["innerHTML"];
|
|
7883
7883
|
function _p(i, e, s, N, r, d) {
|
|
7884
|
-
var y, M, I, z,
|
|
7884
|
+
var y, M, I, z, m, A, T, Q, j, E, U, b, S;
|
|
7885
7885
|
return o(), a("div", jp, [
|
|
7886
7886
|
t("div", Up, [
|
|
7887
7887
|
t("div", Ep, [
|
|
@@ -7898,7 +7898,7 @@ function _p(i, e, s, N, r, d) {
|
|
|
7898
7898
|
(z = s.report) != null && z.paymentDate ? (o(), a("div", kp, "Paid: " + l(d.computeTime(s.report.paymentDate)), 1)) : c("", !0)
|
|
7899
7899
|
]),
|
|
7900
7900
|
t("table", null, [
|
|
7901
|
-
(
|
|
7901
|
+
(m = r.reservations4Route) != null && m.length ? (o(), a(v, { key: 0 }, [
|
|
7902
7902
|
e[1] || (e[1] = t("thead", null, [
|
|
7903
7903
|
t("tr", null, [
|
|
7904
7904
|
t("td", null, "NO."),
|
|
@@ -7988,16 +7988,16 @@ function _p(i, e, s, N, r, d) {
|
|
|
7988
7988
|
}, "MEMO", -1)),
|
|
7989
7989
|
t("div", {
|
|
7990
7990
|
class: "invoice-item",
|
|
7991
|
-
innerHTML: (S = (
|
|
7991
|
+
innerHTML: (S = (b = s.report) == null ? void 0 : b.memo) == null ? void 0 : S.replace(`
|
|
7992
7992
|
`, "<br/>")
|
|
7993
7993
|
}, null, 8, Hp)
|
|
7994
7994
|
])) : c("", !0)
|
|
7995
7995
|
])
|
|
7996
7996
|
]);
|
|
7997
7997
|
}
|
|
7998
|
-
const Jp = /* @__PURE__ */ te(
|
|
7998
|
+
const Jp = /* @__PURE__ */ te(Cp, [["render", _p], ["__scopeId", "data-v-5a352907"]]), wh = {
|
|
7999
7999
|
install(i) {
|
|
8000
|
-
i.component("OrmInvoiceReport",
|
|
8000
|
+
i.component("OrmInvoiceReport", bp), i.component("FliInvoiceReport", Jp);
|
|
8001
8001
|
}
|
|
8002
8002
|
}, Xp = (i) => (typeof i == "string" ? i = X(i) : typeof i == "number" && (i = X(i)), i), $p = (i, e = "MMM-DD,YYYY/HHmm[Z]") => Kp(i, e), Kp = (i, e = "MMM-DD/HHmm[Z]") => (i = Xp(i), i ? `${i.utc().format(e)}` : "-");
|
|
8003
8003
|
const qp = {
|
|
@@ -8112,7 +8112,7 @@ const qp = {
|
|
|
8112
8112
|
class: "buttons"
|
|
8113
8113
|
};
|
|
8114
8114
|
function sx(i, e, s, N, r, d) {
|
|
8115
|
-
const y = P("ElTag"), M = P("ElInput"), I = P("IdmEditor"), z = P("ElInputNumber"),
|
|
8115
|
+
const y = P("ElTag"), M = P("ElInput"), I = P("IdmEditor"), z = P("ElInputNumber"), m = P("ElDatePicker"), A = P("ElOption"), T = P("ElSelect"), Q = P("ElRadio"), j = P("ElRadioGroup"), E = P("ElCheckbox"), U = P("ElCheckboxGroup"), b = P("Edit"), S = P("ElIcon"), Y = P("ElButton"), h = P("Close");
|
|
8116
8116
|
return o(), a("div", tx, [
|
|
8117
8117
|
t("div", {
|
|
8118
8118
|
class: "group",
|
|
@@ -8165,7 +8165,7 @@ function sx(i, e, s, N, r, d) {
|
|
|
8165
8165
|
onBlur: d.handleCommit,
|
|
8166
8166
|
onChange: d.handleCommit
|
|
8167
8167
|
}, null, 8, ["modelValue", "size", "controls", "min", "max", "step", "precision", "onBlur", "onChange"])) : c("", !0),
|
|
8168
|
-
s.type === "datetime" ? (o(), se(
|
|
8168
|
+
s.type === "datetime" ? (o(), se(m, {
|
|
8169
8169
|
key: 5,
|
|
8170
8170
|
modelValue: r.model,
|
|
8171
8171
|
"onUpdate:modelValue": e[7] || (e[7] = (p) => r.model = p),
|
|
@@ -8356,7 +8356,7 @@ function sx(i, e, s, N, r, d) {
|
|
|
8356
8356
|
default: ns(() => [
|
|
8357
8357
|
O(S, null, {
|
|
8358
8358
|
default: ns(() => [
|
|
8359
|
-
O(
|
|
8359
|
+
O(b)
|
|
8360
8360
|
]),
|
|
8361
8361
|
_: 1
|
|
8362
8362
|
})
|
|
@@ -8441,7 +8441,7 @@ const ix = {
|
|
|
8441
8441
|
methods: {
|
|
8442
8442
|
prepare() {
|
|
8443
8443
|
var i, e, s, N, r;
|
|
8444
|
-
this.extraPortList = (i = this.report) != null && i.extraPorts ? (e = this.report) == null ? void 0 : e.extraPorts : [], this.advisory = (s = this.report) != null && s.comments ? (N = this.report) == null ? void 0 : N.comments : void 0, this.id = this.report.id, this.remarks = (r = this.report) == null ? void 0 : r.
|
|
8444
|
+
this.extraPortList = (i = this.report) != null && i.extraPorts ? (e = this.report) == null ? void 0 : e.extraPorts : [], this.advisory = (s = this.report) != null && s.comments ? (N = this.report) == null ? void 0 : N.comments : void 0, this.id = this.report.id, this.remarks = (r = this.report) == null ? void 0 : r.comments;
|
|
8445
8445
|
},
|
|
8446
8446
|
async fetchSuggestName(i) {
|
|
8447
8447
|
var s;
|
|
@@ -8497,8 +8497,8 @@ const ix = {
|
|
|
8497
8497
|
if ((s || s === 0) && s !== "") {
|
|
8498
8498
|
if (i === "port") {
|
|
8499
8499
|
if (r > 0) {
|
|
8500
|
-
const z = e.substring(0, r),
|
|
8501
|
-
|
|
8500
|
+
const z = e.substring(0, r), m = e.substring(r + 1);
|
|
8501
|
+
m !== "date" && (s = Number(s)), this.extraPortList[N][z][m] = s;
|
|
8502
8502
|
} else
|
|
8503
8503
|
this.extraPortList[N][e] = s;
|
|
8504
8504
|
d = {
|
|
@@ -8545,14 +8545,14 @@ const ix = {
|
|
|
8545
8545
|
}, vx = { class: "section deviation-info-section" }, Tx = { key: 0 }, px = { key: 1 }, xx = {
|
|
8546
8546
|
key: 0,
|
|
8547
8547
|
class: "section extra-port-section"
|
|
8548
|
-
}, zx = { class: "flex-between" },
|
|
8548
|
+
}, zx = { class: "flex-between" }, fx = {
|
|
8549
8549
|
key: 0,
|
|
8550
8550
|
rowspan: 2,
|
|
8551
8551
|
class: "print-hidden label"
|
|
8552
|
-
},
|
|
8552
|
+
}, mx = { rowspan: 2 }, bx = {
|
|
8553
8553
|
rowspan: 2,
|
|
8554
8554
|
class: "print-hidden"
|
|
8555
|
-
},
|
|
8555
|
+
}, Cx = {
|
|
8556
8556
|
key: 0,
|
|
8557
8557
|
class: "print-hidden"
|
|
8558
8558
|
}, jx = { class: "section summary-section" }, Ux = { class: "cp" }, Ex = {
|
|
@@ -8579,7 +8579,7 @@ const ix = {
|
|
|
8579
8579
|
}, gz = {
|
|
8580
8580
|
key: 0,
|
|
8581
8581
|
class: "flex-start"
|
|
8582
|
-
}, Iz = { class: "fraction flex-center" }, cz = { key: 0 }, yz = { key: 1 }, Az = { class: "fraction flex-center" }, vz = { class: "fraction flex-center" }, Tz = { class: "fraction flex-center" }, pz = { class: "fraction flex-center" }, xz = { class: "flex-start" }, zz = { class: "fraction flex-center" },
|
|
8582
|
+
}, Iz = { class: "fraction flex-center" }, cz = { key: 0 }, yz = { key: 1 }, Az = { class: "fraction flex-center" }, vz = { class: "fraction flex-center" }, Tz = { class: "fraction flex-center" }, pz = { class: "fraction flex-center" }, xz = { class: "flex-start" }, zz = { class: "fraction flex-center" }, fz = { class: "content" }, mz = { key: 0 }, bz = { key: 0 }, Cz = { key: 1 }, jz = { class: "fraction flex-center" }, Uz = { class: "content" }, Ez = { key: 0 }, Oz = { key: 1 }, Yz = { class: "fraction flex-center" }, Sz = {
|
|
8583
8583
|
key: 1,
|
|
8584
8584
|
class: "flex-start"
|
|
8585
8585
|
}, kz = { class: "fraction flex-center" }, hz = { class: "content" }, Qz = { key: 0 }, wz = { key: 0 }, Rz = { key: 1 }, Fz = { class: "fraction flex-center" }, Vz = { class: "content" }, Pz = { key: 0 }, Gz = { key: 1 }, Wz = { class: "fraction flex-center" }, Lz = { class: "flex-start" }, Zz = { class: "fraction flex-center" }, Bz = { class: "fraction flex-center" }, Hz = { class: "fraction flex-center" }, _z = { class: "fraction flex-center" }, Jz = {
|
|
@@ -8594,15 +8594,15 @@ const ix = {
|
|
|
8594
8594
|
}, T4 = {
|
|
8595
8595
|
key: 0,
|
|
8596
8596
|
class: "formula-block"
|
|
8597
|
-
}, p4 = { class: "flex-start" }, x4 = { class: "fraction flex-center" }, z4 = { class: "content" },
|
|
8597
|
+
}, p4 = { class: "flex-start" }, x4 = { class: "fraction flex-center" }, z4 = { class: "content" }, f4 = { key: 0 }, m4 = { key: 0 }, b4 = { key: 1 }, C4 = { class: "fraction flex-center" }, j4 = { class: "content" }, U4 = { key: 0 }, E4 = { key: 1 }, O4 = { class: "fraction flex-center" }, Y4 = { class: "content" }, S4 = { key: 0 }, k4 = { key: 1 }, h4 = { class: "fraction flex-center" }, Q4 = { class: "content" }, w4 = { class: "fraction flex-center" }, R4 = { class: "flex-start" }, F4 = { class: "fraction flex-center" }, V4 = { class: "fraction flex-center" }, P4 = { class: "fraction flex-center" }, G4 = { class: "fraction flex-center" }, W4 = { class: "flex-start" }, L4 = { class: "fraction flex-center" }, Z4 = { class: "content" }, B4 = { key: 0 }, H4 = { key: 0 }, _4 = { key: 1 }, J4 = { class: "fraction flex-center" }, X4 = { class: "content" }, $4 = { key: 0 }, K4 = { key: 1 }, q4 = { class: "fraction flex-center" }, t3 = { class: "content" }, e3 = { key: 0 }, l3 = { key: 1 }, s3 = { class: "fraction flex-center" }, i3 = { class: "content" }, n3 = { class: "fraction flex-center" }, o3 = { class: "flex-start" }, a3 = { class: "fraction flex-center" }, d3 = { class: "fraction flex-center" }, r3 = { class: "fraction flex-center" }, M3 = { class: "fraction flex-center" }, D3 = {
|
|
8598
8598
|
key: 1,
|
|
8599
8599
|
class: "formula-block"
|
|
8600
|
-
}, N3 = { class: "flex-start" }, u3 = { class: "fraction flex-center" }, g3 = { class: "content" }, I3 = { key: 0 }, c3 = { key: 0 }, y3 = { key: 1 }, A3 = { class: "fraction flex-center" }, v3 = { class: "content" }, T3 = { key: 0 }, p3 = { key: 1 }, x3 = { class: "fraction flex-center" }, z3 = { class: "content" },
|
|
8600
|
+
}, N3 = { class: "flex-start" }, u3 = { class: "fraction flex-center" }, g3 = { class: "content" }, I3 = { key: 0 }, c3 = { key: 0 }, y3 = { key: 1 }, A3 = { class: "fraction flex-center" }, v3 = { class: "content" }, T3 = { key: 0 }, p3 = { key: 1 }, x3 = { class: "fraction flex-center" }, z3 = { class: "content" }, f3 = { key: 0 }, m3 = { key: 1 }, b3 = { class: "fraction flex-center" }, C3 = { class: "content" }, j3 = { class: "fraction flex-center" }, U3 = { class: "flex-start" }, E3 = { class: "fraction flex-center" }, O3 = { class: "fraction flex-center" }, Y3 = { class: "fraction flex-center" }, S3 = { class: "flex-start" }, k3 = { class: "fraction flex-center" }, h3 = { class: "content" }, Q3 = { key: 0 }, w3 = { key: 0 }, R3 = { key: 1 }, F3 = { class: "fraction flex-center" }, V3 = { class: "content" }, P3 = { key: 0 }, G3 = { key: 1 }, W3 = { class: "fraction flex-center" }, L3 = { class: "content" }, Z3 = { key: 0 }, B3 = { key: 1 }, H3 = { class: "fraction flex-center" }, _3 = { class: "content" }, J3 = { class: "fraction flex-center" }, X3 = { class: "flex-start" }, $3 = { class: "fraction flex-center" }, K3 = { class: "fraction flex-center" }, q3 = { class: "fraction flex-center" }, tf = { class: "section-content" }, ef = {
|
|
8601
8601
|
key: 0,
|
|
8602
8602
|
class: ""
|
|
8603
|
-
},
|
|
8604
|
-
function
|
|
8605
|
-
var
|
|
8603
|
+
}, lf = ["innerHTML"], sf = { key: 1 }, nf = { class: "section map-section" }, of = { class: "report-map" }, af = ["src"];
|
|
8604
|
+
function df(i, e, s, N, r, d) {
|
|
8605
|
+
var m, A, T, Q, j, E, U, b, S, Y, h, p, F, W, L, Z, B, H, J, $, K, q, tt, st, G, Mt, Dt, Nt, ut, gt, It, ct, n, et, dt, yt, At, it, xt, zt, ft, mt, bt, Ct, jt, vt, Ot, Yt, St, kt, ht, Qt, wt, Rt, Ft, Vt, Pt, Gt, Ut, Xt;
|
|
8606
8606
|
const y = P("IdmBrand"), M = P("EditableItem"), I = P("ElButton"), z = P("Editor");
|
|
8607
8607
|
return o(), a("div", nx, [
|
|
8608
8608
|
O(y, { name: "Voyage Deviation Report" }),
|
|
@@ -8611,7 +8611,7 @@ function am(i, e, s, N, r, d) {
|
|
|
8611
8611
|
t("div", dx, [
|
|
8612
8612
|
t("div", rx, [
|
|
8613
8613
|
e[9] || (e[9] = t("label", { class: "label" }, "Prepared For:", -1)),
|
|
8614
|
-
t("div", null, l((
|
|
8614
|
+
t("div", null, l((m = s.report) == null ? void 0 : m.preparedFor), 1)
|
|
8615
8615
|
]),
|
|
8616
8616
|
t("div", Mx, [
|
|
8617
8617
|
e[11] || (e[11] = t("label", { class: "label" }, "Departure Port:", -1)),
|
|
@@ -8625,7 +8625,7 @@ function am(i, e, s, N, r, d) {
|
|
|
8625
8625
|
t("div", Nx, [
|
|
8626
8626
|
t("div", ux, [
|
|
8627
8627
|
e[12] || (e[12] = t("label", { class: "label" }, "Vessel:", -1)),
|
|
8628
|
-
t("div", null, l((S = (
|
|
8628
|
+
t("div", null, l((S = (b = s.report) == null ? void 0 : b.vessel) == null ? void 0 : S.name), 1)
|
|
8629
8629
|
]),
|
|
8630
8630
|
t("div", gx, [
|
|
8631
8631
|
e[14] || (e[14] = t("label", { class: "label" }, "Arrival Port:", -1)),
|
|
@@ -8786,12 +8786,12 @@ function am(i, e, s, N, r, d) {
|
|
|
8786
8786
|
t("tbody", null, [
|
|
8787
8787
|
t("tr", null, [
|
|
8788
8788
|
e[24] || (e[24] = t("td", null, "Deviation Start", -1)),
|
|
8789
|
-
t("td", null, l(d.computedLngLat((
|
|
8790
|
-
t("td", null, l(d.computeUTCTime((
|
|
8789
|
+
t("td", null, l(d.computedLngLat((ft = s.report) == null ? void 0 : ft.startLat, (mt = s.report) == null ? void 0 : mt.startLng)), 1),
|
|
8790
|
+
t("td", null, l(d.computeUTCTime((bt = s.report) == null ? void 0 : bt.startTime)), 1)
|
|
8791
8791
|
]),
|
|
8792
8792
|
t("tr", null, [
|
|
8793
8793
|
e[25] || (e[25] = t("td", null, "Back on Track", -1)),
|
|
8794
|
-
t("td", null, l(d.computedLngLat((
|
|
8794
|
+
t("td", null, l(d.computedLngLat((Ct = s.report) == null ? void 0 : Ct.endLat, (jt = s.report) == null ? void 0 : jt.endLng)), 1),
|
|
8795
8795
|
t("td", null, l(d.computeUTCTime((vt = s.report) == null ? void 0 : vt.endTime)), 1)
|
|
8796
8796
|
])
|
|
8797
8797
|
])
|
|
@@ -8835,7 +8835,7 @@ function am(i, e, s, N, r, d) {
|
|
|
8835
8835
|
colspan: 2,
|
|
8836
8836
|
class: "label"
|
|
8837
8837
|
}, "Bunkering (mt)", -1)),
|
|
8838
|
-
((Yt = r.extraPortList) == null ? void 0 : Yt.length) > 0 ? (o(), a("th",
|
|
8838
|
+
((Yt = r.extraPortList) == null ? void 0 : Yt.length) > 0 ? (o(), a("th", fx, "Activity")) : c("", !0)
|
|
8839
8839
|
]),
|
|
8840
8840
|
e[35] || (e[35] = t("tr", null, [
|
|
8841
8841
|
t("th", { class: "label" }, "FO"),
|
|
@@ -8849,7 +8849,7 @@ function am(i, e, s, N, r, d) {
|
|
|
8849
8849
|
var w, pt, Wt, Lt, Zt, R, Bt, Ht;
|
|
8850
8850
|
return o(), a(v, { key: rt }, [
|
|
8851
8851
|
t("tr", null, [
|
|
8852
|
-
t("td",
|
|
8852
|
+
t("td", mx, [
|
|
8853
8853
|
O(M, {
|
|
8854
8854
|
class: "editable-item",
|
|
8855
8855
|
value: D == null ? void 0 : D.name,
|
|
@@ -8898,7 +8898,7 @@ function am(i, e, s, N, r, d) {
|
|
|
8898
8898
|
]),
|
|
8899
8899
|
e[38] || (e[38] = t("td", null, null, -1)),
|
|
8900
8900
|
e[39] || (e[39] = t("td", null, null, -1)),
|
|
8901
|
-
t("td",
|
|
8901
|
+
t("td", bx, [
|
|
8902
8902
|
O(I, {
|
|
8903
8903
|
size: "small",
|
|
8904
8904
|
onClick: (u) => d.handleRemove(rt)
|
|
@@ -8979,7 +8979,7 @@ function am(i, e, s, N, r, d) {
|
|
|
8979
8979
|
t("td", null, l(((Vt = (Ft = (Rt = s.report) == null ? void 0 : Rt.consAnalysis) == null ? void 0 : Ft.dgo) == null ? void 0 : Vt.portCons) ?? "—"), 1),
|
|
8980
8980
|
e[43] || (e[43] = t("td", null, null, -1)),
|
|
8981
8981
|
e[44] || (e[44] = t("td", null, null, -1)),
|
|
8982
|
-
((Pt = r.extraPortList) == null ? void 0 : Pt.length) > 0 ? (o(), a("td",
|
|
8982
|
+
((Pt = r.extraPortList) == null ? void 0 : Pt.length) > 0 ? (o(), a("td", Cx)) : c("", !0)
|
|
8983
8983
|
])
|
|
8984
8984
|
])
|
|
8985
8985
|
])
|
|
@@ -8987,7 +8987,7 @@ function am(i, e, s, N, r, d) {
|
|
|
8987
8987
|
t("div", jx, [
|
|
8988
8988
|
e[192] || (e[192] = t("div", { class: "subtitle" }, "Summary", -1)),
|
|
8989
8989
|
(o(!0), a(v, null, _((Ut = (Gt = s.report) == null ? void 0 : Gt.extend) == null ? void 0 : Ut.rows, (D, rt) => {
|
|
8990
|
-
var w, pt, Wt, Lt, Zt, R, Bt, Ht, u, at, lt, Tt, _t, V, Jt, $t, Kt, ie, ne, oe, ae, de, re, Me, De, Ie, ce, ye, Ae, ve, Te, pe, xe, ze,
|
|
8990
|
+
var w, pt, Wt, Lt, Zt, R, Bt, Ht, u, at, lt, Tt, _t, V, Jt, $t, Kt, ie, ne, oe, ae, de, re, Me, De, Ie, ce, ye, Ae, ve, Te, pe, xe, ze, fe, me, be, je, Ue, Ee, Oe, ke, k, he, Qe, we, Re, Fe, Ve, Pe, Ge, Ce, zl, fl, ml, bl, Cl, jl, Ul, El, Ol, Yl, Sl, kl, hl, Ql, wl, Rl, Fl, Vl, Pl, Gl, x, qt, Ne, ue, Ye, We, Le, Ze, Be, He, _e, Je, Xe, $e, Ke, qe, tl, el, ll, sl, il, nl, ol, al, dl, rl, Ml, Dl, Nl, ul, gl, Il, cl, yl, Al, vl, Tl, pl;
|
|
8991
8991
|
return o(), a("div", {
|
|
8992
8992
|
key: rt,
|
|
8993
8993
|
class: "border-solid",
|
|
@@ -9089,7 +9089,7 @@ function am(i, e, s, N, r, d) {
|
|
|
9089
9089
|
e[61] || (e[61] = t("span", { class: "unit" }, "mt", -1))
|
|
9090
9090
|
])) : (o(), a("div", tz, [
|
|
9091
9091
|
e[62] || (e[62] = t("i", { class: "iconfont lost" }, "", -1)),
|
|
9092
|
-
t("span", ez, l(Math.abs((
|
|
9092
|
+
t("span", ez, l(Math.abs((me = (fe = D == null ? void 0 : D.consAnalysis) == null ? void 0 : fe.fo) == null ? void 0 : me.totalExtraCons)), 1),
|
|
9093
9093
|
e[63] || (e[63] = t("span", { class: "unit" }, "mt", -1))
|
|
9094
9094
|
]))
|
|
9095
9095
|
])
|
|
@@ -9097,7 +9097,7 @@ function am(i, e, s, N, r, d) {
|
|
|
9097
9097
|
t("div", lz, [
|
|
9098
9098
|
e[69] || (e[69] = t("div", { class: "title" }, "MGO Total extra Consumption", -1)),
|
|
9099
9099
|
t("div", sz, [
|
|
9100
|
-
((je = (
|
|
9100
|
+
((je = (be = D == null ? void 0 : D.consAnalysis) == null ? void 0 : be.dgo) == null ? void 0 : je.totalExtraCons) < 0 ? (o(), a("div", iz, [
|
|
9101
9101
|
e[65] || (e[65] = t("i", { class: "iconfont gain" }, "", -1)),
|
|
9102
9102
|
t("span", nz, l(Math.abs((Ee = (Ue = D == null ? void 0 : D.consAnalysis) == null ? void 0 : Ue.dgo) == null ? void 0 : Ee.totalExtraCons)), 1),
|
|
9103
9103
|
e[66] || (e[66] = t("span", { class: "unit" }, "mt", -1))
|
|
@@ -9144,20 +9144,20 @@ function am(i, e, s, N, r, d) {
|
|
|
9144
9144
|
t("td", null, l(((he = D == null ? void 0 : D.timeAnalysis) == null ? void 0 : he.maneuverDistance) ?? "-"), 1),
|
|
9145
9145
|
t("td", null, l(((Qe = D == null ? void 0 : D.timeAnalysis) == null ? void 0 : Qe.maneuverTime) ?? "-") + " / " + l(((we = D == null ? void 0 : D.timeAnalysis) == null ? void 0 : we.offsetTime) ?? "-"), 1),
|
|
9146
9146
|
t("td", null, l(((Fe = (Re = D == null ? void 0 : D.consAnalysis) == null ? void 0 : Re.fo) == null ? void 0 : Fe.maneuverCons) ?? "-") + " / " + l(((Pe = (Ve = D == null ? void 0 : D.consAnalysis) == null ? void 0 : Ve.fo) == null ? void 0 : Pe.offsetCons) ?? "-"), 1),
|
|
9147
|
-
t("td", null, l(((
|
|
9147
|
+
t("td", null, l(((Ce = (Ge = D == null ? void 0 : D.consAnalysis) == null ? void 0 : Ge.dgo) == null ? void 0 : Ce.maneuverCons) ?? "-") + " / " + l(((fl = (zl = D == null ? void 0 : D.consAnalysis) == null ? void 0 : zl.dgo) == null ? void 0 : fl.offsetCons) ?? "-"), 1)
|
|
9148
9148
|
])
|
|
9149
9149
|
])
|
|
9150
9150
|
])
|
|
9151
9151
|
], 64)) : c("", !0),
|
|
9152
9152
|
t("div", Nz, [
|
|
9153
|
-
((
|
|
9153
|
+
((ml = s.report) == null ? void 0 : ml.method) === "DistExtrapolate" ? (o(), a("div", uz, [
|
|
9154
9154
|
s.report.useWeather ? (o(), a("div", gz, [
|
|
9155
9155
|
e[74] || (e[74] = t("div", { class: "fraction flex-center" }, "Performance Speed", -1)),
|
|
9156
9156
|
e[75] || (e[75] = t("div", { class: "sig" }, "=", -1)),
|
|
9157
9157
|
t("div", Iz, [
|
|
9158
9158
|
s.report.useAbout ? (o(), a("div", cz, "CP Speed - About")) : (o(), a("div", yz, "CP Speed"))
|
|
9159
9159
|
]),
|
|
9160
|
-
e[76] || (e[76] = nt('<div class="sig" data-v-
|
|
9160
|
+
e[76] || (e[76] = nt('<div class="sig" data-v-f13d598b>+</div><div class="fraction flex-center" data-v-f13d598b>Weather Factor</div><div class="sig" data-v-f13d598b>+</div><div class="fraction flex-center" data-v-f13d598b>Current Factor</div><div class="sig" data-v-f13d598b>=</div>', 5)),
|
|
9161
9161
|
t("div", Az, l(D == null ? void 0 : D.cpSpd), 1),
|
|
9162
9162
|
e[77] || (e[77] = t("div", { class: "sig" }, "+", -1)),
|
|
9163
9163
|
t("div", vz, l((D == null ? void 0 : D.wxFactor) < 0 ? `(${D == null ? void 0 : D.wxFactor})` : D == null ? void 0 : D.wxFactor), 1),
|
|
@@ -9170,11 +9170,11 @@ function am(i, e, s, N, r, d) {
|
|
|
9170
9170
|
e[83] || (e[83] = t("div", { class: "fraction flex-center" }, "Time for extra distance sailing", -1)),
|
|
9171
9171
|
e[84] || (e[84] = t("div", { class: "sig" }, "=", -1)),
|
|
9172
9172
|
t("div", zz, [
|
|
9173
|
-
t("div",
|
|
9173
|
+
t("div", fz, [
|
|
9174
9174
|
e[80] || (e[80] = t("div", null, "Extra Distance", -1)),
|
|
9175
9175
|
e[81] || (e[81] = t("div", { class: "line" }, null, -1)),
|
|
9176
|
-
s.report.useWeather ? (o(), a("div",
|
|
9177
|
-
s.report.useAbout ? (o(), a("div",
|
|
9176
|
+
s.report.useWeather ? (o(), a("div", mz, "Performance Speed")) : (o(), a(v, { key: 1 }, [
|
|
9177
|
+
s.report.useAbout ? (o(), a("div", bz, "CP Speed - About")) : (o(), a("div", Cz, "CP Speed"))
|
|
9178
9178
|
], 64))
|
|
9179
9179
|
])
|
|
9180
9180
|
]),
|
|
@@ -9187,9 +9187,9 @@ function am(i, e, s, N, r, d) {
|
|
|
9187
9187
|
])
|
|
9188
9188
|
]),
|
|
9189
9189
|
e[86] || (e[86] = t("div", { class: "sig" }, "=", -1)),
|
|
9190
|
-
t("div", Yz, l((
|
|
9190
|
+
t("div", Yz, l((bl = D == null ? void 0 : D.timeAnalysis) == null ? void 0 : bl.sailingTime) + " (hrs)", 1)
|
|
9191
9191
|
]),
|
|
9192
|
-
(
|
|
9192
|
+
(Cl = D.timeAnalysis) != null && Cl.maneuverTime ? (o(), a("div", Sz, [
|
|
9193
9193
|
e[90] || (e[90] = t("div", { class: "fraction flex-center" }, "Time for marine maneuvering offset sailing", -1)),
|
|
9194
9194
|
e[91] || (e[91] = t("div", { class: "sig" }, "=", -1)),
|
|
9195
9195
|
t("div", kz, [
|
|
@@ -9213,7 +9213,7 @@ function am(i, e, s, N, r, d) {
|
|
|
9213
9213
|
t("div", Wz, l((Ul = D == null ? void 0 : D.timeAnalysis) == null ? void 0 : Ul.offsetTime) + " (hrs)", 1)
|
|
9214
9214
|
])) : c("", !0),
|
|
9215
9215
|
t("div", Lz, [
|
|
9216
|
-
e[97] || (e[97] = nt('<div class="fraction flex-center" data-v-
|
|
9216
|
+
e[97] || (e[97] = nt('<div class="fraction flex-center" data-v-f13d598b>Total extra Time</div><div class="sig" data-v-f13d598b>=</div><div class="fraction flex-center" data-v-f13d598b>Time for extra sailing</div><div class="sig" data-v-f13d598b>+</div><div class="fraction flex-center" data-v-f13d598b>Time spent in extra port</div>', 5)),
|
|
9217
9217
|
(El = D.timeAnalysis) != null && El.maneuverTime ? (o(), a(v, { key: 0 }, [
|
|
9218
9218
|
e[94] || (e[94] = t("div", { class: "sig" }, "+", -1)),
|
|
9219
9219
|
e[95] || (e[95] = t("div", { class: "fraction flex-center" }, "Time for maneuvering without offset", -1))
|
|
@@ -9236,7 +9236,7 @@ function am(i, e, s, N, r, d) {
|
|
|
9236
9236
|
t("div", $z, [
|
|
9237
9237
|
s.report.useAbout ? (o(), a("div", Kz, "CP Speed - About")) : (o(), a("div", qz, "CP Speed"))
|
|
9238
9238
|
]),
|
|
9239
|
-
e[103] || (e[103] = nt('<div class="sig" data-v-
|
|
9239
|
+
e[103] || (e[103] = nt('<div class="sig" data-v-f13d598b>+</div><div class="fraction flex-center" data-v-f13d598b>Weather Factor</div><div class="sig" data-v-f13d598b>+</div><div class="fraction flex-center" data-v-f13d598b>Current Factor</div><div class="sig" data-v-f13d598b>=</div>', 5)),
|
|
9240
9240
|
t("div", t4, l(D == null ? void 0 : D.cpSpd), 1),
|
|
9241
9241
|
e[104] || (e[104] = t("div", { class: "sig" }, "+", -1)),
|
|
9242
9242
|
t("div", e4, l((D == null ? void 0 : D.wxFactor) < 0 ? `(${D == null ? void 0 : D.wxFactor})` : D == null ? void 0 : D.wxFactor), 1),
|
|
@@ -9271,7 +9271,7 @@ function am(i, e, s, N, r, d) {
|
|
|
9271
9271
|
e[115] || (e[115] = t("div", { class: "fraction flex-center" }, null, -1))
|
|
9272
9272
|
]),
|
|
9273
9273
|
t("div", I4, [
|
|
9274
|
-
e[116] || (e[116] = nt('<div class="fraction flex-center" data-v-
|
|
9274
|
+
e[116] || (e[116] = nt('<div class="fraction flex-center" data-v-f13d598b>Total extra Time</div><div class="sig" data-v-f13d598b>=</div><div class="fraction flex-center" data-v-f13d598b>Time for Actual Route</div><div class="sig" data-v-f13d598b>-</div><div class="fraction flex-center" data-v-f13d598b>Time for Route prior to deviation sailing</div><div class="sig" data-v-f13d598b>=</div>', 6)),
|
|
9275
9275
|
t("div", c4, l((wl = D == null ? void 0 : D.timeAnalysis) == null ? void 0 : wl.actualTime), 1),
|
|
9276
9276
|
e[117] || (e[117] = t("div", { class: "sig" }, "-", -1)),
|
|
9277
9277
|
t("div", y4, l((Rl = D == null ? void 0 : D.timeAnalysis) == null ? void 0 : Rl.sailingTime), 1),
|
|
@@ -9289,13 +9289,13 @@ function am(i, e, s, N, r, d) {
|
|
|
9289
9289
|
t("div", z4, [
|
|
9290
9290
|
e[119] || (e[119] = t("div", null, "Extra Distance", -1)),
|
|
9291
9291
|
e[120] || (e[120] = t("div", { class: "line" }, null, -1)),
|
|
9292
|
-
s.report.useWeather ? (o(), a("div",
|
|
9293
|
-
s.report.useAbout ? (o(), a("div",
|
|
9292
|
+
s.report.useWeather ? (o(), a("div", f4, "Performance Speed")) : (o(), a(v, { key: 1 }, [
|
|
9293
|
+
s.report.useAbout ? (o(), a("div", m4, "CP Speed - About")) : (o(), a("div", b4, "CP Speed"))
|
|
9294
9294
|
], 64))
|
|
9295
9295
|
])
|
|
9296
9296
|
]),
|
|
9297
9297
|
e[128] || (e[128] = t("div", { class: "sig" }, "x", -1)),
|
|
9298
|
-
t("div",
|
|
9298
|
+
t("div", C4, [
|
|
9299
9299
|
t("div", j4, [
|
|
9300
9300
|
s.report.useAbout ? (o(), a("div", U4, "Daily FO Cons. + About")) : (o(), a("div", E4, "Daily FO Cons.")),
|
|
9301
9301
|
e[121] || (e[121] = t("div", { class: "line" }, null, -1)),
|
|
@@ -9322,7 +9322,7 @@ function am(i, e, s, N, r, d) {
|
|
|
9322
9322
|
t("div", w4, l((Gl = (Pl = D == null ? void 0 : D.consAnalysis) == null ? void 0 : Pl.fo) == null ? void 0 : Gl.sailingCons) + " (mt)", 1)
|
|
9323
9323
|
]),
|
|
9324
9324
|
t("div", R4, [
|
|
9325
|
-
e[135] || (e[135] = nt('<div class="fraction flex-center" data-v-
|
|
9325
|
+
e[135] || (e[135] = nt('<div class="fraction flex-center" data-v-f13d598b>FO Total Extra Cons.</div><div class="sig" data-v-f13d598b>=</div><div class="fraction flex-center" data-v-f13d598b>FO Cons. for extra sailing</div><div class="sig" data-v-f13d598b>+</div><div class="fraction flex-center" data-v-f13d598b>FO Cons. in extra port</div>', 5)),
|
|
9326
9326
|
(x = D.timeAnalysis) != null && x.maneuverTime ? (o(), a(v, { key: 0 }, [
|
|
9327
9327
|
e[132] || (e[132] = t("div", { class: "sig" }, "+", -1)),
|
|
9328
9328
|
e[133] || (e[133] = t("div", { class: "fraction flex-center" }, "FO Cons. for maneuvering without offset", -1))
|
|
@@ -9378,7 +9378,7 @@ function am(i, e, s, N, r, d) {
|
|
|
9378
9378
|
t("div", n3, l((Je = (_e = D == null ? void 0 : D.consAnalysis) == null ? void 0 : _e.dgo) == null ? void 0 : Je.sailingCons) + " (mt)", 1)
|
|
9379
9379
|
]),
|
|
9380
9380
|
t("div", o3, [
|
|
9381
|
-
e[155] || (e[155] = nt('<div class="fraction flex-center" data-v-
|
|
9381
|
+
e[155] || (e[155] = nt('<div class="fraction flex-center" data-v-f13d598b>MGO Total Extra Cons.</div><div class="sig" data-v-f13d598b>=</div><div class="fraction flex-center" data-v-f13d598b>MGO Cons. for extra sailing</div><div class="sig" data-v-f13d598b>+</div><div class="fraction flex-center" data-v-f13d598b>MGO Cons. in extra port</div>', 5)),
|
|
9382
9382
|
(Xe = D.timeAnalysis) != null && Xe.maneuverTime ? (o(), a(v, { key: 0 }, [
|
|
9383
9383
|
e[152] || (e[152] = t("div", { class: "sig" }, "+", -1)),
|
|
9384
9384
|
e[153] || (e[153] = t("div", { class: "fraction flex-center" }, "MGO Cons. for maneuvering without offset", -1))
|
|
@@ -9420,12 +9420,12 @@ function am(i, e, s, N, r, d) {
|
|
|
9420
9420
|
t("div", z3, [
|
|
9421
9421
|
t("div", null, l(D == null ? void 0 : D.sailingDistance), 1),
|
|
9422
9422
|
e[163] || (e[163] = t("div", { class: "line" }, null, -1)),
|
|
9423
|
-
s.report.useWeather ? (o(), a("div",
|
|
9423
|
+
s.report.useWeather ? (o(), a("div", f3, l(D.perfSpd), 1)) : (o(), a("div", m3, l(D == null ? void 0 : D.cpSpd), 1))
|
|
9424
9424
|
])
|
|
9425
9425
|
]),
|
|
9426
9426
|
e[170] || (e[170] = t("div", { class: "sig" }, "×", -1)),
|
|
9427
|
-
t("div",
|
|
9428
|
-
t("div",
|
|
9427
|
+
t("div", b3, [
|
|
9428
|
+
t("div", C3, [
|
|
9429
9429
|
t("div", null, l(D == null ? void 0 : D.cpFoCons), 1),
|
|
9430
9430
|
e[164] || (e[164] = t("div", { class: "line" }, null, -1)),
|
|
9431
9431
|
e[165] || (e[165] = t("div", null, "24", -1))
|
|
@@ -9435,7 +9435,7 @@ function am(i, e, s, N, r, d) {
|
|
|
9435
9435
|
t("div", j3, l((al = (ol = D == null ? void 0 : D.consAnalysis) == null ? void 0 : ol.fo) == null ? void 0 : al.sailingCons) + " (mt)", 1)
|
|
9436
9436
|
]),
|
|
9437
9437
|
t("div", U3, [
|
|
9438
|
-
e[172] || (e[172] = nt('<div class="fraction flex-center" data-v-
|
|
9438
|
+
e[172] || (e[172] = nt('<div class="fraction flex-center" data-v-f13d598b>FO Total Extra Consumption</div><div class="sig" data-v-f13d598b>=</div><div class="fraction flex-center" data-v-f13d598b>FO Consumption for Actual Route</div><div class="sig" data-v-f13d598b>-</div><div class="fraction flex-center" data-v-f13d598b>FO Consumption for Route prior to deviation sailing</div><div class="sig" data-v-f13d598b>=</div>', 6)),
|
|
9439
9439
|
t("div", E3, l((rl = (dl = D == null ? void 0 : D.consAnalysis) == null ? void 0 : dl.fo) == null ? void 0 : rl.actualCons), 1),
|
|
9440
9440
|
e[173] || (e[173] = t("div", { class: "sig" }, "-", -1)),
|
|
9441
9441
|
t("div", O3, l((Dl = (Ml = D == null ? void 0 : D.consAnalysis) == null ? void 0 : Ml.fo) == null ? void 0 : Dl.sailingCons), 1),
|
|
@@ -9482,7 +9482,7 @@ function am(i, e, s, N, r, d) {
|
|
|
9482
9482
|
t("div", J3, l((Il = (gl = D == null ? void 0 : D.consAnalysis) == null ? void 0 : gl.dgo) == null ? void 0 : Il.sailingCons) + " (mt)", 1)
|
|
9483
9483
|
]),
|
|
9484
9484
|
t("div", X3, [
|
|
9485
|
-
e[188] || (e[188] = nt('<div class="fraction flex-center" data-v-
|
|
9485
|
+
e[188] || (e[188] = nt('<div class="fraction flex-center" data-v-f13d598b>MGO Total Extra Consumption</div><div class="sig" data-v-f13d598b>=</div><div class="fraction flex-center" data-v-f13d598b>MGO Consumption for Actual Route</div><div class="sig" data-v-f13d598b>-</div><div class="fraction flex-center" data-v-f13d598b>MGO Consumption for Route prior to deviation sailing</div><div class="sig" data-v-f13d598b>=</div>', 6)),
|
|
9486
9486
|
t("div", $3, l((yl = (cl = D == null ? void 0 : D.consAnalysis) == null ? void 0 : cl.dgo) == null ? void 0 : yl.actualCons), 1),
|
|
9487
9487
|
e[189] || (e[189] = t("div", { class: "sig" }, "-", -1)),
|
|
9488
9488
|
t("div", K3, l((vl = (Al = D == null ? void 0 : D.consAnalysis) == null ? void 0 : Al.dgo) == null ? void 0 : vl.sailingCons), 1),
|
|
@@ -9495,47 +9495,47 @@ function am(i, e, s, N, r, d) {
|
|
|
9495
9495
|
}), 128))
|
|
9496
9496
|
]),
|
|
9497
9497
|
t("div", {
|
|
9498
|
-
class:
|
|
9498
|
+
class: C(["section remark-section", d.computeBlankHtml(r.remarks) ? "print-hidden" : ""])
|
|
9499
9499
|
}, [
|
|
9500
9500
|
e[193] || (e[193] = t("div", { class: "subtitle" }, "Remarks", -1)),
|
|
9501
|
-
t("div",
|
|
9502
|
-
r.editable ? (o(), a("div",
|
|
9501
|
+
t("div", tf, [
|
|
9502
|
+
r.editable ? (o(), a("div", ef, [
|
|
9503
9503
|
r.editable ? (o(), se(z, {
|
|
9504
9504
|
key: 0,
|
|
9505
9505
|
modelValue: r.remarks,
|
|
9506
9506
|
"onUpdate:modelValue": e[6] || (e[6] = (D) => r.remarks = D),
|
|
9507
9507
|
class: "editor",
|
|
9508
9508
|
height: "80px",
|
|
9509
|
-
onBlur: e[7] || (e[7] = (D) => d.handleCommit(D))
|
|
9509
|
+
onBlur: e[7] || (e[7] = (D) => d.handleCommit("comments", "comments", D))
|
|
9510
9510
|
}, null, 8, ["modelValue"])) : c("", !0)
|
|
9511
9511
|
])) : (o(), a("div", {
|
|
9512
9512
|
key: 1,
|
|
9513
9513
|
class: "remark-block",
|
|
9514
9514
|
onDblclick: e[8] || (e[8] = (D) => r.editable = !0)
|
|
9515
9515
|
}, [
|
|
9516
|
-
d.computeBlankHtml(r.remarks) ? (o(), a("div",
|
|
9516
|
+
d.computeBlankHtml(r.remarks) ? (o(), a("div", sf, "Please double click to modify remark")) : (o(), a("div", {
|
|
9517
9517
|
key: 0,
|
|
9518
9518
|
innerHTML: r.remarks
|
|
9519
|
-
}, null, 8,
|
|
9519
|
+
}, null, 8, lf))
|
|
9520
9520
|
], 32))
|
|
9521
9521
|
])
|
|
9522
9522
|
], 2),
|
|
9523
|
-
t("div",
|
|
9523
|
+
t("div", nf, [
|
|
9524
9524
|
e[195] || (e[195] = t("div", { class: "subtitle" }, "Voyage Map", -1)),
|
|
9525
|
-
t("div",
|
|
9525
|
+
t("div", of, [
|
|
9526
9526
|
t("img", {
|
|
9527
9527
|
style: { width: "100%" },
|
|
9528
9528
|
src: (Xt = s.report) == null ? void 0 : Xt.chartUrl,
|
|
9529
9529
|
alt: ""
|
|
9530
|
-
}, null, 8,
|
|
9531
|
-
e[194] || (e[194] = nt('<div class="legend" data-v-
|
|
9530
|
+
}, null, 8, af),
|
|
9531
|
+
e[194] || (e[194] = nt('<div class="legend" data-v-f13d598b><div class="legend-item" data-v-f13d598b><div style="width:50px;height:0;border:1px solid var(--actual-route);" data-v-f13d598b></div><div data-v-f13d598b>Actual Route</div></div><div class="legend-item" data-v-f13d598b><div style="width:50px;height:0;border:1px dashed var(--prior-route);" data-v-f13d598b></div><div data-v-f13d598b>Route prior to deviation</div></div></div>', 1))
|
|
9532
9532
|
])
|
|
9533
9533
|
])
|
|
9534
9534
|
])
|
|
9535
9535
|
]);
|
|
9536
9536
|
}
|
|
9537
|
-
const
|
|
9538
|
-
const
|
|
9537
|
+
const rf = /* @__PURE__ */ te(ix, [["render", df], ["__scopeId", "data-v-f13d598b"]]);
|
|
9538
|
+
const Mf = {
|
|
9539
9539
|
name: "FliDvtRpt",
|
|
9540
9540
|
components: {
|
|
9541
9541
|
CirclePlus: Bd,
|
|
@@ -9667,7 +9667,7 @@ const rm = {
|
|
|
9667
9667
|
this.editorDisabled ? this.editable = !1 : this.editable = !0;
|
|
9668
9668
|
},
|
|
9669
9669
|
async handleCommit(i, e, s, N) {
|
|
9670
|
-
var y, M, I, z,
|
|
9670
|
+
var y, M, I, z, m;
|
|
9671
9671
|
this.editable = !1;
|
|
9672
9672
|
const r = e.indexOf(".");
|
|
9673
9673
|
let d = {};
|
|
@@ -9693,7 +9693,7 @@ const rm = {
|
|
|
9693
9693
|
}
|
|
9694
9694
|
}
|
|
9695
9695
|
);
|
|
9696
|
-
this.extraData = (y = A == null ? void 0 : A.data) == null ? void 0 : y.data, this.extraPortList = (I = (M = A == null ? void 0 : A.data) == null ? void 0 : M.data) == null ? void 0 : I.extraPorts, this.advisory = (z = this.data) != null && z.comments ? (
|
|
9696
|
+
this.extraData = (y = A == null ? void 0 : A.data) == null ? void 0 : y.data, this.extraPortList = (I = (M = A == null ? void 0 : A.data) == null ? void 0 : M.data) == null ? void 0 : I.extraPorts, this.advisory = (z = this.data) != null && z.comments ? (m = this.data) == null ? void 0 : m.comments : void 0;
|
|
9697
9697
|
} else
|
|
9698
9698
|
Yd({
|
|
9699
9699
|
message: "Value cannot be empty.",
|
|
@@ -9701,217 +9701,217 @@ const rm = {
|
|
|
9701
9701
|
});
|
|
9702
9702
|
}
|
|
9703
9703
|
}
|
|
9704
|
-
},
|
|
9704
|
+
}, Df = { class: "deviation-report" }, Nf = { class: "report-header" }, uf = {
|
|
9705
9705
|
class: "header-title",
|
|
9706
9706
|
style: { position: "relative !important" }
|
|
9707
|
-
},
|
|
9707
|
+
}, gf = { class: "header-title-content" }, If = { class: "title-date" }, cf = { class: "report-summary" }, yf = { class: "summary-item" }, Af = { class: "flexL gray" }, vf = { class: "summary-item" }, Tf = { class: "flexL gray" }, pf = { class: "summary-item" }, xf = { class: "flexL gray" }, zf = { class: "summary-item" }, ff = { class: "flexL gray" }, mf = { class: "summary-item" }, bf = {
|
|
9708
9708
|
class: "flexL gray",
|
|
9709
9709
|
style: { display: "flex" }
|
|
9710
|
-
},
|
|
9710
|
+
}, Cf = { class: "flex" }, jf = { class: "flexM" }, Uf = { class: "summary-item" }, Ef = {
|
|
9711
9711
|
class: "flexL gray",
|
|
9712
9712
|
style: { display: "flex" }
|
|
9713
|
-
},
|
|
9713
|
+
}, Of = { class: "flex" }, Yf = { class: "flexM" }, Sf = { class: "report-summary" }, kf = { class: "summary-item" }, hf = { class: "summary-item" }, Qf = { class: "summary-item" }, wf = { class: "summary-item" }, Rf = { class: "report-map" }, Ff = ["src"], Vf = {
|
|
9714
9714
|
key: 0,
|
|
9715
9715
|
class: "subtitle"
|
|
9716
|
-
},
|
|
9716
|
+
}, Pf = {
|
|
9717
9717
|
key: 1,
|
|
9718
9718
|
class: "report-summary"
|
|
9719
|
-
},
|
|
9719
|
+
}, Gf = { class: "summary-item" }, Wf = {
|
|
9720
9720
|
class: "blue center",
|
|
9721
9721
|
style: { width: "20%" }
|
|
9722
|
-
},
|
|
9722
|
+
}, Lf = {
|
|
9723
9723
|
class: "blue center",
|
|
9724
9724
|
style: { width: "17%" }
|
|
9725
|
-
},
|
|
9725
|
+
}, Zf = { class: "flex blue center" }, Bf = { class: "flex blue center" }, Hf = { class: "summary-item" }, _f = {
|
|
9726
9726
|
class: "blue center",
|
|
9727
9727
|
style: { width: "20%" }
|
|
9728
|
-
},
|
|
9728
|
+
}, Jf = {
|
|
9729
9729
|
class: "blue center",
|
|
9730
9730
|
style: { width: "17%" }
|
|
9731
|
-
},
|
|
9731
|
+
}, Xf = { class: "flex blue center" }, $f = { class: "flex blue center" }, Kf = { class: "flex blue center" }, qf = { class: "flex blue center" }, tm = { class: "summary-item" }, em = {
|
|
9732
9732
|
class: "blue center",
|
|
9733
9733
|
style: { width: "17%" }
|
|
9734
|
-
},
|
|
9734
|
+
}, lm = { class: "flex blue center" }, sm = { class: "flex blue center" }, im = { class: "report-summary" }, nm = { class: "summary-item" }, om = { class: "flexL blue center" }, am = { class: "summary-item" }, dm = { class: "flexL blue center" }, rm = { class: "summary-item" }, Mm = { class: "flexL blue center" }, Dm = { class: "subtitle port" }, Nm = { class: "print-hidden" }, um = { class: "report-port" }, gm = { rowspan: 2 }, Im = {
|
|
9735
9735
|
rowspan: 2,
|
|
9736
9736
|
class: "print-hidden"
|
|
9737
|
-
},
|
|
9737
|
+
}, cm = { class: "report-summary" }, ym = { class: "summary-item" }, Am = { class: "flex blue center" }, vm = { class: "flex blue center" }, Tm = { class: "summary-item" }, pm = { class: "flex blue center" }, xm = {
|
|
9738
9738
|
key: 2,
|
|
9739
9739
|
class: "report-formular"
|
|
9740
|
-
},
|
|
9740
|
+
}, zm = { class: "equation" }, fm = {
|
|
9741
9741
|
class: "function",
|
|
9742
9742
|
style: { width: "20%" }
|
|
9743
|
-
},
|
|
9743
|
+
}, mm = { style: { width: "10%" } }, bm = { class: "equation" }, Cm = { style: { width: "5%" } }, jm = { style: { width: "8%" } }, Um = { style: { width: "4%" } }, Em = {
|
|
9744
9744
|
key: 3,
|
|
9745
9745
|
class: "report-formular"
|
|
9746
|
-
},
|
|
9746
|
+
}, Om = { class: "equation" }, Ym = {
|
|
9747
9747
|
class: "function",
|
|
9748
9748
|
style: { width: "20%" }
|
|
9749
|
-
},
|
|
9749
|
+
}, Sm = { style: { width: "10%" } }, km = {
|
|
9750
9750
|
key: 0,
|
|
9751
9751
|
class: "equation"
|
|
9752
|
-
},
|
|
9752
|
+
}, hm = { style: { width: "5%" } }, Qm = { style: { width: "5%" } }, wm = { style: { width: "5%" } }, Rm = {
|
|
9753
9753
|
key: 1,
|
|
9754
9754
|
class: "equation"
|
|
9755
|
-
},
|
|
9755
|
+
}, Fm = { style: { width: "5%" } }, Vm = { style: { width: "5%" } }, Pm = { style: { width: "5%" } }, Gm = { style: { width: "5%" } }, Wm = {
|
|
9756
9756
|
key: 4,
|
|
9757
9757
|
class: "report-summary"
|
|
9758
|
-
},
|
|
9758
|
+
}, Lm = { class: "summary-item" }, Zm = { class: "flex blue center" }, Bm = { class: "summary-item" }, Hm = { class: "flex blue center" }, _m = { class: "summary-item" }, Jm = { class: "flex blue center" }, Xm = {
|
|
9759
9759
|
key: 5,
|
|
9760
9760
|
class: "report-summary"
|
|
9761
|
-
}, $
|
|
9761
|
+
}, $m = { class: "summary-item" }, Km = { class: "flex blue center" }, qm = { class: "summary-item" }, tb = { class: "flex blue center" }, eb = {
|
|
9762
9762
|
key: 0,
|
|
9763
9763
|
class: "summary-item"
|
|
9764
|
-
},
|
|
9764
|
+
}, lb = { class: "flex blue center" }, sb = { class: "summary-item" }, ib = { class: "flex blue center" }, nb = {
|
|
9765
9765
|
key: 6,
|
|
9766
9766
|
class: "report-formular"
|
|
9767
|
-
},
|
|
9767
|
+
}, ob = { class: "equation" }, ab = {
|
|
9768
9768
|
class: "function",
|
|
9769
9769
|
style: { width: "5%" }
|
|
9770
|
-
},
|
|
9770
|
+
}, db = {
|
|
9771
9771
|
class: "function",
|
|
9772
9772
|
style: { width: "5%" }
|
|
9773
|
-
},
|
|
9773
|
+
}, rb = { style: { width: "5%" } }, Mb = { class: "equation" }, Db = { style: { width: "5%" } }, Nb = { style: { width: "5%" } }, ub = { style: { width: "5%" } }, gb = { class: "equation" }, Ib = {
|
|
9774
9774
|
class: "function",
|
|
9775
9775
|
style: { width: "5%" }
|
|
9776
|
-
},
|
|
9776
|
+
}, cb = {
|
|
9777
9777
|
class: "function",
|
|
9778
9778
|
style: { width: "5%" }
|
|
9779
|
-
},
|
|
9779
|
+
}, yb = { style: { width: "5%" } }, Ab = { class: "equation" }, vb = { style: { width: "5%" } }, Tb = { style: { width: "5%" } }, pb = { style: { width: "5%" } }, xb = {
|
|
9780
9780
|
key: 7,
|
|
9781
9781
|
class: "report-formular"
|
|
9782
|
-
},
|
|
9782
|
+
}, zb = { class: "equation" }, fb = {
|
|
9783
9783
|
class: "function",
|
|
9784
9784
|
style: { width: "5%" }
|
|
9785
|
-
},
|
|
9785
|
+
}, mb = {
|
|
9786
9786
|
class: "function",
|
|
9787
9787
|
style: { width: "5%" }
|
|
9788
|
-
},
|
|
9788
|
+
}, bb = { style: { width: "5%" } }, Cb = { class: "equation" }, jb = {
|
|
9789
9789
|
class: "function",
|
|
9790
9790
|
style: { width: "5%" }
|
|
9791
|
-
},
|
|
9791
|
+
}, Ub = {
|
|
9792
9792
|
class: "function",
|
|
9793
9793
|
style: { width: "5%" }
|
|
9794
|
-
},
|
|
9794
|
+
}, Eb = { style: { width: "5%" } }, Ob = {
|
|
9795
9795
|
key: 0,
|
|
9796
9796
|
class: "equation"
|
|
9797
|
-
},
|
|
9797
|
+
}, Yb = { style: { width: "5%" } }, Sb = { style: { width: "5%" } }, kb = { style: { width: "5%" } }, hb = {
|
|
9798
9798
|
key: 1,
|
|
9799
9799
|
class: "equation"
|
|
9800
|
-
},
|
|
9800
|
+
}, Qb = { style: { width: "5%" } }, wb = { style: { width: "5%" } }, Rb = { style: { width: "5%" } }, Fb = { style: { width: "5%" } }, Vb = {
|
|
9801
9801
|
key: 2,
|
|
9802
9802
|
class: "equation"
|
|
9803
|
-
},
|
|
9803
|
+
}, Pb = { style: { width: "5%" } }, Gb = { style: { width: "5%" } }, Wb = { style: { width: "5%" } }, Lb = {
|
|
9804
9804
|
key: 3,
|
|
9805
9805
|
class: "equation"
|
|
9806
|
-
},
|
|
9806
|
+
}, Zb = { style: { width: "5%" } }, Bb = { style: { width: "5%" } }, Hb = { style: { width: "5%" } }, _b = { style: { width: "5%" } }, Jb = {
|
|
9807
9807
|
key: 8,
|
|
9808
9808
|
class: "report-summary"
|
|
9809
|
-
},
|
|
9809
|
+
}, Xb = { class: "summary-item" }, $b = { class: "flex blue center" }, Kb = { class: "flex blue center" }, qb = { class: "summary-item" }, tC = { class: "flex blue center" }, eC = { class: "flex blue center" }, lC = { class: "summary-item" }, sC = {
|
|
9810
9810
|
key: 9,
|
|
9811
9811
|
class: "report-summary"
|
|
9812
|
-
},
|
|
9812
|
+
}, iC = { class: "summary-item" }, nC = { class: "flex blue center" }, oC = { class: "flex blue center" }, aC = { class: "summary-item" }, dC = { class: "flex blue center" }, rC = { class: "flex blue center" }, MC = {
|
|
9813
9813
|
key: 0,
|
|
9814
9814
|
class: "summary-item"
|
|
9815
|
-
},
|
|
9816
|
-
function
|
|
9817
|
-
var A, T, Q, j, E, U,
|
|
9818
|
-
const y = P("EditableItem"), M = P("CirclePlus"), I = P("ElIcon"), z = P("Remove"),
|
|
9819
|
-
return o(), a("div",
|
|
9815
|
+
}, DC = { class: "flex blue center" }, NC = { class: "flex blue center" }, uC = { class: "summary-item" }, gC = ["innerHTML"];
|
|
9816
|
+
function IC(i, e, s, N, r, d) {
|
|
9817
|
+
var A, T, Q, j, E, U, b, S, Y, h, p, F, W, L, Z, B, H, J, $, K, q, tt, st, G, Mt, Dt, Nt, ut, gt, It, ct, n, et, dt, yt, At, it, xt, zt, ft, mt, bt, Ct, jt, vt, Ot, Yt, St, kt, ht, Qt, wt, Rt, Ft, Vt, Pt, Gt, Ut, Xt, D, rt, w, pt, Wt, Lt, Zt, R, Bt, Ht, u, at, lt, Tt, _t, V, Jt, $t, Kt, ie, ne, oe, ae, de, re, Me, De, Ie, ce, ye, Ae, ve, Te, pe, xe, ze, fe, me, be, je, Ue, Ee, Oe, ke, k, he, Qe, we, Re, Fe, Ve, Pe, Ge, Ce, zl, fl, ml, bl, Cl, jl, Ul, El, Ol, Yl, Sl, kl, hl, Ql, wl, Rl, Fl, Vl, Pl, Gl, x, qt, Ne, ue, Ye, We, Le, Ze, Be, He, _e, Je, Xe, $e, Ke, qe, tl, el, ll, sl, il, nl, ol, al, dl, rl, Ml, Dl, Nl, ul, gl, Il, cl, yl, Al, vl, Tl, pl, Wl, Ll, Zl, Bl, Hl, _l, Jl, Xl, $l, Kl, ql, ts, es, ls, ss, is, ge, os, as, ds, rs, Ms, Ds, Ns, us, vs, Ts, ps, xs, zs, fs, bs, Cs, js, Us, Es, Os, Ys, Ss, ks, hs, Qs, ws, Rs, Fs, Vs, Ps, Gs, Ws, Ls, Zs, Bs, f, Hs, _s, Js, Xs, $s, Ks, qs, ti, cs, li, si, ii, ni, oi, ai, di, ri, Mi, Di, Ni, ui, gi, Ii, ci, yi, Ai, vi, Ti, pi, xi, zi, fi, mi, bi, Ci, ji, Ui, Ei, Oi, Yi, Si, ki;
|
|
9818
|
+
const y = P("EditableItem"), M = P("CirclePlus"), I = P("ElIcon"), z = P("Remove"), m = P("Editor");
|
|
9819
|
+
return o(), a("div", Df, [
|
|
9820
9820
|
e[140] || (e[140] = t("div", { class: "report-bg" }, [
|
|
9821
9821
|
t("img", { src: "https://img.idmwx.com/asset/fli_logo.png" })
|
|
9822
9822
|
], -1)),
|
|
9823
|
-
t("div",
|
|
9824
|
-
t("div",
|
|
9825
|
-
t("div",
|
|
9823
|
+
t("div", Nf, [
|
|
9824
|
+
t("div", uf, [
|
|
9825
|
+
t("div", gf, [
|
|
9826
9826
|
e[11] || (e[11] = t("div", { class: "title" }, "Voyage Deviation Report", -1)),
|
|
9827
|
-
t("div",
|
|
9827
|
+
t("div", If, l(d.computeUTCTime((A = r.extraData) == null ? void 0 : A.createdAt, "dddd,MMM DD,YYYY")), 1)
|
|
9828
9828
|
])
|
|
9829
9829
|
])
|
|
9830
9830
|
]),
|
|
9831
|
-
t("div",
|
|
9832
|
-
t("div",
|
|
9831
|
+
t("div", cf, [
|
|
9832
|
+
t("div", yf, [
|
|
9833
9833
|
e[12] || (e[12] = t("label", { class: "flex gray" }, "Vessel Name", -1)),
|
|
9834
|
-
t("div",
|
|
9834
|
+
t("div", Af, l((Q = (T = r.extraData) == null ? void 0 : T.vessel) == null ? void 0 : Q.name), 1)
|
|
9835
9835
|
]),
|
|
9836
|
-
t("div",
|
|
9836
|
+
t("div", vf, [
|
|
9837
9837
|
e[13] || (e[13] = t("label", { class: "flex gray" }, "Prepared For", -1)),
|
|
9838
|
-
t("div",
|
|
9838
|
+
t("div", Tf, l((j = r.extraData) == null ? void 0 : j.preparedFor), 1)
|
|
9839
9839
|
]),
|
|
9840
|
-
t("div",
|
|
9840
|
+
t("div", pf, [
|
|
9841
9841
|
e[14] || (e[14] = t("label", { class: "flex gray" }, "Vessel Type", -1)),
|
|
9842
|
-
t("div",
|
|
9842
|
+
t("div", xf, l((U = (E = r.extraData) == null ? void 0 : E.vessel) == null ? void 0 : U.type), 1)
|
|
9843
9843
|
]),
|
|
9844
|
-
t("div",
|
|
9844
|
+
t("div", zf, [
|
|
9845
9845
|
e[15] || (e[15] = t("label", { class: "flex gray" }, "Reference Number", -1)),
|
|
9846
|
-
t("div",
|
|
9846
|
+
t("div", ff, l((S = (b = r.extraData) == null ? void 0 : b.voyage) == null ? void 0 : S.number), 1)
|
|
9847
9847
|
]),
|
|
9848
|
-
t("div",
|
|
9848
|
+
t("div", mf, [
|
|
9849
9849
|
e[16] || (e[16] = t("label", { class: "flex gray" }, "Departure", -1)),
|
|
9850
|
-
t("div",
|
|
9851
|
-
t("span",
|
|
9852
|
-
t("span",
|
|
9850
|
+
t("div", bf, [
|
|
9851
|
+
t("span", Cf, l((h = (Y = r.extraData) == null ? void 0 : Y.departure) == null ? void 0 : h.name), 1),
|
|
9852
|
+
t("span", jf, l(d.computeUTCTime(((F = (p = r.extraData) == null ? void 0 : p.departure) == null ? void 0 : F.atd) || ((L = (W = r.extraData) == null ? void 0 : W.departure) == null ? void 0 : L.etd))), 1)
|
|
9853
9853
|
])
|
|
9854
9854
|
]),
|
|
9855
|
-
t("div",
|
|
9855
|
+
t("div", Uf, [
|
|
9856
9856
|
e[17] || (e[17] = t("label", { class: "flex gray" }, "Arrival", -1)),
|
|
9857
|
-
t("div",
|
|
9858
|
-
t("span",
|
|
9859
|
-
t("span",
|
|
9857
|
+
t("div", Ef, [
|
|
9858
|
+
t("span", Of, l((B = (Z = r.extraData) == null ? void 0 : Z.arrival) == null ? void 0 : B.name), 1),
|
|
9859
|
+
t("span", Yf, l(d.computeUTCTime(((J = (H = r.extraData) == null ? void 0 : H.arrival) == null ? void 0 : J.ata) || ((K = ($ = r.extraData) == null ? void 0 : $.arrival) == null ? void 0 : K.eta))), 1)
|
|
9860
9860
|
])
|
|
9861
9861
|
])
|
|
9862
9862
|
]),
|
|
9863
9863
|
e[141] || (e[141] = t("div", { class: "subtitle" }, "Report Summary", -1)),
|
|
9864
|
-
t("div",
|
|
9865
|
-
t("div",
|
|
9864
|
+
t("div", Sf, [
|
|
9865
|
+
t("div", kf, [
|
|
9866
9866
|
e[18] || (e[18] = t("label", { class: "flex blue" }, "Extra Distance (nm)", -1)),
|
|
9867
9867
|
t("div", {
|
|
9868
|
-
class:
|
|
9868
|
+
class: C(`${d.computeColor((q = r.extraData) == null ? void 0 : q.extraDist)} flex blue`)
|
|
9869
9869
|
}, l(((tt = r.extraData) == null ? void 0 : tt.extraDist) ?? "—"), 3)
|
|
9870
9870
|
]),
|
|
9871
|
-
t("div",
|
|
9871
|
+
t("div", hf, [
|
|
9872
9872
|
e[19] || (e[19] = t("label", { class: "flex blue" }, "Total extra Time (hrs)", -1)),
|
|
9873
9873
|
t("div", {
|
|
9874
|
-
class:
|
|
9874
|
+
class: C(`${d.computeColor((G = (st = r.extraData) == null ? void 0 : st.timeAnalysis) == null ? void 0 : G.totalExtraTime)} flex blue`)
|
|
9875
9875
|
}, l(((Dt = (Mt = r.extraData) == null ? void 0 : Mt.timeAnalysis) == null ? void 0 : Dt.totalExtraTime) ?? "—"), 3)
|
|
9876
9876
|
]),
|
|
9877
|
-
t("div",
|
|
9877
|
+
t("div", Qf, [
|
|
9878
9878
|
e[20] || (e[20] = t("label", { class: "flex blue" }, "FO Total extra Consumption (mt)", -1)),
|
|
9879
9879
|
t("div", {
|
|
9880
|
-
class:
|
|
9880
|
+
class: C(`${d.computeColor((gt = (ut = (Nt = r.extraData) == null ? void 0 : Nt.consAnalysis) == null ? void 0 : ut.fo) == null ? void 0 : gt.totalExtraCons)} flex blue`)
|
|
9881
9881
|
}, l(((n = (ct = (It = r.extraData) == null ? void 0 : It.consAnalysis) == null ? void 0 : ct.fo) == null ? void 0 : n.totalExtraCons) ?? "—"), 3)
|
|
9882
9882
|
]),
|
|
9883
|
-
t("div",
|
|
9883
|
+
t("div", wf, [
|
|
9884
9884
|
e[21] || (e[21] = t("label", { class: "flex blue" }, "DO/GO Total extra Consumption (mt)", -1)),
|
|
9885
9885
|
t("div", {
|
|
9886
|
-
class:
|
|
9886
|
+
class: C(`${d.computeColor((yt = (dt = (et = r.extraData) == null ? void 0 : et.consAnalysis) == null ? void 0 : dt.dgo) == null ? void 0 : yt.totalExtraCons)} flex blue`)
|
|
9887
9887
|
}, l(((xt = (it = (At = r.extraData) == null ? void 0 : At.consAnalysis) == null ? void 0 : it.dgo) == null ? void 0 : xt.totalExtraCons) ?? "—"), 3)
|
|
9888
9888
|
])
|
|
9889
9889
|
]),
|
|
9890
9890
|
e[142] || (e[142] = t("div", { class: "subtitle" }, "Voyage Map", -1)),
|
|
9891
|
-
t("div",
|
|
9891
|
+
t("div", Rf, [
|
|
9892
9892
|
t("img", {
|
|
9893
9893
|
style: { width: "100%" },
|
|
9894
9894
|
src: (zt = r.extraData) == null ? void 0 : zt.chartUrl,
|
|
9895
9895
|
alt: ""
|
|
9896
|
-
}, null, 8,
|
|
9896
|
+
}, null, 8, Ff),
|
|
9897
9897
|
e[22] || (e[22] = nt('<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))
|
|
9898
9898
|
]),
|
|
9899
9899
|
e[143] || (e[143] = t("div", { class: "page-break" }, null, -1)),
|
|
9900
|
-
i.isDistExtra ? c("", !0) : (o(), a("div",
|
|
9901
|
-
i.isDistExtra ? c("", !0) : (o(), a("div",
|
|
9900
|
+
i.isDistExtra ? c("", !0) : (o(), a("div", Vf, "Diversion Information")),
|
|
9901
|
+
i.isDistExtra ? c("", !0) : (o(), a("div", Pf, [
|
|
9902
9902
|
e[31] || (e[31] = nt('<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)),
|
|
9903
|
-
t("div",
|
|
9903
|
+
t("div", Gf, [
|
|
9904
9904
|
e[23] || (e[23] = t("div", {
|
|
9905
9905
|
class: "blue center",
|
|
9906
9906
|
style: { width: "16%" }
|
|
9907
9907
|
}, "Diversion (A)", -1)),
|
|
9908
|
-
t("div",
|
|
9909
|
-
t("div",
|
|
9910
|
-
t("div",
|
|
9908
|
+
t("div", Wf, l(d.computedLngLat((ft = r.extraData) == null ? void 0 : ft.startLng, (mt = r.extraData) == null ? void 0 : mt.startLat)), 1),
|
|
9909
|
+
t("div", Lf, l(d.computeUTCTime((bt = r.extraData) == null ? void 0 : bt.startTime, "MMM DD,YYYY HHmm")), 1),
|
|
9910
|
+
t("div", Zf, [
|
|
9911
9911
|
O(y, {
|
|
9912
9912
|
style: { padding: "0px" },
|
|
9913
9913
|
class: "editable-item",
|
|
9914
|
-
value: (
|
|
9914
|
+
value: (Ct = r.extraData) == null ? void 0 : Ct.startFoBrob,
|
|
9915
9915
|
iconable: !1,
|
|
9916
9916
|
size: "small",
|
|
9917
9917
|
type: "alphanumeric",
|
|
@@ -9919,7 +9919,7 @@ function Ib(i, e, s, N, r, d) {
|
|
|
9919
9919
|
onCommit: e[0] || (e[0] = (ot) => d.handleCommit("extra", "startFoBrob", ot))
|
|
9920
9920
|
}, null, 8, ["value"])
|
|
9921
9921
|
]),
|
|
9922
|
-
t("div",
|
|
9922
|
+
t("div", Bf, [
|
|
9923
9923
|
O(y, {
|
|
9924
9924
|
style: { padding: "0px" },
|
|
9925
9925
|
class: "editable-item",
|
|
@@ -9934,14 +9934,14 @@ function Ib(i, e, s, N, r, d) {
|
|
|
9934
9934
|
e[24] || (e[24] = t("div", { class: "flex blue center" }, null, -1)),
|
|
9935
9935
|
e[25] || (e[25] = t("div", { class: "flex blue center" }, null, -1))
|
|
9936
9936
|
]),
|
|
9937
|
-
t("div",
|
|
9937
|
+
t("div", Hf, [
|
|
9938
9938
|
e[26] || (e[26] = t("div", {
|
|
9939
9939
|
class: "blue center",
|
|
9940
9940
|
style: { width: "16%" }
|
|
9941
9941
|
}, "Back on Track (B)", -1)),
|
|
9942
|
-
t("div",
|
|
9943
|
-
t("div",
|
|
9944
|
-
t("div",
|
|
9942
|
+
t("div", _f, l(d.computedLngLat((vt = r.extraData) == null ? void 0 : vt.endLng, (Ot = r.extraData) == null ? void 0 : Ot.endLat)), 1),
|
|
9943
|
+
t("div", Jf, l(d.computeUTCTime((Yt = r.extraData) == null ? void 0 : Yt.endTime, "MMM DD,YYYY HHmm")), 1),
|
|
9944
|
+
t("div", Xf, [
|
|
9945
9945
|
O(y, {
|
|
9946
9946
|
style: { padding: "0px" },
|
|
9947
9947
|
class: "editable-item",
|
|
@@ -9953,7 +9953,7 @@ function Ib(i, e, s, N, r, d) {
|
|
|
9953
9953
|
onCommit: e[2] || (e[2] = (ot) => d.handleCommit("extra", "endFoBrob", ot))
|
|
9954
9954
|
}, null, 8, ["value"])
|
|
9955
9955
|
]),
|
|
9956
|
-
t("div",
|
|
9956
|
+
t("div", $f, [
|
|
9957
9957
|
O(y, {
|
|
9958
9958
|
style: { padding: "0px" },
|
|
9959
9959
|
class: "editable-item",
|
|
@@ -9965,7 +9965,7 @@ function Ib(i, e, s, N, r, d) {
|
|
|
9965
9965
|
onCommit: e[3] || (e[3] = (ot) => d.handleCommit("extra", "endDgoBrob", ot))
|
|
9966
9966
|
}, null, 8, ["value"])
|
|
9967
9967
|
]),
|
|
9968
|
-
t("div",
|
|
9968
|
+
t("div", Kf, [
|
|
9969
9969
|
O(y, {
|
|
9970
9970
|
style: { padding: "0px" },
|
|
9971
9971
|
class: "editable-item",
|
|
@@ -9977,7 +9977,7 @@ function Ib(i, e, s, N, r, d) {
|
|
|
9977
9977
|
onCommit: e[4] || (e[4] = (ot) => d.handleCommit("extra", "endFoBunkering", ot))
|
|
9978
9978
|
}, null, 8, ["value"])
|
|
9979
9979
|
]),
|
|
9980
|
-
t("div",
|
|
9980
|
+
t("div", qf, [
|
|
9981
9981
|
O(y, {
|
|
9982
9982
|
style: { padding: "0px" },
|
|
9983
9983
|
class: "editable-item",
|
|
@@ -9990,7 +9990,7 @@ function Ib(i, e, s, N, r, d) {
|
|
|
9990
9990
|
}, null, 8, ["value"])
|
|
9991
9991
|
])
|
|
9992
9992
|
]),
|
|
9993
|
-
t("div",
|
|
9993
|
+
t("div", tm, [
|
|
9994
9994
|
e[27] || (e[27] = t("div", {
|
|
9995
9995
|
class: "blue center",
|
|
9996
9996
|
style: { width: "16%" }
|
|
@@ -9999,31 +9999,31 @@ function Ib(i, e, s, N, r, d) {
|
|
|
9999
9999
|
class: "blue center",
|
|
10000
10000
|
style: { width: "20%" }
|
|
10001
10001
|
}, null, -1)),
|
|
10002
|
-
t("div",
|
|
10003
|
-
t("div",
|
|
10004
|
-
t("div",
|
|
10002
|
+
t("div", em, l(((Rt = (wt = r.extraData) == null ? void 0 : wt.timeAnalysis) == null ? void 0 : Rt.actualTime) ?? "—"), 1),
|
|
10003
|
+
t("div", lm, l(((Pt = (Vt = (Ft = r.extraData) == null ? void 0 : Ft.consAnalysis) == null ? void 0 : Vt.fo) == null ? void 0 : Pt.actualCons) ?? "—"), 1),
|
|
10004
|
+
t("div", sm, l(((Xt = (Ut = (Gt = r.extraData) == null ? void 0 : Gt.consAnalysis) == null ? void 0 : Ut.dgo) == null ? void 0 : Xt.actualCons) ?? "—"), 1),
|
|
10005
10005
|
e[29] || (e[29] = t("div", { class: "flex blue center" }, null, -1)),
|
|
10006
10006
|
e[30] || (e[30] = t("div", { class: "flex blue center" }, null, -1))
|
|
10007
10007
|
])
|
|
10008
10008
|
])),
|
|
10009
10009
|
e[144] || (e[144] = t("div", { class: "subtitle" }, "CP Terms", -1)),
|
|
10010
|
-
t("div",
|
|
10011
|
-
t("div",
|
|
10010
|
+
t("div", im, [
|
|
10011
|
+
t("div", nm, [
|
|
10012
10012
|
e[32] || (e[32] = t("div", { class: "flex blue" }, "CP Speed (kts)", -1)),
|
|
10013
|
-
t("div",
|
|
10013
|
+
t("div", om, l(((rt = (D = r.extraData) == null ? void 0 : D.cp) == null ? void 0 : rt.speed) ?? "—"), 1)
|
|
10014
10014
|
]),
|
|
10015
|
-
t("div",
|
|
10015
|
+
t("div", am, [
|
|
10016
10016
|
e[33] || (e[33] = t("div", { class: "flex blue" }, "CP Daily FO Consumption (mt)", -1)),
|
|
10017
|
-
t("div",
|
|
10017
|
+
t("div", dm, l(((pt = (w = r.extraData) == null ? void 0 : w.cp) == null ? void 0 : pt.fo) ?? "—"), 1)
|
|
10018
10018
|
]),
|
|
10019
|
-
t("div",
|
|
10019
|
+
t("div", rm, [
|
|
10020
10020
|
e[34] || (e[34] = t("div", { class: "flex blue" }, "CP Daily DO/GO Consumption (mt)", -1)),
|
|
10021
|
-
t("div",
|
|
10021
|
+
t("div", Mm, l(((Lt = (Wt = r.extraData) == null ? void 0 : Wt.cp) == null ? void 0 : Lt.dgo) ?? "—"), 1)
|
|
10022
10022
|
])
|
|
10023
10023
|
]),
|
|
10024
|
-
t("div",
|
|
10024
|
+
t("div", Dm, [
|
|
10025
10025
|
e[35] || (e[35] = t("div", null, "Extra Port Information", -1)),
|
|
10026
|
-
t("div",
|
|
10026
|
+
t("div", Nm, [
|
|
10027
10027
|
O(I, {
|
|
10028
10028
|
size: 20,
|
|
10029
10029
|
onClick: d.handleAdd
|
|
@@ -10035,7 +10035,7 @@ function Ib(i, e, s, N, r, d) {
|
|
|
10035
10035
|
}, 8, ["onClick"])
|
|
10036
10036
|
])
|
|
10037
10037
|
]),
|
|
10038
|
-
t("div",
|
|
10038
|
+
t("div", um, [
|
|
10039
10039
|
t("table", null, [
|
|
10040
10040
|
e[45] || (e[45] = t("thead", null, [
|
|
10041
10041
|
t("tr", null, [
|
|
@@ -10066,7 +10066,7 @@ function Ib(i, e, s, N, r, d) {
|
|
|
10066
10066
|
var hi, Qi, wi, Ri, Fi, Vi, Pi, Gi;
|
|
10067
10067
|
return o(), a(v, { key: gs }, [
|
|
10068
10068
|
t("tr", null, [
|
|
10069
|
-
t("td",
|
|
10069
|
+
t("td", gm, [
|
|
10070
10070
|
O(y, {
|
|
10071
10071
|
class: "editable-item",
|
|
10072
10072
|
value: ot == null ? void 0 : ot.name,
|
|
@@ -10115,7 +10115,7 @@ function Ib(i, e, s, N, r, d) {
|
|
|
10115
10115
|
]),
|
|
10116
10116
|
e[37] || (e[37] = t("td", null, null, -1)),
|
|
10117
10117
|
e[38] || (e[38] = t("td", null, null, -1)),
|
|
10118
|
-
t("td",
|
|
10118
|
+
t("td", Im, [
|
|
10119
10119
|
O(I, {
|
|
10120
10120
|
size: 20,
|
|
10121
10121
|
onClick: (Se) => d.handleRemove(gs)
|
|
@@ -10202,7 +10202,7 @@ function Ib(i, e, s, N, r, d) {
|
|
|
10202
10202
|
])
|
|
10203
10203
|
]),
|
|
10204
10204
|
e[145] || (e[145] = t("div", { class: "subtitle" }, "Distance Analysis", -1)),
|
|
10205
|
-
t("div",
|
|
10205
|
+
t("div", cm, [
|
|
10206
10206
|
e[48] || (e[48] = t("div", { class: "summary-item" }, [
|
|
10207
10207
|
t("div", {
|
|
10208
10208
|
class: "blue",
|
|
@@ -10211,12 +10211,12 @@ function Ib(i, e, s, N, r, d) {
|
|
|
10211
10211
|
t("div", { class: "flex blue center" }, "Actual Route"),
|
|
10212
10212
|
t("div", { class: "flex blue center" }, "Route prior to deviation")
|
|
10213
10213
|
], -1)),
|
|
10214
|
-
t("div",
|
|
10214
|
+
t("div", ym, [
|
|
10215
10215
|
e[46] || (e[46] = t("div", {
|
|
10216
10216
|
class: "blue",
|
|
10217
10217
|
style: { width: "30%" }
|
|
10218
10218
|
}, "Distance (nm)", -1)),
|
|
10219
|
-
t("div",
|
|
10219
|
+
t("div", Am, [
|
|
10220
10220
|
O(y, {
|
|
10221
10221
|
class: "editable-item",
|
|
10222
10222
|
style: { padding: "0px" },
|
|
@@ -10228,7 +10228,7 @@ function Ib(i, e, s, N, r, d) {
|
|
|
10228
10228
|
onCommit: e[6] || (e[6] = (ot) => d.handleCommit("extraData", "actualDist", ot, i.index))
|
|
10229
10229
|
}, null, 8, ["value"])
|
|
10230
10230
|
]),
|
|
10231
|
-
t("div",
|
|
10231
|
+
t("div", vm, [
|
|
10232
10232
|
O(y, {
|
|
10233
10233
|
class: "editable-item",
|
|
10234
10234
|
style: { padding: "0px" },
|
|
@@ -10241,312 +10241,312 @@ function Ib(i, e, s, N, r, d) {
|
|
|
10241
10241
|
}, null, 8, ["value"])
|
|
10242
10242
|
])
|
|
10243
10243
|
]),
|
|
10244
|
-
t("div",
|
|
10244
|
+
t("div", Tm, [
|
|
10245
10245
|
e[47] || (e[47] = t("div", {
|
|
10246
10246
|
class: "blue",
|
|
10247
10247
|
style: { width: "30%" }
|
|
10248
10248
|
}, "Extra Distance (nm)", -1)),
|
|
10249
|
-
t("div",
|
|
10249
|
+
t("div", pm, l(((Jt = r.extraData) == null ? void 0 : Jt.extraDist) ?? "—"), 1)
|
|
10250
10250
|
])
|
|
10251
10251
|
]),
|
|
10252
10252
|
e[146] || (e[146] = t("div", { class: "subtitle" }, "Time Analysis", -1)),
|
|
10253
|
-
i.isDistExtra ? (o(), a("div",
|
|
10254
|
-
t("div",
|
|
10253
|
+
i.isDistExtra ? (o(), a("div", xm, [
|
|
10254
|
+
t("div", zm, [
|
|
10255
10255
|
e[50] || (e[50] = nt('<div style="width:30%;text-align:left;" data-v-eba493df>Time for extra distance sailing (hrs)</div><div style="width:5%;" data-v-eba493df>=</div><div class="function" style="width:20%;" data-v-eba493df><div data-v-eba493df>Deviation Distance</div><div class="fractional-line" data-v-eba493df></div><div data-v-eba493df>CP Speed</div></div><div style="width:5%;" data-v-eba493df>=</div>', 4)),
|
|
10256
|
-
t("div",
|
|
10256
|
+
t("div", fm, [
|
|
10257
10257
|
t("div", null, l(($t = r.extraData) == null ? void 0 : $t.extraDist), 1),
|
|
10258
10258
|
e[49] || (e[49] = t("div", { class: "fractional-line" }, null, -1)),
|
|
10259
10259
|
t("div", null, l((ie = (Kt = r.extraData) == null ? void 0 : Kt.cp) == null ? void 0 : ie.speed), 1)
|
|
10260
10260
|
]),
|
|
10261
10261
|
e[51] || (e[51] = t("div", { style: { width: "5%" } }, "=", -1)),
|
|
10262
|
-
t("div",
|
|
10262
|
+
t("div", mm, l((oe = (ne = r.extraData) == null ? void 0 : ne.timeAnalysis) == null ? void 0 : oe.sailingTime), 1),
|
|
10263
10263
|
e[52] || (e[52] = t("div", { style: { width: "5%" } }, "(hrs)", -1))
|
|
10264
10264
|
]),
|
|
10265
|
-
t("div",
|
|
10265
|
+
t("div", bm, [
|
|
10266
10266
|
e[53] || (e[53] = nt('<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:28%;" data-v-eba493df>Time for extra distance sailing (hrs)</div><div style="width:2%;" data-v-eba493df>+</div><div style="width:23%;" data-v-eba493df>Time spent in extra port (hrs)</div><div style="width:2%;" data-v-eba493df>=</div>', 6)),
|
|
10267
|
-
t("div",
|
|
10267
|
+
t("div", Cm, l((de = (ae = r.extraData) == null ? void 0 : ae.timeAnalysis) == null ? void 0 : de.sailingTime), 1),
|
|
10268
10268
|
e[54] || (e[54] = t("div", { style: { width: "2%" } }, "+", -1)),
|
|
10269
|
-
t("div",
|
|
10269
|
+
t("div", jm, l(d.computeNum((Me = (re = r.extraData) == null ? void 0 : re.timeAnalysis) == null ? void 0 : Me.portTime)), 1),
|
|
10270
10270
|
e[55] || (e[55] = t("div", { style: { width: "2%" } }, "=", -1)),
|
|
10271
|
-
t("div",
|
|
10271
|
+
t("div", Um, l((Ie = (De = r.extraData) == null ? void 0 : De.timeAnalysis) == null ? void 0 : Ie.totalExtraTime), 1),
|
|
10272
10272
|
e[56] || (e[56] = t("div", { style: { width: "5%" } }, "(hrs)", -1))
|
|
10273
10273
|
])
|
|
10274
|
-
])) : (o(), a("div",
|
|
10275
|
-
t("div",
|
|
10274
|
+
])) : (o(), a("div", Em, [
|
|
10275
|
+
t("div", Om, [
|
|
10276
10276
|
e[58] || (e[58] = nt('<div style="width:30%;text-align:left;" data-v-eba493df>Time for Route prior to deviation sailing (hrs)</div><div style="width:5%;" data-v-eba493df>=</div><div class="function" style="width:20%;" data-v-eba493df><div data-v-eba493df>Distance</div><div class="fractional-line" data-v-eba493df></div><div data-v-eba493df>CP Speed</div></div><div style="width:5%;" data-v-eba493df>=</div>', 4)),
|
|
10277
|
-
t("div",
|
|
10277
|
+
t("div", Ym, [
|
|
10278
10278
|
t("div", null, l((ce = r.extraData) == null ? void 0 : ce.priorDist), 1),
|
|
10279
10279
|
e[57] || (e[57] = t("div", { class: "fractional-line" }, null, -1)),
|
|
10280
10280
|
t("div", null, l((Ae = (ye = r.extraData) == null ? void 0 : ye.cp) == null ? void 0 : Ae.speed), 1)
|
|
10281
10281
|
]),
|
|
10282
10282
|
e[59] || (e[59] = t("div", { style: { width: "5%" } }, "=", -1)),
|
|
10283
|
-
t("div",
|
|
10283
|
+
t("div", Sm, l((Te = (ve = r.extraData) == null ? void 0 : ve.timeAnalysis) == null ? void 0 : Te.sailingTime), 1),
|
|
10284
10284
|
e[60] || (e[60] = t("div", { style: { width: "5%" } }, "(hrs)", -1))
|
|
10285
10285
|
]),
|
|
10286
|
-
r.extraPortList.length < 1 ? (o(), a("div",
|
|
10286
|
+
r.extraPortList.length < 1 ? (o(), a("div", km, [
|
|
10287
10287
|
e[61] || (e[61] = nt('<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)),
|
|
10288
|
-
t("div",
|
|
10288
|
+
t("div", hm, l((xe = (pe = r.extraData) == null ? void 0 : pe.timeAnalysis) == null ? void 0 : xe.actualTime), 1),
|
|
10289
10289
|
e[62] || (e[62] = t("div", { style: { width: "2%" } }, "-", -1)),
|
|
10290
|
-
t("div",
|
|
10290
|
+
t("div", Qm, l((fe = (ze = r.extraData) == null ? void 0 : ze.timeAnalysis) == null ? void 0 : fe.sailingTime), 1),
|
|
10291
10291
|
e[63] || (e[63] = t("div", { style: { width: "2%" } }, "=", -1)),
|
|
10292
|
-
t("div",
|
|
10292
|
+
t("div", wm, l((be = (me = r.extraData) == null ? void 0 : me.timeAnalysis) == null ? void 0 : be.totalExtraTime), 1),
|
|
10293
10293
|
e[64] || (e[64] = t("div", { style: { width: "5%" } }, "(hrs)", -1))
|
|
10294
|
-
])) : (o(), a("div",
|
|
10294
|
+
])) : (o(), a("div", Rm, [
|
|
10295
10295
|
e[65] || (e[65] = nt('<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)),
|
|
10296
|
-
t("div",
|
|
10296
|
+
t("div", Fm, l((Ue = (je = r.extraData) == null ? void 0 : je.timeAnalysis) == null ? void 0 : Ue.actualTime), 1),
|
|
10297
10297
|
e[66] || (e[66] = t("div", { style: { width: "2%" } }, "-", -1)),
|
|
10298
|
-
t("div",
|
|
10298
|
+
t("div", Vm, l((Oe = (Ee = r.extraData) == null ? void 0 : Ee.timeAnalysis) == null ? void 0 : Oe.sailingTime), 1),
|
|
10299
10299
|
e[67] || (e[67] = t("div", { style: { width: "2%" } }, "-", -1)),
|
|
10300
|
-
t("div",
|
|
10300
|
+
t("div", Pm, l((k = (ke = r.extraData) == null ? void 0 : ke.timeAnalysis) == null ? void 0 : k.portTime), 1),
|
|
10301
10301
|
e[68] || (e[68] = t("div", { style: { width: "2%" } }, "=", -1)),
|
|
10302
|
-
t("div",
|
|
10302
|
+
t("div", Gm, l((Qe = (he = r.extraData) == null ? void 0 : he.timeAnalysis) == null ? void 0 : Qe.totalExtraTime), 1),
|
|
10303
10303
|
e[69] || (e[69] = t("div", { style: { width: "5%" } }, "(hrs)", -1))
|
|
10304
10304
|
]))
|
|
10305
10305
|
])),
|
|
10306
|
-
i.isDistExtra ? (o(), a("div",
|
|
10307
|
-
t("div",
|
|
10306
|
+
i.isDistExtra ? (o(), a("div", Wm, [
|
|
10307
|
+
t("div", Lm, [
|
|
10308
10308
|
e[70] || (e[70] = t("div", {
|
|
10309
10309
|
class: "blue",
|
|
10310
10310
|
style: { width: "30%" }
|
|
10311
10311
|
}, "Time for extra distance sailing (hrs)", -1)),
|
|
10312
|
-
t("div",
|
|
10312
|
+
t("div", Zm, l(((Re = (we = r.extraData) == null ? void 0 : we.timeAnalysis) == null ? void 0 : Re.sailingTime) ?? "—"), 1)
|
|
10313
10313
|
]),
|
|
10314
|
-
t("div",
|
|
10314
|
+
t("div", Bm, [
|
|
10315
10315
|
e[71] || (e[71] = t("div", {
|
|
10316
10316
|
class: "blue",
|
|
10317
10317
|
style: { width: "30%" }
|
|
10318
10318
|
}, "Time spent in extra port (hrs)", -1)),
|
|
10319
|
-
t("div",
|
|
10319
|
+
t("div", Hm, l(((Ve = (Fe = r.extraData) == null ? void 0 : Fe.timeAnalysis) == null ? void 0 : Ve.portTime) ?? "—"), 1)
|
|
10320
10320
|
]),
|
|
10321
|
-
t("div",
|
|
10321
|
+
t("div", _m, [
|
|
10322
10322
|
e[72] || (e[72] = t("div", {
|
|
10323
10323
|
class: "blue",
|
|
10324
10324
|
style: { width: "30%" }
|
|
10325
10325
|
}, "Total extra Time (hrs)", -1)),
|
|
10326
|
-
t("div",
|
|
10326
|
+
t("div", Jm, l(((Ge = (Pe = r.extraData) == null ? void 0 : Pe.timeAnalysis) == null ? void 0 : Ge.totalExtraTime) ?? "—"), 1)
|
|
10327
10327
|
])
|
|
10328
|
-
])) : (o(), a("div",
|
|
10329
|
-
t("div", $
|
|
10328
|
+
])) : (o(), a("div", Xm, [
|
|
10329
|
+
t("div", $m, [
|
|
10330
10330
|
e[73] || (e[73] = t("div", {
|
|
10331
10331
|
class: "blue",
|
|
10332
10332
|
style: { width: "40%" }
|
|
10333
10333
|
}, "Time for Route prior to deviation sailing (hrs)", -1)),
|
|
10334
|
-
t("div",
|
|
10334
|
+
t("div", Km, l((zl = (Ce = r.extraData) == null ? void 0 : Ce.timeAnalysis) == null ? void 0 : zl.sailingTime), 1)
|
|
10335
10335
|
]),
|
|
10336
|
-
t("div",
|
|
10336
|
+
t("div", qm, [
|
|
10337
10337
|
e[74] || (e[74] = t("div", {
|
|
10338
10338
|
class: "blue",
|
|
10339
10339
|
style: { width: "40%" }
|
|
10340
10340
|
}, "Time for Actual Route (hrs)", -1)),
|
|
10341
|
-
t("div",
|
|
10341
|
+
t("div", tb, l((ml = (fl = r.extraData) == null ? void 0 : fl.timeAnalysis) == null ? void 0 : ml.actualTime), 1)
|
|
10342
10342
|
]),
|
|
10343
|
-
r.extraPortList.length > 0 ? (o(), a("div",
|
|
10343
|
+
r.extraPortList.length > 0 ? (o(), a("div", eb, [
|
|
10344
10344
|
e[75] || (e[75] = t("div", {
|
|
10345
10345
|
class: "blue",
|
|
10346
10346
|
style: { width: "40%" }
|
|
10347
10347
|
}, "Time spent in port (hrs)", -1)),
|
|
10348
|
-
t("div",
|
|
10348
|
+
t("div", lb, l(((Cl = (bl = r.extraData) == null ? void 0 : bl.timeAnalysis) == null ? void 0 : Cl.portTime) ?? "—"), 1)
|
|
10349
10349
|
])) : c("", !0),
|
|
10350
|
-
t("div",
|
|
10350
|
+
t("div", sb, [
|
|
10351
10351
|
e[76] || (e[76] = t("div", {
|
|
10352
10352
|
class: "blue",
|
|
10353
10353
|
style: { width: "40%" }
|
|
10354
10354
|
}, "Total extra Time (hrs)", -1)),
|
|
10355
|
-
t("div",
|
|
10355
|
+
t("div", ib, l((Ul = (jl = r.extraData) == null ? void 0 : jl.timeAnalysis) == null ? void 0 : Ul.totalExtraTime), 1)
|
|
10356
10356
|
])
|
|
10357
10357
|
])),
|
|
10358
10358
|
e[147] || (e[147] = t("div", { class: "subtitle" }, "Consumption Analysis", -1)),
|
|
10359
|
-
i.isDistExtra ? (o(), a("div",
|
|
10360
|
-
t("div",
|
|
10359
|
+
i.isDistExtra ? (o(), a("div", nb, [
|
|
10360
|
+
t("div", ob, [
|
|
10361
10361
|
e[80] || (e[80] = nt('<div style="width:20%;text-align:left;" data-v-eba493df>FO Consumption for extra distance sailing</div><div style="width:2%;" data-v-eba493df>=</div><div class="function" style="width:30%;" data-v-eba493df><div data-v-eba493df>Deviation Distance</div><div class="fractional-line" data-v-eba493df></div><div data-v-eba493df>CP Speed</div></div><div style="width:3%;" data-v-eba493df>×</div><div class="function" style="width:23%;" data-v-eba493df><div data-v-eba493df>Daily FO Consumption</div><div class="fractional-line" data-v-eba493df></div><div data-v-eba493df>24</div></div><div style="width:3%;" data-v-eba493df>=</div>', 6)),
|
|
10362
|
-
t("div",
|
|
10362
|
+
t("div", ab, [
|
|
10363
10363
|
t("div", null, l((El = r.extraData) == null ? void 0 : El.extraDist), 1),
|
|
10364
10364
|
e[77] || (e[77] = t("div", { class: "fractional-line" }, null, -1)),
|
|
10365
10365
|
t("div", null, l((Yl = (Ol = r.extraData) == null ? void 0 : Ol.cp) == null ? void 0 : Yl.speed), 1)
|
|
10366
10366
|
]),
|
|
10367
10367
|
e[81] || (e[81] = t("div", { style: { width: "3%" } }, "×", -1)),
|
|
10368
|
-
t("div",
|
|
10368
|
+
t("div", db, [
|
|
10369
10369
|
t("div", null, l((kl = (Sl = r.extraData) == null ? void 0 : Sl.cp) == null ? void 0 : kl.fo), 1),
|
|
10370
10370
|
e[78] || (e[78] = t("div", { class: "fractional-line" }, null, -1)),
|
|
10371
10371
|
e[79] || (e[79] = t("div", null, "24", -1))
|
|
10372
10372
|
]),
|
|
10373
10373
|
e[82] || (e[82] = t("div", { style: { width: "3%" } }, "=", -1)),
|
|
10374
|
-
t("div",
|
|
10374
|
+
t("div", rb, l((wl = (Ql = (hl = r.extraData) == null ? void 0 : hl.consAnalysis) == null ? void 0 : Ql.fo) == null ? void 0 : wl.sailingCons), 1),
|
|
10375
10375
|
e[83] || (e[83] = t("div", { style: { width: "5%" } }, "(mt)", -1))
|
|
10376
10376
|
]),
|
|
10377
|
-
t("div",
|
|
10377
|
+
t("div", Mb, [
|
|
10378
10378
|
e[84] || (e[84] = nt('<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 extra distance sailing (mt)</div><div style="width:3%;" data-v-eba493df>+</div><div style="width:23%;" data-v-eba493df>FO Consumption in extra port (mt)</div><div style="width:3%;" data-v-eba493df>=</div>', 6)),
|
|
10379
|
-
t("div",
|
|
10379
|
+
t("div", Db, l((Vl = (Fl = (Rl = r.extraData) == null ? void 0 : Rl.consAnalysis) == null ? void 0 : Fl.fo) == null ? void 0 : Vl.sailingCons), 1),
|
|
10380
10380
|
e[85] || (e[85] = t("div", { style: { width: "3%" } }, "+", -1)),
|
|
10381
|
-
t("div",
|
|
10381
|
+
t("div", Nb, l(d.computeNum((x = (Gl = (Pl = r.extraData) == null ? void 0 : Pl.consAnalysis) == null ? void 0 : Gl.fo) == null ? void 0 : x.portCons)), 1),
|
|
10382
10382
|
e[86] || (e[86] = t("div", { style: { width: "3%" } }, "=", -1)),
|
|
10383
|
-
t("div",
|
|
10383
|
+
t("div", ub, l((ue = (Ne = (qt = r.extraData) == null ? void 0 : qt.consAnalysis) == null ? void 0 : Ne.fo) == null ? void 0 : ue.totalExtraCons), 1),
|
|
10384
10384
|
e[87] || (e[87] = t("div", { style: { width: "5%" } }, "(mt)", -1))
|
|
10385
10385
|
]),
|
|
10386
|
-
t("div",
|
|
10386
|
+
t("div", gb, [
|
|
10387
10387
|
e[91] || (e[91] = nt('<div style="width:20%;text-align:left;" data-v-eba493df>DO Consumption for extra distance sailing</div><div style="width:2%;" data-v-eba493df>=</div><div class="function" style="width:30%;" data-v-eba493df><div data-v-eba493df>Deviation Distance</div><div class="fractional-line" data-v-eba493df></div><div data-v-eba493df>CP Speed</div></div><div style="width:3%;" data-v-eba493df>×</div><div class="function" style="width:23%;" data-v-eba493df><div data-v-eba493df>Daily DO Consumption</div><div class="fractional-line" data-v-eba493df></div><div data-v-eba493df>24</div></div><div style="width:3%;" data-v-eba493df>=</div>', 6)),
|
|
10388
|
-
t("div",
|
|
10388
|
+
t("div", Ib, [
|
|
10389
10389
|
t("div", null, l((Ye = r.extraData) == null ? void 0 : Ye.extraDist), 1),
|
|
10390
10390
|
e[88] || (e[88] = t("div", { class: "fractional-line" }, null, -1)),
|
|
10391
10391
|
t("div", null, l((Le = (We = r.extraData) == null ? void 0 : We.cp) == null ? void 0 : Le.speed), 1)
|
|
10392
10392
|
]),
|
|
10393
10393
|
e[92] || (e[92] = t("div", { style: { width: "3%" } }, "×", -1)),
|
|
10394
|
-
t("div",
|
|
10394
|
+
t("div", cb, [
|
|
10395
10395
|
t("div", null, l((Be = (Ze = r.extraData) == null ? void 0 : Ze.cp) == null ? void 0 : Be.dgo), 1),
|
|
10396
10396
|
e[89] || (e[89] = t("div", { class: "fractional-line" }, null, -1)),
|
|
10397
10397
|
e[90] || (e[90] = t("div", null, "24", -1))
|
|
10398
10398
|
]),
|
|
10399
10399
|
e[93] || (e[93] = t("div", { style: { width: "3%" } }, "=", -1)),
|
|
10400
|
-
t("div",
|
|
10400
|
+
t("div", yb, l((Je = (_e = (He = r.extraData) == null ? void 0 : He.consAnalysis) == null ? void 0 : _e.dgo) == null ? void 0 : Je.sailingCons), 1),
|
|
10401
10401
|
e[94] || (e[94] = t("div", { style: { width: "5%" } }, "(mt)", -1))
|
|
10402
10402
|
]),
|
|
10403
|
-
t("div",
|
|
10403
|
+
t("div", Ab, [
|
|
10404
10404
|
e[95] || (e[95] = nt('<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 extra distance sailing(mt)</div><div style="width:3%;" data-v-eba493df>-</div><div style="width:23%;" data-v-eba493df>DO/GO Consumption in extra port(mt)</div><div style="width:3%;" data-v-eba493df>=</div>', 6)),
|
|
10405
|
-
t("div",
|
|
10405
|
+
t("div", vb, l((Ke = ($e = (Xe = r.extraData) == null ? void 0 : Xe.consAnalysis) == null ? void 0 : $e.dgo) == null ? void 0 : Ke.sailingCons), 1),
|
|
10406
10406
|
e[96] || (e[96] = t("div", { style: { width: "3%" } }, "-", -1)),
|
|
10407
|
-
t("div",
|
|
10407
|
+
t("div", Tb, l(d.computeNum((el = (tl = (qe = r.extraData) == null ? void 0 : qe.consAnalysis) == null ? void 0 : tl.dgo) == null ? void 0 : el.portCons)), 1),
|
|
10408
10408
|
e[97] || (e[97] = t("div", { style: { width: "3%" } }, "=", -1)),
|
|
10409
|
-
t("div",
|
|
10409
|
+
t("div", pb, l((il = (sl = (ll = r.extraData) == null ? void 0 : ll.consAnalysis) == null ? void 0 : sl.dgo) == null ? void 0 : il.totalExtraCons), 1),
|
|
10410
10410
|
e[98] || (e[98] = t("div", { style: { width: "5%" } }, "(mt)", -1))
|
|
10411
10411
|
])
|
|
10412
|
-
])) : (o(), a("div",
|
|
10413
|
-
t("div",
|
|
10412
|
+
])) : (o(), a("div", xb, [
|
|
10413
|
+
t("div", zb, [
|
|
10414
10414
|
e[102] || (e[102] = nt('<div style="width:20%;text-align:left;" data-v-eba493df>FO Consumption for Route prior to deviation sailing</div><div style="width:2%;" data-v-eba493df>=</div><div class="function" style="width:30%;" data-v-eba493df><div data-v-eba493df>Route prior to deviation Distance</div><div class="fractional-line" data-v-eba493df></div><div data-v-eba493df>CP Speed</div></div><div style="width:3%;" data-v-eba493df>×</div><div class="function" style="width:23%;" data-v-eba493df><div data-v-eba493df>CP Daily FO Consumption</div><div class="fractional-line" data-v-eba493df></div><div data-v-eba493df>24</div></div><div style="width:3%;" data-v-eba493df>=</div>', 6)),
|
|
10415
|
-
t("div",
|
|
10415
|
+
t("div", fb, [
|
|
10416
10416
|
t("div", null, l((nl = r.extraData) == null ? void 0 : nl.priorDist), 1),
|
|
10417
10417
|
e[99] || (e[99] = t("div", { class: "fractional-line" }, null, -1)),
|
|
10418
10418
|
t("div", null, l((al = (ol = r.extraData) == null ? void 0 : ol.cp) == null ? void 0 : al.speed), 1)
|
|
10419
10419
|
]),
|
|
10420
10420
|
e[103] || (e[103] = t("div", { style: { width: "3%" } }, "×", -1)),
|
|
10421
|
-
t("div",
|
|
10421
|
+
t("div", mb, [
|
|
10422
10422
|
t("div", null, l((rl = (dl = r.extraData) == null ? void 0 : dl.cp) == null ? void 0 : rl.fo), 1),
|
|
10423
10423
|
e[100] || (e[100] = t("div", { class: "fractional-line" }, null, -1)),
|
|
10424
10424
|
e[101] || (e[101] = t("div", null, "24", -1))
|
|
10425
10425
|
]),
|
|
10426
10426
|
e[104] || (e[104] = t("div", { style: { width: "3%" } }, "=", -1)),
|
|
10427
|
-
t("div",
|
|
10427
|
+
t("div", bb, l((Nl = (Dl = (Ml = r.extraData) == null ? void 0 : Ml.consAnalysis) == null ? void 0 : Dl.fo) == null ? void 0 : Nl.sailingCons), 1),
|
|
10428
10428
|
e[105] || (e[105] = t("div", { style: { width: "5%" } }, "(mt)", -1))
|
|
10429
10429
|
]),
|
|
10430
|
-
t("div",
|
|
10430
|
+
t("div", Cb, [
|
|
10431
10431
|
e[109] || (e[109] = nt('<div style="width:20%;text-align:left;" data-v-eba493df>DO Consumption for Route prior to deviation sailing</div><div style="width:2%;" data-v-eba493df>=</div><div class="function" style="width:30%;" data-v-eba493df><div data-v-eba493df>Route prior to deviation Distance</div><div class="fractional-line" data-v-eba493df></div><div data-v-eba493df>CP Speed</div></div><div style="width:3%;" data-v-eba493df>×</div><div class="function" style="width:23%;" data-v-eba493df><div data-v-eba493df>CP Daily DO Consumption</div><div class="fractional-line" data-v-eba493df></div><div data-v-eba493df>24</div></div><div style="width:3%;" data-v-eba493df>=</div>', 6)),
|
|
10432
|
-
t("div",
|
|
10432
|
+
t("div", jb, [
|
|
10433
10433
|
t("div", null, l((ul = r.extraData) == null ? void 0 : ul.priorDist), 1),
|
|
10434
10434
|
e[106] || (e[106] = t("div", { class: "fractional-line" }, null, -1)),
|
|
10435
10435
|
t("div", null, l((Il = (gl = r.extraData) == null ? void 0 : gl.cp) == null ? void 0 : Il.speed), 1)
|
|
10436
10436
|
]),
|
|
10437
10437
|
e[110] || (e[110] = t("div", { style: { width: "3%" } }, "×", -1)),
|
|
10438
|
-
t("div",
|
|
10438
|
+
t("div", Ub, [
|
|
10439
10439
|
t("div", null, l((yl = (cl = r.extraData) == null ? void 0 : cl.cp) == null ? void 0 : yl.dgo), 1),
|
|
10440
10440
|
e[107] || (e[107] = t("div", { class: "fractional-line" }, null, -1)),
|
|
10441
10441
|
e[108] || (e[108] = t("div", null, "24", -1))
|
|
10442
10442
|
]),
|
|
10443
10443
|
e[111] || (e[111] = t("div", { style: { width: "3%" } }, "=", -1)),
|
|
10444
|
-
t("div",
|
|
10444
|
+
t("div", Eb, l((Tl = (vl = (Al = r.extraData) == null ? void 0 : Al.consAnalysis) == null ? void 0 : vl.dgo) == null ? void 0 : Tl.sailingCons), 1),
|
|
10445
10445
|
e[112] || (e[112] = t("div", { style: { width: "5%" } }, "(mt)", -1))
|
|
10446
10446
|
]),
|
|
10447
|
-
r.extraPortList.length < 1 ? (o(), a("div",
|
|
10447
|
+
r.extraPortList.length < 1 ? (o(), a("div", Ob, [
|
|
10448
10448
|
e[113] || (e[113] = nt('<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)),
|
|
10449
|
-
t("div",
|
|
10449
|
+
t("div", Yb, l((Ll = (Wl = (pl = r.extraData) == null ? void 0 : pl.consAnalysis) == null ? void 0 : Wl.fo) == null ? void 0 : Ll.actualCons), 1),
|
|
10450
10450
|
e[114] || (e[114] = t("div", { style: { width: "3%" } }, "-", -1)),
|
|
10451
|
-
t("div",
|
|
10451
|
+
t("div", Sb, l(d.computeNum((Hl = (Bl = (Zl = r.extraData) == null ? void 0 : Zl.consAnalysis) == null ? void 0 : Bl.fo) == null ? void 0 : Hl.sailingCons)), 1),
|
|
10452
10452
|
e[115] || (e[115] = t("div", { style: { width: "3%" } }, "=", -1)),
|
|
10453
|
-
t("div",
|
|
10453
|
+
t("div", kb, l((Xl = (Jl = (_l = r.extraData) == null ? void 0 : _l.consAnalysis) == null ? void 0 : Jl.fo) == null ? void 0 : Xl.totalExtraCons), 1),
|
|
10454
10454
|
e[116] || (e[116] = t("div", { style: { width: "5%" } }, "(mt)", -1))
|
|
10455
|
-
])) : (o(), a("div",
|
|
10455
|
+
])) : (o(), a("div", hb, [
|
|
10456
10456
|
e[117] || (e[117] = nt('<div style="width:15%;text-align:left;" data-v-eba493df>FO Total Extra Consumption(mt)</div><div style="width:2%;" data-v-eba493df>=</div><div style="width:15%;" data-v-eba493df>FO Consumption for Actual Route</div><div style="width:3%;" data-v-eba493df>-</div><div style="width:20%;" data-v-eba493df>FO Consumption for Route prior to deviation sailing</div><div style="width:3%;" data-v-eba493df>-</div><div style="width:10%;" data-v-eba493df>FO Consumption in port</div><div style="width:3%;" data-v-eba493df>=</div>', 8)),
|
|
10457
|
-
t("div",
|
|
10457
|
+
t("div", Qb, l((ql = (Kl = ($l = r.extraData) == null ? void 0 : $l.consAnalysis) == null ? void 0 : Kl.fo) == null ? void 0 : ql.actualCons), 1),
|
|
10458
10458
|
e[118] || (e[118] = t("div", { style: { width: "3%" } }, "-", -1)),
|
|
10459
|
-
t("div",
|
|
10459
|
+
t("div", wb, l(d.computeNum((ls = (es = (ts = r.extraData) == null ? void 0 : ts.consAnalysis) == null ? void 0 : es.fo) == null ? void 0 : ls.sailingCons)), 1),
|
|
10460
10460
|
e[119] || (e[119] = t("div", { style: { width: "3%" } }, "-", -1)),
|
|
10461
|
-
t("div",
|
|
10461
|
+
t("div", Rb, l(d.computeNum((ge = (is = (ss = r.extraData) == null ? void 0 : ss.consAnalysis) == null ? void 0 : is.fo) == null ? void 0 : ge.portCons)), 1),
|
|
10462
10462
|
e[120] || (e[120] = t("div", { style: { width: "3%" } }, "=", -1)),
|
|
10463
|
-
t("div",
|
|
10463
|
+
t("div", Fb, l((ds = (as = (os = r.extraData) == null ? void 0 : os.consAnalysis) == null ? void 0 : as.fo) == null ? void 0 : ds.totalExtraCons), 1),
|
|
10464
10464
|
e[121] || (e[121] = t("div", { style: { width: "5%" } }, "(mt)", -1))
|
|
10465
10465
|
])),
|
|
10466
|
-
r.extraPortList.length < 1 ? (o(), a("div",
|
|
10466
|
+
r.extraPortList.length < 1 ? (o(), a("div", Vb, [
|
|
10467
10467
|
e[122] || (e[122] = nt('<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)),
|
|
10468
|
-
t("div",
|
|
10468
|
+
t("div", Pb, l((Ds = (Ms = (rs = r.extraData) == null ? void 0 : rs.consAnalysis) == null ? void 0 : Ms.dgo) == null ? void 0 : Ds.actualCons), 1),
|
|
10469
10469
|
e[123] || (e[123] = t("div", { style: { width: "3%" } }, "-", -1)),
|
|
10470
|
-
t("div",
|
|
10470
|
+
t("div", Gb, l((vs = (us = (Ns = r.extraData) == null ? void 0 : Ns.consAnalysis) == null ? void 0 : us.dgo) == null ? void 0 : vs.sailingCons), 1),
|
|
10471
10471
|
e[124] || (e[124] = t("div", { style: { width: "3%" } }, "=", -1)),
|
|
10472
|
-
t("div",
|
|
10472
|
+
t("div", Wb, l((xs = (ps = (Ts = r.extraData) == null ? void 0 : Ts.consAnalysis) == null ? void 0 : ps.dgo) == null ? void 0 : xs.totalExtraCons), 1),
|
|
10473
10473
|
e[125] || (e[125] = t("div", { style: { width: "5%" } }, "(mt)", -1))
|
|
10474
|
-
])) : (o(), a("div",
|
|
10474
|
+
])) : (o(), a("div", Lb, [
|
|
10475
10475
|
e[126] || (e[126] = nt('<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)),
|
|
10476
|
-
t("div",
|
|
10476
|
+
t("div", Zb, l((bs = (fs = (zs = r.extraData) == null ? void 0 : zs.consAnalysis) == null ? void 0 : fs.dgo) == null ? void 0 : bs.actualCons), 1),
|
|
10477
10477
|
e[127] || (e[127] = t("div", { style: { width: "3%" } }, "-", -1)),
|
|
10478
|
-
t("div",
|
|
10478
|
+
t("div", Bb, l(d.computeNum((Us = (js = (Cs = r.extraData) == null ? void 0 : Cs.consAnalysis) == null ? void 0 : js.dgo) == null ? void 0 : Us.sailingCons)), 1),
|
|
10479
10479
|
e[128] || (e[128] = t("div", { style: { width: "3%" } }, "-", -1)),
|
|
10480
|
-
t("div",
|
|
10480
|
+
t("div", Hb, l(d.computeNum((Ys = (Os = (Es = r.extraData) == null ? void 0 : Es.consAnalysis) == null ? void 0 : Os.dgo) == null ? void 0 : Ys.portCons)), 1),
|
|
10481
10481
|
e[129] || (e[129] = t("div", { style: { width: "3%" } }, "=", -1)),
|
|
10482
|
-
t("div",
|
|
10482
|
+
t("div", _b, l((hs = (ks = (Ss = r.extraData) == null ? void 0 : Ss.consAnalysis) == null ? void 0 : ks.dgo) == null ? void 0 : hs.totalExtraCons), 1),
|
|
10483
10483
|
e[130] || (e[130] = t("div", { style: { width: "5%" } }, "(mt)", -1))
|
|
10484
10484
|
]))
|
|
10485
10485
|
])),
|
|
10486
|
-
i.isDistExtra ? (o(), a("div",
|
|
10486
|
+
i.isDistExtra ? (o(), a("div", Jb, [
|
|
10487
10487
|
e[134] || (e[134] = t("div", { class: "summary-item" }, [
|
|
10488
10488
|
t("div", { class: "blue flexM" }),
|
|
10489
10489
|
t("div", { class: "flex blue center" }, "FO"),
|
|
10490
10490
|
t("div", { class: "flex blue center" }, "DO/GO")
|
|
10491
10491
|
], -1)),
|
|
10492
|
-
t("div",
|
|
10492
|
+
t("div", Xb, [
|
|
10493
10493
|
e[131] || (e[131] = t("div", { class: "blue flexM" }, "Consumption for extra distance sailing (mt)", -1)),
|
|
10494
|
-
t("div", $
|
|
10495
|
-
t("div",
|
|
10494
|
+
t("div", $b, l(((Rs = (ws = (Qs = r.extraData) == null ? void 0 : Qs.consAnalysis) == null ? void 0 : ws.fo) == null ? void 0 : Rs.sailingCons) ?? "—"), 1),
|
|
10495
|
+
t("div", Kb, l(((Ps = (Vs = (Fs = r.extraData) == null ? void 0 : Fs.consAnalysis) == null ? void 0 : Vs.dgo) == null ? void 0 : Ps.sailingCons) ?? "—"), 1)
|
|
10496
10496
|
]),
|
|
10497
|
-
t("div",
|
|
10497
|
+
t("div", qb, [
|
|
10498
10498
|
e[132] || (e[132] = t("div", { class: "blue flexM" }, "Consumption in extra port (mt)", -1)),
|
|
10499
|
-
t("div",
|
|
10500
|
-
t("div",
|
|
10499
|
+
t("div", tC, l(((Ls = (Ws = (Gs = r.extraData) == null ? void 0 : Gs.consAnalysis) == null ? void 0 : Ws.fo) == null ? void 0 : Ls.portCons) ?? "—"), 1),
|
|
10500
|
+
t("div", eC, l(((f = (Bs = (Zs = r.extraData) == null ? void 0 : Zs.consAnalysis) == null ? void 0 : Bs.dgo) == null ? void 0 : f.portCons) ?? "—"), 1)
|
|
10501
10501
|
]),
|
|
10502
|
-
t("div",
|
|
10502
|
+
t("div", lC, [
|
|
10503
10503
|
e[133] || (e[133] = t("div", { class: "blue flexM" }, "Total extra Consumption (mt)", -1)),
|
|
10504
10504
|
t("div", {
|
|
10505
|
-
class:
|
|
10505
|
+
class: C(`${d.computeColor((Js = (_s = (Hs = r.extraData) == null ? void 0 : Hs.consAnalysis) == null ? void 0 : _s.fo) == null ? void 0 : Js.totalExtraCons)} flex blue center`)
|
|
10506
10506
|
}, l(((Ks = ($s = (Xs = r.extraData) == null ? void 0 : Xs.consAnalysis) == null ? void 0 : $s.fo) == null ? void 0 : Ks.totalExtraCons) ?? "—"), 3),
|
|
10507
10507
|
t("div", {
|
|
10508
|
-
class:
|
|
10508
|
+
class: C(`${d.computeColor((cs = (ti = (qs = r.extraData) == null ? void 0 : qs.consAnalysis) == null ? void 0 : ti.dgo) == null ? void 0 : cs.totalExtraCons)} flex blue center`)
|
|
10509
10509
|
}, l(((ii = (si = (li = r.extraData) == null ? void 0 : li.consAnalysis) == null ? void 0 : si.dgo) == null ? void 0 : ii.totalExtraCons) ?? "—"), 3)
|
|
10510
10510
|
])
|
|
10511
|
-
])) : (o(), a("div",
|
|
10511
|
+
])) : (o(), a("div", sC, [
|
|
10512
10512
|
e[139] || (e[139] = t("div", { class: "summary-item" }, [
|
|
10513
10513
|
t("div", { class: "blue flexM" }),
|
|
10514
10514
|
t("div", { class: "flex blue center" }, "FO"),
|
|
10515
10515
|
t("div", { class: "flex blue center" }, "DO/GO")
|
|
10516
10516
|
], -1)),
|
|
10517
|
-
t("div",
|
|
10517
|
+
t("div", iC, [
|
|
10518
10518
|
e[135] || (e[135] = t("div", { class: "blue flexM" }, "Consumption for Route prior to deviation sailing (mt)", -1)),
|
|
10519
|
-
t("div",
|
|
10520
|
-
t("div",
|
|
10519
|
+
t("div", nC, l((ai = (oi = (ni = r.extraData) == null ? void 0 : ni.consAnalysis) == null ? void 0 : oi.fo) == null ? void 0 : ai.sailingCons), 1),
|
|
10520
|
+
t("div", oC, l((Mi = (ri = (di = r.extraData) == null ? void 0 : di.consAnalysis) == null ? void 0 : ri.dgo) == null ? void 0 : Mi.sailingCons), 1)
|
|
10521
10521
|
]),
|
|
10522
|
-
t("div",
|
|
10522
|
+
t("div", aC, [
|
|
10523
10523
|
e[136] || (e[136] = t("div", { class: "blue flexM" }, "Consumption for Actual Route (mt)", -1)),
|
|
10524
|
-
t("div",
|
|
10525
|
-
t("div",
|
|
10524
|
+
t("div", dC, l((ui = (Ni = (Di = r.extraData) == null ? void 0 : Di.consAnalysis) == null ? void 0 : Ni.fo) == null ? void 0 : ui.actualCons), 1),
|
|
10525
|
+
t("div", rC, l((ci = (Ii = (gi = r.extraData) == null ? void 0 : gi.consAnalysis) == null ? void 0 : Ii.dgo) == null ? void 0 : ci.actualCons), 1)
|
|
10526
10526
|
]),
|
|
10527
|
-
r.extraPortList.length > 0 ? (o(), a("div",
|
|
10527
|
+
r.extraPortList.length > 0 ? (o(), a("div", MC, [
|
|
10528
10528
|
e[137] || (e[137] = t("div", { class: "blue flexM" }, "Consumption in port (hrs)", -1)),
|
|
10529
|
-
t("div",
|
|
10530
|
-
t("div",
|
|
10529
|
+
t("div", DC, l((vi = (Ai = (yi = r.extraData) == null ? void 0 : yi.consAnalysis) == null ? void 0 : Ai.fo) == null ? void 0 : vi.portCons), 1),
|
|
10530
|
+
t("div", NC, l((xi = (pi = (Ti = r.extraData) == null ? void 0 : Ti.consAnalysis) == null ? void 0 : pi.dgo) == null ? void 0 : xi.portCons), 1)
|
|
10531
10531
|
])) : c("", !0),
|
|
10532
|
-
t("div",
|
|
10532
|
+
t("div", uC, [
|
|
10533
10533
|
e[138] || (e[138] = t("div", { class: "blue flexM" }, "Total extra Consumption (mt)", -1)),
|
|
10534
10534
|
t("div", {
|
|
10535
|
-
class:
|
|
10536
|
-
}, l((ji = (
|
|
10535
|
+
class: C(`${d.computeColor((mi = (fi = (zi = r.extraData) == null ? void 0 : zi.consAnalysis) == null ? void 0 : fi.fo) == null ? void 0 : mi.totalExtraCons)} flex blue center`)
|
|
10536
|
+
}, l((ji = (Ci = (bi = r.extraData) == null ? void 0 : bi.consAnalysis) == null ? void 0 : Ci.fo) == null ? void 0 : ji.totalExtraCons), 3),
|
|
10537
10537
|
t("div", {
|
|
10538
|
-
class:
|
|
10538
|
+
class: C(`${d.computeColor((Oi = (Ei = (Ui = r.extraData) == null ? void 0 : Ui.consAnalysis) == null ? void 0 : Ei.dgo) == null ? void 0 : Oi.totalExtraCons)} flex blue center`)
|
|
10539
10539
|
}, l((ki = (Si = (Yi = r.extraData) == null ? void 0 : Yi.consAnalysis) == null ? void 0 : Si.dgo) == null ? void 0 : ki.totalExtraCons), 3)
|
|
10540
10540
|
])
|
|
10541
10541
|
])),
|
|
10542
10542
|
t("div", {
|
|
10543
|
-
class:
|
|
10543
|
+
class: C(`subtitle ${r.advisory && r.advisory !== "<p><br></p>" ? "" : "print-hidden"}`)
|
|
10544
10544
|
}, "Comments", 2),
|
|
10545
10545
|
t("div", {
|
|
10546
|
-
class:
|
|
10546
|
+
class: C(`report-comments ${r.advisory && r.advisory !== "<p><br></p>" ? "" : "print-hidden"}`),
|
|
10547
10547
|
style: { "min-height": "50px" }
|
|
10548
10548
|
}, [
|
|
10549
|
-
r.editable ? (o(), se(
|
|
10549
|
+
r.editable ? (o(), se(m, {
|
|
10550
10550
|
key: 0,
|
|
10551
10551
|
modelValue: r.advisory,
|
|
10552
10552
|
"onUpdate:modelValue": e[8] || (e[8] = (ot) => r.advisory = ot),
|
|
@@ -10557,16 +10557,16 @@ function Ib(i, e, s, N, r, d) {
|
|
|
10557
10557
|
class: "remark-txt editor",
|
|
10558
10558
|
onDblclick: e[10] || (e[10] = (...ot) => d.decideDisable && d.decideDisable(...ot)),
|
|
10559
10559
|
innerHTML: r.advisory && r.advisory !== "<p><br></p>" ? r.advisory : "Please double click to modify remark"
|
|
10560
|
-
}, null, 40,
|
|
10560
|
+
}, null, 40, gC))
|
|
10561
10561
|
], 2)
|
|
10562
10562
|
]);
|
|
10563
10563
|
}
|
|
10564
|
-
const
|
|
10564
|
+
const cC = /* @__PURE__ */ te(Mf, [["render", IC], ["__scopeId", "data-v-eba493df"]]), Rh = {
|
|
10565
10565
|
install(i) {
|
|
10566
|
-
i.component("DeviationReport",
|
|
10566
|
+
i.component("DeviationReport", rf), i.component("FliDeviationReport", cC);
|
|
10567
10567
|
}
|
|
10568
10568
|
};
|
|
10569
|
-
const
|
|
10569
|
+
const yC = {
|
|
10570
10570
|
name: "OrmStoppage",
|
|
10571
10571
|
components: {
|
|
10572
10572
|
IdmBrand: Is,
|
|
@@ -10627,115 +10627,115 @@ const yb = {
|
|
|
10627
10627
|
this.editable = !1, this.remarks = i, this.$emit("commit", i);
|
|
10628
10628
|
}
|
|
10629
10629
|
}
|
|
10630
|
-
},
|
|
10630
|
+
}, AC = { class: "stoppage-report" }, vC = { class: "content-box" }, TC = { class: "info-box border" }, pC = { class: "flex-between row" }, xC = {
|
|
10631
10631
|
class: "flex-between",
|
|
10632
10632
|
style: { width: "48%" }
|
|
10633
|
-
},
|
|
10633
|
+
}, zC = {
|
|
10634
10634
|
class: "flex-between",
|
|
10635
10635
|
style: { width: "48%" }
|
|
10636
|
-
},
|
|
10636
|
+
}, fC = { style: { "margin-left": "5px" } }, mC = { class: "flex-between row" }, bC = {
|
|
10637
10637
|
class: "flex-between",
|
|
10638
10638
|
style: { width: "48%" }
|
|
10639
|
-
},
|
|
10639
|
+
}, CC = {
|
|
10640
10640
|
class: "flex-between",
|
|
10641
10641
|
style: { width: "48%" }
|
|
10642
|
-
},
|
|
10642
|
+
}, jC = { style: { "margin-left": "5px" } }, UC = { class: "flex-between row" }, EC = {
|
|
10643
10643
|
class: "flex-between",
|
|
10644
10644
|
style: { width: "48%" }
|
|
10645
|
-
},
|
|
10645
|
+
}, OC = {
|
|
10646
10646
|
class: "flex-between",
|
|
10647
10647
|
style: { width: "48%" }
|
|
10648
|
-
},
|
|
10648
|
+
}, YC = { class: "section summary-section" }, SC = { class: "formula-block flex-between border" }, kC = { class: "item" }, hC = { class: "value flex-end" }, QC = { key: 0 }, wC = { class: "gain" }, RC = { key: 1 }, FC = { class: "lost" }, VC = { key: 2 }, PC = { class: "item" }, GC = { class: "value flex-end" }, WC = { key: 0 }, LC = { class: "gain" }, ZC = { key: 1 }, BC = { class: "lost" }, HC = { key: 2 }, _C = { class: "item" }, JC = { class: "value flex-end" }, XC = { key: 0 }, $C = { class: "gain" }, KC = { key: 1 }, qC = { class: "lost" }, tj = { key: 2 }, ej = { class: "section-content" }, lj = {
|
|
10649
10649
|
key: 0,
|
|
10650
10650
|
class: ""
|
|
10651
10651
|
}, sj = ["innerHTML"], ij = { key: 1 }, nj = { class: "section table-section" }, oj = { key: 0 }, aj = { rowspan: 2 }, dj = { rowspan: 2 }, rj = { rowspan: 2 }, Mj = { key: 1 }, Dj = { class: "section map-section" }, Nj = ["src"];
|
|
10652
10652
|
function uj(i, e, s, N, r, d) {
|
|
10653
|
-
var I, z,
|
|
10653
|
+
var I, z, m, A, T, Q, j, E, U, b, S, Y, h, p, F, W, L, Z, B, H, J, $, K, q, tt, st, G, Mt, Dt, Nt, ut, gt, It, ct, n, et, dt, yt, At, it, xt, zt, ft, mt, bt, Ct, jt;
|
|
10654
10654
|
const y = P("IdmBrand"), M = P("Editor");
|
|
10655
|
-
return o(), a("div",
|
|
10655
|
+
return o(), a("div", AC, [
|
|
10656
10656
|
O(y, { name: "Voyage Stoppage Report" }),
|
|
10657
|
-
t("div",
|
|
10658
|
-
t("div",
|
|
10659
|
-
t("div",
|
|
10660
|
-
t("div",
|
|
10657
|
+
t("div", vC, [
|
|
10658
|
+
t("div", TC, [
|
|
10659
|
+
t("div", pC, [
|
|
10660
|
+
t("div", xC, [
|
|
10661
10661
|
e[3] || (e[3] = t("label", { class: "label" }, "Prepared For:", -1)),
|
|
10662
10662
|
t("div", null, l((I = s.report) == null ? void 0 : I.preparedFor), 1)
|
|
10663
10663
|
]),
|
|
10664
|
-
t("div",
|
|
10664
|
+
t("div", zC, [
|
|
10665
10665
|
e[5] || (e[5] = t("label", { class: "label" }, "Departure Port:", -1)),
|
|
10666
10666
|
t("div", null, [
|
|
10667
|
-
t("span", null, l((
|
|
10667
|
+
t("span", null, l((m = (z = s.report) == null ? void 0 : z.departure) == null ? void 0 : m.name), 1),
|
|
10668
10668
|
e[4] || (e[4] = g(" , ", -1)),
|
|
10669
|
-
t("span",
|
|
10669
|
+
t("span", fC, l(d.computeUTCTime(((T = (A = s.report) == null ? void 0 : A.departure) == null ? void 0 : T.atd) || ((j = (Q = s.report) == null ? void 0 : Q.departure) == null ? void 0 : j.etd))), 1)
|
|
10670
10670
|
])
|
|
10671
10671
|
])
|
|
10672
10672
|
]),
|
|
10673
|
-
t("div",
|
|
10674
|
-
t("div",
|
|
10673
|
+
t("div", mC, [
|
|
10674
|
+
t("div", bC, [
|
|
10675
10675
|
e[6] || (e[6] = t("label", { class: "label" }, "Vessel:", -1)),
|
|
10676
10676
|
t("div", null, l((U = (E = s.report) == null ? void 0 : E.vessel) == null ? void 0 : U.name), 1)
|
|
10677
10677
|
]),
|
|
10678
|
-
t("div",
|
|
10678
|
+
t("div", CC, [
|
|
10679
10679
|
e[8] || (e[8] = t("label", { class: "label" }, "Arrival Port:", -1)),
|
|
10680
10680
|
t("div", null, [
|
|
10681
|
-
t("span", null, l((S = (
|
|
10681
|
+
t("span", null, l((S = (b = s.report) == null ? void 0 : b.arrival) == null ? void 0 : S.name), 1),
|
|
10682
10682
|
e[7] || (e[7] = g(" , ", -1)),
|
|
10683
|
-
t("span",
|
|
10683
|
+
t("span", jC, l(d.computeUTCTime(((h = (Y = s.report) == null ? void 0 : Y.arrival) == null ? void 0 : h.ata) || ((F = (p = s.report) == null ? void 0 : p.arrival) == null ? void 0 : F.eta))), 1)
|
|
10684
10684
|
])
|
|
10685
10685
|
])
|
|
10686
10686
|
]),
|
|
10687
|
-
t("div",
|
|
10688
|
-
t("div",
|
|
10687
|
+
t("div", UC, [
|
|
10688
|
+
t("div", EC, [
|
|
10689
10689
|
e[9] || (e[9] = t("label", { class: "label" }, "Voyage No:", -1)),
|
|
10690
10690
|
t("div", null, l((L = (W = s.report) == null ? void 0 : W.voyage) == null ? void 0 : L.number), 1)
|
|
10691
10691
|
]),
|
|
10692
|
-
t("div",
|
|
10692
|
+
t("div", OC, [
|
|
10693
10693
|
e[10] || (e[10] = t("label", { class: "label" }, "Load Condition:", -1)),
|
|
10694
10694
|
t("div", null, l((B = (Z = s.report) == null ? void 0 : Z.voyage) == null ? void 0 : B.loadCondition), 1)
|
|
10695
10695
|
])
|
|
10696
10696
|
])
|
|
10697
10697
|
]),
|
|
10698
|
-
t("div",
|
|
10698
|
+
t("div", YC, [
|
|
10699
10699
|
e[26] || (e[26] = t("div", { class: "subtitle" }, "Summary", -1)),
|
|
10700
|
-
t("div",
|
|
10701
|
-
t("div",
|
|
10700
|
+
t("div", SC, [
|
|
10701
|
+
t("div", kC, [
|
|
10702
10702
|
e[15] || (e[15] = t("div", { class: "title" }, "Total Time Lost", -1)),
|
|
10703
|
-
t("div",
|
|
10704
|
-
((H = s.report) == null ? void 0 : H.totalTime) < 0 ? (o(), a("div",
|
|
10703
|
+
t("div", hC, [
|
|
10704
|
+
((H = s.report) == null ? void 0 : H.totalTime) < 0 ? (o(), a("div", QC, [
|
|
10705
10705
|
e[11] || (e[11] = t("i", { class: "iconfont gain" }, "", -1)),
|
|
10706
|
-
t("span",
|
|
10706
|
+
t("span", wC, l((J = s.report) == null ? void 0 : J.totalTime), 1),
|
|
10707
10707
|
e[12] || (e[12] = t("span", { class: "unit" }, "hrs", -1))
|
|
10708
|
-
])) : (($ = s.report) == null ? void 0 : $.totalTime) >= 0 ? (o(), a("div",
|
|
10708
|
+
])) : (($ = s.report) == null ? void 0 : $.totalTime) >= 0 ? (o(), a("div", RC, [
|
|
10709
10709
|
e[13] || (e[13] = t("i", { class: "iconfont lost" }, "", -1)),
|
|
10710
|
-
t("span",
|
|
10710
|
+
t("span", FC, l((K = s.report) == null ? void 0 : K.totalTime), 1),
|
|
10711
10711
|
e[14] || (e[14] = t("span", { class: "unit" }, "hrs", -1))
|
|
10712
|
-
])) : (o(), a("div",
|
|
10712
|
+
])) : (o(), a("div", VC, "N/A"))
|
|
10713
10713
|
])
|
|
10714
10714
|
]),
|
|
10715
|
-
t("div",
|
|
10715
|
+
t("div", PC, [
|
|
10716
10716
|
e[20] || (e[20] = t("div", { class: "title" }, "FO Total Consumption", -1)),
|
|
10717
|
-
t("div",
|
|
10718
|
-
((q = s.report) == null ? void 0 : q.totalFoCons) < 0 ? (o(), a("div",
|
|
10717
|
+
t("div", GC, [
|
|
10718
|
+
((q = s.report) == null ? void 0 : q.totalFoCons) < 0 ? (o(), a("div", WC, [
|
|
10719
10719
|
e[16] || (e[16] = t("i", { class: "iconfont gain" }, "", -1)),
|
|
10720
|
-
t("span",
|
|
10720
|
+
t("span", LC, l((tt = s.report) == null ? void 0 : tt.totalFoCons), 1),
|
|
10721
10721
|
e[17] || (e[17] = t("span", { class: "unit" }, "mt", -1))
|
|
10722
|
-
])) : ((st = s.report) == null ? void 0 : st.totalFoCons) >= 0 ? (o(), a("div",
|
|
10722
|
+
])) : ((st = s.report) == null ? void 0 : st.totalFoCons) >= 0 ? (o(), a("div", ZC, [
|
|
10723
10723
|
e[18] || (e[18] = t("i", { class: "iconfont lost" }, "", -1)),
|
|
10724
|
-
t("span",
|
|
10724
|
+
t("span", BC, l((G = s.report) == null ? void 0 : G.totalFoCons), 1),
|
|
10725
10725
|
e[19] || (e[19] = t("span", { class: "unit" }, "mt", -1))
|
|
10726
|
-
])) : (o(), a("div",
|
|
10726
|
+
])) : (o(), a("div", HC, "N/A"))
|
|
10727
10727
|
])
|
|
10728
10728
|
]),
|
|
10729
|
-
t("div",
|
|
10729
|
+
t("div", _C, [
|
|
10730
10730
|
e[25] || (e[25] = t("div", { class: "title" }, "MGO Total Consumption", -1)),
|
|
10731
|
-
t("div",
|
|
10732
|
-
((Mt = s.report) == null ? void 0 : Mt.totalDgoCons) < 0 ? (o(), a("div",
|
|
10731
|
+
t("div", JC, [
|
|
10732
|
+
((Mt = s.report) == null ? void 0 : Mt.totalDgoCons) < 0 ? (o(), a("div", XC, [
|
|
10733
10733
|
e[21] || (e[21] = t("i", { class: "iconfont gain" }, "", -1)),
|
|
10734
|
-
t("span", $
|
|
10734
|
+
t("span", $C, l((Dt = s.report) == null ? void 0 : Dt.totalDgoCons), 1),
|
|
10735
10735
|
e[22] || (e[22] = t("span", { class: "unit" }, "mt", -1))
|
|
10736
|
-
])) : ((Nt = s.report) == null ? void 0 : Nt.totalDgoCons) >= 0 ? (o(), a("div",
|
|
10736
|
+
])) : ((Nt = s.report) == null ? void 0 : Nt.totalDgoCons) >= 0 ? (o(), a("div", KC, [
|
|
10737
10737
|
e[23] || (e[23] = t("i", { class: "iconfont lost" }, "", -1)),
|
|
10738
|
-
t("span",
|
|
10738
|
+
t("span", qC, l((ut = s.report) == null ? void 0 : ut.totalDgoCons), 1),
|
|
10739
10739
|
e[24] || (e[24] = t("span", { class: "unit" }, "mt", -1))
|
|
10740
10740
|
])) : (o(), a("div", tj, "N/A"))
|
|
10741
10741
|
])
|
|
@@ -10743,7 +10743,7 @@ function uj(i, e, s, N, r, d) {
|
|
|
10743
10743
|
])
|
|
10744
10744
|
]),
|
|
10745
10745
|
t("div", {
|
|
10746
|
-
class:
|
|
10746
|
+
class: C(["section remark-section", d.computeBlankHtml(r.remarks) ? "print-hidden" : ""])
|
|
10747
10747
|
}, [
|
|
10748
10748
|
e[27] || (e[27] = t("div", { class: "subtitle" }, "Remarks", -1)),
|
|
10749
10749
|
t("div", ej, [
|
|
@@ -10823,10 +10823,10 @@ function uj(i, e, s, N, r, d) {
|
|
|
10823
10823
|
])) : c("", !0),
|
|
10824
10824
|
(xt = s.report) != null && xt.id ? (o(), a("tr", Mj, [
|
|
10825
10825
|
e[30] || (e[30] = t("td", null, "Resumed", -1)),
|
|
10826
|
-
t("td", null, l(d.computeLat((zt = s.report) == null ? void 0 : zt.resumeLat).pretty) + " / " + l(d.computeLng((
|
|
10827
|
-
t("td", null, l(d.computeUTCTime((
|
|
10828
|
-
t("td", null, l(d.computeRoundPrecision(((
|
|
10829
|
-
t("td", null, l(d.computeRoundPrecision(((
|
|
10826
|
+
t("td", null, l(d.computeLat((zt = s.report) == null ? void 0 : zt.resumeLat).pretty) + " / " + l(d.computeLng((ft = s.report) == null ? void 0 : ft.resumeLng).pretty), 1),
|
|
10827
|
+
t("td", null, l(d.computeUTCTime((mt = s.report) == null ? void 0 : mt.resumeTime)), 1),
|
|
10828
|
+
t("td", null, l(d.computeRoundPrecision(((bt = s.report) == null ? void 0 : bt.resumeFoBrob) ?? "-")), 1),
|
|
10829
|
+
t("td", null, l(d.computeRoundPrecision(((Ct = s.report) == null ? void 0 : Ct.resumeDgoBrob) ?? "-")), 1)
|
|
10830
10830
|
])) : c("", !0)
|
|
10831
10831
|
])
|
|
10832
10832
|
])
|
|
@@ -10841,7 +10841,7 @@ function uj(i, e, s, N, r, d) {
|
|
|
10841
10841
|
])
|
|
10842
10842
|
]);
|
|
10843
10843
|
}
|
|
10844
|
-
const gj = /* @__PURE__ */ te(
|
|
10844
|
+
const gj = /* @__PURE__ */ te(yC, [["render", uj], ["__scopeId", "data-v-9f61c1d3"]]);
|
|
10845
10845
|
const Ij = {
|
|
10846
10846
|
name: "OrmStoppage",
|
|
10847
10847
|
components: {
|
|
@@ -10912,16 +10912,16 @@ const Ij = {
|
|
|
10912
10912
|
}, xj = {
|
|
10913
10913
|
key: 0,
|
|
10914
10914
|
style: { "margin-left": "5px" }
|
|
10915
|
-
}, zj = { class: "flex-between row" },
|
|
10915
|
+
}, zj = { class: "flex-between row" }, fj = {
|
|
10916
10916
|
class: "flex-between",
|
|
10917
10917
|
style: { width: "48%" }
|
|
10918
|
-
},
|
|
10918
|
+
}, mj = {
|
|
10919
10919
|
class: "flex-between",
|
|
10920
10920
|
style: { width: "48%" }
|
|
10921
|
-
},
|
|
10921
|
+
}, bj = {
|
|
10922
10922
|
key: 0,
|
|
10923
10923
|
style: { "margin-left": "5px" }
|
|
10924
|
-
},
|
|
10924
|
+
}, Cj = { class: "flex-between row" }, jj = {
|
|
10925
10925
|
class: "flex-between",
|
|
10926
10926
|
style: { width: "48%" }
|
|
10927
10927
|
}, Uj = {
|
|
@@ -10932,7 +10932,7 @@ const Ij = {
|
|
|
10932
10932
|
class: ""
|
|
10933
10933
|
}, eU = ["innerHTML"], lU = { key: 1 }, sU = { class: "section table-section" }, iU = { rowspan: 2 }, nU = { rowspan: 2 }, oU = { rowspan: 2 }, aU = { rowspan: 2 }, dU = { class: "section map-section" }, rU = ["src"], MU = ["src"];
|
|
10934
10934
|
function DU(i, e, s, N, r, d) {
|
|
10935
|
-
var I, z,
|
|
10935
|
+
var I, z, m, A, T, Q, j, E, U, b, S, Y, h, p, F, W, L, Z, B, H, J, $, K, q, tt, st, G, Mt, Dt, Nt, ut, gt, It, ct, n, et, dt, yt, At, it, xt, zt, ft, mt, bt, Ct, jt, vt, Ot, Yt, St, kt, ht, Qt, wt, Rt, Ft, Vt, Pt, Gt, Ut, Xt, D, rt, w, pt, Wt, Lt, Zt;
|
|
10936
10936
|
const y = P("IdmBrand"), M = P("Editor");
|
|
10937
10937
|
return o(), a("div", cj, [
|
|
10938
10938
|
O(y, { name: "Voyage Stoppage Report" }),
|
|
@@ -10941,30 +10941,30 @@ function DU(i, e, s, N, r, d) {
|
|
|
10941
10941
|
t("div", vj, [
|
|
10942
10942
|
t("div", Tj, [
|
|
10943
10943
|
e[3] || (e[3] = t("label", { class: "label" }, "Prepared For:", -1)),
|
|
10944
|
-
t("div", null, l((
|
|
10944
|
+
t("div", null, l((m = (z = (I = s.report) == null ? void 0 : I.voyage) == null ? void 0 : z.company) == null ? void 0 : m.name), 1)
|
|
10945
10945
|
]),
|
|
10946
10946
|
t("div", pj, [
|
|
10947
10947
|
e[4] || (e[4] = t("label", { class: "label" }, "Departure Port:", -1)),
|
|
10948
10948
|
t("div", null, [
|
|
10949
10949
|
t("span", null, l((T = (A = s.report) == null ? void 0 : A.departure) == null ? void 0 : T.name), 1),
|
|
10950
|
-
(j = (Q = s.report) == null ? void 0 : Q.departure) != null && j.atd || (U = (E = s.report) == null ? void 0 : E.departure) != null && U.etd ? (o(), a("span", xj, " , " + l(d.computeUTCTime(((S = (
|
|
10950
|
+
(j = (Q = s.report) == null ? void 0 : Q.departure) != null && j.atd || (U = (E = s.report) == null ? void 0 : E.departure) != null && U.etd ? (o(), a("span", xj, " , " + l(d.computeUTCTime(((S = (b = s.report) == null ? void 0 : b.departure) == null ? void 0 : S.atd) || ((h = (Y = s.report) == null ? void 0 : Y.departure) == null ? void 0 : h.etd))), 1)) : c("", !0)
|
|
10951
10951
|
])
|
|
10952
10952
|
])
|
|
10953
10953
|
]),
|
|
10954
10954
|
t("div", zj, [
|
|
10955
|
-
t("div",
|
|
10955
|
+
t("div", fj, [
|
|
10956
10956
|
e[5] || (e[5] = t("label", { class: "label" }, "Vessel:", -1)),
|
|
10957
10957
|
t("div", null, l((W = (F = (p = s.report) == null ? void 0 : p.voyage) == null ? void 0 : F.vessel) == null ? void 0 : W.name), 1)
|
|
10958
10958
|
]),
|
|
10959
|
-
t("div",
|
|
10959
|
+
t("div", mj, [
|
|
10960
10960
|
e[6] || (e[6] = t("label", { class: "label" }, "Arrival Port:", -1)),
|
|
10961
10961
|
t("div", null, [
|
|
10962
10962
|
t("span", null, l((Z = (L = s.report) == null ? void 0 : L.destination) == null ? void 0 : Z.name), 1),
|
|
10963
|
-
(H = (B = s.report) == null ? void 0 : B.arrival) != null && H.ata || ($ = (J = s.report) == null ? void 0 : J.arrival) != null && $.eta ? (o(), a("span",
|
|
10963
|
+
(H = (B = s.report) == null ? void 0 : B.arrival) != null && H.ata || ($ = (J = s.report) == null ? void 0 : J.arrival) != null && $.eta ? (o(), a("span", bj, " , " + l(d.computeUTCTime(((q = (K = s.report) == null ? void 0 : K.arrival) == null ? void 0 : q.ata) || ((st = (tt = s.report) == null ? void 0 : tt.arrival) == null ? void 0 : st.eta))), 1)) : c("", !0)
|
|
10964
10964
|
])
|
|
10965
10965
|
])
|
|
10966
10966
|
]),
|
|
10967
|
-
t("div",
|
|
10967
|
+
t("div", Cj, [
|
|
10968
10968
|
t("div", jj, [
|
|
10969
10969
|
e[7] || (e[7] = t("label", { class: "label" }, "Voyage No:", -1)),
|
|
10970
10970
|
t("div", null, l((Mt = (G = s.report) == null ? void 0 : G.voyage) == null ? void 0 : Mt.number), 1)
|
|
@@ -10999,9 +10999,9 @@ function DU(i, e, s, N, r, d) {
|
|
|
10999
10999
|
e[14] || (e[14] = t("i", { class: "iconfont gain" }, "", -1)),
|
|
11000
11000
|
t("span", Gj, l((zt = (xt = s.report) == null ? void 0 : xt.pvsr) == null ? void 0 : zt.totalFoCons), 1),
|
|
11001
11001
|
e[15] || (e[15] = t("span", { class: "unit" }, "mt", -1))
|
|
11002
|
-
])) : ((
|
|
11002
|
+
])) : ((mt = (ft = s.report) == null ? void 0 : ft.pvsr) == null ? void 0 : mt.totalFoCons) >= 0 ? (o(), a("div", Wj, [
|
|
11003
11003
|
e[16] || (e[16] = t("i", { class: "iconfont lost" }, "", -1)),
|
|
11004
|
-
t("span", Lj, l((
|
|
11004
|
+
t("span", Lj, l((Ct = (bt = s.report) == null ? void 0 : bt.pvsr) == null ? void 0 : Ct.totalFoCons), 1),
|
|
11005
11005
|
e[17] || (e[17] = t("span", { class: "unit" }, "mt", -1))
|
|
11006
11006
|
])) : (o(), a("div", Zj, "N/A"))
|
|
11007
11007
|
])
|
|
@@ -11023,7 +11023,7 @@ function DU(i, e, s, N, r, d) {
|
|
|
11023
11023
|
])
|
|
11024
11024
|
]),
|
|
11025
11025
|
t("div", {
|
|
11026
|
-
class:
|
|
11026
|
+
class: C(["section remark-section", d.computeBlankHtml(r.remarks) ? "print-hidden" : ""])
|
|
11027
11027
|
}, [
|
|
11028
11028
|
e[25] || (e[25] = t("div", { class: "subtitle" }, "Remarks", -1)),
|
|
11029
11029
|
t("div", qj, [
|
|
@@ -11202,10 +11202,10 @@ const uU = {
|
|
|
11202
11202
|
}, zU = {
|
|
11203
11203
|
class: "flex-between",
|
|
11204
11204
|
style: { width: "48%" }
|
|
11205
|
-
},
|
|
11205
|
+
}, fU = { style: { "margin-left": "5px" } }, mU = { class: "flex-between row" }, bU = {
|
|
11206
11206
|
class: "flex-between",
|
|
11207
11207
|
style: { width: "48%" }
|
|
11208
|
-
},
|
|
11208
|
+
}, CU = {
|
|
11209
11209
|
class: "flex-between",
|
|
11210
11210
|
style: { width: "48%" }
|
|
11211
11211
|
}, jU = { class: "section summary-section" }, UU = { class: "border-solid" }, EU = { class: "summary-block flex-between" }, OU = { class: "item" }, YU = { class: "value flex-end" }, SU = { key: 0 }, kU = { class: "gain" }, hU = { key: 1 }, QU = { class: "lost" }, wU = { key: 2 }, RU = { class: "item" }, FU = { class: "value flex-end" }, VU = { key: 0 }, PU = { class: "gain" }, GU = { key: 1 }, WU = { class: "lost" }, LU = { key: 2 }, ZU = { class: "item" }, BU = { class: "value flex-end" }, HU = { key: 0 }, _U = { class: "gain" }, JU = { key: 1 }, XU = { class: "lost" }, $U = { key: 2 }, KU = { class: "section-content" }, qU = {
|
|
@@ -11225,7 +11225,7 @@ const uU = {
|
|
|
11225
11225
|
colspan: "2"
|
|
11226
11226
|
};
|
|
11227
11227
|
function DE(i, e, s, N, r, d) {
|
|
11228
|
-
var I, z,
|
|
11228
|
+
var I, z, m, A, T, Q, j, E, U, b, S, Y, h, p, F, W, L, Z, B, H, J, $, K, q, tt, st, G, Mt, Dt, Nt, ut, gt, It, ct, n, et, dt, yt, At, it, xt, zt, ft, mt, bt, Ct, jt, vt, Ot, Yt, St, kt, ht, Qt, wt, Rt, Ft, Vt, Pt, Gt, Ut, Xt, D;
|
|
11229
11229
|
const y = P("IdmBrand"), M = P("Editor");
|
|
11230
11230
|
return o(), a("div", gU, [
|
|
11231
11231
|
O(y, { name: "Voyage Comparison Report" }),
|
|
@@ -11239,7 +11239,7 @@ function DE(i, e, s, N, r, d) {
|
|
|
11239
11239
|
t("div", vU, [
|
|
11240
11240
|
e[5] || (e[5] = t("label", { class: "label" }, "Departure Port:", -1)),
|
|
11241
11241
|
t("div", null, [
|
|
11242
|
-
t("span", null, l((
|
|
11242
|
+
t("span", null, l((m = (z = s.report) == null ? void 0 : z.departure) == null ? void 0 : m.name), 1),
|
|
11243
11243
|
e[4] || (e[4] = g(" , ", -1)),
|
|
11244
11244
|
t("span", TU, l(d.computeUTCTime(((T = (A = s.report) == null ? void 0 : A.departure) == null ? void 0 : T.atd) || ((j = (Q = s.report) == null ? void 0 : Q.departure) == null ? void 0 : j.etd))), 1)
|
|
11245
11245
|
])
|
|
@@ -11253,18 +11253,18 @@ function DE(i, e, s, N, r, d) {
|
|
|
11253
11253
|
t("div", zU, [
|
|
11254
11254
|
e[8] || (e[8] = t("label", { class: "label" }, "Arrival Port:", -1)),
|
|
11255
11255
|
t("div", null, [
|
|
11256
|
-
t("span", null, l((S = (
|
|
11256
|
+
t("span", null, l((S = (b = s.report) == null ? void 0 : b.arrival) == null ? void 0 : S.name), 1),
|
|
11257
11257
|
e[7] || (e[7] = g(" , ", -1)),
|
|
11258
|
-
t("span",
|
|
11258
|
+
t("span", fU, l(d.computeUTCTime(((h = (Y = s.report) == null ? void 0 : Y.arrival) == null ? void 0 : h.ata) || ((F = (p = s.report) == null ? void 0 : p.arrival) == null ? void 0 : F.eta))), 1)
|
|
11259
11259
|
])
|
|
11260
11260
|
])
|
|
11261
11261
|
]),
|
|
11262
|
-
t("div",
|
|
11263
|
-
t("div",
|
|
11262
|
+
t("div", mU, [
|
|
11263
|
+
t("div", bU, [
|
|
11264
11264
|
e[9] || (e[9] = t("label", { class: "label" }, "Voyage No:", -1)),
|
|
11265
11265
|
t("div", null, l((L = (W = s.report) == null ? void 0 : W.voyage) == null ? void 0 : L.number), 1)
|
|
11266
11266
|
]),
|
|
11267
|
-
t("div",
|
|
11267
|
+
t("div", CU, [
|
|
11268
11268
|
e[10] || (e[10] = t("label", { class: "label" }, "Load Condition:", -1)),
|
|
11269
11269
|
t("div", null, l((B = (Z = s.report) == null ? void 0 : Z.voyage) == null ? void 0 : B.loadCondition), 1)
|
|
11270
11270
|
])
|
|
@@ -11329,7 +11329,7 @@ function DE(i, e, s, N, r, d) {
|
|
|
11329
11329
|
])
|
|
11330
11330
|
]),
|
|
11331
11331
|
t("div", {
|
|
11332
|
-
class:
|
|
11332
|
+
class: C(["section remark-section", d.computeBlankHtml(r.remarks) ? "print-hidden" : ""])
|
|
11333
11333
|
}, [
|
|
11334
11334
|
e[36] || (e[36] = t("div", { class: "subtitle" }, "Remarks", -1)),
|
|
11335
11335
|
t("div", KU, [
|
|
@@ -11409,16 +11409,16 @@ function DE(i, e, s, N, r, d) {
|
|
|
11409
11409
|
t("tr", null, [
|
|
11410
11410
|
e[43] || (e[43] = t("td", null, "Time Enroute (hrs)", -1)),
|
|
11411
11411
|
t("td", null, l(((zt = s.report) == null ? void 0 : zt.actualTime) ?? "—"), 1),
|
|
11412
|
-
t("td", null, l(((
|
|
11412
|
+
t("td", null, l(((ft = s.report) == null ? void 0 : ft.recmdTime) ?? "—"), 1)
|
|
11413
11413
|
]),
|
|
11414
11414
|
t("tr", null, [
|
|
11415
11415
|
e[44] || (e[44] = t("td", null, "Average Speed (kts)", -1)),
|
|
11416
|
-
t("td", null, l(((
|
|
11417
|
-
t("td", null, l(((
|
|
11416
|
+
t("td", null, l(((mt = s.report) == null ? void 0 : mt.actualAvgSpd) ?? "—"), 1),
|
|
11417
|
+
t("td", null, l(((bt = s.report) == null ? void 0 : bt.recmdAvgSpd) ?? "—"), 1)
|
|
11418
11418
|
]),
|
|
11419
11419
|
t("tr", null, [
|
|
11420
11420
|
e[45] || (e[45] = t("td", null, "Current Factor (kts)", -1)),
|
|
11421
|
-
t("td", null, l(((
|
|
11421
|
+
t("td", null, l(((Ct = s.report) == null ? void 0 : Ct.actualAvgCF) ?? "—"), 1),
|
|
11422
11422
|
t("td", null, l(((jt = s.report) == null ? void 0 : jt.recmdAvgCF) ?? "—"), 1)
|
|
11423
11423
|
]),
|
|
11424
11424
|
t("tr", null, [
|
|
@@ -11578,7 +11578,7 @@ const uE = {
|
|
|
11578
11578
|
}, gE = { class: "comparison-report" }, IE = { class: "report-header" }, cE = {
|
|
11579
11579
|
class: "header-title",
|
|
11580
11580
|
style: { position: "relative !important" }
|
|
11581
|
-
}, yE = { class: "header-title-content" }, AE = { class: "title-date" }, vE = { class: "report-summary" }, TE = { class: "summary-item" }, pE = { class: "flexL gray" }, xE = { class: "summary-item" }, zE = { class: "flexL gray" },
|
|
11581
|
+
}, yE = { class: "header-title-content" }, AE = { class: "title-date" }, vE = { class: "report-summary" }, TE = { class: "summary-item" }, pE = { class: "flexL gray" }, xE = { class: "summary-item" }, zE = { class: "flexL gray" }, fE = { class: "summary-item" }, mE = { class: "flexL gray" }, bE = { class: "summary-item" }, CE = { class: "flexL gray" }, jE = { class: "summary-item" }, UE = { class: "flexL gray" }, EE = { class: "summary-item" }, OE = {
|
|
11582
11582
|
class: "flexL gray",
|
|
11583
11583
|
style: { display: "flex" }
|
|
11584
11584
|
}, YE = { class: "flex" }, SE = { class: "flexM" }, kE = { class: "summary-item" }, hE = {
|
|
@@ -11590,9 +11590,9 @@ const uE = {
|
|
|
11590
11590
|
}, ZE = {
|
|
11591
11591
|
key: 1,
|
|
11592
11592
|
class: "report-summary"
|
|
11593
|
-
}, BE = { class: "summary-item" }, HE = { class: "flexL blue center" }, _E = { class: "summary-item" }, JE = { class: "flexL blue center" }, XE = { class: "summary-item" }, $E = { class: "flexL blue center" }, KE = { class: "report-summary" }, qE = { class: "summary-item" }, t5 = { class: "flex blue-light center" }, e5 = { class: "flex blue-light center" }, l5 = { class: "summary-item" }, s5 = { class: "flex blue-light center" }, i5 = { class: "flex blue-light center" }, n5 = { class: "summary-item" }, o5 = { class: "flex blue-light center" }, a5 = { class: "flex blue-light center" }, d5 = { class: "summary-item" }, r5 = { class: "flex blue-light center" }, M5 = { class: "flex blue-light center" }, D5 = { class: "summary-item" }, N5 = { class: "flex blue-light center" }, u5 = { class: "flex blue-light center" }, g5 = { class: "summary-item" }, I5 = { class: "flex blue-light center" }, c5 = { class: "flex blue-light center" }, y5 = { class: "summary-item" }, A5 = { class: "flex blue-light center italic" }, v5 = { class: "report-summary" }, T5 = { class: "summary-item" }, p5 = { class: "flex blue-light center" }, x5 = { class: "flex blue-light center" }, z5 = { class: "summary-item" },
|
|
11593
|
+
}, BE = { class: "summary-item" }, HE = { class: "flexL blue center" }, _E = { class: "summary-item" }, JE = { class: "flexL blue center" }, XE = { class: "summary-item" }, $E = { class: "flexL blue center" }, KE = { class: "report-summary" }, qE = { class: "summary-item" }, t5 = { class: "flex blue-light center" }, e5 = { class: "flex blue-light center" }, l5 = { class: "summary-item" }, s5 = { class: "flex blue-light center" }, i5 = { class: "flex blue-light center" }, n5 = { class: "summary-item" }, o5 = { class: "flex blue-light center" }, a5 = { class: "flex blue-light center" }, d5 = { class: "summary-item" }, r5 = { class: "flex blue-light center" }, M5 = { class: "flex blue-light center" }, D5 = { class: "summary-item" }, N5 = { class: "flex blue-light center" }, u5 = { class: "flex blue-light center" }, g5 = { class: "summary-item" }, I5 = { class: "flex blue-light center" }, c5 = { class: "flex blue-light center" }, y5 = { class: "summary-item" }, A5 = { class: "flex blue-light center italic" }, v5 = { class: "report-summary" }, T5 = { class: "summary-item" }, p5 = { class: "flex blue-light center" }, x5 = { class: "flex blue-light center" }, z5 = { class: "summary-item" }, f5 = { class: "flex blue-light center" }, m5 = { class: "flex blue-light center" }, b5 = { class: "summary-item" }, C5 = { class: "flex blue-light center" }, j5 = { class: "flex blue-light center" }, U5 = { class: "summary-item" }, E5 = { class: "flex blue-light center" }, O5 = { class: "flex blue-light center" }, Y5 = { class: "summary-item" }, S5 = { class: "flex blue-light center italic" }, k5 = { class: "summary-item" }, h5 = { class: "flex blue-light center italic" }, Q5 = ["innerHTML"];
|
|
11594
11594
|
function w5(i, e, s, N, r, d) {
|
|
11595
|
-
var M, I, z,
|
|
11595
|
+
var M, I, z, m, A, T, Q, j, E, U, b, S, Y, h, p, F, W, L, Z, B, H, J, $, K, q, tt, st, G, Mt, Dt, Nt, ut, gt, It, ct, n, et, dt, yt, At, it, xt, zt, ft, mt, bt, Ct, jt, vt, Ot, Yt, St, kt, ht, Qt, wt, Rt, Ft, Vt, Pt, Gt;
|
|
11596
11596
|
const y = P("Editor");
|
|
11597
11597
|
return o(), a("div", gE, [
|
|
11598
11598
|
e[33] || (e[33] = t("div", { class: "report-bg" }, [
|
|
@@ -11613,15 +11613,15 @@ function w5(i, e, s, N, r, d) {
|
|
|
11613
11613
|
]),
|
|
11614
11614
|
t("div", xE, [
|
|
11615
11615
|
e[5] || (e[5] = t("label", { class: "flex gray" }, "Prepared For", -1)),
|
|
11616
|
-
t("div", zE, l((
|
|
11616
|
+
t("div", zE, l((m = r.comparisonData) == null ? void 0 : m.preparedFor), 1)
|
|
11617
11617
|
]),
|
|
11618
|
-
t("div",
|
|
11618
|
+
t("div", fE, [
|
|
11619
11619
|
e[6] || (e[6] = t("label", { class: "flex gray" }, "Vessel Type", -1)),
|
|
11620
|
-
t("div",
|
|
11620
|
+
t("div", mE, l((T = (A = r.comparisonData) == null ? void 0 : A.vessel) == null ? void 0 : T.type), 1)
|
|
11621
11621
|
]),
|
|
11622
|
-
t("div",
|
|
11622
|
+
t("div", bE, [
|
|
11623
11623
|
e[7] || (e[7] = t("label", { class: "flex gray" }, "Load Condition", -1)),
|
|
11624
|
-
t("div",
|
|
11624
|
+
t("div", CE, l((j = (Q = r.comparisonData) == null ? void 0 : Q.voyage) == null ? void 0 : j.loadCondition), 1)
|
|
11625
11625
|
]),
|
|
11626
11626
|
t("div", jE, [
|
|
11627
11627
|
e[8] || (e[8] = t("label", { class: "flex gray" }, "Reference Number", -1)),
|
|
@@ -11630,7 +11630,7 @@ function w5(i, e, s, N, r, d) {
|
|
|
11630
11630
|
t("div", EE, [
|
|
11631
11631
|
e[9] || (e[9] = t("label", { class: "flex gray" }, "Departure", -1)),
|
|
11632
11632
|
t("div", OE, [
|
|
11633
|
-
t("span", YE, l((S = (
|
|
11633
|
+
t("span", YE, l((S = (b = r.comparisonData) == null ? void 0 : b.departure) == null ? void 0 : S.name), 1),
|
|
11634
11634
|
t("span", SE, l(d.computeUTCTime(((h = (Y = r.comparisonData) == null ? void 0 : Y.departure) == null ? void 0 : h.atd) || ((F = (p = r.comparisonData) == null ? void 0 : p.departure) == null ? void 0 : F.etd))), 1)
|
|
11635
11635
|
])
|
|
11636
11636
|
]),
|
|
@@ -11647,19 +11647,19 @@ function w5(i, e, s, N, r, d) {
|
|
|
11647
11647
|
t("div", FE, [
|
|
11648
11648
|
e[11] || (e[11] = t("div", { class: "flexL blue" }, "Speed time on actual routecompared with Recommended route", -1)),
|
|
11649
11649
|
t("div", {
|
|
11650
|
-
class:
|
|
11650
|
+
class: C(`${d.computeColor(($ = r.comparisonData) == null ? void 0 : $.diffTime)} flex blue`)
|
|
11651
11651
|
}, l(d.computeSummary((K = r.comparisonData) == null ? void 0 : K.diffTime, "time")), 3)
|
|
11652
11652
|
]),
|
|
11653
11653
|
t("div", VE, [
|
|
11654
11654
|
e[12] || (e[12] = t("div", { class: "flexL blue" }, "Actual route FO Consumption compared with Recommended route", -1)),
|
|
11655
11655
|
t("div", {
|
|
11656
|
-
class:
|
|
11656
|
+
class: C(`${d.computeColor((q = r.comparisonData) == null ? void 0 : q.diffFoCons)} flex blue`)
|
|
11657
11657
|
}, l(d.computeSummary((tt = r.comparisonData) == null ? void 0 : tt.diffFoCons, "oil")), 3)
|
|
11658
11658
|
]),
|
|
11659
11659
|
t("div", PE, [
|
|
11660
11660
|
e[13] || (e[13] = t("div", { class: "flexL blue" }, "Actual route DO/GO Consumption compared with Recommended route", -1)),
|
|
11661
11661
|
t("div", {
|
|
11662
|
-
class:
|
|
11662
|
+
class: C(`${d.computeColor((st = r.comparisonData) == null ? void 0 : st.diffDgoCons)} flex blue`)
|
|
11663
11663
|
}, l(d.computeSummary((G = r.comparisonData) == null ? void 0 : G.diffDgoCons, "oil")), 3)
|
|
11664
11664
|
])
|
|
11665
11665
|
]),
|
|
@@ -11727,16 +11727,16 @@ function w5(i, e, s, N, r, d) {
|
|
|
11727
11727
|
class: "blue",
|
|
11728
11728
|
style: { width: "35%" }
|
|
11729
11729
|
}, "Current Factor (kts)", -1)),
|
|
11730
|
-
t("div", r5, l(((
|
|
11731
|
-
t("div", M5, l(((
|
|
11730
|
+
t("div", r5, l(((ft = r.comparisonData) == null ? void 0 : ft.actualAvgCF) ?? "—"), 1),
|
|
11731
|
+
t("div", M5, l(((mt = r.comparisonData) == null ? void 0 : mt.recmdAvgCF) ?? "—"), 1)
|
|
11732
11732
|
]),
|
|
11733
11733
|
t("div", D5, [
|
|
11734
11734
|
e[22] || (e[22] = t("div", {
|
|
11735
11735
|
class: "blue",
|
|
11736
11736
|
style: { width: "35%" }
|
|
11737
11737
|
}, "Weather Factor (kts)", -1)),
|
|
11738
|
-
t("div", N5, l(((
|
|
11739
|
-
t("div", u5, l(((
|
|
11738
|
+
t("div", N5, l(((bt = r.comparisonData) == null ? void 0 : bt.actualAvgWF) ?? "—"), 1),
|
|
11739
|
+
t("div", u5, l(((Ct = r.comparisonData) == null ? void 0 : Ct.recmdAvgWF) ?? "—"), 1)
|
|
11740
11740
|
]),
|
|
11741
11741
|
t("div", g5, [
|
|
11742
11742
|
e[23] || (e[23] = t("div", {
|
|
@@ -11777,15 +11777,15 @@ function w5(i, e, s, N, r, d) {
|
|
|
11777
11777
|
class: "blue",
|
|
11778
11778
|
style: { width: "35%" }
|
|
11779
11779
|
}, "Total FO Consumption (mt)", -1)),
|
|
11780
|
-
t("div",
|
|
11781
|
-
t("div",
|
|
11780
|
+
t("div", f5, l(((ht = r.comparisonData) == null ? void 0 : ht.actualFoCons) ?? "-"), 1),
|
|
11781
|
+
t("div", m5, l(((Qt = r.comparisonData) == null ? void 0 : Qt.recmdFoCons) ?? "-"), 1)
|
|
11782
11782
|
]),
|
|
11783
|
-
t("div",
|
|
11783
|
+
t("div", b5, [
|
|
11784
11784
|
e[28] || (e[28] = t("div", {
|
|
11785
11785
|
class: "blue",
|
|
11786
11786
|
style: { width: "35%" }
|
|
11787
11787
|
}, "Average Daily DO/GO Consumption (mt)", -1)),
|
|
11788
|
-
t("div",
|
|
11788
|
+
t("div", C5, l(((wt = r.comparisonData) == null ? void 0 : wt.actualAvgDgoCons) ?? "-"), 1),
|
|
11789
11789
|
t("div", j5, l(((Rt = r.comparisonData) == null ? void 0 : Rt.recmdAvgDgoCons) ?? "-"), 1)
|
|
11790
11790
|
]),
|
|
11791
11791
|
t("div", U5, [
|
|
@@ -11812,10 +11812,10 @@ function w5(i, e, s, N, r, d) {
|
|
|
11812
11812
|
])
|
|
11813
11813
|
]),
|
|
11814
11814
|
t("div", {
|
|
11815
|
-
class:
|
|
11815
|
+
class: C(`subtitle ${r.advisory && r.advisory !== "<p><br></p>" ? "" : "print-hidden"}`)
|
|
11816
11816
|
}, "Comments", 2),
|
|
11817
11817
|
t("div", {
|
|
11818
|
-
class:
|
|
11818
|
+
class: C(`report-comments ${r.advisory && r.advisory !== "<p><br></p>" ? "" : "print-hidden"}`),
|
|
11819
11819
|
style: { "min-height": "50px" }
|
|
11820
11820
|
}, [
|
|
11821
11821
|
r.editable ? (o(), se(y, {
|
|
@@ -15928,8 +15928,8 @@ const pO = {
|
|
|
15928
15928
|
});
|
|
15929
15929
|
}
|
|
15930
15930
|
}
|
|
15931
|
-
}, xO = { class: "quota-report" }, zO = { class: "section quota-section" },
|
|
15932
|
-
function
|
|
15931
|
+
}, xO = { class: "quota-report" }, zO = { class: "section quota-section" }, fO = { class: "label" }, mO = { class: "label" }, bO = ["innerHTML"];
|
|
15932
|
+
function CO(i, e, s, N, r, d) {
|
|
15933
15933
|
const y = P("Brand");
|
|
15934
15934
|
return o(), a("div", xO, [
|
|
15935
15935
|
O(y, { name: "Quotation Sheet" }),
|
|
@@ -15960,12 +15960,12 @@ function bO(i, e, s, N, r, d) {
|
|
|
15960
15960
|
]),
|
|
15961
15961
|
t("tbody", null, [
|
|
15962
15962
|
(o(!0), a(v, null, _(r.area, (M, I) => (o(), a("tr", { key: I }, [
|
|
15963
|
-
t("td",
|
|
15964
|
-
t("td",
|
|
15963
|
+
t("td", fO, l(M.rank), 1),
|
|
15964
|
+
t("td", mO, l(M.name), 1),
|
|
15965
15965
|
(o(!0), a(v, null, _(r.area.length, (z) => (o(), a("td", {
|
|
15966
15966
|
key: z,
|
|
15967
15967
|
innerHTML: r.quota[I][z - 1] || ""
|
|
15968
|
-
}, null, 8,
|
|
15968
|
+
}, null, 8, bO))), 128))
|
|
15969
15969
|
]))), 128))
|
|
15970
15970
|
])
|
|
15971
15971
|
]),
|
|
@@ -15973,7 +15973,7 @@ function bO(i, e, s, N, r, d) {
|
|
|
15973
15973
|
])
|
|
15974
15974
|
]);
|
|
15975
15975
|
}
|
|
15976
|
-
const jO = /* @__PURE__ */ te(pO, [["render",
|
|
15976
|
+
const jO = /* @__PURE__ */ te(pO, [["render", CO], ["__scopeId", "data-v-992fcad2"]]);
|
|
15977
15977
|
const UO = {
|
|
15978
15978
|
name: "QuotaReport",
|
|
15979
15979
|
components: {
|
|
@@ -16732,7 +16732,7 @@ const PO = {
|
|
|
16732
16732
|
}, aY = {
|
|
16733
16733
|
class: "flex-end",
|
|
16734
16734
|
style: { flex: "1", "text-transform": "uppercase" }
|
|
16735
|
-
}, dY = { class: "section summary-section" }, rY = { class: "section-content" }, MY = { colspan: "2" }, DY = { key: 0 }, NY = { key: 0 }, uY = { key: 1 }, gY = { colspan: "2" }, IY = { key: 0 }, cY = { key: 0 }, yY = { key: 1 }, AY = { colspan: "2" }, vY = { key: 0 }, TY = { key: 0 }, pY = { key: 1 }, xY = { colspan: "2" }, zY = { key: 0 },
|
|
16735
|
+
}, dY = { class: "section summary-section" }, rY = { class: "section-content" }, MY = { colspan: "2" }, DY = { key: 0 }, NY = { key: 0 }, uY = { key: 1 }, gY = { colspan: "2" }, IY = { key: 0 }, cY = { key: 0 }, yY = { key: 1 }, AY = { colspan: "2" }, vY = { key: 0 }, TY = { key: 0 }, pY = { key: 1 }, xY = { colspan: "2" }, zY = { key: 0 }, fY = { key: 0 }, mY = { key: 1 }, bY = { class: "phase-box flex-between" }, CY = {
|
|
16736
16736
|
class: "item",
|
|
16737
16737
|
style: { width: "22%" }
|
|
16738
16738
|
}, jY = { class: "text" }, UY = {
|
|
@@ -16789,7 +16789,7 @@ const PO = {
|
|
|
16789
16789
|
}, zS = {
|
|
16790
16790
|
class: "formula-block",
|
|
16791
16791
|
style: { flex: "1" }
|
|
16792
|
-
},
|
|
16792
|
+
}, fS = { class: "flex-start" }, mS = { class: "fraction" }, bS = { class: "fraction flex-center" }, CS = { class: "content" }, jS = { class: "fraction" }, US = { class: "fraction flex-center" }, ES = { class: "content" }, OS = { class: "fraction" }, YS = { class: "flex-start" }, SS = { class: "fraction" }, kS = { class: "fraction flex-center" }, hS = { class: "content" }, QS = { class: "fraction" }, wS = { class: "fraction flex-center" }, RS = { class: "content" }, FS = { class: "fraction" }, VS = {
|
|
16793
16793
|
key: 0,
|
|
16794
16794
|
class: "flex-center summary-bg"
|
|
16795
16795
|
}, PS = {
|
|
@@ -16800,7 +16800,7 @@ const PO = {
|
|
|
16800
16800
|
class: "flex-center summary-bg"
|
|
16801
16801
|
}, BS = { class: "fraction" }, HS = { class: "fraction" }, _S = { class: "fraction" }, JS = { class: "section vessel-report-section" }, XS = { class: "section-content" }, $S = ["rowspan"];
|
|
16802
16802
|
function KS(i, e, s, N, r, d) {
|
|
16803
|
-
var
|
|
16803
|
+
var m, A, T, Q, j, E, U, b, S, Y, h, p, F, W, L, Z, B, H, J, $, K, q, tt, st, G, Mt, Dt, Nt, ut, gt, It, ct, n, et, dt, yt, At, it, xt, zt, ft, mt, bt, Ct, jt, vt, Ot, Yt, St, kt, ht, Qt, wt, Rt, Ft, Vt, Pt, Gt, Ut, Xt, D, rt, w, pt, Wt, Lt, Zt, R, Bt, Ht, u, at, lt, Tt, _t, V, Jt, $t, Kt, ie, ne, oe, ae, de, re, Me, De, Ie, ce, ye, Ae, ve, Te, pe, xe, ze, fe, me, be, je, Ue, Ee, Oe, ke, k, he, Qe, we, Re, Fe, Ve, Pe, Ge, Ce, zl, fl, ml, bl, Cl, jl, Ul, El, Ol, Yl, Sl, kl, hl, Ql, wl, Rl, Fl, Vl, Pl, Gl, x, qt, Ne, ue, Ye, We, Le, Ze, Be, He, _e, Je, Xe, $e, Ke, qe, tl, el, ll, sl, il, nl, ol, al, dl, rl, Ml, Dl, Nl, ul, gl, Il, cl, yl, Al, vl, Tl, pl, Wl, Ll, Zl, Bl, Hl, _l, Jl, Xl, $l, Kl, ql, ts, es, ls, ss, is, ge, os, as, ds, rs, Ms, Ds, Ns, us, vs, Ts, ps, xs, zs, fs, bs, Cs, js, Us, Es, Os, Ys, Ss, ks, hs, Qs, ws, Rs, Fs, Vs, Ps, Gs, Ws, Ls, Zs, Bs, f, Hs, _s, Js, Xs, $s, Ks, qs, ti, cs, li, si, ii, ni, oi, ai, di, ri, Mi, Di, Ni, ui, gi, Ii, ci, yi, Ai, vi, Ti, pi, xi, zi, fi, mi, bi, Ci, ji, Ui, Ei, Oi, Yi, Si, ki, ot, gs, hi, Qi, wi, Ri, Fi, Vi, Pi, Gi, Se, _i, Ji, Xi, $i, Ki, qi, tn, en, ln, sn, nn, on, an, dn, rn, Mn, Dn, Nn, un, gn, In, cn, yn, An, vn, Tn, pn, xn, zn, fn, mn, bn, Cn, jn, Un, En, On, Yn, Sn, kn, hn, Qn, wn, Rn, Fn, Vn, Pn, Gn, Wn, Ln, Zn, Bn, Hn, _n, Jn, Xn, $n, Kn, qn, to, eo, lo, so, io, no, oo, ao, ro, Mo, Do, No, uo, go, Io, co, yo, Ao, vo, To, po, xo, zo, fo, mo, bo, Co, jo, Uo, Eo, Oo, Yo, So, ko, ho, Qo, wo, Ro, Fo, Vo, Po, Go, Wo, Lo, Zo, Bo, Ho, _o, Jo, Xo, $o, Ko, qo, ta, ea, la, sa, ia, na, oa, aa, da, ra, ee, Zi, ms, Wi, Ma, Da, Na, ua, ga, Ia, ca, ya, fa, ma, ba, Ca, ja, Ua, Ea;
|
|
16804
16804
|
const y = P("IdmBrand"), M = P("Lat"), I = P("Lng"), z = P("Editor");
|
|
16805
16805
|
return o(), a("div", GO, [
|
|
16806
16806
|
O(y, { name: "Energy Efficiency Analysis Report" }),
|
|
@@ -16811,14 +16811,14 @@ function KS(i, e, s, N, r, d) {
|
|
|
16811
16811
|
class: "flex-end",
|
|
16812
16812
|
style: { width: "140px" }
|
|
16813
16813
|
}, "Prepare for", -1)),
|
|
16814
|
-
t("span", BO, l((T = (A = (
|
|
16814
|
+
t("span", BO, l((T = (A = (m = s.report) == null ? void 0 : m.voyage) == null ? void 0 : A.company) == null ? void 0 : T.name), 1)
|
|
16815
16815
|
]),
|
|
16816
16816
|
t("div", HO, [
|
|
16817
16817
|
e[4] || (e[4] = t("label", {
|
|
16818
16818
|
class: "flex-end",
|
|
16819
16819
|
style: { width: "140px" }
|
|
16820
16820
|
}, "Vessel", -1)),
|
|
16821
|
-
t("span", _O, l((E = (j = (Q = s.report) == null ? void 0 : Q.voyage) == null ? void 0 : j.vessel) == null ? void 0 : E.name) + " (" + l((S = (
|
|
16821
|
+
t("span", _O, l((E = (j = (Q = s.report) == null ? void 0 : Q.voyage) == null ? void 0 : j.vessel) == null ? void 0 : E.name) + " (" + l((S = (b = (U = s.report) == null ? void 0 : U.voyage) == null ? void 0 : b.vessel) == null ? void 0 : S.type) + ")", 1)
|
|
16822
16822
|
]),
|
|
16823
16823
|
t("div", JO, [
|
|
16824
16824
|
e[5] || (e[5] = t("label", {
|
|
@@ -16905,14 +16905,14 @@ function KS(i, e, s, N, r, d) {
|
|
|
16905
16905
|
g(l((yt = (dt = (et = (n = (ct = s.report) == null ? void 0 : ct.eeas) == null ? void 0 : n.extend) == null ? void 0 : et.cp) == null ? void 0 : dt.idle) == null ? void 0 : yt.fo) + " ", 1),
|
|
16906
16906
|
(zt = (xt = (it = (At = s.report) == null ? void 0 : At.eeas) == null ? void 0 : it.extend) == null ? void 0 : xt.cp) != null && zt.weather ? (o(), a("span", DY, [
|
|
16907
16907
|
e[11] || (e[11] = g("| ", -1)),
|
|
16908
|
-
(jt = (
|
|
16908
|
+
(jt = (Ct = (bt = (mt = (ft = s.report) == null ? void 0 : ft.eeas) == null ? void 0 : mt.extend) == null ? void 0 : bt.cp) == null ? void 0 : Ct.weather) != null && jt.consPercentage ? (o(), a("span", NY, "+" + l((kt = (St = (Yt = (Ot = (vt = s.report) == null ? void 0 : vt.eeas) == null ? void 0 : Ot.extend) == null ? void 0 : Yt.cp) == null ? void 0 : St.weather) == null ? void 0 : kt.consOfOver) + "% , -" + l((Ft = (Rt = (wt = (Qt = (ht = s.report) == null ? void 0 : ht.eeas) == null ? void 0 : Qt.extend) == null ? void 0 : wt.cp) == null ? void 0 : Rt.weather) == null ? void 0 : Ft.consOfUnder) + "%", 1)) : (o(), a("span", uY, "+" + l((Xt = (Ut = (Gt = (Pt = (Vt = s.report) == null ? void 0 : Vt.eeas) == null ? void 0 : Pt.extend) == null ? void 0 : Gt.cp) == null ? void 0 : Ut.weather) == null ? void 0 : Xt.consOfOver) + " , -" + l((Wt = (pt = (w = (rt = (D = s.report) == null ? void 0 : D.eeas) == null ? void 0 : rt.extend) == null ? void 0 : w.cp) == null ? void 0 : pt.weather) == null ? void 0 : Wt.consOfUnder), 1))
|
|
16909
16909
|
])) : c("", !0)
|
|
16910
16910
|
]),
|
|
16911
16911
|
t("td", gY, [
|
|
16912
16912
|
g(l((Ht = (Bt = (R = (Zt = (Lt = s.report) == null ? void 0 : Lt.eeas) == null ? void 0 : Zt.extend) == null ? void 0 : R.cp) == null ? void 0 : Bt.idle) == null ? void 0 : Ht.dgo) + " ", 1),
|
|
16913
16913
|
(Tt = (lt = (at = (u = s.report) == null ? void 0 : u.eeas) == null ? void 0 : at.extend) == null ? void 0 : lt.cp) != null && Tt.weather ? (o(), a("span", IY, [
|
|
16914
16914
|
e[12] || (e[12] = g("| ", -1)),
|
|
16915
|
-
(Kt = ($t = (Jt = (V = (_t = s.report) == null ? void 0 : _t.eeas) == null ? void 0 : V.extend) == null ? void 0 : Jt.cp) == null ? void 0 : $t.weather) != null && Kt.consPercentage ? (o(), a("span", cY, "+" + l((de = (ae = (oe = (ne = (ie = s.report) == null ? void 0 : ie.eeas) == null ? void 0 : ne.extend) == null ? void 0 : oe.cp) == null ? void 0 : ae.weather) == null ? void 0 : de.consOfOver) + "% , -" + l((ce = (Ie = (De = (Me = (re = s.report) == null ? void 0 : re.eeas) == null ? void 0 : Me.extend) == null ? void 0 : De.cp) == null ? void 0 : Ie.weather) == null ? void 0 : ce.consOfUnder) + "%", 1)) : (o(), a("span", yY, "+" + l((pe = (Te = (ve = (Ae = (ye = s.report) == null ? void 0 : ye.eeas) == null ? void 0 : Ae.extend) == null ? void 0 : ve.cp) == null ? void 0 : Te.weather) == null ? void 0 : pe.consOfOver) + " , -" + l((
|
|
16915
|
+
(Kt = ($t = (Jt = (V = (_t = s.report) == null ? void 0 : _t.eeas) == null ? void 0 : V.extend) == null ? void 0 : Jt.cp) == null ? void 0 : $t.weather) != null && Kt.consPercentage ? (o(), a("span", cY, "+" + l((de = (ae = (oe = (ne = (ie = s.report) == null ? void 0 : ie.eeas) == null ? void 0 : ne.extend) == null ? void 0 : oe.cp) == null ? void 0 : ae.weather) == null ? void 0 : de.consOfOver) + "% , -" + l((ce = (Ie = (De = (Me = (re = s.report) == null ? void 0 : re.eeas) == null ? void 0 : Me.extend) == null ? void 0 : De.cp) == null ? void 0 : Ie.weather) == null ? void 0 : ce.consOfUnder) + "%", 1)) : (o(), a("span", yY, "+" + l((pe = (Te = (ve = (Ae = (ye = s.report) == null ? void 0 : ye.eeas) == null ? void 0 : Ae.extend) == null ? void 0 : ve.cp) == null ? void 0 : Te.weather) == null ? void 0 : pe.consOfOver) + " , -" + l((be = (me = (fe = (ze = (xe = s.report) == null ? void 0 : xe.eeas) == null ? void 0 : ze.extend) == null ? void 0 : fe.cp) == null ? void 0 : me.weather) == null ? void 0 : be.consOfUnder), 1))
|
|
16916
16916
|
])) : c("", !0)
|
|
16917
16917
|
])
|
|
16918
16918
|
]),
|
|
@@ -16922,21 +16922,21 @@ function KS(i, e, s, N, r, d) {
|
|
|
16922
16922
|
g(l((ke = (Oe = (Ee = (Ue = (je = s.report) == null ? void 0 : je.eeas) == null ? void 0 : Ue.extend) == null ? void 0 : Ee.cp) == null ? void 0 : Oe.working) == null ? void 0 : ke.fo) + " ", 1),
|
|
16923
16923
|
(we = (Qe = (he = (k = s.report) == null ? void 0 : k.eeas) == null ? void 0 : he.extend) == null ? void 0 : Qe.cp) != null && we.weather ? (o(), a("span", vY, [
|
|
16924
16924
|
e[14] || (e[14] = g(" | ", -1)),
|
|
16925
|
-
(Ge = (Pe = (Ve = (Fe = (Re = s.report) == null ? void 0 : Re.eeas) == null ? void 0 : Fe.extend) == null ? void 0 : Ve.cp) == null ? void 0 : Pe.weather) != null && Ge.consPercentage ? (o(), a("span", TY, "+" + l((
|
|
16925
|
+
(Ge = (Pe = (Ve = (Fe = (Re = s.report) == null ? void 0 : Re.eeas) == null ? void 0 : Fe.extend) == null ? void 0 : Ve.cp) == null ? void 0 : Pe.weather) != null && Ge.consPercentage ? (o(), a("span", TY, "+" + l((bl = (ml = (fl = (zl = (Ce = s.report) == null ? void 0 : Ce.eeas) == null ? void 0 : zl.extend) == null ? void 0 : fl.cp) == null ? void 0 : ml.weather) == null ? void 0 : bl.consOfOver) + "% , -" + l((Ol = (El = (Ul = (jl = (Cl = s.report) == null ? void 0 : Cl.eeas) == null ? void 0 : jl.extend) == null ? void 0 : Ul.cp) == null ? void 0 : El.weather) == null ? void 0 : Ol.consOfUnder) + "%", 1)) : (o(), a("span", pY, "+" + l((Ql = (hl = (kl = (Sl = (Yl = s.report) == null ? void 0 : Yl.eeas) == null ? void 0 : Sl.extend) == null ? void 0 : kl.cp) == null ? void 0 : hl.weather) == null ? void 0 : Ql.consOfOver) + " , -" + l((Pl = (Vl = (Fl = (Rl = (wl = s.report) == null ? void 0 : wl.eeas) == null ? void 0 : Rl.extend) == null ? void 0 : Fl.cp) == null ? void 0 : Vl.weather) == null ? void 0 : Pl.consOfUnder), 1))
|
|
16926
16926
|
])) : c("", !0)
|
|
16927
16927
|
]),
|
|
16928
16928
|
t("td", xY, [
|
|
16929
16929
|
g(l((ue = (Ne = (qt = (x = (Gl = s.report) == null ? void 0 : Gl.eeas) == null ? void 0 : x.extend) == null ? void 0 : qt.cp) == null ? void 0 : Ne.working) == null ? void 0 : ue.dgo) + " ", 1),
|
|
16930
16930
|
(Ze = (Le = (We = (Ye = s.report) == null ? void 0 : Ye.eeas) == null ? void 0 : We.extend) == null ? void 0 : Le.cp) != null && Ze.weather ? (o(), a("span", zY, [
|
|
16931
16931
|
e[15] || (e[15] = g(" | ", -1)),
|
|
16932
|
-
(Xe = (Je = (_e = (He = (Be = s.report) == null ? void 0 : Be.eeas) == null ? void 0 : He.extend) == null ? void 0 : _e.cp) == null ? void 0 : Je.weather) != null && Xe.consPercentage ? (o(), a("span",
|
|
16932
|
+
(Xe = (Je = (_e = (He = (Be = s.report) == null ? void 0 : Be.eeas) == null ? void 0 : He.extend) == null ? void 0 : _e.cp) == null ? void 0 : Je.weather) != null && Xe.consPercentage ? (o(), a("span", fY, "+" + l((el = (tl = (qe = (Ke = ($e = s.report) == null ? void 0 : $e.eeas) == null ? void 0 : Ke.extend) == null ? void 0 : qe.cp) == null ? void 0 : tl.weather) == null ? void 0 : el.consOfOver) + "% , -" + l((ol = (nl = (il = (sl = (ll = s.report) == null ? void 0 : ll.eeas) == null ? void 0 : sl.extend) == null ? void 0 : il.cp) == null ? void 0 : nl.weather) == null ? void 0 : ol.consOfUnder) + "%", 1)) : (o(), a("span", mY, "+" + l((Dl = (Ml = (rl = (dl = (al = s.report) == null ? void 0 : al.eeas) == null ? void 0 : dl.extend) == null ? void 0 : rl.cp) == null ? void 0 : Ml.weather) == null ? void 0 : Dl.consOfOver) + " , -" + l((cl = (Il = (gl = (ul = (Nl = s.report) == null ? void 0 : Nl.eeas) == null ? void 0 : ul.extend) == null ? void 0 : gl.cp) == null ? void 0 : Il.weather) == null ? void 0 : cl.consOfUnder), 1))
|
|
16933
16933
|
])) : c("", !0)
|
|
16934
16934
|
])
|
|
16935
16935
|
])
|
|
16936
16936
|
])
|
|
16937
16937
|
]),
|
|
16938
|
-
t("div",
|
|
16939
|
-
t("div",
|
|
16938
|
+
t("div", bY, [
|
|
16939
|
+
t("div", CY, [
|
|
16940
16940
|
e[19] || (e[19] = t("div", { class: "phase-title" }, "Total Idle Time", -1)),
|
|
16941
16941
|
t("div", jY, [
|
|
16942
16942
|
g(l((pl = (Tl = (vl = (Al = (yl = s.report) == null ? void 0 : yl.eeas) == null ? void 0 : Al.extend) == null ? void 0 : vl.actual) == null ? void 0 : Tl.idle) == null ? void 0 : pl.totalTime), 1),
|
|
@@ -16962,10 +16962,10 @@ function KS(i, e, s, N, r, d) {
|
|
|
16962
16962
|
t("div", null, [
|
|
16963
16963
|
t("span", hY, l((as = (os = (ge = (is = (ss = s.report) == null ? void 0 : ss.eeas) == null ? void 0 : is.extend) == null ? void 0 : ge.summary) == null ? void 0 : os.fo) == null ? void 0 : as.status) + "-consumption ", 1),
|
|
16964
16964
|
t("i", {
|
|
16965
|
-
class:
|
|
16965
|
+
class: C(["iconfont", ((Ns = (Ds = (Ms = (rs = (ds = s.report) == null ? void 0 : ds.eeas) == null ? void 0 : rs.extend) == null ? void 0 : Ms.summary) == null ? void 0 : Ds.fo) == null ? void 0 : Ns.status) === "Saving" ? "gain" : "lost"])
|
|
16966
16966
|
}, l(((xs = (ps = (Ts = (vs = (us = s.report) == null ? void 0 : us.eeas) == null ? void 0 : vs.extend) == null ? void 0 : Ts.summary) == null ? void 0 : ps.fo) == null ? void 0 : xs.status) === "Saving" ? "" : ""), 3),
|
|
16967
16967
|
t("span", {
|
|
16968
|
-
class:
|
|
16968
|
+
class: C(((js = (Cs = (bs = (fs = (zs = s.report) == null ? void 0 : zs.eeas) == null ? void 0 : fs.extend) == null ? void 0 : bs.summary) == null ? void 0 : Cs.fo) == null ? void 0 : js.status) === "Saving" ? "gain" : "lost")
|
|
16969
16969
|
}, l((Ss = (Ys = (Os = (Es = (Us = s.report) == null ? void 0 : Us.eeas) == null ? void 0 : Es.extend) == null ? void 0 : Os.summary) == null ? void 0 : Ys.fo) == null ? void 0 : Ss.margin), 3),
|
|
16970
16970
|
e[24] || (e[24] = t("span", { class: "unit" }, "mt", -1))
|
|
16971
16971
|
])
|
|
@@ -16981,12 +16981,12 @@ function KS(i, e, s, N, r, d) {
|
|
|
16981
16981
|
t("div", { class: "phase-title" }, "N/A", -1)
|
|
16982
16982
|
])])) : (o(), a("div", FY, [
|
|
16983
16983
|
t("div", null, [
|
|
16984
|
-
t("span", VY, l((
|
|
16984
|
+
t("span", VY, l((f = (Bs = (Zs = (Ls = (Ws = s.report) == null ? void 0 : Ws.eeas) == null ? void 0 : Ls.extend) == null ? void 0 : Zs.summary) == null ? void 0 : Bs.dgo) == null ? void 0 : f.status) + "-consumption", 1),
|
|
16985
16985
|
t("i", {
|
|
16986
|
-
class:
|
|
16986
|
+
class: C(["iconfont", (($s = (Xs = (Js = (_s = (Hs = s.report) == null ? void 0 : Hs.eeas) == null ? void 0 : _s.extend) == null ? void 0 : Js.summary) == null ? void 0 : Xs.dgo) == null ? void 0 : $s.status) === "Saving" ? "gain" : "lost"])
|
|
16987
16987
|
}, l(((li = (cs = (ti = (qs = (Ks = s.report) == null ? void 0 : Ks.eeas) == null ? void 0 : qs.extend) == null ? void 0 : ti.summary) == null ? void 0 : cs.dgo) == null ? void 0 : li.status) === "Saving" ? "" : ""), 3),
|
|
16988
16988
|
t("span", {
|
|
16989
|
-
class:
|
|
16989
|
+
class: C(((ai = (oi = (ni = (ii = (si = s.report) == null ? void 0 : si.eeas) == null ? void 0 : ii.extend) == null ? void 0 : ni.summary) == null ? void 0 : oi.dgo) == null ? void 0 : ai.status) === "Saving" ? "gain" : "lost")
|
|
16990
16990
|
}, l((Ni = (Di = (Mi = (ri = (di = s.report) == null ? void 0 : di.eeas) == null ? void 0 : ri.extend) == null ? void 0 : Mi.summary) == null ? void 0 : Di.dgo) == null ? void 0 : Ni.margin), 3),
|
|
16991
16991
|
e[28] || (e[28] = t("span", { class: "unit" }, "mt", -1))
|
|
16992
16992
|
])
|
|
@@ -16996,7 +16996,7 @@ function KS(i, e, s, N, r, d) {
|
|
|
16996
16996
|
])
|
|
16997
16997
|
]),
|
|
16998
16998
|
t("div", {
|
|
16999
|
-
class:
|
|
16999
|
+
class: C(["section remark-section", d.computeBlankHtml(r.remarks) ? "print-hidden" : ""])
|
|
17000
17000
|
}, [
|
|
17001
17001
|
e[31] || (e[31] = t("div", { class: "section-title" }, "Remarks", -1)),
|
|
17002
17002
|
t("div", PY, [
|
|
@@ -17056,7 +17056,7 @@ function KS(i, e, s, N, r, d) {
|
|
|
17056
17056
|
])
|
|
17057
17057
|
], -1)),
|
|
17058
17058
|
(o(!0), a(v, null, _((Ii = (gi = (ui = s.report) == null ? void 0 : ui.eeas) == null ? void 0 : gi.extend) == null ? void 0 : Ii.ports, (le) => {
|
|
17059
|
-
var Aa, xl, va, Ta, Oa, Ya, Sa, ka, ha, Qa, wa, Ra, Fa, Va, Pa, Ga, Wa, La, Za, Ba, Ha, _a, Ja, Xa, $a, Ka, qa, td, ed, ld, sd, id, nd, od, ad, dd, rd, Md, Dd, Nd, ud, gd, Id, cd, yd, Ad, vd, Td, pd, xd, zd, md,
|
|
17059
|
+
var Aa, xl, va, Ta, Oa, Ya, Sa, ka, ha, Qa, wa, Ra, Fa, Va, Pa, Ga, Wa, La, Za, Ba, Ha, _a, Ja, Xa, $a, Ka, qa, td, ed, ld, sd, id, nd, od, ad, dd, rd, Md, Dd, Nd, ud, gd, Id, cd, yd, Ad, vd, Td, pd, xd, zd, fd, md, bd, Cd, jd, Ud, Ed;
|
|
17060
17060
|
return o(), a("tbody", {
|
|
17061
17061
|
key: le.port
|
|
17062
17062
|
}, [
|
|
@@ -17068,32 +17068,32 @@ function KS(i, e, s, N, r, d) {
|
|
|
17068
17068
|
e[32] || (e[32] = t("td", null, "Idle", -1)),
|
|
17069
17069
|
t("td", null, l((Aa = le.idle) == null ? void 0 : Aa.totalTime), 1),
|
|
17070
17070
|
t("td", {
|
|
17071
|
-
class:
|
|
17071
|
+
class: C(((xl = le.idle) == null ? void 0 : xl.totalFoCons) > ((Sa = (Ya = (Oa = (Ta = (va = s.report) == null ? void 0 : va.eeas) == null ? void 0 : Ta.extend) == null ? void 0 : Oa.cp) == null ? void 0 : Ya.idle) == null ? void 0 : Sa.totalFoCons) ? "lost" : "")
|
|
17072
17072
|
}, l((ka = le.idle) == null ? void 0 : ka.totalFoCons), 3),
|
|
17073
17073
|
t("td", {
|
|
17074
|
-
class:
|
|
17074
|
+
class: C(((ha = le.idle) == null ? void 0 : ha.totalDgoCons) > ((Va = (Fa = (Ra = (wa = (Qa = s.report) == null ? void 0 : Qa.eeas) == null ? void 0 : wa.extend) == null ? void 0 : Ra.cp) == null ? void 0 : Fa.idle) == null ? void 0 : Va.totalDgoCons) ? "lost" : "")
|
|
17075
17075
|
}, l((Pa = le.idle) == null ? void 0 : Pa.totalDgoCons), 3),
|
|
17076
17076
|
t("td", {
|
|
17077
|
-
class:
|
|
17077
|
+
class: C(((Ga = le.idle) == null ? void 0 : Ga.dailyFoCons) > ((Ha = (Ba = (Za = (La = (Wa = s.report) == null ? void 0 : Wa.eeas) == null ? void 0 : La.extend) == null ? void 0 : Za.cp) == null ? void 0 : Ba.idle) == null ? void 0 : Ha.fo) ? "lost" : "")
|
|
17078
17078
|
}, l((_a = le.idle) == null ? void 0 : _a.dailyFoCons), 3),
|
|
17079
17079
|
t("td", {
|
|
17080
|
-
class:
|
|
17080
|
+
class: C(((Ja = le.idle) == null ? void 0 : Ja.dailyDgoCons) > ((td = (qa = (Ka = ($a = (Xa = s.report) == null ? void 0 : Xa.eeas) == null ? void 0 : $a.extend) == null ? void 0 : Ka.cp) == null ? void 0 : qa.idle) == null ? void 0 : td.dgo) ? "lost" : "")
|
|
17081
17081
|
}, l((ed = le.idle) == null ? void 0 : ed.dailyDgoCons), 3)
|
|
17082
17082
|
]),
|
|
17083
17083
|
t("tr", null, [
|
|
17084
17084
|
e[33] || (e[33] = t("td", null, "Working", -1)),
|
|
17085
17085
|
t("td", null, l((ld = le.working) == null ? void 0 : ld.totalTime), 1),
|
|
17086
17086
|
t("td", {
|
|
17087
|
-
class:
|
|
17087
|
+
class: C(((sd = le.working) == null ? void 0 : sd.totalFoCons) > ((dd = (ad = (od = (nd = (id = s.report) == null ? void 0 : id.eeas) == null ? void 0 : nd.extend) == null ? void 0 : od.cp) == null ? void 0 : ad.working) == null ? void 0 : dd.totalFoCons) ? "lost" : "")
|
|
17088
17088
|
}, l((rd = le.working) == null ? void 0 : rd.totalFoCons), 3),
|
|
17089
17089
|
t("td", {
|
|
17090
|
-
class:
|
|
17090
|
+
class: C(((Md = le.working) == null ? void 0 : Md.totalDgoCons) > ((Id = (gd = (ud = (Nd = (Dd = s.report) == null ? void 0 : Dd.eeas) == null ? void 0 : Nd.extend) == null ? void 0 : ud.cp) == null ? void 0 : gd.working) == null ? void 0 : Id.totalDgoCons) ? "lost" : "")
|
|
17091
17091
|
}, l((cd = le.working) == null ? void 0 : cd.totalDgoCons), 3),
|
|
17092
17092
|
t("td", {
|
|
17093
|
-
class:
|
|
17093
|
+
class: C(((yd = le.working) == null ? void 0 : yd.dailyFoCons) > ((xd = (pd = (Td = (vd = (Ad = s.report) == null ? void 0 : Ad.eeas) == null ? void 0 : vd.extend) == null ? void 0 : Td.cp) == null ? void 0 : pd.working) == null ? void 0 : xd.fo) ? "lost" : "")
|
|
17094
17094
|
}, l((zd = le.working) == null ? void 0 : zd.dailyFoCons), 3),
|
|
17095
17095
|
t("td", {
|
|
17096
|
-
class:
|
|
17096
|
+
class: C(((fd = le.working) == null ? void 0 : fd.dailyDgoCons) > ((Ud = (jd = (Cd = (bd = (md = s.report) == null ? void 0 : md.eeas) == null ? void 0 : bd.extend) == null ? void 0 : Cd.cp) == null ? void 0 : jd.working) == null ? void 0 : Ud.dgo) ? "lost" : "")
|
|
17097
17097
|
}, l((Ed = le.working) == null ? void 0 : Ed.dailyDgoCons), 3)
|
|
17098
17098
|
])
|
|
17099
17099
|
]);
|
|
@@ -17113,7 +17113,7 @@ function KS(i, e, s, N, r, d) {
|
|
|
17113
17113
|
e[43] || (e[43] = t("div", { class: "sig" }, "x", -1)),
|
|
17114
17114
|
t("div", qY, [
|
|
17115
17115
|
t("div", tS, [
|
|
17116
|
-
t("div", null, l((
|
|
17116
|
+
t("div", null, l((mi = (fi = (zi = (xi = (pi = s.report) == null ? void 0 : pi.eeas) == null ? void 0 : xi.extend) == null ? void 0 : zi.cp) == null ? void 0 : fi.idle) == null ? void 0 : mi.plusAbtfo), 1),
|
|
17117
17117
|
e[38] || (e[38] = t("div", { class: "line" }, null, -1)),
|
|
17118
17118
|
e[39] || (e[39] = t("div", null, "24", -1))
|
|
17119
17119
|
])
|
|
@@ -17121,7 +17121,7 @@ function KS(i, e, s, N, r, d) {
|
|
|
17121
17121
|
e[44] || (e[44] = t("div", { class: "sig" }, ")", -1)),
|
|
17122
17122
|
e[45] || (e[45] = t("div", { class: "sig" }, "+", -1)),
|
|
17123
17123
|
e[46] || (e[46] = t("div", { class: "sig" }, "(", -1)),
|
|
17124
|
-
t("div", eS, l((Ei = (Ui = (ji = (
|
|
17124
|
+
t("div", eS, l((Ei = (Ui = (ji = (Ci = (bi = s.report) == null ? void 0 : bi.eeas) == null ? void 0 : Ci.extend) == null ? void 0 : ji.actual) == null ? void 0 : Ui.working) == null ? void 0 : Ei.totalTime), 1),
|
|
17125
17125
|
e[47] || (e[47] = t("div", { class: "sig" }, "x", -1)),
|
|
17126
17126
|
t("div", lS, [
|
|
17127
17127
|
t("div", sS, [
|
|
@@ -17170,9 +17170,9 @@ function KS(i, e, s, N, r, d) {
|
|
|
17170
17170
|
}, "No Fuel Saving/Over-Consumption", -1)
|
|
17171
17171
|
])])) : ((xn = (pn = (Tn = (vn = (An = s.report) == null ? void 0 : An.eeas) == null ? void 0 : vn.extend) == null ? void 0 : Tn.summary) == null ? void 0 : pn.fo) == null ? void 0 : xn.status) === "Saving" ? (o(), a("div", gS, [
|
|
17172
17172
|
e[65] || (e[65] = nt('<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)),
|
|
17173
|
-
t("div", IS, l((
|
|
17173
|
+
t("div", IS, l((bn = (mn = (fn = (zn = s.report) == null ? void 0 : zn.eeas) == null ? void 0 : fn.extend) == null ? void 0 : mn.cp) == null ? void 0 : bn.maxFoCons), 1),
|
|
17174
17174
|
e[66] || (e[66] = t("div", { class: "sig" }, "-", -1)),
|
|
17175
|
-
t("div", cS, l((En = (Un = (jn = (
|
|
17175
|
+
t("div", cS, l((En = (Un = (jn = (Cn = s.report) == null ? void 0 : Cn.eeas) == null ? void 0 : jn.extend) == null ? void 0 : Un.actual) == null ? void 0 : En.totalFoCons), 1),
|
|
17176
17176
|
e[67] || (e[67] = t("div", { class: "sig" }, "=", -1)),
|
|
17177
17177
|
t("div", yS, l((hn = (kn = (Sn = (Yn = (On = s.report) == null ? void 0 : On.eeas) == null ? void 0 : Yn.extend) == null ? void 0 : Sn.summary) == null ? void 0 : kn.fo) == null ? void 0 : hn.margin) + " mt", 1)
|
|
17178
17178
|
])) : (o(), a("div", AS, [
|
|
@@ -17188,12 +17188,12 @@ function KS(i, e, s, N, r, d) {
|
|
|
17188
17188
|
e[105] || (e[105] = t("div", { class: "section-title" }, "2、Diesel/Gas Oil", -1)),
|
|
17189
17189
|
t("div", xS, [
|
|
17190
17190
|
t("div", zS, [
|
|
17191
|
-
t("div",
|
|
17191
|
+
t("div", fS, [
|
|
17192
17192
|
e[75] || (e[75] = nt('<div class="fraction" style="width:260px;" data-v-34ecb434>Max CP Consumption</div><div class="sig" data-v-34ecb434>=</div><div class="fraction" data-v-34ecb434>(a)</div><div class="sig" data-v-34ecb434>+</div><div class="fraction" data-v-34ecb434>(b)</div><div class="sig" data-v-34ecb434>=</div><div class="sig" data-v-34ecb434>(</div>', 7)),
|
|
17193
|
-
t("div",
|
|
17193
|
+
t("div", mS, l((qn = (Kn = ($n = (Xn = (Jn = s.report) == null ? void 0 : Jn.eeas) == null ? void 0 : Xn.extend) == null ? void 0 : $n.actual) == null ? void 0 : Kn.idle) == null ? void 0 : qn.totalTime), 1),
|
|
17194
17194
|
e[76] || (e[76] = t("div", { class: "sig" }, "x", -1)),
|
|
17195
|
-
t("div",
|
|
17196
|
-
t("div",
|
|
17195
|
+
t("div", bS, [
|
|
17196
|
+
t("div", CS, [
|
|
17197
17197
|
t("div", null, l((io = (so = (lo = (eo = (to = s.report) == null ? void 0 : to.eeas) == null ? void 0 : eo.extend) == null ? void 0 : lo.cp) == null ? void 0 : so.idle) == null ? void 0 : io.plusAbtdgo), 1),
|
|
17198
17198
|
e[71] || (e[71] = t("div", { class: "line" }, null, -1)),
|
|
17199
17199
|
e[72] || (e[72] = t("div", null, "24", -1))
|
|
@@ -17218,11 +17218,11 @@ function KS(i, e, s, N, r, d) {
|
|
|
17218
17218
|
]),
|
|
17219
17219
|
t("div", YS, [
|
|
17220
17220
|
e[88] || (e[88] = nt('<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)),
|
|
17221
|
-
t("div", SS, l((
|
|
17221
|
+
t("div", SS, l((fo = (zo = (xo = (po = (To = s.report) == null ? void 0 : To.eeas) == null ? void 0 : po.extend) == null ? void 0 : xo.actual) == null ? void 0 : zo.idle) == null ? void 0 : fo.totalTime), 1),
|
|
17222
17222
|
e[89] || (e[89] = t("div", { class: "sig" }, "x", -1)),
|
|
17223
17223
|
t("div", kS, [
|
|
17224
17224
|
t("div", hS, [
|
|
17225
|
-
t("div", null, l((Uo = (jo = (
|
|
17225
|
+
t("div", null, l((Uo = (jo = (Co = (bo = (mo = s.report) == null ? void 0 : mo.eeas) == null ? void 0 : bo.extend) == null ? void 0 : Co.cp) == null ? void 0 : jo.idle) == null ? void 0 : Uo.minusAbtdgo), 1),
|
|
17226
17226
|
e[84] || (e[84] = t("div", { class: "line" }, null, -1)),
|
|
17227
17227
|
e[85] || (e[85] = t("div", null, "24", -1))
|
|
17228
17228
|
])
|
|
@@ -17255,14 +17255,14 @@ function KS(i, e, s, N, r, d) {
|
|
|
17255
17255
|
e[99] || (e[99] = t("div", { class: "sig" }, "-", -1)),
|
|
17256
17256
|
t("div", WS, l((aa = (oa = (na = (ia = s.report) == null ? void 0 : ia.eeas) == null ? void 0 : na.extend) == null ? void 0 : oa.actual) == null ? void 0 : aa.totalDgoCons), 1),
|
|
17257
17257
|
e[100] || (e[100] = t("div", { class: "sig" }, "=", -1)),
|
|
17258
|
-
t("div", LS, l((
|
|
17258
|
+
t("div", LS, l((ms = (Zi = (ee = (ra = (da = s.report) == null ? void 0 : da.eeas) == null ? void 0 : ra.extend) == null ? void 0 : ee.summary) == null ? void 0 : Zi.dgo) == null ? void 0 : ms.margin) + " mt", 1)
|
|
17259
17259
|
])) : (o(), a("div", ZS, [
|
|
17260
17260
|
e[101] || (e[101] = nt('<div class="fraction" style="width:260px;" data-v-34ecb434>Fuel Over-Consumption</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><div class="fraction" data-v-34ecb434>(c')</div><div class="sig" data-v-34ecb434>=</div>', 6)),
|
|
17261
17261
|
t("div", BS, l((Na = (Da = (Ma = (Wi = s.report) == null ? void 0 : Wi.eeas) == null ? void 0 : Ma.extend) == null ? void 0 : Da.actual) == null ? void 0 : Na.totalDgoCons), 1),
|
|
17262
17262
|
e[102] || (e[102] = t("div", { class: "sig" }, "-", -1)),
|
|
17263
17263
|
t("div", HS, l((ca = (Ia = (ga = (ua = s.report) == null ? void 0 : ua.eeas) == null ? void 0 : ga.extend) == null ? void 0 : Ia.cp) == null ? void 0 : ca.maxDgoCons), 1),
|
|
17264
17264
|
e[103] || (e[103] = t("div", { class: "sig" }, "=", -1)),
|
|
17265
|
-
t("div", _S, l((
|
|
17265
|
+
t("div", _S, l((Ca = (ba = (ma = (fa = (ya = s.report) == null ? void 0 : ya.eeas) == null ? void 0 : fa.extend) == null ? void 0 : ma.summary) == null ? void 0 : ba.dgo) == null ? void 0 : Ca.margin) + " mt", 1)
|
|
17266
17266
|
]))
|
|
17267
17267
|
])
|
|
17268
17268
|
])
|
|
@@ -17463,13 +17463,13 @@ const ik = {
|
|
|
17463
17463
|
}, yk = { class: "text" }, Ak = { class: "value" }, vk = { class: "phase-title" }, Tk = {
|
|
17464
17464
|
class: "item",
|
|
17465
17465
|
style: { width: "24%" }
|
|
17466
|
-
}, pk = { class: "text" }, xk = { class: "value" }, zk = { class: "phase-title" },
|
|
17466
|
+
}, pk = { class: "text" }, xk = { class: "value" }, zk = { class: "phase-title" }, fk = {
|
|
17467
17467
|
class: "item",
|
|
17468
17468
|
style: { width: "24%" }
|
|
17469
|
-
},
|
|
17469
|
+
}, mk = { class: "text" }, bk = {
|
|
17470
17470
|
class: "item",
|
|
17471
17471
|
style: { width: "24%" }
|
|
17472
|
-
},
|
|
17472
|
+
}, Ck = { class: "fuel-title" }, jk = { class: "fuel-text" }, Uk = { class: "section-content" }, Ek = {
|
|
17473
17473
|
key: 0,
|
|
17474
17474
|
class: ""
|
|
17475
17475
|
}, Ok = ["innerHTML"], Yk = { key: 1 }, Sk = { class: "section co2-emissions-section" }, kk = { class: "flex-between" }, hk = { style: { width: "350px !important", "margin-right": "10px" } }, Qk = {
|
|
@@ -17478,7 +17478,7 @@ const ik = {
|
|
|
17478
17478
|
style: { "font-weight": "bold" }
|
|
17479
17479
|
}, wk = { class: "section leg-section" };
|
|
17480
17480
|
function Rk(i, e, s, N, r, d) {
|
|
17481
|
-
var I, z,
|
|
17481
|
+
var I, z, m, A, T, Q, j, E, U, b, S, Y, h, p, F, W, L, Z, B, H, J, $, K, q, tt, st, G, Mt, Dt, Nt, ut, gt, It, ct, n, et, dt, yt, At, it, xt, zt, ft, mt, bt, Ct, jt, vt, Ot, Yt, St, kt, ht, Qt, wt, Rt, Ft, Vt, Pt, Gt, Ut, Xt, D, rt, w, pt, Wt, Lt, Zt, R, Bt, Ht, u, at, lt, Tt, _t, V, Jt, $t, Kt, ie, ne, oe, ae, de, re, Me, De, Ie, ce, ye, Ae, ve, Te, pe, xe, ze, fe, me, be, je, Ue, Ee, Oe, ke;
|
|
17482
17482
|
const y = P("IdmBrand"), M = P("Editor");
|
|
17483
17483
|
return o(), a("div", nk, [
|
|
17484
17484
|
O(y, { name: "EU ETS Compliance Cost Analysis Report" }),
|
|
@@ -17487,7 +17487,7 @@ function Rk(i, e, s, N, r, d) {
|
|
|
17487
17487
|
t("div", dk, [
|
|
17488
17488
|
t("div", rk, [
|
|
17489
17489
|
e[3] || (e[3] = t("label", { class: "label" }, "Vessel:", -1)),
|
|
17490
|
-
t("div", null, l(((z = (I = s.report) == null ? void 0 : I.vessel) == null ? void 0 : z.name) ?? "-") + " (" + l(((A = (
|
|
17490
|
+
t("div", null, l(((z = (I = s.report) == null ? void 0 : I.vessel) == null ? void 0 : z.name) ?? "-") + " (" + l(((A = (m = s.report) == null ? void 0 : m.vessel) == null ? void 0 : A.type) ?? "-") + ")", 1)
|
|
17491
17491
|
]),
|
|
17492
17492
|
t("div", Mk, [
|
|
17493
17493
|
e[4] || (e[4] = t("label", { class: "label" }, "IMO:", -1)),
|
|
@@ -17515,7 +17515,7 @@ function Rk(i, e, s, N, r, d) {
|
|
|
17515
17515
|
t("div", ck, [
|
|
17516
17516
|
e[8] || (e[8] = t("div", { class: "phase-title" }, "EU ETS Cost", -1)),
|
|
17517
17517
|
t("div", yk, [
|
|
17518
|
-
g(l(((S = (
|
|
17518
|
+
g(l(((S = (b = s.report) == null ? void 0 : b.summary) == null ? void 0 : S.cost) ?? "-"), 1),
|
|
17519
17519
|
e[7] || (e[7] = t("span", { class: "unit" }, "€", -1))
|
|
17520
17520
|
]),
|
|
17521
17521
|
t("div", Ak, [
|
|
@@ -17535,20 +17535,20 @@ function Rk(i, e, s, N, r, d) {
|
|
|
17535
17535
|
])
|
|
17536
17536
|
])
|
|
17537
17537
|
]),
|
|
17538
|
-
t("div",
|
|
17538
|
+
t("div", fk, [
|
|
17539
17539
|
e[13] || (e[13] = t("div", { class: "phase-title" }, "EU ETS CO₂ emissions", -1)),
|
|
17540
|
-
t("div",
|
|
17540
|
+
t("div", mk, [
|
|
17541
17541
|
g(l(Math.round(((B = (Z = s.report) == null ? void 0 : Z.summary) == null ? void 0 : B.ghg2) * 1e3) / 1e3), 1),
|
|
17542
17542
|
e[12] || (e[12] = t("span", { class: "unit" }, "mt", -1))
|
|
17543
17543
|
])
|
|
17544
17544
|
]),
|
|
17545
|
-
t("div",
|
|
17545
|
+
t("div", bk, [
|
|
17546
17546
|
e[15] || (e[15] = t("div", { class: "phase-title" }, "Total Fuel Consumption", -1)),
|
|
17547
17547
|
(o(!0), a(v, null, _((J = (H = s.report) == null ? void 0 : H.summary) == null ? void 0 : J.fuels, (k) => (o(), a("div", {
|
|
17548
17548
|
key: k.type,
|
|
17549
17549
|
class: "value flex-between"
|
|
17550
17550
|
}, [
|
|
17551
|
-
t("div",
|
|
17551
|
+
t("div", Ck, l(k.type ?? "-"), 1),
|
|
17552
17552
|
t("div", jk, [
|
|
17553
17553
|
g(l(k.cons ?? "-"), 1),
|
|
17554
17554
|
e[14] || (e[14] = t("span", { class: "unit" }, "mt", -1))
|
|
@@ -17558,7 +17558,7 @@ function Rk(i, e, s, N, r, d) {
|
|
|
17558
17558
|
])
|
|
17559
17559
|
]),
|
|
17560
17560
|
t("div", {
|
|
17561
|
-
class:
|
|
17561
|
+
class: C(["section remark-section", d.computeBlankHtml(r.remarks) ? "print-hidden" : ""])
|
|
17562
17562
|
}, [
|
|
17563
17563
|
e[17] || (e[17] = t("div", { class: "subtitle" }, "Remarks", -1)),
|
|
17564
17564
|
t("div", Uk, [
|
|
@@ -17620,7 +17620,7 @@ function Rk(i, e, s, N, r, d) {
|
|
|
17620
17620
|
]),
|
|
17621
17621
|
t("tr", null, [
|
|
17622
17622
|
e[19] || (e[19] = t("td", null, "LFO", -1)),
|
|
17623
|
-
t("td", null, l(((
|
|
17623
|
+
t("td", null, l(((Ct = (bt = (mt = (ft = (zt = s.report) == null ? void 0 : zt.summary) == null ? void 0 : ft.fuels) == null ? void 0 : mt.filter((k) => k.type === "LFO")) == null ? void 0 : bt[0]) == null ? void 0 : Ct.cons) ?? "-"), 1),
|
|
17624
17624
|
t("td", null, l(((St = (Yt = (Ot = (vt = (jt = s.report) == null ? void 0 : jt.summary) == null ? void 0 : vt.fuels) == null ? void 0 : Ot.filter((k) => k.type === "LFO")) == null ? void 0 : Yt[0]) == null ? void 0 : St.co2) ?? "-"), 1),
|
|
17625
17625
|
t("td", null, l(((Rt = (wt = (Qt = (ht = (kt = s.report) == null ? void 0 : kt.summary) == null ? void 0 : ht.fuels) == null ? void 0 : Qt.filter((k) => k.type === "LFO")) == null ? void 0 : wt[0]) == null ? void 0 : Rt.ch4) ?? "-"), 1),
|
|
17626
17626
|
t("td", null, l(((Ut = (Gt = (Pt = (Vt = (Ft = s.report) == null ? void 0 : Ft.summary) == null ? void 0 : Vt.fuels) == null ? void 0 : Pt.filter((k) => k.type === "LFO")) == null ? void 0 : Gt[0]) == null ? void 0 : Ut.n2o) ?? "-"), 1)
|
|
@@ -17637,7 +17637,7 @@ function Rk(i, e, s, N, r, d) {
|
|
|
17637
17637
|
t("td", null, l(((de = (ae = (oe = (ne = (ie = s.report) == null ? void 0 : ie.summary) == null ? void 0 : ne.fuels) == null ? void 0 : oe.filter((k) => k.type === "MDO")) == null ? void 0 : ae[0]) == null ? void 0 : de.cons) ?? "-"), 1),
|
|
17638
17638
|
t("td", null, l(((ce = (Ie = (De = (Me = (re = s.report) == null ? void 0 : re.summary) == null ? void 0 : Me.fuels) == null ? void 0 : De.filter((k) => k.type === "MDO")) == null ? void 0 : Ie[0]) == null ? void 0 : ce.co2) ?? "-"), 1),
|
|
17639
17639
|
t("td", null, l(((pe = (Te = (ve = (Ae = (ye = s.report) == null ? void 0 : ye.summary) == null ? void 0 : Ae.fuels) == null ? void 0 : ve.filter((k) => k.type === "MDO")) == null ? void 0 : Te[0]) == null ? void 0 : pe.ch4) ?? "-"), 1),
|
|
17640
|
-
t("td", null, l(((
|
|
17640
|
+
t("td", null, l(((be = (me = (fe = (ze = (xe = s.report) == null ? void 0 : xe.summary) == null ? void 0 : ze.fuels) == null ? void 0 : fe.filter((k) => k.type === "MDO")) == null ? void 0 : me[0]) == null ? void 0 : be.n2o) ?? "-"), 1)
|
|
17641
17641
|
]),
|
|
17642
17642
|
t("tr", null, [
|
|
17643
17643
|
e[22] || (e[22] = t("td", {
|
|
@@ -17718,10 +17718,10 @@ function Rk(i, e, s, N, r, d) {
|
|
|
17718
17718
|
t("td", null, l((k == null ? void 0 : k.category) ?? "-"), 1),
|
|
17719
17719
|
t("td", null, l(Math.round((k == null ? void 0 : k.time) * 10 / 24) / 10), 1),
|
|
17720
17720
|
t("td", null, l((k == null ? void 0 : k.distance) ?? "-"), 1),
|
|
17721
|
-
t("td", null, l(((Qe = (he = k.fuels) == null ? void 0 : he.find((
|
|
17722
|
-
t("td", null, l(((Re = (we = k.fuels) == null ? void 0 : we.find((
|
|
17723
|
-
t("td", null, l(((Ve = (Fe = k.fuels) == null ? void 0 : Fe.find((
|
|
17724
|
-
t("td", null, l(((Ge = (Pe = k.fuels) == null ? void 0 : Pe.find((
|
|
17721
|
+
t("td", null, l(((Qe = (he = k.fuels) == null ? void 0 : he.find((Ce) => Ce.type === "HFO")) == null ? void 0 : Qe.cons) ?? "-"), 1),
|
|
17722
|
+
t("td", null, l(((Re = (we = k.fuels) == null ? void 0 : we.find((Ce) => Ce.type === "LFO")) == null ? void 0 : Re.cons) ?? "-"), 1),
|
|
17723
|
+
t("td", null, l(((Ve = (Fe = k.fuels) == null ? void 0 : Fe.find((Ce) => Ce.type === "MGO")) == null ? void 0 : Ve.cons) ?? "-"), 1),
|
|
17724
|
+
t("td", null, l(((Ge = (Pe = k.fuels) == null ? void 0 : Pe.find((Ce) => Ce.type === "MDO")) == null ? void 0 : Ge.cons) ?? "-"), 1),
|
|
17725
17725
|
t("td", null, l(Math.round((k == null ? void 0 : k.ghg2) * 1e3) / 1e3), 1),
|
|
17726
17726
|
t("td", null, l(Math.round((k == null ? void 0 : k.euas) * 1e3) / 1e3), 1)
|
|
17727
17727
|
]);
|
|
@@ -17831,7 +17831,7 @@ const Vk = {
|
|
|
17831
17831
|
class: ""
|
|
17832
17832
|
}, Dh = ["innerHTML"], Nh = { key: 1 }, uh = { class: "section co2-emissions-section" }, gh = { class: "section leg-section" }, Ih = { class: "section leg-section" };
|
|
17833
17833
|
function ch(i, e, s, N, r, d) {
|
|
17834
|
-
var I, z,
|
|
17834
|
+
var I, z, m, A, T, Q, j, E, U, b, S, Y, h, p, F, W, L, Z, B, H, J, $, K, q, tt, st, G, Mt, Dt, Nt, ut, gt, It, ct, n, et, dt, yt, At, it, xt, zt, ft, mt, bt, Ct, jt, vt, Ot, Yt, St, kt, ht, Qt, wt, Rt, Ft, Vt, Pt, Gt, Ut, Xt, D, rt, w, pt, Wt, Lt, Zt, R, Bt, Ht, u, at, lt, Tt, _t, V, Jt, $t, Kt, ie, ne, oe, ae, de, re, Me, De, Ie, ce, ye, Ae, ve, Te, pe, xe, ze, fe, me, be, je, Ue, Ee, Oe, ke, k, he, Qe, we, Re, Fe, Ve, Pe, Ge, Ce, zl, fl, ml, bl, Cl, jl, Ul, El, Ol, Yl, Sl, kl, hl, Ql, wl, Rl, Fl, Vl, Pl, Gl, x, qt, Ne, ue, Ye, We, Le, Ze, Be, He, _e, Je, Xe, $e, Ke, qe, tl, el, ll, sl, il, nl, ol, al, dl, rl, Ml, Dl, Nl, ul, gl, Il, cl, yl, Al, vl, Tl, pl, Wl, Ll, Zl, Bl, Hl, _l, Jl, Xl, $l, Kl, ql, ts, es, ls, ss, is, ge, os, as, ds, rs, Ms, Ds, Ns, us, vs, Ts, ps, xs, zs, fs, bs, Cs, js, Us, Es, Os, Ys, Ss, ks, hs, Qs, ws, Rs, Fs, Vs, Ps, Gs, Ws, Ls, Zs, Bs;
|
|
17835
17835
|
const y = P("IdmBrand"), M = P("Editor");
|
|
17836
17836
|
return o(), a("div", Pk, [
|
|
17837
17837
|
O(y, { name: "FuelEU Maritime Compliance Cost Analysis Report" }),
|
|
@@ -17840,7 +17840,7 @@ function ch(i, e, s, N, r, d) {
|
|
|
17840
17840
|
t("div", Lk, [
|
|
17841
17841
|
t("div", Zk, [
|
|
17842
17842
|
e[3] || (e[3] = t("label", { class: "label" }, "Vessel:", -1)),
|
|
17843
|
-
t("div", null, l(((z = (I = s.report) == null ? void 0 : I.vessel) == null ? void 0 : z.name) ?? "-") + " (" + l(((A = (
|
|
17843
|
+
t("div", null, l(((z = (I = s.report) == null ? void 0 : I.vessel) == null ? void 0 : z.name) ?? "-") + " (" + l(((A = (m = s.report) == null ? void 0 : m.vessel) == null ? void 0 : A.type) ?? "-") + ")", 1)
|
|
17844
17844
|
]),
|
|
17845
17845
|
t("div", Bk, [
|
|
17846
17846
|
e[4] || (e[4] = t("label", { class: "label" }, "IMO:", -1)),
|
|
@@ -17868,7 +17868,7 @@ function ch(i, e, s, N, r, d) {
|
|
|
17868
17868
|
t("div", Kk, [
|
|
17869
17869
|
e[8] || (e[8] = t("div", { class: "phase-title" }, "FuelEU Penalty", -1)),
|
|
17870
17870
|
t("div", qk, [
|
|
17871
|
-
g(l(((S = (
|
|
17871
|
+
g(l(((S = (b = s.report) == null ? void 0 : b.summary) == null ? void 0 : S.penalty) ?? "-"), 1),
|
|
17872
17872
|
e[7] || (e[7] = t("span", { class: "unit" }, "€", -1))
|
|
17873
17873
|
])
|
|
17874
17874
|
]),
|
|
@@ -17894,13 +17894,13 @@ function ch(i, e, s, N, r, d) {
|
|
|
17894
17894
|
]),
|
|
17895
17895
|
t("div", oh, [
|
|
17896
17896
|
e[15] || (e[15] = t("div", { class: "phase-title" }, "Total Fuel Consumption", -1)),
|
|
17897
|
-
(o(!0), a(v, null, _((B = (Z = s.report) == null ? void 0 : Z.summary) == null ? void 0 : B.fuels, (
|
|
17898
|
-
key:
|
|
17897
|
+
(o(!0), a(v, null, _((B = (Z = s.report) == null ? void 0 : Z.summary) == null ? void 0 : B.fuels, (f) => (o(), a("div", {
|
|
17898
|
+
key: f.type,
|
|
17899
17899
|
class: "value flex-between"
|
|
17900
17900
|
}, [
|
|
17901
|
-
t("div", ah, l(
|
|
17901
|
+
t("div", ah, l(f.type ?? "-"), 1),
|
|
17902
17902
|
t("div", dh, [
|
|
17903
|
-
g(l(
|
|
17903
|
+
g(l(f.cons ?? "-"), 1),
|
|
17904
17904
|
e[14] || (e[14] = t("span", { class: "unit" }, "mt", -1))
|
|
17905
17905
|
])
|
|
17906
17906
|
]))), 128))
|
|
@@ -17908,7 +17908,7 @@ function ch(i, e, s, N, r, d) {
|
|
|
17908
17908
|
])
|
|
17909
17909
|
]),
|
|
17910
17910
|
t("div", {
|
|
17911
|
-
class:
|
|
17911
|
+
class: C(["section remark-section", d.computeBlankHtml(r.remarks) ? "print-hidden" : ""])
|
|
17912
17912
|
}, [
|
|
17913
17913
|
e[17] || (e[17] = t("div", { class: "subtitle" }, "Remarks", -1)),
|
|
17914
17914
|
t("div", rh, [
|
|
@@ -17916,15 +17916,15 @@ function ch(i, e, s, N, r, d) {
|
|
|
17916
17916
|
r.editable ? (o(), se(M, {
|
|
17917
17917
|
key: 0,
|
|
17918
17918
|
modelValue: r.remarks,
|
|
17919
|
-
"onUpdate:modelValue": e[0] || (e[0] = (
|
|
17919
|
+
"onUpdate:modelValue": e[0] || (e[0] = (f) => r.remarks = f),
|
|
17920
17920
|
class: "editor",
|
|
17921
17921
|
height: "80px",
|
|
17922
|
-
onBlur: e[1] || (e[1] = (
|
|
17922
|
+
onBlur: e[1] || (e[1] = (f) => d.handleCommit(f))
|
|
17923
17923
|
}, null, 8, ["modelValue"])) : c("", !0)
|
|
17924
17924
|
])) : (o(), a("div", {
|
|
17925
17925
|
key: 1,
|
|
17926
17926
|
class: "remark-block",
|
|
17927
|
-
onDblclick: e[2] || (e[2] = (
|
|
17927
|
+
onDblclick: e[2] || (e[2] = (f) => r.editable = !0)
|
|
17928
17928
|
}, [
|
|
17929
17929
|
d.computeBlankHtml(r.remarks) ? (o(), a("div", Nh, "Please double click to modify remark")) : (o(), a("div", {
|
|
17930
17930
|
key: 0,
|
|
@@ -18006,51 +18006,51 @@ function ch(i, e, s, N, r, d) {
|
|
|
18006
18006
|
t("tbody", null, [
|
|
18007
18007
|
t("tr", null, [
|
|
18008
18008
|
e[18] || (e[18] = t("td", null, "HFO", -1)),
|
|
18009
|
-
t("td", null, l(((q = (K = ($ = (J = (H = s.report) == null ? void 0 : H.summary) == null ? void 0 : J.fuels) == null ? void 0 : $.filter((
|
|
18010
|
-
t("td", null, l(((Dt = (Mt = (G = (st = (tt = s.report) == null ? void 0 : tt.summary) == null ? void 0 : st.fuels) == null ? void 0 : G.filter((
|
|
18011
|
-
t("td", null, l(((ct = (It = (gt = (ut = (Nt = s.report) == null ? void 0 : Nt.summary) == null ? void 0 : ut.fuels) == null ? void 0 : gt.filter((
|
|
18012
|
-
t("td", null, l(((At = (yt = (dt = (et = (n = s.report) == null ? void 0 : n.summary) == null ? void 0 : et.fuels) == null ? void 0 : dt.filter((
|
|
18013
|
-
t("td", null, l(((
|
|
18014
|
-
t("td", null, l(((St = (Yt = (Ot = (vt = (jt = (
|
|
18015
|
-
t("td", null, l(((Ft = (Rt = (wt = (Qt = (ht = (kt = s.report) == null ? void 0 : kt.summary) == null ? void 0 : ht.fuels) == null ? void 0 : Qt.filter((
|
|
18016
|
-
t("td", null, l(((Xt = (Ut = (Gt = (Pt = (Vt = s.report) == null ? void 0 : Vt.summary) == null ? void 0 : Pt.fuels) == null ? void 0 : Gt.filter((
|
|
18017
|
-
t("td", null, l(((Wt = (pt = (w = (rt = (D = s.report) == null ? void 0 : D.summary) == null ? void 0 : rt.fuels) == null ? void 0 : w.filter((
|
|
18009
|
+
t("td", null, l(((q = (K = ($ = (J = (H = s.report) == null ? void 0 : H.summary) == null ? void 0 : J.fuels) == null ? void 0 : $.filter((f) => f.type === "HFO")) == null ? void 0 : K[0]) == null ? void 0 : q.cons) ?? "-"), 1),
|
|
18010
|
+
t("td", null, l(((Dt = (Mt = (G = (st = (tt = s.report) == null ? void 0 : tt.summary) == null ? void 0 : st.fuels) == null ? void 0 : G.filter((f) => f.type === "HFO")) == null ? void 0 : Mt[0]) == null ? void 0 : Dt.lcv) ?? "-"), 1),
|
|
18011
|
+
t("td", null, l(((ct = (It = (gt = (ut = (Nt = s.report) == null ? void 0 : Nt.summary) == null ? void 0 : ut.fuels) == null ? void 0 : gt.filter((f) => f.type === "HFO")) == null ? void 0 : It[0]) == null ? void 0 : ct.energy) ?? "-"), 1),
|
|
18012
|
+
t("td", null, l(((At = (yt = (dt = (et = (n = s.report) == null ? void 0 : n.summary) == null ? void 0 : et.fuels) == null ? void 0 : dt.filter((f) => f.type === "HFO")) == null ? void 0 : yt[0]) == null ? void 0 : At.wtt) ?? "-"), 1),
|
|
18013
|
+
t("td", null, l(((bt = (mt = (ft = (zt = (xt = (it = s.report) == null ? void 0 : it.summary) == null ? void 0 : xt.fuels) == null ? void 0 : zt.filter((f) => f.type === "HFO")) == null ? void 0 : ft[0]) == null ? void 0 : mt.ttw) == null ? void 0 : bt.co2) ?? "-"), 1),
|
|
18014
|
+
t("td", null, l(((St = (Yt = (Ot = (vt = (jt = (Ct = s.report) == null ? void 0 : Ct.summary) == null ? void 0 : jt.fuels) == null ? void 0 : vt.filter((f) => f.type === "HFO")) == null ? void 0 : Ot[0]) == null ? void 0 : Yt.ttw) == null ? void 0 : St.ch4) ?? "-"), 1),
|
|
18015
|
+
t("td", null, l(((Ft = (Rt = (wt = (Qt = (ht = (kt = s.report) == null ? void 0 : kt.summary) == null ? void 0 : ht.fuels) == null ? void 0 : Qt.filter((f) => f.type === "HFO")) == null ? void 0 : wt[0]) == null ? void 0 : Rt.ttw) == null ? void 0 : Ft.n2o) ?? "-"), 1),
|
|
18016
|
+
t("td", null, l(((Xt = (Ut = (Gt = (Pt = (Vt = s.report) == null ? void 0 : Vt.summary) == null ? void 0 : Pt.fuels) == null ? void 0 : Gt.filter((f) => f.type === "HFO")) == null ? void 0 : Ut[0]) == null ? void 0 : Xt.wttEmission) ?? "-"), 1),
|
|
18017
|
+
t("td", null, l(((Wt = (pt = (w = (rt = (D = s.report) == null ? void 0 : D.summary) == null ? void 0 : rt.fuels) == null ? void 0 : w.filter((f) => f.type === "HFO")) == null ? void 0 : pt[0]) == null ? void 0 : Wt.ttwEmission) ?? "-"), 1)
|
|
18018
18018
|
]),
|
|
18019
18019
|
t("tr", null, [
|
|
18020
18020
|
e[19] || (e[19] = t("td", null, "LFO", -1)),
|
|
18021
|
-
t("td", null, l(((Ht = (Bt = (R = (Zt = (Lt = s.report) == null ? void 0 : Lt.summary) == null ? void 0 : Zt.fuels) == null ? void 0 : R.filter((
|
|
18022
|
-
t("td", null, l(((_t = (Tt = (lt = (at = (u = s.report) == null ? void 0 : u.summary) == null ? void 0 : at.fuels) == null ? void 0 : lt.filter((
|
|
18023
|
-
t("td", null, l(((ie = (Kt = ($t = (Jt = (V = s.report) == null ? void 0 : V.summary) == null ? void 0 : Jt.fuels) == null ? void 0 : $t.filter((
|
|
18024
|
-
t("td", null, l(((re = (de = (ae = (oe = (ne = s.report) == null ? void 0 : ne.summary) == null ? void 0 : oe.fuels) == null ? void 0 : ae.filter((
|
|
18025
|
-
t("td", null, l(((Ae = (ye = (ce = (Ie = (De = (Me = s.report) == null ? void 0 : Me.summary) == null ? void 0 : De.fuels) == null ? void 0 : Ie.filter((
|
|
18026
|
-
t("td", null, l(((
|
|
18027
|
-
t("td", null, l(((Oe = (Ee = (Ue = (je = (
|
|
18028
|
-
t("td", null, l(((we = (Qe = (he = (k = (ke = s.report) == null ? void 0 : ke.summary) == null ? void 0 : k.fuels) == null ? void 0 : he.filter((
|
|
18029
|
-
t("td", null, l(((Ge = (Pe = (Ve = (Fe = (Re = s.report) == null ? void 0 : Re.summary) == null ? void 0 : Fe.fuels) == null ? void 0 : Ve.filter((
|
|
18021
|
+
t("td", null, l(((Ht = (Bt = (R = (Zt = (Lt = s.report) == null ? void 0 : Lt.summary) == null ? void 0 : Zt.fuels) == null ? void 0 : R.filter((f) => f.type === "LFO")) == null ? void 0 : Bt[0]) == null ? void 0 : Ht.cons) ?? "-"), 1),
|
|
18022
|
+
t("td", null, l(((_t = (Tt = (lt = (at = (u = s.report) == null ? void 0 : u.summary) == null ? void 0 : at.fuels) == null ? void 0 : lt.filter((f) => f.type === "LFO")) == null ? void 0 : Tt[0]) == null ? void 0 : _t.lcv) ?? "-"), 1),
|
|
18023
|
+
t("td", null, l(((ie = (Kt = ($t = (Jt = (V = s.report) == null ? void 0 : V.summary) == null ? void 0 : Jt.fuels) == null ? void 0 : $t.filter((f) => f.type === "LFO")) == null ? void 0 : Kt[0]) == null ? void 0 : ie.energy) ?? "-"), 1),
|
|
18024
|
+
t("td", null, l(((re = (de = (ae = (oe = (ne = s.report) == null ? void 0 : ne.summary) == null ? void 0 : oe.fuels) == null ? void 0 : ae.filter((f) => f.type === "LFO")) == null ? void 0 : de[0]) == null ? void 0 : re.wtt) ?? "-"), 1),
|
|
18025
|
+
t("td", null, l(((Ae = (ye = (ce = (Ie = (De = (Me = s.report) == null ? void 0 : Me.summary) == null ? void 0 : De.fuels) == null ? void 0 : Ie.filter((f) => f.type === "LFO")) == null ? void 0 : ce[0]) == null ? void 0 : ye.ttw) == null ? void 0 : Ae.co2) ?? "-"), 1),
|
|
18026
|
+
t("td", null, l(((fe = (ze = (xe = (pe = (Te = (ve = s.report) == null ? void 0 : ve.summary) == null ? void 0 : Te.fuels) == null ? void 0 : pe.filter((f) => f.type === "LFO")) == null ? void 0 : xe[0]) == null ? void 0 : ze.ttw) == null ? void 0 : fe.ch4) ?? "-"), 1),
|
|
18027
|
+
t("td", null, l(((Oe = (Ee = (Ue = (je = (be = (me = s.report) == null ? void 0 : me.summary) == null ? void 0 : be.fuels) == null ? void 0 : je.filter((f) => f.type === "LFO")) == null ? void 0 : Ue[0]) == null ? void 0 : Ee.ttw) == null ? void 0 : Oe.n2o) ?? "-"), 1),
|
|
18028
|
+
t("td", null, l(((we = (Qe = (he = (k = (ke = s.report) == null ? void 0 : ke.summary) == null ? void 0 : k.fuels) == null ? void 0 : he.filter((f) => f.type === "LFO")) == null ? void 0 : Qe[0]) == null ? void 0 : we.wttEmission) ?? "-"), 1),
|
|
18029
|
+
t("td", null, l(((Ge = (Pe = (Ve = (Fe = (Re = s.report) == null ? void 0 : Re.summary) == null ? void 0 : Fe.fuels) == null ? void 0 : Ve.filter((f) => f.type === "LFO")) == null ? void 0 : Pe[0]) == null ? void 0 : Ge.ttwEmission) ?? "-"), 1)
|
|
18030
18030
|
]),
|
|
18031
18031
|
t("tr", null, [
|
|
18032
18032
|
e[20] || (e[20] = t("td", null, "MGO", -1)),
|
|
18033
|
-
t("td", null, l(((
|
|
18034
|
-
t("td", null, l(((Ol = (El = (Ul = (jl = (
|
|
18035
|
-
t("td", null, l(((Ql = (hl = (kl = (Sl = (Yl = s.report) == null ? void 0 : Yl.summary) == null ? void 0 : Sl.fuels) == null ? void 0 : kl.filter((
|
|
18036
|
-
t("td", null, l(((Pl = (Vl = (Fl = (Rl = (wl = s.report) == null ? void 0 : wl.summary) == null ? void 0 : Rl.fuels) == null ? void 0 : Fl.filter((
|
|
18037
|
-
t("td", null, l(((Ye = (ue = (Ne = (qt = (x = (Gl = s.report) == null ? void 0 : Gl.summary) == null ? void 0 : x.fuels) == null ? void 0 : qt.filter((
|
|
18038
|
-
t("td", null, l(((_e = (He = (Be = (Ze = (Le = (We = s.report) == null ? void 0 : We.summary) == null ? void 0 : Le.fuels) == null ? void 0 : Ze.filter((
|
|
18039
|
-
t("td", null, l(((tl = (qe = (Ke = ($e = (Xe = (Je = s.report) == null ? void 0 : Je.summary) == null ? void 0 : Xe.fuels) == null ? void 0 : $e.filter((
|
|
18040
|
-
t("td", null, l(((nl = (il = (sl = (ll = (el = s.report) == null ? void 0 : el.summary) == null ? void 0 : ll.fuels) == null ? void 0 : sl.filter((
|
|
18041
|
-
t("td", null, l(((Ml = (rl = (dl = (al = (ol = s.report) == null ? void 0 : ol.summary) == null ? void 0 : al.fuels) == null ? void 0 : dl.filter((
|
|
18033
|
+
t("td", null, l(((bl = (ml = (fl = (zl = (Ce = s.report) == null ? void 0 : Ce.summary) == null ? void 0 : zl.fuels) == null ? void 0 : fl.filter((f) => f.type === "MGO")) == null ? void 0 : ml[0]) == null ? void 0 : bl.cons) ?? "-"), 1),
|
|
18034
|
+
t("td", null, l(((Ol = (El = (Ul = (jl = (Cl = s.report) == null ? void 0 : Cl.summary) == null ? void 0 : jl.fuels) == null ? void 0 : Ul.filter((f) => f.type === "MGO")) == null ? void 0 : El[0]) == null ? void 0 : Ol.lcv) ?? "-"), 1),
|
|
18035
|
+
t("td", null, l(((Ql = (hl = (kl = (Sl = (Yl = s.report) == null ? void 0 : Yl.summary) == null ? void 0 : Sl.fuels) == null ? void 0 : kl.filter((f) => f.type === "MGO")) == null ? void 0 : hl[0]) == null ? void 0 : Ql.energy) ?? "-"), 1),
|
|
18036
|
+
t("td", null, l(((Pl = (Vl = (Fl = (Rl = (wl = s.report) == null ? void 0 : wl.summary) == null ? void 0 : Rl.fuels) == null ? void 0 : Fl.filter((f) => f.type === "MGO")) == null ? void 0 : Vl[0]) == null ? void 0 : Pl.wtt) ?? "-"), 1),
|
|
18037
|
+
t("td", null, l(((Ye = (ue = (Ne = (qt = (x = (Gl = s.report) == null ? void 0 : Gl.summary) == null ? void 0 : x.fuels) == null ? void 0 : qt.filter((f) => f.type === "MGO")) == null ? void 0 : Ne[0]) == null ? void 0 : ue.ttw) == null ? void 0 : Ye.co2) ?? "-"), 1),
|
|
18038
|
+
t("td", null, l(((_e = (He = (Be = (Ze = (Le = (We = s.report) == null ? void 0 : We.summary) == null ? void 0 : Le.fuels) == null ? void 0 : Ze.filter((f) => f.type === "MGO")) == null ? void 0 : Be[0]) == null ? void 0 : He.ttw) == null ? void 0 : _e.ch4) ?? "-"), 1),
|
|
18039
|
+
t("td", null, l(((tl = (qe = (Ke = ($e = (Xe = (Je = s.report) == null ? void 0 : Je.summary) == null ? void 0 : Xe.fuels) == null ? void 0 : $e.filter((f) => f.type === "MGO")) == null ? void 0 : Ke[0]) == null ? void 0 : qe.ttw) == null ? void 0 : tl.n2o) ?? "-"), 1),
|
|
18040
|
+
t("td", null, l(((nl = (il = (sl = (ll = (el = s.report) == null ? void 0 : el.summary) == null ? void 0 : ll.fuels) == null ? void 0 : sl.filter((f) => f.type === "MGO")) == null ? void 0 : il[0]) == null ? void 0 : nl.wttEmission) ?? "-"), 1),
|
|
18041
|
+
t("td", null, l(((Ml = (rl = (dl = (al = (ol = s.report) == null ? void 0 : ol.summary) == null ? void 0 : al.fuels) == null ? void 0 : dl.filter((f) => f.type === "MGO")) == null ? void 0 : rl[0]) == null ? void 0 : Ml.ttwEmission) ?? "-"), 1)
|
|
18042
18042
|
]),
|
|
18043
18043
|
t("tr", null, [
|
|
18044
18044
|
e[21] || (e[21] = t("td", null, "MDO", -1)),
|
|
18045
|
-
t("td", null, l(((Il = (gl = (ul = (Nl = (Dl = s.report) == null ? void 0 : Dl.summary) == null ? void 0 : Nl.fuels) == null ? void 0 : ul.filter((
|
|
18046
|
-
t("td", null, l(((Tl = (vl = (Al = (yl = (cl = s.report) == null ? void 0 : cl.summary) == null ? void 0 : yl.fuels) == null ? void 0 : Al.filter((
|
|
18047
|
-
t("td", null, l(((Bl = (Zl = (Ll = (Wl = (pl = s.report) == null ? void 0 : pl.summary) == null ? void 0 : Wl.fuels) == null ? void 0 : Ll.filter((
|
|
18048
|
-
t("td", null, l((($l = (Xl = (Jl = (_l = (Hl = s.report) == null ? void 0 : Hl.summary) == null ? void 0 : _l.fuels) == null ? void 0 : Jl.filter((
|
|
18049
|
-
t("td", null, l(((ss = (ls = (es = (ts = (ql = (Kl = s.report) == null ? void 0 : Kl.summary) == null ? void 0 : ql.fuels) == null ? void 0 : ts.filter((
|
|
18050
|
-
t("td", null, l(((rs = (ds = (as = (os = (ge = (is = s.report) == null ? void 0 : is.summary) == null ? void 0 : ge.fuels) == null ? void 0 : os.filter((
|
|
18051
|
-
t("td", null, l(((Ts = (vs = (us = (Ns = (Ds = (Ms = s.report) == null ? void 0 : Ms.summary) == null ? void 0 : Ds.fuels) == null ? void 0 : Ns.filter((
|
|
18052
|
-
t("td", null, l(((
|
|
18053
|
-
t("td", null, l(((Os = (Es = (Us = (js = (
|
|
18045
|
+
t("td", null, l(((Il = (gl = (ul = (Nl = (Dl = s.report) == null ? void 0 : Dl.summary) == null ? void 0 : Nl.fuels) == null ? void 0 : ul.filter((f) => f.type === "MDO")) == null ? void 0 : gl[0]) == null ? void 0 : Il.cons) ?? "-"), 1),
|
|
18046
|
+
t("td", null, l(((Tl = (vl = (Al = (yl = (cl = s.report) == null ? void 0 : cl.summary) == null ? void 0 : yl.fuels) == null ? void 0 : Al.filter((f) => f.type === "MDO")) == null ? void 0 : vl[0]) == null ? void 0 : Tl.lcv) ?? "-"), 1),
|
|
18047
|
+
t("td", null, l(((Bl = (Zl = (Ll = (Wl = (pl = s.report) == null ? void 0 : pl.summary) == null ? void 0 : Wl.fuels) == null ? void 0 : Ll.filter((f) => f.type === "MDO")) == null ? void 0 : Zl[0]) == null ? void 0 : Bl.energy) ?? "-"), 1),
|
|
18048
|
+
t("td", null, l((($l = (Xl = (Jl = (_l = (Hl = s.report) == null ? void 0 : Hl.summary) == null ? void 0 : _l.fuels) == null ? void 0 : Jl.filter((f) => f.type === "MDO")) == null ? void 0 : Xl[0]) == null ? void 0 : $l.wtt) ?? "-"), 1),
|
|
18049
|
+
t("td", null, l(((ss = (ls = (es = (ts = (ql = (Kl = s.report) == null ? void 0 : Kl.summary) == null ? void 0 : ql.fuels) == null ? void 0 : ts.filter((f) => f.type === "MDO")) == null ? void 0 : es[0]) == null ? void 0 : ls.ttw) == null ? void 0 : ss.co2) ?? "-"), 1),
|
|
18050
|
+
t("td", null, l(((rs = (ds = (as = (os = (ge = (is = s.report) == null ? void 0 : is.summary) == null ? void 0 : ge.fuels) == null ? void 0 : os.filter((f) => f.type === "MDO")) == null ? void 0 : as[0]) == null ? void 0 : ds.ttw) == null ? void 0 : rs.ch4) ?? "-"), 1),
|
|
18051
|
+
t("td", null, l(((Ts = (vs = (us = (Ns = (Ds = (Ms = s.report) == null ? void 0 : Ms.summary) == null ? void 0 : Ds.fuels) == null ? void 0 : Ns.filter((f) => f.type === "MDO")) == null ? void 0 : us[0]) == null ? void 0 : vs.ttw) == null ? void 0 : Ts.n2o) ?? "-"), 1),
|
|
18052
|
+
t("td", null, l(((bs = (fs = (zs = (xs = (ps = s.report) == null ? void 0 : ps.summary) == null ? void 0 : xs.fuels) == null ? void 0 : zs.filter((f) => f.type === "MDO")) == null ? void 0 : fs[0]) == null ? void 0 : bs.wttEmission) ?? "-"), 1),
|
|
18053
|
+
t("td", null, l(((Os = (Es = (Us = (js = (Cs = s.report) == null ? void 0 : Cs.summary) == null ? void 0 : js.fuels) == null ? void 0 : Us.filter((f) => f.type === "MDO")) == null ? void 0 : Es[0]) == null ? void 0 : Os.ttwEmission) ?? "-"), 1)
|
|
18054
18054
|
])
|
|
18055
18055
|
])
|
|
18056
18056
|
])
|
|
@@ -18197,28 +18197,28 @@ function ch(i, e, s, N, r, d) {
|
|
|
18197
18197
|
])
|
|
18198
18198
|
], -1)),
|
|
18199
18199
|
t("tbody", null, [
|
|
18200
|
-
(o(!0), a(v, null, _((Bs = s.report) == null ? void 0 : Bs.legs, (
|
|
18200
|
+
(o(!0), a(v, null, _((Bs = s.report) == null ? void 0 : Bs.legs, (f) => {
|
|
18201
18201
|
var Hs, _s, Js, Xs, $s, Ks, qs, ti;
|
|
18202
18202
|
return o(), a("tr", {
|
|
18203
|
-
key:
|
|
18203
|
+
key: f.id
|
|
18204
18204
|
}, [
|
|
18205
18205
|
t("td", null, [
|
|
18206
|
-
t("div", null, l(d.computePortName(
|
|
18207
|
-
t("div", null, l(d.computeUTCTime(
|
|
18206
|
+
t("div", null, l(d.computePortName(f == null ? void 0 : f.deptPort) ?? "-"), 1),
|
|
18207
|
+
t("div", null, l(d.computeUTCTime(f == null ? void 0 : f.atd) ?? "-"), 1)
|
|
18208
18208
|
]),
|
|
18209
18209
|
t("td", null, [
|
|
18210
|
-
t("div", null, l(d.computePortName(
|
|
18211
|
-
t("div", null, l(d.computeUTCTime(
|
|
18210
|
+
t("div", null, l(d.computePortName(f == null ? void 0 : f.destPort) ?? "-"), 1),
|
|
18211
|
+
t("div", null, l(d.computeUTCTime(f == null ? void 0 : f.ata) ?? "-"), 1)
|
|
18212
18212
|
]),
|
|
18213
|
-
t("td", null, l((
|
|
18214
|
-
t("td", null, l(Math.round((
|
|
18215
|
-
t("td", null, l((
|
|
18216
|
-
t("td", null, l(((_s = (Hs =
|
|
18217
|
-
t("td", null, l(((Xs = (Js =
|
|
18218
|
-
t("td", null, l(((Ks = ($s =
|
|
18219
|
-
t("td", null, l(((ti = (qs =
|
|
18220
|
-
t("td", null, l(Math.round((
|
|
18221
|
-
t("td", null, l(Math.round((
|
|
18213
|
+
t("td", null, l((f == null ? void 0 : f.category) ?? "-"), 1),
|
|
18214
|
+
t("td", null, l(Math.round((f == null ? void 0 : f.time) * 10 / 24) / 10), 1),
|
|
18215
|
+
t("td", null, l((f == null ? void 0 : f.distance) ?? "-"), 1),
|
|
18216
|
+
t("td", null, l(((_s = (Hs = f.fuels) == null ? void 0 : Hs.find((cs) => cs.type === "HFO")) == null ? void 0 : _s.cons) ?? "-"), 1),
|
|
18217
|
+
t("td", null, l(((Xs = (Js = f.fuels) == null ? void 0 : Js.find((cs) => cs.type === "LFO")) == null ? void 0 : Xs.cons) ?? "-"), 1),
|
|
18218
|
+
t("td", null, l(((Ks = ($s = f.fuels) == null ? void 0 : $s.find((cs) => cs.type === "MGO")) == null ? void 0 : Ks.cons) ?? "-"), 1),
|
|
18219
|
+
t("td", null, l(((ti = (qs = f.fuels) == null ? void 0 : qs.find((cs) => cs.type === "MDO")) == null ? void 0 : ti.cons) ?? "-"), 1),
|
|
18220
|
+
t("td", null, l(Math.round((f == null ? void 0 : f.energy) * 1e3) / 1e3), 1),
|
|
18221
|
+
t("td", null, l(Math.round((f == null ? void 0 : f.emission) * 1e3) / 1e3), 1)
|
|
18222
18222
|
]);
|
|
18223
18223
|
}), 128))
|
|
18224
18224
|
])
|
|
@@ -18238,13 +18238,13 @@ export {
|
|
|
18238
18238
|
Ph as BrandPlugin,
|
|
18239
18239
|
Vh as ComparisonPlugin,
|
|
18240
18240
|
Rh as DeviationPlugin,
|
|
18241
|
-
|
|
18241
|
+
rf as DeviationReport,
|
|
18242
18242
|
qS as EeasReport,
|
|
18243
18243
|
Bh as EeasReportPlugin,
|
|
18244
18244
|
Fk as EtsReport,
|
|
18245
18245
|
Hh as EtsReportPlugin,
|
|
18246
18246
|
R5 as FliComparisonReport,
|
|
18247
|
-
|
|
18247
|
+
cC as FliDeviationReport,
|
|
18248
18248
|
Jp as FliInvoiceReport,
|
|
18249
18249
|
IN as FliPlanReport,
|
|
18250
18250
|
$c as FliVoyageReport,
|
|
@@ -18266,7 +18266,7 @@ export {
|
|
|
18266
18266
|
NU as MergeStoppageReport,
|
|
18267
18267
|
hr as ORMPointReport,
|
|
18268
18268
|
NE as OrmComparisonReport,
|
|
18269
|
-
|
|
18269
|
+
bp as OrmInvoiceReport,
|
|
18270
18270
|
Od as OrmPlanReport,
|
|
18271
18271
|
iO as OrmQuoteReport,
|
|
18272
18272
|
NO as OrmQuoteReport4CMES,
|