super-page-runtime 2.3.16 → 2.3.17-sit1

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 (67) hide show
  1. package/dist/es/components/runtime/utils/api/page-expose-util.js +66 -61
  2. package/dist/es/components/runtime/utils/events/event-util.js +3 -3
  3. package/dist/es/components/runtime/utils/events/print-label.js +25 -26
  4. package/dist/es/components/runtime/utils/events/standard-event.js +18 -18
  5. package/dist/es/components/runtime/utils/events/validator-util.js +1 -1
  6. package/dist/es/components/runtime/utils/page-init-util.js +129 -100
  7. package/dist/es/components/runtime/utils/page-store.js +10 -10
  8. package/dist/es/components/runtime/utils/table-utils.js +1 -1
  9. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +3 -3
  10. package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +3 -3
  11. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +3 -3
  12. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +1 -1
  13. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +3 -3
  14. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +1 -1
  15. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +6 -10
  16. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +6 -8
  17. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +1 -1
  18. package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +1 -1
  19. package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +1 -1
  20. package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +1 -1
  21. package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +1 -1
  22. package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.js +93 -98
  23. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +2 -3
  24. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +9 -11
  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 +0 -2
  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 +10 -12
  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/sub-table-runtime.vue.js +9 -9
  37. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +1 -1
  38. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +16 -16
  39. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +33 -19
  40. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue.js +3 -3
  41. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +6 -6
  42. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +37 -37
  43. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +3 -3
  44. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +3 -3
  45. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +4 -4
  46. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +3 -3
  47. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +37 -38
  48. package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +5 -7
  49. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +3 -4
  50. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +27 -18
  51. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.js +2 -1
  52. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +155 -89
  53. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +25 -25
  54. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.js +1 -1
  55. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +3 -3
  56. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +11 -11
  57. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +3 -3
  58. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue.js +3 -3
  59. package/dist/es/components/runtime/views/assemblys/object-render.vue.js +1 -1
  60. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.js +1 -1
  61. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +1 -1
  62. package/dist/es/components/runtime/views/home-chart.vue.js +7 -7
  63. package/dist/es/components/runtime/views/super-page-dialog.vue.js +0 -1
  64. package/dist/es/components/runtime/views/super-page.vue.js +1 -1
  65. package/dist/es/components/runtime/views/super-page.vue2.js +73 -74
  66. package/dist/es/style.css +336 -78
  67. package/package.json +2 -2
@@ -1,39 +1,39 @@
1
1
  import { getOptionDatasSourceMap as e, getComponentOptionDatasFromPage as t, getVariableValue as n, setVariableValue as i, setValueForVariableName as o } from "../page-helper-util.js";
2
- import { getComponentRef as a, getComponentRefByCode as r } from "../global-refs.js";
3
- import s from "../eventBus.js";
2
+ import { getComponentRef as a, getComponentRefByCode as s } from "../global-refs.js";
3
+ import r from "../eventBus.js";
4
4
  import l from "agilebuilder-ui/src/utils/request";
5
- import { getFormData as c, getAdditionalParamMap as u, refreshPage as f } from "../events/standard-event.js";
6
- import { dynamicControlTableEdit as m, disabledAllFields as d, updateFormItemEditState as p } from "../events/validator-util.js";
7
- import { deepCopy as g, getBaseUrl as b } from "../common-util.js";
8
- import { replacePrefix as y, isMobileBrowser as h } from "agilebuilder-ui/src/utils/common-util";
5
+ import { getFormData as c, getAdditionalParamMap as u, refreshPage as m } from "../events/standard-event.js";
6
+ import { dynamicControlTableEdit as f, disabledAllFields as p, updateFormItemEditState as d } from "../events/validator-util.js";
7
+ import { deepCopy as g, getBaseUrl as y } from "../common-util.js";
8
+ import { replacePrefix as b, isMobileBrowser as h } from "agilebuilder-ui/src/utils/common-util";
9
9
  import { getFormModelFields as E, getModelFields as P } from "../page-init-util.js";
10
- import { getCustomFunc as C } from "../events/event-util.js";
11
- import { isHasFieldPermissionAuth as $ } from "../table-utils.js";
12
- const k = { showElement: function(e2, t2, n2) {
13
- n2 ? A(e2, "showElement", t2) : t2.forEach((t3) => {
14
- const n3 = r(e2, t3);
15
- n3 ? n3.show() : console.error(`未找到code为${t3}的组件`);
10
+ import { getCustomFunc as k } from "../events/event-util.js";
11
+ import { isHasFieldPermissionAuth as C } from "../table-utils.js";
12
+ const v = { showElement: function(e2, t2, n2) {
13
+ n2 ? O(e2, "showElement", t2) : t2.forEach((t3) => {
14
+ const n3 = s(e2, t3);
15
+ n3 && n3.show();
16
16
  });
17
17
  }, hideElement: function(e2, t2, n2) {
18
- n2 ? A(e2, "hideElement", t2) : t2.forEach((t3) => {
19
- const n3 = r(e2, t3);
20
- n3 ? n3.hide() : console.error(`未找到code为${t3}的组件`);
18
+ n2 ? O(e2, "hideElement", t2) : t2.forEach((t3) => {
19
+ const n3 = s(e2, t3);
20
+ n3 && n3.hide();
21
21
  });
22
22
  }, enableElement: function(e2, t2, n2) {
23
- n2 ? A(e2, "enableElement", t2) : t2.forEach((t3) => {
24
- const n3 = r(e2, t3);
23
+ n2 ? O(e2, "enableElement", t2) : t2.forEach((t3) => {
24
+ const n3 = s(e2, t3);
25
25
  if (n3) {
26
26
  const e3 = n3.getConfigure();
27
27
  e3 && e3.runtime.props && (e3.runtime.props.state = "enabled");
28
- } else console.error(`未找到code为${t3}的组件`);
28
+ }
29
29
  });
30
30
  }, disableElement: function(e2, t2, n2) {
31
- n2 ? A(e2, "disableElement", t2) : t2.forEach((t3) => {
32
- const n3 = r(e2, t3);
31
+ n2 ? O(e2, "disableElement", t2) : t2.forEach((t3) => {
32
+ const n3 = s(e2, t3);
33
33
  if (n3) {
34
34
  const e3 = n3.getConfigure();
35
35
  e3 && e3.runtime.props && (e3.runtime.props.state = "disabled");
36
- } else console.error(`未找到code为${t3}的组件`);
36
+ }
37
37
  });
38
38
  }, setEntityDataValue: function(e2, t2) {
39
39
  Object.keys(t2).forEach((n2) => {
@@ -48,55 +48,60 @@ const k = { showElement: function(e2, t2, n2) {
48
48
  o(e2.entity, i2.startsWith("${") ? i2 : "${" + t2 + "." + i2 + "}", n2[i2]);
49
49
  });
50
50
  }, dynamicControlFormEdit: function(e2, t2, n2) {
51
- n2 ? A(e2, "dynamicControlFormEdit", t2) : p(e2, t2);
51
+ n2 ? O(e2, "dynamicControlFormEdit", t2) : d(e2, t2);
52
52
  }, disabledAllFields(e2) {
53
- d(e2);
53
+ p(e2);
54
54
  }, dynamicControlTableEdit(e2, t2, n2) {
55
- m(e2, t2, n2);
55
+ f(e2, t2, n2);
56
56
  }, executeServiceFlow: function(e2, t2, n2) {
57
57
  const i2 = e2.code;
58
58
  n2 || (n2 = { entity: e2.entity.data, serviceVariables: {}, requestParams: u(e2), taskParamMap: e2.entity.task, dynamicDimensionValue: [], dynamicSortValue: "" }), n2.entity || (n2.entity = e2.entity.data), n2.requestParams || (n2.requestParams = u(e2)), n2.taskParamMap || (n2.taskParamMap = e2.entity.task);
59
- const o2 = e2.backendUrl, a2 = b(o2, e2.isTest);
59
+ const o2 = e2.backendUrl, a2 = y(o2, e2.isTest);
60
60
  return l.post(`${a2}/dsc/service-flow/execute/${i2}/${t2}`, n2);
61
61
  }, openPage: function(e2, t2) {
62
- s.$emit(e2.code + "_open-dialog", { pageContext: e2, eventParams: t2.eventParams, configureObj: { props: { linkPage: t2 } } });
62
+ r.$emit(e2.code + "_open-dialog", { pageContext: e2, eventParams: t2.eventParams, configureObj: { props: { linkPage: t2 } } });
63
63
  }, refreshPage: function(e2, t2) {
64
- f(e2, t2);
64
+ m(e2, t2);
65
65
  }, refreshSubTableHandle: function(e2, t2) {
66
66
  let n2;
67
- const i2 = r(e2, t2);
67
+ const i2 = s(e2, t2);
68
68
  if (i2) {
69
69
  const e3 = i2.getConfigure();
70
70
  e3 && e3.uuid && e3.name && "table" === e3.name && (n2 = e3.uuid);
71
71
  }
72
- n2 ? s.$emit("_refreshSubTableHandle_" + n2) : console.error("tableUUid is undefined");
72
+ n2 && r.$emit("_refreshSubTableHandle_" + n2);
73
73
  }, refreshChildData(e2, t2, n2) {
74
74
  let i2;
75
- const o2 = r(e2, t2);
75
+ const o2 = s(e2, t2);
76
76
  if (o2) {
77
77
  const e3 = o2.getConfigure();
78
78
  e3 && e3.uuid && e3.name && "table" === e3.name && (i2 = e3.uuid);
79
79
  }
80
- i2 ? s.$emit("_refreshChildData_" + i2, n2) : console.error("tableUUid is undefined");
81
- }, getServerConfigValue: (e2) => window.$vueApp.config.globalProperties[e2], getBackendUrl: (e2) => b(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) {
80
+ i2 && r.$emit("_refreshChildData_" + i2, n2);
81
+ }, 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) {
82
82
  const n2 = u(e2);
83
83
  return n2 ? n2[t2] : null;
84
- }, isMobile: () => h(), getComponentRefByProp: (e2, t2) => r(e2, t2), getComponentRefByCode: (e2, t2) => a(e2, t2), getFormViewData(o2) {
85
- var _a, _b, _c, _d, _e, _f, _g, _h;
86
- const r2 = o2.entity ? o2.entity : {}, s2 = g(r2), l2 = e(o2);
84
+ }, isMobile: () => h(), getComponentRefByProp: (e2, t2) => s(e2, t2), getComponentRefByCode: (e2, t2) => a(e2, t2), getFormViewData(o2) {
85
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j;
86
+ const s2 = o2.entity ? o2.entity : {}, r2 = g(s2), l2 = e(o2);
87
87
  for (const e2 in l2) {
88
- const r3 = t(o2, e2), l3 = a(o2, e2);
88
+ const s3 = t(o2, e2), l3 = a(o2, e2);
89
89
  if (l3) {
90
90
  const e3 = l3.getConfigure();
91
- if (e3 && ((_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))) if (e3.name && ("select" === e3.name && ((_h = (_g = e3.props) == null ? void 0 : _g.base) == null ? void 0 : _h.multiple) || "checkbox" === e3.name)) {
92
- const t2 = E(o2, e3), a2 = n(s2, t2);
91
+ 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)) {
92
+ 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))) {
93
+ const t2 = E(o2, e3), a2 = l3.getSelectItemsTitle(), s4 = a2 && a2.length > 0 ? a2 : n(r2, t2);
94
+ i(r2, t2, s4);
95
+ }
96
+ } else if (e3.name && ("select" === e3.name && ((_j = (_i = e3.props) == null ? void 0 : _i.base) == null ? void 0 : _j.multiple) || "checkbox" === e3.name)) {
97
+ const t2 = E(o2, e3), a2 = n(r2, t2);
93
98
  if (a2) {
94
- const e4 = j(a2.split(","), r3);
95
- i(s2, t2, e4);
99
+ const e4 = V(a2.split(","), s3);
100
+ i(r2, t2, e4);
96
101
  }
97
102
  } else {
98
- const t2 = E(o2, e3), a2 = j(n(s2, t2), r3);
99
- i(s2, t2, a2);
103
+ const t2 = E(o2, e3), a2 = V(n(r2, t2), s3);
104
+ i(r2, t2, a2);
100
105
  }
101
106
  }
102
107
  }
@@ -106,41 +111,41 @@ const k = { showElement: function(e2, t2, n2) {
106
111
  if (e2.indexOf("__") > 0 && (t2 = e2.substring(e2.lastIndexOf("__") + 2)), t2) {
107
112
  const i2 = a(o2, t2);
108
113
  if (i2) {
109
- const t3 = i2.getConfigure(), o3 = t3.code ? t3.code : e2, a2 = P(t3, o3), r3 = n(s2, a2);
110
- v(i2.getTableSelectOptions(e2), r3);
114
+ const t3 = i2.getConfigure(), o3 = t3.code ? t3.code : e2, a2 = P(t3, o3), s3 = n(r2, a2);
115
+ T(i2.getTableSelectOptions(e2), s3);
111
116
  }
112
117
  }
113
118
  }
114
- return s2.data;
115
- }, getFormData: (e2, t2) => c(e2, t2), getCustomFunc: (e2, t2) => C(e2, t2), replaceUrlPrefix: (e2) => y(e2), isHasFieldAuthPermission: (e2) => {
119
+ return r2.data;
120
+ }, getFormData: (e2, t2) => c(e2, t2), getCustomFunc: (e2, t2) => k(e2, t2), replaceUrlPrefix: (e2) => b(e2), isHasFieldAuthPermission: (e2) => {
116
121
  var _a, _b, _c, _d;
117
122
  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));
118
123
  }, isHasFieldAuth(e2, t2) {
119
- $(e2, null, t2);
124
+ C(e2, null, t2);
120
125
  }, isHasFieldAuthWithTable(e2, t2, n2) {
121
- $(e2, t2, n2);
126
+ C(e2, t2, n2);
122
127
  } };
123
- function v(e2, t2) {
128
+ function T(e2, t2) {
124
129
  e2 && t2 && t2.forEach((t3) => {
125
130
  Object.keys(e2).forEach((n2) => {
126
- const i2 = t3[n2], o2 = e2[n2], a2 = o2.options, r2 = o2.column;
127
- let s2;
128
- if (r2 && r2.componentType && ("multiselect" === r2.componentType || "checkbox" === r2.componentType)) {
131
+ const i2 = t3[n2], o2 = e2[n2], a2 = o2.options, s2 = o2.column;
132
+ let r2;
133
+ if (s2 && s2.componentType && ("multiselect" === s2.componentType || "checkbox" === s2.componentType)) {
129
134
  if (i2) {
130
- s2 = j(i2.split(","), a2);
135
+ r2 = V(i2.split(","), a2);
131
136
  }
132
- } else s2 = j(i2, a2);
133
- t3[n2] = s2;
137
+ } else r2 = V(i2, a2);
138
+ t3[n2] = r2;
134
139
  });
135
140
  });
136
141
  }
137
- function j(e2, t2) {
142
+ function V(e2, t2) {
138
143
  let n2;
139
144
  return null != e2 && t2 && (Array.isArray(e2) ? (n2 = "", e2.forEach((i2) => {
140
- n2 = n2 + V(e2, t2) + ",";
141
- }), n2.indexOf(",") > 0 && (n2 = n2.substring(0, n2.lastIndexOf(",")))) : (n2 = e2, n2 = V(e2, t2))), n2;
145
+ n2 = n2 + j(e2, t2) + ",";
146
+ }), n2.indexOf(",") > 0 && (n2 = n2.substring(0, n2.lastIndexOf(",")))) : (n2 = e2, n2 = j(e2, t2))), n2;
142
147
  }
143
- function V(e2, t2) {
148
+ function j(e2, t2) {
144
149
  let n2 = e2;
145
150
  if (null != e2 && t2) for (let i2 = 0; i2 < t2.length; i2++) {
146
151
  const o2 = t2[i2].value, a2 = t2[i2].label ? t2[i2].label : t2[i2].name;
@@ -151,9 +156,9 @@ function V(e2, t2) {
151
156
  }
152
157
  return n2;
153
158
  }
154
- function A(e2, t2, n2) {
159
+ function O(e2, t2, n2) {
155
160
  e2.initInfo || (e2.initInfo = {}), e2.initInfo[t2] = n2;
156
161
  }
157
162
  export {
158
- k as functions
163
+ v as functions
159
164
  };
@@ -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
- console.error(n2), e2.canClick = true;
149
+ e2.canClick = true;
150
150
  }) : A(e2, t2, c2, i2) : e2.canClick = true;
151
151
  }).catch((n2) => {
152
- console.error(n2), e2.canClick = true;
152
+ 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
- console.error(n2), e3.canClick = true;
217
+ 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,27 +3,26 @@ 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), r2 = [];
6
+ const a3 = JSON.parse(e2[0].template), i2 = [];
7
7
  a3.panels.forEach((e3) => {
8
8
  e3.printElements.forEach((e4) => {
9
- "barcode" !== e4.options.textType && "qrcode" !== e4.options.textType || r2.push(e4.options);
9
+ "barcode" !== e4.options.textType && "qrcode" !== e4.options.textType || i2.push(e4.options);
10
10
  });
11
11
  });
12
- const i = new t.PrintTemplate({ template: a3 }), l = { callback: () => {
12
+ const l = new t.PrintTemplate({ template: a3 }), r = { 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, r3) {
20
- const i2 = JSON.parse(JSON.stringify(e3.selections));
21
- if (i2.forEach((e4) => {
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) => {
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}`);
27
26
  }
28
27
  });
29
28
  }), n3.length > 0) {
@@ -31,51 +30,51 @@ function a(n2, a2) {
31
30
  n3.forEach((t3) => {
32
31
  e4.push(function(e5, t4) {
33
32
  return new Promise((n4, a5) => {
34
- const s3 = e5.field.split("."), r4 = [];
33
+ const s3 = e5.field.split("."), i4 = [];
35
34
  s3.length < 2 && n4([]);
36
35
  try {
37
36
  p(s3[1]).then((e6) => {
38
37
  t4.forEach((t5, n5) => {
39
38
  const a6 = { type: s3[0], name: s3[1], value: null, index: n5 };
40
- a6.value = o(JSON.parse(e6.barcodeModelItems), t5), r4.push(a6);
41
- }), n4(r4);
39
+ a6.value = o(JSON.parse(e6.barcodeModelItems), t5), i4.push(a6);
40
+ }), n4(i4);
42
41
  });
43
42
  } catch (e6) {
44
- console.error("获取条码规则失败:", e6), n4([]);
43
+ n4([]);
45
44
  }
46
45
  });
47
- }(t3, i2));
46
+ }(t3, l2));
48
47
  }), Promise.all(e4).then((e5) => {
49
48
  e5.forEach((e6) => {
50
49
  e6.forEach((e7) => {
51
- const t3 = e7.index, n4 = i2[t3];
50
+ const t3 = e7.index, n4 = l2[t3];
52
51
  n4[e7.type] || (n4[e7.type] = {}), n4[e7.type][e7.name] = e7.value;
53
52
  });
54
- }), a4.print(i2, s2, r3);
53
+ }), a4.print(l2, s2, i3);
55
54
  });
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);
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);
58
57
  });
59
58
  }
60
59
  function s(e2, t2, n2, a2, s2) {
61
60
  if (t2.length > 0) {
62
- const r2 = [];
61
+ const i2 = [];
63
62
  t2.forEach((t3) => {
64
- r2.push(function(e3, t4) {
63
+ i2.push(function(e3, t4) {
65
64
  return new Promise((n3, a3) => {
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];
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];
68
67
  try {
69
- p(r3.name).then((t5) => {
68
+ p(i3.name).then((t5) => {
70
69
  const a4 = JSON.parse(t5.barcodeModelItems);
71
- r3.value = o(a4, e3.entity.data), n3(r3);
70
+ i3.value = o(a4, e3.entity.data), n3(i3);
72
71
  });
73
72
  } catch (e4) {
74
- console.error("获取条码规则失败:", e4), n3(r3);
73
+ n3(i3);
75
74
  }
76
75
  });
77
76
  }(e2.pageContext, t3));
78
- }), Promise.all(r2).then((t3) => {
77
+ }), Promise.all(i2).then((t3) => {
79
78
  const o2 = {};
80
79
  t3.forEach((e3) => {
81
80
  e3.type && e3.name && e3.value && (o2[e3.type] || (o2[e3.type] = {}), o2[e3.type][e3.name] = e3.value);
@@ -93,8 +92,8 @@ function p(t2) {
93
92
  return e.get(window.$vueApp.config.globalProperties.baseAPI + `/dc/setting-barcode-models/by-name?name=${n2}`);
94
93
  }
95
94
  n();
96
- const r = { printLabel: a };
95
+ const i = { printLabel: a };
97
96
  export {
98
- r as default,
97
+ i as default,
99
98
  a as printLabel
100
99
  };
@@ -279,8 +279,7 @@ const D = { save: function(e2) {
279
279
  let t2 = null;
280
280
  try {
281
281
  if (t2 = e3.menuItem ? e3.menuItem.templateUuid : e3.configureObj.props.base.template[0].templateUuid, !t2) throw new Error("未找到模板");
282
- } catch (t3) {
283
- console.error("打印标签失败,未在配置中找到找到模板", t3, e3);
282
+ } catch (e4) {
284
283
  }
285
284
  A.printLabel(e3, t2);
286
285
  }(e2);
@@ -442,15 +441,16 @@ function q(e2, t2, s2, n2, o2, a2) {
442
441
  return $(e2, t2, s2, n2, o2, a2, null, null);
443
442
  }
444
443
  function H(t2, s2, n2, o2, a2) {
445
- const i2 = J(t2, s2, a2);
444
+ const i2 = G(t2, s2, a2);
446
445
  if (i2 && "list" === i2) !function(t3, s3, n3, o3) {
447
446
  let a3 = s3.props.base.successOperation;
448
447
  const i3 = s3.props.base.isNeedValueMapping, r2 = h(t3, s3);
449
448
  a3 || K.includes(s3.name) || (a3 = "refresh");
450
- if ("refresh" === a3) if (r2) {
451
- b(t3, r2).refresh();
452
- } else console.error("tableUuid is empty");
453
- else if ("closeWindow" === a3 || "closeWindowAndRefresh" === a3) {
449
+ if ("refresh" === a3) {
450
+ if (r2) {
451
+ b(t3, r2).refresh();
452
+ }
453
+ } else if ("closeWindow" === a3 || "closeWindowAndRefresh" === a3) {
454
454
  const o4 = e(t3.entity.page);
455
455
  let a4 = n3;
456
456
  a4 || (a4 = {}), Object.assign(o4, a4), Y(t3, s3, o4, i3);
@@ -462,25 +462,25 @@ function H(t2, s2, n2, o2, a2) {
462
462
  const n4 = s3;
463
463
  let o3;
464
464
  o3 = n4.entity ? n4.entity : n4, n4.formNo && (e2.initFormNo = n4.formNo);
465
- G(e2, t3, { ...o3, ...e2.entity.page });
465
+ J(e2, t3, { ...o3, ...e2.entity.page });
466
466
  } else {
467
467
  const s4 = t3.props.base.successOperation;
468
468
  if (s4 && null !== s4) {
469
- G(e2, t3, { ...e2.entity.page });
469
+ J(e2, t3, { ...e2.entity.page });
470
470
  } else e2.canClick = true;
471
471
  }
472
472
  n3 && l({ message: u().t(n3), type: "success", showClose: true });
473
473
  }(t2, s2, n2, o2);
474
474
  else {
475
475
  const e2 = s2.props.base.successOperation;
476
- e2 && null !== e2 ? G(t2, s2, null) : t2.canClick = true;
476
+ e2 && null !== e2 ? J(t2, s2, null) : t2.canClick = true;
477
477
  }
478
478
  }
479
- function J(e2, t2, s2) {
479
+ function G(e2, t2, s2) {
480
480
  let n2;
481
481
  return void 0 === s2 ? n2 = t2.props.base.tableUuid ? "list" : null : false === s2 && (n2 = "form"), n2 || (n2 = e2.pageType), n2;
482
482
  }
483
- function G(e2, t2, s2) {
483
+ function J(e2, t2, s2) {
484
484
  const n2 = t2.props.base.successOperation;
485
485
  if (!n2 || null === n2) return;
486
486
  const o2 = t2.props.base.isNeedValueMapping;
@@ -516,13 +516,13 @@ function X(e2, t2, s2, n2) {
516
516
  t2 && !t2.props.base && (t2.props.base = {});
517
517
  let o2 = n2;
518
518
  o2 || (o2 = s2 ? "refresh" : (_a = t2.props.base) == null ? void 0 : _a.successOperation);
519
- const a2 = J(e2, t2);
519
+ const a2 = G(e2, t2);
520
520
  if (a2 && "list" === a2 && !o2 && (o2 = "refresh"), "refresh" === o2) {
521
521
  if (a2 && "list" === a2) {
522
522
  const s3 = h(e2, t2);
523
523
  if (s3) {
524
524
  b(e2, s3).refresh();
525
- } else console.error("tableUuid is empty");
525
+ }
526
526
  } else if (a2 && "form" === a2) {
527
527
  const t3 = e2.entity.data;
528
528
  he(e2, t3.ID ? t3.ID : t3.id);
@@ -623,7 +623,7 @@ function te(e2) {
623
623
  const p2 = (_a = n2.props.base) == null ? void 0 : _a.logSetting;
624
624
  p2 && (c2.logSettingText = p2.join("")), c2.systemCode || (c2.systemCode = a2);
625
625
  const d2 = ce(t2);
626
- c2.additionalParamMap = d2, d2.ids && d2.ids.length > 0 && ("string" == typeof d2.ids ? c2.ids = d2.ids.split(",") : Array.isArray(d2.ids) ? c2.ids = d2.ids : "number" == typeof ids ? c2.ids = [d2.ids] : console.error("ids参数类型错误"));
626
+ c2.additionalParamMap = d2, d2.ids && d2.ids.length > 0 && ("string" == typeof d2.ids ? c2.ids = d2.ids.split(",") : Array.isArray(d2.ids) ? c2.ids = d2.ids : "number" == typeof ids && (c2.ids = [d2.ids]));
627
627
  const m2 = n2.props.base.successOperation;
628
628
  return m2 && "noOperation" === m2 && (c2.unControlVersion = true), c2.isWorkflowEntity = true, c2;
629
629
  }
@@ -902,7 +902,7 @@ function we(e2, t2, s2, n2, o2) {
902
902
  if (e3.processState && "SUBMIT" === e3.processState && "WAIT_TRANSACT" === e3.active && "COUNTERSIGN" === e3.processingMode && e3.showButtonDelCounter) return true;
903
903
  return false;
904
904
  }(t2) : "retrieveTask" === e2 ? a2 = function(e3) {
905
- if (e3.processState && "SUBMIT" === e3.processState && function(e4) {
905
+ if (e3.processState && "SUBMIT" === e3.processState && true === e3.showButtonGetBack && function(e4) {
906
906
  if ("COMPLETED" !== e4.active) return false;
907
907
  if ("TYPE_READ" === e4.processingMode) return false;
908
908
  if (!e4.showButtonGetBack) return false;
@@ -960,7 +960,7 @@ function ye(e2, s2, o2) {
960
960
  let d2 = t2 || null, m2 = t2 ? [t2] : null;
961
961
  void 0 === s3 || s3 ? (d2 || (d2 = p2 && p2.id ? p2.id : null), m2 || (m2 = p2 ? p2.ids : null)) : (d2 = null, m2 = null, p2._id = p2.id, p2.id = null);
962
962
  const g2 = p2 ? p2.taskId : null, C2 = u2, b2 = { pageCode: u2, pageVersion: l2, tableName: e3.tableName, formNoRuleCode: e3.formNoRuleCode, isWorkflowEntity: true, systemCode: i2, functionCode: C2 + ".workflowGets", listCodesMap: e3.listCodesMap, listCodesInitSearchForm: e3.listCodesInitSearchForm };
963
- if (e3.listCodesMap, (!e3.listCodesMap || 0 === Object.keys(e3.listCodesMap).length) && e3.tableUuids) {
963
+ if ((!e3.listCodesMap || 0 === Object.keys(e3.listCodesMap).length) && e3.tableUuids) {
964
964
  const t3 = {};
965
965
  e3.tableUuids.forEach((e4) => {
966
966
  const s4 = r(u2, l2, e4);
@@ -1014,7 +1014,7 @@ function ye(e2, s2, o2) {
1014
1014
  let d2 = t2 || null, m2 = t2 ? [t2] : null;
1015
1015
  void 0 === s3 || s3 ? (d2 || (d2 = p2 && p2.id ? p2.id : null), m2 || (m2 = p2 ? p2.ids : null)) : (d2 = null, m2 = null, p2._id = p2.id, p2.id = null);
1016
1016
  const g2 = p2 ? p2.taskId : null, C2 = u2, b2 = n(e3.backendUrl, e3.isTest), T2 = { pageCode: u2, pageVersion: l2, tableName: e3.tableName, formNoRuleCode: e3.formNoRuleCode, id: d2, systemCode: i2, functionCode: C2 + ".gets", listCodesMap: e3.listCodesMap, listCodesInitSearchForm: e3.listCodesInitSearchForm };
1017
- if (!T2.id && p2 && p2._t_ && f(p2._t_ + "_id") && (T2.id = f(p2._t_ + "_id")), m2 && (T2.ids = Pe(m2)), e3.notIdInitializationList && (T2.noIdAndTaskIdInitSetting = JSON.stringify(e3.notIdInitializationList)), p2 && (T2.additionalParamMap = p2), e3.beanName && (T2.beanName = e3.beanName), g2 && (T2.taskId = g2), e3.listCodesMap, (!e3.listCodesMap || 0 === Object.keys(e3.listCodesMap).length) && e3.tableUuids) {
1017
+ if (!T2.id && p2 && p2._t_ && f(p2._t_ + "_id") && (T2.id = f(p2._t_ + "_id")), m2 && (T2.ids = Pe(m2)), e3.notIdInitializationList && (T2.noIdAndTaskIdInitSetting = JSON.stringify(e3.notIdInitializationList)), p2 && (T2.additionalParamMap = p2), e3.beanName && (T2.beanName = e3.beanName), g2 && (T2.taskId = g2), (!e3.listCodesMap || 0 === Object.keys(e3.listCodesMap).length) && e3.tableUuids) {
1018
1018
  const t3 = {};
1019
1019
  e3.tableUuids.forEach((e4) => {
1020
1020
  const s4 = r(u2, l2, e4);
@@ -182,7 +182,7 @@ function h(e2, n2, r2) {
182
182
  }), r3.includes(false) && e6(false), s2.length > 0 ? Promise.all(s2).then((t3) => {
183
183
  t3.includes(false) ? e6(false) : e6(true);
184
184
  }).catch((t3) => {
185
- console.error(t3), e6(false);
185
+ e6(false);
186
186
  }) : e6(true);
187
187
  });
188
188
  return null;