super-page-runtime 2.3.20-sit1 → 2.3.21

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.
Files changed (74) hide show
  1. package/dist/es/components/runtime/utils/api/page-expose-util.js +49 -49
  2. package/dist/es/components/runtime/utils/events/event-util.js +3 -3
  3. package/dist/es/components/runtime/utils/events/print-label.js +26 -25
  4. package/dist/es/components/runtime/utils/events/standard-event.js +568 -584
  5. package/dist/es/components/runtime/utils/events/validator-util.js +1 -1
  6. package/dist/es/components/runtime/utils/page-init-util.js +11 -9
  7. package/dist/es/components/runtime/utils/table-utils.js +1 -1
  8. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +3 -3
  9. package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +3 -3
  10. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +3 -3
  11. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +1 -1
  12. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +3 -3
  13. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +1 -1
  14. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +10 -6
  15. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +8 -6
  16. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +1 -1
  17. package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +1 -1
  18. package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +1 -1
  19. package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +1 -1
  20. package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +1 -1
  21. package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.js +98 -93
  22. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +3 -2
  23. package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue.js +13 -13
  24. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +11 -9
  25. package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.js +1 -1
  26. package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +3 -3
  27. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +3 -3
  28. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +3 -3
  29. package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +2 -0
  30. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +3 -3
  31. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +3 -3
  32. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +1 -1
  33. package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +3 -3
  34. package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.js +12 -10
  35. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +8 -8
  36. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +1 -1
  37. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +16 -16
  38. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +3 -3
  39. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue.js +3 -3
  40. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +6 -6
  41. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +35 -35
  42. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +3 -3
  43. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +3 -3
  44. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +4 -4
  45. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +3 -3
  46. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +38 -37
  47. package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +7 -5
  48. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +4 -3
  49. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +3 -3
  50. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +2 -2
  51. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +5 -4
  52. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.js +1 -1
  53. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +3 -3
  54. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +11 -11
  55. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +3 -3
  56. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue.js +3 -3
  57. package/dist/es/components/runtime/views/assemblys/object-render.vue.js +17 -15
  58. package/dist/es/components/runtime/views/assemblys/page-bottom.vue.js +1 -1
  59. package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.js +4 -4
  60. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.js +1 -1
  61. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.js +1 -1
  62. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +1 -1
  63. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.js +13 -22
  64. package/dist/es/components/runtime/views/home-chart.vue.js +7 -7
  65. package/dist/es/components/runtime/views/super-page-dialog.vue.js +1 -0
  66. package/dist/es/components/runtime/views/super-page.vue.js +1 -1
  67. package/dist/es/components/runtime/views/super-page.vue2.js +76 -75
  68. package/dist/es/i18n/langs/cn.js +1 -1
  69. package/dist/es/i18n/langs/en.js +1 -1
  70. package/dist/es/style.css +79 -78
  71. package/dist/es.zip +0 -0
  72. package/package.json +2 -2
  73. package/dist/es/components/runtime/utils/events/data-backfill-util.d.ts +0 -27
  74. package/dist/es/components/runtime/utils/events/data-backfill-util.js +0 -39
@@ -1,6 +1,6 @@
1
1
  import { getOptionDatasSourceMap as e, getComponentOptionDatasFromPage as t, getVariableValue as n, setVariableValue as o, setValueForVariableName as i } from "../page-helper-util.js";
2
- import { getComponentRef as a, getComponentRefByCode as s } from "../global-refs.js";
3
- import r from "../eventBus.js";
2
+ import { getComponentRef as a, getComponentRefByCode as r } from "../global-refs.js";
3
+ import s from "../eventBus.js";
4
4
  import l from "agilebuilder-ui/src/utils/request";
5
5
  import { getFormData as c, getAdditionalParamMap as u, refreshPage as m } from "../events/standard-event.js";
6
6
  import { dynamicControlTableEdit as f, disabledAllFields as p, updateFormItemEditState as d } from "../events/validator-util.js";
@@ -9,32 +9,32 @@ import { replacePrefix as b, isMobileBrowser as h } from "agilebuilder-ui/src/ut
9
9
  import { getFormModelFields as E, getModelFields as C } from "../page-init-util.js";
10
10
  import { getCustomFunc as P } from "../events/event-util.js";
11
11
  import { isHasFieldPermissionAuth as k } from "../table-utils.js";
12
- import { scrollIntoComponentWithCode as T, scrollIntoComponentWithUuid as v } from "../anchor-util.js";
13
- const j = { showElement: function(e2, t2, n2) {
14
- n2 ? D(e2, "showElement", t2) : t2.forEach((t3) => {
15
- const n3 = s(e2, t3);
16
- n3 && n3.show();
12
+ import { scrollIntoComponentWithCode as T, scrollIntoComponentWithUuid as $ } from "../anchor-util.js";
13
+ const v = { showElement: function(e2, t2, n2) {
14
+ n2 ? A(e2, "showElement", t2) : t2.forEach((t3) => {
15
+ const n3 = r(e2, t3);
16
+ n3 ? n3.show() : console.error(`未找到code为${t3}的组件`);
17
17
  });
18
18
  }, hideElement: function(e2, t2, n2) {
19
- n2 ? D(e2, "hideElement", t2) : t2.forEach((t3) => {
20
- const n3 = s(e2, t3);
21
- n3 && n3.hide();
19
+ n2 ? A(e2, "hideElement", t2) : t2.forEach((t3) => {
20
+ const n3 = r(e2, t3);
21
+ n3 ? n3.hide() : console.error(`未找到code为${t3}的组件`);
22
22
  });
23
23
  }, enableElement: function(e2, t2, n2) {
24
- n2 ? D(e2, "enableElement", t2) : t2.forEach((t3) => {
25
- const n3 = s(e2, t3);
24
+ n2 ? A(e2, "enableElement", t2) : t2.forEach((t3) => {
25
+ const n3 = r(e2, t3);
26
26
  if (n3) {
27
27
  const e3 = n3.getConfigure();
28
28
  e3 && e3.runtime.props && (e3.runtime.props.state = "enabled");
29
- }
29
+ } else console.error(`未找到code为${t3}的组件`);
30
30
  });
31
31
  }, disableElement: function(e2, t2, n2) {
32
- n2 ? D(e2, "disableElement", t2) : t2.forEach((t3) => {
33
- const n3 = s(e2, t3);
32
+ n2 ? A(e2, "disableElement", t2) : t2.forEach((t3) => {
33
+ const n3 = r(e2, t3);
34
34
  if (n3) {
35
35
  const e3 = n3.getConfigure();
36
36
  e3 && e3.runtime.props && (e3.runtime.props.state = "disabled");
37
- }
37
+ } else console.error(`未找到code为${t3}的组件`);
38
38
  });
39
39
  }, setEntityDataValue: function(e2, t2) {
40
40
  Object.keys(t2).forEach((n2) => {
@@ -49,7 +49,7 @@ const j = { showElement: function(e2, t2, n2) {
49
49
  i(e2.entity, o2.startsWith("${") ? o2 : "${" + t2 + "." + o2 + "}", n2[o2]);
50
50
  });
51
51
  }, dynamicControlFormEdit: function(e2, t2, n2) {
52
- n2 ? D(e2, "dynamicControlFormEdit", t2) : d(e2, t2);
52
+ n2 ? A(e2, "dynamicControlFormEdit", t2) : d(e2, t2);
53
53
  }, disabledAllFields(e2) {
54
54
  p(e2);
55
55
  }, dynamicControlTableEdit(e2, t2, n2) {
@@ -60,49 +60,49 @@ const j = { showElement: function(e2, t2, n2) {
60
60
  const i2 = e2.backendUrl, a2 = y(i2, e2.isTest);
61
61
  return l.post(`${a2}/dsc/service-flow/execute/${o2}/${t2}`, n2);
62
62
  }, openPage: function(e2, t2) {
63
- r.$emit(e2.code + "_open-dialog", { pageContext: e2, eventParams: t2.eventParams, configureObj: { props: { linkPage: t2 } } });
63
+ s.$emit(e2.code + "_open-dialog", { pageContext: e2, eventParams: t2.eventParams, configureObj: { props: { linkPage: t2 } } });
64
64
  }, refreshPage: function(e2, t2) {
65
65
  m(e2, t2);
66
66
  }, refreshSubTableHandle: function(e2, t2) {
67
67
  let n2;
68
- const o2 = s(e2, t2);
68
+ const o2 = r(e2, t2);
69
69
  if (o2) {
70
70
  const e3 = o2.getConfigure();
71
71
  e3 && e3.uuid && e3.name && "table" === e3.name && (n2 = e3.uuid);
72
72
  }
73
- n2 && r.$emit("_refreshSubTableHandle_" + n2);
73
+ n2 ? s.$emit("_refreshSubTableHandle_" + n2) : console.error("tableUUid is undefined");
74
74
  }, refreshChildData(e2, t2, n2) {
75
75
  let o2;
76
- const i2 = s(e2, t2);
76
+ const i2 = r(e2, t2);
77
77
  if (i2) {
78
78
  const e3 = i2.getConfigure();
79
79
  e3 && e3.uuid && e3.name && "table" === e3.name && (o2 = e3.uuid);
80
80
  }
81
- o2 && r.$emit("_refreshChildData_" + o2, n2);
81
+ o2 ? s.$emit("_refreshChildData_" + o2, n2) : console.error("tableUUid is undefined");
82
82
  }, getServerConfigValue: (e2) => window.$vueApp.config.globalProperties[e2], getBackendUrl: (e2) => y(e2.backendUrl, false), getPlateBackendUrl: () => window.$vueApp.config.globalProperties.baseAPI, getEntity: (e2) => e2.entity.data, getEntityValue: (e2, t2) => e2.entity.data ? e2.entity.data[t2] : null, getPageData: (e2) => e2.entity.page, getPageDataValue: (e2, t2) => e2.entity.page ? e2.entity.page[t2] : null, getAdditionalParams: (e2) => u(e2), getAdditionalParamValue(e2, t2) {
83
83
  const n2 = u(e2);
84
84
  return n2 ? n2[t2] : null;
85
- }, isMobile: () => h(), getComponentRefByProp: (e2, t2) => s(e2, t2), getComponentRefByCode: (e2, t2) => a(e2, t2), getFormViewData(i2) {
85
+ }, isMobile: () => h(), getComponentRefByProp: (e2, t2) => r(e2, t2), getComponentRefByCode: (e2, t2) => a(e2, t2), getFormViewData(i2) {
86
86
  var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j;
87
- const s2 = i2.entity ? i2.entity : {}, r2 = g(s2), l2 = e(i2);
87
+ const r2 = i2.entity ? i2.entity : {}, s2 = g(r2), l2 = e(i2);
88
88
  for (const e2 in l2) {
89
- const s3 = t(i2, e2), l3 = a(i2, e2);
89
+ const r3 = t(i2, e2), l3 = a(i2, e2);
90
90
  if (l3) {
91
91
  const e3 = l3.getConfigure();
92
92
  if (e3) if (!((_b = (_a = e3.props) == null ? void 0 : _a.dataOrigin) == null ? void 0 : _b.optionValueSetType) || "static" !== ((_d = (_c = e3.props) == null ? void 0 : _c.dataOrigin) == null ? void 0 : _d.optionValueSetType) && "optionGroup" !== ((_f = (_e = e3.props) == null ? void 0 : _e.dataOrigin) == null ? void 0 : _f.optionValueSetType)) {
93
93
  if ("dynamicData" === ((_h = (_g = e3 == null ? void 0 : e3.props) == null ? void 0 : _g.dataOrigin) == null ? void 0 : _h.optionValueSetType) && ("select" === (e3 == null ? void 0 : e3.name) || "checkbox" === (e3 == null ? void 0 : e3.name) || "radio" === (e3 == null ? void 0 : e3.name))) {
94
- const t2 = E(i2, e3), a2 = l3.getSelectItemsTitle(), s4 = a2 && a2.length > 0 ? a2 : n(r2, t2);
95
- o(r2, t2, s4);
94
+ const t2 = E(i2, e3), a2 = l3.getSelectItemsTitle(), r4 = a2 && a2.length > 0 ? a2 : n(s2, t2);
95
+ o(s2, t2, r4);
96
96
  }
97
97
  } else if (e3.name && ("select" === e3.name && ((_j = (_i = e3.props) == null ? void 0 : _i.base) == null ? void 0 : _j.multiple) || "checkbox" === e3.name)) {
98
- const t2 = E(i2, e3), a2 = n(r2, t2);
98
+ const t2 = E(i2, e3), a2 = n(s2, t2);
99
99
  if (a2) {
100
- const e4 = V(a2.split(","), s3);
101
- o(r2, t2, e4);
100
+ const e4 = O(a2.split(","), r3);
101
+ o(s2, t2, e4);
102
102
  }
103
103
  } else {
104
- const t2 = E(i2, e3), a2 = V(n(r2, t2), s3);
105
- o(r2, t2, a2);
104
+ const t2 = E(i2, e3), a2 = O(n(s2, t2), r3);
105
+ o(s2, t2, a2);
106
106
  }
107
107
  }
108
108
  }
@@ -112,14 +112,14 @@ const j = { showElement: function(e2, t2, n2) {
112
112
  if (e2.indexOf("__") > 0 && (t2 = e2.substring(e2.lastIndexOf("__") + 2)), t2) {
113
113
  const o2 = a(i2, t2);
114
114
  if (o2) {
115
- const t3 = o2.getConfigure(), i3 = t3.code ? t3.code : e2, a2 = C(t3, i3), s3 = n(r2, a2), l3 = o2.getTableSelectOptions(e2), c3 = o2.getColumns(), u2 = {}, m2 = {};
115
+ const t3 = o2.getConfigure(), i3 = t3.code ? t3.code : e2, a2 = C(t3, i3), r3 = n(s2, a2), l3 = o2.getTableSelectOptions(e2), c3 = o2.getColumns(), u2 = {}, m2 = {};
116
116
  c3 && c3.length > 0 && c3.forEach((e3) => {
117
117
  "DATE" !== e3.dataType && "TIME" !== e3.dataType || (m2[e3.prop] = e3);
118
- }), u2.formatDateColumns = m2, O(l3, s3, u2, o2);
118
+ }), u2.formatDateColumns = m2, j(l3, r3, u2, o2);
119
119
  }
120
120
  }
121
121
  }
122
- return r2.data;
122
+ return s2.data;
123
123
  }, getFormData: (e2, t2) => c(e2, t2), getCustomFunc: (e2, t2) => P(e2, t2), replaceUrlPrefix: (e2) => b(e2), isHasFieldAuthPermission: (e2) => {
124
124
  var _a, _b, _c, _d;
125
125
  return !(void 0 !== ((_b = (_a = e2 == null ? void 0 : e2.props) == null ? void 0 : _a.base) == null ? void 0 : _b.isHasFieldAuthPermission) && !((_d = (_c = e2 == null ? void 0 : e2.props) == null ? void 0 : _c.base) == null ? void 0 : _d.isHasFieldAuthPermission));
@@ -128,11 +128,11 @@ const j = { showElement: function(e2, t2, n2) {
128
128
  }, isHasFieldAuthWithTable(e2, t2, n2) {
129
129
  k(e2, t2, n2);
130
130
  }, scrollIntoComponentWithUuid(e2, t2) {
131
- v(e2, t2);
131
+ $(e2, t2);
132
132
  }, scrollIntoComponentWithCode(e2, t2) {
133
133
  T(e2, t2);
134
134
  } };
135
- function O(e2, t2, n2, o2) {
135
+ function j(e2, t2, n2, o2) {
136
136
  if (e2 && t2) {
137
137
  const i2 = o2.getSuperGridRef();
138
138
  t2.forEach((t3) => {
@@ -144,25 +144,25 @@ function O(e2, t2, n2, o2) {
144
144
  });
145
145
  }
146
146
  Object.keys(e2).forEach((n3) => {
147
- const o3 = t3[n3], i3 = e2[n3], a2 = i3.options, s2 = i3.column;
148
- let r2;
149
- if (s2 && s2.componentType && ("multiselect" === s2.componentType || "checkbox" === s2.componentType)) {
147
+ const o3 = t3[n3], i3 = e2[n3], a2 = i3.options, r2 = i3.column;
148
+ let s2;
149
+ if (r2 && r2.componentType && ("multiselect" === r2.componentType || "checkbox" === r2.componentType)) {
150
150
  if (o3) {
151
- r2 = V(o3.split(","), a2);
151
+ s2 = O(o3.split(","), a2);
152
152
  }
153
- } else r2 = V(o3, a2);
154
- t3[n3] = r2;
153
+ } else s2 = O(o3, a2);
154
+ t3[n3] = s2;
155
155
  });
156
156
  });
157
157
  }
158
158
  }
159
- function V(e2, t2) {
159
+ function O(e2, t2) {
160
160
  let n2;
161
161
  return null != e2 && t2 && (Array.isArray(e2) ? (n2 = "", e2.forEach((o2) => {
162
- n2 = n2 + A(e2, t2) + ",";
163
- }), n2.indexOf(",") > 0 && (n2 = n2.substring(0, n2.lastIndexOf(",")))) : (n2 = e2, n2 = A(e2, t2))), n2;
162
+ n2 = n2 + V(e2, t2) + ",";
163
+ }), n2.indexOf(",") > 0 && (n2 = n2.substring(0, n2.lastIndexOf(",")))) : (n2 = e2, n2 = V(e2, t2))), n2;
164
164
  }
165
- function A(e2, t2) {
165
+ function V(e2, t2) {
166
166
  let n2 = e2;
167
167
  if (null != e2 && t2) for (let o2 = 0; o2 < t2.length; o2++) {
168
168
  const i2 = t2[o2].value, a2 = t2[o2].label ? t2[o2].label : t2[o2].name;
@@ -173,9 +173,9 @@ function A(e2, t2) {
173
173
  }
174
174
  return n2;
175
175
  }
176
- function D(e2, t2, n2) {
176
+ function A(e2, t2, n2) {
177
177
  e2.initInfo || (e2.initInfo = {}), e2.initInfo[t2] = n2;
178
178
  }
179
179
  export {
180
- j as functions
180
+ v as functions
181
181
  };
@@ -146,10 +146,10 @@ function T(e2, t2, i2) {
146
146
  r3 ? n(r3) ? r3.then((n2) => {
147
147
  n2 ? A(e2, t2, c2, i2) : e2.canClick = true;
148
148
  }).catch((n2) => {
149
- e2.canClick = true;
149
+ console.error(n2), e2.canClick = true;
150
150
  }) : A(e2, t2, c2, i2) : e2.canClick = true;
151
151
  }).catch((n2) => {
152
- e2.canClick = true;
152
+ console.error(n2), e2.canClick = true;
153
153
  });
154
154
  }
155
155
  function F(e2, n2, t2, i2, o2) {
@@ -214,7 +214,7 @@ function A(e2, t2, i2, o2) {
214
214
  n(a2) ? a2.then((n2) => {
215
215
  n2 ? q(e3, t3, o3, c2, n2, u3) : e3.canClick = true;
216
216
  }).catch((n2) => {
217
- e3.canClick = true;
217
+ console.error(n2), e3.canClick = true;
218
218
  }) : q(e3, t3, o3, c2, a2, u3);
219
219
  } else q(e3, t3, o3, false, null, u3);
220
220
  }(e2, t2, i2, o2);
@@ -3,26 +3,27 @@ import { hiprint as t, disAutoConnect as n } from "vue-plugin-hiprint";
3
3
  import { generateCodeByRule as o } from "../barcode-util.js";
4
4
  function a(n2, a2) {
5
5
  e.post(window.$vueApp.config.globalProperties.baseAPI + "/dc/print-models/by-codes", [a2]).then((e2) => {
6
- const a3 = JSON.parse(e2[0].template), i2 = [];
6
+ const a3 = JSON.parse(e2[0].template), r2 = [];
7
7
  a3.panels.forEach((e3) => {
8
8
  e3.printElements.forEach((e4) => {
9
- "barcode" !== e4.options.textType && "qrcode" !== e4.options.textType || i2.push(e4.options);
9
+ "barcode" !== e4.options.textType && "qrcode" !== e4.options.textType || r2.push(e4.options);
10
10
  });
11
11
  });
12
- const l = new t.PrintTemplate({ template: a3 }), r = { callback: () => {
12
+ const i = new t.PrintTemplate({ template: a3 }), l = { callback: () => {
13
13
  }, styleHandler: () => "" }, c = { leftOffset: -1, topOffset: -1 }, f = {};
14
14
  a3.panels[0].printElements.forEach((e3) => {
15
15
  if ("datetime" === e3.options.dataType && e3.options.field) {
16
16
  const t2 = e3.options.field.substring(6);
17
17
  f[t2] = e3.options.dateFormat;
18
18
  }
19
- }), n2.pageContext.pageType ? "list" === n2.pageContext.pageType ? function(e3, t2, n3, a4, s2, i3) {
20
- const l2 = JSON.parse(JSON.stringify(e3.selections));
21
- if (l2.forEach((e4) => {
19
+ }), n2.pageContext.pageType ? "list" === n2.pageContext.pageType ? function(e3, t2, n3, a4, s2, r3) {
20
+ const i2 = JSON.parse(JSON.stringify(e3.selections));
21
+ if (i2.forEach((e4) => {
22
22
  Object.keys(t2).forEach((t3) => {
23
23
  if (e4[t3] && "number" == typeof e4[t3] && !isNaN(e4[t3])) try {
24
24
  e4[t3] = new Date(e4[t3]);
25
25
  } catch (e5) {
26
+ console.error(`日期格式化失败: ${e5}`);
26
27
  }
27
28
  });
28
29
  }), n3.length > 0) {
@@ -30,51 +31,51 @@ function a(n2, a2) {
30
31
  n3.forEach((t3) => {
31
32
  e4.push(function(e5, t4) {
32
33
  return new Promise((n4, a5) => {
33
- const s3 = e5.field.split("."), i4 = [];
34
+ const s3 = e5.field.split("."), r4 = [];
34
35
  s3.length < 2 && n4([]);
35
36
  try {
36
37
  p(s3[1]).then((e6) => {
37
38
  t4.forEach((t5, n5) => {
38
39
  const a6 = { type: s3[0], name: s3[1], value: null, index: n5 };
39
- a6.value = o(JSON.parse(e6.barcodeModelItems), t5), i4.push(a6);
40
- }), n4(i4);
40
+ a6.value = o(JSON.parse(e6.barcodeModelItems), t5), r4.push(a6);
41
+ }), n4(r4);
41
42
  });
42
43
  } catch (e6) {
43
- n4([]);
44
+ console.error("获取条码规则失败:", e6), n4([]);
44
45
  }
45
46
  });
46
- }(t3, l2));
47
+ }(t3, i2));
47
48
  }), Promise.all(e4).then((e5) => {
48
49
  e5.forEach((e6) => {
49
50
  e6.forEach((e7) => {
50
- const t3 = e7.index, n4 = l2[t3];
51
+ const t3 = e7.index, n4 = i2[t3];
51
52
  n4[e7.type] || (n4[e7.type] = {}), n4[e7.type][e7.name] = e7.value;
52
53
  });
53
- }), a4.print(l2, s2, i3);
54
+ }), a4.print(i2, s2, r3);
54
55
  });
55
- } else a4.print(l2, s2, i3);
56
- }(n2, f, i2, l, c, r) : "form" === n2.pageContext.pageType && s(n2, i2, l, c, r) : s(n2, i2, l, c, r);
56
+ } else a4.print(i2, s2, r3);
57
+ }(n2, f, r2, i, c, l) : "form" === n2.pageContext.pageType && s(n2, r2, i, c, l) : s(n2, r2, i, c, l);
57
58
  });
58
59
  }
59
60
  function s(e2, t2, n2, a2, s2) {
60
61
  if (t2.length > 0) {
61
- const i2 = [];
62
+ const r2 = [];
62
63
  t2.forEach((t3) => {
63
- i2.push(function(e3, t4) {
64
+ r2.push(function(e3, t4) {
64
65
  return new Promise((n3, a3) => {
65
- const s3 = t4.field.split("."), i3 = { type: null, name: null, value: null };
66
- s3.length < 2 && n3(i3), i3.type = s3[0], i3.name = s3[1];
66
+ const s3 = t4.field.split("."), r3 = { type: null, name: null, value: null };
67
+ s3.length < 2 && n3(r3), r3.type = s3[0], r3.name = s3[1];
67
68
  try {
68
- p(i3.name).then((t5) => {
69
+ p(r3.name).then((t5) => {
69
70
  const a4 = JSON.parse(t5.barcodeModelItems);
70
- i3.value = o(a4, e3.entity.data), n3(i3);
71
+ r3.value = o(a4, e3.entity.data), n3(r3);
71
72
  });
72
73
  } catch (e4) {
73
- n3(i3);
74
+ console.error("获取条码规则失败:", e4), n3(r3);
74
75
  }
75
76
  });
76
77
  }(e2.pageContext, t3));
77
- }), Promise.all(i2).then((t3) => {
78
+ }), Promise.all(r2).then((t3) => {
78
79
  const o2 = {};
79
80
  t3.forEach((e3) => {
80
81
  e3.type && e3.name && e3.value && (o2[e3.type] || (o2[e3.type] = {}), o2[e3.type][e3.name] = e3.value);
@@ -92,8 +93,8 @@ function p(t2) {
92
93
  return e.get(window.$vueApp.config.globalProperties.baseAPI + `/dc/setting-barcode-models/by-name?name=${n2}`);
93
94
  }
94
95
  n();
95
- const i = { printLabel: a };
96
+ const r = { printLabel: a };
96
97
  export {
97
- i as default,
98
+ r as default,
98
99
  a as printLabel
99
100
  };