@idmwx/idmui-report 3.8.8 → 3.9.0
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 +517 -513
- package/dist/index.umd.cjs +6 -6
- 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 Tt } from "@idm-plugin/geo";
|
|
2
2
|
import at from "moment";
|
|
3
|
-
import { openBlock as i, createElementBlock as d, createElementVNode as t, toDisplayString as e, createStaticVNode as et, pushScopeId as Ae, popScopeId as Se, createCommentVNode as b, markRaw as ci, resolveComponent as Z, createVNode as F, Fragment as A, renderList as K, createTextVNode as g, normalizeStyle as no, shallowRef as Hn, withDirectives as
|
|
3
|
+
import { openBlock as i, createElementBlock as d, createElementVNode as t, toDisplayString as e, createStaticVNode as et, pushScopeId as Ae, popScopeId as Se, createCommentVNode as b, markRaw as ci, resolveComponent as Z, createVNode as F, Fragment as A, renderList as K, createTextVNode as g, normalizeStyle as no, shallowRef as Hn, withDirectives as hn, vShow as _n, withCtx as bs, createBlock as jt, normalizeClass as D } from "vue";
|
|
4
4
|
import * as ri from "echarts";
|
|
5
5
|
import { Editor as Gn, Toolbar as In } from "@wangeditor/editor-for-vue";
|
|
6
6
|
import { ElTooltip as Rn, ElMessage as On } from "element-plus";
|
|
@@ -116,10 +116,10 @@ function ad(o, c, s, _, a, n) {
|
|
|
116
116
|
t("div", null, e(s.text), 1)
|
|
117
117
|
])) : b("", !0);
|
|
118
118
|
}
|
|
119
|
-
const
|
|
119
|
+
const un = /* @__PURE__ */ Zt(od, [["render", ad]]);
|
|
120
120
|
const nd = {
|
|
121
121
|
name: "ORMPointReport",
|
|
122
|
-
components: { IdmLoading:
|
|
122
|
+
components: { IdmLoading: un, IdmBrand: So },
|
|
123
123
|
props: {
|
|
124
124
|
report: {
|
|
125
125
|
type: Object,
|
|
@@ -654,7 +654,7 @@ function ic(o, c, s, _, a, n) {
|
|
|
654
654
|
])
|
|
655
655
|
]);
|
|
656
656
|
}
|
|
657
|
-
const ac = /* @__PURE__ */ Zt(nd, [["render", ic], ["__scopeId", "data-v-84da66b8"]]),
|
|
657
|
+
const ac = /* @__PURE__ */ Zt(nd, [["render", ic], ["__scopeId", "data-v-84da66b8"]]), HQ = {
|
|
658
658
|
install(o) {
|
|
659
659
|
o.component("ORMPointReport", ac);
|
|
660
660
|
}
|
|
@@ -791,13 +791,13 @@ const pc = {
|
|
|
791
791
|
function yc(o, c, s, _, a, n) {
|
|
792
792
|
const m = Z("Toolbar"), r = Z("Editor");
|
|
793
793
|
return i(), d("div", fc, [
|
|
794
|
-
|
|
794
|
+
hn(F(m, {
|
|
795
795
|
editor: a.editor,
|
|
796
796
|
"default-config": a.toolbarConfig,
|
|
797
797
|
mode: a.mode,
|
|
798
798
|
class: "toolbar"
|
|
799
799
|
}, null, 8, ["editor", "default-config", "mode"]), [
|
|
800
|
-
[
|
|
800
|
+
[_n, !s.disabled]
|
|
801
801
|
]),
|
|
802
802
|
F(r, {
|
|
803
803
|
modelValue: a.valueHtml,
|
|
@@ -820,7 +820,7 @@ const mc = {
|
|
|
820
820
|
Lat: hi,
|
|
821
821
|
Editor: To,
|
|
822
822
|
Brand: So,
|
|
823
|
-
Loading:
|
|
823
|
+
Loading: un,
|
|
824
824
|
ElTooltip: Rn
|
|
825
825
|
},
|
|
826
826
|
props: {
|
|
@@ -2271,19 +2271,19 @@ function p1(o, c, s, _, a, n) {
|
|
|
2271
2271
|
v1
|
|
2272
2272
|
]);
|
|
2273
2273
|
}
|
|
2274
|
-
const f1 = /* @__PURE__ */ Zt(Du, [["render", p1], ["__scopeId", "data-v-9a939466"]]),
|
|
2274
|
+
const f1 = /* @__PURE__ */ Zt(Du, [["render", p1], ["__scopeId", "data-v-9a939466"]]), GQ = {
|
|
2275
2275
|
install(o) {
|
|
2276
2276
|
o.component("RouteReport", Tn), o.component("FliPlanReport", f1), o.component("OrmPlanReport", Tn);
|
|
2277
2277
|
}
|
|
2278
|
-
},
|
|
2278
|
+
}, IQ = {
|
|
2279
2279
|
install(o) {
|
|
2280
2280
|
o.component("IdmEditor", To);
|
|
2281
2281
|
}
|
|
2282
|
-
},
|
|
2282
|
+
}, RQ = {
|
|
2283
2283
|
install(o) {
|
|
2284
2284
|
o.component("IdmLat", hi);
|
|
2285
2285
|
}
|
|
2286
|
-
},
|
|
2286
|
+
}, UQ = {
|
|
2287
2287
|
install(o) {
|
|
2288
2288
|
o.component("IdmLng", ui);
|
|
2289
2289
|
}
|
|
@@ -2353,7 +2353,7 @@ function k1(o, c, s, _, a, n) {
|
|
|
2353
2353
|
]))
|
|
2354
2354
|
]);
|
|
2355
2355
|
}
|
|
2356
|
-
const w1 = /* @__PURE__ */ Zt(y1, [["render", k1]]),
|
|
2356
|
+
const w1 = /* @__PURE__ */ Zt(y1, [["render", k1]]), NQ = {
|
|
2357
2357
|
install(o) {
|
|
2358
2358
|
o.component("PiLogo", w1);
|
|
2359
2359
|
}
|
|
@@ -3886,7 +3886,7 @@ const K2 = {
|
|
|
3886
3886
|
}), this.summaryTable = o;
|
|
3887
3887
|
}
|
|
3888
3888
|
}
|
|
3889
|
-
},
|
|
3889
|
+
}, vn = (o) => (Ae("data-v-c9bf3740"), o = o(), Se(), o), j2 = /* @__PURE__ */ vn(() => /* @__PURE__ */ t("div", { class: "fli-logo-title" }, [
|
|
3890
3890
|
/* @__PURE__ */ t("img", {
|
|
3891
3891
|
src: "https://img.idmwx.com/asset/fli_logo.png",
|
|
3892
3892
|
class: "bgImg"
|
|
@@ -3895,7 +3895,7 @@ const K2 = {
|
|
|
3895
3895
|
], -1)), X2 = {
|
|
3896
3896
|
id: "second-table",
|
|
3897
3897
|
class: "table"
|
|
3898
|
-
}, q2 = { class: "summary-table" }, tb = /* @__PURE__ */
|
|
3898
|
+
}, q2 = { class: "summary-table" }, tb = /* @__PURE__ */ vn(() => /* @__PURE__ */ t("thead", null, [
|
|
3899
3899
|
/* @__PURE__ */ t("tr", null, [
|
|
3900
3900
|
/* @__PURE__ */ t("th", { rowspan: "2" }, "Seg"),
|
|
3901
3901
|
/* @__PURE__ */ t("th", { rowspan: "2" }, "Type"),
|
|
@@ -3962,7 +3962,7 @@ const K2 = {
|
|
|
3962
3962
|
], -1)), eb = { class: "summary-tbody" }, sb = /* @__PURE__ */ et('<div style="page-break-inside:avoid;" class="table-legend dashed" data-v-c9bf3740><div class="item" data-v-c9bf3740><div class="legend" data-v-c9bf3740><div class="legend-bg gwd" data-v-c9bf3740></div></div> Good Weather Days </div><div class="item" data-v-c9bf3740><div class="legend" data-v-c9bf3740><div class="legend-bg adverse" data-v-c9bf3740></div></div> Adverse Weather Days </div><div class="item" data-v-c9bf3740><div class="legend" data-v-c9bf3740><div class="legend-bg excluded" data-v-c9bf3740></div></div> Excluded Periods </div></div>', 1), ob = {
|
|
3963
3963
|
class: "voyage-map",
|
|
3964
3964
|
style: { "page-break-inside": "avoid" }
|
|
3965
|
-
}, lb = /* @__PURE__ */
|
|
3965
|
+
}, lb = /* @__PURE__ */ vn(() => /* @__PURE__ */ t("div", { class: "title" }, [
|
|
3966
3966
|
/* @__PURE__ */ t("i", { class: "iconfont" }, ""),
|
|
3967
3967
|
/* @__PURE__ */ t("div", { class: "content" }, "Voyage Map")
|
|
3968
3968
|
], -1)), ib = ["src"], ab = /* @__PURE__ */ et('<div class="legend-block" data-v-c9bf3740><div style="position:relative;left:-20px;" data-v-c9bf3740><div style="position:relative;display:inline-block;top:-12px;left:15px;transform:scale(0.95);" data-v-c9bf3740><div data-v-c9bf3740>7</div><br data-v-c9bf3740><div data-v-c9bf3740>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-c9bf3740></i><div style="display:inline-block;transform:scale(0.95);text-align:left;margin-left:5px;" data-v-c9bf3740> LEGEND: <br data-v-c9bf3740> Wind from NE(045) <br data-v-c9bf3740> Each barb = 10 kts <br data-v-c9bf3740> 1/2 barb = 5 kts <br data-v-c9bf3740></div></div><div style="transform:scale(0.95);" data-v-c9bf3740> 7 - DAY OF THE MONTH <br data-v-c9bf3740> W 4 - PRIMARY WAVE FROM WEST, 4 METERS<br data-v-c9bf3740><div class="goodWx" data-v-c9bf3740>Date</div> Good weather days<br data-v-c9bf3740></div></div>', 1);
|
|
@@ -4472,65 +4472,65 @@ const _b = {
|
|
|
4472
4472
|
}, null, -1)), Z5 = { class: "segment-formula" }, Q5 = { class: "header-block flex-start" }, J5 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("i", { class: "iconfont" }, "", -1)), K5 = { class: "title" }, j5 = {
|
|
4473
4473
|
key: 0,
|
|
4474
4474
|
style: { "margin-left": "4px", "font-weight": "300" }
|
|
4475
|
-
}, X5 = { class: "formula-block" }, q5 = { class: "flex-evenly" },
|
|
4475
|
+
}, X5 = { class: "formula-block" }, q5 = { class: "flex-evenly" }, t8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "formula-left flex-space" }, [
|
|
4476
4476
|
/* @__PURE__ */ t("label", null, "Entire Voyage Consumption using Good Weather Consumption"),
|
|
4477
4477
|
/* @__PURE__ */ t("label", null, "=")
|
|
4478
|
-
], -1)),
|
|
4478
|
+
], -1)), e8 = { class: "formula-right flex-evenly" }, s8 = {
|
|
4479
4479
|
class: "fraction",
|
|
4480
4480
|
style: { width: "240px" }
|
|
4481
|
-
},
|
|
4481
|
+
}, o8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), l8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "Good Weather Performance Speed", -1)), i8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "x", -1)), a8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", {
|
|
4482
4482
|
class: "fraction",
|
|
4483
4483
|
style: { width: "270px" }
|
|
4484
4484
|
}, [
|
|
4485
4485
|
/* @__PURE__ */ t("div", null, "Good Weather Consumption*"),
|
|
4486
4486
|
/* @__PURE__ */ t("div", { class: "line" }),
|
|
4487
4487
|
/* @__PURE__ */ t("div", null, "Good Weather Time")
|
|
4488
|
-
], -1)),
|
|
4488
|
+
], -1)), n8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "(d)", -1)), d8 = { style: { "line-height": "1" } }, c8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", {
|
|
4489
4489
|
class: "tips flex-end",
|
|
4490
4490
|
style: { "font-size": "14px" }
|
|
4491
|
-
}, "* For FO: Good Weather FO Cons. + Good Weather M/E DO/GO Cons. in ECA", -1)),
|
|
4491
|
+
}, "* For FO: Good Weather FO Cons. + Good Weather M/E DO/GO Cons. in ECA", -1)), r8 = {
|
|
4492
4492
|
key: 0,
|
|
4493
4493
|
class: "tips flex-end",
|
|
4494
4494
|
style: { "font-size": "14px" }
|
|
4495
|
-
},
|
|
4495
|
+
}, u8 = { class: "flex-center" }, h8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "formula-left flex-space" }, [
|
|
4496
4496
|
/* @__PURE__ */ t("label", null, "Max CP Consumption"),
|
|
4497
4497
|
/* @__PURE__ */ t("label", null, "=")
|
|
4498
|
-
], -1)),
|
|
4498
|
+
], -1)), _8 = { class: "formula-right flex-evenly" }, v8 = {
|
|
4499
4499
|
class: "fraction",
|
|
4500
4500
|
style: { width: "240px" }
|
|
4501
|
-
},
|
|
4501
|
+
}, p8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), f8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "x", -1)), y8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", {
|
|
4502
4502
|
class: "fraction",
|
|
4503
4503
|
style: { width: "270px" }
|
|
4504
4504
|
}, [
|
|
4505
4505
|
/* @__PURE__ */ t("div", null, "Daily CP Consumption + Consumer Over"),
|
|
4506
4506
|
/* @__PURE__ */ t("div", { class: "line" }),
|
|
4507
4507
|
/* @__PURE__ */ t("div", null, "24 hours")
|
|
4508
|
-
], -1)),
|
|
4508
|
+
], -1)), m8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "(e)", -1)), b8 = { class: "flex-center" }, x8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "formula-left flex-space" }, [
|
|
4509
4509
|
/* @__PURE__ */ t("label", null, "Min CP Consumption"),
|
|
4510
4510
|
/* @__PURE__ */ t("label", null, "=")
|
|
4511
|
-
], -1)),
|
|
4511
|
+
], -1)), C8 = { class: "formula-right flex-evenly" }, g8 = {
|
|
4512
4512
|
class: "fraction",
|
|
4513
4513
|
style: { width: "240px" }
|
|
4514
|
-
},
|
|
4514
|
+
}, k8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), w8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "x", -1)), D8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", {
|
|
4515
4515
|
class: "fraction",
|
|
4516
4516
|
style: { width: "270px" }
|
|
4517
4517
|
}, [
|
|
4518
4518
|
/* @__PURE__ */ t("div", null, "Daily CP Consumption - Consumer Under"),
|
|
4519
4519
|
/* @__PURE__ */ t("div", { class: "line" }),
|
|
4520
4520
|
/* @__PURE__ */ t("div", null, "24 hours")
|
|
4521
|
-
], -1)),
|
|
4521
|
+
], -1)), A8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "(f)", -1)), S8 = /* @__PURE__ */ et('<div class="flex-start" data-v-44fbbd8a><div class="flex-space" style="width:300px;font-weight:400;" data-v-44fbbd8a><label data-v-44fbbd8a>Fuel Over-consumption</label><div data-v-44fbbd8a>=</div><div data-v-44fbbd8a>(d)</div><div data-v-44fbbd8a>-</div><div data-v-44fbbd8a>(e)</div></div><div class="flex-space" style="width:300px;margin-left:200px;font-weight:400;" data-v-44fbbd8a><label data-v-44fbbd8a>Fuel Saving</label><div data-v-44fbbd8a>=</div><div data-v-44fbbd8a>(f)</div><div data-v-44fbbd8a>-</div><div data-v-44fbbd8a>(d)</div></div></div>', 1), T8 = { class: "flex-center" }, O8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "formula-left flex-space" }, [
|
|
4522
4522
|
/* @__PURE__ */ t("label", null, "Fuel Over-consumption in ECA"),
|
|
4523
4523
|
/* @__PURE__ */ t("label", null, "=")
|
|
4524
|
-
], -1)),
|
|
4524
|
+
], -1)), F8 = { class: "formula-right flex-evenly" }, E8 = {
|
|
4525
4525
|
class: "fraction",
|
|
4526
4526
|
style: { width: "270px" }
|
|
4527
|
-
},
|
|
4527
|
+
}, P8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "ECA Distance × Fuel Over-consumption", -1)), $8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), W8 = { class: "flex-center" }, B8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "formula-left flex-space" }, [
|
|
4528
4528
|
/* @__PURE__ */ t("label", null, "Fuel Saving in ECA"),
|
|
4529
4529
|
/* @__PURE__ */ t("label", null, "=")
|
|
4530
|
-
], -1)),
|
|
4530
|
+
], -1)), L8 = { class: "formula-right flex-evenly" }, M8 = {
|
|
4531
4531
|
class: "fraction",
|
|
4532
4532
|
style: { width: "270px" }
|
|
4533
|
-
},
|
|
4533
|
+
}, H8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "ECA Distance × Fuel Saving", -1)), G8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), I8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "formula-desc" }, [
|
|
4534
4534
|
/* @__PURE__ */ t("div", { class: "flex-end" }, [
|
|
4535
4535
|
/* @__PURE__ */ t("label", null, "Fuel Over-consumption"),
|
|
4536
4536
|
/* @__PURE__ */ t("div", null, "Entire Voyage Consumption using Good Weather Consumption > Max CP Consumption")
|
|
@@ -4543,25 +4543,25 @@ const _b = {
|
|
|
4543
4543
|
/* @__PURE__ */ t("label", null, "No Fuel Over-consumption or Saving"),
|
|
4544
4544
|
/* @__PURE__ */ t("div", null, "Min CP Consumption ≤ Entire Voyage Consumption using Good Weather Consumption ≤ Max CP Consumption")
|
|
4545
4545
|
])
|
|
4546
|
-
], -1)),
|
|
4546
|
+
], -1)), R8 = {
|
|
4547
4547
|
class: "header-block flex-start",
|
|
4548
4548
|
style: { "margin-top": "10px" }
|
|
4549
|
-
},
|
|
4549
|
+
}, U8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("i", { class: "iconfont" }, " ", -1)), N8 = { class: "title" }, Y8 = {
|
|
4550
4550
|
key: 0,
|
|
4551
4551
|
class: "formula-block"
|
|
4552
|
-
},
|
|
4552
|
+
}, V8 = {
|
|
4553
4553
|
key: 0,
|
|
4554
4554
|
class: "flex-evenly"
|
|
4555
|
-
},
|
|
4555
|
+
}, z8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "formula-left flex-space" }, [
|
|
4556
4556
|
/* @__PURE__ */ t("label", null, "* Good Weather M/E DO/GO Cons. in ECA"),
|
|
4557
4557
|
/* @__PURE__ */ t("label", null, "=")
|
|
4558
|
-
], -1)),
|
|
4558
|
+
], -1)), Z8 = { class: "formula-right flex-evenly" }, Q8 = {
|
|
4559
4559
|
class: "fraction",
|
|
4560
4560
|
style: { width: "60px" }
|
|
4561
|
-
},
|
|
4561
|
+
}, J8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "-", -1)), K8 = {
|
|
4562
4562
|
class: "fraction",
|
|
4563
4563
|
style: { width: "60px" }
|
|
4564
|
-
},
|
|
4564
|
+
}, j8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), X8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "24", -1)), q8 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "*", -1)), tg = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "=", -1)), eg = { class: "flex-evenly" }, sg = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "formula-left flex-space" }, [
|
|
4565
4565
|
/* @__PURE__ */ t("label", null, "Entire Voyage Consumption using Good Weather Consumption"),
|
|
4566
4566
|
/* @__PURE__ */ t("label", null, "=")
|
|
4567
4567
|
], -1)), og = { class: "formula-right flex-evenly" }, lg = {
|
|
@@ -4600,60 +4600,60 @@ const _b = {
|
|
|
4600
4600
|
}, Yg = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "Fuel Oil Over-consumption in ECA", -1)), Vg = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "=", -1)), zg = { class: "fraction" }, Zg = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), Qg = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "=", -1)), Jg = {
|
|
4601
4601
|
class: "flex-evenly",
|
|
4602
4602
|
style: { width: "700px" }
|
|
4603
|
-
}, Kg = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "Fuel Oil Saving", -1)), jg = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "=", -1)), Xg = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "(f') - (d')", -1)), qg = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "=", -1)),
|
|
4603
|
+
}, Kg = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "Fuel Oil Saving", -1)), jg = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "=", -1)), Xg = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "(f') - (d')", -1)), qg = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "=", -1)), t9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "-", -1)), e9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "=", -1)), s9 = {
|
|
4604
4604
|
key: 0,
|
|
4605
4605
|
class: "flex-evenly",
|
|
4606
4606
|
style: { width: "500px" }
|
|
4607
|
-
},
|
|
4607
|
+
}, o9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "Fuel Oil Saving in ECA", -1)), l9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "=", -1)), i9 = {
|
|
4608
4608
|
class: "fraction",
|
|
4609
4609
|
style: { width: "140px" }
|
|
4610
|
-
},
|
|
4610
|
+
}, a9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", {
|
|
4611
4611
|
class: "line",
|
|
4612
4612
|
style: { "border-color": "var(--idm-black-9)" }
|
|
4613
|
-
}, null, -1)),
|
|
4613
|
+
}, null, -1)), n9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "=", -1)), d9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("label", { style: { "font-weight": "400", "margin-right": "4px", color: "var(--idm-black-9)" } }, " Conclusion: ", -1)), c9 = {
|
|
4614
4614
|
key: 1,
|
|
4615
4615
|
class: "formula-conclusion"
|
|
4616
|
-
},
|
|
4616
|
+
}, r9 = {
|
|
4617
4617
|
class: "header-block flex-end",
|
|
4618
4618
|
style: { "margin-top": "10px" }
|
|
4619
|
-
},
|
|
4619
|
+
}, u9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("i", { class: "iconfont" }, "", -1)), h9 = { class: "title" }, _9 = {
|
|
4620
4620
|
key: 0,
|
|
4621
4621
|
class: "formula-block"
|
|
4622
|
-
},
|
|
4622
|
+
}, v9 = { class: "flex-evenly" }, p9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "formula-left flex-space" }, [
|
|
4623
4623
|
/* @__PURE__ */ t("label", null, "Entire Voyage Consumption using Good Weather Consumption"),
|
|
4624
4624
|
/* @__PURE__ */ t("label", null, "=")
|
|
4625
|
-
], -1)),
|
|
4625
|
+
], -1)), f9 = { class: "formula-right flex-evenly" }, y9 = {
|
|
4626
4626
|
class: "fraction",
|
|
4627
4627
|
style: { width: "240px" }
|
|
4628
|
-
},
|
|
4628
|
+
}, m9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), b9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "x", -1)), x9 = {
|
|
4629
4629
|
class: "fraction",
|
|
4630
4630
|
style: { width: "240px" }
|
|
4631
|
-
},
|
|
4631
|
+
}, C9 = { key: 0 }, g9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("span", null, " - ", -1)), k9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), w9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "=", -1)), D9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "(d'')", -1)), A9 = { class: "flex-evenly" }, S9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "formula-left flex-space" }, [
|
|
4632
4632
|
/* @__PURE__ */ t("label", null, "Max CP Consumption"),
|
|
4633
4633
|
/* @__PURE__ */ t("label", null, "=")
|
|
4634
|
-
], -1)),
|
|
4634
|
+
], -1)), T9 = { class: "formula-right flex-evenly" }, O9 = {
|
|
4635
4635
|
class: "fraction",
|
|
4636
4636
|
style: { width: "240px" }
|
|
4637
|
-
},
|
|
4637
|
+
}, F9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), E9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "x", -1)), P9 = {
|
|
4638
4638
|
class: "fraction",
|
|
4639
4639
|
style: { width: "240px" }
|
|
4640
|
-
}, $
|
|
4640
|
+
}, $9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), W9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "24", -1)), B9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "=", -1)), L9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "(e'')", -1)), M9 = { class: "flex-evenly" }, H9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "formula-left flex-space" }, [
|
|
4641
4641
|
/* @__PURE__ */ t("label", null, "Min CP Consumption"),
|
|
4642
4642
|
/* @__PURE__ */ t("label", null, "=")
|
|
4643
|
-
], -1)),
|
|
4643
|
+
], -1)), G9 = { class: "formula-right flex-evenly" }, I9 = {
|
|
4644
4644
|
class: "fraction",
|
|
4645
4645
|
style: { width: "240px" }
|
|
4646
|
-
},
|
|
4646
|
+
}, R9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), U9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "x", -1)), N9 = {
|
|
4647
4647
|
class: "fraction",
|
|
4648
4648
|
style: { width: "240px" }
|
|
4649
|
-
},
|
|
4649
|
+
}, Y9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), V9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "24", -1)), z9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "=", -1)), Z9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "(f'')", -1)), Q9 = {
|
|
4650
4650
|
class: "formula-conclusion",
|
|
4651
4651
|
style: { "margin-bottom": "0" }
|
|
4652
|
-
},
|
|
4652
|
+
}, J9 = {
|
|
4653
4653
|
key: 0,
|
|
4654
4654
|
class: "flex-evenly",
|
|
4655
4655
|
style: { width: "500px" }
|
|
4656
|
-
},
|
|
4656
|
+
}, K9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "Diesel/Gas Oil Over-consumption", -1)), j9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "=", -1)), X9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "(d'') - (e'')", -1)), q9 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "=", -1)), t6 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "-", -1)), e6 = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", null, "=", -1)), s6 = {
|
|
4657
4657
|
key: 1,
|
|
4658
4658
|
class: "flex-evenly",
|
|
4659
4659
|
style: { width: "700px" }
|
|
@@ -4911,7 +4911,7 @@ function u6(o, c, s, _, a, n) {
|
|
|
4911
4911
|
t("div", O3, [
|
|
4912
4912
|
F3,
|
|
4913
4913
|
(i(!0), d(A, null, K(s.report.segments, (l, nt) => {
|
|
4914
|
-
var rt, ut, ht, _t, vt, mt, bt, xt, wt, dt, gt, Dt, At, Ct, Ot, Ft, Et, Pt, $t, Wt, Ht, Gt, It, Rt, Ut, Nt, Yt, Vt, St, le, ie, ae, M, Lt, qt, ne, de, ce, re, ue, v, Y, Mt, Kt, te, kt, se, he, _e, xe, Ce, ge, ke, Te, Oe, Fe, Ee, Pe, $e, We, Be, Le, Me, He, Ge, Ie, Re, Ue, Ne, Ye, Ve, ze, Ze, Cs, gs, ks, ws, Ds, As, Ss, Ts, Os, Fs, Es, Ps, $s, Ws, Bs, Ls, Ms, W, zt, ve, pe, De, Qe, Je, Ke, je, Xe, qe, ts, es, ss, os, ls, is, as, ns, ds, cs, rs, us, hs, _s, vs, ps, fs, ys, Hs, Gs, Is, Rs, Us, Ns, Ys, Vs, zs, Zs, Qs, Js, Ks, js, Xs, qs, to, eo, so, oo, lo, io, co, ro, uo, ho, _o, vo, po, fo, yo, mo, bo, xo, Co, go, ko, wo, Do, ye, Ao, Oo, Fo, Eo, Po, $o, Wo, Bo, Lo, Mo, Ho, Go, Io, Ro, Uo, No, Yo, Vo, zo, Zo, Qo, Jo, Ko, jo, Xo, qo, tl, el, sl, ol, ll, il, al, nl, dl, cl, rl, ul, hl, _l, vl, pl, fl, yl, ml, bl, xl, Cl, gl, kl, wl, Dl, Al, Sl, Tl, Ol, Fl, El, Pl, $l, Wl, Bl, Ll, st, ms, Ml, Hl, Gl, Il, Rl, Ul, Nl, Yl, oe, zl, Zl, Ql, Jl, it, ao, Kl, jl, Xl, ql, ti, ei, si, oi, me, _i, vi, pi, fi, yi, mi, bi, xi, Ci, gi, ki, wi, Di, Ai, Si, Ti, Oi, Fi, Ei, Pi, $i, Wi, Bi, Li, Mi, Hi, Gi, Ii, Ri,
|
|
4914
|
+
var rt, ut, ht, _t, vt, mt, bt, xt, wt, dt, gt, Dt, At, Ct, Ot, Ft, Et, Pt, $t, Wt, Ht, Gt, It, Rt, Ut, Nt, Yt, Vt, St, le, ie, ae, M, Lt, qt, ne, de, ce, re, ue, v, Y, Mt, Kt, te, kt, se, he, _e, xe, Ce, ge, ke, Te, Oe, Fe, Ee, Pe, $e, We, Be, Le, Me, He, Ge, Ie, Re, Ue, Ne, Ye, Ve, ze, Ze, Cs, gs, ks, ws, Ds, As, Ss, Ts, Os, Fs, Es, Ps, $s, Ws, Bs, Ls, Ms, W, zt, ve, pe, De, Qe, Je, Ke, je, Xe, qe, ts, es, ss, os, ls, is, as, ns, ds, cs, rs, us, hs, _s, vs, ps, fs, ys, Hs, Gs, Is, Rs, Us, Ns, Ys, Vs, zs, Zs, Qs, Js, Ks, js, Xs, qs, to, eo, so, oo, lo, io, co, ro, uo, ho, _o, vo, po, fo, yo, mo, bo, xo, Co, go, ko, wo, Do, ye, Ao, Oo, Fo, Eo, Po, $o, Wo, Bo, Lo, Mo, Ho, Go, Io, Ro, Uo, No, Yo, Vo, zo, Zo, Qo, Jo, Ko, jo, Xo, qo, tl, el, sl, ol, ll, il, al, nl, dl, cl, rl, ul, hl, _l, vl, pl, fl, yl, ml, bl, xl, Cl, gl, kl, wl, Dl, Al, Sl, Tl, Ol, Fl, El, Pl, $l, Wl, Bl, Ll, st, ms, Ml, Hl, Gl, Il, Rl, Ul, Nl, Yl, oe, zl, Zl, Ql, Jl, it, ao, Kl, jl, Xl, ql, ti, ei, si, oi, me, _i, vi, pi, fi, yi, mi, bi, xi, Ci, gi, ki, wi, Di, Ai, Si, Ti, Oi, Fi, Ei, Pi, $i, Wi, Bi, Li, Mi, Hi, Gi, Ii, Ri, Ui, Ni, Yi, Vi, zi, Zi, Qi, Ji, Ki, ji, Xi, qi, ta, ea, sa, oa, la, ia, aa, na, ct, li, ii, da, ca, ra, ua, ha, _a, va, pa, fa, ya, ma, ba, xa, Ca, ga, ka, wa, Da, Aa, Sa, Ta, Oa, Fa, Ea, Pa, $a, Wa, Ba, La, Ma, Ha, Ga, Ia, Ra, Ua, Na, Ya, Va, za, Za, Qa, Ja, Ka, ja, Xa, qa, tn, en, sn, on, ln, an, nn, dn, cn, rn, pn, fn, yn;
|
|
4915
4915
|
return i(), d("div", {
|
|
4916
4916
|
key: nt,
|
|
4917
4917
|
class: "segment-block"
|
|
@@ -5257,91 +5257,91 @@ function u6(o, c, s, _, a, n) {
|
|
|
5257
5257
|
]),
|
|
5258
5258
|
t("div", X5, [
|
|
5259
5259
|
t("div", q5, [
|
|
5260
|
-
|
|
5261
|
-
t("div",
|
|
5262
|
-
t("div",
|
|
5260
|
+
t8,
|
|
5261
|
+
t("div", e8, [
|
|
5262
|
+
t("div", s8, [
|
|
5263
5263
|
t("div", null, e((cl = (dl = s.report) == null ? void 0 : dl.weather) != null && cl.noExtrapolation ? "Total Distance At Good Weather" : "Total Distance"), 1),
|
|
5264
|
-
|
|
5265
|
-
|
|
5264
|
+
o8,
|
|
5265
|
+
l8
|
|
5266
5266
|
]),
|
|
5267
|
-
|
|
5268
|
-
|
|
5269
|
-
|
|
5267
|
+
i8,
|
|
5268
|
+
a8,
|
|
5269
|
+
n8
|
|
5270
5270
|
])
|
|
5271
5271
|
]),
|
|
5272
|
-
t("div",
|
|
5273
|
-
|
|
5274
|
-
((ul = (rl = l.extend) == null ? void 0 : rl.cp) == null ? void 0 : ul.dgo) > 0 ? (i(), d("div",
|
|
5272
|
+
t("div", d8, [
|
|
5273
|
+
c8,
|
|
5274
|
+
((ul = (rl = l.extend) == null ? void 0 : rl.cp) == null ? void 0 : ul.dgo) > 0 ? (i(), d("div", r8, " * For DO/GO: Good Weather DO/GO Cons. - Good Weather M/E DO/GO Cons. in ECA ")) : b("", !0)
|
|
5275
5275
|
]),
|
|
5276
|
-
t("div",
|
|
5277
|
-
|
|
5278
|
-
t("div",
|
|
5279
|
-
t("div",
|
|
5276
|
+
t("div", u8, [
|
|
5277
|
+
h8,
|
|
5278
|
+
t("div", _8, [
|
|
5279
|
+
t("div", v8, [
|
|
5280
5280
|
t("div", null, e((_l = (hl = s.report) == null ? void 0 : hl.weather) != null && _l.noExtrapolation ? "Total Distance At Good Weather" : "Total Distance"), 1),
|
|
5281
|
-
|
|
5281
|
+
p8,
|
|
5282
5282
|
t("div", null, "CP Speed - " + e(n.computeAbtSpeed(l == null ? void 0 : l.timeConclusion, (pl = (vl = l == null ? void 0 : l.extend) == null ? void 0 : vl.cp) == null ? void 0 : pl.speed, "Under")) + "kts", 1)
|
|
5283
5283
|
]),
|
|
5284
|
-
|
|
5285
|
-
|
|
5286
|
-
|
|
5284
|
+
f8,
|
|
5285
|
+
y8,
|
|
5286
|
+
m8
|
|
5287
5287
|
])
|
|
5288
5288
|
]),
|
|
5289
|
-
t("div",
|
|
5290
|
-
|
|
5291
|
-
t("div",
|
|
5292
|
-
t("div",
|
|
5289
|
+
t("div", b8, [
|
|
5290
|
+
x8,
|
|
5291
|
+
t("div", C8, [
|
|
5292
|
+
t("div", g8, [
|
|
5293
5293
|
t("div", null, e((yl = (fl = s.report) == null ? void 0 : fl.weather) != null && yl.noExtrapolation ? "Total Distance At Good Weather" : "Total Distance"), 1),
|
|
5294
|
-
|
|
5294
|
+
k8,
|
|
5295
5295
|
t("div", null, "CP Speed - " + e(n.computeAbtSpeed(l == null ? void 0 : l.timeConclusion, (bl = (ml = l == null ? void 0 : l.extend) == null ? void 0 : ml.cp) == null ? void 0 : bl.speed, "Under")) + "kts", 1)
|
|
5296
5296
|
]),
|
|
5297
|
-
|
|
5298
|
-
|
|
5299
|
-
|
|
5297
|
+
w8,
|
|
5298
|
+
D8,
|
|
5299
|
+
A8
|
|
5300
5300
|
])
|
|
5301
5301
|
]),
|
|
5302
|
-
|
|
5302
|
+
S8,
|
|
5303
5303
|
((Cl = (xl = l.extend) == null ? void 0 : xl.cp) == null ? void 0 : Cl.dgo) > 0 ? (i(), d(A, { key: 0 }, [
|
|
5304
|
-
t("div",
|
|
5305
|
-
|
|
5306
|
-
t("div",
|
|
5307
|
-
t("div",
|
|
5308
|
-
|
|
5309
|
-
$
|
|
5304
|
+
t("div", T8, [
|
|
5305
|
+
O8,
|
|
5306
|
+
t("div", F8, [
|
|
5307
|
+
t("div", E8, [
|
|
5308
|
+
P8,
|
|
5309
|
+
$8,
|
|
5310
5310
|
t("div", null, e((kl = (gl = s.report) == null ? void 0 : gl.weather) != null && kl.noExtrapolation ? "Total Distance At Good Weather" : "Total Distance"), 1)
|
|
5311
5311
|
])
|
|
5312
5312
|
])
|
|
5313
5313
|
]),
|
|
5314
|
-
t("div",
|
|
5315
|
-
|
|
5316
|
-
t("div",
|
|
5317
|
-
t("div",
|
|
5318
|
-
|
|
5319
|
-
|
|
5314
|
+
t("div", W8, [
|
|
5315
|
+
B8,
|
|
5316
|
+
t("div", L8, [
|
|
5317
|
+
t("div", M8, [
|
|
5318
|
+
H8,
|
|
5319
|
+
G8,
|
|
5320
5320
|
t("div", null, e((Dl = (wl = s.report) == null ? void 0 : wl.weather) != null && Dl.noExtrapolation ? "Total Distance At Good Weather" : "Total Distance"), 1)
|
|
5321
5321
|
])
|
|
5322
5322
|
])
|
|
5323
5323
|
])
|
|
5324
5324
|
], 64)) : b("", !0)
|
|
5325
5325
|
]),
|
|
5326
|
-
|
|
5327
|
-
t("div",
|
|
5328
|
-
|
|
5329
|
-
t("div",
|
|
5326
|
+
I8,
|
|
5327
|
+
t("div", R8, [
|
|
5328
|
+
U8,
|
|
5329
|
+
t("div", N8, "Seg. " + e(nt + 1) + " Fuel Oil", 1)
|
|
5330
5330
|
]),
|
|
5331
|
-
(Al = l == null ? void 0 : l.goodWx) != null && Al.distance ? (i(), d("div",
|
|
5332
|
-
((Tl = (Sl = l == null ? void 0 : l.goodWx) == null ? void 0 : Sl.inEca) == null ? void 0 : Tl.distance) > 0 ? (i(), d("div",
|
|
5333
|
-
|
|
5334
|
-
t("div",
|
|
5335
|
-
t("div",
|
|
5331
|
+
(Al = l == null ? void 0 : l.goodWx) != null && Al.distance ? (i(), d("div", Y8, [
|
|
5332
|
+
((Tl = (Sl = l == null ? void 0 : l.goodWx) == null ? void 0 : Sl.inEca) == null ? void 0 : Tl.distance) > 0 ? (i(), d("div", V8, [
|
|
5333
|
+
z8,
|
|
5334
|
+
t("div", Z8, [
|
|
5335
|
+
t("div", Q8, [
|
|
5336
5336
|
t("div", null, e((Fl = (Ol = l == null ? void 0 : l.goodWx) == null ? void 0 : Ol.inEca) == null ? void 0 : Fl.sumDgoCons), 1)
|
|
5337
5337
|
]),
|
|
5338
|
-
|
|
5339
|
-
t("div",
|
|
5338
|
+
J8,
|
|
5339
|
+
t("div", K8, [
|
|
5340
5340
|
t("div", null, e((Pl = (El = l == null ? void 0 : l.extend) == null ? void 0 : El.cp) == null ? void 0 : Pl.dgo), 1),
|
|
5341
|
-
|
|
5342
|
-
|
|
5341
|
+
j8,
|
|
5342
|
+
X8
|
|
5343
5343
|
]),
|
|
5344
|
-
|
|
5344
|
+
q8,
|
|
5345
5345
|
t("div", null, e((Wl = ($l = l == null ? void 0 : l.goodWx) == null ? void 0 : $l.inEca) == null ? void 0 : Wl.time), 1),
|
|
5346
5346
|
tg,
|
|
5347
5347
|
t("div", null, e((Ll = (Bl = l == null ? void 0 : l.fuelConclusion) == null ? void 0 : Bl.fo) == null ? void 0 : Ll.dgoAsFoCons) + " (mt)", 1)
|
|
@@ -5441,127 +5441,127 @@ function u6(o, c, s, _, a, n) {
|
|
|
5441
5441
|
Xg,
|
|
5442
5442
|
qg,
|
|
5443
5443
|
t("div", null, e((Ri = (Ii = l == null ? void 0 : l.fuelConclusion) == null ? void 0 : Ii.fo) == null ? void 0 : Ri.minCons), 1),
|
|
5444
|
-
|
|
5445
|
-
t("div", null, e((
|
|
5446
|
-
|
|
5447
|
-
t("div", null, e((
|
|
5444
|
+
t9,
|
|
5445
|
+
t("div", null, e((Ni = (Ui = l == null ? void 0 : l.fuelConclusion) == null ? void 0 : Ui.fo) == null ? void 0 : Ni.entireCons), 1),
|
|
5446
|
+
e9,
|
|
5447
|
+
t("div", null, e((Vi = (Yi = l == null ? void 0 : l.fuelConclusion) == null ? void 0 : Yi.fo) == null ? void 0 : Vi.saving) + " (mt)", 1)
|
|
5448
5448
|
]),
|
|
5449
|
-
(
|
|
5450
|
-
|
|
5451
|
-
|
|
5452
|
-
t("div",
|
|
5453
|
-
t("div", null, e((
|
|
5454
|
-
|
|
5455
|
-
t("div", null, e((
|
|
5449
|
+
(Zi = (zi = l == null ? void 0 : l.goodWx) == null ? void 0 : zi.inEca) != null && Zi.distance ? (i(), d("div", s9, [
|
|
5450
|
+
o9,
|
|
5451
|
+
l9,
|
|
5452
|
+
t("div", i9, [
|
|
5453
|
+
t("div", null, e((Ji = (Qi = s.report) == null ? void 0 : Qi.weather) != null && Ji.noExtrapolation ? (ji = (Ki = l == null ? void 0 : l.goodWx) == null ? void 0 : Ki.inEca) == null ? void 0 : ji.distance : (qi = (Xi = l == null ? void 0 : l.allWx) == null ? void 0 : Xi.inEca) == null ? void 0 : qi.distance) + " * " + e((ea = (ta = l == null ? void 0 : l.fuelConclusion) == null ? void 0 : ta.fo) == null ? void 0 : ea.saving), 1),
|
|
5454
|
+
a9,
|
|
5455
|
+
t("div", null, e((oa = (sa = s.report) == null ? void 0 : sa.weather) != null && oa.noExtrapolation ? (la = l == null ? void 0 : l.goodWx) == null ? void 0 : la.distance : (ia = l == null ? void 0 : l.allWx) == null ? void 0 : ia.distance), 1)
|
|
5456
5456
|
]),
|
|
5457
|
-
|
|
5458
|
-
t("div", null, e((
|
|
5457
|
+
n9,
|
|
5458
|
+
t("div", null, e((na = (aa = l == null ? void 0 : l.fuelConclusion) == null ? void 0 : aa.fo) == null ? void 0 : na.foSavingInEca) + " (mt)", 1)
|
|
5459
5459
|
])) : b("", !0)
|
|
5460
5460
|
], 64)) : b("", !0),
|
|
5461
5461
|
t("div", {
|
|
5462
5462
|
class: D(
|
|
5463
|
-
((
|
|
5463
|
+
((li = (ct = l == null ? void 0 : l.fuelConclusion) == null ? void 0 : ct.fo) == null ? void 0 : li.conclusionStatus) === "Over" ? "flex-center lost" : ((da = (ii = l == null ? void 0 : l.fuelConclusion) == null ? void 0 : ii.fo) == null ? void 0 : da.conclusionStatus) === "Saving" ? "flex-center gain" : "flex-center"
|
|
5464
5464
|
)
|
|
5465
5465
|
}, [
|
|
5466
|
-
|
|
5466
|
+
d9,
|
|
5467
5467
|
t("div", null, e(((ra = (ca = l == null ? void 0 : l.fuelConclusion) == null ? void 0 : ca.fo) == null ? void 0 : ra.conclusion) || ""), 1)
|
|
5468
5468
|
], 2)
|
|
5469
5469
|
])
|
|
5470
|
-
])) : (i(), d("div",
|
|
5470
|
+
])) : (i(), d("div", c9, e(a.noGoodWxDay), 1)),
|
|
5471
5471
|
((ha = (ua = l == null ? void 0 : l.extend) == null ? void 0 : ua.cp) == null ? void 0 : ha.dgo) > 0 ? (i(), d(A, { key: 2 }, [
|
|
5472
|
-
t("div",
|
|
5473
|
-
|
|
5474
|
-
t("div",
|
|
5472
|
+
t("div", r9, [
|
|
5473
|
+
u9,
|
|
5474
|
+
t("div", h9, "Seg. " + e(nt + 1) + " Diesel/Gas Oil", 1)
|
|
5475
5475
|
]),
|
|
5476
|
-
(_a = l == null ? void 0 : l.goodWx) != null && _a.distance ? (i(), d("div",
|
|
5477
|
-
t("div",
|
|
5478
|
-
|
|
5479
|
-
t("div",
|
|
5480
|
-
t("div",
|
|
5476
|
+
(_a = l == null ? void 0 : l.goodWx) != null && _a.distance ? (i(), d("div", _9, [
|
|
5477
|
+
t("div", v9, [
|
|
5478
|
+
p9,
|
|
5479
|
+
t("div", f9, [
|
|
5480
|
+
t("div", y9, [
|
|
5481
5481
|
t("div", null, e((pa = (va = s.report) == null ? void 0 : va.weather) != null && pa.noExtrapolation ? (fa = l == null ? void 0 : l.goodWx) == null ? void 0 : fa.distance : (ya = l == null ? void 0 : l.allWx) == null ? void 0 : ya.distance), 1),
|
|
5482
|
-
|
|
5482
|
+
m9,
|
|
5483
5483
|
t("div", null, e((ma = l == null ? void 0 : l.goodWx) == null ? void 0 : ma.pfmSpd), 1)
|
|
5484
5484
|
]),
|
|
5485
|
-
|
|
5486
|
-
t("div",
|
|
5485
|
+
b9,
|
|
5486
|
+
t("div", x9, [
|
|
5487
5487
|
t("div", null, [
|
|
5488
5488
|
t("span", null, e((ba = l == null ? void 0 : l.goodWx) == null ? void 0 : ba.sumDgoCons), 1),
|
|
5489
|
-
((Ca = (xa = l == null ? void 0 : l.goodWx) == null ? void 0 : xa.inEca) == null ? void 0 : Ca.distance) > 0 ? (i(), d("span",
|
|
5490
|
-
|
|
5489
|
+
((Ca = (xa = l == null ? void 0 : l.goodWx) == null ? void 0 : xa.inEca) == null ? void 0 : Ca.distance) > 0 ? (i(), d("span", C9, [
|
|
5490
|
+
g9,
|
|
5491
5491
|
t("span", null, e((ka = (ga = l == null ? void 0 : l.fuelConclusion) == null ? void 0 : ga.fo) == null ? void 0 : ka.dgoAsFoCons), 1)
|
|
5492
5492
|
])) : b("", !0)
|
|
5493
5493
|
]),
|
|
5494
|
-
|
|
5494
|
+
k9,
|
|
5495
5495
|
t("div", null, e((wa = l == null ? void 0 : l.goodWx) == null ? void 0 : wa.time), 1)
|
|
5496
5496
|
]),
|
|
5497
|
-
|
|
5497
|
+
w9,
|
|
5498
5498
|
t("div", null, e((Aa = (Da = l.fuelConclusion) == null ? void 0 : Da.dgo) == null ? void 0 : Aa.entireCons) + " (mt)", 1),
|
|
5499
|
-
|
|
5499
|
+
D9
|
|
5500
5500
|
])
|
|
5501
5501
|
]),
|
|
5502
|
-
t("div",
|
|
5503
|
-
|
|
5504
|
-
t("div",
|
|
5505
|
-
t("div",
|
|
5502
|
+
t("div", A9, [
|
|
5503
|
+
S9,
|
|
5504
|
+
t("div", T9, [
|
|
5505
|
+
t("div", O9, [
|
|
5506
5506
|
t("div", null, e((Ta = (Sa = s.report) == null ? void 0 : Sa.weather) != null && Ta.noExtrapolation ? (Oa = l == null ? void 0 : l.goodWx) == null ? void 0 : Oa.distance : (Fa = l == null ? void 0 : l.allWx) == null ? void 0 : Fa.distance), 1),
|
|
5507
|
-
|
|
5507
|
+
F9,
|
|
5508
5508
|
t("div", null, e((Ea = l == null ? void 0 : l.timeConclusion) == null ? void 0 : Ea.minusAbtSpd), 1)
|
|
5509
5509
|
]),
|
|
5510
|
-
|
|
5511
|
-
t("div",
|
|
5510
|
+
E9,
|
|
5511
|
+
t("div", P9, [
|
|
5512
5512
|
t("div", null, e(($a = (Pa = l == null ? void 0 : l.fuelConclusion) == null ? void 0 : Pa.dgo) == null ? void 0 : $a.overTolerance), 1),
|
|
5513
|
-
$
|
|
5514
|
-
|
|
5513
|
+
$9,
|
|
5514
|
+
W9
|
|
5515
5515
|
]),
|
|
5516
|
-
|
|
5516
|
+
B9,
|
|
5517
5517
|
t("div", null, e((Ba = (Wa = l.fuelConclusion) == null ? void 0 : Wa.dgo) == null ? void 0 : Ba.maxCons) + " (mt)", 1),
|
|
5518
|
-
|
|
5518
|
+
L9
|
|
5519
5519
|
])
|
|
5520
5520
|
]),
|
|
5521
|
-
t("div",
|
|
5522
|
-
|
|
5523
|
-
t("div",
|
|
5524
|
-
t("div",
|
|
5521
|
+
t("div", M9, [
|
|
5522
|
+
H9,
|
|
5523
|
+
t("div", G9, [
|
|
5524
|
+
t("div", I9, [
|
|
5525
5525
|
t("div", null, e((Ma = (La = s.report) == null ? void 0 : La.weather) != null && Ma.noExtrapolation ? (Ha = l == null ? void 0 : l.goodWx) == null ? void 0 : Ha.distance : (Ga = l == null ? void 0 : l.allWx) == null ? void 0 : Ga.distance), 1),
|
|
5526
|
-
|
|
5526
|
+
R9,
|
|
5527
5527
|
t("div", null, e((Ia = l == null ? void 0 : l.timeConclusion) == null ? void 0 : Ia.minusAbtSpd), 1)
|
|
5528
5528
|
]),
|
|
5529
|
-
|
|
5530
|
-
t("div",
|
|
5529
|
+
U9,
|
|
5530
|
+
t("div", N9, [
|
|
5531
5531
|
t("div", null, e((Ua = (Ra = l == null ? void 0 : l.fuelConclusion) == null ? void 0 : Ra.dgo) == null ? void 0 : Ua.underTolerance), 1),
|
|
5532
|
-
|
|
5533
|
-
|
|
5532
|
+
Y9,
|
|
5533
|
+
V9
|
|
5534
5534
|
]),
|
|
5535
|
-
|
|
5536
|
-
t("div", null, e((
|
|
5537
|
-
|
|
5535
|
+
z9,
|
|
5536
|
+
t("div", null, e((Ya = (Na = l.fuelConclusion) == null ? void 0 : Na.dgo) == null ? void 0 : Ya.minCons) + " (mt)", 1),
|
|
5537
|
+
Z9
|
|
5538
5538
|
])
|
|
5539
5539
|
]),
|
|
5540
|
-
t("div",
|
|
5541
|
-
((
|
|
5542
|
-
|
|
5543
|
-
|
|
5544
|
-
|
|
5545
|
-
|
|
5546
|
-
t("div", null, e((
|
|
5540
|
+
t("div", Q9, [
|
|
5541
|
+
((za = (Va = l == null ? void 0 : l.fuelConclusion) == null ? void 0 : Va.dgo) == null ? void 0 : za.conclusionStatus) === "Over" ? (i(), d("div", J9, [
|
|
5542
|
+
K9,
|
|
5543
|
+
j9,
|
|
5544
|
+
X9,
|
|
5545
|
+
q9,
|
|
5546
|
+
t("div", null, e((Qa = (Za = l == null ? void 0 : l.fuelConclusion) == null ? void 0 : Za.dgo) == null ? void 0 : Qa.entireCons), 1),
|
|
5547
5547
|
t6,
|
|
5548
|
-
t("div", null, e((
|
|
5548
|
+
t("div", null, e((Ka = (Ja = l == null ? void 0 : l.fuelConclusion) == null ? void 0 : Ja.dgo) == null ? void 0 : Ka.maxCons), 1),
|
|
5549
5549
|
e6,
|
|
5550
|
-
t("div", null, e((
|
|
5551
|
-
])) : ((
|
|
5550
|
+
t("div", null, e((Xa = (ja = l == null ? void 0 : l.fuelConclusion) == null ? void 0 : ja.dgo) == null ? void 0 : Xa.overCons), 1)
|
|
5551
|
+
])) : ((tn = (qa = l == null ? void 0 : l.fuelConclusion) == null ? void 0 : qa.fo) == null ? void 0 : tn.conclusionStatus) === "Saving" ? (i(), d("div", s6, [
|
|
5552
5552
|
o6,
|
|
5553
5553
|
l6,
|
|
5554
5554
|
i6,
|
|
5555
5555
|
a6,
|
|
5556
|
-
t("div", null, e((
|
|
5556
|
+
t("div", null, e((sn = (en = l == null ? void 0 : l.fuelConclusion) == null ? void 0 : en.dgo) == null ? void 0 : sn.minCons), 1),
|
|
5557
5557
|
n6,
|
|
5558
|
-
t("div", null, e((
|
|
5558
|
+
t("div", null, e((ln = (on = l == null ? void 0 : l.fuelConclusion) == null ? void 0 : on.dgo) == null ? void 0 : ln.entireCons), 1),
|
|
5559
5559
|
d6,
|
|
5560
|
-
t("div", null, e((
|
|
5560
|
+
t("div", null, e((nn = (an = l == null ? void 0 : l.fuelConclusion) == null ? void 0 : an.dgo) == null ? void 0 : nn.saving) + " (mt)", 1)
|
|
5561
5561
|
])) : b("", !0),
|
|
5562
5562
|
t("div", {
|
|
5563
5563
|
class: D(
|
|
5564
|
-
((
|
|
5564
|
+
((cn = (dn = l == null ? void 0 : l.fuelConclusion) == null ? void 0 : dn.dgo) == null ? void 0 : cn.conclusionStatus) === "Over" ? "flex-center lost" : ((pn = (rn = l == null ? void 0 : l.fuelConclusion) == null ? void 0 : rn.dgo) == null ? void 0 : pn.conclusionStatus) === "Saving" ? "flex-center gain" : "flex-center"
|
|
5565
5565
|
)
|
|
5566
5566
|
}, [
|
|
5567
5567
|
c6,
|
|
@@ -7006,7 +7006,7 @@ const kw = {
|
|
|
7006
7006
|
Inventory: Sk,
|
|
7007
7007
|
Chart: fw,
|
|
7008
7008
|
Email: gw,
|
|
7009
|
-
Loading:
|
|
7009
|
+
Loading: un
|
|
7010
7010
|
},
|
|
7011
7011
|
props: {
|
|
7012
7012
|
report: {
|
|
@@ -7097,7 +7097,7 @@ function ww(o, c, s, _, a, n) {
|
|
|
7097
7097
|
}, null, 8, ["report", "voyageEmails"])) : b("", !0)
|
|
7098
7098
|
], 2);
|
|
7099
7099
|
}
|
|
7100
|
-
const Dw = /* @__PURE__ */ Zt(kw, [["render", ww], ["__scopeId", "data-v-a0a392a4"]]),
|
|
7100
|
+
const Dw = /* @__PURE__ */ Zt(kw, [["render", ww], ["__scopeId", "data-v-a0a392a4"]]), YQ = {
|
|
7101
7101
|
install(o) {
|
|
7102
7102
|
o.component("FliVoyageReport", hb), o.component("OrmVoyageReport", Dw);
|
|
7103
7103
|
}
|
|
@@ -7153,7 +7153,7 @@ function Tw(o, c, s, _, a, n) {
|
|
|
7153
7153
|
}, null, 8, ["report", "model", "ts", "token", "onCenter"])) : b("", !0)
|
|
7154
7154
|
]);
|
|
7155
7155
|
}
|
|
7156
|
-
const Ow = /* @__PURE__ */ Zt(Aw, [["render", Tw], ["__scopeId", "data-v-a14ce9ba"]]),
|
|
7156
|
+
const Ow = /* @__PURE__ */ Zt(Aw, [["render", Tw], ["__scopeId", "data-v-a14ce9ba"]]), VQ = {
|
|
7157
7157
|
install(o) {
|
|
7158
7158
|
o.component("TropicalReport", Ow);
|
|
7159
7159
|
}
|
|
@@ -7235,19 +7235,19 @@ const Fw = {
|
|
|
7235
7235
|
Vw
|
|
7236
7236
|
], Zw = { class: "total" }, Qw = ["colspan"], Jw = /* @__PURE__ */ we(() => /* @__PURE__ */ t("span", null, "Exchange Rate", -1)), Kw = [
|
|
7237
7237
|
Jw
|
|
7238
|
-
], jw = { class: "total" }, Xw = ["colspan"], qw = { class: "total" },
|
|
7239
|
-
|
|
7240
|
-
],
|
|
7238
|
+
], jw = { class: "total" }, Xw = ["colspan"], qw = { class: "total" }, t7 = { key: 1 }, e7 = ["colspan"], s7 = /* @__PURE__ */ we(() => /* @__PURE__ */ t("span", null, "Total in USD", -1)), o7 = [
|
|
7239
|
+
s7
|
|
7240
|
+
], l7 = { class: "total" }, i7 = {
|
|
7241
7241
|
key: 0,
|
|
7242
7242
|
class: "memo-block"
|
|
7243
|
-
},
|
|
7243
|
+
}, a7 = /* @__PURE__ */ we(() => /* @__PURE__ */ t("div", {
|
|
7244
7244
|
class: "invoice-item",
|
|
7245
7245
|
style: { "font-weight": "600" }
|
|
7246
|
-
}, "MEMO", -1)),
|
|
7246
|
+
}, "MEMO", -1)), n7 = ["innerHTML"], d7 = { class: "section company-section" }, c7 = /* @__PURE__ */ we(() => /* @__PURE__ */ t("div", {
|
|
7247
7247
|
class: "company-item",
|
|
7248
7248
|
style: { "font-weight": "600", "font-size": "16px", "margin-bottom": "10px" }
|
|
7249
|
-
}, "Bank Information", -1)),
|
|
7250
|
-
function
|
|
7249
|
+
}, "Bank Information", -1)), r7 = { class: "company-item" }, u7 = /* @__PURE__ */ we(() => /* @__PURE__ */ t("label", null, "Bank", -1)), h7 = { class: "company-item" }, _7 = /* @__PURE__ */ we(() => /* @__PURE__ */ t("label", null, "Account", -1)), v7 = { class: "company-item" }, p7 = /* @__PURE__ */ we(() => /* @__PURE__ */ t("label", null, "Title", -1)), f7 = { class: "company-item" }, y7 = /* @__PURE__ */ we(() => /* @__PURE__ */ t("label", null, "Addr", -1)), m7 = { class: "company-item" }, b7 = /* @__PURE__ */ we(() => /* @__PURE__ */ t("label", null, "Tel", -1)), x7 = { class: "company-item" }, C7 = /* @__PURE__ */ we(() => /* @__PURE__ */ t("label", null, "Tax ID", -1)), g7 = { class: "company-item" }, k7 = /* @__PURE__ */ we(() => /* @__PURE__ */ t("label", null, "Beneficiary's Name", -1)), w7 = { class: "company-item" }, D7 = /* @__PURE__ */ we(() => /* @__PURE__ */ t("label", null, "Bank Name", -1)), A7 = { class: "company-item" }, S7 = /* @__PURE__ */ we(() => /* @__PURE__ */ t("label", null, "Bank Address", -1)), T7 = { class: "company-item" }, O7 = /* @__PURE__ */ we(() => /* @__PURE__ */ t("label", null, "Account No.", -1)), F7 = { class: "company-item" }, E7 = /* @__PURE__ */ we(() => /* @__PURE__ */ t("label", null, "SWIFT", -1)), P7 = { class: "company-item" }, $7 = /* @__PURE__ */ we(() => /* @__PURE__ */ t("label", null, "Intermediary Bank", -1)), W7 = { class: "company-item" }, B7 = /* @__PURE__ */ we(() => /* @__PURE__ */ t("label", null, "SWIFT", -1)), L7 = { class: "company-item" }, M7 = /* @__PURE__ */ we(() => /* @__PURE__ */ t("label", null, "ABA NO.", -1)), H7 = /* @__PURE__ */ et('<div class="section sign-section" data-v-95c80c22><div class="flex-space" data-v-95c80c22><div class="sign-block" data-v-95c80c22><div data-v-95c80c22>Finance Team</div><div data-v-95c80c22>Ocean Right Marine Service Co., Ltd.</div><div data-v-95c80c22>Email: <a href="mailto:op@ormwx.com" data-v-95c80c22>op@ormwx.com</a></div><div data-v-95c80c22>Address: Rm1805, B Technology Innovation Bldg, No. 171 Shandong Road, Qingdao, China.</div></div><div class="thank-block" data-v-95c80c22>Thank You</div></div></div>', 1);
|
|
7250
|
+
function G7(o, c, s, _, a, n) {
|
|
7251
7251
|
var r, p, S, T, f, C, P, O, $, E, H, G, B, L, k, I, J, j, X, q, y, U, V, N, R, z, ot, tt, lt, ft, yt, l, nt, rt, ut, ht, _t, vt, mt, bt, xt, wt;
|
|
7252
7252
|
const m = Z("IdmBrand");
|
|
7253
7253
|
return i(), d("div", Ew, [
|
|
@@ -7327,90 +7327,90 @@ function GD(o, c, s, _, a, n) {
|
|
|
7327
7327
|
t("td", { colspan: a.maxColspans }, "Total in CNY", 8, Xw),
|
|
7328
7328
|
t("td", qw, "¥" + e(($ = s.report) == null ? void 0 : $.paymentAmount), 1)
|
|
7329
7329
|
])
|
|
7330
|
-
], 64)) : (i(), d("tr",
|
|
7331
|
-
t("td", { colspan: a.maxColspans },
|
|
7332
|
-
t("td",
|
|
7330
|
+
], 64)) : (i(), d("tr", t7, [
|
|
7331
|
+
t("td", { colspan: a.maxColspans }, o7, 8, e7),
|
|
7332
|
+
t("td", l7, [
|
|
7333
7333
|
t("span", null, e(`$${(E = s.report) == null ? void 0 : E.paymentAmount}`), 1)
|
|
7334
7334
|
])
|
|
7335
7335
|
]))
|
|
7336
7336
|
])
|
|
7337
7337
|
]),
|
|
7338
|
-
(H = s.report) != null && H.memo ? (i(), d("div",
|
|
7339
|
-
|
|
7338
|
+
(H = s.report) != null && H.memo ? (i(), d("div", i7, [
|
|
7339
|
+
a7,
|
|
7340
7340
|
t("div", {
|
|
7341
7341
|
class: "invoice-item",
|
|
7342
7342
|
innerHTML: (B = (G = s.report) == null ? void 0 : G.memo) == null ? void 0 : B.replace(`
|
|
7343
7343
|
`, "<br/>")
|
|
7344
|
-
}, null, 8,
|
|
7344
|
+
}, null, 8, n7)
|
|
7345
7345
|
])) : b("", !0)
|
|
7346
7346
|
]),
|
|
7347
|
-
t("div",
|
|
7348
|
-
|
|
7347
|
+
t("div", d7, [
|
|
7348
|
+
c7,
|
|
7349
7349
|
((L = s.report) == null ? void 0 : L.paymentType) === "CNY" ? (i(), d(A, { key: 0 }, [
|
|
7350
|
-
t("div",
|
|
7351
|
-
|
|
7350
|
+
t("div", r7, [
|
|
7351
|
+
u7,
|
|
7352
7352
|
t("span", null, e((I = a.account[(k = s.report) == null ? void 0 : k.paymentType]) == null ? void 0 : I.bank), 1)
|
|
7353
7353
|
]),
|
|
7354
|
-
t("div",
|
|
7355
|
-
|
|
7354
|
+
t("div", h7, [
|
|
7355
|
+
_7,
|
|
7356
7356
|
t("span", null, e((j = a.account[(J = s.report) == null ? void 0 : J.paymentType]) == null ? void 0 : j.number), 1)
|
|
7357
7357
|
]),
|
|
7358
|
-
t("div",
|
|
7359
|
-
|
|
7358
|
+
t("div", v7, [
|
|
7359
|
+
p7,
|
|
7360
7360
|
t("span", null, e((q = a.account[(X = s.report) == null ? void 0 : X.paymentType]) == null ? void 0 : q.title), 1)
|
|
7361
7361
|
]),
|
|
7362
|
-
t("div",
|
|
7363
|
-
|
|
7362
|
+
t("div", f7, [
|
|
7363
|
+
y7,
|
|
7364
7364
|
t("span", null, e((U = a.account[(y = s.report) == null ? void 0 : y.paymentType]) == null ? void 0 : U.address), 1)
|
|
7365
7365
|
]),
|
|
7366
|
-
t("div",
|
|
7367
|
-
|
|
7366
|
+
t("div", m7, [
|
|
7367
|
+
b7,
|
|
7368
7368
|
t("span", null, e((N = a.account[(V = s.report) == null ? void 0 : V.paymentType]) == null ? void 0 : N.tel), 1)
|
|
7369
7369
|
]),
|
|
7370
|
-
t("div",
|
|
7371
|
-
|
|
7370
|
+
t("div", x7, [
|
|
7371
|
+
C7,
|
|
7372
7372
|
t("span", null, e((z = a.account[(R = s.report) == null ? void 0 : R.paymentType]) == null ? void 0 : z.taxId), 1)
|
|
7373
7373
|
])
|
|
7374
7374
|
], 64)) : (i(), d(A, { key: 1 }, [
|
|
7375
|
-
t("div",
|
|
7376
|
-
|
|
7375
|
+
t("div", g7, [
|
|
7376
|
+
k7,
|
|
7377
7377
|
t("span", null, e((tt = a.account[(ot = s.report) == null ? void 0 : ot.paymentType]) == null ? void 0 : tt.title), 1)
|
|
7378
7378
|
]),
|
|
7379
|
-
t("div",
|
|
7380
|
-
|
|
7379
|
+
t("div", w7, [
|
|
7380
|
+
D7,
|
|
7381
7381
|
t("span", null, e((ft = a.account[(lt = s.report) == null ? void 0 : lt.paymentType]) == null ? void 0 : ft.bank), 1)
|
|
7382
7382
|
]),
|
|
7383
|
-
t("div",
|
|
7384
|
-
|
|
7383
|
+
t("div", A7, [
|
|
7384
|
+
S7,
|
|
7385
7385
|
t("span", null, e((l = a.account[(yt = s.report) == null ? void 0 : yt.paymentType]) == null ? void 0 : l.bankAddr), 1)
|
|
7386
7386
|
]),
|
|
7387
|
-
t("div",
|
|
7388
|
-
|
|
7387
|
+
t("div", T7, [
|
|
7388
|
+
O7,
|
|
7389
7389
|
t("span", null, e((rt = a.account[(nt = s.report) == null ? void 0 : nt.paymentType]) == null ? void 0 : rt.number), 1)
|
|
7390
7390
|
]),
|
|
7391
|
-
t("div",
|
|
7392
|
-
|
|
7391
|
+
t("div", F7, [
|
|
7392
|
+
E7,
|
|
7393
7393
|
t("span", null, e((ht = a.account[(ut = s.report) == null ? void 0 : ut.paymentType]) == null ? void 0 : ht.swift), 1)
|
|
7394
7394
|
]),
|
|
7395
|
-
t("div",
|
|
7396
|
-
$
|
|
7395
|
+
t("div", P7, [
|
|
7396
|
+
$7,
|
|
7397
7397
|
t("span", null, e((vt = a.account[(_t = s.report) == null ? void 0 : _t.paymentType]) == null ? void 0 : vt.intermediaryBank), 1)
|
|
7398
7398
|
]),
|
|
7399
|
-
t("div",
|
|
7400
|
-
|
|
7399
|
+
t("div", W7, [
|
|
7400
|
+
B7,
|
|
7401
7401
|
t("span", null, e((bt = a.account[(mt = s.report) == null ? void 0 : mt.paymentType]) == null ? void 0 : bt.intermediaryBankSwift), 1)
|
|
7402
7402
|
]),
|
|
7403
|
-
t("div",
|
|
7404
|
-
|
|
7403
|
+
t("div", L7, [
|
|
7404
|
+
M7,
|
|
7405
7405
|
t("span", null, e((wt = a.account[(xt = s.report) == null ? void 0 : xt.paymentType]) == null ? void 0 : wt.intermediaryBankAbaNo), 1)
|
|
7406
7406
|
])
|
|
7407
7407
|
], 64))
|
|
7408
7408
|
]),
|
|
7409
|
-
|
|
7409
|
+
H7
|
|
7410
7410
|
]);
|
|
7411
7411
|
}
|
|
7412
|
-
const
|
|
7413
|
-
const
|
|
7412
|
+
const I7 = /* @__PURE__ */ Zt(Fw, [["render", G7], ["__scopeId", "data-v-95c80c22"]]);
|
|
7413
|
+
const R7 = {
|
|
7414
7414
|
name: "FliInvoice",
|
|
7415
7415
|
props: {
|
|
7416
7416
|
report: {
|
|
@@ -7444,10 +7444,10 @@ const RD = {
|
|
|
7444
7444
|
},
|
|
7445
7445
|
mounted() {
|
|
7446
7446
|
}
|
|
7447
|
-
}, ni = (o) => (Ae("data-v-c269c41c"), o = o(), Se(), o),
|
|
7447
|
+
}, ni = (o) => (Ae("data-v-c269c41c"), o = o(), Se(), o), U7 = { class: "invoice-report" }, N7 = { class: "section items-section" }, Y7 = { class: "flex-start" }, V7 = /* @__PURE__ */ ni(() => /* @__PURE__ */ t("div", { class: "invoice-item" }, "Bill To:", -1)), z7 = ["innerHTML"], Z7 = { class: "flex-space" }, Q7 = { class: "invoice-item" }, J7 = {
|
|
7448
7448
|
key: 0,
|
|
7449
7449
|
class: "invoice-item"
|
|
7450
|
-
},
|
|
7450
|
+
}, K7 = /* @__PURE__ */ ni(() => /* @__PURE__ */ t("thead", null, [
|
|
7451
7451
|
/* @__PURE__ */ t("tr", null, [
|
|
7452
7452
|
/* @__PURE__ */ t("td", null, "NO."),
|
|
7453
7453
|
/* @__PURE__ */ t("td", null, "VoyNum."),
|
|
@@ -7459,39 +7459,39 @@ const RD = {
|
|
|
7459
7459
|
/* @__PURE__ */ t("td", null, "ATA"),
|
|
7460
7460
|
/* @__PURE__ */ t("td", null, "Amounts")
|
|
7461
7461
|
])
|
|
7462
|
-
], -1)),
|
|
7463
|
-
|
|
7464
|
-
],
|
|
7465
|
-
|
|
7466
|
-
],
|
|
7467
|
-
|
|
7468
|
-
],
|
|
7462
|
+
], -1)), j7 = /* @__PURE__ */ ni(() => /* @__PURE__ */ t("td", null, "NO.", -1)), X7 = ["colspan"], q7 = /* @__PURE__ */ ni(() => /* @__PURE__ */ t("td", null, "Amounts", -1)), tD = ["colspan"], eD = ["colspan"], sD = /* @__PURE__ */ ni(() => /* @__PURE__ */ t("span", null, "Total in USD", -1)), oD = [
|
|
7463
|
+
sD
|
|
7464
|
+
], lD = { class: "total" }, iD = ["colspan"], aD = /* @__PURE__ */ ni(() => /* @__PURE__ */ t("span", null, "Exchange Rate", -1)), nD = [
|
|
7465
|
+
aD
|
|
7466
|
+
], dD = { class: "total" }, cD = ["colspan"], rD = { class: "total" }, uD = { key: 1 }, hD = ["colspan"], _D = /* @__PURE__ */ ni(() => /* @__PURE__ */ t("span", null, "Total in USD", -1)), vD = [
|
|
7467
|
+
_D
|
|
7468
|
+
], pD = { class: "total" }, fD = {
|
|
7469
7469
|
key: 0,
|
|
7470
7470
|
class: "memo-block"
|
|
7471
|
-
},
|
|
7471
|
+
}, yD = /* @__PURE__ */ ni(() => /* @__PURE__ */ t("div", {
|
|
7472
7472
|
class: "invoice-item",
|
|
7473
7473
|
style: { "font-weight": "600" }
|
|
7474
|
-
}, "MEMO", -1)),
|
|
7475
|
-
function
|
|
7474
|
+
}, "MEMO", -1)), mD = ["innerHTML"];
|
|
7475
|
+
function bD(o, c, s, _, a, n) {
|
|
7476
7476
|
var m, r, p, S, T, f, C, P, O, $, E, H, G;
|
|
7477
|
-
return i(), d("div",
|
|
7478
|
-
t("div",
|
|
7479
|
-
t("div",
|
|
7480
|
-
|
|
7477
|
+
return i(), d("div", U7, [
|
|
7478
|
+
t("div", N7, [
|
|
7479
|
+
t("div", Y7, [
|
|
7480
|
+
V7,
|
|
7481
7481
|
t("div", {
|
|
7482
7482
|
class: "invoice-item",
|
|
7483
7483
|
style: { "font-weight": "500", "margin-left": "4px" },
|
|
7484
7484
|
innerHTML: (p = (r = (m = s.report) == null ? void 0 : m.invoiceTitle) == null ? void 0 : r.name) == null ? void 0 : p.replace(`
|
|
7485
7485
|
`, "<br/>")
|
|
7486
|
-
}, null, 8,
|
|
7486
|
+
}, null, 8, z7)
|
|
7487
7487
|
]),
|
|
7488
|
-
t("div",
|
|
7489
|
-
t("div",
|
|
7490
|
-
(S = s.report) != null && S.paymentDate ? (i(), d("div",
|
|
7488
|
+
t("div", Z7, [
|
|
7489
|
+
t("div", Q7, "Invoice No. " + e(s.report.number), 1),
|
|
7490
|
+
(S = s.report) != null && S.paymentDate ? (i(), d("div", J7, "Paid: " + e(n.computeTime(s.report.paymentDate)), 1)) : b("", !0)
|
|
7491
7491
|
]),
|
|
7492
7492
|
t("table", null, [
|
|
7493
7493
|
(T = a.reservations4Route) != null && T.length ? (i(), d(A, { key: 0 }, [
|
|
7494
|
-
|
|
7494
|
+
K7,
|
|
7495
7495
|
t("tbody", null, [
|
|
7496
7496
|
(i(!0), d(A, null, K(a.reservations4Route, (B, L) => {
|
|
7497
7497
|
var k, I, J, j, X, q, y, U, V, N, R, z, ot, tt, lt, ft, yt, l, nt, rt, ut, ht, _t, vt;
|
|
@@ -7512,11 +7512,11 @@ function b7(o, c, s, _, a, n) {
|
|
|
7512
7512
|
(f = a.reservations4Point) != null && f.length ? (i(), d(A, { key: 1 }, [
|
|
7513
7513
|
t("thead", null, [
|
|
7514
7514
|
t("tr", null, [
|
|
7515
|
-
|
|
7515
|
+
j7,
|
|
7516
7516
|
t("td", {
|
|
7517
7517
|
colspan: a.maxColspans - 1
|
|
7518
|
-
}, "Items.", 8,
|
|
7519
|
-
|
|
7518
|
+
}, "Items.", 8, X7),
|
|
7519
|
+
q7
|
|
7520
7520
|
])
|
|
7521
7521
|
]),
|
|
7522
7522
|
t("tbody", null, [
|
|
@@ -7524,7 +7524,7 @@ function b7(o, c, s, _, a, n) {
|
|
|
7524
7524
|
t("td", null, e(B.number), 1),
|
|
7525
7525
|
t("td", {
|
|
7526
7526
|
colspan: a.maxColspans - 1
|
|
7527
|
-
}, e(B.items), 9,
|
|
7527
|
+
}, e(B.items), 9, tD),
|
|
7528
7528
|
t("td", null, "$" + e(B.amount), 1)
|
|
7529
7529
|
]))), 128))
|
|
7530
7530
|
])
|
|
@@ -7532,46 +7532,46 @@ function b7(o, c, s, _, a, n) {
|
|
|
7532
7532
|
t("tfoot", null, [
|
|
7533
7533
|
((C = s.report) == null ? void 0 : C.paymentType) === "CNY" ? (i(), d(A, { key: 0 }, [
|
|
7534
7534
|
t("tr", null, [
|
|
7535
|
-
t("td", { colspan: a.maxColspans },
|
|
7536
|
-
t("td",
|
|
7535
|
+
t("td", { colspan: a.maxColspans }, oD, 8, eD),
|
|
7536
|
+
t("td", lD, [
|
|
7537
7537
|
t("span", null, e(`$${a.totalInUS}`), 1)
|
|
7538
7538
|
])
|
|
7539
7539
|
]),
|
|
7540
7540
|
t("tr", null, [
|
|
7541
|
-
t("td", { colspan: a.maxColspans },
|
|
7542
|
-
t("td",
|
|
7541
|
+
t("td", { colspan: a.maxColspans }, nD, 8, iD),
|
|
7542
|
+
t("td", dD, [
|
|
7543
7543
|
t("span", null, e((P = s.report) == null ? void 0 : P.rate), 1)
|
|
7544
7544
|
])
|
|
7545
7545
|
]),
|
|
7546
7546
|
t("tr", null, [
|
|
7547
|
-
t("td", { colspan: a.maxColspans }, "Total in CNY", 8,
|
|
7548
|
-
t("td",
|
|
7547
|
+
t("td", { colspan: a.maxColspans }, "Total in CNY", 8, cD),
|
|
7548
|
+
t("td", rD, "¥" + e((O = s.report) == null ? void 0 : O.paymentAmount), 1)
|
|
7549
7549
|
])
|
|
7550
|
-
], 64)) : (i(), d("tr",
|
|
7551
|
-
t("td", { colspan: a.maxColspans },
|
|
7552
|
-
t("td",
|
|
7550
|
+
], 64)) : (i(), d("tr", uD, [
|
|
7551
|
+
t("td", { colspan: a.maxColspans }, vD, 8, hD),
|
|
7552
|
+
t("td", pD, [
|
|
7553
7553
|
t("span", null, e(`$${($ = s.report) == null ? void 0 : $.paymentAmount}`), 1)
|
|
7554
7554
|
])
|
|
7555
7555
|
]))
|
|
7556
7556
|
])
|
|
7557
7557
|
]),
|
|
7558
|
-
(E = s.report) != null && E.memo ? (i(), d("div",
|
|
7559
|
-
|
|
7558
|
+
(E = s.report) != null && E.memo ? (i(), d("div", fD, [
|
|
7559
|
+
yD,
|
|
7560
7560
|
t("div", {
|
|
7561
7561
|
class: "invoice-item",
|
|
7562
7562
|
innerHTML: (G = (H = s.report) == null ? void 0 : H.memo) == null ? void 0 : G.replace(`
|
|
7563
7563
|
`, "<br/>")
|
|
7564
|
-
}, null, 8,
|
|
7564
|
+
}, null, 8, mD)
|
|
7565
7565
|
])) : b("", !0)
|
|
7566
7566
|
])
|
|
7567
7567
|
]);
|
|
7568
7568
|
}
|
|
7569
|
-
const
|
|
7569
|
+
const xD = /* @__PURE__ */ Zt(R7, [["render", bD], ["__scopeId", "data-v-c269c41c"]]), zQ = {
|
|
7570
7570
|
install(o) {
|
|
7571
|
-
o.component("OrmInvoiceReport",
|
|
7571
|
+
o.component("OrmInvoiceReport", I7), o.component("FliInvoiceReport", xD);
|
|
7572
7572
|
}
|
|
7573
|
-
},
|
|
7574
|
-
const
|
|
7573
|
+
}, CD = (o) => (typeof o == "string" ? o = at(o) : typeof o == "number" && (o = at(o)), o), gD = (o, c = "MMM-DD,YYYY/HHmm[Z]") => kD(o, c), kD = (o, c = "MMM-DD/HHmm[Z]") => (o = CD(o), o ? `${o.utc().format(c)}` : "-");
|
|
7574
|
+
const wD = {
|
|
7575
7575
|
name: "IdmEditableItem",
|
|
7576
7576
|
components: { Edit: Nn, Close: Yn, IdmEditor: To },
|
|
7577
7577
|
props: {
|
|
@@ -7655,7 +7655,7 @@ const w7 = {
|
|
|
7655
7655
|
computed: {
|
|
7656
7656
|
computeUtcTime() {
|
|
7657
7657
|
return function(o, c) {
|
|
7658
|
-
return
|
|
7658
|
+
return gD(o, c);
|
|
7659
7659
|
};
|
|
7660
7660
|
}
|
|
7661
7661
|
},
|
|
@@ -7678,13 +7678,13 @@ const w7 = {
|
|
|
7678
7678
|
this.$emit("select", o);
|
|
7679
7679
|
}
|
|
7680
7680
|
}
|
|
7681
|
-
},
|
|
7681
|
+
}, DD = { class: "idm-editable-item" }, AD = ["innerHTML"], SD = {
|
|
7682
7682
|
key: 3,
|
|
7683
7683
|
class: "buttons"
|
|
7684
7684
|
};
|
|
7685
|
-
function
|
|
7685
|
+
function TD(o, c, s, _, a, n) {
|
|
7686
7686
|
const m = Z("ElTag"), r = Z("ElInput"), p = Z("IdmEditor"), S = Z("ElInputNumber"), T = Z("ElDatePicker"), f = Z("ElOption"), C = Z("ElSelect"), P = Z("ElRadio"), O = Z("ElRadioGroup"), $ = Z("ElCheckbox"), E = Z("ElCheckboxGroup"), H = Z("Edit"), G = Z("ElIcon"), B = Z("ElButton"), L = Z("Close");
|
|
7687
|
-
return i(), d("div",
|
|
7687
|
+
return i(), d("div", DD, [
|
|
7688
7688
|
t("div", {
|
|
7689
7689
|
class: "group",
|
|
7690
7690
|
style: no({ justifyContent: s.align })
|
|
@@ -7888,7 +7888,7 @@ function T7(o, c, s, _, a, n) {
|
|
|
7888
7888
|
}, e(n.computeUtcTime(s.value, s.format)), 33)) : s.type === "richText" ? (i(), d("div", {
|
|
7889
7889
|
key: 1,
|
|
7890
7890
|
innerHTML: s.value || ""
|
|
7891
|
-
}, null, 8,
|
|
7891
|
+
}, null, 8, AD)) : (i(), d("span", {
|
|
7892
7892
|
key: 2,
|
|
7893
7893
|
onDblclick: c[1] || (c[1] = (...k) => n.handleEdit && n.handleEdit(...k))
|
|
7894
7894
|
}, [
|
|
@@ -7900,7 +7900,7 @@ function T7(o, c, s, _, a, n) {
|
|
|
7900
7900
|
], 32))
|
|
7901
7901
|
], 64))
|
|
7902
7902
|
], 64)),
|
|
7903
|
-
!s.disabled && s.iconable && typeof s.raw != "boolean" ? (i(), d("div",
|
|
7903
|
+
!s.disabled && s.iconable && typeof s.raw != "boolean" ? (i(), d("div", SD, [
|
|
7904
7904
|
a.editable ? (i(), jt(B, {
|
|
7905
7905
|
key: 1,
|
|
7906
7906
|
size: s.size,
|
|
@@ -7938,8 +7938,8 @@ function T7(o, c, s, _, a, n) {
|
|
|
7938
7938
|
], 4)
|
|
7939
7939
|
]);
|
|
7940
7940
|
}
|
|
7941
|
-
const $n = /* @__PURE__ */ Zt(
|
|
7942
|
-
const
|
|
7941
|
+
const $n = /* @__PURE__ */ Zt(wD, [["render", TD]]);
|
|
7942
|
+
const OD = {
|
|
7943
7943
|
name: "OrmDeviation",
|
|
7944
7944
|
components: {
|
|
7945
7945
|
CirclePlus: Fn,
|
|
@@ -8103,25 +8103,25 @@ const O7 = {
|
|
|
8103
8103
|
});
|
|
8104
8104
|
}
|
|
8105
8105
|
}
|
|
8106
|
-
}, x = (o) => (Ae("data-v-466ca2d5"), o = o(), Se(), o),
|
|
8106
|
+
}, x = (o) => (Ae("data-v-466ca2d5"), o = o(), Se(), o), FD = { class: "deviation-report" }, ED = { class: "content-box" }, PD = { class: "info-box border-dashed" }, $D = { class: "flex-between row" }, WD = {
|
|
8107
8107
|
class: "flex-between",
|
|
8108
8108
|
style: { width: "48%" }
|
|
8109
|
-
},
|
|
8109
|
+
}, BD = /* @__PURE__ */ x(() => /* @__PURE__ */ t("label", { class: "label" }, "Prepared For:", -1)), LD = {
|
|
8110
8110
|
class: "flex-between",
|
|
8111
8111
|
style: { width: "48%" }
|
|
8112
|
-
},
|
|
8112
|
+
}, MD = /* @__PURE__ */ x(() => /* @__PURE__ */ t("label", { class: "label" }, "Departure Port:", -1)), HD = { style: { "margin-left": "5px" } }, GD = { class: "flex-between row" }, ID = {
|
|
8113
8113
|
class: "flex-between",
|
|
8114
8114
|
style: { width: "48%" }
|
|
8115
|
-
},
|
|
8115
|
+
}, RD = /* @__PURE__ */ x(() => /* @__PURE__ */ t("label", { class: "label" }, "Vessel:", -1)), UD = {
|
|
8116
8116
|
class: "flex-between",
|
|
8117
8117
|
style: { width: "48%" }
|
|
8118
|
-
},
|
|
8118
|
+
}, ND = /* @__PURE__ */ x(() => /* @__PURE__ */ t("label", { class: "label" }, "Arrival Port:", -1)), YD = { style: { "margin-left": "5px" } }, VD = { class: "flex-between row" }, zD = {
|
|
8119
8119
|
class: "flex-between",
|
|
8120
8120
|
style: { width: "48%" }
|
|
8121
|
-
},
|
|
8121
|
+
}, ZD = /* @__PURE__ */ x(() => /* @__PURE__ */ t("label", { class: "label" }, "Voyage No:", -1)), QD = {
|
|
8122
8122
|
class: "flex-between",
|
|
8123
8123
|
style: { width: "48%" }
|
|
8124
|
-
},
|
|
8124
|
+
}, JD = /* @__PURE__ */ x(() => /* @__PURE__ */ t("label", { class: "label" }, "Load Condition:", -1)), KD = { class: "section summary-section" }, jD = /* @__PURE__ */ x(() => /* @__PURE__ */ t("div", { class: "subtitle" }, "Summary", -1)), XD = { class: "border-solid" }, qD = { class: "cp" }, tA = {
|
|
8125
8125
|
class: "flex-between",
|
|
8126
8126
|
style: { padding: "6px 0" }
|
|
8127
8127
|
}, eA = { style: { "margin-left": "5px" } }, sA = { style: { "margin-left": "5px" } }, oA = /* @__PURE__ */ x(() => /* @__PURE__ */ t("thead", null, [
|
|
@@ -8226,53 +8226,53 @@ const O7 = {
|
|
|
8226
8226
|
function OE(o, c, s, _, a, n) {
|
|
8227
8227
|
var T, f, C, P, O, $, E, H, G, B, L, k, I, J, j, X, q, y, U, V, N, R, z, ot, tt, lt, ft, yt, l, nt, rt, ut, ht, _t, vt, mt, bt, xt, wt, dt, gt, Dt, At, Ct, Ot, Ft, Et, Pt, $t, Wt, Ht, Gt, It, Rt, Ut, Nt, Yt, Vt, St, le, ie, ae, M, Lt, qt, ne, de, ce, re, ue, v, Y, Mt, Kt, te, kt, se, he, _e, xe, Ce, ge, ke, Te, Oe, Fe, Ee, Pe, $e, We, Be, Le, Me, He, Ge, Ie, Re, Ue, Ne, Ye, Ve, ze, Ze, Cs, gs, ks, ws, Ds, As, Ss, Ts, Os, Fs, Es, Ps, $s, Ws, Bs, Ls, Ms, W, zt, ve, pe, De, Qe, Je, Ke, je, Xe, qe, ts, es, ss, os, ls, is, as, ns, ds, cs, rs, us, hs, _s, vs, ps, fs, ys, Hs, Gs, Is, Rs, Us, Ns, Ys, Vs, zs, Zs, Qs, Js, Ks, js, Xs, qs, to, eo, so, oo, lo, io, co, ro, uo, ho, _o, vo, po, fo, yo, mo, bo, xo, Co, go, ko, wo, Do, ye, Ao, Oo, Fo, Eo, Po, $o, Wo, Bo, Lo, Mo, Ho, Go, Io, Ro, Uo, No, Yo, Vo, zo, Zo, Qo, Jo, Ko, jo, Xo, qo, tl, el, sl, ol, ll, il, al, nl, dl, cl, rl, ul, hl, _l, vl, pl, fl, yl, ml, bl, xl, Cl, gl, kl, wl, Dl, Al, Sl, Tl, Ol, Fl, El, Pl, $l, Wl, Bl, Ll;
|
|
8228
8228
|
const m = Z("IdmBrand"), r = Z("Editor"), p = Z("EditableItem"), S = Z("ElButton");
|
|
8229
|
-
return i(), d("div",
|
|
8229
|
+
return i(), d("div", FD, [
|
|
8230
8230
|
F(m, { name: "Voyage Deviation Report" }),
|
|
8231
|
-
t("div",
|
|
8232
|
-
t("div",
|
|
8233
|
-
t("div", $
|
|
8234
|
-
t("div",
|
|
8235
|
-
|
|
8231
|
+
t("div", ED, [
|
|
8232
|
+
t("div", PD, [
|
|
8233
|
+
t("div", $D, [
|
|
8234
|
+
t("div", WD, [
|
|
8235
|
+
BD,
|
|
8236
8236
|
t("div", null, e((T = s.report) == null ? void 0 : T.preparedFor), 1)
|
|
8237
8237
|
]),
|
|
8238
|
-
t("div",
|
|
8239
|
-
|
|
8238
|
+
t("div", LD, [
|
|
8239
|
+
MD,
|
|
8240
8240
|
t("div", null, [
|
|
8241
8241
|
t("span", null, e((C = (f = s.report) == null ? void 0 : f.departure) == null ? void 0 : C.name), 1),
|
|
8242
8242
|
g(" , "),
|
|
8243
|
-
t("span",
|
|
8243
|
+
t("span", HD, e(n.computeUTCTime(((O = (P = s.report) == null ? void 0 : P.departure) == null ? void 0 : O.atd) || ((E = ($ = s.report) == null ? void 0 : $.departure) == null ? void 0 : E.etd))), 1)
|
|
8244
8244
|
])
|
|
8245
8245
|
])
|
|
8246
8246
|
]),
|
|
8247
|
-
t("div",
|
|
8248
|
-
t("div",
|
|
8249
|
-
|
|
8247
|
+
t("div", GD, [
|
|
8248
|
+
t("div", ID, [
|
|
8249
|
+
RD,
|
|
8250
8250
|
t("div", null, e((G = (H = s.report) == null ? void 0 : H.vessel) == null ? void 0 : G.name), 1)
|
|
8251
8251
|
]),
|
|
8252
|
-
t("div",
|
|
8253
|
-
|
|
8252
|
+
t("div", UD, [
|
|
8253
|
+
ND,
|
|
8254
8254
|
t("div", null, [
|
|
8255
8255
|
t("span", null, e((L = (B = s.report) == null ? void 0 : B.arrival) == null ? void 0 : L.name), 1),
|
|
8256
8256
|
g(" , "),
|
|
8257
|
-
t("span",
|
|
8257
|
+
t("span", YD, e(n.computeUTCTime(((I = (k = s.report) == null ? void 0 : k.arrival) == null ? void 0 : I.ata) || ((j = (J = s.report) == null ? void 0 : J.arrival) == null ? void 0 : j.eta))), 1)
|
|
8258
8258
|
])
|
|
8259
8259
|
])
|
|
8260
8260
|
]),
|
|
8261
|
-
t("div",
|
|
8262
|
-
t("div",
|
|
8263
|
-
|
|
8261
|
+
t("div", VD, [
|
|
8262
|
+
t("div", zD, [
|
|
8263
|
+
ZD,
|
|
8264
8264
|
t("div", null, e((q = (X = s.report) == null ? void 0 : X.voyage) == null ? void 0 : q.number), 1)
|
|
8265
8265
|
]),
|
|
8266
|
-
t("div",
|
|
8267
|
-
|
|
8266
|
+
t("div", QD, [
|
|
8267
|
+
JD,
|
|
8268
8268
|
t("div", null, e((U = (y = s.report) == null ? void 0 : y.voyage) == null ? void 0 : U.loadCondition), 1)
|
|
8269
8269
|
])
|
|
8270
8270
|
])
|
|
8271
8271
|
]),
|
|
8272
|
-
t("div",
|
|
8273
|
-
|
|
8274
|
-
t("div",
|
|
8275
|
-
t("div",
|
|
8272
|
+
t("div", KD, [
|
|
8273
|
+
jD,
|
|
8274
|
+
t("div", XD, [
|
|
8275
|
+
t("div", qD, [
|
|
8276
8276
|
t("div", tA, [
|
|
8277
8277
|
t("div", null, [
|
|
8278
8278
|
t("span", null, e((N = (V = s.report) == null ? void 0 : V.departure) == null ? void 0 : N.name), 1),
|
|
@@ -8978,7 +8978,7 @@ function OE(o, c, s, _, a, n) {
|
|
|
8978
8978
|
])
|
|
8979
8979
|
]);
|
|
8980
8980
|
}
|
|
8981
|
-
const FE = /* @__PURE__ */ Zt(
|
|
8981
|
+
const FE = /* @__PURE__ */ Zt(OD, [["render", OE], ["__scopeId", "data-v-466ca2d5"]]);
|
|
8982
8982
|
const EE = {
|
|
8983
8983
|
name: "FliDvtRpt",
|
|
8984
8984
|
components: {
|
|
@@ -10005,7 +10005,7 @@ function uM(o, c, s, _, a, n) {
|
|
|
10005
10005
|
], 2)
|
|
10006
10006
|
]);
|
|
10007
10007
|
}
|
|
10008
|
-
const hM = /* @__PURE__ */ Zt(EE, [["render", uM], ["__scopeId", "data-v-eba493df"]]),
|
|
10008
|
+
const hM = /* @__PURE__ */ Zt(EE, [["render", uM], ["__scopeId", "data-v-eba493df"]]), ZQ = {
|
|
10009
10009
|
install(o) {
|
|
10010
10010
|
o.component("DeviationReport", FE), o.component("FliDeviationReport", hM);
|
|
10011
10011
|
}
|
|
@@ -10287,7 +10287,7 @@ function LH(o, c, s, _, a, n) {
|
|
|
10287
10287
|
])
|
|
10288
10288
|
]);
|
|
10289
10289
|
}
|
|
10290
|
-
const MH = /* @__PURE__ */ Zt(_M, [["render", LH], ["__scopeId", "data-v-47a82ae7"]]),
|
|
10290
|
+
const MH = /* @__PURE__ */ Zt(_M, [["render", LH], ["__scopeId", "data-v-47a82ae7"]]), QQ = {
|
|
10291
10291
|
install(o) {
|
|
10292
10292
|
o.component("StoppageReport", MH);
|
|
10293
10293
|
}
|
|
@@ -10948,7 +10948,7 @@ function VU(o, c, s, _, a, n) {
|
|
|
10948
10948
|
], 2)
|
|
10949
10949
|
]);
|
|
10950
10950
|
}
|
|
10951
|
-
const zU = /* @__PURE__ */ Zt(GI, [["render", VU], ["__scopeId", "data-v-f7bdbf19"]]),
|
|
10951
|
+
const zU = /* @__PURE__ */ Zt(GI, [["render", VU], ["__scopeId", "data-v-f7bdbf19"]]), JQ = {
|
|
10952
10952
|
install(o) {
|
|
10953
10953
|
o.component("OrmComparisonReport", HI), o.component("FliComparisonReport", zU);
|
|
10954
10954
|
}
|
|
@@ -10971,7 +10971,7 @@ function qU(o, c, s, _, a, n) {
|
|
|
10971
10971
|
])
|
|
10972
10972
|
]);
|
|
10973
10973
|
}
|
|
10974
|
-
const tN = /* @__PURE__ */ Zt(ZU, [["render", qU], ["__scopeId", "data-v-793a5781"]]),
|
|
10974
|
+
const tN = /* @__PURE__ */ Zt(ZU, [["render", qU], ["__scopeId", "data-v-793a5781"]]), KQ = {
|
|
10975
10975
|
install(o) {
|
|
10976
10976
|
o.component("IdmBrand", So), o.component("IdmThird", tN);
|
|
10977
10977
|
}
|
|
@@ -13346,14 +13346,14 @@ function PN(o, c, s, _, a, n) {
|
|
|
13346
13346
|
])
|
|
13347
13347
|
]);
|
|
13348
13348
|
}
|
|
13349
|
-
const $N = /* @__PURE__ */ Zt(kN, [["render", PN], ["__scopeId", "data-v-99a52de4"]]),
|
|
13349
|
+
const $N = /* @__PURE__ */ Zt(kN, [["render", PN], ["__scopeId", "data-v-99a52de4"]]), jQ = {
|
|
13350
13350
|
install(o) {
|
|
13351
13351
|
o.component("OrmQuoteReport", uN), o.component("OrmQuoteReport4SEOA", gN), o.component("OrmQuoteReport4TongLi", $N);
|
|
13352
13352
|
}
|
|
13353
13353
|
};
|
|
13354
13354
|
const WN = {
|
|
13355
13355
|
name: "PrecipitationReport",
|
|
13356
|
-
components: { IdmBrand: So, IdmLoading:
|
|
13356
|
+
components: { IdmBrand: So, IdmLoading: un },
|
|
13357
13357
|
props: {
|
|
13358
13358
|
report: {
|
|
13359
13359
|
type: Object,
|
|
@@ -13861,7 +13861,7 @@ function jY(o, c, s, _, a, n) {
|
|
|
13861
13861
|
loading: a.loading,
|
|
13862
13862
|
onTimeout: c[0] || (c[0] = (y) => a.loading = !1)
|
|
13863
13863
|
}, null, 8, ["loading"]),
|
|
13864
|
-
|
|
13864
|
+
hn(t("div", null, [
|
|
13865
13865
|
t("div", LN, [
|
|
13866
13866
|
t("div", MN, [
|
|
13867
13867
|
t("div", HN, [
|
|
@@ -14027,9 +14027,9 @@ function jY(o, c, s, _, a, n) {
|
|
|
14027
14027
|
])
|
|
14028
14028
|
])
|
|
14029
14029
|
], 512), [
|
|
14030
|
-
[
|
|
14030
|
+
[_n, a.version === "Pretty"]
|
|
14031
14031
|
]),
|
|
14032
|
-
|
|
14032
|
+
hn(t("div", null, [
|
|
14033
14033
|
t("div", LY, [
|
|
14034
14034
|
t("div", MY, [
|
|
14035
14035
|
t("div", HY, [
|
|
@@ -14097,17 +14097,17 @@ function jY(o, c, s, _, a, n) {
|
|
|
14097
14097
|
])
|
|
14098
14098
|
])
|
|
14099
14099
|
], 512), [
|
|
14100
|
-
[
|
|
14100
|
+
[_n, a.version === "Brief"]
|
|
14101
14101
|
])
|
|
14102
14102
|
]);
|
|
14103
14103
|
}
|
|
14104
|
-
const XY = /* @__PURE__ */ Zt(WN, [["render", jY], ["__scopeId", "data-v-164362dd"]]),
|
|
14104
|
+
const XY = /* @__PURE__ */ Zt(WN, [["render", jY], ["__scopeId", "data-v-164362dd"]]), XQ = {
|
|
14105
14105
|
install(o) {
|
|
14106
14106
|
o.component("PrecipitationReport", XY);
|
|
14107
14107
|
}
|
|
14108
|
-
},
|
|
14108
|
+
}, qQ = {
|
|
14109
14109
|
install(o) {
|
|
14110
|
-
o.component("IdmLoading",
|
|
14110
|
+
o.component("IdmLoading", un);
|
|
14111
14111
|
}
|
|
14112
14112
|
};
|
|
14113
14113
|
const qY = {
|
|
@@ -14170,7 +14170,7 @@ const qY = {
|
|
|
14170
14170
|
this.editable = !1, this.$emit("commit", o);
|
|
14171
14171
|
}
|
|
14172
14172
|
}
|
|
14173
|
-
}, Q = (o) => (Ae("data-v-
|
|
14173
|
+
}, Q = (o) => (Ae("data-v-4e78368a"), o = o(), Se(), o), tV = { class: "eeas-report" }, eV = { class: "section info-section flex-space border" }, sV = {
|
|
14174
14174
|
class: "flex-end",
|
|
14175
14175
|
style: { width: "50%", "flex-wrap": "wrap" }
|
|
14176
14176
|
}, oV = {
|
|
@@ -14278,27 +14278,27 @@ const qY = {
|
|
|
14278
14278
|
], tz = {
|
|
14279
14279
|
key: 1,
|
|
14280
14280
|
class: "value"
|
|
14281
|
-
}, ez = { class: "phase-title" }, sz = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("
|
|
14281
|
+
}, ez = { class: "phase-title" }, sz = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("span", { class: "unit" }, "mt", -1)), oz = {
|
|
14282
14282
|
class: "item",
|
|
14283
14283
|
style: { width: "26%" }
|
|
14284
|
-
},
|
|
14284
|
+
}, lz = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "phase-title" }, "MGO Total Consumption", -1)), iz = {
|
|
14285
14285
|
class: "text",
|
|
14286
14286
|
style: { "text-align": "left" }
|
|
14287
|
-
},
|
|
14287
|
+
}, az = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("span", { class: "unit" }, "mt", -1)), nz = {
|
|
14288
14288
|
key: 0,
|
|
14289
14289
|
class: "value"
|
|
14290
|
-
},
|
|
14291
|
-
|
|
14292
|
-
],
|
|
14290
|
+
}, dz = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "phase-title" }, "N/A", -1)), cz = [
|
|
14291
|
+
dz
|
|
14292
|
+
], rz = {
|
|
14293
14293
|
key: 1,
|
|
14294
14294
|
class: "value"
|
|
14295
|
-
},
|
|
14295
|
+
}, uz = { class: "phase-title" }, hz = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("span", { class: "unit" }, "mt", -1)), _z = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "section-title" }, "Remarks", -1)), vz = { class: "section-content" }, pz = {
|
|
14296
14296
|
key: 0,
|
|
14297
14297
|
class: ""
|
|
14298
|
-
},
|
|
14298
|
+
}, fz = ["innerHTML"], yz = {
|
|
14299
14299
|
key: 1,
|
|
14300
14300
|
class: "txt"
|
|
14301
|
-
},
|
|
14301
|
+
}, mz = { class: "section port-bunker-section" }, bz = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "section-title" }, "Port Bunker Analysis", -1)), xz = { class: "section-content" }, Cz = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("thead", null, [
|
|
14302
14302
|
/* @__PURE__ */ t("tr", null, [
|
|
14303
14303
|
/* @__PURE__ */ t("th", {
|
|
14304
14304
|
class: "label",
|
|
@@ -14327,46 +14327,46 @@ const qY = {
|
|
|
14327
14327
|
/* @__PURE__ */ t("th", { class: "label" }, "FO"),
|
|
14328
14328
|
/* @__PURE__ */ t("th", { class: "label" }, "MGO")
|
|
14329
14329
|
])
|
|
14330
|
-
], -1)),
|
|
14330
|
+
], -1)), gz = { rowspan: "2" }, kz = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("td", null, "Idle", -1)), wz = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("td", null, "Working", -1)), Dz = { class: "section consumption-section" }, Az = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "section-title" }, "CP Consumption Caculation", -1)), Sz = {
|
|
14331
14331
|
class: "section-content flex-start",
|
|
14332
14332
|
style: { "margin-bottom": "20px" }
|
|
14333
|
-
},
|
|
14333
|
+
}, Tz = {
|
|
14334
14334
|
class: "formula-block",
|
|
14335
14335
|
style: { flex: "1" }
|
|
14336
|
-
},
|
|
14336
|
+
}, Oz = { class: "flex-start" }, Fz = /* @__PURE__ */ et('<div class="fraction" style="width:260px;" data-v-4e78368a>CP FO Consumption at Idle Period</div><div class="sig" data-v-4e78368a>=</div><div class="fraction" data-v-4e78368a>Total Idle Time</div><div class="sig" data-v-4e78368a>x</div><div class="fraction flex-center" data-v-4e78368a><div class="content" data-v-4e78368a><div data-v-4e78368a>CP Daily FO Consumption</div><div class="line" data-v-4e78368a></div><div data-v-4e78368a>24</div></div></div><div class="sig" data-v-4e78368a>=</div>', 6), Ez = { class: "fraction" }, Pz = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "x", -1)), $z = { class: "fraction flex-center" }, Wz = { class: "content" }, Bz = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), Lz = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", null, "24", -1)), Mz = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "=", -1)), Hz = { class: "fraction" }, Gz = { class: "flex-start" }, Iz = /* @__PURE__ */ et('<div class="fraction" style="width:260px;" data-v-4e78368a>CP FO Consumption at Working Period</div><div class="sig" data-v-4e78368a>=</div><div class="fraction" data-v-4e78368a>Total Working Time</div><div class="sig" data-v-4e78368a>x</div><div class="fraction flex-center" data-v-4e78368a><div class="content" data-v-4e78368a><div data-v-4e78368a>CP Daily FO Consumption</div><div class="line" data-v-4e78368a></div><div data-v-4e78368a>24</div></div></div><div class="sig" data-v-4e78368a>=</div>', 6), Rz = { class: "fraction" }, Uz = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "x", -1)), Nz = { class: "fraction flex-center" }, Yz = { class: "content" }, Vz = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), zz = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", null, "24", -1)), Zz = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "=", -1)), Qz = { class: "fraction" }, Jz = { class: "flex-start" }, Kz = /* @__PURE__ */ et('<div class="fraction" style="width:260px;" data-v-4e78368a>CP FO Total Consumption</div><div class="sig" data-v-4e78368a>=</div><div class="fraction" data-v-4e78368a>FO Consumption at Idle Period</div><div class="sig" data-v-4e78368a>+</div><div class="fraction" data-v-4e78368a>FO Consumption at Working Period</div><div class="sig" data-v-4e78368a>=</div>', 6), jz = { class: "fraction" }, Xz = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "+", -1)), qz = { class: "fraction" }, tZ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "=", -1)), eZ = { class: "fraction" }, sZ = {
|
|
14337
14337
|
key: 0,
|
|
14338
14338
|
class: "flex-start"
|
|
14339
|
-
},
|
|
14339
|
+
}, oZ = {
|
|
14340
14340
|
class: "fraction",
|
|
14341
14341
|
style: { width: "260px" }
|
|
14342
|
-
},
|
|
14342
|
+
}, lZ = /* @__PURE__ */ et('<div class="sig" data-v-4e78368a>=</div><div class="fraction" data-v-4e78368a>CP FO Total Consumption</div><div class="sig" data-v-4e78368a>-</div><div class="fraction" data-v-4e78368a>Actual FO Total Consumption</div><div class="sig" data-v-4e78368a>=</div>', 5), iZ = { class: "fraction" }, aZ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "-", -1)), nZ = { class: "fraction" }, dZ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "=", -1)), cZ = { class: "fraction" }, rZ = {
|
|
14343
14343
|
key: 1,
|
|
14344
14344
|
class: "flex-start"
|
|
14345
|
-
},
|
|
14345
|
+
}, uZ = {
|
|
14346
14346
|
class: "fraction",
|
|
14347
14347
|
style: { width: "260px" }
|
|
14348
|
-
},
|
|
14348
|
+
}, hZ = /* @__PURE__ */ et('<div class="sig" data-v-4e78368a>=</div><div class="fraction" data-v-4e78368a>Actual FO Total Consumption</div><div class="sig" data-v-4e78368a>-</div><div class="fraction" data-v-4e78368a>CP FO Total Consumption</div><div class="sig" data-v-4e78368a>=</div>', 5), _Z = { class: "fraction" }, vZ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "-", -1)), pZ = { class: "fraction" }, fZ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "=", -1)), yZ = { class: "fraction" }, mZ = {
|
|
14349
14349
|
key: 2,
|
|
14350
14350
|
class: "flex-start"
|
|
14351
|
-
},
|
|
14351
|
+
}, bZ = /* @__PURE__ */ et('<div class="fraction" style="width:260px;" data-v-4e78368a>FO Over/Saving-Consumption</div><div class="sig" data-v-4e78368a>=</div><div class="fraction" data-v-4e78368a>CP FO Total Consumption</div><div class="sig" data-v-4e78368a>-</div><div class="fraction" data-v-4e78368a>Actual FO Total Consumption</div><div class="sig" data-v-4e78368a>=</div>', 6), xZ = { class: "fraction" }, CZ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "-", -1)), gZ = { class: "fraction" }, kZ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "=", -1)), wZ = { class: "fraction" }, DZ = { class: "section-content flex-start" }, AZ = {
|
|
14352
14352
|
class: "formula-block",
|
|
14353
14353
|
style: { flex: "1" }
|
|
14354
|
-
},
|
|
14354
|
+
}, SZ = { class: "flex-start" }, TZ = /* @__PURE__ */ et('<div class="fraction" style="width:260px;" data-v-4e78368a>CP MGO Consumption at Idle Period</div><div class="sig" data-v-4e78368a>=</div><div class="fraction" data-v-4e78368a>Total Idle Time</div><div class="sig" data-v-4e78368a>x</div><div class="fraction flex-center" data-v-4e78368a><div class="content" data-v-4e78368a><div data-v-4e78368a>CP Daily MGO Consumption</div><div class="line" data-v-4e78368a></div><div data-v-4e78368a>24</div></div></div><div class="sig" data-v-4e78368a>=</div>', 6), OZ = { class: "fraction" }, FZ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "x", -1)), EZ = { class: "fraction flex-center" }, PZ = { class: "content" }, $Z = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), WZ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", null, "24", -1)), BZ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "=", -1)), LZ = { class: "fraction" }, MZ = { class: "flex-start" }, HZ = /* @__PURE__ */ et('<div class="fraction" style="width:260px;" data-v-4e78368a>CP MGO Consumption at Working Period</div><div class="sig" data-v-4e78368a>=</div><div class="fraction" data-v-4e78368a>Total Working Time</div><div class="sig" data-v-4e78368a>x</div><div class="fraction flex-center" data-v-4e78368a><div class="content" data-v-4e78368a><div data-v-4e78368a>CP Daily MGO Consumption</div><div class="line" data-v-4e78368a></div><div data-v-4e78368a>24</div></div></div><div class="sig" data-v-4e78368a>=</div>', 6), GZ = { class: "fraction" }, IZ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "x", -1)), RZ = { class: "fraction flex-center" }, UZ = { class: "content" }, NZ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "line" }, null, -1)), YZ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", null, "24", -1)), VZ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "=", -1)), zZ = { class: "fraction" }, ZZ = { class: "flex-start" }, QZ = /* @__PURE__ */ et('<div class="fraction" style="width:260px;" data-v-4e78368a>CP MGO Total Consumption</div><div class="sig" data-v-4e78368a>=</div><div class="fraction" data-v-4e78368a>MGO Consumption at Idle Period</div><div class="sig" data-v-4e78368a>+</div><div class="fraction" data-v-4e78368a>MGO Consumption at Working Period</div><div class="sig" data-v-4e78368a>=</div>', 6), JZ = { class: "fraction" }, KZ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "+", -1)), jZ = { class: "fraction" }, XZ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "=", -1)), qZ = { class: "fraction" }, tQ = {
|
|
14355
14355
|
key: 0,
|
|
14356
14356
|
class: "flex-start"
|
|
14357
|
-
},
|
|
14357
|
+
}, eQ = {
|
|
14358
14358
|
class: "fraction",
|
|
14359
14359
|
style: { width: "260px" }
|
|
14360
|
-
},
|
|
14360
|
+
}, sQ = /* @__PURE__ */ et('<div class="sig" data-v-4e78368a>=</div><div class="fraction" data-v-4e78368a>CP MGO Total Consumption</div><div class="sig" data-v-4e78368a>-</div><div class="fraction" data-v-4e78368a>Actual MGO Total Consumption</div><div class="sig" data-v-4e78368a>=</div>', 5), oQ = { class: "fraction" }, lQ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "-", -1)), iQ = { class: "fraction" }, aQ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "=", -1)), nQ = { class: "fraction" }, dQ = {
|
|
14361
14361
|
key: 1,
|
|
14362
14362
|
class: "flex-start"
|
|
14363
|
-
},
|
|
14363
|
+
}, cQ = {
|
|
14364
14364
|
class: "fraction",
|
|
14365
14365
|
style: { width: "260px" }
|
|
14366
|
-
},
|
|
14366
|
+
}, rQ = /* @__PURE__ */ et('<div class="sig" data-v-4e78368a>=</div><div class="fraction" data-v-4e78368a>Actual MGO Total Consumption</div><div class="sig" data-v-4e78368a>-</div><div class="fraction" data-v-4e78368a>CP MGO Total Consumption</div><div class="sig" data-v-4e78368a>=</div>', 5), uQ = { class: "fraction" }, hQ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "-", -1)), _Q = { class: "fraction" }, vQ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "=", -1)), pQ = { class: "fraction" }, fQ = {
|
|
14367
14367
|
key: 2,
|
|
14368
14368
|
class: "flex-start"
|
|
14369
|
-
},
|
|
14369
|
+
}, yQ = /* @__PURE__ */ et('<div class="fraction" style="width:260px;" data-v-4e78368a>MGO Over/Saving-Consumption</div><div class="sig" data-v-4e78368a>=</div><div class="fraction" data-v-4e78368a>CP MGO Total Consumption</div><div class="sig" data-v-4e78368a>-</div><div class="fraction" data-v-4e78368a>Actual MGO Total Consumption</div><div class="sig" data-v-4e78368a>=</div>', 6), mQ = { class: "fraction" }, bQ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "-", -1)), xQ = { class: "fraction" }, CQ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "sig" }, "=", -1)), gQ = { class: "fraction" }, kQ = { class: "section vessel-report-section" }, wQ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("div", { class: "section-title" }, "Vessel Reports", -1)), DQ = { class: "section-content" }, AQ = /* @__PURE__ */ Q(() => /* @__PURE__ */ t("thead", null, [
|
|
14370
14370
|
/* @__PURE__ */ t("tr", null, [
|
|
14371
14371
|
/* @__PURE__ */ t("th", {
|
|
14372
14372
|
class: "label",
|
|
@@ -14428,8 +14428,8 @@ const qY = {
|
|
|
14428
14428
|
/* @__PURE__ */ t("th", { class: "label" }, "MGO")
|
|
14429
14429
|
])
|
|
14430
14430
|
], -1));
|
|
14431
|
-
function
|
|
14432
|
-
var T, f, C, P, O, $, E, H, G, B, L, k, I, J, j, X, q, y, U, V, N, R, z, ot, tt, lt, ft, yt, l, nt, rt, ut, ht, _t, vt, mt, bt, xt, wt, dt, gt, Dt, At, Ct, Ot, Ft, Et, Pt, $t, Wt, Ht, Gt, It, Rt, Ut, Nt, Yt, Vt, St, le, ie, ae, M, Lt, qt, ne, de, ce, re, ue, v, Y, Mt, Kt, te, kt, se, he, _e, xe, Ce, ge, ke, Te, Oe, Fe, Ee, Pe, $e, We, Be, Le, Me, He, Ge, Ie, Re, Ue, Ne, Ye, Ve, ze, Ze, Cs, gs, ks, ws, Ds, As, Ss, Ts, Os, Fs, Es, Ps, $s, Ws, Bs, Ls, Ms, W, zt, ve, pe, De, Qe, Je, Ke, je, Xe, qe, ts, es, ss, os, ls, is, as, ns, ds, cs, rs, us, hs, _s, vs, ps, fs, ys, Hs, Gs, Is, Rs, Us, Ns, Ys, Vs, zs, Zs, Qs, Js, Ks, js, Xs, qs, to, eo, so, oo, lo, io, co, ro, uo, ho, _o, vo, po, fo, yo, mo, bo, xo, Co, go, ko, wo, Do, ye, Ao, Oo, Fo, Eo, Po, $o, Wo, Bo, Lo, Mo, Ho, Go, Io, Ro, Uo, No, Yo, Vo, zo, Zo, Qo, Jo, Ko, jo, Xo, qo, tl, el, sl, ol, ll, il, al, nl, dl, cl, rl, ul, hl, _l, vl, pl, fl, yl, ml, bl, xl, Cl, gl, kl, wl, Dl, Al, Sl, Tl, Ol, Fl, El, Pl, $l, Wl, Bl, Ll, st, ms, Ml, Hl, Gl, Il, Rl, Ul, Nl, Yl, oe, zl, Zl, Ql, Jl, it, ao, Kl, jl, Xl, ql, ti, ei, si, oi, me, _i, vi, pi, fi, yi, mi, bi, xi, Ci, gi, ki, wi, Di, Ai, Si, Ti, Oi, Fi, Ei, Pi, $i, Wi, Bi, Li, Mi, Hi, Gi, Ii, Ri;
|
|
14431
|
+
function SQ(o, c, s, _, a, n) {
|
|
14432
|
+
var T, f, C, P, O, $, E, H, G, B, L, k, I, J, j, X, q, y, U, V, N, R, z, ot, tt, lt, ft, yt, l, nt, rt, ut, ht, _t, vt, mt, bt, xt, wt, dt, gt, Dt, At, Ct, Ot, Ft, Et, Pt, $t, Wt, Ht, Gt, It, Rt, Ut, Nt, Yt, Vt, St, le, ie, ae, M, Lt, qt, ne, de, ce, re, ue, v, Y, Mt, Kt, te, kt, se, he, _e, xe, Ce, ge, ke, Te, Oe, Fe, Ee, Pe, $e, We, Be, Le, Me, He, Ge, Ie, Re, Ue, Ne, Ye, Ve, ze, Ze, Cs, gs, ks, ws, Ds, As, Ss, Ts, Os, Fs, Es, Ps, $s, Ws, Bs, Ls, Ms, W, zt, ve, pe, De, Qe, Je, Ke, je, Xe, qe, ts, es, ss, os, ls, is, as, ns, ds, cs, rs, us, hs, _s, vs, ps, fs, ys, Hs, Gs, Is, Rs, Us, Ns, Ys, Vs, zs, Zs, Qs, Js, Ks, js, Xs, qs, to, eo, so, oo, lo, io, co, ro, uo, ho, _o, vo, po, fo, yo, mo, bo, xo, Co, go, ko, wo, Do, ye, Ao, Oo, Fo, Eo, Po, $o, Wo, Bo, Lo, Mo, Ho, Go, Io, Ro, Uo, No, Yo, Vo, zo, Zo, Qo, Jo, Ko, jo, Xo, qo, tl, el, sl, ol, ll, il, al, nl, dl, cl, rl, ul, hl, _l, vl, pl, fl, yl, ml, bl, xl, Cl, gl, kl, wl, Dl, Al, Sl, Tl, Ol, Fl, El, Pl, $l, Wl, Bl, Ll, st, ms, Ml, Hl, Gl, Il, Rl, Ul, Nl, Yl, oe, zl, Zl, Ql, Jl, it, ao, Kl, jl, Xl, ql, ti, ei, si, oi, me, _i, vi, pi, fi, yi, mi, bi, xi, Ci, gi, ki, wi, Di, Ai, Si, Ti, Oi, Fi, Ei, Pi, $i, Wi, Bi, Li, Mi, Hi, Gi, Ii, Ri, Ui, Ni, Yi, Vi, zi, Zi, Qi, Ji, Ki, ji, Xi, qi, ta, ea, sa, oa, la, ia, aa, na;
|
|
14433
14433
|
const m = Z("IdmBrand"), r = Z("Lat"), p = Z("Lng"), S = Z("Editor");
|
|
14434
14434
|
return i(), d("div", tV, [
|
|
14435
14435
|
F(m, { name: "Energy Efficiency Analysis Report" }),
|
|
@@ -14531,28 +14531,32 @@ function OQ(o, c, s, _, a, n) {
|
|
|
14531
14531
|
((ue = (re = (ce = (de = (ne = s.report) == null ? void 0 : ne.eeas) == null ? void 0 : de.extend) == null ? void 0 : ce.summary) == null ? void 0 : re.fo) == null ? void 0 : ue.status) === "N/A" ? (i(), d("div", jV, qV)) : (i(), d("div", tz, [
|
|
14532
14532
|
t("div", null, [
|
|
14533
14533
|
t("span", ez, e((te = (Kt = (Mt = (Y = (v = s.report) == null ? void 0 : v.eeas) == null ? void 0 : Y.extend) == null ? void 0 : Mt.summary) == null ? void 0 : Kt.fo) == null ? void 0 : te.status) + "-consumption ", 1),
|
|
14534
|
-
|
|
14534
|
+
t("i", {
|
|
14535
|
+
class: D(["iconfont", ((xe = (_e = (he = (se = (kt = s.report) == null ? void 0 : kt.eeas) == null ? void 0 : se.extend) == null ? void 0 : he.summary) == null ? void 0 : _e.fo) == null ? void 0 : xe.status) === "Saving" ? "gain" : "lost"])
|
|
14536
|
+
}, e(((Oe = (Te = (ke = (ge = (Ce = s.report) == null ? void 0 : Ce.eeas) == null ? void 0 : ge.extend) == null ? void 0 : ke.summary) == null ? void 0 : Te.fo) == null ? void 0 : Oe.status) === "Saving" ? "" : ""), 3),
|
|
14535
14537
|
t("span", {
|
|
14536
|
-
class: D(((
|
|
14537
|
-
}, e((
|
|
14538
|
-
|
|
14538
|
+
class: D(((We = ($e = (Pe = (Ee = (Fe = s.report) == null ? void 0 : Fe.eeas) == null ? void 0 : Ee.extend) == null ? void 0 : Pe.summary) == null ? void 0 : $e.fo) == null ? void 0 : We.status) === "Saving" ? "gain" : "lost")
|
|
14539
|
+
}, e((Ge = (He = (Me = (Le = (Be = s.report) == null ? void 0 : Be.eeas) == null ? void 0 : Le.extend) == null ? void 0 : Me.summary) == null ? void 0 : He.fo) == null ? void 0 : Ge.margin), 3),
|
|
14540
|
+
sz
|
|
14539
14541
|
])
|
|
14540
14542
|
]))
|
|
14541
14543
|
]),
|
|
14542
|
-
t("div",
|
|
14543
|
-
|
|
14544
|
-
t("div",
|
|
14545
|
-
g(e((
|
|
14546
|
-
|
|
14544
|
+
t("div", oz, [
|
|
14545
|
+
lz,
|
|
14546
|
+
t("div", iz, [
|
|
14547
|
+
g(e((Ne = (Ue = (Re = (Ie = s.report) == null ? void 0 : Ie.eeas) == null ? void 0 : Re.extend) == null ? void 0 : Ue.actual) == null ? void 0 : Ne.totalDgoCons), 1),
|
|
14548
|
+
az
|
|
14547
14549
|
]),
|
|
14548
|
-
((
|
|
14550
|
+
((Cs = (Ze = (ze = (Ve = (Ye = s.report) == null ? void 0 : Ye.eeas) == null ? void 0 : Ve.extend) == null ? void 0 : ze.summary) == null ? void 0 : Ze.dgo) == null ? void 0 : Cs.status) === "N/A" ? (i(), d("div", nz, cz)) : (i(), d("div", rz, [
|
|
14549
14551
|
t("div", null, [
|
|
14550
|
-
t("span",
|
|
14551
|
-
|
|
14552
|
+
t("span", uz, e((As = (Ds = (ws = (ks = (gs = s.report) == null ? void 0 : gs.eeas) == null ? void 0 : ks.extend) == null ? void 0 : ws.summary) == null ? void 0 : Ds.dgo) == null ? void 0 : As.status) + "-consumption", 1),
|
|
14553
|
+
t("i", {
|
|
14554
|
+
class: D(["iconfont", ((Es = (Fs = (Os = (Ts = (Ss = s.report) == null ? void 0 : Ss.eeas) == null ? void 0 : Ts.extend) == null ? void 0 : Os.summary) == null ? void 0 : Fs.dgo) == null ? void 0 : Es.status) === "Saving" ? "gain" : "lost"])
|
|
14555
|
+
}, e(((Ls = (Bs = (Ws = ($s = (Ps = s.report) == null ? void 0 : Ps.eeas) == null ? void 0 : $s.extend) == null ? void 0 : Ws.summary) == null ? void 0 : Bs.dgo) == null ? void 0 : Ls.status) === "Saving" ? "" : ""), 3),
|
|
14552
14556
|
t("span", {
|
|
14553
|
-
class: D(((
|
|
14554
|
-
}, e((
|
|
14555
|
-
|
|
14557
|
+
class: D(((pe = (ve = (zt = (W = (Ms = s.report) == null ? void 0 : Ms.eeas) == null ? void 0 : W.extend) == null ? void 0 : zt.summary) == null ? void 0 : ve.dgo) == null ? void 0 : pe.status) === "Saving" ? "gain" : "lost")
|
|
14558
|
+
}, e((je = (Ke = (Je = (Qe = (De = s.report) == null ? void 0 : De.eeas) == null ? void 0 : Qe.extend) == null ? void 0 : Je.summary) == null ? void 0 : Ke.dgo) == null ? void 0 : je.margin), 3),
|
|
14559
|
+
hz
|
|
14556
14560
|
])
|
|
14557
14561
|
]))
|
|
14558
14562
|
])
|
|
@@ -14562,9 +14566,9 @@ function OQ(o, c, s, _, a, n) {
|
|
|
14562
14566
|
t("div", {
|
|
14563
14567
|
class: D(["section remark-section", n.computeBlankHtml(a.remarks) ? "print-hidden" : ""])
|
|
14564
14568
|
}, [
|
|
14565
|
-
|
|
14566
|
-
t("div",
|
|
14567
|
-
a.editable ? (i(), d("div",
|
|
14569
|
+
_z,
|
|
14570
|
+
t("div", vz, [
|
|
14571
|
+
a.editable ? (i(), d("div", pz, [
|
|
14568
14572
|
a.editable ? (i(), jt(S, {
|
|
14569
14573
|
key: 0,
|
|
14570
14574
|
modelValue: a.remarks,
|
|
@@ -14578,199 +14582,199 @@ function OQ(o, c, s, _, a, n) {
|
|
|
14578
14582
|
class: "remark-block",
|
|
14579
14583
|
onDblclick: c[2] || (c[2] = (ct) => a.editable = !0)
|
|
14580
14584
|
}, [
|
|
14581
|
-
n.computeBlankHtml(a.remarks) ? (i(), d("div",
|
|
14585
|
+
n.computeBlankHtml(a.remarks) ? (i(), d("div", yz, "Please double click to modify remark")) : (i(), d("div", {
|
|
14582
14586
|
key: 0,
|
|
14583
14587
|
innerHTML: a.remarks
|
|
14584
|
-
}, null, 8,
|
|
14588
|
+
}, null, 8, fz))
|
|
14585
14589
|
], 32))
|
|
14586
14590
|
])
|
|
14587
14591
|
], 2),
|
|
14588
|
-
t("div",
|
|
14589
|
-
|
|
14590
|
-
t("div",
|
|
14592
|
+
t("div", mz, [
|
|
14593
|
+
bz,
|
|
14594
|
+
t("div", xz, [
|
|
14591
14595
|
t("table", null, [
|
|
14592
|
-
|
|
14593
|
-
(i(!0), d(A, null, K((
|
|
14594
|
-
var li, ii,
|
|
14596
|
+
Cz,
|
|
14597
|
+
(i(!0), d(A, null, K((ts = (qe = (Xe = s.report) == null ? void 0 : Xe.eeas) == null ? void 0 : qe.extend) == null ? void 0 : ts.ports, (ct) => {
|
|
14598
|
+
var li, ii, da, ca, ra, ua, ha, _a, va, pa, fa, ya, ma, ba, xa, Ca, ga, ka, wa, Da, Aa, Sa, Ta, Oa, Fa, Ea, Pa, $a, Wa, Ba, La, Ma, Ha, Ga, Ia, Ra, Ua, Na, Ya, Va, za, Za, Qa, Ja, Ka, ja, Xa, qa, tn, en, sn, on, ln, an, nn, dn, cn, rn;
|
|
14595
14599
|
return i(), d("tbody", {
|
|
14596
14600
|
key: ct.port
|
|
14597
14601
|
}, [
|
|
14598
14602
|
t("tr", null, [
|
|
14599
|
-
t("td",
|
|
14600
|
-
|
|
14603
|
+
t("td", gz, e(ct.port), 1),
|
|
14604
|
+
kz,
|
|
14601
14605
|
t("td", null, e((li = ct.idle) == null ? void 0 : li.totalTime), 1),
|
|
14602
14606
|
t("td", {
|
|
14603
|
-
class: D(((ii = ct.idle) == null ? void 0 : ii.totalFoCons) > ((
|
|
14604
|
-
}, e((
|
|
14607
|
+
class: D(((ii = ct.idle) == null ? void 0 : ii.totalFoCons) > ((ha = (ua = (ra = (ca = (da = s.report) == null ? void 0 : da.eeas) == null ? void 0 : ca.extend) == null ? void 0 : ra.cp) == null ? void 0 : ua.idle) == null ? void 0 : ha.totalFoCons) ? "lost" : "")
|
|
14608
|
+
}, e((_a = ct.idle) == null ? void 0 : _a.totalFoCons), 3),
|
|
14605
14609
|
t("td", {
|
|
14606
|
-
class: D(((
|
|
14607
|
-
}, e((
|
|
14610
|
+
class: D(((va = ct.idle) == null ? void 0 : va.totalDgoCons) > ((ba = (ma = (ya = (fa = (pa = s.report) == null ? void 0 : pa.eeas) == null ? void 0 : fa.extend) == null ? void 0 : ya.cp) == null ? void 0 : ma.idle) == null ? void 0 : ba.totalDgoCons) ? "lost" : "")
|
|
14611
|
+
}, e((xa = ct.idle) == null ? void 0 : xa.totalDgoCons), 3),
|
|
14608
14612
|
t("td", {
|
|
14609
|
-
class: D(((
|
|
14610
|
-
}, e((
|
|
14613
|
+
class: D(((Ca = ct.idle) == null ? void 0 : Ca.dailyFoCons) > ((Aa = (Da = (wa = (ka = (ga = s.report) == null ? void 0 : ga.eeas) == null ? void 0 : ka.extend) == null ? void 0 : wa.cp) == null ? void 0 : Da.idle) == null ? void 0 : Aa.fo) ? "lost" : "")
|
|
14614
|
+
}, e((Sa = ct.idle) == null ? void 0 : Sa.dailyFoCons), 3),
|
|
14611
14615
|
t("td", {
|
|
14612
|
-
class: D(((
|
|
14613
|
-
}, e((
|
|
14616
|
+
class: D(((Ta = ct.idle) == null ? void 0 : Ta.dailyDgoCons) > (($a = (Pa = (Ea = (Fa = (Oa = s.report) == null ? void 0 : Oa.eeas) == null ? void 0 : Fa.extend) == null ? void 0 : Ea.cp) == null ? void 0 : Pa.idle) == null ? void 0 : $a.dgo) ? "lost" : "")
|
|
14617
|
+
}, e((Wa = ct.idle) == null ? void 0 : Wa.dailyDgoCons), 3)
|
|
14614
14618
|
]),
|
|
14615
14619
|
t("tr", null, [
|
|
14616
|
-
|
|
14617
|
-
t("td", null, e((
|
|
14620
|
+
wz,
|
|
14621
|
+
t("td", null, e((Ba = ct.working) == null ? void 0 : Ba.totalTime), 1),
|
|
14618
14622
|
t("td", {
|
|
14619
|
-
class: D(((
|
|
14620
|
-
}, e((
|
|
14623
|
+
class: D(((La = ct.working) == null ? void 0 : La.totalFoCons) > ((Ra = (Ia = (Ga = (Ha = (Ma = s.report) == null ? void 0 : Ma.eeas) == null ? void 0 : Ha.extend) == null ? void 0 : Ga.cp) == null ? void 0 : Ia.working) == null ? void 0 : Ra.totalFoCons) ? "lost" : "")
|
|
14624
|
+
}, e((Ua = ct.working) == null ? void 0 : Ua.totalFoCons), 3),
|
|
14621
14625
|
t("td", {
|
|
14622
|
-
class: D(((
|
|
14623
|
-
}, e((
|
|
14626
|
+
class: D(((Na = ct.working) == null ? void 0 : Na.totalDgoCons) > ((Qa = (Za = (za = (Va = (Ya = s.report) == null ? void 0 : Ya.eeas) == null ? void 0 : Va.extend) == null ? void 0 : za.cp) == null ? void 0 : Za.working) == null ? void 0 : Qa.totalDgoCons) ? "lost" : "")
|
|
14627
|
+
}, e((Ja = ct.working) == null ? void 0 : Ja.totalDgoCons), 3),
|
|
14624
14628
|
t("td", {
|
|
14625
|
-
class: D(((
|
|
14626
|
-
}, e((
|
|
14629
|
+
class: D(((Ka = ct.working) == null ? void 0 : Ka.dailyFoCons) > ((en = (tn = (qa = (Xa = (ja = s.report) == null ? void 0 : ja.eeas) == null ? void 0 : Xa.extend) == null ? void 0 : qa.cp) == null ? void 0 : tn.working) == null ? void 0 : en.fo) ? "lost" : "")
|
|
14630
|
+
}, e((sn = ct.working) == null ? void 0 : sn.dailyFoCons), 3),
|
|
14627
14631
|
t("td", {
|
|
14628
|
-
class: D(((
|
|
14629
|
-
}, e((
|
|
14632
|
+
class: D(((on = ct.working) == null ? void 0 : on.dailyDgoCons) > ((cn = (dn = (nn = (an = (ln = s.report) == null ? void 0 : ln.eeas) == null ? void 0 : an.extend) == null ? void 0 : nn.cp) == null ? void 0 : dn.working) == null ? void 0 : cn.dgo) ? "lost" : "")
|
|
14633
|
+
}, e((rn = ct.working) == null ? void 0 : rn.dailyDgoCons), 3)
|
|
14630
14634
|
])
|
|
14631
14635
|
]);
|
|
14632
14636
|
}), 128))
|
|
14633
14637
|
])
|
|
14634
14638
|
])
|
|
14635
14639
|
]),
|
|
14636
|
-
t("div",
|
|
14637
|
-
|
|
14638
|
-
t("div",
|
|
14639
|
-
t("div",
|
|
14640
|
-
t("div",
|
|
14640
|
+
t("div", Dz, [
|
|
14641
|
+
Az,
|
|
14642
|
+
t("div", Sz, [
|
|
14643
|
+
t("div", Tz, [
|
|
14644
|
+
t("div", Oz, [
|
|
14645
|
+
Fz,
|
|
14646
|
+
t("div", Ez, e((is = (ls = (os = (ss = (es = s.report) == null ? void 0 : es.eeas) == null ? void 0 : ss.extend) == null ? void 0 : os.actual) == null ? void 0 : ls.idle) == null ? void 0 : is.totalTime), 1),
|
|
14641
14647
|
Pz,
|
|
14642
|
-
t("div", $z,
|
|
14643
|
-
|
|
14644
|
-
|
|
14645
|
-
|
|
14646
|
-
|
|
14647
|
-
Mz,
|
|
14648
|
-
Hz
|
|
14648
|
+
t("div", $z, [
|
|
14649
|
+
t("div", Wz, [
|
|
14650
|
+
t("div", null, e((rs = (cs = (ds = (ns = (as = s.report) == null ? void 0 : as.eeas) == null ? void 0 : ns.extend) == null ? void 0 : ds.cp) == null ? void 0 : cs.idle) == null ? void 0 : rs.fo), 1),
|
|
14651
|
+
Bz,
|
|
14652
|
+
Lz
|
|
14649
14653
|
])
|
|
14650
14654
|
]),
|
|
14651
|
-
|
|
14652
|
-
t("div",
|
|
14655
|
+
Mz,
|
|
14656
|
+
t("div", Hz, e((ps = (vs = (_s = (hs = (us = s.report) == null ? void 0 : us.eeas) == null ? void 0 : hs.extend) == null ? void 0 : _s.cp) == null ? void 0 : vs.idle) == null ? void 0 : ps.totalFoCons) + " (mt)", 1)
|
|
14653
14657
|
]),
|
|
14654
|
-
t("div",
|
|
14658
|
+
t("div", Gz, [
|
|
14659
|
+
Iz,
|
|
14660
|
+
t("div", Rz, e((Is = (Gs = (Hs = (ys = (fs = s.report) == null ? void 0 : fs.eeas) == null ? void 0 : ys.extend) == null ? void 0 : Hs.actual) == null ? void 0 : Gs.working) == null ? void 0 : Is.totalTime), 1),
|
|
14655
14661
|
Uz,
|
|
14656
|
-
t("div", Nz,
|
|
14657
|
-
|
|
14658
|
-
|
|
14659
|
-
|
|
14660
|
-
|
|
14661
|
-
Zz,
|
|
14662
|
-
Qz
|
|
14662
|
+
t("div", Nz, [
|
|
14663
|
+
t("div", Yz, [
|
|
14664
|
+
t("div", null, e((Vs = (Ys = (Ns = (Us = (Rs = s.report) == null ? void 0 : Rs.eeas) == null ? void 0 : Us.extend) == null ? void 0 : Ns.cp) == null ? void 0 : Ys.working) == null ? void 0 : Vs.fo), 1),
|
|
14665
|
+
Vz,
|
|
14666
|
+
zz
|
|
14663
14667
|
])
|
|
14664
14668
|
]),
|
|
14665
|
-
|
|
14666
|
-
t("div",
|
|
14669
|
+
Zz,
|
|
14670
|
+
t("div", Qz, e((Ks = (Js = (Qs = (Zs = (zs = s.report) == null ? void 0 : zs.eeas) == null ? void 0 : Zs.extend) == null ? void 0 : Qs.cp) == null ? void 0 : Js.working) == null ? void 0 : Ks.totalFoCons) + " (mt)", 1)
|
|
14667
14671
|
]),
|
|
14668
|
-
t("div",
|
|
14672
|
+
t("div", Jz, [
|
|
14673
|
+
Kz,
|
|
14674
|
+
t("div", jz, e((eo = (to = (qs = (Xs = (js = s.report) == null ? void 0 : js.eeas) == null ? void 0 : Xs.extend) == null ? void 0 : qs.cp) == null ? void 0 : to.idle) == null ? void 0 : eo.totalFoCons), 1),
|
|
14669
14675
|
Xz,
|
|
14670
|
-
t("div", qz, e((
|
|
14676
|
+
t("div", qz, e((co = (io = (lo = (oo = (so = s.report) == null ? void 0 : so.eeas) == null ? void 0 : oo.extend) == null ? void 0 : lo.cp) == null ? void 0 : io.working) == null ? void 0 : co.totalFoCons), 1),
|
|
14671
14677
|
tZ,
|
|
14672
|
-
t("div", eZ, e((
|
|
14673
|
-
sZ,
|
|
14674
|
-
t("div", oZ, e((Ys = (Ns = (Us = (Rs = s.report) == null ? void 0 : Rs.eeas) == null ? void 0 : Us.extend) == null ? void 0 : Ns.cp) == null ? void 0 : Ys.totalFoCons) + " (mt)", 1)
|
|
14678
|
+
t("div", eZ, e((_o = (ho = (uo = (ro = s.report) == null ? void 0 : ro.eeas) == null ? void 0 : uo.extend) == null ? void 0 : ho.cp) == null ? void 0 : _o.totalFoCons) + " (mt)", 1)
|
|
14675
14679
|
]),
|
|
14676
|
-
((
|
|
14677
|
-
t("div",
|
|
14680
|
+
((yo = (fo = (po = (vo = s.report) == null ? void 0 : vo.eeas) == null ? void 0 : po.extend) == null ? void 0 : fo.summary) == null ? void 0 : yo.fo.status) === "Saving" ? (i(), d("div", sZ, [
|
|
14681
|
+
t("div", oZ, "FO " + e((Co = (xo = (bo = (mo = s.report) == null ? void 0 : mo.eeas) == null ? void 0 : bo.extend) == null ? void 0 : xo.summary) == null ? void 0 : Co.fo.status) + "-Consumption", 1),
|
|
14682
|
+
lZ,
|
|
14683
|
+
t("div", iZ, e((Do = (wo = (ko = (go = s.report) == null ? void 0 : go.eeas) == null ? void 0 : ko.extend) == null ? void 0 : wo.cp) == null ? void 0 : Do.totalFoCons), 1),
|
|
14678
14684
|
aZ,
|
|
14679
|
-
t("div", nZ, e((
|
|
14685
|
+
t("div", nZ, e((Fo = (Oo = (Ao = (ye = s.report) == null ? void 0 : ye.eeas) == null ? void 0 : Ao.extend) == null ? void 0 : Oo.actual) == null ? void 0 : Fo.totalFoCons), 1),
|
|
14680
14686
|
dZ,
|
|
14681
|
-
t("div", cZ, e((
|
|
14682
|
-
|
|
14683
|
-
t("div", uZ, e((
|
|
14684
|
-
|
|
14685
|
-
t("div", _Z,
|
|
14687
|
+
t("div", cZ, e((Wo = ($o = (Po = (Eo = s.report) == null ? void 0 : Eo.eeas) == null ? void 0 : Po.extend) == null ? void 0 : $o.summary) == null ? void 0 : Wo.fo.margin) + " (mt)", 1)
|
|
14688
|
+
])) : ((Ho = (Mo = (Lo = (Bo = s.report) == null ? void 0 : Bo.eeas) == null ? void 0 : Lo.extend) == null ? void 0 : Mo.summary) == null ? void 0 : Ho.fo.status) === "Over" ? (i(), d("div", rZ, [
|
|
14689
|
+
t("div", uZ, "FO " + e((Uo = (Ro = (Io = (Go = s.report) == null ? void 0 : Go.eeas) == null ? void 0 : Io.extend) == null ? void 0 : Ro.summary) == null ? void 0 : Uo.fo.status) + "-Consumption", 1),
|
|
14690
|
+
hZ,
|
|
14691
|
+
t("div", _Z, e((zo = (Vo = (Yo = (No = s.report) == null ? void 0 : No.eeas) == null ? void 0 : Yo.extend) == null ? void 0 : Vo.actual) == null ? void 0 : zo.totalFoCons), 1),
|
|
14686
14692
|
vZ,
|
|
14687
|
-
t("div", pZ, e((
|
|
14693
|
+
t("div", pZ, e((Ko = (Jo = (Qo = (Zo = s.report) == null ? void 0 : Zo.eeas) == null ? void 0 : Qo.extend) == null ? void 0 : Jo.cp) == null ? void 0 : Ko.totalFoCons), 1),
|
|
14688
14694
|
fZ,
|
|
14689
|
-
t("div", yZ, e((
|
|
14690
|
-
|
|
14691
|
-
|
|
14692
|
-
|
|
14695
|
+
t("div", yZ, e((tl = (qo = (Xo = (jo = s.report) == null ? void 0 : jo.eeas) == null ? void 0 : Xo.extend) == null ? void 0 : qo.summary) == null ? void 0 : tl.fo.margin) + " (mt)", 1)
|
|
14696
|
+
])) : (i(), d("div", mZ, [
|
|
14697
|
+
bZ,
|
|
14698
|
+
t("div", xZ, e((ll = (ol = (sl = (el = s.report) == null ? void 0 : el.eeas) == null ? void 0 : sl.extend) == null ? void 0 : ol.cp) == null ? void 0 : ll.totalFoCons), 1),
|
|
14693
14699
|
CZ,
|
|
14694
|
-
t("div", gZ, e((
|
|
14700
|
+
t("div", gZ, e((dl = (nl = (al = (il = s.report) == null ? void 0 : il.eeas) == null ? void 0 : al.extend) == null ? void 0 : nl.actual) == null ? void 0 : dl.totalFoCons), 1),
|
|
14695
14701
|
kZ,
|
|
14696
|
-
t("div", wZ, e((
|
|
14697
|
-
DZ,
|
|
14698
|
-
t("div", AZ, e((zo = (Vo = (Yo = (No = s.report) == null ? void 0 : No.eeas) == null ? void 0 : Yo.extend) == null ? void 0 : Vo.summary) == null ? void 0 : zo.fo.margin) + " (mt)", 1)
|
|
14702
|
+
t("div", wZ, e((hl = (ul = (rl = (cl = s.report) == null ? void 0 : cl.eeas) == null ? void 0 : rl.extend) == null ? void 0 : ul.summary) == null ? void 0 : hl.fo.margin) + " (mt)", 1)
|
|
14699
14703
|
]))
|
|
14700
14704
|
])
|
|
14701
14705
|
]),
|
|
14702
|
-
t("div",
|
|
14703
|
-
t("div",
|
|
14704
|
-
t("div",
|
|
14706
|
+
t("div", DZ, [
|
|
14707
|
+
t("div", AZ, [
|
|
14708
|
+
t("div", SZ, [
|
|
14709
|
+
TZ,
|
|
14710
|
+
t("div", OZ, e((yl = (fl = (pl = (vl = (_l = s.report) == null ? void 0 : _l.eeas) == null ? void 0 : vl.extend) == null ? void 0 : pl.actual) == null ? void 0 : fl.idle) == null ? void 0 : yl.totalTime), 1),
|
|
14705
14711
|
FZ,
|
|
14706
|
-
t("div", EZ,
|
|
14707
|
-
|
|
14708
|
-
|
|
14709
|
-
|
|
14710
|
-
|
|
14711
|
-
BZ,
|
|
14712
|
-
LZ
|
|
14712
|
+
t("div", EZ, [
|
|
14713
|
+
t("div", PZ, [
|
|
14714
|
+
t("div", null, e((gl = (Cl = (xl = (bl = (ml = s.report) == null ? void 0 : ml.eeas) == null ? void 0 : bl.extend) == null ? void 0 : xl.cp) == null ? void 0 : Cl.idle) == null ? void 0 : gl.dgo), 1),
|
|
14715
|
+
$Z,
|
|
14716
|
+
WZ
|
|
14713
14717
|
])
|
|
14714
14718
|
]),
|
|
14715
|
-
|
|
14716
|
-
t("div",
|
|
14719
|
+
BZ,
|
|
14720
|
+
t("div", LZ, e((Sl = (Al = (Dl = (wl = (kl = s.report) == null ? void 0 : kl.eeas) == null ? void 0 : wl.extend) == null ? void 0 : Dl.cp) == null ? void 0 : Al.idle) == null ? void 0 : Sl.totalDgoCons) + " (mt)", 1)
|
|
14717
14721
|
]),
|
|
14718
|
-
t("div",
|
|
14722
|
+
t("div", MZ, [
|
|
14723
|
+
HZ,
|
|
14724
|
+
t("div", GZ, e((Pl = (El = (Fl = (Ol = (Tl = s.report) == null ? void 0 : Tl.eeas) == null ? void 0 : Ol.extend) == null ? void 0 : Fl.actual) == null ? void 0 : El.working) == null ? void 0 : Pl.totalTime), 1),
|
|
14719
14725
|
IZ,
|
|
14720
|
-
t("div", RZ,
|
|
14721
|
-
|
|
14722
|
-
|
|
14723
|
-
|
|
14724
|
-
|
|
14725
|
-
VZ,
|
|
14726
|
-
zZ
|
|
14726
|
+
t("div", RZ, [
|
|
14727
|
+
t("div", UZ, [
|
|
14728
|
+
t("div", null, e((st = (Ll = (Bl = (Wl = ($l = s.report) == null ? void 0 : $l.eeas) == null ? void 0 : Wl.extend) == null ? void 0 : Bl.cp) == null ? void 0 : Ll.working) == null ? void 0 : st.dgo), 1),
|
|
14729
|
+
NZ,
|
|
14730
|
+
YZ
|
|
14727
14731
|
])
|
|
14728
14732
|
]),
|
|
14729
|
-
|
|
14730
|
-
t("div",
|
|
14733
|
+
VZ,
|
|
14734
|
+
t("div", zZ, e((Il = (Gl = (Hl = (Ml = (ms = s.report) == null ? void 0 : ms.eeas) == null ? void 0 : Ml.extend) == null ? void 0 : Hl.cp) == null ? void 0 : Gl.working) == null ? void 0 : Il.totalDgoCons) + " (mt)", 1)
|
|
14731
14735
|
]),
|
|
14732
|
-
t("div",
|
|
14736
|
+
t("div", ZZ, [
|
|
14737
|
+
QZ,
|
|
14738
|
+
t("div", JZ, e((oe = (Yl = (Nl = (Ul = (Rl = s.report) == null ? void 0 : Rl.eeas) == null ? void 0 : Ul.extend) == null ? void 0 : Nl.cp) == null ? void 0 : Yl.idle) == null ? void 0 : oe.totalDgoCons), 1),
|
|
14733
14739
|
KZ,
|
|
14734
|
-
t("div", jZ, e((
|
|
14740
|
+
t("div", jZ, e((it = (Jl = (Ql = (Zl = (zl = s.report) == null ? void 0 : zl.eeas) == null ? void 0 : Zl.extend) == null ? void 0 : Ql.cp) == null ? void 0 : Jl.working) == null ? void 0 : it.totalDgoCons), 1),
|
|
14735
14741
|
XZ,
|
|
14736
|
-
t("div", qZ, e((
|
|
14737
|
-
tQ,
|
|
14738
|
-
t("div", eQ, e((Ll = (Bl = (Wl = ($l = s.report) == null ? void 0 : $l.eeas) == null ? void 0 : Wl.extend) == null ? void 0 : Bl.cp) == null ? void 0 : Ll.totalDgoCons) + " (mt)", 1)
|
|
14742
|
+
t("div", qZ, e((Xl = (jl = (Kl = (ao = s.report) == null ? void 0 : ao.eeas) == null ? void 0 : Kl.extend) == null ? void 0 : jl.cp) == null ? void 0 : Xl.totalDgoCons) + " (mt)", 1)
|
|
14739
14743
|
]),
|
|
14740
|
-
((
|
|
14741
|
-
t("div",
|
|
14744
|
+
((si = (ei = (ti = (ql = s.report) == null ? void 0 : ql.eeas) == null ? void 0 : ti.extend) == null ? void 0 : ei.summary) == null ? void 0 : si.dgo.status) === "Saving" ? (i(), d("div", tQ, [
|
|
14745
|
+
t("div", eQ, "MGO " + e((vi = (_i = (me = (oi = s.report) == null ? void 0 : oi.eeas) == null ? void 0 : me.extend) == null ? void 0 : _i.summary) == null ? void 0 : vi.dgo.status) + "-Consumption", 1),
|
|
14746
|
+
sQ,
|
|
14747
|
+
t("div", oQ, e((mi = (yi = (fi = (pi = s.report) == null ? void 0 : pi.eeas) == null ? void 0 : fi.extend) == null ? void 0 : yi.cp) == null ? void 0 : mi.totalDgoCons), 1),
|
|
14742
14748
|
lQ,
|
|
14743
|
-
t("div", iQ, e((
|
|
14749
|
+
t("div", iQ, e((gi = (Ci = (xi = (bi = s.report) == null ? void 0 : bi.eeas) == null ? void 0 : xi.extend) == null ? void 0 : Ci.actual) == null ? void 0 : gi.totalDgoCons), 1),
|
|
14744
14750
|
aQ,
|
|
14745
|
-
t("div", nQ, e((
|
|
14746
|
-
|
|
14747
|
-
t("div", cQ, e((
|
|
14748
|
-
|
|
14749
|
-
t("div", uQ,
|
|
14751
|
+
t("div", nQ, e((Ai = (Di = (wi = (ki = s.report) == null ? void 0 : ki.eeas) == null ? void 0 : wi.extend) == null ? void 0 : Di.summary) == null ? void 0 : Ai.dgo.margin) + " (mt)", 1)
|
|
14752
|
+
])) : ((Fi = (Oi = (Ti = (Si = s.report) == null ? void 0 : Si.eeas) == null ? void 0 : Ti.extend) == null ? void 0 : Oi.summary) == null ? void 0 : Fi.dgo.status) === "Over" ? (i(), d("div", dQ, [
|
|
14753
|
+
t("div", cQ, "MGO " + e((Wi = ($i = (Pi = (Ei = s.report) == null ? void 0 : Ei.eeas) == null ? void 0 : Pi.extend) == null ? void 0 : $i.summary) == null ? void 0 : Wi.dgo.status) + "-Consumption", 1),
|
|
14754
|
+
rQ,
|
|
14755
|
+
t("div", uQ, e((Hi = (Mi = (Li = (Bi = s.report) == null ? void 0 : Bi.eeas) == null ? void 0 : Li.extend) == null ? void 0 : Mi.actual) == null ? void 0 : Hi.totalDgoCons), 1),
|
|
14750
14756
|
hQ,
|
|
14751
|
-
t("div", _Q, e((
|
|
14757
|
+
t("div", _Q, e((Ui = (Ri = (Ii = (Gi = s.report) == null ? void 0 : Gi.eeas) == null ? void 0 : Ii.extend) == null ? void 0 : Ri.cp) == null ? void 0 : Ui.totalDgoCons), 1),
|
|
14752
14758
|
vQ,
|
|
14753
|
-
t("div", pQ, e((
|
|
14754
|
-
|
|
14755
|
-
|
|
14756
|
-
|
|
14759
|
+
t("div", pQ, e((zi = (Vi = (Yi = (Ni = s.report) == null ? void 0 : Ni.eeas) == null ? void 0 : Yi.extend) == null ? void 0 : Vi.summary) == null ? void 0 : zi.dgo.margin) + " (mt)", 1)
|
|
14760
|
+
])) : (i(), d("div", fQ, [
|
|
14761
|
+
yQ,
|
|
14762
|
+
t("div", mQ, e((Ki = (Ji = (Qi = (Zi = s.report) == null ? void 0 : Zi.eeas) == null ? void 0 : Qi.extend) == null ? void 0 : Ji.cp) == null ? void 0 : Ki.totalDgoCons), 1),
|
|
14757
14763
|
bQ,
|
|
14758
|
-
t("div", xQ, e((
|
|
14764
|
+
t("div", xQ, e((ta = (qi = (Xi = (ji = s.report) == null ? void 0 : ji.eeas) == null ? void 0 : Xi.extend) == null ? void 0 : qi.actual) == null ? void 0 : ta.totalDgoCons), 1),
|
|
14759
14765
|
CQ,
|
|
14760
|
-
t("div", gQ, e((
|
|
14761
|
-
kQ,
|
|
14762
|
-
t("div", wQ, e((Hi = (Mi = (Li = (Bi = s.report) == null ? void 0 : Bi.eeas) == null ? void 0 : Li.extend) == null ? void 0 : Mi.summary) == null ? void 0 : Hi.dgo.margin) + " (mt)", 1)
|
|
14766
|
+
t("div", gQ, e((la = (oa = (sa = (ea = s.report) == null ? void 0 : ea.eeas) == null ? void 0 : sa.extend) == null ? void 0 : oa.summary) == null ? void 0 : la.dgo.margin) + " (mt)", 1)
|
|
14763
14767
|
]))
|
|
14764
14768
|
])
|
|
14765
14769
|
])
|
|
14766
14770
|
]),
|
|
14767
|
-
t("div",
|
|
14768
|
-
|
|
14769
|
-
t("div",
|
|
14771
|
+
t("div", kQ, [
|
|
14772
|
+
wQ,
|
|
14773
|
+
t("div", DQ, [
|
|
14770
14774
|
t("table", null, [
|
|
14771
|
-
|
|
14775
|
+
AQ,
|
|
14772
14776
|
t("tbody", null, [
|
|
14773
|
-
(i(!0), d(A, null, K((
|
|
14777
|
+
(i(!0), d(A, null, K((na = (aa = (ia = s.report) == null ? void 0 : ia.eeas) == null ? void 0 : aa.extend) == null ? void 0 : na.eecs, (ct) => {
|
|
14774
14778
|
var li, ii;
|
|
14775
14779
|
return i(), d("tr", {
|
|
14776
14780
|
key: ct.id
|
|
@@ -14801,53 +14805,53 @@ function OQ(o, c, s, _, a, n) {
|
|
|
14801
14805
|
])
|
|
14802
14806
|
]);
|
|
14803
14807
|
}
|
|
14804
|
-
const
|
|
14808
|
+
const TQ = /* @__PURE__ */ Zt(qY, [["render", SQ], ["__scopeId", "data-v-4e78368a"]]), tJ = {
|
|
14805
14809
|
install(o) {
|
|
14806
|
-
o.component("EeasReport",
|
|
14810
|
+
o.component("EeasReport", TQ);
|
|
14807
14811
|
}
|
|
14808
14812
|
};
|
|
14809
14813
|
export {
|
|
14810
|
-
|
|
14811
|
-
|
|
14812
|
-
|
|
14814
|
+
KQ as BrandPlugin,
|
|
14815
|
+
JQ as ComparisonPlugin,
|
|
14816
|
+
ZQ as DeviationPlugin,
|
|
14813
14817
|
FE as DeviationReport,
|
|
14814
|
-
|
|
14815
|
-
|
|
14818
|
+
TQ as EeasReport,
|
|
14819
|
+
tJ as EeasReportPlugin,
|
|
14816
14820
|
zU as FliComparisonReport,
|
|
14817
14821
|
hM as FliDeviationReport,
|
|
14818
|
-
|
|
14822
|
+
xD as FliInvoiceReport,
|
|
14819
14823
|
f1 as FliPlanReport,
|
|
14820
14824
|
hb as FliVoyageReport,
|
|
14821
|
-
|
|
14825
|
+
VQ as HurricanePlugin,
|
|
14822
14826
|
So as IdmBrand,
|
|
14823
14827
|
To as IdmEditor,
|
|
14824
|
-
|
|
14828
|
+
IQ as IdmEditorPlugin,
|
|
14825
14829
|
hi as IdmLat,
|
|
14826
|
-
|
|
14830
|
+
RQ as IdmLatPlugin,
|
|
14827
14831
|
ui as IdmLng,
|
|
14828
|
-
|
|
14829
|
-
|
|
14832
|
+
UQ as IdmLngPlugin,
|
|
14833
|
+
un as IdmLoading,
|
|
14830
14834
|
tN as IdmThird,
|
|
14831
|
-
|
|
14832
|
-
|
|
14835
|
+
zQ as InvoicePlugin,
|
|
14836
|
+
qQ as LoadingPlugin,
|
|
14833
14837
|
ac as ORMPointReport,
|
|
14834
14838
|
HI as OrmComparisonReport,
|
|
14835
|
-
|
|
14839
|
+
I7 as OrmInvoiceReport,
|
|
14836
14840
|
Tn as OrmPlanReport,
|
|
14837
14841
|
uN as OrmQuoteReport,
|
|
14838
14842
|
gN as OrmQuoteReport4SEOA,
|
|
14839
14843
|
$N as OrmQuoteReport4TongLi,
|
|
14840
14844
|
Dw as OrmVoyageReport,
|
|
14841
14845
|
w1 as PiLogo,
|
|
14842
|
-
|
|
14843
|
-
|
|
14846
|
+
NQ as PiLogoPlugin,
|
|
14847
|
+
HQ as PointReportPlugin,
|
|
14844
14848
|
XY as PrecipitationReport,
|
|
14845
|
-
|
|
14846
|
-
|
|
14849
|
+
XQ as PrecipitationReportPlugin,
|
|
14850
|
+
jQ as QuoteReportPlugin,
|
|
14847
14851
|
Tn as RouteReport,
|
|
14848
|
-
|
|
14852
|
+
GQ as RouteReportPlugin,
|
|
14849
14853
|
MH as StoppageReport,
|
|
14850
|
-
|
|
14854
|
+
QQ as StoppageReportPlugin,
|
|
14851
14855
|
Ow as TropicalReport,
|
|
14852
|
-
|
|
14856
|
+
YQ as VoyageReportPlugin
|
|
14853
14857
|
};
|