super-page-runtime 2.3.5 → 2.3.6-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/api/page-expose-util.js +78 -70
- package/dist/es/components/runtime/utils/charts/chart-util.js +1 -1
- package/dist/es/components/runtime/utils/common-util.d.ts +1 -1
- package/dist/es/components/runtime/utils/common-util.js +62 -47
- package/dist/es/components/runtime/utils/events/event-util.js +3 -3
- package/dist/es/components/runtime/utils/events/print-label.js +25 -26
- package/dist/es/components/runtime/utils/events/standard-event.js +21 -19
- package/dist/es/components/runtime/utils/events/validator-util.js +23 -23
- package/dist/es/components/runtime/utils/page-init-util.d.ts +1 -1
- package/dist/es/components/runtime/utils/page-init-util.js +45 -33
- package/dist/es/components/runtime/utils/page-store.js +10 -10
- package/dist/es/components/runtime/utils/table-utils.d.ts +14 -0
- package/dist/es/components/runtime/utils/table-utils.js +57 -32
- 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 +3 -3
- package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.d.ts +10 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.js +36 -33
- package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue.js +6 -6
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +131 -131
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.d.ts +8 -4
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +26 -26
- package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +0 -2
- 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 +9 -10
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +48 -48
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +42 -42
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +15 -15
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +22 -21
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +32 -32
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +45 -46
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +3 -5
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +60 -51
- package/dist/es/components/runtime/views/assemblys/object-render.vue.js +69 -67
- 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 -2
- package/dist/es/components/runtime/views/super-page.vue.js +1 -1
- package/dist/es/components/runtime/views/super-page.vue2.js +11 -12
- package/dist/es/style.css +82 -82
- package/package.json +2 -2
- package/dist/es.zip +0 -0
|
@@ -1,151 +1,159 @@
|
|
|
1
|
-
import { getOptionDatasSourceMap as e, getComponentOptionDatasFromPage as t, getVariableValue as n, setVariableValue as
|
|
2
|
-
import { getComponentRef as a, getComponentRefByCode as
|
|
3
|
-
import
|
|
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 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
|
|
6
|
+
import { dynamicControlTableEdit as m, disabledAllFields as p, updateFormItemEditState as d } from "../events/validator-util.js";
|
|
7
7
|
import { deepCopy as g, getBaseUrl as y } from "../common-util.js";
|
|
8
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
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
n3
|
|
11
|
+
import { isHasFieldPermissionAuth as k } from "../table-utils.js";
|
|
12
|
+
const v = { showElement: function(e2, t2, n2) {
|
|
13
|
+
n2 ? A(e2, "showElement", t2) : t2.forEach((t3) => {
|
|
14
|
+
const n3 = s(e2, t3);
|
|
15
|
+
n3 && n3.show();
|
|
15
16
|
});
|
|
16
17
|
}, hideElement: function(e2, t2, n2) {
|
|
17
|
-
n2 ?
|
|
18
|
-
const n3 =
|
|
19
|
-
n3
|
|
18
|
+
n2 ? A(e2, "hideElement", t2) : t2.forEach((t3) => {
|
|
19
|
+
const n3 = s(e2, t3);
|
|
20
|
+
n3 && n3.hide();
|
|
20
21
|
});
|
|
21
22
|
}, enableElement: function(e2, t2, n2) {
|
|
22
|
-
n2 ?
|
|
23
|
-
const n3 =
|
|
23
|
+
n2 ? A(e2, "enableElement", t2) : t2.forEach((t3) => {
|
|
24
|
+
const n3 = s(e2, t3);
|
|
24
25
|
if (n3) {
|
|
25
26
|
const e3 = n3.getConfigure();
|
|
26
27
|
e3 && e3.runtime.props && (e3.runtime.props.state = "enabled");
|
|
27
|
-
}
|
|
28
|
+
}
|
|
28
29
|
});
|
|
29
30
|
}, disableElement: function(e2, t2, n2) {
|
|
30
|
-
n2 ?
|
|
31
|
-
const n3 =
|
|
31
|
+
n2 ? A(e2, "disableElement", t2) : t2.forEach((t3) => {
|
|
32
|
+
const n3 = s(e2, t3);
|
|
32
33
|
if (n3) {
|
|
33
34
|
const e3 = n3.getConfigure();
|
|
34
35
|
e3 && e3.runtime.props && (e3.runtime.props.state = "disabled");
|
|
35
|
-
}
|
|
36
|
+
}
|
|
36
37
|
});
|
|
37
38
|
}, setEntityDataValue: function(e2, t2) {
|
|
38
39
|
Object.keys(t2).forEach((n2) => {
|
|
39
|
-
|
|
40
|
+
o(e2.entity, n2.startsWith("${") ? n2 : "${data." + n2 + "}", t2[n2]);
|
|
40
41
|
});
|
|
41
42
|
}, setEntityPageValue: function(e2, t2) {
|
|
42
43
|
Object.keys(t2).forEach((n2) => {
|
|
43
|
-
|
|
44
|
+
o(e2.entity, n2.startsWith("${") ? n2 : "${page." + n2 + "}", t2[n2]);
|
|
44
45
|
});
|
|
45
46
|
}, setEntityValueByType: function(e2, t2, n2) {
|
|
46
|
-
Object.keys(n2).forEach((
|
|
47
|
-
|
|
47
|
+
Object.keys(n2).forEach((i2) => {
|
|
48
|
+
o(e2.entity, i2.startsWith("${") ? i2 : "${" + t2 + "." + i2 + "}", n2[i2]);
|
|
48
49
|
});
|
|
49
50
|
}, dynamicControlFormEdit: function(e2, t2, n2) {
|
|
50
|
-
n2 ?
|
|
51
|
+
n2 ? A(e2, "dynamicControlFormEdit", t2) : d(e2, t2);
|
|
51
52
|
}, disabledAllFields(e2) {
|
|
52
|
-
|
|
53
|
+
p(e2);
|
|
53
54
|
}, dynamicControlTableEdit(e2, t2, n2) {
|
|
54
55
|
m(e2, t2, n2);
|
|
55
56
|
}, executeServiceFlow: function(e2, t2, n2) {
|
|
56
|
-
const
|
|
57
|
+
const i2 = e2.code;
|
|
57
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);
|
|
58
|
-
const
|
|
59
|
-
return l.post(`${a2}/dsc/service-flow/execute/${
|
|
59
|
+
const o2 = e2.backendUrl, a2 = y(o2, e2.isTest);
|
|
60
|
+
return l.post(`${a2}/dsc/service-flow/execute/${i2}/${t2}`, n2);
|
|
60
61
|
}, openPage: function(e2, t2) {
|
|
61
|
-
|
|
62
|
+
r.$emit(e2.code + "_open-dialog", { pageContext: e2, eventParams: t2.eventParams, configureObj: { props: { linkPage: t2 } } });
|
|
62
63
|
}, refreshPage: function(e2, t2) {
|
|
63
64
|
f(e2, t2);
|
|
64
65
|
}, refreshSubTableHandle: function(e2, t2) {
|
|
65
66
|
let n2;
|
|
66
|
-
const
|
|
67
|
-
if (
|
|
68
|
-
const e3 =
|
|
67
|
+
const i2 = s(e2, t2);
|
|
68
|
+
if (i2) {
|
|
69
|
+
const e3 = i2.getConfigure();
|
|
69
70
|
e3 && e3.uuid && e3.name && "table" === e3.name && (n2 = e3.uuid);
|
|
70
71
|
}
|
|
71
|
-
n2
|
|
72
|
+
n2 && r.$emit("_refreshSubTableHandle_" + n2);
|
|
72
73
|
}, refreshChildData(e2, t2, n2) {
|
|
73
|
-
let
|
|
74
|
-
const
|
|
75
|
-
if (
|
|
76
|
-
const e3 =
|
|
77
|
-
e3 && e3.uuid && e3.name && "table" === e3.name && (
|
|
74
|
+
let i2;
|
|
75
|
+
const o2 = s(e2, t2);
|
|
76
|
+
if (o2) {
|
|
77
|
+
const e3 = o2.getConfigure();
|
|
78
|
+
e3 && e3.uuid && e3.name && "table" === e3.name && (i2 = e3.uuid);
|
|
78
79
|
}
|
|
79
|
-
|
|
80
|
+
i2 && r.$emit("_refreshChildData_" + i2, n2);
|
|
80
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) {
|
|
81
82
|
const n2 = u(e2);
|
|
82
83
|
return n2 ? n2[t2] : null;
|
|
83
|
-
}, isMobile: () => h(), getComponentRefByProp: (e2, t2) =>
|
|
84
|
+
}, isMobile: () => h(), getComponentRefByProp: (e2, t2) => s(e2, t2), getComponentRefByCode: (e2, t2) => a(e2, t2), getFormViewData(o2) {
|
|
84
85
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
85
|
-
const
|
|
86
|
+
const s2 = o2.entity ? o2.entity : {}, r2 = g(s2), l2 = e(o2);
|
|
86
87
|
for (const e2 in l2) {
|
|
87
|
-
const
|
|
88
|
+
const s3 = t(o2, e2), l3 = a(o2, e2);
|
|
88
89
|
if (l3) {
|
|
89
90
|
const e3 = l3.getConfigure();
|
|
90
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)) {
|
|
91
|
-
const t2 = E(
|
|
92
|
+
const t2 = E(o2, e3), a2 = n(r2, t2);
|
|
92
93
|
if (a2) {
|
|
93
|
-
const e4 =
|
|
94
|
-
|
|
94
|
+
const e4 = V(a2.split(","), s3);
|
|
95
|
+
i(r2, t2, e4);
|
|
95
96
|
}
|
|
96
97
|
} else {
|
|
97
|
-
const t2 = E(
|
|
98
|
-
|
|
98
|
+
const t2 = E(o2, e3), a2 = V(n(r2, t2), s3);
|
|
99
|
+
i(r2, t2, a2);
|
|
99
100
|
}
|
|
100
101
|
}
|
|
101
102
|
}
|
|
102
|
-
const c2 =
|
|
103
|
+
const c2 = o2.listCodesMap;
|
|
103
104
|
for (const e2 in c2) {
|
|
104
105
|
let t2;
|
|
105
106
|
if (e2.indexOf("__") > 0 && (t2 = e2.substring(e2.lastIndexOf("__") + 2)), t2) {
|
|
106
|
-
const
|
|
107
|
-
if (
|
|
108
|
-
const t3 =
|
|
109
|
-
|
|
107
|
+
const i2 = a(o2, t2);
|
|
108
|
+
if (i2) {
|
|
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);
|
|
110
111
|
}
|
|
111
112
|
}
|
|
112
113
|
}
|
|
113
|
-
return
|
|
114
|
-
}, getFormData: (e2, t2) => c(e2, t2), getCustomFunc: (e2, t2) => C(e2, t2), replaceUrlPrefix: (e2) => b(e2)
|
|
115
|
-
|
|
114
|
+
return r2.data;
|
|
115
|
+
}, getFormData: (e2, t2) => c(e2, t2), getCustomFunc: (e2, t2) => C(e2, t2), replaceUrlPrefix: (e2) => b(e2), isHasFieldAuthPermission: (e2) => {
|
|
116
|
+
var _a, _b, _c, _d;
|
|
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
|
+
}, isHasFieldAuth(e2, t2) {
|
|
119
|
+
k(e2, null, t2);
|
|
120
|
+
}, isHasFieldAuthWithTable(e2, t2, n2) {
|
|
121
|
+
k(e2, t2, n2);
|
|
122
|
+
} };
|
|
123
|
+
function j(e2, t2) {
|
|
116
124
|
e2 && t2 && t2.forEach((t3) => {
|
|
117
125
|
Object.keys(e2).forEach((n2) => {
|
|
118
|
-
const
|
|
119
|
-
let
|
|
120
|
-
if (
|
|
121
|
-
if (
|
|
122
|
-
|
|
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
|
+
if (i2) {
|
|
130
|
+
r2 = V(i2.split(","), a2);
|
|
123
131
|
}
|
|
124
|
-
} else
|
|
125
|
-
t3[n2] =
|
|
132
|
+
} else r2 = V(i2, a2);
|
|
133
|
+
t3[n2] = r2;
|
|
126
134
|
});
|
|
127
135
|
});
|
|
128
136
|
}
|
|
129
|
-
function
|
|
137
|
+
function V(e2, t2) {
|
|
130
138
|
let n2;
|
|
131
|
-
return null != e2 && t2 && (Array.isArray(e2) ? (n2 = "", e2.forEach((
|
|
132
|
-
n2 = n2 +
|
|
133
|
-
}), n2.indexOf(",") > 0 && (n2 = n2.substring(0, n2.lastIndexOf(",")))) : (n2 = e2, n2 =
|
|
139
|
+
return null != e2 && t2 && (Array.isArray(e2) ? (n2 = "", e2.forEach((i2) => {
|
|
140
|
+
n2 = n2 + $(e2, t2) + ",";
|
|
141
|
+
}), n2.indexOf(",") > 0 && (n2 = n2.substring(0, n2.lastIndexOf(",")))) : (n2 = e2, n2 = $(e2, t2))), n2;
|
|
134
142
|
}
|
|
135
|
-
function
|
|
143
|
+
function $(e2, t2) {
|
|
136
144
|
let n2 = e2;
|
|
137
|
-
if (null != e2 && t2) for (let
|
|
138
|
-
const
|
|
139
|
-
if (e2 + "" ==
|
|
145
|
+
if (null != e2 && t2) for (let i2 = 0; i2 < t2.length; i2++) {
|
|
146
|
+
const o2 = t2[i2].value, a2 = t2[i2].label ? t2[i2].label : t2[i2].name;
|
|
147
|
+
if (e2 + "" == o2 + "" && null != a2) {
|
|
140
148
|
n2 = a2;
|
|
141
149
|
break;
|
|
142
150
|
}
|
|
143
151
|
}
|
|
144
152
|
return n2;
|
|
145
153
|
}
|
|
146
|
-
function
|
|
154
|
+
function A(e2, t2, n2) {
|
|
147
155
|
e2.initInfo || (e2.initInfo = {}), e2.initInfo[t2] = n2;
|
|
148
156
|
}
|
|
149
157
|
export {
|
|
150
|
-
|
|
158
|
+
v as functions
|
|
151
159
|
};
|
|
@@ -14,7 +14,7 @@ function h() {
|
|
|
14
14
|
}
|
|
15
15
|
function m(t2, e2, n2, i2, s2) {
|
|
16
16
|
return function(o2) {
|
|
17
|
-
let r2 = o2.value;
|
|
17
|
+
let r2 = o2 == null ? void 0 : o2.value;
|
|
18
18
|
if (s2 && (r2 = o2), null == r2 || null == r2) return r2;
|
|
19
19
|
if (Array.isArray(r2)) return r2;
|
|
20
20
|
if (isNaN(r2) || !t2 || !t2.indexOf) return r2;
|
|
@@ -8,7 +8,7 @@ export declare function getRealRestApiPath(orgRestApiPath: any, systemCode: any,
|
|
|
8
8
|
* @param templateFiles
|
|
9
9
|
* @returns
|
|
10
10
|
*/
|
|
11
|
-
export declare function packageTemplateFiles(templateFiles: any): any;
|
|
11
|
+
export declare function packageTemplateFiles(templateFiles: any, pageContext: PageContext, configure: Component): any;
|
|
12
12
|
export declare function upperFirstCase(str: any): any;
|
|
13
13
|
export declare function getListCode(pageCode: any, pageVersion: any, tableUuid: any): string;
|
|
14
14
|
/**
|
|
@@ -1,67 +1,82 @@
|
|
|
1
1
|
import { getSystemBackendUrl as e } from "agilebuilder-ui/src/utils/common-util";
|
|
2
2
|
import { getLanguageWithLocale as t } from "agilebuilder-ui/src/utils/util";
|
|
3
|
-
|
|
3
|
+
import { ExpressionEvaluator as n } from "../views/assemblys/chart/table/chart-table-util.js";
|
|
4
|
+
import { getCustomFunc as r } from "./events/event-util.js";
|
|
5
|
+
function o(e2) {
|
|
4
6
|
return "function" == typeof Array.isArray ? Array.isArray(e2) : "[object Array]" === Object.prototype.toString.call(e2);
|
|
5
7
|
}
|
|
6
|
-
function
|
|
7
|
-
if (
|
|
8
|
+
function i(t2, n2) {
|
|
9
|
+
if (n2) return t2;
|
|
8
10
|
{
|
|
9
|
-
const { baseURL:
|
|
10
|
-
let
|
|
11
|
-
return "developing.model" ===
|
|
11
|
+
const { baseURL: n3, projectModel: r2 } = window.$vueApp.config.globalProperties;
|
|
12
|
+
let o2 = n3;
|
|
13
|
+
return "developing.model" === r2 || t2 && (o2 = e(t2)), o2;
|
|
12
14
|
}
|
|
13
15
|
}
|
|
14
|
-
function
|
|
16
|
+
function u(e2, t2, n2, r2) {
|
|
15
17
|
let o2 = e2;
|
|
16
|
-
if (e2 &&
|
|
18
|
+
if (e2 && n2 && !function(e3) {
|
|
17
19
|
return 0 === e3.indexOf("http:") || 0 === e3.indexOf("https:");
|
|
18
20
|
}(e2)) {
|
|
19
|
-
o2 =
|
|
21
|
+
o2 = i(n2, r2) + "/" + t2 + e2;
|
|
20
22
|
}
|
|
21
23
|
return o2;
|
|
22
24
|
}
|
|
23
|
-
function
|
|
24
|
-
if (!e2) return e2;
|
|
25
|
-
|
|
25
|
+
function l(e2, o2, i2) {
|
|
26
|
+
if (!e2 || 0 === e2.length) return e2;
|
|
27
|
+
let u2 = e2;
|
|
26
28
|
if (Array.isArray(e2)) {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
e2[0].templates && (u2 = function(e3, t2, o3) {
|
|
30
|
+
const i3 = [];
|
|
31
|
+
return e3.forEach((e4) => {
|
|
32
|
+
let u3 = true;
|
|
33
|
+
if (e4.scopeFunc) {
|
|
34
|
+
const n2 = r(t2, e4.scopeFunc);
|
|
35
|
+
n2 && (u3 = n2.apply(n2, [{ pageContext: t2, configureObj: o3, template: e4 }]));
|
|
36
|
+
} else e4.conditions && e4.conditions.length > 0 && (u3 = n.evaluate(t2, e4.conditions));
|
|
37
|
+
false !== u3 && e4.templates.forEach((e5) => {
|
|
38
|
+
i3.push({ templateUuid: e5.templateUuid, templateName: e5.templateName });
|
|
39
|
+
});
|
|
40
|
+
}), i3;
|
|
41
|
+
}(e2, o2, i2));
|
|
42
|
+
const l2 = t(), a2 = [], s2 = [], p2 = "~-~-";
|
|
43
|
+
return u2.forEach((e3) => {
|
|
44
|
+
const t2 = e3.templateName;
|
|
45
|
+
if (t2.indexOf(p2) > 0) {
|
|
46
|
+
const n2 = t2.substring(0, t2.indexOf(p2)), r2 = t2.substring(t2.indexOf(p2) + p2.length, t2.lastIndexOf(p2)), o3 = t2.substring(t2.lastIndexOf(p2) + p2.length);
|
|
47
|
+
l2 === r2 && s2.indexOf(n2) < 0 && (a2.push({ templateUuid: e3.templateUuid, templateName: o3 }), s2.push(n2));
|
|
48
|
+
} else a2.push(e3);
|
|
49
|
+
}), a2;
|
|
35
50
|
}
|
|
36
51
|
}
|
|
37
|
-
function
|
|
52
|
+
function a(e2) {
|
|
38
53
|
return e2.toLowerCase().replace(/( |^)[a-z]/g, (e3) => e3.toUpperCase());
|
|
39
54
|
}
|
|
40
|
-
function s(e2, t2,
|
|
41
|
-
return "V" + t2 + "__" + e2 + "__" +
|
|
55
|
+
function s(e2, t2, n2) {
|
|
56
|
+
return "V" + t2 + "__" + e2 + "__" + n2;
|
|
42
57
|
}
|
|
43
|
-
function
|
|
58
|
+
function p(e2) {
|
|
44
59
|
if ("object" != typeof e2 || null == e2) return e2;
|
|
45
60
|
const t2 = Array.isArray(e2) ? [] : {};
|
|
46
|
-
for (const
|
|
61
|
+
for (const n2 in e2) e2.hasOwnProperty(n2) && (t2[n2] = p(e2[n2]));
|
|
47
62
|
return t2;
|
|
48
63
|
}
|
|
49
|
-
function
|
|
64
|
+
function f(e2) {
|
|
50
65
|
let t2;
|
|
51
66
|
return e2.entity && e2.entity.data && (t2 = e2.entity.data.WORKFLOW_ID, t2 || (t2 = e2.entity.data.workflow_id), t2 || (t2 = e2.entity.data.workflowId)), t2;
|
|
52
67
|
}
|
|
53
|
-
function
|
|
68
|
+
function c(e2) {
|
|
54
69
|
var _a, _b, _c, _d;
|
|
55
70
|
let t2;
|
|
56
71
|
if (e2 && ((_b = (_a = e2.props) == null ? void 0 : _a.base) == null ? void 0 : _b.prop)) {
|
|
57
|
-
let
|
|
58
|
-
|
|
59
|
-
const
|
|
60
|
-
2 ===
|
|
72
|
+
let n2 = (_d = (_c = e2.props) == null ? void 0 : _c.base) == null ? void 0 : _d.prop;
|
|
73
|
+
n2.indexOf("${") >= 0 && (n2 = n2.substring(2, n2.lastIndexOf("}")));
|
|
74
|
+
const r2 = n2.split(".");
|
|
75
|
+
2 === r2.length ? t2 = r2[1] : 3 === r2.length && (t2 = r2[1] + "__" + r2[2]);
|
|
61
76
|
} else e2.code && (t2 = e2.code);
|
|
62
77
|
return t2;
|
|
63
78
|
}
|
|
64
|
-
function
|
|
79
|
+
function d(e2) {
|
|
65
80
|
try {
|
|
66
81
|
if (null != e2) {
|
|
67
82
|
const t2 = parseInt(e2 + "");
|
|
@@ -72,30 +87,30 @@ function p(e2) {
|
|
|
72
87
|
return false;
|
|
73
88
|
}
|
|
74
89
|
}
|
|
75
|
-
function
|
|
90
|
+
function m(e2) {
|
|
76
91
|
return !!e2.isWorkflowEntity || !(void 0 !== e2.isWorkflowEntity || !e2.workflowCode);
|
|
77
92
|
}
|
|
78
|
-
function
|
|
93
|
+
function g(e2, t2) {
|
|
79
94
|
if (e2 && t2) {
|
|
80
95
|
let t3 = e2.jumpPageMobileOpenMode;
|
|
81
96
|
t3 || (e2.jumpPageOpenMode ? (t3 = e2.jumpPageOpenMode, "newTab" === t3 && (t3 = "refresh")) : t3 = "refresh"), "refresh" === t3 && (e2.dialogType = "drawer", e2.jumpPageWidth = "100%", e2.isRefreshWhenClosePopup = true), e2.jumpMode = t3, e2.jumpPageMobileOpenMode = t3, e2.jumpPageTitle || (e2.jumpPageTitle = "QMS质量管理系统");
|
|
82
97
|
}
|
|
83
98
|
}
|
|
84
|
-
function
|
|
99
|
+
function h(e2, t2) {
|
|
85
100
|
return null === e2[t2] || void 0 === e2[t2] || "" === e2[t2];
|
|
86
101
|
}
|
|
87
102
|
export {
|
|
88
|
-
|
|
89
|
-
|
|
103
|
+
p as deepCopy,
|
|
104
|
+
i as getBaseUrl,
|
|
90
105
|
s as getListCode,
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
106
|
+
c as getPropClassName,
|
|
107
|
+
u as getRealRestApiPath,
|
|
108
|
+
f as getWorkflowId,
|
|
109
|
+
o as isArrayFn,
|
|
110
|
+
d as isNumber,
|
|
111
|
+
h as isVariableInvalidValue,
|
|
112
|
+
m as isWorkflowPage,
|
|
113
|
+
l as packageTemplateFiles,
|
|
114
|
+
g as refreshMobileDialogType,
|
|
115
|
+
a as upperFirstCase
|
|
101
116
|
};
|
|
@@ -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
|
-
|
|
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
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
|
-
|
|
217
|
+
e3.canClick = true;
|
|
218
218
|
}) : q(e3, t3, o3, c2, a2, u3);
|
|
219
219
|
} else q(e3, t3, o3, false, null, u3);
|
|
220
220
|
}(e2, t2, i2, o2);
|
|
@@ -3,27 +3,26 @@ import { hiprint as t, disAutoConnect as n } from "vue-plugin-hiprint";
|
|
|
3
3
|
import { generateCodeByRule as o } from "../barcode-util.js";
|
|
4
4
|
function a(n2, a2) {
|
|
5
5
|
e.post(window.$vueApp.config.globalProperties.baseAPI + "/dc/print-models/by-codes", [a2]).then((e2) => {
|
|
6
|
-
const a3 = JSON.parse(e2[0].template),
|
|
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
|
};
|