super-page-runtime 2.3.43-sit2 → 2.3.43
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 +136 -136
- package/dist/es/components/runtime/utils/events/event-util.js +122 -122
- package/dist/es/components/runtime/utils/events/print-label.js +34 -33
- package/dist/es/components/runtime/utils/events/standard-event.js +22 -22
- package/dist/es/components/runtime/utils/events/validator-util.js +84 -81
- package/dist/es/components/runtime/utils/page-init-util.js +43 -41
- 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/common/home-chart-condition-render.vue.js +8 -8
- 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 +100 -95
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +3 -2
- package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue.js +13 -13
- 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 +5 -5
- 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 +11 -9
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +1 -1
- 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 +22 -22
- 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 +7 -6
- package/dist/es/components/runtime/views/assemblys/form/image-upload/imageupload-runtime.vue2.js +6 -5
- 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 +48 -47
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +6 -4
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +9 -7
- 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.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +91 -72
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +9 -8
- 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 +11 -9
- package/dist/es/components/runtime/views/assemblys/page-bottom.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.js +1 -1
- 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.vue2.js +4 -3
- package/dist/es/style.css +54 -54
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { isMobileBrowser as e, isPromise as n } from "agilebuilder-ui/src/utils/common-util";
|
|
2
|
-
import { getAdditionalParamMap as t, standardEvents as
|
|
2
|
+
import { getAdditionalParamMap as t, standardEvents as o, judgeDataNumber as i, checkAndTipFileUploading as r, dealAfterOperate as u } from "./standard-event.js";
|
|
3
3
|
import { isNotNeedValidateRequired as c, validateDataModelFunc as l } from "./validator-util.js";
|
|
4
4
|
import { getComponentRef as a, getComponentRefByCode as s } from "../global-refs.js";
|
|
5
5
|
import { ElMessage as f } from "element-plus";
|
|
@@ -24,7 +24,7 @@ function j(e2, n2) {
|
|
|
24
24
|
n3[e4.eventName] = t3;
|
|
25
25
|
} catch (n4) {
|
|
26
26
|
const t4 = `自定义方法${e4.eventName}解析失败,请检查函数体是否正确`;
|
|
27
|
-
f.error(t4);
|
|
27
|
+
console.error(t4, n4), f.error(t4);
|
|
28
28
|
}
|
|
29
29
|
} else {
|
|
30
30
|
let t3 = e4.componentUuid + "_";
|
|
@@ -33,7 +33,7 @@ function j(e2, n2) {
|
|
|
33
33
|
n3[t3] = new Function("params", e4.jsContent);
|
|
34
34
|
} catch (n4) {
|
|
35
35
|
let t4 = "";
|
|
36
|
-
e4.title && (t4 += e4.title + "的"), e4.label && (t4 += e4.label), t4 += "事件解析失败,请检查事件函数体是否正确", f.error(t4);
|
|
36
|
+
e4.title && (t4 += e4.title + "的"), e4.label && (t4 += e4.label), t4 += "事件解析失败,请检查事件函数体是否正确", f.error(t4), console.error(t4, n4);
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
}), n3;
|
|
@@ -81,153 +81,153 @@ function h(e2) {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
|
-
function y(e2, n2, t2,
|
|
85
|
-
return S(e2, n2, t2,
|
|
84
|
+
function y(e2, n2, t2, o2, i2) {
|
|
85
|
+
return S(e2, n2, t2, o2, true, i2, false);
|
|
86
86
|
}
|
|
87
|
-
function E(e2, n2, t2,
|
|
87
|
+
function E(e2, n2, t2, o2, i2) {
|
|
88
88
|
var _a, _b;
|
|
89
|
-
if (
|
|
89
|
+
if (o2 && "change" === o2) {
|
|
90
90
|
const e3 = n2.subTableWatchProps;
|
|
91
91
|
if (e3) for (const n3 in e3) {
|
|
92
|
-
const
|
|
93
|
-
|
|
92
|
+
const o3 = e3[n3], i3 = (_b = (_a = t2.props) == null ? void 0 : _a.base) == null ? void 0 : _b.prop;
|
|
93
|
+
o3 && o3.indexOf(i3) >= 0 && d.$emit("_refreshSubTable_" + n3, { propName: i3 });
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
|
-
return S(e2, n2, t2,
|
|
96
|
+
return S(e2, n2, t2, o2, true, i2, true);
|
|
97
97
|
}
|
|
98
|
-
function N(e2, n2, t2,
|
|
99
|
-
return E(e2, n2, t2, "afterInit",
|
|
98
|
+
function N(e2, n2, t2, o2) {
|
|
99
|
+
return E(e2, n2, t2, "afterInit", o2);
|
|
100
100
|
}
|
|
101
|
-
function w(e2, n2, t2,
|
|
102
|
-
return S(e2, n2, t2,
|
|
101
|
+
function w(e2, n2, t2, o2, i2) {
|
|
102
|
+
return S(e2, n2, t2, o2, false, i2, false);
|
|
103
103
|
}
|
|
104
|
-
function S(e2, t2,
|
|
105
|
-
const s2 =
|
|
104
|
+
function S(e2, t2, o2, u2, c2, l2, a2) {
|
|
105
|
+
const s2 = o2 && o2.runtime && o2.runtime.events ? o2.runtime.events : [];
|
|
106
106
|
let f2;
|
|
107
107
|
if (a2 || !function(e3) {
|
|
108
108
|
return e3 && P.indexOf(e3) >= 0;
|
|
109
109
|
}(u2)) {
|
|
110
110
|
if (f2 = B(t2, s2, u2), c2) {
|
|
111
|
-
return G(t2,
|
|
111
|
+
return G(t2, o2, f2, T(t2, o2, e2, l2));
|
|
112
112
|
}
|
|
113
113
|
return f2;
|
|
114
114
|
}
|
|
115
|
-
!function(e3, t3,
|
|
116
|
-
const u3 =
|
|
115
|
+
!function(e3, t3, o3) {
|
|
116
|
+
const u3 = i(t3, o3.ids);
|
|
117
117
|
if (!u3) return;
|
|
118
118
|
if (void 0 !== e3.canClick && false === e3.canClick) return;
|
|
119
119
|
if (r(e3)) return;
|
|
120
|
-
Q(
|
|
121
|
-
if (true ===
|
|
120
|
+
Q(o3).then((i2) => {
|
|
121
|
+
if (true === i2.canExecute) {
|
|
122
122
|
e3.clickUuid = t3.uuid, e3.canClick = false;
|
|
123
|
-
const
|
|
123
|
+
const i3 = t3.runtime && t3.runtime.events ? t3.runtime.events : [], r2 = B(e3, i3, "beforeValidateForm");
|
|
124
124
|
let u4;
|
|
125
|
-
if (r2 && (u4 = G(e3, t3, r2,
|
|
125
|
+
if (r2 && (u4 = G(e3, t3, r2, o3)), void 0 === u4 && (u4 = true), !u4) return void (e3.canClick = true);
|
|
126
126
|
n(u4) ? u4.then((n2) => {
|
|
127
|
-
n2 && true === n2 ? F(e3, t3,
|
|
127
|
+
n2 && true === n2 ? F(e3, t3, o3) : e3.canClick = true;
|
|
128
128
|
}).catch((n2) => {
|
|
129
129
|
e3.canClick = true;
|
|
130
|
-
}) : F(e3, t3,
|
|
130
|
+
}) : F(e3, t3, o3);
|
|
131
131
|
}
|
|
132
132
|
});
|
|
133
|
-
}(t2,
|
|
133
|
+
}(t2, o2, D(e2, t2, o2, l2));
|
|
134
134
|
}
|
|
135
135
|
const P = ["click", "suffixClick", "prefixClick", "menuClick"];
|
|
136
136
|
function R(e2, n2) {
|
|
137
137
|
return n2.props.base.tableUuid ? n2.props.base.tableUuid : e2.tableUuids && e2.tableUuids.length > 0 ? e2.tableUuids[0] : null;
|
|
138
138
|
}
|
|
139
|
-
function T(e2, n2, t2,
|
|
140
|
-
const
|
|
141
|
-
if (
|
|
142
|
-
return null != t2 && (
|
|
139
|
+
function T(e2, n2, t2, o2) {
|
|
140
|
+
const i2 = {};
|
|
141
|
+
if (o2) for (const e3 in o2) i2[e3] = o2[e3];
|
|
142
|
+
return null != t2 && (i2._value = t2), e2 && (i2.pageContext = e2), n2 && (i2.configureObj = n2), i2;
|
|
143
143
|
}
|
|
144
|
-
function F(e2, t2,
|
|
145
|
-
const
|
|
144
|
+
function F(e2, t2, o2) {
|
|
145
|
+
const i2 = t2.runtime && t2.runtime.events ? t2.runtime.events : [];
|
|
146
146
|
let r2 = true;
|
|
147
|
-
(
|
|
148
|
-
const u2 = z(e2,
|
|
147
|
+
(o2 == null ? void 0 : o2.skipValidate) && (r2 = false);
|
|
148
|
+
const u2 = z(e2, i2, "click");
|
|
149
149
|
if (u2) {
|
|
150
150
|
const e3 = u2.isStandard, n2 = u2.event;
|
|
151
151
|
c(e3, n2) && (r2 = false);
|
|
152
152
|
}
|
|
153
|
-
l(e2, t2, u2, r2).then((
|
|
154
|
-
if (!
|
|
155
|
-
const r3 = L(e2, t2,
|
|
153
|
+
l(e2, t2, u2, r2).then((i3) => {
|
|
154
|
+
if (!i3) return void (e2.canClick = true);
|
|
155
|
+
const r3 = L(e2, t2, o2);
|
|
156
156
|
r3 ? n(r3) ? r3.then((n2) => {
|
|
157
|
-
n2 ? A(e2, t2, u2,
|
|
157
|
+
n2 ? A(e2, t2, u2, o2) : e2.canClick = true;
|
|
158
158
|
}).catch((n2) => {
|
|
159
|
-
e2.canClick = true;
|
|
160
|
-
}) : A(e2, t2, u2,
|
|
159
|
+
console.error(n2), e2.canClick = true;
|
|
160
|
+
}) : A(e2, t2, u2, o2) : e2.canClick = true;
|
|
161
161
|
}).catch((n2) => {
|
|
162
|
-
e2.canClick = true;
|
|
162
|
+
console.error(n2), e2.canClick = true;
|
|
163
163
|
});
|
|
164
164
|
}
|
|
165
|
-
function U(e2, n2, t2,
|
|
166
|
-
const r2 = D(e2, n2, t2,
|
|
167
|
-
A(n2, t2, z(n2, t2.runtime && t2.runtime.events ? t2.runtime.events : [],
|
|
165
|
+
function U(e2, n2, t2, o2, i2) {
|
|
166
|
+
const r2 = D(e2, n2, t2, i2);
|
|
167
|
+
A(n2, t2, z(n2, t2.runtime && t2.runtime.events ? t2.runtime.events : [], o2), r2);
|
|
168
168
|
}
|
|
169
|
-
function D(e2, n2, t2,
|
|
170
|
-
const
|
|
169
|
+
function D(e2, n2, t2, o2) {
|
|
170
|
+
const i2 = n2.code, r2 = n2.version, u2 = R(n2, t2);
|
|
171
171
|
if (u2) {
|
|
172
172
|
const e3 = a(n2, u2), t3 = e3 ? e3.getSelections() : null, c2 = e3 ? e3.getSelectionIds() : null;
|
|
173
|
-
|
|
174
|
-
I(n2) && (
|
|
173
|
+
o2 || (o2 = {}), o2.tableUuid = u2, o2.listCode = m(i2, r2, u2);
|
|
174
|
+
I(n2) && (o2.selections = t3, o2.id = c2 && c2.length > 0 ? c2[0] : null, o2.ids = c2);
|
|
175
175
|
const l2 = e3 ? e3.getTableConfigure() : null;
|
|
176
|
-
|
|
176
|
+
o2.tableConfigure = l2;
|
|
177
177
|
}
|
|
178
|
-
return T(n2, t2, e2,
|
|
178
|
+
return T(n2, t2, e2, o2);
|
|
179
179
|
}
|
|
180
180
|
function L(e2, n2, t2) {
|
|
181
|
-
const
|
|
182
|
-
let
|
|
183
|
-
return
|
|
181
|
+
const o2 = B(e2, n2.runtime && n2.runtime.events ? n2.runtime.events : [], "beforeClick");
|
|
182
|
+
let i2;
|
|
183
|
+
return o2 && (i2 = G(e2, n2, o2, null, t2)), void 0 === i2 || i2;
|
|
184
184
|
}
|
|
185
185
|
function _(e2, n2, t2) {
|
|
186
|
-
const
|
|
187
|
-
d.$emit(
|
|
186
|
+
const o2 = e2.code + "_";
|
|
187
|
+
d.$emit(o2 + "open-dialog", { pageContext: e2, configureObj: n2, eventParams: t2 });
|
|
188
188
|
}
|
|
189
189
|
function I(e2, n2) {
|
|
190
190
|
return !(!e2.pageType || "list" !== e2.pageType);
|
|
191
191
|
}
|
|
192
|
-
function V(e2, t2,
|
|
193
|
-
const
|
|
192
|
+
function V(e2, t2, o2) {
|
|
193
|
+
const i2 = t2.runtime && t2.runtime.events ? t2.runtime.events : [], r2 = B(e2, i2, "afterClick");
|
|
194
194
|
if (r2) {
|
|
195
|
-
const
|
|
196
|
-
n(
|
|
195
|
+
const i3 = G(e2, t2, r2, null, o2);
|
|
196
|
+
n(i3) ? i3.finally(() => {
|
|
197
197
|
e2.canClick = true;
|
|
198
198
|
}) : e2.canClick = true;
|
|
199
199
|
} else e2.canClick = true;
|
|
200
200
|
}
|
|
201
|
-
function q(e2, n2, t2,
|
|
202
|
-
|
|
201
|
+
function q(e2, n2, t2, o2, i2, r2) {
|
|
202
|
+
o2 ? (e2.result = i2, e2.canClick = true) : u(e2, n2, i2, "", r2);
|
|
203
203
|
const c2 = B(e2, n2.runtime && n2.runtime.events ? n2.runtime.events : [], "afterClick");
|
|
204
204
|
c2 && G(e2, n2, c2, t2);
|
|
205
205
|
}
|
|
206
|
-
function A(e2, t2,
|
|
206
|
+
function A(e2, t2, o2, i2) {
|
|
207
207
|
let r2 = t2, u2 = t2.props.linkPage;
|
|
208
208
|
if (u2 && u2 instanceof Array) {
|
|
209
209
|
const n2 = function(e3) {
|
|
210
210
|
let n3 = e3 ? e3.row : null;
|
|
211
211
|
n3 || (n3 = e3 && e3.selections && e3.selections.length > 0 ? e3.selections[0] : null);
|
|
212
212
|
return n3;
|
|
213
|
-
}(
|
|
213
|
+
}(i2), o3 = v(e2, t2, u2, n2);
|
|
214
214
|
let c2, l2 = false;
|
|
215
|
-
|
|
215
|
+
o3 && (l2 = o3.show, c2 = l2 ? o3.toPage : null), u2 = c2 ? c2.linkPage : null, u2 && (r2 = p(t2), r2.props.linkPage = u2);
|
|
216
216
|
}
|
|
217
|
-
u2 && u2.jumpPageUrl ? (e2.canClick = true, _(e2, r2,
|
|
218
|
-
const r3 =
|
|
217
|
+
u2 && u2.jumpPageUrl ? (e2.canClick = true, _(e2, r2, i2)) : function(e3, t3, o3, i3) {
|
|
218
|
+
const r3 = o3, u3 = I(e3);
|
|
219
219
|
if (r3) {
|
|
220
|
-
const
|
|
220
|
+
const o4 = r3.func, c2 = r3.isStandard, l2 = r3.event, a2 = G(e3, t3, o4, i3);
|
|
221
221
|
if (function(e4, n2) {
|
|
222
222
|
return e4 && ("exportForm" === n2.eventName || "exportPDF" === n2.eventName || "import" === n2.eventName || "assign" === n2.eventName || "copyTask" === n2.eventName || "addSigner" === n2.eventName || "returnTaskTo" === n2.eventName || "removeSigner" === n2.eventName || "saveQueryCharts" === n2.eventName || "addTransactor" === n2.eventName || "removeTransactor" === n2.eventName);
|
|
223
223
|
}(c2, l2)) return void (e3.canClick = true);
|
|
224
224
|
n(a2) ? a2.then((n2) => {
|
|
225
|
-
n2 ? q(e3, t3,
|
|
225
|
+
n2 ? q(e3, t3, i3, c2, n2, u3) : e3.canClick = true;
|
|
226
226
|
}).catch((n2) => {
|
|
227
|
-
e3.canClick = true;
|
|
228
|
-
}) : q(e3, t3,
|
|
229
|
-
} else q(e3, t3,
|
|
230
|
-
}(e2, t2,
|
|
227
|
+
console.error(n2), e3.canClick = true;
|
|
228
|
+
}) : q(e3, t3, i3, c2, a2, u3);
|
|
229
|
+
} else q(e3, t3, i3, false, null, u3);
|
|
230
|
+
}(e2, t2, o2, i2);
|
|
231
231
|
}
|
|
232
232
|
function $(e2, n2) {
|
|
233
233
|
const t2 = e2.customEvents;
|
|
@@ -238,10 +238,10 @@ function $(e2, n2) {
|
|
|
238
238
|
}
|
|
239
239
|
function B(e2, n2, t2) {
|
|
240
240
|
if (n2 && t2) {
|
|
241
|
-
const
|
|
242
|
-
if (
|
|
243
|
-
const n3 =
|
|
244
|
-
return n3.isStandard ?
|
|
241
|
+
const i2 = n2.filter((e3) => e3.name === t2);
|
|
242
|
+
if (i2 && i2.length > 0) {
|
|
243
|
+
const n3 = i2[0];
|
|
244
|
+
return n3.isStandard ? o[n3.eventName] : $(e2, n3);
|
|
245
245
|
}
|
|
246
246
|
}
|
|
247
247
|
}
|
|
@@ -255,49 +255,49 @@ function H(e2, n2) {
|
|
|
255
255
|
}
|
|
256
256
|
function z(e2, n2, t2) {
|
|
257
257
|
if (n2 && t2) {
|
|
258
|
-
const
|
|
259
|
-
if (
|
|
260
|
-
const n3 =
|
|
261
|
-
return n3.isStandard ? { func:
|
|
258
|
+
const i2 = n2.filter((e3) => e3.name === t2);
|
|
259
|
+
if (i2 && i2.length > 0) {
|
|
260
|
+
const n3 = i2[0];
|
|
261
|
+
return n3.isStandard ? { func: o[n3.eventName], isStandard: true, event: n3 } : { func: $(e2, n3), isStandard: false, event: n3 };
|
|
262
262
|
}
|
|
263
263
|
}
|
|
264
264
|
}
|
|
265
|
-
function G(e2, n2, t2,
|
|
265
|
+
function G(e2, n2, t2, o2, i2) {
|
|
266
266
|
if (t2) {
|
|
267
|
-
if (
|
|
267
|
+
if (o2 || (o2 = { pageContext: e2, configureObj: n2 }), i2 && o2) for (const e3 in i2) o2[e3] = i2[e3];
|
|
268
268
|
try {
|
|
269
|
-
return t2.apply(t2, [
|
|
269
|
+
return t2.apply(t2, [o2]);
|
|
270
270
|
} catch (e3) {
|
|
271
|
-
throw function(e4) {
|
|
271
|
+
throw function(e4, n3) {
|
|
272
272
|
var _a, _b, _c, _d;
|
|
273
|
-
let
|
|
274
|
-
const
|
|
275
|
-
|
|
276
|
-
i3 && (
|
|
277
|
-
|
|
278
|
-
}(n2), e3;
|
|
273
|
+
let t3 = "";
|
|
274
|
+
const o3 = (e4 == null ? void 0 : e4.title) || ((_b = (_a = e4 == null ? void 0 : e4.props) == null ? void 0 : _a.base) == null ? void 0 : _b.title), i3 = (e4 == null ? void 0 : e4.label) || ((_d = (_c = e4 == null ? void 0 : e4.props) == null ? void 0 : _c.base) == null ? void 0 : _d.label);
|
|
275
|
+
o3 && (t3 += o3 + "的");
|
|
276
|
+
i3 && (t3 += i3);
|
|
277
|
+
t3 += "事件执行失败,请检查事件函数体是否正确", f.error(t3), console.error(t3, n3);
|
|
278
|
+
}(n2, e3), e3;
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
282
|
function Q(e2) {
|
|
283
|
-
const n2 = e2.pageContext,
|
|
283
|
+
const n2 = e2.pageContext, o2 = e2.configureObj, i2 = I(n2);
|
|
284
284
|
let r2 = [];
|
|
285
|
-
if (
|
|
285
|
+
if (i2) n2.editData ? r2.push(n2.editData) : r2 = e2.selections;
|
|
286
286
|
else {
|
|
287
287
|
const e3 = n2.entity.data;
|
|
288
288
|
r2.push(e3);
|
|
289
289
|
}
|
|
290
|
-
const u2 =
|
|
291
|
-
return new Promise((e3,
|
|
290
|
+
const u2 = o2.props.base.condition;
|
|
291
|
+
return new Promise((e3, o3) => {
|
|
292
292
|
if (null == u2 || "" === u2 || null == r2 || 0 === r2.length) e3({ canExecute: true });
|
|
293
293
|
else {
|
|
294
|
-
const
|
|
294
|
+
const o4 = n2.entity.context, i3 = t(n2), c2 = true, l2 = n2.tableName;
|
|
295
295
|
let a2, s2, m2 = true;
|
|
296
296
|
for (let e4 = 0; e4 < r2.length; e4++) {
|
|
297
297
|
const t2 = r2[e4];
|
|
298
298
|
for (let e5 = 0; e5 < u2.length; e5++) {
|
|
299
299
|
const r3 = u2[e5], f2 = r3.toolTips, p2 = r3.conditionList;
|
|
300
|
-
if (!g(p2, t2,
|
|
300
|
+
if (!g(p2, t2, i3, o4, c2, l2, null, n2)) {
|
|
301
301
|
m2 = false, a2 = f2, s2 = t2;
|
|
302
302
|
break;
|
|
303
303
|
}
|
|
@@ -307,35 +307,35 @@ function Q(e2) {
|
|
|
307
307
|
}
|
|
308
308
|
});
|
|
309
309
|
}
|
|
310
|
-
function W(e2, n2, t2,
|
|
311
|
-
var
|
|
312
|
-
n2 && (J("afterGridConfigInit", w(null, (
|
|
310
|
+
function W(e2, n2, t2, o2) {
|
|
311
|
+
var i2;
|
|
312
|
+
n2 && (J("afterGridConfigInit", w(null, (i2 = { pageContext: t2, configureObj: o2 }).pageContext, i2.configureObj, "afterGridConfigInit", i2), e2), J("loadBeforeSend", function(e3) {
|
|
313
313
|
return w(null, e3.pageContext, e3.configureObj, "beforeListLoad", e3);
|
|
314
|
-
}({ pageContext: t2, configureObj:
|
|
314
|
+
}({ pageContext: t2, configureObj: o2 }), e2), J("beforeRequest", function(e3) {
|
|
315
315
|
return w(null, e3.pageContext, e3.configureObj, "beforeRequest", e3);
|
|
316
|
-
}({ pageContext: t2, configureObj:
|
|
316
|
+
}({ pageContext: t2, configureObj: o2 }), e2), J("gridDataLoaded", function(e3) {
|
|
317
317
|
return w(null, e3.pageContext, e3.configureObj, "onListLoad", e3);
|
|
318
|
-
}({ pageContext: t2, configureObj:
|
|
318
|
+
}({ pageContext: t2, configureObj: o2 }), e2), J("gridComplete", function(e3) {
|
|
319
319
|
return w(null, e3.pageContext, e3.configureObj, "afterListLoad", e3);
|
|
320
|
-
}({ pageContext: t2, configureObj:
|
|
320
|
+
}({ pageContext: t2, configureObj: o2 }), e2), J("resizeHeight", function(e3) {
|
|
321
321
|
return w(null, e3.pageContext, e3.configureObj, "resizeTableHeight", e3);
|
|
322
|
-
}({ pageContext: t2, configureObj:
|
|
322
|
+
}({ pageContext: t2, configureObj: o2 }), e2), e2.lineEditOptions || (e2.lineEditOptions = {}), J("beforeInsertRow", function(e3) {
|
|
323
323
|
return w(null, e3.pageContext, e3.configureObj, "beforeAddRow", e3);
|
|
324
|
-
}({ pageContext: t2, configureObj:
|
|
324
|
+
}({ pageContext: t2, configureObj: o2 }), e2.lineEditOptions), J("afterInsertRow", function(e3) {
|
|
325
325
|
return w(null, e3.pageContext, e3.configureObj, "afterAddRow", e3);
|
|
326
|
-
}({ pageContext: t2, configureObj:
|
|
326
|
+
}({ pageContext: t2, configureObj: o2 }), e2.lineEditOptions), J("beforeDelete", function(e3) {
|
|
327
327
|
return w(null, e3.pageContext, e3.configureObj, "beforeRemoveRow", e3);
|
|
328
|
-
}({ pageContext: t2, configureObj:
|
|
328
|
+
}({ pageContext: t2, configureObj: o2 }), e2.lineEditOptions), J("afterDelete", function(e3) {
|
|
329
329
|
return w(null, e3.pageContext, e3.configureObj, "afterRemoveRow", e3);
|
|
330
|
-
}({ pageContext: t2, configureObj:
|
|
330
|
+
}({ pageContext: t2, configureObj: o2 }), e2.lineEditOptions), J("beforeEdit", function(e3) {
|
|
331
331
|
return w(null, e3.pageContext, e3.configureObj, "beforeEdit", e3);
|
|
332
|
-
}({ pageContext: t2, configureObj:
|
|
332
|
+
}({ pageContext: t2, configureObj: o2 }), e2.lineEditOptions), J("beforeRestore", function(e3) {
|
|
333
333
|
return w(null, e3.pageContext, e3.configureObj, "beforeRestore", e3);
|
|
334
|
-
}({ pageContext: t2, configureObj:
|
|
334
|
+
}({ pageContext: t2, configureObj: o2 }), e2.lineEditOptions), J("beforeRestoreValidate", function(e3) {
|
|
335
335
|
return w(null, e3.pageContext, e3.configureObj, "beforeRestoreValidate", e3);
|
|
336
|
-
}({ pageContext: t2, configureObj:
|
|
336
|
+
}({ pageContext: t2, configureObj: o2 }), e2.lineEditOptions), function(e3, n3, t3) {
|
|
337
337
|
n3 && (t3[e3] = n3);
|
|
338
|
-
}("filterDataEvent", w(null, t2,
|
|
338
|
+
}("filterDataEvent", w(null, t2, o2, "filter-data", { pageContext: t2, configureObj: o2 }), e2));
|
|
339
339
|
}
|
|
340
340
|
function J(e2, n2, t2) {
|
|
341
341
|
n2 && (t2[e2] = n2);
|
|
@@ -364,10 +364,10 @@ function ne(e2, n2, t2) {
|
|
|
364
364
|
function te(e2, n2, t2) {
|
|
365
365
|
return y(null, e2, n2, "header-click", t2);
|
|
366
366
|
}
|
|
367
|
-
function
|
|
367
|
+
function oe(e2) {
|
|
368
368
|
return y(null, e2.pageContext, e2.configureObj, "before-upload", e2);
|
|
369
369
|
}
|
|
370
|
-
function
|
|
370
|
+
function ie(e2, n2, t2) {
|
|
371
371
|
return y(null, e2, n2, "uploaded", t2);
|
|
372
372
|
}
|
|
373
373
|
function re(e2, n2, t2) {
|
|
@@ -387,19 +387,19 @@ function ce(n2) {
|
|
|
387
387
|
}
|
|
388
388
|
return t2;
|
|
389
389
|
}
|
|
390
|
-
function le(e2, n2, t2,
|
|
391
|
-
return G(e2, n2, B(e2, n2 && n2.runtime && n2.runtime.events ? n2.runtime.events : [], t2), { configure: n2, pageContext: e2, chartOption:
|
|
390
|
+
function le(e2, n2, t2, o2, i2) {
|
|
391
|
+
return G(e2, n2, B(e2, n2 && n2.runtime && n2.runtime.events ? n2.runtime.events : [], t2), { configure: n2, pageContext: e2, chartOption: o2, ...i2 });
|
|
392
392
|
}
|
|
393
393
|
function ae(n2, t2) {
|
|
394
|
-
let
|
|
394
|
+
let o2 = true;
|
|
395
395
|
if (e()) {
|
|
396
396
|
const e2 = z(n2, t2 && t2.runtime && t2.runtime.events ? t2.runtime.events : [], "click");
|
|
397
397
|
if (e2) {
|
|
398
|
-
const n3 = e2.isStandard, t3 = e2.event,
|
|
399
|
-
n3 &&
|
|
398
|
+
const n3 = e2.isStandard, t3 = e2.event, i2 = navigator ? navigator.userAgent : null;
|
|
399
|
+
n3 && i2 && (i2.indexOf("Html5Plus") > 0 ? (C.includes(t3.eventName) || x.includes(t3.eventName)) && (o2 = false) : x.includes(t3.eventName) && (o2 = false));
|
|
400
400
|
}
|
|
401
401
|
}
|
|
402
|
-
return
|
|
402
|
+
return o2;
|
|
403
403
|
}
|
|
404
404
|
export {
|
|
405
405
|
k as appendDefaultMethods,
|
|
@@ -411,9 +411,9 @@ export {
|
|
|
411
411
|
_ as doClickJumpPageEvent,
|
|
412
412
|
U as doSuffixOrPrefixClickEvent,
|
|
413
413
|
re as fileUploadBeforeDelete,
|
|
414
|
-
|
|
414
|
+
oe as fileUploadBeforeUpload,
|
|
415
415
|
ue as fileUploadDeleted,
|
|
416
|
-
|
|
416
|
+
ie as fileUploadUploaded,
|
|
417
417
|
z as getClickEventFuncByType,
|
|
418
418
|
O as getCustomFunc,
|
|
419
419
|
D as getDefaultEventParams,
|
|
@@ -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 + "/component/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,
|
|
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,70 +31,70 @@ 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
|
|
34
|
-
|
|
34
|
+
const s3 = e5.field.split("."), r4 = [];
|
|
35
|
+
s3.length < 2 && n4([]);
|
|
35
36
|
try {
|
|
36
|
-
|
|
37
|
+
p(s3[1]).then((e6) => {
|
|
37
38
|
t4.forEach((t5, n5) => {
|
|
38
|
-
const a6 = { type:
|
|
39
|
-
a6.value = o(JSON.parse(e6.barcodeModelItems), t5),
|
|
40
|
-
}), n4(
|
|
39
|
+
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);
|
|
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
|
-
function
|
|
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
|
|
66
|
-
|
|
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
|
-
|
|
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);
|
|
81
82
|
});
|
|
82
|
-
const
|
|
83
|
-
Object.assign(
|
|
83
|
+
const p2 = { table: {} };
|
|
84
|
+
Object.assign(p2, e2.pageContext.entity, o2), p2.table = e2.pageContext.entity.data, n2.print(p2, a2, s2);
|
|
84
85
|
});
|
|
85
86
|
} else {
|
|
86
87
|
const t3 = { table: {} };
|
|
87
|
-
Object.assign(t3, e2.pageContext.entity), t3.table = e2.pageContext.entity.data, n2.print(t3, a2,
|
|
88
|
+
Object.assign(t3, e2.pageContext.entity), t3.table = e2.pageContext.entity.data, n2.print(t3, a2, s2);
|
|
88
89
|
}
|
|
89
90
|
}
|
|
90
|
-
function
|
|
91
|
+
function p(t2) {
|
|
91
92
|
const n2 = encodeURIComponent(t2);
|
|
92
93
|
return e.get(window.$vueApp.config.globalProperties.baseAPI + `/component/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
|
};
|