@das-fed/ui 6.4.0-dev.101 → 6.4.0-dev.103
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 +6 -6
- package/packages/business-components/area-phone-select/index.js +15 -15
- package/packages/business-components/area-phone-select/index.js.gz +0 -0
- package/packages/business-components/area-phone-select/style.css +1 -1
- package/packages/business-components/area-phone-select/style.css.gz +0 -0
- package/packages/business-components/device-panel/index.js +1 -1
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/layout-breadcrumb/index.js +40 -44
- package/packages/business-components/layout-breadcrumb/index.js.gz +0 -0
- package/packages/business-components/process-form/index.js +129 -129
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-form/style.css +1 -1
- package/packages/components/date-picker/index.js +3 -3
- package/packages/components/date-picker/index.js.gz +0 -0
- package/packages/components/date-picker/style.css +1 -1
- package/packages/components/date-picker/style.css.gz +0 -0
- package/packages/components/image-upload/index.js +28 -27
- package/packages/components/image-upload/index.js.gz +0 -0
- package/packages/components/image-viewer/index.js +59 -59
- package/packages/components/image-viewer/index.js.gz +0 -0
- package/packages/components/input/index.js +31 -30
- package/packages/components/input/index.js.gz +0 -0
- package/packages/components/input/style.css +1 -1
- package/packages/components/input/style.css.gz +0 -0
- package/packages/components/input-dialog-select/index.js +41 -40
- package/packages/components/input-dialog-select/index.js.gz +0 -0
- package/packages/components/input-dialog-select/style.css +1 -1
- package/packages/components/input-dialog-select/style.css.gz +0 -0
- package/packages/components/input-number/index.js +68 -67
- package/packages/components/input-number/index.js.gz +0 -0
- package/packages/components/input-number/style.css +1 -1
- package/packages/components/input-number/style.css.gz +0 -0
- package/packages/components/progress/index.js +3 -3
- package/packages/components/progress/index.js.gz +0 -0
- package/packages/components/progress/style.css +1 -1
- package/packages/components/progress/style.css.gz +0 -0
- package/packages/components/search-form/index.js +156 -156
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/search-form/style.css +1 -1
- package/packages/components/search-form/style.css.gz +0 -0
- package/packages/components/table/index.js +1852 -1840
- package/packages/components/table/index.js.gz +0 -0
- package/packages/components/table/style.css +1 -1
- package/packages/components/table/style.css.gz +0 -0
- package/packages/components/tag/index.js +1 -1
- package/packages/components/tag/index.js.gz +0 -0
- package/packages/components/tag/style.css +1 -1
- package/packages/components/tag/style.css.gz +0 -0
- package/packages/components/tree-table/index.js +68 -68
- package/packages/components/tree-table/index.js.gz +0 -0
- package/packages/components/tree-table/src/App.vue.d.ts +2 -2
- package/packages/components/tree-table/src/type.d.ts +0 -2
- package/packages/components/tree-table/style.css +1 -1
- package/packages/components/tree-table/style.css.gz +0 -0
- package/packages/components/upload/index.js +49 -48
- package/packages/components/upload/index.js.gz +0 -0
- package/packages/components/virtual-tree/index.d.ts +10533 -0
- package/packages/components/virtual-tree/index.js +1 -1
- package/packages/components/virtual-tree/index.js.gz +0 -0
- package/packages/components/virtual-tree/src/App.vue.d.ts +2079 -0
- package/packages/components/virtual-tree/src/type.d.ts +43 -0
|
@@ -1,6 +1,6 @@
|
|
|
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 i, nextTick as dt, defineComponent as Q, watch as N, openBlock as k, createBlock as F, unref as a, withCtx as T, createVNode as S, createCommentVNode as
|
|
3
|
+
import { ref as i, nextTick as dt, defineComponent as Q, watch as N, openBlock as k, createBlock as F, unref as a, withCtx as T, createVNode as S, createCommentVNode as K, createElementVNode as Be, createElementBlock as x, Fragment as ee, createTextVNode as ne, toDisplayString as se, isRef as he, createSlots as ct, h as re, renderList as ue, resolveDynamicComponent as ge, onMounted as gt, withDirectives as mt, normalizeStyle as vt } from "vue";
|
|
4
4
|
import { DasFormRef as ft, DasForm as Ie } from "@das-fed/ui/packages/components/form/index";
|
|
5
5
|
import { DasButton as ht } from "@das-fed/ui/packages/components/button/index";
|
|
6
6
|
import { vOverlay as yt } from "@das-fed/ui/packages/components/overlay/index";
|
|
@@ -9,23 +9,23 @@ import { DasUpload as bt } from "@das-fed/ui/packages/components/upload/index";
|
|
|
9
9
|
import { DasFormItem as U } from "@das-fed/ui/packages/components/form-item/index";
|
|
10
10
|
import { DasAutocomplete as _t } from "@das-fed/ui/packages/components/autocomplete/index";
|
|
11
11
|
import ve from "dayjs";
|
|
12
|
-
import { DasImageViewer as
|
|
12
|
+
import { DasImageViewer as je } from "@das-fed/ui/packages/components/image-viewer/index";
|
|
13
13
|
import { DasInput as wt } 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 E, t as _, setI18nRule as Ct } from "@das-fed/web/packages/i18n/index";
|
|
16
16
|
import { DasTableColumn as I } from "@das-fed/ui/packages/components/table/index";
|
|
17
17
|
import { DasSearchForm as Dt } from "@das-fed/ui/packages/components/search-form/index";
|
|
18
18
|
import { DasModelTableDialog as Vt } from "@das-fed/ui/packages/business-components/model-table-dialog";
|
|
19
|
-
import { getProjectInfo as
|
|
19
|
+
import { getProjectInfo as Ee } from "@das-fed/utils/common-info";
|
|
20
20
|
import { getConfig as kt } from "@das-fed/utils/config";
|
|
21
|
-
import { DasRichEditor as
|
|
21
|
+
import { DasRichEditor as Ke } 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 te = "v1", St = G(`/workflow/form/form/${te}`), Nt = G(`/workflow/form/formDef/${te}`);
|
|
25
25
|
G(`/workflow/api/user/${te}`);
|
|
26
26
|
const Ue = G(`/workflow/api/extend/${te}`), Lt = G(`/workflow/flow/def/${te}`), zt = G(`/workflow/form/customQuery/${te}`), oe = G(`/api/enterpriseright/permission/${te}`), ke = G(`/api/space-manage/space-tree/${te}`), Mt = G(`/workflow/form/dataTemplate/${te}`), Se = G(`/api/supply/supplier/${te}`), Tt = G(`/api/warehouse/vms/${te}/asset-receive`), Rt = Mt.get("/getBpmDataTemplateInfoByFlowKey"), $t = St.get("/formDesign"), Pt = Nt.get("/get"), Ft = Ue.get("/report-config");
|
|
27
27
|
Ue.get("/application-report");
|
|
28
|
-
const It = Lt.get("/getBindRelationByDefKey"), qt = zt.get("/getByAlias"),
|
|
28
|
+
const It = Lt.get("/getBindRelationByDefKey"), qt = zt.get("/getByAlias"), Ot = oe.get("/organization/authTree"), Bt = oe.post("/user/list"), jt = oe.post("/data/user-query"), Et = oe.get("/role/list"), Kt = oe.post("/data/role-ids"), At = oe.get("/organization/organizationpage"), Qt = oe.get("/station/list"), Ut = oe.get("/position/list"), ye = oe.post("/organization/detailbyids"), Yt = ke.get("/controller/area-children"), xt = ke.get("/controller/fuzzy-tree-all"), Jt = ke.get("/controller/space"), Ht = Se.post("/supplier/list/page", (o) => {
|
|
29
29
|
var e, t;
|
|
30
30
|
return o.data.pageBean = {
|
|
31
31
|
page: ((e = o == null ? void 0 : o.data) == null ? void 0 : e.pageIndex) || 1,
|
|
@@ -41,7 +41,7 @@ const It = Lt.get("/getBindRelationByDefKey"), qt = zt.get("/getByAlias"), Kt =
|
|
|
41
41
|
});
|
|
42
42
|
const [ae, X] = await Pt({ formDefId: q.defId }).run();
|
|
43
43
|
await D(), c.value = JSON.parse(X.value.expand).list, c.value.forEach((Z) => {
|
|
44
|
-
Z.columns && Z.columns[0].isOpen && g.value.push(Z.
|
|
44
|
+
Z.columns && Z.columns[0].isOpen && g.value.push(Z.key);
|
|
45
45
|
}), n.value = { ...n.value, ...o.disabledData }, v.value.length || u(q.formKey, be.value), setTimeout(() => {
|
|
46
46
|
w.value = { ...w.value, ...o.showData }, h(o.data) && (d.value = !0), h(o.data) || (l(o.data), o.flowKey && (m.value = o.data.button_list ? JSON.parse(o.data.button_list) : []), d.value = !0);
|
|
47
47
|
}, 50);
|
|
@@ -68,7 +68,7 @@ const It = Lt.get("/getBindRelationByDefKey"), qt = zt.get("/getByAlias"), Kt =
|
|
|
68
68
|
const { key: q } = z;
|
|
69
69
|
b.value[q] || (b.value[q] = V);
|
|
70
70
|
}, $ = async () => (c.value.forEach((V) => {
|
|
71
|
-
V.columns && g.value.push(V.
|
|
71
|
+
V.columns && g.value.push(V.key);
|
|
72
72
|
}), await dt(), new Promise((V, z) => {
|
|
73
73
|
let q = !0;
|
|
74
74
|
for (const W in b.value)
|
|
@@ -162,7 +162,7 @@ const It = Lt.get("/getBindRelationByDefKey"), qt = zt.get("/getByAlias"), Kt =
|
|
|
162
162
|
}, null, 8, ["modelValue"])
|
|
163
163
|
]),
|
|
164
164
|
_: 1
|
|
165
|
-
}, 8, ["col", "label", "helpMessage"])) :
|
|
165
|
+
}, 8, ["col", "label", "helpMessage"])) : K("", !0);
|
|
166
166
|
}
|
|
167
167
|
}), Ye = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
168
168
|
__proto__: null,
|
|
@@ -230,7 +230,7 @@ const It = Lt.get("/getBindRelationByDefKey"), qt = zt.get("/getByAlias"), Kt =
|
|
|
230
230
|
}, null, 8, ["modelValue", "options", "isView", "fieldNames", "showFullPath", "placeholder"])
|
|
231
231
|
]),
|
|
232
232
|
_: 1
|
|
233
|
-
}, 8, ["col", "prop", "modelValue", "label", "helpMessage", "required", "disabled"])) :
|
|
233
|
+
}, 8, ["col", "prop", "modelValue", "label", "helpMessage", "required", "disabled"])) : K("", !0);
|
|
234
234
|
}
|
|
235
235
|
}), xe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
236
236
|
__proto__: null,
|
|
@@ -290,7 +290,7 @@ const It = Lt.get("/getBindRelationByDefKey"), qt = zt.get("/getByAlias"), Kt =
|
|
|
290
290
|
optionsLabelKey: a(d),
|
|
291
291
|
helpMessage: g.value,
|
|
292
292
|
required: v.value
|
|
293
|
-
}, null, 8, ["col", "modelValue", "layout", "label", "prop", "options", "isView", "disabled", "optionsValueKey", "optionsLabelKey", "helpMessage", "required"])) :
|
|
293
|
+
}, null, 8, ["col", "modelValue", "layout", "label", "prop", "options", "isView", "disabled", "optionsValueKey", "optionsLabelKey", "helpMessage", "required"])) : K("", !0);
|
|
294
294
|
}
|
|
295
295
|
}), Je = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
296
296
|
__proto__: null,
|
|
@@ -352,7 +352,7 @@ const It = Lt.get("/getBindRelationByDefKey"), qt = zt.get("/getByAlias"), Kt =
|
|
|
352
352
|
placeholder: g.setting.options.placeholder,
|
|
353
353
|
helpMessage: C.value,
|
|
354
354
|
required: v.value
|
|
355
|
-
}, null, 8, ["col", "modelValue", "label", "prop", "type", "format", "picker", "isView", "disabled", "placeholder", "helpMessage", "required"])) :
|
|
355
|
+
}, null, 8, ["col", "modelValue", "label", "prop", "type", "format", "picker", "isView", "disabled", "placeholder", "helpMessage", "required"])) : K("", !0);
|
|
356
356
|
}
|
|
357
357
|
}), He = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
358
358
|
__proto__: null,
|
|
@@ -419,7 +419,7 @@ const It = Lt.get("/getBindRelationByDefKey"), qt = zt.get("/getByAlias"), Kt =
|
|
|
419
419
|
"check-strictly": !b.setting.options.cascade,
|
|
420
420
|
required: d.value,
|
|
421
421
|
onChange: v
|
|
422
|
-
}, null, 8, ["col", "modelValue", "keyword", "label", "node-key", "placeholder", "mode", "prop", "filter", "options", "isView", "helpMessage", "disabled", "props", "check-strictly", "required"])) :
|
|
422
|
+
}, null, 8, ["col", "modelValue", "keyword", "label", "node-key", "placeholder", "mode", "prop", "filter", "options", "isView", "helpMessage", "disabled", "props", "check-strictly", "required"])) : K("", !0);
|
|
423
423
|
}
|
|
424
424
|
}), We = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
425
425
|
__proto__: null,
|
|
@@ -484,8 +484,8 @@ const It = Lt.get("/getBindRelationByDefKey"), qt = zt.get("/getByAlias"), Kt =
|
|
|
484
484
|
col: e.span
|
|
485
485
|
}, {
|
|
486
486
|
default: T(() => [
|
|
487
|
-
|
|
488
|
-
S(a(
|
|
487
|
+
Be("div", pa, [
|
|
488
|
+
S(a(je), {
|
|
489
489
|
modelValue: n.value,
|
|
490
490
|
"onUpdate:modelValue": h[0] || (h[0] = (r) => n.value = r),
|
|
491
491
|
status: c.value,
|
|
@@ -508,7 +508,7 @@ const It = Lt.get("/getBindRelationByDefKey"), qt = zt.get("/getByAlias"), Kt =
|
|
|
508
508
|
])
|
|
509
509
|
]),
|
|
510
510
|
_: 1
|
|
511
|
-
}, 8, ["modelValue", "prop", "label", "helpMessage", "required", "col"])) :
|
|
511
|
+
}, 8, ["modelValue", "prop", "label", "helpMessage", "required", "col"])) : K("", !0);
|
|
512
512
|
}
|
|
513
513
|
}), fe = (o, e) => {
|
|
514
514
|
const t = o.__vccOpts || o;
|
|
@@ -557,9 +557,9 @@ const It = Lt.get("/getBindRelationByDefKey"), qt = zt.get("/getByAlias"), Kt =
|
|
|
557
557
|
__proto__: null,
|
|
558
558
|
default: ma
|
|
559
559
|
}, Symbol.toStringTag, { value: "Module" })), me = {}, fa = /^\.\/(.+)\/index\.ts$/, qe = /* @__PURE__ */ Object.assign({ "./phone/index.ts": va });
|
|
560
|
-
var
|
|
560
|
+
var Oe;
|
|
561
561
|
for (const o in qe) {
|
|
562
|
-
const e = qe[o], t = (
|
|
562
|
+
const e = qe[o], t = (Oe = o.match(fa)) == null ? void 0 : Oe[1];
|
|
563
563
|
me[t] = e.default;
|
|
564
564
|
}
|
|
565
565
|
const ha = (o, e) => {
|
|
@@ -650,7 +650,7 @@ const ha = (o, e) => {
|
|
|
650
650
|
}, 8, ["disabled", "content"])
|
|
651
651
|
]),
|
|
652
652
|
_: 1
|
|
653
|
-
}, 8, ["col", "prop", "modelValue", "label", "helpMessage", "required"])) :
|
|
653
|
+
}, 8, ["col", "prop", "modelValue", "label", "helpMessage", "required"])) : K("", !0),
|
|
654
654
|
d.value && (!v.value || !e.isView) ? (k(), F(a(U), {
|
|
655
655
|
key: 1,
|
|
656
656
|
col: e.span,
|
|
@@ -665,7 +665,7 @@ const ha = (o, e) => {
|
|
|
665
665
|
helpMessage: h.value,
|
|
666
666
|
required: g.value,
|
|
667
667
|
placeholder: r.setting.options.placeholder
|
|
668
|
-
}, null, 8, ["col", "modelValue", "width", "disabled", "isView", "prop", "label", "helpMessage", "required", "placeholder"])) :
|
|
668
|
+
}, null, 8, ["col", "modelValue", "width", "disabled", "isView", "prop", "label", "helpMessage", "required", "placeholder"])) : K("", !0)
|
|
669
669
|
], 64));
|
|
670
670
|
}
|
|
671
671
|
}), Ge = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -723,7 +723,7 @@ const ha = (o, e) => {
|
|
|
723
723
|
precision: d.setting.options.decimalDigits,
|
|
724
724
|
helpMessage: c.value,
|
|
725
725
|
required: v.value
|
|
726
|
-
}, null, 8, ["col", "modelValue", "label", "prop", "max", "min", "step", "disabled", "isView", "precision", "helpMessage", "required"])) :
|
|
726
|
+
}, null, 8, ["col", "modelValue", "label", "prop", "max", "min", "step", "disabled", "isView", "precision", "helpMessage", "required"])) : K("", !0);
|
|
727
727
|
}
|
|
728
728
|
}), Xe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
729
729
|
__proto__: null,
|
|
@@ -796,7 +796,7 @@ const ha = (o, e) => {
|
|
|
796
796
|
disabled: a(m),
|
|
797
797
|
required: v.value,
|
|
798
798
|
isSetTimeout: !0
|
|
799
|
-
}, null, 8, ["col", "modelValue", "layout", "label", "prop", "options", "isView", "optionsValueKey", "optionsLabelKey", "helpMessage", "disabled", "required"])) :
|
|
799
|
+
}, null, 8, ["col", "modelValue", "layout", "label", "prop", "options", "isView", "optionsValueKey", "optionsLabelKey", "helpMessage", "disabled", "required"])) : K("", !0);
|
|
800
800
|
}
|
|
801
801
|
}), et = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
802
802
|
__proto__: null,
|
|
@@ -833,17 +833,17 @@ const ha = (o, e) => {
|
|
|
833
833
|
p.value.data.forEach((b) => {
|
|
834
834
|
if (e.setting.options.customQuery.alias && e.setting.options.customQuery.alias === b.alias) {
|
|
835
835
|
s.value = null;
|
|
836
|
-
const R = b.conditionfield.filter((
|
|
836
|
+
const R = b.conditionfield.filter((B) => B.defaultType == 1);
|
|
837
837
|
let $ = {};
|
|
838
|
-
R.forEach((
|
|
839
|
-
const V =
|
|
840
|
-
$[
|
|
838
|
+
R.forEach((B) => {
|
|
839
|
+
const V = B.fieldPath.split("."), z = V[V.length - 1];
|
|
840
|
+
$[B.field] = f(z);
|
|
841
841
|
}), le(
|
|
842
842
|
e.setting.options.customQuery.alias,
|
|
843
843
|
e.setting.options.customQuery.conditionfield,
|
|
844
844
|
$
|
|
845
|
-
).then((
|
|
846
|
-
g.value =
|
|
845
|
+
).then((B) => {
|
|
846
|
+
g.value = B;
|
|
847
847
|
});
|
|
848
848
|
}
|
|
849
849
|
});
|
|
@@ -858,15 +858,15 @@ const ha = (o, e) => {
|
|
|
858
858
|
if (e.setting.options.customQuery.alias) {
|
|
859
859
|
let b = (D = (y = e.setting.options) == null ? void 0 : y.customQuery) == null ? void 0 : D.conditionfield;
|
|
860
860
|
typeof b == "string" && (b = JSON.parse(b));
|
|
861
|
-
const R = b.filter((
|
|
861
|
+
const R = b.filter((B) => B.defaultType == 1);
|
|
862
862
|
let $ = {};
|
|
863
|
-
R.forEach((
|
|
863
|
+
R.forEach((B) => {
|
|
864
864
|
var q;
|
|
865
|
-
const V = (q =
|
|
866
|
-
$[
|
|
865
|
+
const V = (q = B.fieldPath) == null ? void 0 : q.split("."), z = V[V.length - 1];
|
|
866
|
+
$[B.field] = f(z);
|
|
867
867
|
}), le(e.setting.options.customQuery.alias, e.setting.options.customQuery.conditionfield, $).then(
|
|
868
|
-
(
|
|
869
|
-
g.value =
|
|
868
|
+
(B) => {
|
|
869
|
+
g.value = B;
|
|
870
870
|
}
|
|
871
871
|
);
|
|
872
872
|
} else
|
|
@@ -880,8 +880,8 @@ const ha = (o, e) => {
|
|
|
880
880
|
const r = (b) => {
|
|
881
881
|
e.setting.options.linkage.length && !e.setting.options.multiple && e.setting.options.linkage.forEach((R) => {
|
|
882
882
|
if (R.value === b) {
|
|
883
|
-
const
|
|
884
|
-
t.value[
|
|
883
|
+
const B = R.effect[0].target.split(".")[2];
|
|
884
|
+
t.value[B] = R.effect[0].type === "w";
|
|
885
885
|
}
|
|
886
886
|
});
|
|
887
887
|
};
|
|
@@ -905,29 +905,29 @@ const ha = (o, e) => {
|
|
|
905
905
|
helpMessage: h.value,
|
|
906
906
|
disabled: a(v),
|
|
907
907
|
required: c.value
|
|
908
|
-
}, null, 8, ["col", "modelValue", "label", "prop", "placeholder", "mode", "showSearch", "isView", "options", "optionsValueKey", "optionsLabelKey", "helpMessage", "disabled", "required"])) :
|
|
908
|
+
}, null, 8, ["col", "modelValue", "label", "prop", "placeholder", "mode", "showSearch", "isView", "options", "optionsValueKey", "optionsLabelKey", "helpMessage", "disabled", "required"])) : K("", !0);
|
|
909
909
|
}
|
|
910
910
|
}), tt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
911
911
|
__proto__: null,
|
|
912
912
|
default: ka
|
|
913
913
|
}, Symbol.toStringTag, { value: "Module" })), Sa = (o, e, t) => {
|
|
914
914
|
var ae, X, Z, de, ce;
|
|
915
|
-
const l =
|
|
916
|
-
user:
|
|
917
|
-
org:
|
|
918
|
-
role:
|
|
919
|
-
job:
|
|
920
|
-
post:
|
|
921
|
-
supplier:
|
|
922
|
-
source:
|
|
915
|
+
const l = Ee().id, p = i(!1), u = (ce = (de = (Z = (X = (ae = o == null ? void 0 : o.options) == null ? void 0 : ae.selector) == null ? void 0 : X.type) == null ? void 0 : Z.alias) == null ? void 0 : de.replace("eip-", "")) == null ? void 0 : ce.replace("-selector", ""), f = i([]), w = i(""), n = i(""), s = {
|
|
916
|
+
user: E("搜索姓名/账号/手机号").value,
|
|
917
|
+
org: E("搜索组织名称/组织编码").value,
|
|
918
|
+
role: E("搜索角色名称").value,
|
|
919
|
+
job: E("职务名称/职务编码").value,
|
|
920
|
+
post: E("搜索岗位名称/岗位编码").value,
|
|
921
|
+
supplier: E("搜索供应商编码/名称").value,
|
|
922
|
+
source: E("搜索单据编码/申请人").value
|
|
923
923
|
}, m = {
|
|
924
|
-
user:
|
|
925
|
-
org:
|
|
926
|
-
role:
|
|
927
|
-
job:
|
|
928
|
-
post:
|
|
929
|
-
supplier:
|
|
930
|
-
source:
|
|
924
|
+
user: E("添加用户").value,
|
|
925
|
+
org: E("组织选择器").value,
|
|
926
|
+
role: E("角色选择器").value,
|
|
927
|
+
job: E("职务选择器").value,
|
|
928
|
+
post: E("岗位选择器").value,
|
|
929
|
+
supplier: E("选择供应商").value,
|
|
930
|
+
source: E("选择源单").value
|
|
931
931
|
}, v = {
|
|
932
932
|
user: "id",
|
|
933
933
|
org: "id",
|
|
@@ -937,24 +937,24 @@ const ha = (o, e) => {
|
|
|
937
937
|
supplier: "id",
|
|
938
938
|
source: "code"
|
|
939
939
|
}, c = {
|
|
940
|
-
1:
|
|
941
|
-
2:
|
|
942
|
-
3:
|
|
940
|
+
1: E("正常").value,
|
|
941
|
+
2: E("锁定").value,
|
|
942
|
+
3: E("禁用").value
|
|
943
943
|
}, d = {
|
|
944
|
-
0:
|
|
945
|
-
1:
|
|
944
|
+
0: E("普通").value,
|
|
945
|
+
1: E("管理员").value
|
|
946
946
|
}, C = {
|
|
947
|
-
0:
|
|
948
|
-
1:
|
|
947
|
+
0: E("无效").value,
|
|
948
|
+
1: E("有效").value
|
|
949
949
|
}, g = {
|
|
950
|
-
user:
|
|
950
|
+
user: jt,
|
|
951
951
|
org: ye,
|
|
952
|
-
role:
|
|
952
|
+
role: Kt,
|
|
953
953
|
job: ye,
|
|
954
954
|
post: ye,
|
|
955
955
|
supplier: Wt
|
|
956
956
|
}, h = m[u], r = i({}), y = i([]), D = () => {
|
|
957
|
-
var
|
|
957
|
+
var O, Y;
|
|
958
958
|
u === "supplier" ? (r.value = {
|
|
959
959
|
left: !1,
|
|
960
960
|
content: {
|
|
@@ -1014,14 +1014,14 @@ const ha = (o, e) => {
|
|
|
1014
1014
|
}
|
|
1015
1015
|
}, b()) : r.value = {
|
|
1016
1016
|
left: {
|
|
1017
|
-
api:
|
|
1017
|
+
api: Ot,
|
|
1018
1018
|
params: {
|
|
1019
1019
|
projectId: l,
|
|
1020
1020
|
parentId: l
|
|
1021
1021
|
},
|
|
1022
1022
|
props: {
|
|
1023
1023
|
inputOptions: {
|
|
1024
|
-
placeholder:
|
|
1024
|
+
placeholder: E("搜索组织名称").value
|
|
1025
1025
|
}
|
|
1026
1026
|
}
|
|
1027
1027
|
},
|
|
@@ -1031,7 +1031,7 @@ const ha = (o, e) => {
|
|
|
1031
1031
|
}
|
|
1032
1032
|
}
|
|
1033
1033
|
}, u === "user" && (r.value.content = {
|
|
1034
|
-
api:
|
|
1034
|
+
api: Bt,
|
|
1035
1035
|
searchKey: "groupId",
|
|
1036
1036
|
params: {
|
|
1037
1037
|
status: 1,
|
|
@@ -1041,7 +1041,7 @@ const ha = (o, e) => {
|
|
|
1041
1041
|
data: []
|
|
1042
1042
|
}
|
|
1043
1043
|
}, b()), u === "role" && (r.value.content = {
|
|
1044
|
-
api:
|
|
1044
|
+
api: Et,
|
|
1045
1045
|
searchKey: "orgId",
|
|
1046
1046
|
params: {
|
|
1047
1047
|
status: 1
|
|
@@ -1067,7 +1067,7 @@ const ha = (o, e) => {
|
|
|
1067
1067
|
selectListProps: {
|
|
1068
1068
|
data: []
|
|
1069
1069
|
}
|
|
1070
|
-
}, b()), r.value.content.multiple = u === "supplier" || u === "source" ? !1 : !((Y = (
|
|
1070
|
+
}, b()), r.value.content.multiple = u === "supplier" || u === "source" ? !1 : !((Y = (O = o == null ? void 0 : o.options) == null ? void 0 : O.selector) != null && Y.isSingle);
|
|
1071
1071
|
}, b = async () => {
|
|
1072
1072
|
y.value = [
|
|
1073
1073
|
{
|
|
@@ -1097,7 +1097,7 @@ const ha = (o, e) => {
|
|
|
1097
1097
|
},
|
|
1098
1098
|
{
|
|
1099
1099
|
type: "select",
|
|
1100
|
-
label:
|
|
1100
|
+
label: E("供应商类型").value,
|
|
1101
1101
|
layout: "out",
|
|
1102
1102
|
width: "200px",
|
|
1103
1103
|
closable: !0,
|
|
@@ -1110,24 +1110,24 @@ const ha = (o, e) => {
|
|
|
1110
1110
|
}
|
|
1111
1111
|
];
|
|
1112
1112
|
}, $ = async () => {
|
|
1113
|
-
const
|
|
1113
|
+
const O = {
|
|
1114
1114
|
name: "",
|
|
1115
1115
|
published: 1
|
|
1116
|
-
}, [Y,
|
|
1117
|
-
Y || (y.value[1].options =
|
|
1118
|
-
},
|
|
1116
|
+
}, [Y, j] = await Zt(O).run();
|
|
1117
|
+
Y || (y.value[1].options = j);
|
|
1118
|
+
}, B = () => {
|
|
1119
1119
|
var Y;
|
|
1120
1120
|
w.value = "", p.value = !0;
|
|
1121
|
-
let
|
|
1122
|
-
r.value.content.selectListProps.data = (Y = f == null ? void 0 : f.value) == null ? void 0 : Y.map((
|
|
1121
|
+
let O = v[u];
|
|
1122
|
+
r.value.content.selectListProps.data = (Y = f == null ? void 0 : f.value) == null ? void 0 : Y.map((j) => ({ name: j == null ? void 0 : j.label, [O]: j == null ? void 0 : j.value }));
|
|
1123
1123
|
};
|
|
1124
1124
|
D();
|
|
1125
1125
|
const V = async () => {
|
|
1126
|
-
var
|
|
1126
|
+
var O, Y, j, M, A, P, L, ie, Ne, Le, ze, Me, Te, Re, $e, Pe, Fe;
|
|
1127
1127
|
r.value.content.params = {
|
|
1128
|
-
...(Y = (
|
|
1128
|
+
...(Y = (O = r == null ? void 0 : r.value) == null ? void 0 : O.content) == null ? void 0 : Y.params,
|
|
1129
1129
|
pageIndex: 1
|
|
1130
|
-
}, (u === "user" || u === "org" || u === "post" || u === "role" || u === "job") && (r.value.content.params.name = (
|
|
1130
|
+
}, (u === "user" || u === "org" || u === "post" || u === "role" || u === "job") && (r.value.content.params.name = (j = y == null ? void 0 : y.value[0]) == null ? void 0 : j.value), u === "source" && (r.value.content.params.key = (M = y == null ? void 0 : y.value[0]) == null ? void 0 : M.value), u === "supplier" && (r.value.content.params.querys = [
|
|
1131
1131
|
{
|
|
1132
1132
|
property: "orgId",
|
|
1133
1133
|
value: l,
|
|
@@ -1162,8 +1162,8 @@ const ha = (o, e) => {
|
|
|
1162
1162
|
};
|
|
1163
1163
|
N(
|
|
1164
1164
|
() => p == null ? void 0 : p.value,
|
|
1165
|
-
(
|
|
1166
|
-
|
|
1165
|
+
(O) => {
|
|
1166
|
+
O || z();
|
|
1167
1167
|
}
|
|
1168
1168
|
);
|
|
1169
1169
|
const z = async () => {
|
|
@@ -1179,27 +1179,27 @@ const ha = (o, e) => {
|
|
|
1179
1179
|
userStatusMap: c,
|
|
1180
1180
|
roleTypeMap: d,
|
|
1181
1181
|
roleStatusMap: C,
|
|
1182
|
-
openDialog:
|
|
1183
|
-
confirm: (
|
|
1184
|
-
var
|
|
1182
|
+
openDialog: B,
|
|
1183
|
+
confirm: (O) => {
|
|
1184
|
+
var j;
|
|
1185
1185
|
let Y = v[u];
|
|
1186
|
-
f.value =
|
|
1186
|
+
f.value = O == null ? void 0 : O.map((M) => ({ label: (M == null ? void 0 : M.name) || (M == null ? void 0 : M.code), value: M[Y] })), u === "supplier" && (n.value = (j = O[0]) == null ? void 0 : j.linkmanPhone);
|
|
1187
1187
|
},
|
|
1188
|
-
getDetail: async (
|
|
1189
|
-
if (!
|
|
1188
|
+
getDetail: async (O) => {
|
|
1189
|
+
if (!O) return;
|
|
1190
1190
|
const Y = g[u];
|
|
1191
|
-
let
|
|
1192
|
-
const M =
|
|
1191
|
+
let j = {};
|
|
1192
|
+
const M = O == null ? void 0 : O.split(",");
|
|
1193
1193
|
if (u === "source") {
|
|
1194
1194
|
f.value = [
|
|
1195
1195
|
{
|
|
1196
|
-
label:
|
|
1197
|
-
value:
|
|
1196
|
+
label: O,
|
|
1197
|
+
value: O
|
|
1198
1198
|
}
|
|
1199
1199
|
];
|
|
1200
1200
|
return;
|
|
1201
|
-
} else u === "user" ?
|
|
1202
|
-
const [A, P] = await Y(
|
|
1201
|
+
} else u === "user" ? j.userIds = M : u === "role" ? j.ids = M : u === "supplier" ? j.id = M : j = M;
|
|
1202
|
+
const [A, P] = await Y(j).run();
|
|
1203
1203
|
A || (u === "supplier" ? f.value = [
|
|
1204
1204
|
{
|
|
1205
1205
|
label: (P == null ? void 0 : P.name) || (P == null ? void 0 : P.code),
|
|
@@ -1225,7 +1225,7 @@ const ha = (o, e) => {
|
|
|
1225
1225
|
let s = {
|
|
1226
1226
|
pageSize: 1e4,
|
|
1227
1227
|
pageIndex: 1,
|
|
1228
|
-
projectId:
|
|
1228
|
+
projectId: Ee().id,
|
|
1229
1229
|
//项目id
|
|
1230
1230
|
spaceId: ""
|
|
1231
1231
|
// orgId:getProjectInfo().id
|
|
@@ -1288,25 +1288,25 @@ const ha = (o, e) => {
|
|
|
1288
1288
|
roleStatusMap: b,
|
|
1289
1289
|
openDialog: R,
|
|
1290
1290
|
confirm: $,
|
|
1291
|
-
getDetail:
|
|
1291
|
+
getDetail: B,
|
|
1292
1292
|
searchData: V,
|
|
1293
1293
|
searchOptions: z,
|
|
1294
1294
|
linkmanPhone: q
|
|
1295
|
-
} = Sa(e.setting, u, s), { spacePath: W, spaceName: ae, searchSpace: X, changeSpace: Z, spaceLoad: de, filterSpaceTree: ce, getSpaceDetail:
|
|
1295
|
+
} = Sa(e.setting, u, s), { spacePath: W, spaceName: ae, searchSpace: X, changeSpace: Z, spaceLoad: de, filterSpaceTree: ce, getSpaceDetail: O } = Na(), Y = i(!1);
|
|
1296
1296
|
H(e.setting.options.validateList).then((M) => {
|
|
1297
1297
|
Y.value = M;
|
|
1298
1298
|
});
|
|
1299
|
-
const
|
|
1300
|
-
return e.setting.options.tip && (
|
|
1299
|
+
const j = i();
|
|
1300
|
+
return e.setting.options.tip && (j.value = J(e.setting.options.tip)), e.setting.options.validateList.length && f(e.setting.name, e.setting.options.validateList), h == "position" ? (s.value = p(e.setting.name) ? p(e.setting.name) : s.value, s.value && O(s.value), s.value || l(e.setting.name, null), N(s, (M) => {
|
|
1301
1301
|
l(e.setting.name, M);
|
|
1302
1302
|
}), N(ae, (M) => {
|
|
1303
1303
|
l(e.setting.options.selector.type.positionName, M);
|
|
1304
|
-
})) : h == "supplier" ? (s.value = p(e.setting.name) ? [p(e.setting.name)] : [s.value], s.value &&
|
|
1304
|
+
})) : h == "supplier" ? (s.value = p(e.setting.name) ? [p(e.setting.name)] : [s.value], s.value && B(p(e.setting.name)), N(s, (M) => {
|
|
1305
1305
|
l(e.setting.name, M == null ? void 0 : M.toString());
|
|
1306
1306
|
}), N(q, (M) => {
|
|
1307
1307
|
var A, P, L, ie;
|
|
1308
1308
|
((ie = (L = (P = (A = e == null ? void 0 : e.setting) == null ? void 0 : A.options) == null ? void 0 : P.selector) == null ? void 0 : L.type) == null ? void 0 : ie.supplierPhone) !== void 0 && l(e.setting.options.selector.type.supplierPhone, M);
|
|
1309
|
-
})) : (s.value = p(e.setting.name) ? p(e.setting.name) : s.value, s.value &&
|
|
1309
|
+
})) : (s.value = p(e.setting.name) ? p(e.setting.name) : s.value, s.value && B(s.value), s.value.length || l(e.setting.name, null), N(r, (M) => {
|
|
1310
1310
|
s.value = M.map((A) => A.value).toString(), l(e.setting.name, s.value);
|
|
1311
1311
|
})), (M, A) => (k(), x(ee, null, [
|
|
1312
1312
|
m.value && a(h) != "position" ? (k(), F(a(U), {
|
|
@@ -1318,7 +1318,7 @@ const ha = (o, e) => {
|
|
|
1318
1318
|
label: M.setting.desc,
|
|
1319
1319
|
type: "inputDialogSelect",
|
|
1320
1320
|
options: a(r),
|
|
1321
|
-
helpMessage:
|
|
1321
|
+
helpMessage: j.value,
|
|
1322
1322
|
isView: e.isView,
|
|
1323
1323
|
disabled: a(v),
|
|
1324
1324
|
required: Y.value,
|
|
@@ -1340,7 +1340,7 @@ const ha = (o, e) => {
|
|
|
1340
1340
|
((P = a(z)) == null ? void 0 : P.length) > 0 ? {
|
|
1341
1341
|
name: "table-header-search",
|
|
1342
1342
|
fn: T(() => [
|
|
1343
|
-
|
|
1343
|
+
Be("div", La, [
|
|
1344
1344
|
S(a(Dt), {
|
|
1345
1345
|
labelLength: "6",
|
|
1346
1346
|
options: a(z),
|
|
@@ -1559,7 +1559,7 @@ const ha = (o, e) => {
|
|
|
1559
1559
|
];
|
|
1560
1560
|
}),
|
|
1561
1561
|
_: 1
|
|
1562
|
-
}, 8, ["col", "modelValue", "prop", "label", "options", "helpMessage", "isView", "disabled", "required", "placeholder", "onOpenDialog"])) :
|
|
1562
|
+
}, 8, ["col", "modelValue", "prop", "label", "options", "helpMessage", "isView", "disabled", "required", "placeholder", "onOpenDialog"])) : K("", !0),
|
|
1563
1563
|
m.value && a(h) == "position" ? (k(), F(a(U), {
|
|
1564
1564
|
key: 1,
|
|
1565
1565
|
col: e.span,
|
|
@@ -1568,7 +1568,7 @@ const ha = (o, e) => {
|
|
|
1568
1568
|
type: "treeSelect",
|
|
1569
1569
|
"node-key": "id",
|
|
1570
1570
|
showFullPath: !0,
|
|
1571
|
-
helpMessage:
|
|
1571
|
+
helpMessage: j.value,
|
|
1572
1572
|
placeholder: M.setting.options.placeholder,
|
|
1573
1573
|
required: Y.value,
|
|
1574
1574
|
modelValue: s.value,
|
|
@@ -1586,7 +1586,7 @@ const ha = (o, e) => {
|
|
|
1586
1586
|
label: "name"
|
|
1587
1587
|
},
|
|
1588
1588
|
onChange: a(Z)
|
|
1589
|
-
}, null, 8, ["col", "label", "prop", "helpMessage", "placeholder", "required", "modelValue", "keyword", "path", "isView", "disabled", "load", "search", "onChange"])) :
|
|
1589
|
+
}, null, 8, ["col", "label", "prop", "helpMessage", "placeholder", "required", "modelValue", "keyword", "path", "isView", "disabled", "load", "search", "onChange"])) : K("", !0)
|
|
1590
1590
|
], 64));
|
|
1591
1591
|
}
|
|
1592
1592
|
}), Ta = /* @__PURE__ */ fe(Ma, [["__scopeId", "data-v-76614098"]]), at = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -1647,7 +1647,7 @@ const ha = (o, e) => {
|
|
|
1647
1647
|
}, {
|
|
1648
1648
|
default: T(() => [
|
|
1649
1649
|
n.value ? (k(), x("div", Ra, [
|
|
1650
|
-
S(a(
|
|
1650
|
+
S(a(je), {
|
|
1651
1651
|
modelValue: n.value,
|
|
1652
1652
|
"onUpdate:modelValue": g[0] || (g[0] = (h) => n.value = h),
|
|
1653
1653
|
status: c.value,
|
|
@@ -1657,14 +1657,14 @@ const ha = (o, e) => {
|
|
|
1657
1657
|
])) : (k(), x("div", $a, "-"))
|
|
1658
1658
|
]),
|
|
1659
1659
|
_: 1
|
|
1660
|
-
}, 8, ["modelValue", "prop", "label", "helpMessage", "required", "col"])) :
|
|
1660
|
+
}, 8, ["modelValue", "prop", "label", "helpMessage", "required", "col"])) : K("", !0);
|
|
1661
1661
|
}
|
|
1662
1662
|
}), Ia = /* @__PURE__ */ fe(Fa, [["__scopeId", "data-v-b30e3d77"]]), nt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1663
1663
|
__proto__: null,
|
|
1664
1664
|
default: Ia
|
|
1665
1665
|
}, Symbol.toStringTag, { value: "Module" })), qa = {
|
|
1666
1666
|
name: "switch"
|
|
1667
|
-
},
|
|
1667
|
+
}, Oa = /* @__PURE__ */ Q({
|
|
1668
1668
|
...qa,
|
|
1669
1669
|
props: {
|
|
1670
1670
|
setting: { default: () => ({
|
|
@@ -1713,15 +1713,15 @@ const ha = (o, e) => {
|
|
|
1713
1713
|
disabled: a(m),
|
|
1714
1714
|
required: v.value,
|
|
1715
1715
|
isView: e.isView
|
|
1716
|
-
}, null, 8, ["col", "modelValue", "label", "prop", "activeValue", "inactiveValue", "activeText", "inactiveText", "helpMessage", "disabled", "required", "isView"])) :
|
|
1716
|
+
}, null, 8, ["col", "modelValue", "label", "prop", "activeValue", "inactiveValue", "activeText", "inactiveText", "helpMessage", "disabled", "required", "isView"])) : K("", !0);
|
|
1717
1717
|
}
|
|
1718
1718
|
}), st = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1719
1719
|
__proto__: null,
|
|
1720
|
-
default:
|
|
1721
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1720
|
+
default: Oa
|
|
1721
|
+
}, Symbol.toStringTag, { value: "Module" })), Ba = {
|
|
1722
1722
|
name: "text"
|
|
1723
|
-
},
|
|
1724
|
-
...
|
|
1723
|
+
}, ja = /* @__PURE__ */ Q({
|
|
1724
|
+
...Ba,
|
|
1725
1725
|
props: {
|
|
1726
1726
|
setting: { default: () => ({
|
|
1727
1727
|
icon: "",
|
|
@@ -1757,22 +1757,22 @@ const ha = (o, e) => {
|
|
|
1757
1757
|
helpMessage: m.value
|
|
1758
1758
|
}, {
|
|
1759
1759
|
default: T(() => [
|
|
1760
|
-
S(a(
|
|
1760
|
+
S(a(Ke), {
|
|
1761
1761
|
type: "text",
|
|
1762
1762
|
modelValue: n.value,
|
|
1763
1763
|
"onUpdate:modelValue": c[0] || (c[0] = (d) => n.value = d)
|
|
1764
1764
|
}, null, 8, ["modelValue"])
|
|
1765
1765
|
]),
|
|
1766
1766
|
_: 1
|
|
1767
|
-
}, 8, ["col", "modelValue", "label", "helpMessage"])) :
|
|
1767
|
+
}, 8, ["col", "modelValue", "label", "helpMessage"])) : K("", !0);
|
|
1768
1768
|
}
|
|
1769
1769
|
}), ot = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1770
1770
|
__proto__: null,
|
|
1771
|
-
default:
|
|
1772
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1771
|
+
default: ja
|
|
1772
|
+
}, Symbol.toStringTag, { value: "Module" })), Ea = {
|
|
1773
1773
|
name: "textarea"
|
|
1774
|
-
},
|
|
1775
|
-
...
|
|
1774
|
+
}, Ka = /* @__PURE__ */ Q({
|
|
1775
|
+
...Ea,
|
|
1776
1776
|
props: {
|
|
1777
1777
|
setting: { default: () => ({
|
|
1778
1778
|
icon: "",
|
|
@@ -1825,7 +1825,7 @@ const ha = (o, e) => {
|
|
|
1825
1825
|
"show-word-limit": "",
|
|
1826
1826
|
helpMessage: c.value,
|
|
1827
1827
|
required: v.value
|
|
1828
|
-
}, null, 8, ["col", "label", "modelValue", "prop", "placeholder", "disabled", "isView", "helpMessage", "required"])) :
|
|
1828
|
+
}, null, 8, ["col", "label", "modelValue", "prop", "placeholder", "disabled", "isView", "helpMessage", "required"])) : K("", !0),
|
|
1829
1829
|
g.setting.options.isEditor && s.value ? (k(), F(a(U), {
|
|
1830
1830
|
key: 1,
|
|
1831
1831
|
modelValue: n.value,
|
|
@@ -1839,7 +1839,7 @@ const ha = (o, e) => {
|
|
|
1839
1839
|
readOnly: e.isView
|
|
1840
1840
|
}, {
|
|
1841
1841
|
default: T(() => [
|
|
1842
|
-
S(a(
|
|
1842
|
+
S(a(Ke), {
|
|
1843
1843
|
ref: "editor",
|
|
1844
1844
|
width: d.value,
|
|
1845
1845
|
height: C.value,
|
|
@@ -1849,12 +1849,12 @@ const ha = (o, e) => {
|
|
|
1849
1849
|
}, null, 8, ["width", "height", "modelValue", "placeholder"])
|
|
1850
1850
|
]),
|
|
1851
1851
|
_: 1
|
|
1852
|
-
}, 8, ["modelValue", "prop", "contentWidth", "label", "helpMessage", "required", "readOnly"])) :
|
|
1852
|
+
}, 8, ["modelValue", "prop", "contentWidth", "label", "helpMessage", "required", "readOnly"])) : K("", !0)
|
|
1853
1853
|
], 64));
|
|
1854
1854
|
}
|
|
1855
1855
|
}), lt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1856
1856
|
__proto__: null,
|
|
1857
|
-
default:
|
|
1857
|
+
default: Ka
|
|
1858
1858
|
}, Symbol.toStringTag, { value: "Module" })), Aa = {
|
|
1859
1859
|
name: "time"
|
|
1860
1860
|
}, Qa = /* @__PURE__ */ Q({
|
|
@@ -1903,7 +1903,7 @@ const ha = (o, e) => {
|
|
|
1903
1903
|
isView: e.isView,
|
|
1904
1904
|
required: v.value,
|
|
1905
1905
|
disabled: a(m)
|
|
1906
|
-
}, null, 8, ["col", "modelValue", "prop", "label", "helpMessage", "isView", "required", "disabled"])) :
|
|
1906
|
+
}, null, 8, ["col", "modelValue", "prop", "label", "helpMessage", "isView", "required", "disabled"])) : K("", !0);
|
|
1907
1907
|
}
|
|
1908
1908
|
}), it = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1909
1909
|
__proto__: null,
|
|
@@ -2147,7 +2147,7 @@ const Xa = { ...rt, ...ut }, en = (o, e, t, l) => {
|
|
|
2147
2147
|
setFormRule: (D, b) => {
|
|
2148
2148
|
w.value[D] = [], b && b.length && b.forEach((R) => {
|
|
2149
2149
|
w.value[D].push({
|
|
2150
|
-
validator: ($,
|
|
2150
|
+
validator: ($, B, V) => yn[R.key]($, B, V, R)
|
|
2151
2151
|
});
|
|
2152
2152
|
});
|
|
2153
2153
|
},
|
|
@@ -2208,7 +2208,7 @@ const Xa = { ...rt, ...ut }, en = (o, e, t, l) => {
|
|
|
2208
2208
|
}), e({
|
|
2209
2209
|
validateFormData: b,
|
|
2210
2210
|
clearData: w
|
|
2211
|
-
}), ($,
|
|
2211
|
+
}), ($, B) => (k(), x("div", _n, [
|
|
2212
2212
|
a(C).length > 0 ? (k(), x("div", wn, [
|
|
2213
2213
|
(k(!0), x(ee, null, ue(a(C), (V) => (k(), F(a(ht), {
|
|
2214
2214
|
key: V.id,
|
|
@@ -2221,7 +2221,7 @@ const Xa = { ...rt, ...ut }, en = (o, e, t, l) => {
|
|
|
2221
2221
|
]),
|
|
2222
2222
|
_: 2
|
|
2223
2223
|
}, 1032, ["onClick"]))), 128))
|
|
2224
|
-
])) :
|
|
2224
|
+
])) : K("", !0),
|
|
2225
2225
|
mt((k(), x("div", {
|
|
2226
2226
|
class: "content-box",
|
|
2227
2227
|
style: vt({ margin: "0 10px", ...$.customStyle })
|
|
@@ -2237,7 +2237,7 @@ const Xa = { ...rt, ...ut }, en = (o, e, t, l) => {
|
|
|
2237
2237
|
}, {
|
|
2238
2238
|
default: T(() => [
|
|
2239
2239
|
(k(), F(a(Qe), {
|
|
2240
|
-
key: V.
|
|
2240
|
+
key: V.key,
|
|
2241
2241
|
header: V.columns[0].span
|
|
2242
2242
|
}, {
|
|
2243
2243
|
default: T(() => [
|
|
@@ -2270,7 +2270,7 @@ const Xa = { ...rt, ...ut }, en = (o, e, t, l) => {
|
|
|
2270
2270
|
], 64))), 128))
|
|
2271
2271
|
]),
|
|
2272
2272
|
_: 2
|
|
2273
|
-
}, 1032, ["rules", "form"])) :
|
|
2273
|
+
}, 1032, ["rules", "form"])) : K("", !0)
|
|
2274
2274
|
]),
|
|
2275
2275
|
_: 2
|
|
2276
2276
|
}, 1032, ["header"]))
|
|
@@ -2296,7 +2296,7 @@ const Xa = { ...rt, ...ut }, en = (o, e, t, l) => {
|
|
|
2296
2296
|
}, null, 8, ["setting", "isView", "store"]))
|
|
2297
2297
|
]),
|
|
2298
2298
|
_: 2
|
|
2299
|
-
}, 1032, ["rules", "form"])) :
|
|
2299
|
+
}, 1032, ["rules", "form"])) : K("", !0)
|
|
2300
2300
|
]))
|
|
2301
2301
|
], 64))), 128))
|
|
2302
2302
|
], 4)), [
|
|
@@ -2304,7 +2304,7 @@ const Xa = { ...rt, ...ut }, en = (o, e, t, l) => {
|
|
|
2304
2304
|
])
|
|
2305
2305
|
]));
|
|
2306
2306
|
}
|
|
2307
|
-
}), Vn = /* @__PURE__ */ fe(Dn, [["__scopeId", "data-v-
|
|
2307
|
+
}), Vn = /* @__PURE__ */ fe(Dn, [["__scopeId", "data-v-ce01ee82"]]), kn = {
|
|
2308
2308
|
姓名: { "zh-CN": "姓名", en: "Name", _appCode: "framework" },
|
|
2309
2309
|
状态: { "zh-CN": "状态", en: "Status", _appCode: "framework" },
|
|
2310
2310
|
组织名称: { "zh-CN": "组织名称", en: "Organization Name", _appCode: "framework" },
|