@das-fed/ui 6.4.0-test.5.1 → 6.4.0-test.6
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/device-panel/index.js +37113 -36843
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/device-panel/src/apis.d.ts +0 -2
- package/packages/business-components/device-panel/style.css +1 -1
- package/packages/business-components/device-panel/style.css.gz +0 -0
- package/packages/business-components/import-button/i18n/index.d.ts +16 -6
- package/packages/business-components/import-button/index.js +147 -141
- package/packages/business-components/import-button/index.js.gz +0 -0
- package/packages/business-components/import-button/style.css +1 -1
- package/packages/business-components/process-configuration/i18n/index.d.ts +5 -0
- package/packages/business-components/process-configuration/index.js +2 -1
- package/packages/business-components/process-configuration/index.js.gz +0 -0
- package/packages/business-components/process-configuration/src/hooks/useDeleteDialog.d.ts +2 -3
- package/packages/business-components/process-form/index.js +64 -63
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-form/style.css +1 -1
- package/packages/business-components/process-search-form/index.js +56 -56
- package/packages/business-components/process-search-form/index.js.gz +0 -0
- package/packages/business-components/process-table/index.js +539 -528
- package/packages/business-components/process-table/index.js.gz +0 -0
- package/packages/components/autocomplete/index.d.ts +13 -4
- package/packages/components/autocomplete/index.js +135 -122
- package/packages/components/autocomplete/index.js.gz +0 -0
- package/packages/components/autocomplete/src/index.vue.d.ts +2 -1
- package/packages/components/autocomplete/src/type.d.ts +4 -1
- package/packages/components/autocomplete/style.css +1 -1
- package/packages/components/autocomplete/style.css.gz +0 -0
- package/packages/components/cascader/index.js +41 -40
- package/packages/components/cascader/index.js.gz +0 -0
- package/packages/components/cascader/style.css +1 -1
- package/packages/components/cascader/style.css.gz +0 -0
- package/packages/components/date-picker/index.js +238 -237
- 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/edit-table/index.d.ts +9 -9
- package/packages/components/edit-table/index.js +2010 -1658
- package/packages/components/edit-table/index.js.gz +0 -0
- package/packages/components/edit-table/src/hooks/use-validator.d.ts +9 -3
- package/packages/components/edit-table/src/index.vue.d.ts +1 -1
- package/packages/components/edit-table/src/type.d.ts +13 -0
- package/packages/components/edit-table/src/utils.d.ts +9 -5
- package/packages/components/edit-table/style.css +1 -1
- package/packages/components/edit-table/style.css.gz +0 -0
- package/packages/components/form-item/index.js +3 -3
- package/packages/components/form-item/index.js.gz +0 -0
- package/packages/components/input/index.js +103 -102
- 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 +18 -18
- 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 +63 -63
- package/packages/components/input-number/index.js.gz +0 -0
- package/packages/components/input-number/src/App.vue.d.ts +1 -3
- package/packages/components/input-number/style.css +1 -1
- package/packages/components/input-number/style.css.gz +0 -0
- package/packages/components/map/index.js +388 -385
- package/packages/components/map/index.js.gz +0 -0
- package/packages/components/menu-aside/index.js +680 -606
- package/packages/components/menu-aside/index.js.gz +0 -0
- package/packages/components/search-form/i18n/index.d.ts +5 -0
- package/packages/components/search-form/index.js +44 -43
- 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/select/index.js +213 -213
- package/packages/components/select/index.js.gz +0 -0
- package/packages/components/select/style.css +1 -1
- package/packages/components/select/style.css.gz +0 -0
- package/packages/components/select-list/index.d.ts +23 -3
- package/packages/components/select-list/index.js +599 -565
- package/packages/components/select-list/index.js.gz +0 -0
- package/packages/components/select-list/src/Index.vue.d.ts +9 -1
- package/packages/components/select-list/src/hooks/use-select-list.d.ts +2 -0
- package/packages/components/select-list/src/type.d.ts +22 -4
- package/packages/components/select-list/style.css +1 -1
- package/packages/components/select-list/style.css.gz +0 -0
- package/packages/components/special-range-picker-month/index.js +3 -3
- package/packages/components/special-range-picker-month/index.js.gz +0 -0
- package/packages/components/special-range-picker-year/index.js +42 -42
- package/packages/components/special-range-picker-year/index.js.gz +0 -0
- package/packages/components/table/i18n/index.d.ts +0 -20
- package/packages/components/table/index.js +0 -4
- 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/text-tooltip/index.js +660 -651
- package/packages/components/text-tooltip/index.js.gz +0 -0
- package/packages/components/text-tooltip/src/type.d.ts +1 -62
- package/packages/components/tree/index.js +222 -222
- package/packages/components/tree/index.js.gz +0 -0
- package/packages/components/tree/src/type.d.ts +1 -0
- package/packages/components/tree-select/index.js +374 -345
- package/packages/components/tree-select/index.js.gz +0 -0
- package/packages/components/tree-select/src/App.vue.d.ts +1 -0
- package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +2 -1
- package/packages/components/tree-select/src/type.d.ts +3 -0
- package/packages/components/tree-select/style.css +1 -1
- package/packages/components/tree-select/style.css.gz +0 -0
|
@@ -79,7 +79,7 @@ const X = "v1", O = Q(`/workflow/flow/def/${X}`), he = Q(`/workflow/runtime/inst
|
|
|
79
79
|
ids: h,
|
|
80
80
|
project: f
|
|
81
81
|
}, [b, z] = await ze(w).run();
|
|
82
|
-
b || (m.value = !1, B.success("删除成功"));
|
|
82
|
+
b || (m.value = !1, B.success(o("删除成功")));
|
|
83
83
|
}, cancelDelete: () => m.value = !1 };
|
|
84
84
|
}, Ke = { class: "das-process-configuration" }, Se = { class: "table-box" }, Pe = { class: "table-top" }, Te = { class: "operate" }, Re = { class: "table-content" }, $e = { class: "form-content" }, je = { class: "delete-dialog" }, qe = { class: "delete-text" }, Fe = { class: "delete-info-box" }, Le = {
|
|
85
85
|
key: 0,
|
|
@@ -513,6 +513,7 @@ const X = "v1", O = Q(`/workflow/flow/def/${X}`), he = Q(`/workflow/runtime/inst
|
|
|
513
513
|
}, Oe = /* @__PURE__ */ Ae(Be, [["__scopeId", "data-v-db81dcd7"]]), Ee = {
|
|
514
514
|
必填: { "zh-CN": "必填", en: "Required", _appCode: "framework" },
|
|
515
515
|
复制成功: { "zh-CN": "复制成功", en: "Copy Successful", _appCode: "framework" },
|
|
516
|
+
删除成功: { "zh-CN": "删除成功", en: "Delete Successful", _appCode: "framework" },
|
|
516
517
|
添加: { "zh-CN": "添加", en: "Add", _appCode: "framework" },
|
|
517
518
|
流程名称: { "zh-CN": "流程名称", en: "Process Name", _appCode: "framework" },
|
|
518
519
|
流程: { "zh-CN": "流程", en: "Process", _appCode: "framework" },
|
|
Binary file
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { Ref } from 'vue';
|
|
2
1
|
import { InstanceCounType } from './type';
|
|
3
2
|
export declare const useDeleteDialog: () => {
|
|
4
|
-
deleteDialogShow: Ref<boolean, boolean>;
|
|
5
|
-
instanceCount: Ref<{
|
|
3
|
+
deleteDialogShow: import("vue").Ref<boolean, boolean>;
|
|
4
|
+
instanceCount: import("vue").Ref<{
|
|
6
5
|
runningCount: number;
|
|
7
6
|
totalCount: number;
|
|
8
7
|
proc_def_key_: string;
|
|
@@ -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 l, defineComponent as E, watch as N, openBlock as V, createBlock as
|
|
3
|
+
import { ref as l, defineComponent as E, watch as N, openBlock as V, createBlock as F, 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
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";
|
|
@@ -13,7 +13,7 @@ import { DasImageViewer as Be } from "@das-fed/ui/packages/components/image-view
|
|
|
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
15
|
import { i18n as B, t as D, setI18nRule as wt } from "@das-fed/web/packages/i18n/index";
|
|
16
|
-
import { DasTableColumn as
|
|
16
|
+
import { DasTableColumn as I } 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
19
|
import { getProjectInfo as Oe } from "@das-fed/utils/common-info";
|
|
@@ -42,8 +42,8 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
42
42
|
const [$, Y] = await $t({ formDefId: R.defId }).run();
|
|
43
43
|
await b(), d.value = JSON.parse(Y.value.expand).list, d.value.forEach((W) => {
|
|
44
44
|
W.columns && W.columns[0].isOpen && v.value.push(W.columns[0].idKey);
|
|
45
|
-
}), u.value = { ...u.value, ...n.disabledData }, c.value.length || i(R.formKey, be.value),
|
|
46
|
-
C.value = { ...C.value, ...n.showData };
|
|
45
|
+
}), u.value = { ...u.value, ...n.disabledData }, c.value.length || i(R.formKey, be.value), setTimeout(() => {
|
|
46
|
+
C.value = { ...C.value, ...n.showData }, p(n.data) && (r.value = !0), p(n.data) || (s(n.data), n.flowKey && (m.value = n.data.button_list ? JSON.parse(n.data.button_list) : []), r.value = !0);
|
|
47
47
|
}, 50);
|
|
48
48
|
}, f = async () => {
|
|
49
49
|
if (n.formConfigurationId) {
|
|
@@ -130,7 +130,7 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
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(), F(a(A), {
|
|
134
134
|
key: 0,
|
|
135
135
|
col: e.span,
|
|
136
136
|
label: c.setting.desc,
|
|
@@ -190,7 +190,7 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
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(), F(a(A), {
|
|
194
194
|
key: 0,
|
|
195
195
|
col: e.span,
|
|
196
196
|
prop: e.setting.name,
|
|
@@ -263,7 +263,7 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
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(), F(a(A), {
|
|
267
267
|
key: 0,
|
|
268
268
|
col: e.span,
|
|
269
269
|
modelValue: v.value,
|
|
@@ -327,7 +327,7 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
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(), F(a(A), {
|
|
331
331
|
key: 0,
|
|
332
332
|
col: e.span,
|
|
333
333
|
modelValue: _.value,
|
|
@@ -389,7 +389,7 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
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(), F(a(A), {
|
|
393
393
|
key: 0,
|
|
394
394
|
col: e.span,
|
|
395
395
|
modelValue: b.value,
|
|
@@ -466,7 +466,7 @@ const Ft = Nt.get("/getBindRelationByDefKey"), It = Lt.get("/getByAlias"), qt =
|
|
|
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(), F(a(A), {
|
|
470
470
|
key: 0,
|
|
471
471
|
modelValue: r.value,
|
|
472
472
|
"onUpdate:modelValue": p[2] || (p[2] = (o) => r.value = o),
|
|
@@ -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(), F(a(A), {
|
|
615
615
|
key: 0,
|
|
616
616
|
col: e.span,
|
|
617
617
|
prop: e.setting.name,
|
|
@@ -662,7 +662,7 @@ const fa = (n, e) => {
|
|
|
662
662
|
_: 1
|
|
663
663
|
/* STABLE */
|
|
664
664
|
}, 8, ["col", "prop", "modelValue", "label", "helpMessage", "required"])) : q("v-if", !0),
|
|
665
|
-
d.value && (!c.value || !e.isView) ? (V(),
|
|
665
|
+
d.value && (!c.value || !e.isView) ? (V(), F(a(A), {
|
|
666
666
|
key: 1,
|
|
667
667
|
col: e.span,
|
|
668
668
|
modelValue: p.value,
|
|
@@ -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(), F(a(A), {
|
|
737
737
|
key: 0,
|
|
738
738
|
col: e.span,
|
|
739
739
|
modelValue: d.value,
|
|
@@ -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(), F(a(A), {
|
|
811
811
|
key: 0,
|
|
812
812
|
onChange: p,
|
|
813
813
|
col: e.span,
|
|
@@ -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(), F(a(A), {
|
|
916
916
|
key: 0,
|
|
917
917
|
col: e.span,
|
|
918
918
|
modelValue: p.value,
|
|
@@ -1339,7 +1339,7 @@ const fa = (n, e) => {
|
|
|
1339
1339
|
G,
|
|
1340
1340
|
null,
|
|
1341
1341
|
[
|
|
1342
|
-
h.value && a(p) != "position" ? (V(),
|
|
1342
|
+
h.value && a(p) != "position" ? (V(), F(a(A), {
|
|
1343
1343
|
key: 0,
|
|
1344
1344
|
col: e.span,
|
|
1345
1345
|
modelValue: c.value,
|
|
@@ -1387,15 +1387,15 @@ const fa = (n, e) => {
|
|
|
1387
1387
|
a(p) === "user" ? {
|
|
1388
1388
|
name: "table-column",
|
|
1389
1389
|
fn: z(() => [
|
|
1390
|
-
S(a(
|
|
1390
|
+
S(a(I), {
|
|
1391
1391
|
label: a(D)("姓名"),
|
|
1392
1392
|
prop: "name"
|
|
1393
1393
|
}, null, 8, ["label"]),
|
|
1394
|
-
S(a(
|
|
1394
|
+
S(a(I), {
|
|
1395
1395
|
label: a(D)("账号"),
|
|
1396
1396
|
prop: "userName"
|
|
1397
1397
|
}, null, 8, ["label"]),
|
|
1398
|
-
S(a(
|
|
1398
|
+
S(a(I), {
|
|
1399
1399
|
label: a(D)("手机号"),
|
|
1400
1400
|
prop: "sensitivePhone"
|
|
1401
1401
|
}, {
|
|
@@ -1419,7 +1419,7 @@ const fa = (n, e) => {
|
|
|
1419
1419
|
_: 1
|
|
1420
1420
|
/* STABLE */
|
|
1421
1421
|
}, 8, ["label"]),
|
|
1422
|
-
S(a(
|
|
1422
|
+
S(a(I), {
|
|
1423
1423
|
label: a(D)("状态")
|
|
1424
1424
|
}, {
|
|
1425
1425
|
default: z(({ row: L }) => [
|
|
@@ -1438,15 +1438,15 @@ const fa = (n, e) => {
|
|
|
1438
1438
|
a(p) === "org" ? {
|
|
1439
1439
|
name: "table-column",
|
|
1440
1440
|
fn: z(() => [
|
|
1441
|
-
S(a(
|
|
1441
|
+
S(a(I), {
|
|
1442
1442
|
label: a(D)("组织名称"),
|
|
1443
1443
|
prop: "name"
|
|
1444
1444
|
}, null, 8, ["label"]),
|
|
1445
|
-
S(a(
|
|
1445
|
+
S(a(I), {
|
|
1446
1446
|
label: a(D)("组织编码"),
|
|
1447
1447
|
prop: "code"
|
|
1448
1448
|
}, null, 8, ["label"]),
|
|
1449
|
-
S(a(
|
|
1449
|
+
S(a(I), {
|
|
1450
1450
|
label: a(D)("组织类型"),
|
|
1451
1451
|
prop: "typeName"
|
|
1452
1452
|
}, null, 8, ["label"])
|
|
@@ -1456,11 +1456,11 @@ const fa = (n, e) => {
|
|
|
1456
1456
|
a(p) === "role" ? {
|
|
1457
1457
|
name: "table-column",
|
|
1458
1458
|
fn: z(() => [
|
|
1459
|
-
S(a(
|
|
1459
|
+
S(a(I), {
|
|
1460
1460
|
label: a(D)("角色名称"),
|
|
1461
1461
|
prop: "name"
|
|
1462
1462
|
}, null, 8, ["label"]),
|
|
1463
|
-
S(a(
|
|
1463
|
+
S(a(I), {
|
|
1464
1464
|
label: a(D)("角色类型")
|
|
1465
1465
|
}, {
|
|
1466
1466
|
default: z(({ row: L }) => [
|
|
@@ -1473,7 +1473,7 @@ const fa = (n, e) => {
|
|
|
1473
1473
|
_: 1
|
|
1474
1474
|
/* STABLE */
|
|
1475
1475
|
}, 8, ["label"]),
|
|
1476
|
-
S(a(
|
|
1476
|
+
S(a(I), {
|
|
1477
1477
|
label: a(D)("角色状态")
|
|
1478
1478
|
}, {
|
|
1479
1479
|
default: z(({ row: L }) => [
|
|
@@ -1492,15 +1492,15 @@ const fa = (n, e) => {
|
|
|
1492
1492
|
a(p) === "job" ? {
|
|
1493
1493
|
name: "table-column",
|
|
1494
1494
|
fn: z(() => [
|
|
1495
|
-
S(a(
|
|
1495
|
+
S(a(I), {
|
|
1496
1496
|
label: a(D)("职务名称"),
|
|
1497
1497
|
prop: "name"
|
|
1498
1498
|
}, null, 8, ["label"]),
|
|
1499
|
-
S(a(
|
|
1499
|
+
S(a(I), {
|
|
1500
1500
|
label: a(D)("职务编码"),
|
|
1501
1501
|
prop: "code"
|
|
1502
1502
|
}, null, 8, ["label"]),
|
|
1503
|
-
S(a(
|
|
1503
|
+
S(a(I), {
|
|
1504
1504
|
label: a(D)("所属组织路径"),
|
|
1505
1505
|
prop: "groupName"
|
|
1506
1506
|
}, null, 8, ["label"])
|
|
@@ -1510,15 +1510,15 @@ const fa = (n, e) => {
|
|
|
1510
1510
|
a(p) === "post" ? {
|
|
1511
1511
|
name: "table-column",
|
|
1512
1512
|
fn: z(() => [
|
|
1513
|
-
S(a(
|
|
1513
|
+
S(a(I), {
|
|
1514
1514
|
label: a(D)("岗位名称"),
|
|
1515
1515
|
prop: "name"
|
|
1516
1516
|
}, null, 8, ["label"]),
|
|
1517
|
-
S(a(
|
|
1517
|
+
S(a(I), {
|
|
1518
1518
|
label: a(D)("岗位编码"),
|
|
1519
1519
|
prop: "code"
|
|
1520
1520
|
}, null, 8, ["label"]),
|
|
1521
|
-
S(a(
|
|
1521
|
+
S(a(I), {
|
|
1522
1522
|
label: a(D)("所属组织路径"),
|
|
1523
1523
|
prop: "groupName"
|
|
1524
1524
|
}, null, 8, ["label"])
|
|
@@ -1528,23 +1528,23 @@ const fa = (n, e) => {
|
|
|
1528
1528
|
a(p) === "supplier" ? {
|
|
1529
1529
|
name: "table-column",
|
|
1530
1530
|
fn: z(() => [
|
|
1531
|
-
S(a(
|
|
1531
|
+
S(a(I), {
|
|
1532
1532
|
type: "index",
|
|
1533
1533
|
width: "50"
|
|
1534
1534
|
}),
|
|
1535
|
-
S(a(
|
|
1535
|
+
S(a(I), {
|
|
1536
1536
|
label: a(D)("供应商名称"),
|
|
1537
1537
|
prop: "name"
|
|
1538
1538
|
}, null, 8, ["label"]),
|
|
1539
|
-
S(a(
|
|
1539
|
+
S(a(I), {
|
|
1540
1540
|
label: a(D)("供应商编码"),
|
|
1541
1541
|
prop: "code"
|
|
1542
1542
|
}, null, 8, ["label"]),
|
|
1543
|
-
S(a(
|
|
1543
|
+
S(a(I), {
|
|
1544
1544
|
label: a(D)("供应商等级"),
|
|
1545
1545
|
prop: "supplierLevel"
|
|
1546
1546
|
}, null, 8, ["label"]),
|
|
1547
|
-
S(a(
|
|
1547
|
+
S(a(I), {
|
|
1548
1548
|
label: a(D)("供应商分类"),
|
|
1549
1549
|
prop: "classificationName"
|
|
1550
1550
|
}, {
|
|
@@ -1556,7 +1556,7 @@ const fa = (n, e) => {
|
|
|
1556
1556
|
_: 1
|
|
1557
1557
|
/* STABLE */
|
|
1558
1558
|
}, 8, ["label"]),
|
|
1559
|
-
S(a(
|
|
1559
|
+
S(a(I), {
|
|
1560
1560
|
label: a(D)("个人/公司"),
|
|
1561
1561
|
prop: "businessType"
|
|
1562
1562
|
}, {
|
|
@@ -1576,19 +1576,19 @@ const fa = (n, e) => {
|
|
|
1576
1576
|
a(p) === "source" ? {
|
|
1577
1577
|
name: "table-column",
|
|
1578
1578
|
fn: z(() => [
|
|
1579
|
-
S(a(
|
|
1579
|
+
S(a(I), {
|
|
1580
1580
|
type: "index",
|
|
1581
1581
|
width: "50"
|
|
1582
1582
|
}),
|
|
1583
|
-
S(a(
|
|
1583
|
+
S(a(I), {
|
|
1584
1584
|
label: a(D)("单据编码"),
|
|
1585
1585
|
prop: "code"
|
|
1586
1586
|
}, null, 8, ["label"]),
|
|
1587
|
-
S(a(
|
|
1587
|
+
S(a(I), {
|
|
1588
1588
|
label: a(D)("申请人"),
|
|
1589
1589
|
prop: "userName"
|
|
1590
1590
|
}, null, 8, ["label"]),
|
|
1591
|
-
S(a(
|
|
1591
|
+
S(a(I), {
|
|
1592
1592
|
label: a(D)("联系电话"),
|
|
1593
1593
|
prop: "sensitivePhone"
|
|
1594
1594
|
}, {
|
|
@@ -1612,7 +1612,7 @@ const fa = (n, e) => {
|
|
|
1612
1612
|
_: 1
|
|
1613
1613
|
/* STABLE */
|
|
1614
1614
|
}, 8, ["label"]),
|
|
1615
|
-
S(a(
|
|
1615
|
+
S(a(I), {
|
|
1616
1616
|
label: a(D)("计划领用日期"),
|
|
1617
1617
|
prop: "claimingDate"
|
|
1618
1618
|
}, {
|
|
@@ -1626,7 +1626,7 @@ const fa = (n, e) => {
|
|
|
1626
1626
|
_: 1
|
|
1627
1627
|
/* STABLE */
|
|
1628
1628
|
}, 8, ["label"]),
|
|
1629
|
-
S(a(
|
|
1629
|
+
S(a(I), {
|
|
1630
1630
|
label: a(D)("资产用途"),
|
|
1631
1631
|
prop: "purpose"
|
|
1632
1632
|
}, null, 8, ["label"])
|
|
@@ -1639,7 +1639,7 @@ const fa = (n, e) => {
|
|
|
1639
1639
|
_: 1
|
|
1640
1640
|
/* STABLE */
|
|
1641
1641
|
}, 8, ["col", "modelValue", "prop", "label", "options", "helpMessage", "isView", "disabled", "required", "placeholder", "onOpenDialog"])) : q("v-if", !0),
|
|
1642
|
-
h.value && a(p) == "position" ? (V(),
|
|
1642
|
+
h.value && a(p) == "position" ? (V(), F(a(A), {
|
|
1643
1643
|
key: 1,
|
|
1644
1644
|
col: e.span,
|
|
1645
1645
|
label: M.setting.desc,
|
|
@@ -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(), F(a(A), {
|
|
1721
1721
|
key: 0,
|
|
1722
1722
|
modelValue: r.value,
|
|
1723
1723
|
"onUpdate:modelValue": v[2] || (v[2] = (p) => r.value = p),
|
|
@@ -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(), F(a(A), {
|
|
1787
1787
|
key: 0,
|
|
1788
1788
|
col: e.span,
|
|
1789
1789
|
modelValue: d.value,
|
|
@@ -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(), F(a(A), {
|
|
1839
1839
|
key: 0,
|
|
1840
1840
|
col: e.span,
|
|
1841
1841
|
modelValue: m.value,
|
|
@@ -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(), F(a(A), {
|
|
1905
1905
|
key: 0,
|
|
1906
1906
|
col: e.span,
|
|
1907
1907
|
label: v.setting.desc,
|
|
@@ -1920,7 +1920,7 @@ const fa = (n, e) => {
|
|
|
1920
1920
|
helpMessage: c.value,
|
|
1921
1921
|
required: m.value
|
|
1922
1922
|
}, null, 8, ["col", "label", "modelValue", "prop", "placeholder", "disabled", "isView", "helpMessage", "required"])) : q("v-if", !0),
|
|
1923
|
-
v.setting.options.isEditor && u.value ? (V(),
|
|
1923
|
+
v.setting.options.isEditor && u.value ? (V(), F(a(A), {
|
|
1924
1924
|
key: 1,
|
|
1925
1925
|
modelValue: d.value,
|
|
1926
1926
|
"onUpdate:modelValue": p[2] || (p[2] = (o) => d.value = o),
|
|
@@ -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(), F(a(A), {
|
|
1995
1995
|
key: 0,
|
|
1996
1996
|
col: e.span,
|
|
1997
1997
|
modelValue: d.value,
|
|
@@ -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(), F(a(Qa), {
|
|
2083
2083
|
columns: e.setting.columns,
|
|
2084
2084
|
options: e.setting.options,
|
|
2085
2085
|
isView: e.isView,
|
|
@@ -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(), F(ge(a(Ga)[i.ctrlType]), {
|
|
2139
2139
|
setting: i,
|
|
2140
2140
|
isView: e.isView,
|
|
2141
2141
|
store: t.store,
|
|
@@ -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(), F(a(ft), {
|
|
2354
2354
|
key: $.id,
|
|
2355
2355
|
style: { "margin-right": "20px" },
|
|
2356
2356
|
"btn-type": "primary",
|
|
@@ -2386,19 +2386,20 @@ 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(), F(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(), F(a(Qe), {
|
|
2397
2397
|
key: $.columns[0].idKey,
|
|
2398
2398
|
header: $.columns[0].span
|
|
2399
2399
|
}, {
|
|
2400
2400
|
default: z(() => [
|
|
2401
|
-
|
|
2401
|
+
a(r) ? (V(), F(a(Ie), {
|
|
2402
|
+
key: 0,
|
|
2402
2403
|
ref_for: !0,
|
|
2403
2404
|
ref: (Y) => k(Y, $),
|
|
2404
2405
|
cols: 24,
|
|
@@ -2418,12 +2419,12 @@ const Ga = { ...rt, ...ut }, Xa = (n, e, t, s) => {
|
|
|
2418
2419
|
key: $.name
|
|
2419
2420
|
},
|
|
2420
2421
|
[
|
|
2421
|
-
Y.ctrlType == "grid" ? (V(),
|
|
2422
|
+
Y.ctrlType == "grid" ? (V(), F(ge(a(re).grid), {
|
|
2422
2423
|
key: 0,
|
|
2423
2424
|
setting: Y,
|
|
2424
2425
|
isView: h.isView,
|
|
2425
2426
|
store: a(s)
|
|
2426
|
-
}, null, 8, ["setting", "isView", "store"])) : (V(),
|
|
2427
|
+
}, null, 8, ["setting", "isView", "store"])) : (V(), F(ge(a(re)[Y.ctrlType]), {
|
|
2427
2428
|
key: 1,
|
|
2428
2429
|
setting: Y,
|
|
2429
2430
|
isView: h.isView,
|
|
@@ -2439,7 +2440,7 @@ const Ga = { ...rt, ...ut }, Xa = (n, e, t, s) => {
|
|
|
2439
2440
|
]),
|
|
2440
2441
|
_: 2
|
|
2441
2442
|
/* DYNAMIC */
|
|
2442
|
-
}, 1032, ["rules", "form"])
|
|
2443
|
+
}, 1032, ["rules", "form"])) : q("v-if", !0)
|
|
2443
2444
|
]),
|
|
2444
2445
|
_: 2
|
|
2445
2446
|
/* DYNAMIC */
|
|
@@ -2448,7 +2449,7 @@ const Ga = { ...rt, ...ut }, Xa = (n, e, t, s) => {
|
|
|
2448
2449
|
_: 2
|
|
2449
2450
|
/* DYNAMIC */
|
|
2450
2451
|
}, 1032, ["collapsible", "activeKey"])) : (V(), U("div", wn, [
|
|
2451
|
-
a(r) ? (V(),
|
|
2452
|
+
a(r) ? (V(), F(a(Ie), {
|
|
2452
2453
|
key: 0,
|
|
2453
2454
|
ref_for: !0,
|
|
2454
2455
|
ref: (Y) => k(Y, $),
|
|
@@ -2460,7 +2461,7 @@ const Ga = { ...rt, ...ut }, Xa = (n, e, t, s) => {
|
|
|
2460
2461
|
form: a(s).data
|
|
2461
2462
|
}, {
|
|
2462
2463
|
default: z(() => [
|
|
2463
|
-
(V(),
|
|
2464
|
+
(V(), F(ge(a(re)[$.ctrlType]), {
|
|
2464
2465
|
setting: $,
|
|
2465
2466
|
isView: h.isView,
|
|
2466
2467
|
store: a(s)
|
|
@@ -2485,7 +2486,7 @@ const Ga = { ...rt, ...ut }, Xa = (n, e, t, s) => {
|
|
|
2485
2486
|
])
|
|
2486
2487
|
]));
|
|
2487
2488
|
}
|
|
2488
|
-
}), Dn = /* @__PURE__ */ fe(Cn, [["__scopeId", "data-v-
|
|
2489
|
+
}), Dn = /* @__PURE__ */ fe(Cn, [["__scopeId", "data-v-c3b8808e"]]), Vn = {
|
|
2489
2490
|
姓名: { "zh-CN": "姓名", en: "Name", _appCode: "framework" },
|
|
2490
2491
|
状态: { "zh-CN": "状态", en: "Status", _appCode: "framework" },
|
|
2491
2492
|
组织名称: { "zh-CN": "组织名称", en: "Organization Name", _appCode: "framework" },
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.form-image[data-v-80891092]{background:#fff;margin:10px 0 30px}.table-search-process-top[data-v-b7997f4c]{display:flex;justify-content:space-between;align-items:center;margin:0 14px 6px}.table-search-process-top .left-box[data-v-b7997f4c]{display:flex;align-items:center}.form-image[data-v-c408712c]{background:#fff;margin:10px 0 30px}.accordion-layout{width:100%}.accordion-layout .grid-layout{padding:0}.custom-page[data-v-
|
|
1
|
+
.form-image[data-v-80891092]{background:#fff;margin:10px 0 30px}.table-search-process-top[data-v-b7997f4c]{display:flex;justify-content:space-between;align-items:center;margin:0 14px 6px}.table-search-process-top .left-box[data-v-b7997f4c]{display:flex;align-items:center}.form-image[data-v-c408712c]{background:#fff;margin:10px 0 30px}.accordion-layout{width:100%}.accordion-layout .grid-layout{padding:0}.custom-page[data-v-c3b8808e]{display:flex;flex-direction:column;background-color:#e2e7ef}.custom-page .btn-box[data-v-c3b8808e]{background-color:#fff;height:48px;line-height:48px;padding-left:18px}.custom-page .content-box[data-v-c3b8808e]{flex:1;min-height:0}
|