super-page-runtime 2.3.14 → 2.3.15-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.
- package/dist/es/components/runtime/utils/ai-chat-util.js +16 -0
- package/dist/es/components/runtime/utils/api/page-expose-util.js +50 -50
- package/dist/es/components/runtime/utils/events/event-util.js +29 -29
- package/dist/es/components/runtime/utils/events/print-label.js +25 -26
- package/dist/es/components/runtime/utils/events/standard-event.d.ts +5 -0
- package/dist/es/components/runtime/utils/events/standard-event.js +128 -79
- package/dist/es/components/runtime/utils/events/validator-util.js +1 -1
- package/dist/es/components/runtime/utils/page-init-util.js +109 -92
- package/dist/es/components/runtime/utils/page-permission-util.js +1 -1
- 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 +6 -10
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +6 -8
- 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 +93 -98
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +2 -3
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +9 -11
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue.js +11 -18
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue.d.ts +26 -0
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue.js +23 -0
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.d.ts +35 -0
- package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.js +18 -0
- package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.js +4 -0
- 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 +0 -2
- 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 +10 -12
- 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 +19 -18
- 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 +53 -42
- 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 +37 -38
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +5 -7
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +3 -4
- 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 +14 -15
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +65 -56
- 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 +0 -1
- package/dist/es/components/runtime/views/super-page.vue.d.ts +2 -0
- package/dist/es/components/runtime/views/super-page.vue.js +1 -1
- package/dist/es/components/runtime/views/super-page.vue2.js +200 -185
- package/dist/es/i18n/langs/cn.js +1 -1
- package/dist/es/i18n/langs/en.js +1 -1
- package/dist/es/style.css +76 -76
- package/package.json +3 -2
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { setActiveMenuToChatAiStore as e, setPageInfoToChatStore as t } from "agilebuilder-ui/src/utils/chat-ai-util.ts";
|
|
2
|
+
import { functions as o } from "./api/page-expose-util.js";
|
|
3
|
+
function a(e2) {
|
|
4
|
+
const t2 = o.getFormViewData(e2), a2 = e2.propTitleMap, r2 = {};
|
|
5
|
+
for (const e3 in t2) Array.isArray(t2[e3]) || a2 && a2[e3] && (r2[a2[e3]] = t2[e3]);
|
|
6
|
+
return r2;
|
|
7
|
+
}
|
|
8
|
+
function r(o2, a2) {
|
|
9
|
+
o2 && (e({ menuCode: a2.menuCode, menuName: a2.label }), t(a2, { instance: o2, exposeProxy: o2.exposeProxy, pageType: a2.pageType }));
|
|
10
|
+
}
|
|
11
|
+
const i = { getFormFormatDataUtil: a, setPageToChatStore: r };
|
|
12
|
+
export {
|
|
13
|
+
i as default,
|
|
14
|
+
a as getFormFormatDataUtil,
|
|
15
|
+
r as setPageToChatStore
|
|
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 s } from "../global-refs.js";
|
|
3
|
+
import r 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 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
10
|
import { getCustomFunc as C } from "../events/event-util.js";
|
|
11
|
-
import { isHasFieldPermissionAuth as
|
|
12
|
-
const
|
|
11
|
+
import { isHasFieldPermissionAuth as k } from "../table-utils.js";
|
|
12
|
+
const v = { showElement: function(e2, t2, n2) {
|
|
13
13
|
n2 ? A(e2, "showElement", t2) : t2.forEach((t3) => {
|
|
14
|
-
const n3 =
|
|
15
|
-
n3
|
|
14
|
+
const n3 = s(e2, t3);
|
|
15
|
+
n3 && n3.show();
|
|
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 = s(e2, t3);
|
|
20
|
+
n3 && n3.hide();
|
|
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 = 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
|
-
}
|
|
28
|
+
}
|
|
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 = 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
|
-
}
|
|
36
|
+
}
|
|
37
37
|
});
|
|
38
38
|
}, setEntityDataValue: function(e2, t2) {
|
|
39
39
|
Object.keys(t2).forEach((n2) => {
|
|
@@ -48,55 +48,55 @@ 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) :
|
|
51
|
+
n2 ? A(e2, "dynamicControlFormEdit", t2) : d(e2, t2);
|
|
52
52
|
}, disabledAllFields(e2) {
|
|
53
|
-
|
|
53
|
+
p(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 = y(o2, e2.isTest);
|
|
60
60
|
return l.post(`${a2}/dsc/service-flow/execute/${i2}/${t2}`, n2);
|
|
61
61
|
}, openPage: function(e2, t2) {
|
|
62
|
-
|
|
62
|
+
r.$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 = 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
|
|
72
|
+
n2 && r.$emit("_refreshSubTableHandle_" + n2);
|
|
73
73
|
}, refreshChildData(e2, t2, n2) {
|
|
74
74
|
let i2;
|
|
75
|
-
const o2 =
|
|
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
|
|
81
|
-
}, getServerConfigValue: (e2) => window.$vueApp.config.globalProperties[e2], getBackendUrl: (e2) =>
|
|
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) =>
|
|
84
|
+
}, isMobile: () => h(), getComponentRefByProp: (e2, t2) => s(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 s2 = o2.entity ? o2.entity : {}, r2 = g(s2), l2 = e(o2);
|
|
87
87
|
for (const e2 in l2) {
|
|
88
|
-
const
|
|
88
|
+
const s3 = 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(r2, t2);
|
|
93
93
|
if (a2) {
|
|
94
|
-
const e4 =
|
|
95
|
-
i(
|
|
94
|
+
const e4 = V(a2.split(","), s3);
|
|
95
|
+
i(r2, t2, e4);
|
|
96
96
|
}
|
|
97
97
|
} else {
|
|
98
|
-
const t2 = E(o2, e3), a2 =
|
|
99
|
-
i(
|
|
98
|
+
const t2 = E(o2, e3), a2 = V(n(r2, t2), s3);
|
|
99
|
+
i(r2, t2, a2);
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
}
|
|
@@ -106,41 +106,41 @@ const k = { 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), s3 = n(r2, a2);
|
|
110
|
+
j(i2.getTableSelectOptions(e2), s3);
|
|
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 r2.data;
|
|
115
|
+
}, getFormData: (e2, t2) => c(e2, t2), getCustomFunc: (e2, t2) => C(e2, t2), replaceUrlPrefix: (e2) => b(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
|
+
k(e2, null, t2);
|
|
120
120
|
}, isHasFieldAuthWithTable(e2, t2, n2) {
|
|
121
|
-
|
|
121
|
+
k(e2, t2, n2);
|
|
122
122
|
} };
|
|
123
|
-
function
|
|
123
|
+
function j(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, s2 = o2.column;
|
|
127
|
+
let r2;
|
|
128
|
+
if (s2 && s2.componentType && ("multiselect" === s2.componentType || "checkbox" === s2.componentType)) {
|
|
129
129
|
if (i2) {
|
|
130
|
-
|
|
130
|
+
r2 = V(i2.split(","), a2);
|
|
131
131
|
}
|
|
132
|
-
} else
|
|
133
|
-
t3[n2] =
|
|
132
|
+
} else r2 = V(i2, a2);
|
|
133
|
+
t3[n2] = r2;
|
|
134
134
|
});
|
|
135
135
|
});
|
|
136
136
|
}
|
|
137
|
-
function
|
|
137
|
+
function V(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 + $(e2, t2) + ",";
|
|
141
|
+
}), n2.indexOf(",") > 0 && (n2 = n2.substring(0, n2.lastIndexOf(",")))) : (n2 = e2, n2 = $(e2, t2))), n2;
|
|
142
142
|
}
|
|
143
|
-
function
|
|
143
|
+
function $(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
|
+
v as functions
|
|
159
159
|
};
|
|
@@ -71,7 +71,7 @@ function O(e2) {
|
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
function h(e2, n2, t2, i2, o2) {
|
|
74
|
-
return
|
|
74
|
+
return w(e2, n2, t2, i2, true, o2, false);
|
|
75
75
|
}
|
|
76
76
|
function E(e2, n2, t2, i2, o2) {
|
|
77
77
|
var _a, _b;
|
|
@@ -82,15 +82,15 @@ function E(e2, n2, t2, i2, o2) {
|
|
|
82
82
|
i3 && i3.indexOf(o3) >= 0 && g.$emit("_refreshSubTable_" + n3, { propName: o3 });
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
|
-
return
|
|
85
|
+
return w(e2, n2, t2, i2, true, o2, true);
|
|
86
86
|
}
|
|
87
87
|
function y(e2, n2, t2, i2) {
|
|
88
88
|
return E(e2, n2, t2, "afterInit", i2);
|
|
89
89
|
}
|
|
90
|
-
function
|
|
91
|
-
return
|
|
90
|
+
function N(e2, n2, t2, i2, o2) {
|
|
91
|
+
return w(e2, n2, t2, i2, false, o2, false);
|
|
92
92
|
}
|
|
93
|
-
function
|
|
93
|
+
function w(e2, t2, i2, r2, u2, c2, l2) {
|
|
94
94
|
const a2 = i2 && i2.runtime && i2.runtime.events ? i2.runtime.events : [];
|
|
95
95
|
let s2;
|
|
96
96
|
if (l2 || !function(e3) {
|
|
@@ -112,10 +112,10 @@ function N(e2, t2, i2, r2, u2, c2, l2) {
|
|
|
112
112
|
let u3;
|
|
113
113
|
if (r4 && (u3 = H(e3, t3, r4, i3)), void 0 === u3 && (u3 = true), !u3) return void (e3.canClick = true);
|
|
114
114
|
n(u3) ? u3.then((n2) => {
|
|
115
|
-
n2 && true === n2 ?
|
|
115
|
+
n2 && true === n2 ? T(e3, t3, i3) : e3.canClick = true;
|
|
116
116
|
}).catch((n2) => {
|
|
117
117
|
e3.canClick = true;
|
|
118
|
-
}) :
|
|
118
|
+
}) : T(e3, t3, i3);
|
|
119
119
|
}
|
|
120
120
|
});
|
|
121
121
|
}(t2, i2, U(e2, t2, i2, c2));
|
|
@@ -129,7 +129,7 @@ function R(e2, n2, t2, i2) {
|
|
|
129
129
|
if (i2) for (const e3 in i2) o2[e3] = i2[e3];
|
|
130
130
|
return null != t2 && (o2._value = t2), e2 && (o2.pageContext = e2), n2 && (o2.configureObj = n2), o2;
|
|
131
131
|
}
|
|
132
|
-
function
|
|
132
|
+
function T(e2, t2, i2) {
|
|
133
133
|
const o2 = t2.runtime && t2.runtime.events ? t2.runtime.events : [];
|
|
134
134
|
let r2 = true;
|
|
135
135
|
(i2 == null ? void 0 : i2.skipValidate) && (r2 = false);
|
|
@@ -146,13 +146,13 @@ 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
|
-
|
|
149
|
+
e2.canClick = true;
|
|
150
150
|
}) : A(e2, t2, c2, i2) : e2.canClick = true;
|
|
151
151
|
}).catch((n2) => {
|
|
152
|
-
|
|
152
|
+
e2.canClick = true;
|
|
153
153
|
});
|
|
154
154
|
}
|
|
155
|
-
function
|
|
155
|
+
function F(e2, n2, t2, i2, o2) {
|
|
156
156
|
const r2 = U(e2, n2, t2, o2);
|
|
157
157
|
A(n2, t2, z(n2, t2.runtime && t2.runtime.events ? t2.runtime.events : [], i2), r2);
|
|
158
158
|
}
|
|
@@ -209,12 +209,12 @@ function A(e2, t2, i2, o2) {
|
|
|
209
209
|
if (r3) {
|
|
210
210
|
const i4 = r3.func, c2 = r3.isStandard, l2 = r3.event, a2 = H(e3, t3, i4, o3);
|
|
211
211
|
if (function(e4, n2) {
|
|
212
|
-
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);
|
|
212
|
+
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);
|
|
213
213
|
}(c2, l2)) return void (e3.canClick = true);
|
|
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
|
-
|
|
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);
|
|
@@ -288,31 +288,31 @@ function Q(e2) {
|
|
|
288
288
|
}
|
|
289
289
|
function W(e2, n2, t2, i2) {
|
|
290
290
|
var o2;
|
|
291
|
-
n2 && (G("loadBeforeSend",
|
|
292
|
-
return
|
|
291
|
+
n2 && (G("loadBeforeSend", N(null, (o2 = { pageContext: t2, configureObj: i2 }).pageContext, o2.configureObj, "beforeListLoad", o2), e2), G("beforeRequest", function(e3) {
|
|
292
|
+
return N(null, e3.pageContext, e3.configureObj, "beforeRequest", e3);
|
|
293
293
|
}({ pageContext: t2, configureObj: i2 }), e2), G("gridDataLoaded", function(e3) {
|
|
294
|
-
return
|
|
294
|
+
return N(null, e3.pageContext, e3.configureObj, "onListLoad", e3);
|
|
295
295
|
}({ pageContext: t2, configureObj: i2 }), e2), G("gridComplete", function(e3) {
|
|
296
|
-
return
|
|
296
|
+
return N(null, e3.pageContext, e3.configureObj, "afterListLoad", e3);
|
|
297
297
|
}({ pageContext: t2, configureObj: i2 }), e2), G("resizeHeight", function(e3) {
|
|
298
|
-
return
|
|
298
|
+
return N(null, e3.pageContext, e3.configureObj, "resizeTableHeight", e3);
|
|
299
299
|
}({ pageContext: t2, configureObj: i2 }), e2), e2.lineEditOptions || (e2.lineEditOptions = {}), G("beforeInsertRow", function(e3) {
|
|
300
|
-
return
|
|
300
|
+
return N(null, e3.pageContext, e3.configureObj, "beforeAddRow", e3);
|
|
301
301
|
}({ pageContext: t2, configureObj: i2 }), e2.lineEditOptions), G("afterInsertRow", function(e3) {
|
|
302
|
-
return
|
|
302
|
+
return N(null, e3.pageContext, e3.configureObj, "afterAddRow", e3);
|
|
303
303
|
}({ pageContext: t2, configureObj: i2 }), e2.lineEditOptions), G("beforeDelete", function(e3) {
|
|
304
|
-
return
|
|
304
|
+
return N(null, e3.pageContext, e3.configureObj, "beforeRemoveRow", e3);
|
|
305
305
|
}({ pageContext: t2, configureObj: i2 }), e2.lineEditOptions), G("afterDelete", function(e3) {
|
|
306
|
-
return
|
|
306
|
+
return N(null, e3.pageContext, e3.configureObj, "afterRemoveRow", e3);
|
|
307
307
|
}({ pageContext: t2, configureObj: i2 }), e2.lineEditOptions), G("beforeEdit", function(e3) {
|
|
308
|
-
return
|
|
308
|
+
return N(null, e3.pageContext, e3.configureObj, "beforeEdit", e3);
|
|
309
309
|
}({ pageContext: t2, configureObj: i2 }), e2.lineEditOptions), G("beforeRestore", function(e3) {
|
|
310
|
-
return
|
|
310
|
+
return N(null, e3.pageContext, e3.configureObj, "beforeRestore", e3);
|
|
311
311
|
}({ pageContext: t2, configureObj: i2 }), e2.lineEditOptions), G("beforeRestoreValidate", function(e3) {
|
|
312
|
-
return
|
|
312
|
+
return N(null, e3.pageContext, e3.configureObj, "beforeRestoreValidate", e3);
|
|
313
313
|
}({ pageContext: t2, configureObj: i2 }), e2.lineEditOptions), function(e3, n3, t3) {
|
|
314
314
|
n3 && (t3[e3] = n3);
|
|
315
|
-
}("filterDataEvent",
|
|
315
|
+
}("filterDataEvent", N(null, t2, i2, "filter-data", { pageContext: t2, configureObj: i2 }), e2));
|
|
316
316
|
}
|
|
317
317
|
function G(e2, n2, t2) {
|
|
318
318
|
n2 && (t2[e2] = n2);
|
|
@@ -342,7 +342,7 @@ function ne(e2, n2, t2) {
|
|
|
342
342
|
return h(null, e2, n2, "header-click", t2);
|
|
343
343
|
}
|
|
344
344
|
function te(e2) {
|
|
345
|
-
return
|
|
345
|
+
return N(null, e2.pageContext, e2.configureObj, "before-upload", e2);
|
|
346
346
|
}
|
|
347
347
|
function ie(n2) {
|
|
348
348
|
let t2 = true;
|
|
@@ -377,13 +377,13 @@ export {
|
|
|
377
377
|
V as doAfterClickEvent,
|
|
378
378
|
D as doBeforeClickEvent,
|
|
379
379
|
L as doClickJumpPageEvent,
|
|
380
|
-
|
|
380
|
+
F as doSuffixOrPrefixClickEvent,
|
|
381
381
|
te as fileUploadBeforeUpload,
|
|
382
382
|
z as getClickEventFuncByType,
|
|
383
383
|
k as getCustomFunc,
|
|
384
384
|
B as getEventFuncByType,
|
|
385
385
|
$ as getEventNameByType,
|
|
386
|
-
|
|
386
|
+
N as getHandleEvent,
|
|
387
387
|
P as getTableUuid,
|
|
388
388
|
K as gridSelectAllRecords,
|
|
389
389
|
J as gridSelectRecord,
|
|
@@ -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),
|
|
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 ||
|
|
9
|
+
"barcode" !== e4.options.textType && "qrcode" !== e4.options.textType || i2.push(e4.options);
|
|
10
10
|
});
|
|
11
11
|
});
|
|
12
|
-
const
|
|
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,
|
|
20
|
-
const
|
|
21
|
-
if (
|
|
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("."),
|
|
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),
|
|
41
|
-
}), n4(
|
|
39
|
+
a6.value = o(JSON.parse(e6.barcodeModelItems), t5), i4.push(a6);
|
|
40
|
+
}), n4(i4);
|
|
42
41
|
});
|
|
43
42
|
} catch (e6) {
|
|
44
|
-
|
|
43
|
+
n4([]);
|
|
45
44
|
}
|
|
46
45
|
});
|
|
47
|
-
}(t3,
|
|
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 =
|
|
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(
|
|
53
|
+
}), a4.print(l2, s2, i3);
|
|
55
54
|
});
|
|
56
|
-
} else a4.print(
|
|
57
|
-
}(n2, f,
|
|
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
|
|
61
|
+
const i2 = [];
|
|
63
62
|
t2.forEach((t3) => {
|
|
64
|
-
|
|
63
|
+
i2.push(function(e3, t4) {
|
|
65
64
|
return new Promise((n3, a3) => {
|
|
66
|
-
const s3 = t4.field.split("."),
|
|
67
|
-
s3.length < 2 && n3(
|
|
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(
|
|
68
|
+
p(i3.name).then((t5) => {
|
|
70
69
|
const a4 = JSON.parse(t5.barcodeModelItems);
|
|
71
|
-
|
|
70
|
+
i3.value = o(a4, e3.entity.data), n3(i3);
|
|
72
71
|
});
|
|
73
72
|
} catch (e4) {
|
|
74
|
-
|
|
73
|
+
n3(i3);
|
|
75
74
|
}
|
|
76
75
|
});
|
|
77
76
|
}(e2.pageContext, t3));
|
|
78
|
-
}), Promise.all(
|
|
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
|
|
95
|
+
const i = { printLabel: a };
|
|
97
96
|
export {
|
|
98
|
-
|
|
97
|
+
i as default,
|
|
99
98
|
a as printLabel
|
|
100
99
|
};
|
|
@@ -49,6 +49,8 @@ export declare const standardEvents: {
|
|
|
49
49
|
resetCharts: (params: any) => void;
|
|
50
50
|
exportCharts: (params: any) => void;
|
|
51
51
|
saveQueryCharts: (params: any) => void;
|
|
52
|
+
addTransactor: (params: any) => void;
|
|
53
|
+
removeTransactor: (params: any) => void;
|
|
52
54
|
};
|
|
53
55
|
export declare function exportFormReport(pageContext: any, configureObj: any, templateFile: any, isPdf: any): void;
|
|
54
56
|
export declare function getSaveFormRequestWithRow(pageContext: PageContext, configureObj: any, url: string, isUnControlVersion: boolean, mainDefaultValueColumns: any, dynamicColumnInfo: any, row: any, otherParams: any): any;
|
|
@@ -70,11 +72,14 @@ export declare function dealCompleteTaskParam(commonEntity: any, isInit: any, pa
|
|
|
70
72
|
export declare function doAssign(params: any, selectNodeInfo: any): void;
|
|
71
73
|
export declare function getAdditionalParamMap(pageContext: any): any;
|
|
72
74
|
export declare function doAddSigner(params: any, selectNodeInfo: any): void;
|
|
75
|
+
export declare function doAddTransactor(params: any, selectNodeInfo: any): void;
|
|
73
76
|
export declare function doCreateCopyTask(params: any, selectNodeInfo: any): Promise<void>;
|
|
74
77
|
export declare function getTaskInformitions(params: any): any;
|
|
75
78
|
export declare function doReturnTaskTo(params: any, selectTaskNode: any): void;
|
|
76
79
|
export declare function getRemoveSigner(params: any): any;
|
|
77
80
|
export declare function doRemoveSigners(params: any, selectRemoveTasks: any): void;
|
|
81
|
+
export declare function getRemoveTransactor(params: any): any;
|
|
82
|
+
export declare function doRemoveTransactors(params: any, selectRemoveTasks: any): void;
|
|
78
83
|
export declare function isVisibleWorkflowButton(standardEventName: any, buttonInfo: any, completeTaskParam: any, btnConfigure: any, data: any): boolean;
|
|
79
84
|
/**
|
|
80
85
|
* 刷新页面
|