@idmwx/idmui-report 4.7.2 → 4.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -4
- package/dist/index.umd.cjs +5 -5
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7570,9 +7570,9 @@ function qT(i, l, s, D, M, d) {
|
|
|
7570
7570
|
t("td", null, "Vessel"),
|
|
7571
7571
|
t("td", null, "Load Condition"),
|
|
7572
7572
|
t("td", null, "Departure"),
|
|
7573
|
-
t("td",
|
|
7573
|
+
t("td", { style: { width: "80px" } }, "ATD"),
|
|
7574
7574
|
t("td", null, "Destination"),
|
|
7575
|
-
t("td",
|
|
7575
|
+
t("td", { style: { width: "80px" } }, "ATA"),
|
|
7576
7576
|
t("td", null, "Amounts")
|
|
7577
7577
|
])
|
|
7578
7578
|
], -1)),
|
|
@@ -7722,10 +7722,10 @@ function qT(i, l, s, D, M, d) {
|
|
|
7722
7722
|
])
|
|
7723
7723
|
], 64))
|
|
7724
7724
|
]),
|
|
7725
|
-
l[23] || (l[23] = et('<div class="section sign-section" data-v-
|
|
7725
|
+
l[23] || (l[23] = et('<div class="section sign-section" data-v-ef29cdd7><div class="flex-space" data-v-ef29cdd7><div class="sign-block" data-v-ef29cdd7><div data-v-ef29cdd7>Finance Team</div><div data-v-ef29cdd7>Ocean Right Marine Service Co., Ltd.</div><div data-v-ef29cdd7>Email: <a href="mailto:op@ormwx.com" data-v-ef29cdd7>op@ormwx.com</a></div><div data-v-ef29cdd7>Address: Rm1805, B Technology Innovation Bldg, No. 171 Shandong Road, Qingdao, China.</div></div><div class="thank-block" data-v-ef29cdd7>Thank You</div></div></div>', 1))
|
|
7726
7726
|
]);
|
|
7727
7727
|
}
|
|
7728
|
-
const $T = /* @__PURE__ */ Xt(cT, [["render", qT], ["__scopeId", "data-v-
|
|
7728
|
+
const $T = /* @__PURE__ */ Xt(cT, [["render", qT], ["__scopeId", "data-v-ef29cdd7"]]);
|
|
7729
7729
|
const tx = {
|
|
7730
7730
|
name: "FliInvoice",
|
|
7731
7731
|
props: {
|