dfs-page-config 0.3.69 → 0.3.71

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.
@@ -105120,7 +105120,7 @@ const _sfc_main = defineComponent({
105120
105120
  isShow: k.type != "dialog",
105121
105121
  dialogState: !1,
105122
105122
  printCount: "",
105123
- offset: localStorage.getItem("fabricHangTagPrintOffset") || 0
105123
+ offset: localStorage.getItem("fabricHangTagPrintOffset") || "0mm"
105124
105124
  });
105125
105125
  watch$1(() => k.data.barCodeId, () => {
105126
105126
  k.data.barCodeId && pe();
@@ -105159,7 +105159,7 @@ const _sfc_main = defineComponent({
105159
105159
  }
105160
105160
  const Ie = 260 - 4, Ne = 290, $e = 25, Pt = 20, qe = 8;
105161
105161
  function Dt(tr) {
105162
- const nr = ie.offset + "mm";
105162
+ const nr = ie.offset;
105163
105163
  L.NewPage();
105164
105164
  let er = 20;
105165
105165
  L.ADD_PRINT_TEXTA("text01", Ie - 17, "35mm", 30, 12, tr.code);
@@ -105169,7 +105169,7 @@ const _sfc_main = defineComponent({
105169
105169
  L.ADD_PRINT_TEXTA("text03-" + lr, Ie - ir, nr, Ne, qe, ur), ir += qe + 3;
105170
105170
  }), tr.fabricFeatureDescList && [...tr.fabricFeatureDescList].reverse().forEach((lr, dr) => {
105171
105171
  const Ar = Math.ceil(lr.length / $e) * qe + (dr > 0 ? 4 : 0);
105172
- ir += Ar, L.ADD_PRINT_TEXTA("text04-" + dr, Ie - ir + 3, nr, Ne, Ar, " ● "), L.SET_PRINT_STYLEA(0, "FontSize", 3), L.ADD_PRINT_TEXTA("text05-" + dr, Ie - ir, "3mm", Ne, Ar, lr);
105172
+ ir += Ar, L.ADD_PRINT_TEXTA("text04-" + dr, Ie - ir + 3, nr, Ne, Ar, " ● "), L.SET_PRINT_STYLEA(0, "FontSize", 3), L.ADD_PRINT_TEXTA("text05-" + dr, Ie - ir, parseInt(nr) + 3 + "mm", Ne, Ar, lr);
105173
105173
  }), ir += er, tr.fabricIntroduction && tr.fabricIntroduction.split(`
105174
105174
  `).reverse().forEach((ur, lr) => {
105175
105175
  L.ADD_PRINT_TEXTA("text06-" + lr, Ie - ir, nr, Ne, qe, ur), ir += qe + 3;
@@ -105188,7 +105188,7 @@ const _sfc_main = defineComponent({
105188
105188
  inputPlaceholder: ie.offset,
105189
105189
  center: !0
105190
105190
  }).then(({ value: tr }) => {
105191
- ie.offset = tr, localStorage.setItem("fabricHangTagPrintOffset", tr);
105191
+ ie.offset = (tr || 0) + "mm", localStorage.setItem("fabricHangTagPrintOffset", ie.offset);
105192
105192
  }).catch(() => {
105193
105193
  });
105194
105194
  }
@@ -105220,7 +105220,7 @@ const _sfc_main = defineComponent({
105220
105220
  closeDialog: kt
105221
105221
  };
105222
105222
  }
105223
- }), FabricHangTag_vue_vue_type_style_index_0_scoped_667b9354_lang = "", _withScopeId = (k) => (pushScopeId("data-v-667b9354"), k = k(), popScopeId(), k), _hoisted_1 = {
105223
+ }), FabricHangTag_vue_vue_type_style_index_0_scoped_651ed7ab_lang = "", _withScopeId = (k) => (pushScopeId("data-v-651ed7ab"), k = k(), popScopeId(), k), _hoisted_1 = {
105224
105224
  style: { height: "max-content", display: "block" },
105225
105225
  class: "el-upload-list--picture-card"
105226
105226
  }, _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "point" }, null, -1)), _hoisted_3 = {
@@ -105388,7 +105388,7 @@ function _sfc_render(k, L, ie, ae, pe, _e) {
105388
105388
  }, 8, ["modelValue", "onClose"])
105389
105389
  ], 64);
105390
105390
  }
105391
- const FabricHangTag = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-667b9354"]]);
105391
+ const FabricHangTag = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-651ed7ab"]]);
105392
105392
  FabricHangTag.install = (k) => k.component(FabricHangTag.name, FabricHangTag);
105393
105393
  AgTable.install = (k) => k.component(AgTable.name, AgTable);
105394
105394
  const index = (k, L) => {