@das-fed/ui 6.4.0-dev.55.13 → 6.4.0-dev.55.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/package.json +5 -5
- package/packages/business-components/change-enterprises/index.js +8 -8
- package/packages/business-components/change-enterprises/index.js.gz +0 -0
- package/packages/business-components/change-pwd/index.js +37 -37
- package/packages/business-components/change-pwd/index.js.gz +0 -0
- package/packages/business-components/currency-page/index.js +16 -16
- package/packages/business-components/currency-page/index.js.gz +0 -0
- package/packages/business-components/device-panel/index.js +53 -53
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/export-button/index.js +30 -30
- package/packages/business-components/export-button/index.js.gz +0 -0
- package/packages/business-components/import-button/index.js +56 -56
- package/packages/business-components/import-button/index.js.gz +0 -0
- package/packages/business-components/model-table-dialog/index.js +1 -1
- package/packages/business-components/model-table-dialog/index.js.gz +0 -0
- package/packages/business-components/process-configuration/index.js +58 -58
- package/packages/business-components/process-configuration/index.js.gz +0 -0
- package/packages/business-components/process-form/index.js +209 -214
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-search-form/index.js +25 -25
- package/packages/business-components/process-search-form/index.js.gz +0 -0
- package/packages/business-components/upload-file/index.js +13 -13
- package/packages/business-components/upload-file/index.js.gz +0 -0
- package/packages/business-components/urgent-panel/index.js +245 -245
- package/packages/business-components/urgent-panel/index.js.gz +0 -0
- package/packages/business-components/user-org-dialog/index.js +67 -67
- package/packages/business-components/user-org-dialog/index.js.gz +0 -0
- package/packages/components/date-picker/index.js +61 -61
- package/packages/components/date-picker/index.js.gz +0 -0
- package/packages/components/dimple-layout/index.js +7 -7
- package/packages/components/dimple-layout/index.js.gz +0 -0
- package/packages/components/image-upload/index.js +57 -57
- package/packages/components/image-upload/index.js.gz +0 -0
- package/packages/components/live-player/index.js +142 -142
- package/packages/components/live-player/index.js.gz +0 -0
- package/packages/components/map/index.js +3 -3
- package/packages/components/map/index.js.gz +0 -0
- package/packages/components/rich-editor/index.js +4 -4
- package/packages/components/rich-editor/index.js.gz +0 -0
- package/packages/components/table/index.js +458 -458
- package/packages/components/table/index.js.gz +0 -0
- package/packages/components/tree/index.js +1 -1
- package/packages/components/tree/index.js.gz +0 -0
- package/packages/components/upload/index.js +7 -7
- package/packages/components/upload/index.js.gz +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/business-components/process-form/style.css';
|
|
2
2
|
import { withInstall as pt } from "@das-fed/utils/with-install/index";
|
|
3
|
-
import { ref as l, defineComponent as
|
|
4
|
-
import { DasFormRef as vt, DasForm as
|
|
3
|
+
import { ref as l, defineComponent as E, watch as N, openBlock as V, createBlock as I, unref as a, withCtx as z, createVNode as S, createCommentVNode as q, createElementVNode as je, createElementBlock as U, Fragment as G, createTextVNode as ee, toDisplayString as te, isRef as he, createSlots as dt, h as le, renderList as ie, resolveDynamicComponent as ge, onMounted as ct, withDirectives as gt, normalizeStyle as mt } from "vue";
|
|
4
|
+
import { DasFormRef as vt, DasForm as Ie } from "@das-fed/ui/packages/components/form/index";
|
|
5
5
|
import { DasButton as ft } from "@das-fed/ui/packages/components/button/index";
|
|
6
6
|
import { vOverlay as ht } from "@das-fed/ui/packages/components/overlay/index";
|
|
7
7
|
import { createService as Z } from "@das-fed/utils/create-api-service";
|
|
@@ -9,23 +9,23 @@ import { DasUpload as yt } from "@das-fed/ui/packages/components/upload/index";
|
|
|
9
9
|
import { DasFormItem as A } from "@das-fed/ui/packages/components/form-item/index";
|
|
10
10
|
import { DasAutocomplete as bt } from "@das-fed/ui/packages/components/autocomplete/index";
|
|
11
11
|
import ve from "dayjs";
|
|
12
|
-
import { DasImageViewer as
|
|
12
|
+
import { DasImageViewer as Be } from "@das-fed/ui/packages/components/image-viewer/index";
|
|
13
13
|
import { DasInput as _t } from "@das-fed/ui/packages/components/input/index";
|
|
14
14
|
import { DasTooltip as Ve } from "@das-fed/ui/packages/components/tooltip/index";
|
|
15
|
-
import { i18n as
|
|
15
|
+
import { i18n as B, t as D, setI18nRule as wt } from "@das-fed/web/packages/i18n/index";
|
|
16
16
|
import { DasTableColumn as F } from "@das-fed/ui/packages/components/table/index";
|
|
17
17
|
import { DasSearchForm as Ct } from "@das-fed/ui/packages/components/search-form/index";
|
|
18
18
|
import { DasModelTableDialog as Dt } from "@das-fed/ui/packages/business-components/model-table-dialog";
|
|
19
|
-
import { getProjectInfo as
|
|
19
|
+
import { getProjectInfo as Oe } from "@das-fed/utils/common-info";
|
|
20
20
|
import { getConfig as Vt } from "@das-fed/utils/config";
|
|
21
|
-
import { DasRichEditor as
|
|
21
|
+
import { DasRichEditor as Ee } from "@das-fed/ui/packages/components/rich-editor/index";
|
|
22
22
|
import { DasCollaspe as Ae } from "@das-fed/ui/packages/components/collaspe/index";
|
|
23
23
|
import { DasCollaspePanel as Qe } from "@das-fed/ui/packages/components/collapse-panel/index";
|
|
24
24
|
const X = "v1", kt = Z(`/workflow/form/form/${X}`), St = Z(`/workflow/form/formDef/${X}`);
|
|
25
25
|
Z(`/workflow/api/user/${X}`);
|
|
26
26
|
const Ue = Z(`/workflow/api/extend/${X}`), Nt = Z(`/workflow/flow/def/${X}`), Lt = Z(`/workflow/form/customQuery/${X}`), ae = Z(`/api/enterpriseright/permission/${X}`), ke = Z(`/api/space-manage/space-tree/${X}`), zt = Z(`/workflow/form/dataTemplate/${X}`), Se = Z(`/api/supply/supplier/${X}`), Mt = Z(`/api/warehouse/vms/${X}/asset-receive`), Tt = zt.get("/getBpmDataTemplateInfoByFlowKey"), Rt = kt.get("/formDesign"), $t = St.get("/get"), Pt = Ue.get("/report-config");
|
|
27
27
|
Ue.get("/application-report");
|
|
28
|
-
const Ft = Nt.get("/getBindRelationByDefKey"),
|
|
28
|
+
const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt = ae.get("/organization/authTree"), Kt = ae.post("/user/list"), jt = ae.post("/data/user-query"), Bt = ae.get("/role/list"), Ot = ae.post("/data/role-ids"), Et = ae.get("/organization/organizationpage"), At = ae.get("/station/list"), Qt = ae.get("/position/list"), ye = ae.post("/organization/detailbyids"), Ut = ke.get("/controller/area-children"), Yt = ke.get("/controller/fuzzy-tree-all"), xt = ke.get("/controller/space"), Jt = Se.post("/supplier/list/page", (n) => {
|
|
29
29
|
var e, t;
|
|
30
30
|
return n.data.pageBean = {
|
|
31
31
|
page: ((e = n == null ? void 0 : n.data) == null ? void 0 : e.pageIndex) || 1,
|
|
@@ -85,7 +85,7 @@ const Ft = Nt.get("/getBindRelationByDefKey"), Et = Lt.get("/getByAlias"), It =
|
|
|
85
85
|
var e = new RegExp("<.+?>", "g"), t = n.replace(e, "").replace(/ /g, "");
|
|
86
86
|
return t;
|
|
87
87
|
}, se = async (n, e, t = {}) => {
|
|
88
|
-
const [s, g] = await
|
|
88
|
+
const [s, g] = await It({ alias: n }).run();
|
|
89
89
|
if (!s && g.url) {
|
|
90
90
|
const i = l({});
|
|
91
91
|
e.forEach((h) => {
|
|
@@ -101,7 +101,7 @@ const Ft = Nt.get("/getBindRelationByDefKey"), Et = Lt.get("/getByAlias"), It =
|
|
|
101
101
|
}), e.value;
|
|
102
102
|
}, Xt = {
|
|
103
103
|
name: "attachment"
|
|
104
|
-
}, ea = /* @__PURE__ */
|
|
104
|
+
}, ea = /* @__PURE__ */ E({
|
|
105
105
|
...Xt,
|
|
106
106
|
props: {
|
|
107
107
|
setting: { default: () => ({
|
|
@@ -130,7 +130,7 @@ const Ft = Nt.get("/getBindRelationByDefKey"), Et = Lt.get("/getByAlias"), It =
|
|
|
130
130
|
const m = l([{ name: "111", sizeText: "9.4KB" }]);
|
|
131
131
|
return m.value || g(e.setting.name, null), N(m, (c) => {
|
|
132
132
|
g(e.setting.name, JSON.stringify(c));
|
|
133
|
-
}), (c, d) => u.value ? (V(),
|
|
133
|
+
}), (c, d) => u.value ? (V(), I(a(A), {
|
|
134
134
|
key: 0,
|
|
135
135
|
col: e.span,
|
|
136
136
|
label: c.setting.desc,
|
|
@@ -146,14 +146,14 @@ const Ft = Nt.get("/getBindRelationByDefKey"), Et = Lt.get("/getByAlias"), It =
|
|
|
146
146
|
]),
|
|
147
147
|
_: 1
|
|
148
148
|
/* STABLE */
|
|
149
|
-
}, 8, ["col", "label", "helpMessage"])) :
|
|
149
|
+
}, 8, ["col", "label", "helpMessage"])) : q("v-if", !0);
|
|
150
150
|
}
|
|
151
151
|
}), Ye = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
152
152
|
__proto__: null,
|
|
153
153
|
default: ea
|
|
154
154
|
}, Symbol.toStringTag, { value: "Module" })), ta = {
|
|
155
155
|
name: "autocomplete"
|
|
156
|
-
}, aa = /* @__PURE__ */
|
|
156
|
+
}, aa = /* @__PURE__ */ E({
|
|
157
157
|
...ta,
|
|
158
158
|
props: {
|
|
159
159
|
setting: { default: () => ({
|
|
@@ -190,7 +190,7 @@ const Ft = Nt.get("/getBindRelationByDefKey"), Et = Lt.get("/getByAlias"), It =
|
|
|
190
190
|
const p = l("");
|
|
191
191
|
return p.value = i(e.setting.name) || p.value, p.value || g(e.setting.name, null), e.setting.options.validateList.length && y(e.setting.name, e.setting.options.validateList), N(p, (o) => {
|
|
192
192
|
g(e.setting.name, o.toString());
|
|
193
|
-
}), (o, f) => u.value ? (V(),
|
|
193
|
+
}), (o, f) => u.value ? (V(), I(a(A), {
|
|
194
194
|
key: 0,
|
|
195
195
|
col: e.span,
|
|
196
196
|
prop: e.setting.name,
|
|
@@ -217,14 +217,14 @@ const Ft = Nt.get("/getBindRelationByDefKey"), Et = Lt.get("/getByAlias"), It =
|
|
|
217
217
|
]),
|
|
218
218
|
_: 1
|
|
219
219
|
/* STABLE */
|
|
220
|
-
}, 8, ["col", "prop", "modelValue", "label", "helpMessage", "required", "disabled"])) :
|
|
220
|
+
}, 8, ["col", "prop", "modelValue", "label", "helpMessage", "required", "disabled"])) : q("v-if", !0);
|
|
221
221
|
}
|
|
222
222
|
}), xe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
223
223
|
__proto__: null,
|
|
224
224
|
default: aa
|
|
225
225
|
}, Symbol.toStringTag, { value: "Module" })), na = {
|
|
226
226
|
name: "checkbox"
|
|
227
|
-
}, sa = /* @__PURE__ */
|
|
227
|
+
}, sa = /* @__PURE__ */ E({
|
|
228
228
|
...na,
|
|
229
229
|
props: {
|
|
230
230
|
setting: { default: () => ({
|
|
@@ -263,7 +263,7 @@ const Ft = Nt.get("/getBindRelationByDefKey"), Et = Lt.get("/getByAlias"), It =
|
|
|
263
263
|
i(e.setting.name) && (v.value = i(e.setting.name).split(",")), e.setting.options.formulasDiyJs && (v.value = e.setting.options.formulasDiyJs.split(",")), v.value.length || v.value || g(e.setting.name, null);
|
|
264
264
|
}, 50), e.setting.options.validateList.length && y(e.setting.name, e.setting.options.validateList), N(v, (p) => {
|
|
265
265
|
g(e.setting.name, p.toString());
|
|
266
|
-
}), (p, o) => u.value ? (V(),
|
|
266
|
+
}), (p, o) => u.value ? (V(), I(a(A), {
|
|
267
267
|
key: 0,
|
|
268
268
|
col: e.span,
|
|
269
269
|
modelValue: v.value,
|
|
@@ -279,14 +279,14 @@ const Ft = Nt.get("/getBindRelationByDefKey"), Et = Lt.get("/getByAlias"), It =
|
|
|
279
279
|
optionsLabelKey: a(d),
|
|
280
280
|
helpMessage: _.value,
|
|
281
281
|
required: m.value
|
|
282
|
-
}, null, 8, ["col", "modelValue", "layout", "label", "prop", "options", "isView", "disabled", "optionsValueKey", "optionsLabelKey", "helpMessage", "required"])) :
|
|
282
|
+
}, null, 8, ["col", "modelValue", "layout", "label", "prop", "options", "isView", "disabled", "optionsValueKey", "optionsLabelKey", "helpMessage", "required"])) : q("v-if", !0);
|
|
283
283
|
}
|
|
284
284
|
}), Je = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
285
285
|
__proto__: null,
|
|
286
286
|
default: sa
|
|
287
287
|
}, Symbol.toStringTag, { value: "Module" })), oa = {
|
|
288
288
|
name: "date"
|
|
289
|
-
}, la = /* @__PURE__ */
|
|
289
|
+
}, la = /* @__PURE__ */ E({
|
|
290
290
|
...oa,
|
|
291
291
|
props: {
|
|
292
292
|
setting: { default: () => ({
|
|
@@ -327,7 +327,7 @@ const Ft = Nt.get("/getBindRelationByDefKey"), Et = Lt.get("/getByAlias"), It =
|
|
|
327
327
|
}
|
|
328
328
|
return e.setting.options.validateList.length && y(e.setting.name, e.setting.options.validateList), N(_, (v) => {
|
|
329
329
|
g(e.setting.name, v);
|
|
330
|
-
}), (v, p) => u.value ? (V(),
|
|
330
|
+
}), (v, p) => u.value ? (V(), I(a(A), {
|
|
331
331
|
key: 0,
|
|
332
332
|
col: e.span,
|
|
333
333
|
modelValue: _.value,
|
|
@@ -343,14 +343,14 @@ const Ft = Nt.get("/getBindRelationByDefKey"), Et = Lt.get("/getByAlias"), It =
|
|
|
343
343
|
placeholder: v.setting.options.placeholder,
|
|
344
344
|
helpMessage: r.value,
|
|
345
345
|
required: m.value
|
|
346
|
-
}, null, 8, ["col", "modelValue", "label", "prop", "type", "format", "picker", "isView", "disabled", "placeholder", "helpMessage", "required"])) :
|
|
346
|
+
}, null, 8, ["col", "modelValue", "label", "prop", "type", "format", "picker", "isView", "disabled", "placeholder", "helpMessage", "required"])) : q("v-if", !0);
|
|
347
347
|
}
|
|
348
348
|
}), He = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
349
349
|
__proto__: null,
|
|
350
350
|
default: la
|
|
351
351
|
}, Symbol.toStringTag, { value: "Module" })), ia = {
|
|
352
352
|
name: "dropdown"
|
|
353
|
-
}, ra = /* @__PURE__ */
|
|
353
|
+
}, ra = /* @__PURE__ */ E({
|
|
354
354
|
...ia,
|
|
355
355
|
props: {
|
|
356
356
|
setting: { default: () => ({
|
|
@@ -389,7 +389,7 @@ const Ft = Nt.get("/getBindRelationByDefKey"), Et = Lt.get("/getByAlias"), It =
|
|
|
389
389
|
const b = l();
|
|
390
390
|
return b.value = e.setting.options.multiple ? [] : "", e.setting.options.multiple && i(e.setting.name) ? b.value = i(e.setting.name).split(",") : b.value = i(e.setting.name) || b.value, b.value || g(e.setting.name, null), e.setting.options.validateList.length && y(e.setting.name, e.setting.options.validateList), N(b, (w) => {
|
|
391
391
|
g(e.setting.name, w.toString());
|
|
392
|
-
}), (w, k) => h.value ? (V(),
|
|
392
|
+
}), (w, k) => h.value ? (V(), I(a(A), {
|
|
393
393
|
key: 0,
|
|
394
394
|
col: e.span,
|
|
395
395
|
modelValue: b.value,
|
|
@@ -412,14 +412,14 @@ const Ft = Nt.get("/getBindRelationByDefKey"), Et = Lt.get("/getByAlias"), It =
|
|
|
412
412
|
"check-strictly": !w.setting.options.cascade,
|
|
413
413
|
required: d.value,
|
|
414
414
|
onChange: m
|
|
415
|
-
}, null, 8, ["col", "modelValue", "keyword", "label", "node-key", "placeholder", "mode", "prop", "filter", "options", "isView", "helpMessage", "disabled", "props", "check-strictly", "required"])) :
|
|
415
|
+
}, null, 8, ["col", "modelValue", "keyword", "label", "node-key", "placeholder", "mode", "prop", "filter", "options", "isView", "helpMessage", "disabled", "props", "check-strictly", "required"])) : q("v-if", !0);
|
|
416
416
|
}
|
|
417
417
|
}), We = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
418
418
|
__proto__: null,
|
|
419
419
|
default: ra
|
|
420
420
|
}, Symbol.toStringTag, { value: "Module" })), ua = { class: "form-image" }, pa = {
|
|
421
421
|
name: "imageViewer"
|
|
422
|
-
}, da = /* @__PURE__ */
|
|
422
|
+
}, da = /* @__PURE__ */ E({
|
|
423
423
|
...pa,
|
|
424
424
|
props: {
|
|
425
425
|
setting: { default: () => ({
|
|
@@ -466,7 +466,7 @@ const Ft = Nt.get("/getBindRelationByDefKey"), Et = Lt.get("/getByAlias"), It =
|
|
|
466
466
|
setTimeout(() => {
|
|
467
467
|
g(e.setting.name, p.join(","));
|
|
468
468
|
}, 100);
|
|
469
|
-
}), (v, p) => u.value ? (V(),
|
|
469
|
+
}), (v, p) => u.value ? (V(), I(a(A), {
|
|
470
470
|
key: 0,
|
|
471
471
|
modelValue: r.value,
|
|
472
472
|
"onUpdate:modelValue": p[2] || (p[2] = (o) => r.value = o),
|
|
@@ -478,8 +478,8 @@ const Ft = Nt.get("/getBindRelationByDefKey"), Et = Lt.get("/getByAlias"), It =
|
|
|
478
478
|
required: m.value
|
|
479
479
|
}, {
|
|
480
480
|
default: z(() => [
|
|
481
|
-
|
|
482
|
-
S(a(
|
|
481
|
+
je("div", ua, [
|
|
482
|
+
S(a(Be), {
|
|
483
483
|
modelValue: r.value,
|
|
484
484
|
"onUpdate:modelValue": p[0] || (p[0] = (o) => r.value = o),
|
|
485
485
|
status: c.value,
|
|
@@ -503,7 +503,7 @@ const Ft = Nt.get("/getBindRelationByDefKey"), Et = Lt.get("/getByAlias"), It =
|
|
|
503
503
|
]),
|
|
504
504
|
_: 1
|
|
505
505
|
/* STABLE */
|
|
506
|
-
}, 8, ["modelValue", "prop", "label", "helpMessage", "required"])) :
|
|
506
|
+
}, 8, ["modelValue", "prop", "label", "helpMessage", "required"])) : q("v-if", !0);
|
|
507
507
|
}
|
|
508
508
|
}), fe = (n, e) => {
|
|
509
509
|
const t = n.__vccOpts || n;
|
|
@@ -551,10 +551,10 @@ const Ft = Nt.get("/getBindRelationByDefKey"), Et = Lt.get("/getByAlias"), It =
|
|
|
551
551
|
}, ma = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
552
552
|
__proto__: null,
|
|
553
553
|
default: ga
|
|
554
|
-
}, Symbol.toStringTag, { value: "Module" })), me = {}, va = /^\.\/(.+)\/index\.ts$/,
|
|
555
|
-
var
|
|
556
|
-
for (const n in
|
|
557
|
-
const e =
|
|
554
|
+
}, Symbol.toStringTag, { value: "Module" })), me = {}, va = /^\.\/(.+)\/index\.ts$/, qe = /* @__PURE__ */ Object.assign({ "./phone/index.ts": ma });
|
|
555
|
+
var Ke;
|
|
556
|
+
for (const n in qe) {
|
|
557
|
+
const e = qe[n], t = (Ke = n.match(va)) == null ? void 0 : Ke[1];
|
|
558
558
|
me[t] = e.default;
|
|
559
559
|
}
|
|
560
560
|
const fa = (n, e) => {
|
|
@@ -562,7 +562,7 @@ const fa = (n, e) => {
|
|
|
562
562
|
return e ? ((s = me[n]) == null ? void 0 : s.call(me, e)) ?? e : "-";
|
|
563
563
|
}, ha = {
|
|
564
564
|
name: "input"
|
|
565
|
-
}, ya = /* @__PURE__ */
|
|
565
|
+
}, ya = /* @__PURE__ */ E({
|
|
566
566
|
...ha,
|
|
567
567
|
props: {
|
|
568
568
|
setting: { default: () => ({
|
|
@@ -611,7 +611,7 @@ const fa = (n, e) => {
|
|
|
611
611
|
G,
|
|
612
612
|
null,
|
|
613
613
|
[
|
|
614
|
-
d.value && c.value && e.isView ? (V(),
|
|
614
|
+
d.value && c.value && e.isView ? (V(), I(a(A), {
|
|
615
615
|
key: 0,
|
|
616
616
|
col: e.span,
|
|
617
617
|
prop: e.setting.name,
|
|
@@ -661,8 +661,8 @@ const fa = (n, e) => {
|
|
|
661
661
|
]),
|
|
662
662
|
_: 1
|
|
663
663
|
/* STABLE */
|
|
664
|
-
}, 8, ["col", "prop", "modelValue", "label", "helpMessage", "required"])) :
|
|
665
|
-
d.value && (!c.value || !e.isView) ? (V(),
|
|
664
|
+
}, 8, ["col", "prop", "modelValue", "label", "helpMessage", "required"])) : q("v-if", !0),
|
|
665
|
+
d.value && (!c.value || !e.isView) ? (V(), I(a(A), {
|
|
666
666
|
key: 1,
|
|
667
667
|
col: e.span,
|
|
668
668
|
modelValue: p.value,
|
|
@@ -678,7 +678,7 @@ const fa = (n, e) => {
|
|
|
678
678
|
placeholder: o.setting.options.placeholder
|
|
679
679
|
}, {
|
|
680
680
|
default: z(() => [
|
|
681
|
-
|
|
681
|
+
q(` <DasInput\r
|
|
682
682
|
v-model="inputValue"\r
|
|
683
683
|
>\r
|
|
684
684
|
<template #prepend>{{ setting.options.bindPreAndSufFixjson.preFix }}</template>\r
|
|
@@ -687,7 +687,7 @@ const fa = (n, e) => {
|
|
|
687
687
|
]),
|
|
688
688
|
_: 1
|
|
689
689
|
/* STABLE */
|
|
690
|
-
}, 8, ["col", "modelValue", "width", "disabled", "isView", "prop", "label", "helpMessage", "required", "placeholder"])) :
|
|
690
|
+
}, 8, ["col", "modelValue", "width", "disabled", "isView", "prop", "label", "helpMessage", "required", "placeholder"])) : q("v-if", !0)
|
|
691
691
|
],
|
|
692
692
|
64
|
|
693
693
|
/* STABLE_FRAGMENT */
|
|
@@ -698,7 +698,7 @@ const fa = (n, e) => {
|
|
|
698
698
|
default: ya
|
|
699
699
|
}, Symbol.toStringTag, { value: "Module" })), ba = {
|
|
700
700
|
name: "number"
|
|
701
|
-
}, _a = /* @__PURE__ */
|
|
701
|
+
}, _a = /* @__PURE__ */ E({
|
|
702
702
|
...ba,
|
|
703
703
|
props: {
|
|
704
704
|
setting: { default: () => ({
|
|
@@ -733,7 +733,7 @@ const fa = (n, e) => {
|
|
|
733
733
|
d.value = i(e.setting.name) || e.setting.options.formulasDiyJs || d.value, d.value || g(e.setting.name, null);
|
|
734
734
|
}, 50), e.setting.options.validateList.length && y(e.setting.name, e.setting.options.validateList), N(d, (r) => {
|
|
735
735
|
g(e.setting.name, r);
|
|
736
|
-
}), (r, _) => u.value ? (V(),
|
|
736
|
+
}), (r, _) => u.value ? (V(), I(a(A), {
|
|
737
737
|
key: 0,
|
|
738
738
|
col: e.span,
|
|
739
739
|
modelValue: d.value,
|
|
@@ -750,14 +750,14 @@ const fa = (n, e) => {
|
|
|
750
750
|
precision: r.setting.options.decimalDigits,
|
|
751
751
|
helpMessage: c.value,
|
|
752
752
|
required: m.value
|
|
753
|
-
}, null, 8, ["col", "modelValue", "label", "prop", "max", "min", "step", "disabled", "isView", "precision", "helpMessage", "required"])) :
|
|
753
|
+
}, null, 8, ["col", "modelValue", "label", "prop", "max", "min", "step", "disabled", "isView", "precision", "helpMessage", "required"])) : q("v-if", !0);
|
|
754
754
|
}
|
|
755
755
|
}), Xe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
756
756
|
__proto__: null,
|
|
757
757
|
default: _a
|
|
758
758
|
}, Symbol.toStringTag, { value: "Module" })), wa = {
|
|
759
759
|
name: "radio"
|
|
760
|
-
}, Ca = /* @__PURE__ */
|
|
760
|
+
}, Ca = /* @__PURE__ */ E({
|
|
761
761
|
...wa,
|
|
762
762
|
props: {
|
|
763
763
|
setting: { default: () => ({
|
|
@@ -807,7 +807,7 @@ const fa = (n, e) => {
|
|
|
807
807
|
}
|
|
808
808
|
});
|
|
809
809
|
};
|
|
810
|
-
return (o, f) => u.value ? (V(),
|
|
810
|
+
return (o, f) => u.value ? (V(), I(a(A), {
|
|
811
811
|
key: 0,
|
|
812
812
|
onChange: p,
|
|
813
813
|
col: e.span,
|
|
@@ -825,14 +825,14 @@ const fa = (n, e) => {
|
|
|
825
825
|
disabled: a(h),
|
|
826
826
|
required: m.value,
|
|
827
827
|
isSetTimeout: !0
|
|
828
|
-
}, null, 8, ["col", "modelValue", "layout", "label", "prop", "options", "isView", "optionsValueKey", "optionsLabelKey", "helpMessage", "disabled", "required"])) :
|
|
828
|
+
}, null, 8, ["col", "modelValue", "layout", "label", "prop", "options", "isView", "optionsValueKey", "optionsLabelKey", "helpMessage", "disabled", "required"])) : q("v-if", !0);
|
|
829
829
|
}
|
|
830
830
|
}), et = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
831
831
|
__proto__: null,
|
|
832
832
|
default: Ca
|
|
833
833
|
}, Symbol.toStringTag, { value: "Module" })), Da = {
|
|
834
834
|
name: "select"
|
|
835
|
-
}, Va = /* @__PURE__ */
|
|
835
|
+
}, Va = /* @__PURE__ */ E({
|
|
836
836
|
...Da,
|
|
837
837
|
props: {
|
|
838
838
|
setting: { default: () => ({
|
|
@@ -912,7 +912,7 @@ const fa = (n, e) => {
|
|
|
912
912
|
}
|
|
913
913
|
});
|
|
914
914
|
};
|
|
915
|
-
return (f, b) => h.value ? (V(),
|
|
915
|
+
return (f, b) => h.value ? (V(), I(a(A), {
|
|
916
916
|
key: 0,
|
|
917
917
|
col: e.span,
|
|
918
918
|
modelValue: p.value,
|
|
@@ -932,29 +932,29 @@ const fa = (n, e) => {
|
|
|
932
932
|
helpMessage: v.value,
|
|
933
933
|
disabled: a(m),
|
|
934
934
|
required: c.value
|
|
935
|
-
}, null, 8, ["col", "modelValue", "label", "prop", "placeholder", "mode", "showSearch", "isView", "options", "optionsValueKey", "optionsLabelKey", "helpMessage", "disabled", "required"])) :
|
|
935
|
+
}, null, 8, ["col", "modelValue", "label", "prop", "placeholder", "mode", "showSearch", "isView", "options", "optionsValueKey", "optionsLabelKey", "helpMessage", "disabled", "required"])) : q("v-if", !0);
|
|
936
936
|
}
|
|
937
937
|
}), tt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
938
938
|
__proto__: null,
|
|
939
939
|
default: Va
|
|
940
940
|
}, Symbol.toStringTag, { value: "Module" })), ka = (n, e, t) => {
|
|
941
941
|
var ue, ne, pe, de, ce;
|
|
942
|
-
const s =
|
|
943
|
-
user:
|
|
944
|
-
org:
|
|
945
|
-
role:
|
|
946
|
-
job:
|
|
947
|
-
post:
|
|
948
|
-
supplier:
|
|
949
|
-
source:
|
|
942
|
+
const s = Oe().id, g = l(!1), i = (ce = (de = (pe = (ne = (ue = n == null ? void 0 : n.options) == null ? void 0 : ue.selector) == null ? void 0 : ne.type) == null ? void 0 : pe.alias) == null ? void 0 : de.replace("eip-", "")) == null ? void 0 : ce.replace("-selector", ""), y = l([]), C = l(""), u = l(""), h = {
|
|
943
|
+
user: B("搜索姓名/账号/手机号").value,
|
|
944
|
+
org: B("搜索组织名称/组织编码").value,
|
|
945
|
+
role: B("搜索角色名称").value,
|
|
946
|
+
job: B("职务名称/职务编码").value,
|
|
947
|
+
post: B("搜索岗位名称/岗位编码").value,
|
|
948
|
+
supplier: B("搜索供应商编码/名称").value,
|
|
949
|
+
source: B("搜索单据编码/申请人").value
|
|
950
950
|
}, m = {
|
|
951
|
-
user:
|
|
952
|
-
org:
|
|
953
|
-
role:
|
|
954
|
-
job:
|
|
955
|
-
post:
|
|
956
|
-
supplier:
|
|
957
|
-
source:
|
|
951
|
+
user: B("添加用户").value,
|
|
952
|
+
org: B("组织选择器").value,
|
|
953
|
+
role: B("角色选择器").value,
|
|
954
|
+
job: B("职务选择器").value,
|
|
955
|
+
post: B("岗位选择器").value,
|
|
956
|
+
supplier: B("选择供应商").value,
|
|
957
|
+
source: B("选择源单").value
|
|
958
958
|
}, c = {
|
|
959
959
|
user: "id",
|
|
960
960
|
org: "id",
|
|
@@ -964,24 +964,24 @@ const fa = (n, e) => {
|
|
|
964
964
|
supplier: "id",
|
|
965
965
|
source: "code"
|
|
966
966
|
}, d = {
|
|
967
|
-
1:
|
|
968
|
-
2:
|
|
969
|
-
3:
|
|
967
|
+
1: B("正常").value,
|
|
968
|
+
2: B("锁定").value,
|
|
969
|
+
3: B("禁用").value
|
|
970
970
|
}, r = {
|
|
971
|
-
0:
|
|
972
|
-
1:
|
|
971
|
+
0: B("普通").value,
|
|
972
|
+
1: B("管理员").value
|
|
973
973
|
}, _ = {
|
|
974
|
-
0:
|
|
975
|
-
1:
|
|
974
|
+
0: B("无效").value,
|
|
975
|
+
1: B("有效").value
|
|
976
976
|
}, v = {
|
|
977
|
-
user:
|
|
977
|
+
user: jt,
|
|
978
978
|
org: ye,
|
|
979
|
-
role:
|
|
979
|
+
role: Ot,
|
|
980
980
|
job: ye,
|
|
981
981
|
post: ye,
|
|
982
982
|
supplier: Ht
|
|
983
983
|
}, p = m[i], o = l({}), f = l([]), b = () => {
|
|
984
|
-
var
|
|
984
|
+
var K, Q;
|
|
985
985
|
i === "supplier" ? (o.value = {
|
|
986
986
|
left: !1,
|
|
987
987
|
content: {
|
|
@@ -1031,7 +1031,7 @@ const fa = (n, e) => {
|
|
|
1031
1031
|
}, w()) : i === "org" ? (o.value = {
|
|
1032
1032
|
left: !1,
|
|
1033
1033
|
content: {
|
|
1034
|
-
api:
|
|
1034
|
+
api: Et,
|
|
1035
1035
|
params: {
|
|
1036
1036
|
search: ""
|
|
1037
1037
|
},
|
|
@@ -1041,14 +1041,14 @@ const fa = (n, e) => {
|
|
|
1041
1041
|
}
|
|
1042
1042
|
}, w()) : o.value = {
|
|
1043
1043
|
left: {
|
|
1044
|
-
api:
|
|
1044
|
+
api: qt,
|
|
1045
1045
|
params: {
|
|
1046
1046
|
projectId: s,
|
|
1047
1047
|
parentId: s
|
|
1048
1048
|
},
|
|
1049
1049
|
props: {
|
|
1050
1050
|
inputOptions: {
|
|
1051
|
-
placeholder:
|
|
1051
|
+
placeholder: B("搜索组织名称").value
|
|
1052
1052
|
}
|
|
1053
1053
|
}
|
|
1054
1054
|
},
|
|
@@ -1058,7 +1058,7 @@ const fa = (n, e) => {
|
|
|
1058
1058
|
}
|
|
1059
1059
|
}
|
|
1060
1060
|
}, i === "user" && (o.value.content = {
|
|
1061
|
-
api:
|
|
1061
|
+
api: Kt,
|
|
1062
1062
|
searchKey: "groupId",
|
|
1063
1063
|
params: {
|
|
1064
1064
|
status: 1,
|
|
@@ -1068,7 +1068,7 @@ const fa = (n, e) => {
|
|
|
1068
1068
|
data: []
|
|
1069
1069
|
}
|
|
1070
1070
|
}, w()), i === "role" && (o.value.content = {
|
|
1071
|
-
api:
|
|
1071
|
+
api: Bt,
|
|
1072
1072
|
searchKey: "orgId",
|
|
1073
1073
|
params: {
|
|
1074
1074
|
status: 1
|
|
@@ -1094,7 +1094,7 @@ const fa = (n, e) => {
|
|
|
1094
1094
|
selectListProps: {
|
|
1095
1095
|
data: []
|
|
1096
1096
|
}
|
|
1097
|
-
}, w()), o.value.content.multiple = i === "supplier" || i === "source" ? !1 : !((Q = (
|
|
1097
|
+
}, w()), o.value.content.multiple = i === "supplier" || i === "source" ? !1 : !((Q = (K = n == null ? void 0 : n.options) == null ? void 0 : K.selector) != null && Q.isSingle);
|
|
1098
1098
|
}, w = async () => {
|
|
1099
1099
|
f.value = [
|
|
1100
1100
|
{
|
|
@@ -1124,7 +1124,7 @@ const fa = (n, e) => {
|
|
|
1124
1124
|
},
|
|
1125
1125
|
{
|
|
1126
1126
|
type: "select",
|
|
1127
|
-
label:
|
|
1127
|
+
label: B("供应商类型").value,
|
|
1128
1128
|
layout: "out",
|
|
1129
1129
|
width: "200px",
|
|
1130
1130
|
closable: !0,
|
|
@@ -1137,24 +1137,24 @@ const fa = (n, e) => {
|
|
|
1137
1137
|
}
|
|
1138
1138
|
];
|
|
1139
1139
|
}, T = async () => {
|
|
1140
|
-
const
|
|
1140
|
+
const K = {
|
|
1141
1141
|
name: "",
|
|
1142
1142
|
published: 1
|
|
1143
|
-
}, [Q,
|
|
1144
|
-
Q || (f.value[1].options =
|
|
1143
|
+
}, [Q, j] = await Wt(K).run();
|
|
1144
|
+
Q || (f.value[1].options = j);
|
|
1145
1145
|
}, R = () => {
|
|
1146
1146
|
var Q;
|
|
1147
1147
|
C.value = "", g.value = !0;
|
|
1148
|
-
let
|
|
1149
|
-
o.value.content.selectListProps.data = (Q = y == null ? void 0 : y.value) == null ? void 0 : Q.map((
|
|
1148
|
+
let K = c[i];
|
|
1149
|
+
o.value.content.selectListProps.data = (Q = y == null ? void 0 : y.value) == null ? void 0 : Q.map((j) => ({ name: j == null ? void 0 : j.label, [K]: j == null ? void 0 : j.value }));
|
|
1150
1150
|
};
|
|
1151
1151
|
b();
|
|
1152
1152
|
const J = async () => {
|
|
1153
|
-
var
|
|
1153
|
+
var K, Q, j, M, O, P, L, oe, Ne, Le, ze, Me, Te, Re, $e, Pe, Fe;
|
|
1154
1154
|
o.value.content.params = {
|
|
1155
|
-
...(Q = (
|
|
1155
|
+
...(Q = (K = o == null ? void 0 : o.value) == null ? void 0 : K.content) == null ? void 0 : Q.params,
|
|
1156
1156
|
pageIndex: 1
|
|
1157
|
-
}, (i === "user" || i === "org" || i === "post" || i === "role" || i === "job") && (o.value.content.params.name = (
|
|
1157
|
+
}, (i === "user" || i === "org" || i === "post" || i === "role" || i === "job") && (o.value.content.params.name = (j = f == null ? void 0 : f.value[0]) == null ? void 0 : j.value), i === "source" && (o.value.content.params.key = (M = f == null ? void 0 : f.value[0]) == null ? void 0 : M.value), i === "supplier" && (o.value.content.params.querys = [
|
|
1158
1158
|
{
|
|
1159
1159
|
property: "orgId",
|
|
1160
1160
|
value: s,
|
|
@@ -1162,7 +1162,7 @@ const fa = (n, e) => {
|
|
|
1162
1162
|
relation: "AND",
|
|
1163
1163
|
operation: "EQUAL"
|
|
1164
1164
|
}
|
|
1165
|
-
], (
|
|
1165
|
+
], (O = f == null ? void 0 : f.value[0]) != null && O.value && (o.value.content.params.querys = (ze = (oe = (L = (P = o == null ? void 0 : o.value) == null ? void 0 : P.content) == null ? void 0 : L.params) == null ? void 0 : oe.querys) == null ? void 0 : ze.concat([
|
|
1166
1166
|
{
|
|
1167
1167
|
property: "name",
|
|
1168
1168
|
value: (Ne = f == null ? void 0 : f.value[0]) == null ? void 0 : Ne.value,
|
|
@@ -1189,8 +1189,8 @@ const fa = (n, e) => {
|
|
|
1189
1189
|
};
|
|
1190
1190
|
N(
|
|
1191
1191
|
() => g == null ? void 0 : g.value,
|
|
1192
|
-
(
|
|
1193
|
-
|
|
1192
|
+
(K) => {
|
|
1193
|
+
K || $();
|
|
1194
1194
|
}
|
|
1195
1195
|
);
|
|
1196
1196
|
const $ = async () => {
|
|
@@ -1207,27 +1207,27 @@ const fa = (n, e) => {
|
|
|
1207
1207
|
roleTypeMap: r,
|
|
1208
1208
|
roleStatusMap: _,
|
|
1209
1209
|
openDialog: R,
|
|
1210
|
-
confirm: (
|
|
1211
|
-
var
|
|
1210
|
+
confirm: (K) => {
|
|
1211
|
+
var j;
|
|
1212
1212
|
let Q = c[i];
|
|
1213
|
-
y.value =
|
|
1213
|
+
y.value = K == null ? void 0 : K.map((M) => ({ label: (M == null ? void 0 : M.name) || (M == null ? void 0 : M.code), value: M[Q] })), i === "supplier" && (u.value = (j = K[0]) == null ? void 0 : j.linkmanPhone);
|
|
1214
1214
|
},
|
|
1215
|
-
getDetail: async (
|
|
1216
|
-
if (!
|
|
1215
|
+
getDetail: async (K) => {
|
|
1216
|
+
if (!K) return;
|
|
1217
1217
|
const Q = v[i];
|
|
1218
|
-
let
|
|
1219
|
-
const M =
|
|
1218
|
+
let j = {};
|
|
1219
|
+
const M = K == null ? void 0 : K.split(",");
|
|
1220
1220
|
if (i === "source") {
|
|
1221
1221
|
y.value = [
|
|
1222
1222
|
{
|
|
1223
|
-
label:
|
|
1224
|
-
value:
|
|
1223
|
+
label: K,
|
|
1224
|
+
value: K
|
|
1225
1225
|
}
|
|
1226
1226
|
];
|
|
1227
1227
|
return;
|
|
1228
|
-
} else i === "user" ?
|
|
1229
|
-
const [
|
|
1230
|
-
|
|
1228
|
+
} else i === "user" ? j.userIds = M : i === "role" ? j.ids = M : i === "supplier" ? j.id = M : j = M;
|
|
1229
|
+
const [O, P] = await Q(j).run();
|
|
1230
|
+
O || (i === "supplier" ? y.value = [
|
|
1231
1231
|
{
|
|
1232
1232
|
label: (P == null ? void 0 : P.name) || (P == null ? void 0 : P.code),
|
|
1233
1233
|
value: P == null ? void 0 : P.id
|
|
@@ -1252,7 +1252,7 @@ const fa = (n, e) => {
|
|
|
1252
1252
|
let h = {
|
|
1253
1253
|
pageSize: 1e4,
|
|
1254
1254
|
pageIndex: 1,
|
|
1255
|
-
projectId:
|
|
1255
|
+
projectId: Oe().id,
|
|
1256
1256
|
//项目id
|
|
1257
1257
|
spaceId: ""
|
|
1258
1258
|
// orgId:getProjectInfo().id
|
|
@@ -1279,7 +1279,7 @@ const fa = (n, e) => {
|
|
|
1279
1279
|
};
|
|
1280
1280
|
}, Na = { class: "table-search-process-top" }, La = {
|
|
1281
1281
|
name: "selector"
|
|
1282
|
-
}, za = /* @__PURE__ */
|
|
1282
|
+
}, za = /* @__PURE__ */ E({
|
|
1283
1283
|
...La,
|
|
1284
1284
|
props: {
|
|
1285
1285
|
setting: { default: () => ({
|
|
@@ -1319,36 +1319,36 @@ const fa = (n, e) => {
|
|
|
1319
1319
|
searchData: J,
|
|
1320
1320
|
searchOptions: $,
|
|
1321
1321
|
linkmanPhone: Y
|
|
1322
|
-
} = ka(e.setting, i, c), { spacePath: W, spaceName: ue, searchSpace: ne, changeSpace: pe, spaceLoad: de, filterSpaceTree: ce, getSpaceDetail:
|
|
1322
|
+
} = ka(e.setting, i, c), { spacePath: W, spaceName: ue, searchSpace: ne, changeSpace: pe, spaceLoad: de, filterSpaceTree: ce, getSpaceDetail: K } = Sa(), Q = l(!1);
|
|
1323
1323
|
H(e.setting.options.validateList).then((M) => {
|
|
1324
1324
|
Q.value = M;
|
|
1325
1325
|
});
|
|
1326
|
-
const
|
|
1327
|
-
return e.setting.options.tip && (
|
|
1326
|
+
const j = l();
|
|
1327
|
+
return e.setting.options.tip && (j.value = x(e.setting.options.tip)), e.setting.options.validateList.length && y(e.setting.name, e.setting.options.validateList), p == "position" ? (c.value = g(e.setting.name) ? g(e.setting.name) : c.value, c.value && K(c.value), c.value || s(e.setting.name, null), N(c, (M) => {
|
|
1328
1328
|
s(e.setting.name, M);
|
|
1329
1329
|
}), N(ue, (M) => {
|
|
1330
1330
|
s(e.setting.options.selector.type.positionName, M);
|
|
1331
1331
|
})) : p == "supplier" ? (c.value = g(e.setting.name) ? [g(e.setting.name)] : [c.value], c.value && R(g(e.setting.name)), N(c, (M) => {
|
|
1332
1332
|
s(e.setting.name, M == null ? void 0 : M.toString());
|
|
1333
1333
|
}), N(Y, (M) => {
|
|
1334
|
-
var
|
|
1335
|
-
((oe = (L = (P = (
|
|
1334
|
+
var O, P, L, oe;
|
|
1335
|
+
((oe = (L = (P = (O = e == null ? void 0 : e.setting) == null ? void 0 : O.options) == null ? void 0 : P.selector) == null ? void 0 : L.type) == null ? void 0 : oe.supplierPhone) !== void 0 && s(e.setting.options.selector.type.supplierPhone, M);
|
|
1336
1336
|
})) : (c.value = g(e.setting.name) ? g(e.setting.name) : c.value, c.value && R(c.value), c.value.length || s(e.setting.name, null), N(o, (M) => {
|
|
1337
|
-
c.value = M.map((
|
|
1338
|
-
})), (M,
|
|
1337
|
+
c.value = M.map((O) => O.value).toString(), s(e.setting.name, c.value);
|
|
1338
|
+
})), (M, O) => (V(), U(
|
|
1339
1339
|
G,
|
|
1340
1340
|
null,
|
|
1341
1341
|
[
|
|
1342
|
-
h.value && a(p) != "position" ? (V(),
|
|
1342
|
+
h.value && a(p) != "position" ? (V(), I(a(A), {
|
|
1343
1343
|
key: 0,
|
|
1344
1344
|
col: e.span,
|
|
1345
1345
|
modelValue: c.value,
|
|
1346
|
-
"onUpdate:modelValue":
|
|
1346
|
+
"onUpdate:modelValue": O[1] || (O[1] = (P) => c.value = P),
|
|
1347
1347
|
prop: e.setting.name,
|
|
1348
1348
|
label: M.setting.desc,
|
|
1349
1349
|
type: "inputDialogSelect",
|
|
1350
1350
|
options: a(o),
|
|
1351
|
-
helpMessage:
|
|
1351
|
+
helpMessage: j.value,
|
|
1352
1352
|
isView: e.isView,
|
|
1353
1353
|
disabled: a(m),
|
|
1354
1354
|
required: Q.value,
|
|
@@ -1361,7 +1361,7 @@ const fa = (n, e) => {
|
|
|
1361
1361
|
S(a(Dt), {
|
|
1362
1362
|
"append-to-body": "",
|
|
1363
1363
|
modelValue: a(d),
|
|
1364
|
-
"onUpdate:modelValue":
|
|
1364
|
+
"onUpdate:modelValue": O[0] || (O[0] = (L) => he(d) ? d.value = L : null),
|
|
1365
1365
|
options: a(v),
|
|
1366
1366
|
onConfirm: a(T),
|
|
1367
1367
|
title: a(r),
|
|
@@ -1373,7 +1373,7 @@ const fa = (n, e) => {
|
|
|
1373
1373
|
((P = a($)) == null ? void 0 : P.length) > 0 ? {
|
|
1374
1374
|
name: "table-header-search",
|
|
1375
1375
|
fn: z(() => [
|
|
1376
|
-
|
|
1376
|
+
je("div", Na, [
|
|
1377
1377
|
S(a(Ct), {
|
|
1378
1378
|
labelLength: "6",
|
|
1379
1379
|
options: a($),
|
|
@@ -1549,7 +1549,7 @@ const fa = (n, e) => {
|
|
|
1549
1549
|
prop: "classificationName"
|
|
1550
1550
|
}, {
|
|
1551
1551
|
default: z(() => [
|
|
1552
|
-
|
|
1552
|
+
q(` <template #default="{row}">\r
|
|
1553
1553
|
{{ getSupplierName(row) }}\r
|
|
1554
1554
|
</template> `)
|
|
1555
1555
|
]),
|
|
@@ -1638,8 +1638,8 @@ const fa = (n, e) => {
|
|
|
1638
1638
|
}),
|
|
1639
1639
|
_: 1
|
|
1640
1640
|
/* STABLE */
|
|
1641
|
-
}, 8, ["col", "modelValue", "prop", "label", "options", "helpMessage", "isView", "disabled", "required", "placeholder", "onOpenDialog"])) :
|
|
1642
|
-
h.value && a(p) == "position" ? (V(),
|
|
1641
|
+
}, 8, ["col", "modelValue", "prop", "label", "options", "helpMessage", "isView", "disabled", "required", "placeholder", "onOpenDialog"])) : q("v-if", !0),
|
|
1642
|
+
h.value && a(p) == "position" ? (V(), I(a(A), {
|
|
1643
1643
|
key: 1,
|
|
1644
1644
|
col: e.span,
|
|
1645
1645
|
label: M.setting.desc,
|
|
@@ -1647,15 +1647,15 @@ const fa = (n, e) => {
|
|
|
1647
1647
|
type: "treeSelect",
|
|
1648
1648
|
"node-key": "id",
|
|
1649
1649
|
showFullPath: !0,
|
|
1650
|
-
helpMessage:
|
|
1650
|
+
helpMessage: j.value,
|
|
1651
1651
|
placeholder: M.setting.options.placeholder,
|
|
1652
1652
|
required: Q.value,
|
|
1653
1653
|
modelValue: c.value,
|
|
1654
|
-
"onUpdate:modelValue":
|
|
1654
|
+
"onUpdate:modelValue": O[2] || (O[2] = (P) => c.value = P),
|
|
1655
1655
|
keyword: a(ne),
|
|
1656
|
-
"onUpdate:keyword":
|
|
1656
|
+
"onUpdate:keyword": O[3] || (O[3] = (P) => he(ne) ? ne.value = P : null),
|
|
1657
1657
|
path: a(W),
|
|
1658
|
-
"onUpdate:path":
|
|
1658
|
+
"onUpdate:path": O[4] || (O[4] = (P) => he(W) ? W.value = P : null),
|
|
1659
1659
|
isView: e.isView,
|
|
1660
1660
|
disabled: a(m),
|
|
1661
1661
|
load: a(de),
|
|
@@ -1665,7 +1665,7 @@ const fa = (n, e) => {
|
|
|
1665
1665
|
label: "name"
|
|
1666
1666
|
},
|
|
1667
1667
|
onChange: a(pe)
|
|
1668
|
-
}, null, 8, ["col", "label", "prop", "helpMessage", "placeholder", "required", "modelValue", "keyword", "path", "isView", "disabled", "load", "search", "onChange"])) :
|
|
1668
|
+
}, null, 8, ["col", "label", "prop", "helpMessage", "placeholder", "required", "modelValue", "keyword", "path", "isView", "disabled", "load", "search", "onChange"])) : q("v-if", !0)
|
|
1669
1669
|
],
|
|
1670
1670
|
64
|
|
1671
1671
|
/* STABLE_FRAGMENT */
|
|
@@ -1682,7 +1682,7 @@ const fa = (n, e) => {
|
|
|
1682
1682
|
style: { "margin-bottom": "10px" }
|
|
1683
1683
|
}, $a = {
|
|
1684
1684
|
name: "soundRecording"
|
|
1685
|
-
}, Pa = /* @__PURE__ */
|
|
1685
|
+
}, Pa = /* @__PURE__ */ E({
|
|
1686
1686
|
...$a,
|
|
1687
1687
|
props: {
|
|
1688
1688
|
setting: { default: () => ({
|
|
@@ -1717,7 +1717,7 @@ const fa = (n, e) => {
|
|
|
1717
1717
|
const _ = JSON.parse(i(e.setting.name));
|
|
1718
1718
|
r.value = h + _[0].url;
|
|
1719
1719
|
}
|
|
1720
|
-
return e.setting.options.validateList.length && y(e.setting.name, e.setting.options.validateList), (_, v) => e.isView && u.value ? (V(),
|
|
1720
|
+
return e.setting.options.validateList.length && y(e.setting.name, e.setting.options.validateList), (_, v) => e.isView && u.value ? (V(), I(a(A), {
|
|
1721
1721
|
key: 0,
|
|
1722
1722
|
modelValue: r.value,
|
|
1723
1723
|
"onUpdate:modelValue": v[2] || (v[2] = (p) => r.value = p),
|
|
@@ -1730,7 +1730,7 @@ const fa = (n, e) => {
|
|
|
1730
1730
|
}, {
|
|
1731
1731
|
default: z(() => [
|
|
1732
1732
|
r.value ? (V(), U("div", Ta, [
|
|
1733
|
-
S(a(
|
|
1733
|
+
S(a(Be), {
|
|
1734
1734
|
modelValue: r.value,
|
|
1735
1735
|
"onUpdate:modelValue": v[0] || (v[0] = (p) => r.value = p),
|
|
1736
1736
|
status: c.value,
|
|
@@ -1741,15 +1741,15 @@ const fa = (n, e) => {
|
|
|
1741
1741
|
]),
|
|
1742
1742
|
_: 1
|
|
1743
1743
|
/* STABLE */
|
|
1744
|
-
}, 8, ["modelValue", "prop", "label", "helpMessage", "required"])) :
|
|
1744
|
+
}, 8, ["modelValue", "prop", "label", "helpMessage", "required"])) : q("v-if", !0);
|
|
1745
1745
|
}
|
|
1746
1746
|
}), Fa = /* @__PURE__ */ fe(Pa, [["__scopeId", "data-v-c408712c"]]), nt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1747
1747
|
__proto__: null,
|
|
1748
1748
|
default: Fa
|
|
1749
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1749
|
+
}, Symbol.toStringTag, { value: "Module" })), Ia = {
|
|
1750
1750
|
name: "switch"
|
|
1751
|
-
},
|
|
1752
|
-
...
|
|
1751
|
+
}, qa = /* @__PURE__ */ E({
|
|
1752
|
+
...Ia,
|
|
1753
1753
|
props: {
|
|
1754
1754
|
setting: { default: () => ({
|
|
1755
1755
|
icon: "",
|
|
@@ -1783,7 +1783,7 @@ const fa = (n, e) => {
|
|
|
1783
1783
|
d.value = i(e.setting.name) || e.setting.options.formulasDiyJs || d.value, d.value || g(e.setting.name, null);
|
|
1784
1784
|
}, 50), e.setting.options.validateList.length && y(e.setting.name, e.setting.options.validateList), N(d, (r) => {
|
|
1785
1785
|
g(e.setting.name, r);
|
|
1786
|
-
}), (r, _) => u.value ? (V(),
|
|
1786
|
+
}), (r, _) => u.value ? (V(), I(a(A), {
|
|
1787
1787
|
key: 0,
|
|
1788
1788
|
col: e.span,
|
|
1789
1789
|
modelValue: d.value,
|
|
@@ -1799,15 +1799,15 @@ const fa = (n, e) => {
|
|
|
1799
1799
|
disabled: a(h),
|
|
1800
1800
|
required: m.value,
|
|
1801
1801
|
isView: e.isView
|
|
1802
|
-
}, null, 8, ["col", "modelValue", "label", "prop", "activeValue", "inactiveValue", "activeText", "inactiveText", "helpMessage", "disabled", "required", "isView"])) :
|
|
1802
|
+
}, null, 8, ["col", "modelValue", "label", "prop", "activeValue", "inactiveValue", "activeText", "inactiveText", "helpMessage", "disabled", "required", "isView"])) : q("v-if", !0);
|
|
1803
1803
|
}
|
|
1804
1804
|
}), st = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1805
1805
|
__proto__: null,
|
|
1806
|
-
default:
|
|
1807
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1806
|
+
default: qa
|
|
1807
|
+
}, Symbol.toStringTag, { value: "Module" })), Ka = {
|
|
1808
1808
|
name: "text"
|
|
1809
|
-
},
|
|
1810
|
-
...
|
|
1809
|
+
}, ja = /* @__PURE__ */ E({
|
|
1810
|
+
...Ka,
|
|
1811
1811
|
props: {
|
|
1812
1812
|
setting: { default: () => ({
|
|
1813
1813
|
icon: "",
|
|
@@ -1835,7 +1835,7 @@ const fa = (n, e) => {
|
|
|
1835
1835
|
const m = l();
|
|
1836
1836
|
return m.value = e.setting.options.textValue, m.value = i(e.setting.name) || m.value, m.value || g(e.setting.name, null), N(m, (c) => {
|
|
1837
1837
|
g(e.setting.name, c);
|
|
1838
|
-
}), (c, d) => u.value ? (V(),
|
|
1838
|
+
}), (c, d) => u.value ? (V(), I(a(A), {
|
|
1839
1839
|
key: 0,
|
|
1840
1840
|
col: e.span,
|
|
1841
1841
|
modelValue: m.value,
|
|
@@ -1845,7 +1845,7 @@ const fa = (n, e) => {
|
|
|
1845
1845
|
helpMessage: h.value
|
|
1846
1846
|
}, {
|
|
1847
1847
|
default: z(() => [
|
|
1848
|
-
S(a(
|
|
1848
|
+
S(a(Ee), {
|
|
1849
1849
|
type: "text",
|
|
1850
1850
|
modelValue: m.value,
|
|
1851
1851
|
"onUpdate:modelValue": d[0] || (d[0] = (r) => m.value = r)
|
|
@@ -1853,15 +1853,15 @@ const fa = (n, e) => {
|
|
|
1853
1853
|
]),
|
|
1854
1854
|
_: 1
|
|
1855
1855
|
/* STABLE */
|
|
1856
|
-
}, 8, ["col", "modelValue", "label", "helpMessage"])) :
|
|
1856
|
+
}, 8, ["col", "modelValue", "label", "helpMessage"])) : q("v-if", !0);
|
|
1857
1857
|
}
|
|
1858
1858
|
}), ot = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1859
1859
|
__proto__: null,
|
|
1860
|
-
default:
|
|
1861
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1860
|
+
default: ja
|
|
1861
|
+
}, Symbol.toStringTag, { value: "Module" })), Ba = {
|
|
1862
1862
|
name: "textarea"
|
|
1863
|
-
},
|
|
1864
|
-
...
|
|
1863
|
+
}, Oa = /* @__PURE__ */ E({
|
|
1864
|
+
...Ba,
|
|
1865
1865
|
props: {
|
|
1866
1866
|
setting: { default: () => ({
|
|
1867
1867
|
icon: "",
|
|
@@ -1901,7 +1901,7 @@ const fa = (n, e) => {
|
|
|
1901
1901
|
G,
|
|
1902
1902
|
null,
|
|
1903
1903
|
[
|
|
1904
|
-
!v.setting.options.isEditor && u.value ? (V(),
|
|
1904
|
+
!v.setting.options.isEditor && u.value ? (V(), I(a(A), {
|
|
1905
1905
|
key: 0,
|
|
1906
1906
|
col: e.span,
|
|
1907
1907
|
label: v.setting.desc,
|
|
@@ -1919,8 +1919,8 @@ const fa = (n, e) => {
|
|
|
1919
1919
|
"show-word-limit": "",
|
|
1920
1920
|
helpMessage: c.value,
|
|
1921
1921
|
required: m.value
|
|
1922
|
-
}, null, 8, ["col", "label", "modelValue", "prop", "placeholder", "disabled", "isView", "helpMessage", "required"])) :
|
|
1923
|
-
v.setting.options.isEditor && u.value ? (V(),
|
|
1922
|
+
}, null, 8, ["col", "label", "modelValue", "prop", "placeholder", "disabled", "isView", "helpMessage", "required"])) : q("v-if", !0),
|
|
1923
|
+
v.setting.options.isEditor && u.value ? (V(), I(a(A), {
|
|
1924
1924
|
key: 1,
|
|
1925
1925
|
modelValue: d.value,
|
|
1926
1926
|
"onUpdate:modelValue": p[2] || (p[2] = (o) => d.value = o),
|
|
@@ -1933,7 +1933,7 @@ const fa = (n, e) => {
|
|
|
1933
1933
|
readOnly: e.isView
|
|
1934
1934
|
}, {
|
|
1935
1935
|
default: z(() => [
|
|
1936
|
-
S(a(
|
|
1936
|
+
S(a(Ee), {
|
|
1937
1937
|
ref: "editor",
|
|
1938
1938
|
width: r.value,
|
|
1939
1939
|
height: _.value,
|
|
@@ -1944,7 +1944,7 @@ const fa = (n, e) => {
|
|
|
1944
1944
|
]),
|
|
1945
1945
|
_: 1
|
|
1946
1946
|
/* STABLE */
|
|
1947
|
-
}, 8, ["modelValue", "prop", "contentWidth", "label", "helpMessage", "required", "readOnly"])) :
|
|
1947
|
+
}, 8, ["modelValue", "prop", "contentWidth", "label", "helpMessage", "required", "readOnly"])) : q("v-if", !0)
|
|
1948
1948
|
],
|
|
1949
1949
|
64
|
|
1950
1950
|
/* STABLE_FRAGMENT */
|
|
@@ -1952,11 +1952,11 @@ const fa = (n, e) => {
|
|
|
1952
1952
|
}
|
|
1953
1953
|
}), lt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1954
1954
|
__proto__: null,
|
|
1955
|
-
default:
|
|
1956
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1955
|
+
default: Oa
|
|
1956
|
+
}, Symbol.toStringTag, { value: "Module" })), Ea = {
|
|
1957
1957
|
name: "time"
|
|
1958
|
-
}, Aa = /* @__PURE__ */
|
|
1959
|
-
...
|
|
1958
|
+
}, Aa = /* @__PURE__ */ E({
|
|
1959
|
+
...Ea,
|
|
1960
1960
|
props: {
|
|
1961
1961
|
setting: { default: () => ({
|
|
1962
1962
|
icon: "",
|
|
@@ -1991,7 +1991,7 @@ const fa = (n, e) => {
|
|
|
1991
1991
|
i(e.setting.name) && (d.value = i(e.setting.name)), e.setting.options.formulasDiyJs && (d.value = ve(r + e.setting.options.formulasDiyJs)), d.value || g(e.setting.name, null);
|
|
1992
1992
|
}, 50), e.setting.options.validateList.length && y(e.setting.name, e.setting.options.validateList), N(d, (r) => {
|
|
1993
1993
|
g(e.setting.name, r);
|
|
1994
|
-
}), (r, _) => u.value ? (V(),
|
|
1994
|
+
}), (r, _) => u.value ? (V(), I(a(A), {
|
|
1995
1995
|
key: 0,
|
|
1996
1996
|
col: e.span,
|
|
1997
1997
|
modelValue: d.value,
|
|
@@ -2003,12 +2003,12 @@ const fa = (n, e) => {
|
|
|
2003
2003
|
isView: e.isView,
|
|
2004
2004
|
required: m.value,
|
|
2005
2005
|
disabled: a(h)
|
|
2006
|
-
}, null, 8, ["col", "modelValue", "prop", "label", "helpMessage", "isView", "required", "disabled"])) :
|
|
2006
|
+
}, null, 8, ["col", "modelValue", "prop", "label", "helpMessage", "isView", "required", "disabled"])) : q("v-if", !0);
|
|
2007
2007
|
}
|
|
2008
2008
|
}), it = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2009
2009
|
__proto__: null,
|
|
2010
2010
|
default: Aa
|
|
2011
|
-
}, Symbol.toStringTag, { value: "Module" })), Qa =
|
|
2011
|
+
}, Symbol.toStringTag, { value: "Module" })), Qa = E({
|
|
2012
2012
|
name: "accordion",
|
|
2013
2013
|
props: {
|
|
2014
2014
|
columns: {
|
|
@@ -2050,7 +2050,7 @@ const fa = (n, e) => {
|
|
|
2050
2050
|
}
|
|
2051
2051
|
}), Ua = {
|
|
2052
2052
|
name: "accordion"
|
|
2053
|
-
}, Ya = /* @__PURE__ */
|
|
2053
|
+
}, Ya = /* @__PURE__ */ E({
|
|
2054
2054
|
...Ua,
|
|
2055
2055
|
props: {
|
|
2056
2056
|
setting: { default: () => ({
|
|
@@ -2079,7 +2079,7 @@ const fa = (n, e) => {
|
|
|
2079
2079
|
store: {}
|
|
2080
2080
|
},
|
|
2081
2081
|
setup(n) {
|
|
2082
|
-
return (e, t) => (V(),
|
|
2082
|
+
return (e, t) => (V(), I(a(Qa), {
|
|
2083
2083
|
columns: e.setting.columns,
|
|
2084
2084
|
options: e.setting.options,
|
|
2085
2085
|
isView: e.isView,
|
|
@@ -2092,7 +2092,7 @@ const fa = (n, e) => {
|
|
|
2092
2092
|
default: Ya
|
|
2093
2093
|
}, Symbol.toStringTag, { value: "Module" })), Ja = {
|
|
2094
2094
|
name: "grid"
|
|
2095
|
-
}, Ha = /* @__PURE__ */
|
|
2095
|
+
}, Ha = /* @__PURE__ */ E({
|
|
2096
2096
|
...Ja,
|
|
2097
2097
|
props: {
|
|
2098
2098
|
setting: { default: () => ({
|
|
@@ -2123,8 +2123,8 @@ const fa = (n, e) => {
|
|
|
2123
2123
|
G,
|
|
2124
2124
|
null,
|
|
2125
2125
|
[
|
|
2126
|
-
|
|
2127
|
-
|
|
2126
|
+
q(' <GridLayout :columns="setting.columns" :isView="props.isView" :store="store"></GridLayout> '),
|
|
2127
|
+
q(' <div style="display: flex; flex-direction: row; flex-wrap: wrap; width: 100%"> '),
|
|
2128
2128
|
(V(!0), U(
|
|
2129
2129
|
G,
|
|
2130
2130
|
null,
|
|
@@ -2135,7 +2135,7 @@ const fa = (n, e) => {
|
|
|
2135
2135
|
(V(!0), U(
|
|
2136
2136
|
G,
|
|
2137
2137
|
null,
|
|
2138
|
-
ie(g.list, (i) => (V(),
|
|
2138
|
+
ie(g.list, (i) => (V(), I(ge(a(Ga)[i.ctrlType]), {
|
|
2139
2139
|
setting: i,
|
|
2140
2140
|
isView: e.isView,
|
|
2141
2141
|
store: t.store,
|
|
@@ -2151,7 +2151,7 @@ const fa = (n, e) => {
|
|
|
2151
2151
|
256
|
|
2152
2152
|
/* UNKEYED_FRAGMENT */
|
|
2153
2153
|
)),
|
|
2154
|
-
|
|
2154
|
+
q(" </div> ")
|
|
2155
2155
|
],
|
|
2156
2156
|
2112
|
|
2157
2157
|
/* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
|
|
@@ -2293,7 +2293,7 @@ const Ga = { ...rt, ...ut }, Xa = (n, e, t, s) => {
|
|
|
2293
2293
|
}, wn = {
|
|
2294
2294
|
key: 1,
|
|
2295
2295
|
style: { "background-color": "#fff" }
|
|
2296
|
-
}, Cn = /* @__PURE__ */
|
|
2296
|
+
}, Cn = /* @__PURE__ */ E({
|
|
2297
2297
|
__name: "App",
|
|
2298
2298
|
props: {
|
|
2299
2299
|
formConfigurationId: {},
|
|
@@ -2350,7 +2350,7 @@ const Ga = { ...rt, ...ut }, Xa = (n, e, t, s) => {
|
|
|
2350
2350
|
(V(!0), U(
|
|
2351
2351
|
G,
|
|
2352
2352
|
null,
|
|
2353
|
-
ie(a(_), ($) => (V(),
|
|
2353
|
+
ie(a(_), ($) => (V(), I(a(ft), {
|
|
2354
2354
|
key: $.id,
|
|
2355
2355
|
style: { "margin-right": "20px" },
|
|
2356
2356
|
"btn-type": "primary",
|
|
@@ -2369,7 +2369,7 @@ const Ga = { ...rt, ...ut }, Xa = (n, e, t, s) => {
|
|
|
2369
2369
|
128
|
|
2370
2370
|
/* KEYED_FRAGMENT */
|
|
2371
2371
|
))
|
|
2372
|
-
])) :
|
|
2372
|
+
])) : q("v-if", !0),
|
|
2373
2373
|
gt((V(), U(
|
|
2374
2374
|
"div",
|
|
2375
2375
|
{
|
|
@@ -2386,19 +2386,19 @@ const Ga = { ...rt, ...ut }, Xa = (n, e, t, s) => {
|
|
|
2386
2386
|
key: $.name
|
|
2387
2387
|
},
|
|
2388
2388
|
[
|
|
2389
|
-
c($.ctrlType) ? (V(),
|
|
2389
|
+
c($.ctrlType) ? (V(), I(a(Ae), {
|
|
2390
2390
|
key: 0,
|
|
2391
2391
|
style: { "margin-bottom": "10px" },
|
|
2392
2392
|
collapsible: $.options.accordion ? "" : "disabled",
|
|
2393
2393
|
activeKey: a(p)
|
|
2394
2394
|
}, {
|
|
2395
2395
|
default: z(() => [
|
|
2396
|
-
(V(),
|
|
2396
|
+
(V(), I(a(Qe), {
|
|
2397
2397
|
key: $.columns[0].idKey,
|
|
2398
2398
|
header: $.columns[0].span
|
|
2399
2399
|
}, {
|
|
2400
2400
|
default: z(() => [
|
|
2401
|
-
S(a(
|
|
2401
|
+
S(a(Ie), {
|
|
2402
2402
|
ref_for: !0,
|
|
2403
2403
|
ref: (Y) => k(Y, $),
|
|
2404
2404
|
cols: 24,
|
|
@@ -2418,12 +2418,12 @@ const Ga = { ...rt, ...ut }, Xa = (n, e, t, s) => {
|
|
|
2418
2418
|
key: $.name
|
|
2419
2419
|
},
|
|
2420
2420
|
[
|
|
2421
|
-
Y.ctrlType == "grid" ? (V(),
|
|
2421
|
+
Y.ctrlType == "grid" ? (V(), I(ge(a(re).grid), {
|
|
2422
2422
|
key: 0,
|
|
2423
2423
|
setting: Y,
|
|
2424
2424
|
isView: h.isView,
|
|
2425
2425
|
store: a(s)
|
|
2426
|
-
}, null, 8, ["setting", "isView", "store"])) : (V(),
|
|
2426
|
+
}, null, 8, ["setting", "isView", "store"])) : (V(), I(ge(a(re)[Y.ctrlType]), {
|
|
2427
2427
|
key: 1,
|
|
2428
2428
|
setting: Y,
|
|
2429
2429
|
isView: h.isView,
|
|
@@ -2448,7 +2448,7 @@ const Ga = { ...rt, ...ut }, Xa = (n, e, t, s) => {
|
|
|
2448
2448
|
_: 2
|
|
2449
2449
|
/* DYNAMIC */
|
|
2450
2450
|
}, 1032, ["collapsible", "activeKey"])) : (V(), U("div", wn, [
|
|
2451
|
-
a(r) ? (V(),
|
|
2451
|
+
a(r) ? (V(), I(a(Ie), {
|
|
2452
2452
|
key: 0,
|
|
2453
2453
|
ref_for: !0,
|
|
2454
2454
|
ref: (Y) => k(Y, $),
|
|
@@ -2460,7 +2460,7 @@ const Ga = { ...rt, ...ut }, Xa = (n, e, t, s) => {
|
|
|
2460
2460
|
form: a(s).data
|
|
2461
2461
|
}, {
|
|
2462
2462
|
default: z(() => [
|
|
2463
|
-
(V(),
|
|
2463
|
+
(V(), I(ge(a(re)[$.ctrlType]), {
|
|
2464
2464
|
setting: $,
|
|
2465
2465
|
isView: h.isView,
|
|
2466
2466
|
store: a(s)
|
|
@@ -2468,7 +2468,7 @@ const Ga = { ...rt, ...ut }, Xa = (n, e, t, s) => {
|
|
|
2468
2468
|
]),
|
|
2469
2469
|
_: 2
|
|
2470
2470
|
/* DYNAMIC */
|
|
2471
|
-
}, 1032, ["rules", "form"])) :
|
|
2471
|
+
}, 1032, ["rules", "form"])) : q("v-if", !0)
|
|
2472
2472
|
]))
|
|
2473
2473
|
],
|
|
2474
2474
|
64
|
|
@@ -2507,57 +2507,52 @@ const Ga = { ...rt, ...ut }, Xa = (n, e, t, s) => {
|
|
|
2507
2507
|
资产用途: { "zh-CN": "资产用途", en: "Asset Usage", _appCode: "framework" },
|
|
2508
2508
|
"*必填": { "zh-CN": "*必填", en: "*Required", _appCode: "framework" },
|
|
2509
2509
|
不能超过: { "zh-CN": "不能超过", en: "Cannot Exceed", _appCode: "framework" },
|
|
2510
|
-
不能少于: { "zh-CN": "不能少于", en: "Cannot be
|
|
2510
|
+
不能少于: { "zh-CN": "不能少于", en: "Cannot be less than", _appCode: "framework" },
|
|
2511
2511
|
手机号码格式不正确: { "zh-CN": "手机号码格式不正确", en: "Invalid Mobile Number Format", _appCode: "framework" },
|
|
2512
|
-
请重新输入: { "zh-CN": "请重新输入", en: "Please
|
|
2512
|
+
请重新输入: { "zh-CN": "请重新输入", en: "Please re-enter", _appCode: "framework" },
|
|
2513
2513
|
电子邮箱格式不正确: { "zh-CN": "电子邮箱格式不正确", en: "Invalid Email Format", _appCode: "framework" },
|
|
2514
|
-
请输入整数: { "zh-CN": "请输入整数", en: "Please
|
|
2515
|
-
请输入相同的值: { "zh-CN": "请输入相同的值", en: "Please
|
|
2516
|
-
不能小于: { "zh-CN": "不能小于", en: "Cannot be
|
|
2517
|
-
请输入数字: { "zh-CN": "请输入数字", en: "Please
|
|
2518
|
-
不能大于: { "zh-CN": "不能大于", en: "Cannot be
|
|
2519
|
-
日期必须晚于: { "zh-CN": "日期必须晚于", en: "Date
|
|
2520
|
-
日期必须早于: { "zh-CN": "日期必须早于", en: "Date
|
|
2521
|
-
日期必须不晚于: { "zh-CN": "日期必须不晚于", en: "Date
|
|
2522
|
-
日期必须不早于: { "zh-CN": "日期必须不早于", en: "Date
|
|
2514
|
+
请输入整数: { "zh-CN": "请输入整数", en: "Please enter an integer", _appCode: "framework" },
|
|
2515
|
+
请输入相同的值: { "zh-CN": "请输入相同的值", en: "Please enter the same value", _appCode: "framework" },
|
|
2516
|
+
不能小于: { "zh-CN": "不能小于", en: "Cannot be less than", _appCode: "framework" },
|
|
2517
|
+
请输入数字: { "zh-CN": "请输入数字", en: "Please enter a number", _appCode: "framework" },
|
|
2518
|
+
不能大于: { "zh-CN": "不能大于", en: "Cannot be greater than", _appCode: "framework" },
|
|
2519
|
+
日期必须晚于: { "zh-CN": "日期必须晚于", en: "Date must be later than", _appCode: "framework" },
|
|
2520
|
+
日期必须早于: { "zh-CN": "日期必须早于", en: "Date must be earlier than", _appCode: "framework" },
|
|
2521
|
+
日期必须不晚于: { "zh-CN": "日期必须不晚于", en: "Date must not be later than", _appCode: "framework" },
|
|
2522
|
+
日期必须不早于: { "zh-CN": "日期必须不早于", en: "Date must not be earlier than", _appCode: "framework" },
|
|
2523
2523
|
只能输入指定数字范围: {
|
|
2524
2524
|
"zh-CN": "只能输入指定数字范围",
|
|
2525
|
-
en: "Can
|
|
2525
|
+
en: "Can only enter a specified number range",
|
|
2526
2526
|
_appCode: "framework"
|
|
2527
2527
|
},
|
|
2528
|
-
只能输入指定的值: { "zh-CN": "只能输入指定的值", en: "Can
|
|
2529
|
-
只能输入: { "zh-CN": "只能输入", en: "Can
|
|
2528
|
+
只能输入指定的值: { "zh-CN": "只能输入指定的值", en: "Can only enter specified values", _appCode: "framework" },
|
|
2529
|
+
只能输入: { "zh-CN": "只能输入", en: "Can only enter", _appCode: "framework" },
|
|
2530
2530
|
位数数字: { "zh-CN": "位数数字", en: "Digit Number", _appCode: "framework" },
|
|
2531
|
-
只能输入字母: { "zh-CN": "只能输入字母", en: "Can
|
|
2532
|
-
只能输入字母空格: { "zh-CN": "只能输入字母空格", en: "Can
|
|
2531
|
+
只能输入字母: { "zh-CN": "只能输入字母", en: "Can only enter letters", _appCode: "framework" },
|
|
2532
|
+
只能输入字母空格: { "zh-CN": "只能输入字母空格", en: "Can only enter letters and spaces", _appCode: "framework" },
|
|
2533
2533
|
只能输入字母数字横线下划线: {
|
|
2534
2534
|
"zh-CN": "只能输入字母数字横线下划线",
|
|
2535
|
-
en: "Can
|
|
2535
|
+
en: "Can only enter letters, numbers, hyphens, and underscores",
|
|
2536
2536
|
_appCode: "framework"
|
|
2537
2537
|
},
|
|
2538
2538
|
只能输入字母数字: {
|
|
2539
2539
|
"zh-CN": "只能输入字母数字",
|
|
2540
|
-
en: "Can
|
|
2540
|
+
en: "Can only enter alphanumeric characters",
|
|
2541
2541
|
_appCode: "framework"
|
|
2542
2542
|
},
|
|
2543
|
-
搜索姓名: { "zh-CN": "搜索姓名", en: "Search Name", _appCode: "framework"
|
|
2543
|
+
搜索姓名: { "zh-CN": "搜索姓名", en: "Search Name", _appCode: "framework" },
|
|
2544
2544
|
账号: { "zh-CN": "账号", en: "Account", _appCode: "framework" },
|
|
2545
2545
|
手机号: { "zh-CN": "手机号", en: "Phone Number", _appCode: "framework" },
|
|
2546
|
-
搜索组织名称: { "zh-CN": "搜索组织名称", en: "Search
|
|
2546
|
+
搜索组织名称: { "zh-CN": "搜索组织名称", en: "Search organization name", _appCode: "framework" },
|
|
2547
2547
|
组织编码: { "zh-CN": "组织编码", en: "Organization Code", _appCode: "framework" },
|
|
2548
|
-
搜索角色名称: { "zh-CN": "搜索角色名称", en: "Search
|
|
2548
|
+
搜索角色名称: { "zh-CN": "搜索角色名称", en: "Search role name", _appCode: "framework" },
|
|
2549
2549
|
职务名称: { "zh-CN": "职务名称", en: "Title Name", _appCode: "framework" },
|
|
2550
2550
|
职务编码: { "zh-CN": "职务编码", en: "Title Code", _appCode: "framework" },
|
|
2551
|
-
搜索岗位名称: { "zh-CN": "搜索岗位名称", en: "Search
|
|
2551
|
+
搜索岗位名称: { "zh-CN": "搜索岗位名称", en: "Search job title", _appCode: "framework" },
|
|
2552
2552
|
岗位编码: { "zh-CN": "岗位编码", en: "Post Code", _appCode: "framework" },
|
|
2553
|
-
搜索供应商编码: {
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
_appCode: "framework",
|
|
2557
|
-
_appCode: "framework"
|
|
2558
|
-
},
|
|
2559
|
-
名称: { "zh-CN": "名称", en: "Name", _appCode: "framework", _appCode: "framework" },
|
|
2560
|
-
搜索单据编码: { "zh-CN": "搜索单据编码", en: "Search Document Code", _appCode: "framework", _appCode: "framework" },
|
|
2553
|
+
搜索供应商编码: { "zh-CN": "搜索供应商编码", en: "Search supplier code", _appCode: "framework" },
|
|
2554
|
+
名称: { "zh-CN": "名称", en: "Name", _appCode: "framework" },
|
|
2555
|
+
搜索单据编码: { "zh-CN": "搜索单据编码", en: "Search document code", _appCode: "framework" },
|
|
2561
2556
|
申请人: { "zh-CN": "申请人", en: "Applicant", _appCode: "framework" },
|
|
2562
2557
|
添加用户: { "zh-CN": "添加用户", en: "Add User", _appCode: "framework" },
|
|
2563
2558
|
组织选择器: { "zh-CN": "组织选择器", en: "Organization Selector", _appCode: "framework" },
|
|
@@ -2565,7 +2560,7 @@ const Ga = { ...rt, ...ut }, Xa = (n, e, t, s) => {
|
|
|
2565
2560
|
职务选择器: { "zh-CN": "职务选择器", en: "Position Selector", _appCode: "framework" },
|
|
2566
2561
|
岗位选择器: { "zh-CN": "岗位选择器", en: "Post Selector", _appCode: "framework" },
|
|
2567
2562
|
选择供应商: { "zh-CN": "选择供应商", en: "Select Supplier", _appCode: "framework" },
|
|
2568
|
-
源单选择器: { "zh-CN": "源单选择器", en: "Source Document Selector", _appCode: "framework"
|
|
2563
|
+
源单选择器: { "zh-CN": "源单选择器", en: "Source Document Selector", _appCode: "framework" },
|
|
2569
2564
|
正常: { "zh-CN": "正常", en: "Normal", _appCode: "framework" },
|
|
2570
2565
|
锁定: { "zh-CN": "锁定", en: "Locked", _appCode: "framework" },
|
|
2571
2566
|
禁用: { "zh-CN": "禁用", en: "Disabled", _appCode: "framework" },
|
|
@@ -2575,38 +2570,38 @@ const Ga = { ...rt, ...ut }, Xa = (n, e, t, s) => {
|
|
|
2575
2570
|
有效: { "zh-CN": "有效", en: "Valid", _appCode: "framework" },
|
|
2576
2571
|
"搜索姓名/账号/手机号": {
|
|
2577
2572
|
"zh-CN": "搜索姓名/账号/手机号",
|
|
2578
|
-
en: "Search
|
|
2573
|
+
en: "Search name/account/phone number",
|
|
2579
2574
|
_appCode: "framework"
|
|
2580
2575
|
},
|
|
2581
2576
|
"搜索组织名称/组织编码": {
|
|
2582
2577
|
"zh-CN": "搜索组织名称/组织编码",
|
|
2583
|
-
en: "Search
|
|
2578
|
+
en: "Search organization name/organization code",
|
|
2584
2579
|
_appCode: "framework"
|
|
2585
2580
|
},
|
|
2586
|
-
"职务名称/职务编码": { "zh-CN": "职务名称/职务编码", en: "Title Name/
|
|
2581
|
+
"职务名称/职务编码": { "zh-CN": "职务名称/职务编码", en: "Title Name/Title Code", _appCode: "framework" },
|
|
2587
2582
|
"搜索岗位名称/岗位编码": {
|
|
2588
2583
|
"zh-CN": "搜索岗位名称/岗位编码",
|
|
2589
|
-
en: "Search
|
|
2584
|
+
en: "Search position name/position code",
|
|
2590
2585
|
_appCode: "framework"
|
|
2591
2586
|
},
|
|
2592
|
-
"搜索供应商编码/名称": { "zh-CN": "搜索供应商编码/名称", en: "Search
|
|
2587
|
+
"搜索供应商编码/名称": { "zh-CN": "搜索供应商编码/名称", en: "Search supplier code/name", _appCode: "framework" },
|
|
2593
2588
|
"搜索单据编码/申请人": {
|
|
2594
2589
|
"zh-CN": "搜索单据编码/申请人",
|
|
2595
|
-
en: "Search
|
|
2590
|
+
en: "Search document code/applicant",
|
|
2596
2591
|
_appCode: "framework"
|
|
2597
2592
|
},
|
|
2598
2593
|
供应商类型: { "zh-CN": "供应商类型", en: "Supplier Type", _appCode: "framework" },
|
|
2599
2594
|
"手机号码格式不正确,请重新输入": {
|
|
2600
2595
|
"zh-CN": "手机号码格式不正确,请重新输入",
|
|
2601
|
-
en: "Incorrect
|
|
2596
|
+
en: "Incorrect phone number format, please re-enter",
|
|
2602
2597
|
_appCode: "framework"
|
|
2603
2598
|
},
|
|
2604
2599
|
"电子邮箱格式不正确,请重新输入": {
|
|
2605
2600
|
"zh-CN": "电子邮箱格式不正确,请重新输入",
|
|
2606
|
-
en: "Incorrect
|
|
2601
|
+
en: "Incorrect email format, please re-enter",
|
|
2607
2602
|
_appCode: "framework"
|
|
2608
2603
|
},
|
|
2609
|
-
"个人/公司": { "zh-CN": "个人/公司", en: "Individual/
|
|
2604
|
+
"个人/公司": { "zh-CN": "个人/公司", en: "Individual/Company", _appCode: "framework" },
|
|
2610
2605
|
选择源单: { "zh-CN": "选择源单", en: "Select Source Document", _appCode: "framework" }
|
|
2611
2606
|
};
|
|
2612
2607
|
wt(Vn);
|