dfs-page-config 0.3.42 → 0.3.44
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/dfs-page-config.js
CHANGED
|
@@ -105141,11 +105141,11 @@ const _sfc_main = defineComponent({
|
|
|
105141
105141
|
}
|
|
105142
105142
|
const xe = 5, Ne = 260 - xe, Ie = 170, ze = 40, At = 20, qe = 8;
|
|
105143
105143
|
function Dt(Ue) {
|
|
105144
|
-
L.ADD_PRINT_TEXT(Ne - xe - 10, Ie -
|
|
105144
|
+
L.ADD_PRINT_TEXT(Ne - xe - 10, Ie - 60, 20, 12, Ue.id);
|
|
105145
105145
|
let kt = 0;
|
|
105146
105146
|
if (Ue.barCodeId && (kt += At, L.ADD_PRINT_BARCODE(Ne - At, xe, 120, At, "EAN128B", Ue.barCodeId), L.SET_PRINT_STYLEA(0, "ShowBarText", 0)), Ue.friendlyReminder) {
|
|
105147
105147
|
let jt = Math.ceil(Ue.friendlyReminder.length / ze) * qe;
|
|
105148
|
-
kt += jt +
|
|
105148
|
+
kt += jt + 8, L.ADD_PRINT_TEXT(Ne - kt, xe, Ie, jt, Ue.friendlyReminder);
|
|
105149
105149
|
}
|
|
105150
105150
|
if (Ue.fabricFeatureDescList && (kt += 8, [...Ue.fabricFeatureDescList].reverse().forEach((tr) => {
|
|
105151
105151
|
const or = Math.ceil(tr.length / ze) * qe + 4;
|
|
@@ -105154,7 +105154,7 @@ const _sfc_main = defineComponent({
|
|
|
105154
105154
|
let jt = Math.ceil(Ue.fabricIntroduction.length / ze) * qe + 5;
|
|
105155
105155
|
kt += jt + 8, L.ADD_PRINT_TEXT(Ne - kt, xe, Ie, jt, Ue.fabricIntroduction);
|
|
105156
105156
|
}
|
|
105157
|
-
if (kt +=
|
|
105157
|
+
if (kt += 12, Ue.fabricSeries = Ue.fabricSeries || Ue.name, Ue.fabricSeries) {
|
|
105158
105158
|
let jt = Math.ceil(Ue.fabricSeries.length / 15) * 13;
|
|
105159
105159
|
kt += jt, L.ADD_PRINT_TEXT(Ne - kt, xe, Ie, jt, Ue.fabricSeries), L.SET_PRINT_STYLEA(0, "FontSize", 13), L.SET_PRINT_STYLEA(0, "Bold", 1);
|
|
105160
105160
|
}
|
|
@@ -105167,7 +105167,7 @@ const _sfc_main = defineComponent({
|
|
|
105167
105167
|
print: Oe
|
|
105168
105168
|
};
|
|
105169
105169
|
}
|
|
105170
|
-
}),
|
|
105170
|
+
}), FabricHangTag_vue_vue_type_style_index_0_scoped_2913f696_lang = "", _withScopeId = (k) => (pushScopeId("data-v-2913f696"), k = k(), popScopeId(), k), _hoisted_1 = {
|
|
105171
105171
|
style: { height: "max-content", display: "block" },
|
|
105172
105172
|
class: "el-upload-list--picture-card"
|
|
105173
105173
|
}, _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "point" }, null, -1)), _hoisted_3 = {
|
|
@@ -105180,7 +105180,7 @@ const _sfc_main = defineComponent({
|
|
|
105180
105180
|
}, _hoisted_5 = { style: { "font-size": "13pt", "font-weight": "bold", "margin-bottom": "10pt", "line-height": "13pt" } }, _hoisted_6 = { style: { margin: "4pt 0" } }, _hoisted_7 = { style: { margin: "10px 0" } }, _hoisted_8 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { style: { margin: "0 5px", "font-size": "6px" } }, "●", -1)), _hoisted_9 = { style: { margin: "3pt 0" } }, _hoisted_10 = {
|
|
105181
105181
|
id: "barcode",
|
|
105182
105182
|
style: { width: "100px" }
|
|
105183
|
-
}, _hoisted_11 = { style: { position: "absolute", bottom: "20px", right: "
|
|
105183
|
+
}, _hoisted_11 = { style: { position: "absolute", bottom: "20px", right: "30px" } };
|
|
105184
105184
|
function _sfc_render(k, L, ie, ae, de, _e) {
|
|
105185
105185
|
const Oe = resolveComponent("ZoomIn"), xe = ElIcon, Ne = ElButton;
|
|
105186
105186
|
return withDirectives((openBlock(), createElementBlock("div", {
|
|
@@ -105243,7 +105243,7 @@ function _sfc_render(k, L, ie, ae, de, _e) {
|
|
|
105243
105243
|
[vShow, k.isShow]
|
|
105244
105244
|
]);
|
|
105245
105245
|
}
|
|
105246
|
-
const FabricHangTag = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
105246
|
+
const FabricHangTag = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-2913f696"]]);
|
|
105247
105247
|
FabricHangTag.install = (k) => k.component(FabricHangTag.name, FabricHangTag);
|
|
105248
105248
|
AgTable.install = (k) => k.component(AgTable.name, AgTable);
|
|
105249
105249
|
const index = (k, L) => {
|