super-page-runtime 2.3.14-sit3 → 2.3.14
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/es/components/runtime/utils/api/page-expose-util.js +50 -50
- package/dist/es/components/runtime/utils/charts/chart-columnline-util.js +57 -57
- package/dist/es/components/runtime/utils/events/event-util.js +3 -3
- package/dist/es/components/runtime/utils/events/print-label.js +26 -25
- package/dist/es/components/runtime/utils/events/standard-event.js +89 -72
- package/dist/es/components/runtime/utils/events/validator-util.js +1 -1
- package/dist/es/components/runtime/utils/page-init-util.js +92 -109
- package/dist/es/components/runtime/utils/page-store.js +10 -10
- package/dist/es/components/runtime/utils/table-utils.js +1 -1
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +10 -6
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +8 -6
- package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.js +98 -93
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +3 -2
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +11 -9
- package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +2 -0
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.js +12 -10
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +18 -18
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +18 -19
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +16 -16
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +6 -6
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +42 -53
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +4 -4
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +38 -37
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +7 -5
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +4 -3
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +15 -14
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +11 -11
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/home-chart-render.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/object-render.vue.js +17 -17
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/home-chart.vue.js +7 -7
- package/dist/es/components/runtime/views/super-page-dialog.vue.js +1 -0
- package/dist/es/components/runtime/views/super-page.vue.d.ts +0 -2
- package/dist/es/components/runtime/views/super-page.vue.js +1 -1
- package/dist/es/components/runtime/views/super-page.vue2.js +182 -185
- package/dist/es/style.css +76 -76
- package/package.json +2 -2
- package/dist/es/components/runtime/utils/ai-chat-util.js +0 -16
|
@@ -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
|
|
3
|
-
import
|
|
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 f } from "../events/standard-event.js";
|
|
6
|
-
import { dynamicControlTableEdit as m, disabledAllFields as
|
|
7
|
-
import { deepCopy as g, getBaseUrl as
|
|
8
|
-
import { replacePrefix as
|
|
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";
|
|
9
9
|
import { getFormModelFields as E, getModelFields as P } from "../page-init-util.js";
|
|
10
10
|
import { getCustomFunc as C } from "../events/event-util.js";
|
|
11
|
-
import { isHasFieldPermissionAuth as
|
|
12
|
-
const
|
|
11
|
+
import { isHasFieldPermissionAuth as $ } from "../table-utils.js";
|
|
12
|
+
const k = { showElement: function(e2, t2, n2) {
|
|
13
13
|
n2 ? A(e2, "showElement", t2) : t2.forEach((t3) => {
|
|
14
|
-
const n3 =
|
|
15
|
-
n3
|
|
14
|
+
const n3 = r(e2, t3);
|
|
15
|
+
n3 ? n3.show() : console.error(`未找到code为${t3}的组件`);
|
|
16
16
|
});
|
|
17
17
|
}, hideElement: function(e2, t2, n2) {
|
|
18
18
|
n2 ? A(e2, "hideElement", t2) : t2.forEach((t3) => {
|
|
19
|
-
const n3 =
|
|
20
|
-
n3
|
|
19
|
+
const n3 = r(e2, t3);
|
|
20
|
+
n3 ? n3.hide() : console.error(`未找到code为${t3}的组件`);
|
|
21
21
|
});
|
|
22
22
|
}, enableElement: function(e2, t2, n2) {
|
|
23
23
|
n2 ? A(e2, "enableElement", t2) : t2.forEach((t3) => {
|
|
24
|
-
const n3 =
|
|
24
|
+
const n3 = r(e2, t3);
|
|
25
25
|
if (n3) {
|
|
26
26
|
const e3 = n3.getConfigure();
|
|
27
27
|
e3 && e3.runtime.props && (e3.runtime.props.state = "enabled");
|
|
28
|
-
}
|
|
28
|
+
} else console.error(`未找到code为${t3}的组件`);
|
|
29
29
|
});
|
|
30
30
|
}, disableElement: function(e2, t2, n2) {
|
|
31
31
|
n2 ? A(e2, "disableElement", t2) : t2.forEach((t3) => {
|
|
32
|
-
const n3 =
|
|
32
|
+
const n3 = r(e2, t3);
|
|
33
33
|
if (n3) {
|
|
34
34
|
const e3 = n3.getConfigure();
|
|
35
35
|
e3 && e3.runtime.props && (e3.runtime.props.state = "disabled");
|
|
36
|
-
}
|
|
36
|
+
} else console.error(`未找到code为${t3}的组件`);
|
|
37
37
|
});
|
|
38
38
|
}, setEntityDataValue: function(e2, t2) {
|
|
39
39
|
Object.keys(t2).forEach((n2) => {
|
|
@@ -48,55 +48,55 @@ const v = { 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) :
|
|
51
|
+
n2 ? A(e2, "dynamicControlFormEdit", t2) : p(e2, t2);
|
|
52
52
|
}, disabledAllFields(e2) {
|
|
53
|
-
|
|
53
|
+
d(e2);
|
|
54
54
|
}, dynamicControlTableEdit(e2, t2, n2) {
|
|
55
55
|
m(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 =
|
|
59
|
+
const o2 = e2.backendUrl, a2 = b(o2, e2.isTest);
|
|
60
60
|
return l.post(`${a2}/dsc/service-flow/execute/${i2}/${t2}`, n2);
|
|
61
61
|
}, openPage: function(e2, t2) {
|
|
62
|
-
|
|
62
|
+
s.$emit(e2.code + "_open-dialog", { pageContext: e2, eventParams: t2.eventParams, configureObj: { props: { linkPage: t2 } } });
|
|
63
63
|
}, refreshPage: function(e2, t2) {
|
|
64
64
|
f(e2, t2);
|
|
65
65
|
}, refreshSubTableHandle: function(e2, t2) {
|
|
66
66
|
let n2;
|
|
67
|
-
const i2 =
|
|
67
|
+
const i2 = r(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
|
|
72
|
+
n2 ? s.$emit("_refreshSubTableHandle_" + n2) : console.error("tableUUid is undefined");
|
|
73
73
|
}, refreshChildData(e2, t2, n2) {
|
|
74
74
|
let i2;
|
|
75
|
-
const o2 =
|
|
75
|
+
const o2 = r(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
|
|
81
|
-
}, getServerConfigValue: (e2) => window.$vueApp.config.globalProperties[e2], getBackendUrl: (e2) =>
|
|
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) {
|
|
82
82
|
const n2 = u(e2);
|
|
83
83
|
return n2 ? n2[t2] : null;
|
|
84
|
-
}, isMobile: () => h(), getComponentRefByProp: (e2, t2) =>
|
|
84
|
+
}, isMobile: () => h(), getComponentRefByProp: (e2, t2) => r(e2, t2), getComponentRefByCode: (e2, t2) => a(e2, t2), getFormViewData(o2) {
|
|
85
85
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
86
|
-
const
|
|
86
|
+
const r2 = o2.entity ? o2.entity : {}, s2 = g(r2), l2 = e(o2);
|
|
87
87
|
for (const e2 in l2) {
|
|
88
|
-
const
|
|
88
|
+
const r3 = t(o2, e2), l3 = a(o2, e2);
|
|
89
89
|
if (l3) {
|
|
90
90
|
const e3 = l3.getConfigure();
|
|
91
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(
|
|
92
|
+
const t2 = E(o2, e3), a2 = n(s2, t2);
|
|
93
93
|
if (a2) {
|
|
94
|
-
const e4 =
|
|
95
|
-
i(
|
|
94
|
+
const e4 = j(a2.split(","), r3);
|
|
95
|
+
i(s2, t2, e4);
|
|
96
96
|
}
|
|
97
97
|
} else {
|
|
98
|
-
const t2 = E(o2, e3), a2 =
|
|
99
|
-
i(
|
|
98
|
+
const t2 = E(o2, e3), a2 = j(n(s2, t2), r3);
|
|
99
|
+
i(s2, t2, a2);
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
}
|
|
@@ -106,41 +106,41 @@ const v = { showElement: function(e2, t2, n2) {
|
|
|
106
106
|
if (e2.indexOf("__") > 0 && (t2 = e2.substring(e2.lastIndexOf("__") + 2)), t2) {
|
|
107
107
|
const i2 = a(o2, t2);
|
|
108
108
|
if (i2) {
|
|
109
|
-
const t3 = i2.getConfigure(), o3 = t3.code ? t3.code : e2, a2 = P(t3, o3),
|
|
110
|
-
|
|
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);
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
|
-
return
|
|
115
|
-
}, getFormData: (e2, t2) => c(e2, t2), getCustomFunc: (e2, t2) => C(e2, t2), replaceUrlPrefix: (e2) =>
|
|
114
|
+
return s2.data;
|
|
115
|
+
}, getFormData: (e2, t2) => c(e2, t2), getCustomFunc: (e2, t2) => C(e2, t2), replaceUrlPrefix: (e2) => y(e2), isHasFieldAuthPermission: (e2) => {
|
|
116
116
|
var _a, _b, _c, _d;
|
|
117
117
|
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
118
|
}, isHasFieldAuth(e2, t2) {
|
|
119
|
-
|
|
119
|
+
$(e2, null, t2);
|
|
120
120
|
}, isHasFieldAuthWithTable(e2, t2, n2) {
|
|
121
|
-
|
|
121
|
+
$(e2, t2, n2);
|
|
122
122
|
} };
|
|
123
|
-
function
|
|
123
|
+
function v(e2, t2) {
|
|
124
124
|
e2 && t2 && t2.forEach((t3) => {
|
|
125
125
|
Object.keys(e2).forEach((n2) => {
|
|
126
|
-
const i2 = t3[n2], o2 = e2[n2], a2 = o2.options,
|
|
127
|
-
let
|
|
128
|
-
if (
|
|
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)) {
|
|
129
129
|
if (i2) {
|
|
130
|
-
|
|
130
|
+
s2 = j(i2.split(","), a2);
|
|
131
131
|
}
|
|
132
|
-
} else
|
|
133
|
-
t3[n2] =
|
|
132
|
+
} else s2 = j(i2, a2);
|
|
133
|
+
t3[n2] = s2;
|
|
134
134
|
});
|
|
135
135
|
});
|
|
136
136
|
}
|
|
137
|
-
function
|
|
137
|
+
function j(e2, t2) {
|
|
138
138
|
let n2;
|
|
139
139
|
return null != e2 && t2 && (Array.isArray(e2) ? (n2 = "", e2.forEach((i2) => {
|
|
140
|
-
n2 = n2 +
|
|
141
|
-
}), n2.indexOf(",") > 0 && (n2 = n2.substring(0, n2.lastIndexOf(",")))) : (n2 = e2, n2 =
|
|
140
|
+
n2 = n2 + V(e2, t2) + ",";
|
|
141
|
+
}), n2.indexOf(",") > 0 && (n2 = n2.substring(0, n2.lastIndexOf(",")))) : (n2 = e2, n2 = V(e2, t2))), n2;
|
|
142
142
|
}
|
|
143
|
-
function
|
|
143
|
+
function V(e2, t2) {
|
|
144
144
|
let n2 = e2;
|
|
145
145
|
if (null != e2 && t2) for (let i2 = 0; i2 < t2.length; i2++) {
|
|
146
146
|
const o2 = t2[i2].value, a2 = t2[i2].label ? t2[i2].label : t2[i2].name;
|
|
@@ -155,5 +155,5 @@ function A(e2, t2, n2) {
|
|
|
155
155
|
e2.initInfo || (e2.initInfo = {}), e2.initInfo[t2] = n2;
|
|
156
156
|
}
|
|
157
157
|
export {
|
|
158
|
-
|
|
158
|
+
k as functions
|
|
159
159
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { getValueFromSource as e, formatVariableValue as
|
|
1
|
+
import { getValueFromSource as e, formatVariableValue as t, setValueForVariableName as i } from "../page-helper-util.js";
|
|
2
2
|
import { deepCopy as s } from "../common-util.js";
|
|
3
3
|
import { setDefaultGrid as o, CommonName as a, caculateFormulaValue as l, sortDatas as n, limitDatas as r, executeChartFormula as u } from "./chart-util.js";
|
|
4
4
|
import { handleChartEvent as c } from "../events/event-util.js";
|
|
5
5
|
function d(d2, f, p, m) {
|
|
6
6
|
if (!m || !m.result) return;
|
|
7
|
-
o(p), c(d2, f, "beforeUpdateChart", p, { resultData: m });
|
|
7
|
+
o(p), p.tooltip || (p.tooltip = {}), c(d2, f, "beforeUpdateChart", p, { resultData: m });
|
|
8
8
|
const h = m && m.result ? m.result : {};
|
|
9
9
|
let y = m && m.groupValue ? m.groupValue : void 0;
|
|
10
10
|
const g = f.serviceDataField;
|
|
@@ -19,39 +19,39 @@ function d(d2, f, p, m) {
|
|
|
19
19
|
for (const e2 of F) S[e2.group] = e2.target, e2.target && !D.includes(e2.target) && (D.push(e2.target), y.includes(e2.group) && x.push(e2.target));
|
|
20
20
|
let N = f.props ? f.props.mulGroupShow : "";
|
|
21
21
|
N = "break" == N ? "\r\n" : " ";
|
|
22
|
-
for (const
|
|
23
|
-
if (!
|
|
24
|
-
const
|
|
22
|
+
for (const t2 of v) {
|
|
23
|
+
if (!t2) continue;
|
|
24
|
+
const i2 = [];
|
|
25
25
|
for (const s3 of y) {
|
|
26
|
-
const o2 = S[s3], a2 = e(
|
|
27
|
-
a2 &&
|
|
26
|
+
const o2 = S[s3], a2 = e(t2, o2, void 0);
|
|
27
|
+
a2 && i2.push(a2);
|
|
28
28
|
}
|
|
29
|
-
const s2 =
|
|
30
|
-
|
|
29
|
+
const s2 = i2.join(N);
|
|
30
|
+
t2[a.X_FIELD_NAME] = s2;
|
|
31
31
|
}
|
|
32
32
|
const E = f.items ? f.items : [], A = [], _ = {}, b = [], w = {}, C = [], I = [], X = /* @__PURE__ */ new Set(), L = l(E, v, X);
|
|
33
33
|
for (const e2 of X) C.push(e2);
|
|
34
34
|
for (const e2 of E) {
|
|
35
|
-
const
|
|
35
|
+
const t2 = e2.props ? e2.props : {}, i2 = t2.yaxisSource, s2 = t2.yaxisField, o2 = t2.isCumulative;
|
|
36
36
|
let a2 = null;
|
|
37
|
-
if (!s2 ||
|
|
38
|
-
let
|
|
39
|
-
for (const e3 in L)
|
|
40
|
-
a2 = { uuid: e2.uuid, type: "formula", formula:
|
|
41
|
-
} else a2 = { uuid: e2.uuid, type: "fixed", field:
|
|
37
|
+
if (!s2 || i2 && "variable" != i2) if ("formula" == i2) {
|
|
38
|
+
let i3 = t2.formula ? t2.formula : "";
|
|
39
|
+
for (const e3 in L) i3 = i3.replace(new RegExp(e3.replace("$", "\\$"), "g"), L[e3]);
|
|
40
|
+
a2 = { uuid: e2.uuid, type: "formula", formula: i3, data: [], dynamicDatas: [] };
|
|
41
|
+
} else a2 = { uuid: e2.uuid, type: "fixed", field: t2.yaxisFix, data: [], dynamicDatas: [] };
|
|
42
42
|
else a2 = { uuid: e2.uuid, type: "variable", field: s2, isCumulative: o2, data: [], dynamicDatas: [] }, s2 && !C.includes(s2) && C.push(s2), s2 && !I.includes(s2) && I.push(s2), o2 && !X.has(s2) && X.add(s2);
|
|
43
|
-
null != a2 && (A.push(a2), _[e2.uuid] = a2),
|
|
43
|
+
null != a2 && (A.push(a2), _[e2.uuid] = a2), t2.dynamicSeriesField && !b.includes(t2.dynamicSeriesField) && a2 && (a2.dynamicField = t2.dynamicSeriesField, a2.dynamicSeriesTitle = t2.dynamicSeriesTitle, a2.dynamicShowStack = t2.dynamicShowStack, b.push(t2.dynamicSeriesField), w[t2.dynamicSeriesField] = s2);
|
|
44
44
|
}
|
|
45
45
|
const M = {};
|
|
46
46
|
if (b.length > 0) {
|
|
47
|
-
const
|
|
47
|
+
const t2 = [], i2 = {};
|
|
48
48
|
for (const s2 of v) if (s2) for (const o2 of C) {
|
|
49
49
|
const l2 = s2[a.X_FIELD_NAME];
|
|
50
|
-
let n2 =
|
|
50
|
+
let n2 = i2[l2];
|
|
51
51
|
if (!n2) {
|
|
52
52
|
n2 = {};
|
|
53
53
|
for (const e2 of D) n2[e2] = s2[e2];
|
|
54
|
-
n2[a.X_FIELD_NAME] = s2[a.X_FIELD_NAME],
|
|
54
|
+
n2[a.X_FIELD_NAME] = s2[a.X_FIELD_NAME], i2[l2] = n2, t2.push(n2);
|
|
55
55
|
}
|
|
56
56
|
let r2 = e(s2, o2, void 0);
|
|
57
57
|
if (!isNaN(r2)) {
|
|
@@ -59,72 +59,72 @@ function d(d2, f, p, m) {
|
|
|
59
59
|
isNaN || (r2 += e2), n2[o2] = r2;
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
|
-
for (const
|
|
62
|
+
for (const t3 of b) {
|
|
63
63
|
const s2 = [];
|
|
64
64
|
for (const o2 of v) {
|
|
65
65
|
if (!o2) continue;
|
|
66
|
-
const l2 =
|
|
66
|
+
const l2 = i2[o2[a.X_FIELD_NAME]];
|
|
67
67
|
if (!l2) continue;
|
|
68
|
-
let n2 = e(o2,
|
|
68
|
+
let n2 = e(o2, t3, void 0);
|
|
69
69
|
n2 = null == n2 || null == n2 ? "" : n2, s2.includes(n2) || (s2.push(n2), I.push(n2), X.add(n2));
|
|
70
|
-
const r2 = w[
|
|
70
|
+
const r2 = w[t3];
|
|
71
71
|
if (void 0 !== r2) {
|
|
72
|
-
const
|
|
73
|
-
let
|
|
74
|
-
void 0 ===
|
|
72
|
+
const t4 = e(o2, r2, void 0);
|
|
73
|
+
let i3 = l2[n2];
|
|
74
|
+
void 0 === i3 ? i3 = t4 : isNaN(t4) || (i3 += t4), l2[n2] = i3;
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
|
-
M[
|
|
77
|
+
M[t3] = s2;
|
|
78
78
|
}
|
|
79
|
-
v =
|
|
79
|
+
v = t2;
|
|
80
80
|
}
|
|
81
81
|
n(d2, f, v), v = r(d2, f, v, D, I);
|
|
82
82
|
const j = [], k = {};
|
|
83
|
-
for (const
|
|
84
|
-
for (const
|
|
85
|
-
const s2 = e(
|
|
86
|
-
let o2 = k[
|
|
87
|
-
void 0 === s2 || isNaN(s2) || (void 0 === o2 ? o2 = s2 : o2 += s2), k[
|
|
83
|
+
for (const t2 of v) if (t2) {
|
|
84
|
+
for (const i2 of X) {
|
|
85
|
+
const s2 = e(t2, i2, void 0);
|
|
86
|
+
let o2 = k[i2];
|
|
87
|
+
void 0 === s2 || isNaN(s2) || (void 0 === o2 ? o2 = s2 : o2 += s2), k[i2] = o2;
|
|
88
88
|
}
|
|
89
|
-
j.push(
|
|
90
|
-
for (const
|
|
91
|
-
let s2 =
|
|
92
|
-
const o2 =
|
|
93
|
-
if (
|
|
94
|
-
let a2 = M[
|
|
89
|
+
j.push(t2[a.X_FIELD_NAME]);
|
|
90
|
+
for (const i2 of A) {
|
|
91
|
+
let s2 = i2.data;
|
|
92
|
+
const o2 = i2.dynamicDatas;
|
|
93
|
+
if (i2.dynamicField) {
|
|
94
|
+
let a2 = M[i2.dynamicField];
|
|
95
95
|
a2 = a2 || [];
|
|
96
96
|
for (let l2 = 0; l2 < a2.length; l2++) {
|
|
97
97
|
l2 >= o2.length && o2.push([]), s2 = o2[l2];
|
|
98
98
|
const n2 = a2[l2];
|
|
99
|
-
let r2 = e(
|
|
100
|
-
|
|
99
|
+
let r2 = e(t2, n2, void 0);
|
|
100
|
+
i2.isCumulative && (r2 = k[n2]), s2.push(r2);
|
|
101
101
|
}
|
|
102
|
-
} else if ("fixed" ===
|
|
103
|
-
else if ("variable" ===
|
|
104
|
-
let o3 = e(
|
|
105
|
-
|
|
106
|
-
} else if ("formula" ===
|
|
107
|
-
const e2 = u(
|
|
102
|
+
} else if ("fixed" === i2.type) s2.push(i2.field);
|
|
103
|
+
else if ("variable" === i2.type) {
|
|
104
|
+
let o3 = e(t2, i2.field, void 0);
|
|
105
|
+
i2.isCumulative && (o3 = k[i2.field]), s2.push(o3);
|
|
106
|
+
} else if ("formula" === i2.type) {
|
|
107
|
+
const e2 = u(i2.formula, k, t2, d2);
|
|
108
108
|
s2.push(e2);
|
|
109
109
|
} else s2.push(void 0);
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
const T = f.defaultSeries, V = s(null == T ? [] : T), $ = [];
|
|
113
113
|
for (const e2 of V) {
|
|
114
|
-
const
|
|
115
|
-
if (
|
|
116
|
-
let o2 = M[
|
|
114
|
+
const i2 = _[e2.uuid];
|
|
115
|
+
if (i2.dynamicField) {
|
|
116
|
+
let o2 = M[i2.dynamicField];
|
|
117
117
|
o2 = o2 || [];
|
|
118
|
-
const a2 =
|
|
118
|
+
const a2 = i2.dynamicDatas ? i2.dynamicDatas : [];
|
|
119
119
|
for (let l2 = 0; l2 < o2.length; l2++) {
|
|
120
120
|
const n2 = o2[l2], r2 = s(e2);
|
|
121
|
-
if (
|
|
122
|
-
const e3 =
|
|
123
|
-
r2.name =
|
|
121
|
+
if (i2.dynamicSeriesTitle) {
|
|
122
|
+
const e3 = i2.dynamicSeriesTitle.replace("${name}", n2);
|
|
123
|
+
r2.name = t(d2, e3);
|
|
124
124
|
} else r2.name = n2;
|
|
125
|
-
r2.data = l2 < a2.length ? a2[l2] : [], "bar" == e2.type &&
|
|
125
|
+
r2.data = l2 < a2.length ? a2[l2] : [], "bar" == e2.type && i2.dynamicShowStack && (r2.stack = e2.uuid), $.push(r2);
|
|
126
126
|
}
|
|
127
|
-
} else e2.data =
|
|
127
|
+
} else e2.data = i2 ? i2.data : [], $.push(e2);
|
|
128
128
|
}
|
|
129
129
|
p.series = $;
|
|
130
130
|
const G = f.defaultXaxis, R = f.defaultYaxis;
|
|
@@ -133,7 +133,7 @@ function d(d2, f, p, m) {
|
|
|
133
133
|
p.xAxis = G, p.yAxis = R;
|
|
134
134
|
} else G && G.length > 0 && (G[0].data = j), p.xAxis = G, p.yAxis = R;
|
|
135
135
|
const U = f.props ? f.props.selGroupVariable : null;
|
|
136
|
-
!(f.props ? f.props.enableDrill : null) && U && (f.highlightInfos = [],
|
|
136
|
+
!(f.props ? f.props.enableDrill : null) && U && (f.highlightInfos = [], i(d2.entity, U, null)), c(d2, f, "afterUpdateChart", p, { resultData: m }), f.groupFields = x, f.cacheDatas = v, f.rawResult = m;
|
|
137
137
|
}
|
|
138
138
|
export {
|
|
139
139
|
d as updateChartOption
|
|
@@ -146,10 +146,10 @@ function F(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 T(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),
|
|
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 ||
|
|
9
|
+
"barcode" !== e4.options.textType && "qrcode" !== e4.options.textType || r2.push(e4.options);
|
|
10
10
|
});
|
|
11
11
|
});
|
|
12
|
-
const
|
|
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,
|
|
20
|
-
const
|
|
21
|
-
if (
|
|
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("."),
|
|
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),
|
|
40
|
-
}), n4(
|
|
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,
|
|
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 =
|
|
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(
|
|
54
|
+
}), a4.print(i2, s2, r3);
|
|
54
55
|
});
|
|
55
|
-
} else a4.print(
|
|
56
|
-
}(n2, f,
|
|
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
|
|
62
|
+
const r2 = [];
|
|
62
63
|
t2.forEach((t3) => {
|
|
63
|
-
|
|
64
|
+
r2.push(function(e3, t4) {
|
|
64
65
|
return new Promise((n3, a3) => {
|
|
65
|
-
const s3 = t4.field.split("."),
|
|
66
|
-
s3.length < 2 && n3(
|
|
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(
|
|
69
|
+
p(r3.name).then((t5) => {
|
|
69
70
|
const a4 = JSON.parse(t5.barcodeModelItems);
|
|
70
|
-
|
|
71
|
+
r3.value = o(a4, e3.entity.data), n3(r3);
|
|
71
72
|
});
|
|
72
73
|
} catch (e4) {
|
|
73
|
-
n3(
|
|
74
|
+
console.error("获取条码规则失败:", e4), n3(r3);
|
|
74
75
|
}
|
|
75
76
|
});
|
|
76
77
|
}(e2.pageContext, t3));
|
|
77
|
-
}), Promise.all(
|
|
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
|
|
96
|
+
const r = { printLabel: a };
|
|
96
97
|
export {
|
|
97
|
-
|
|
98
|
+
r as default,
|
|
98
99
|
a as printLabel
|
|
99
100
|
};
|