@utogether/components 3.0.0-beta.27 → 3.0.0-beta.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.es.js +377 -368
- package/dist/components.umd.js +4 -4
- package/package.json +1 -1
package/dist/components.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as te, getCurrentInstance as Se, computed as ke, resolveComponent as
|
|
1
|
+
import { defineComponent as te, getCurrentInstance as Se, computed as ke, resolveComponent as j, createBlock as se, createElementBlock as U, createCommentVNode as oe, openBlock as D, unref as ee, withCtx as H, Fragment as ge, renderList as pe, createTextVNode as kn, toDisplayString as X, createVNode as I, mergeProps as be, ref as M, reactive as Xe, createElementVNode as R, nextTick as Oe, onMounted as Qe, mergeModels as Xt, useModel as wo, watch as it, toHandlers as Nt, createSlots as _o, withDirectives as xo, vModelText as Co, normalizeClass as ve, renderSlot as Ke, pushScopeId as It, popScopeId as Mt, normalizeStyle as Ve, useAttrs as Ut, onUnmounted as ko, onBeforeMount as ut, toRaw as Sn, toRef as So, h as Ce } from "vue";
|
|
2
2
|
import { useI18n as De } from "vue-i18n";
|
|
3
3
|
import { throttle as _t, toDateString as Re, isEmpty as Je, clone as re, isString as Ne, isFunction as Rt, orderBy as Eo, isObject as Ro, isArray as To } from "xe-utils";
|
|
4
4
|
import { withInstall as le, cookies as ye, useRender as En, delay as $o, storageLocal as Rn, warnMessage as Ae, formatRules as Ie, formatItems as Bt, successMessage as at, dbstorage as Qt, i18nColums as Tn, errorMessage as Oo, formatGridItems as $n, iconSet as Do, lunarCalendar as tt } from "@utogether/utils";
|
|
@@ -50,18 +50,18 @@ const Po = {
|
|
|
50
50
|
g.disabled || g.auth && !s(g.auth) || k("tap", g.code);
|
|
51
51
|
}, 2e3), k = t;
|
|
52
52
|
return (g, b) => {
|
|
53
|
-
const _ =
|
|
53
|
+
const _ = j("vxe-button"), f = j("el-popconfirm");
|
|
54
54
|
return g.children.length && g.visible ? (D(), se(_, {
|
|
55
55
|
key: 0,
|
|
56
56
|
disabled: g.auth && !ee(s)(g.auth) || g.disabled,
|
|
57
57
|
status: g.status,
|
|
58
58
|
transfer: ""
|
|
59
59
|
}, {
|
|
60
|
-
default:
|
|
60
|
+
default: H(() => [
|
|
61
61
|
kn(X(i.value.content), 1)
|
|
62
62
|
]),
|
|
63
|
-
dropdowns:
|
|
64
|
-
(D(!0),
|
|
63
|
+
dropdowns: H(() => [
|
|
64
|
+
(D(!0), U(ge, null, pe(g.children, (x) => (D(), se(_, {
|
|
65
65
|
key: x.code,
|
|
66
66
|
disabled: x.auth && !ee(s)(x.auth) || x.disabled,
|
|
67
67
|
status: x.status || "primary",
|
|
@@ -72,7 +72,7 @@ const Po = {
|
|
|
72
72
|
}, null, 8, ["disabled", "status", "content", "icon", "mode", "onClick"]))), 128))
|
|
73
73
|
]),
|
|
74
74
|
_: 1
|
|
75
|
-
}, 8, ["disabled", "status"])) : g.type === "pop" && g.visible ? (D(),
|
|
75
|
+
}, 8, ["disabled", "status"])) : g.type === "pop" && g.visible ? (D(), U("div", Po, [
|
|
76
76
|
I(f, be({
|
|
77
77
|
"confirm-button-text": g.$t("message.btn.confirm"),
|
|
78
78
|
"cancel-button-text": g.$t("message.btn.cancel"),
|
|
@@ -83,7 +83,7 @@ const Po = {
|
|
|
83
83
|
onConfirm: ee(d),
|
|
84
84
|
onCancel: u
|
|
85
85
|
}), {
|
|
86
|
-
reference:
|
|
86
|
+
reference: H(() => [
|
|
87
87
|
I(_, {
|
|
88
88
|
disabled: g.auth && !ee(s)(g.auth) || g.disabled,
|
|
89
89
|
status: g.status,
|
|
@@ -160,8 +160,8 @@ const Po = {
|
|
|
160
160
|
n.defaultParams
|
|
161
161
|
);
|
|
162
162
|
if (w.pageNum = (v == null ? void 0 : v.currentPage) || 1, w.pageSize = (v == null ? void 0 : v.pageSize) || 20, !n.readonly) {
|
|
163
|
-
const { field:
|
|
164
|
-
w[G ||
|
|
163
|
+
const { field: P, displayName: G } = n;
|
|
164
|
+
w[G || P] = n.record[G || P];
|
|
165
165
|
}
|
|
166
166
|
return w = g(w), l.lovType !== "url" ? (w.lovCode = n.code, s.get(
|
|
167
167
|
"/upfm/v1/lovViewHeader/listBySql",
|
|
@@ -184,11 +184,11 @@ const Po = {
|
|
|
184
184
|
}), v), b = () => {
|
|
185
185
|
const v = re(k, !0).filter((w) => w.isSearch === "Y");
|
|
186
186
|
if (!v.length) return;
|
|
187
|
-
const p = v.length > 2, m = v.sort((w,
|
|
187
|
+
const p = v.length > 2, m = v.sort((w, P) => w.seqNo - P.seqNo).map((w, P) => ({
|
|
188
188
|
field: w.colField,
|
|
189
189
|
title: w.colTitle,
|
|
190
190
|
span: 8,
|
|
191
|
-
folding:
|
|
191
|
+
folding: P > 1,
|
|
192
192
|
itemRender: x(w)
|
|
193
193
|
}));
|
|
194
194
|
_.collapseNode = p, p ? m.splice(2, 0, _) : m.push(_), a.formConfig.items = m;
|
|
@@ -234,12 +234,12 @@ const Po = {
|
|
|
234
234
|
65
|
|
235
235
|
);
|
|
236
236
|
c.value = p < r ? r : p > 900 ? 900 : p, a.columns = v.sort((m, w) => m.seqNo - w.seqNo).map((m) => {
|
|
237
|
-
const w = m.fieldType,
|
|
237
|
+
const w = m.fieldType, P = ["formatDict", m.dictCode];
|
|
238
238
|
return {
|
|
239
239
|
field: m.colField,
|
|
240
240
|
title: m.colTitle,
|
|
241
241
|
minWidth: m.colWidth,
|
|
242
|
-
formatter: w === "date" ? ["formatDate"] : m.fieldType === "dictCode" ?
|
|
242
|
+
formatter: w === "date" ? ["formatDate"] : m.fieldType === "dictCode" ? P : null
|
|
243
243
|
};
|
|
244
244
|
}), n.multiple ? a.columns.unshift({ type: "checkbox", width: 45, align: "center" }) : a.columns.unshift({ type: "radio", width: 45, align: "center" });
|
|
245
245
|
}, T = M(null), O = async () => {
|
|
@@ -249,14 +249,14 @@ const Po = {
|
|
|
249
249
|
s.get(v, { lovCode: n.code })
|
|
250
250
|
);
|
|
251
251
|
a.loading = !1, p && N(), a.loading = !0, d.value = (m == null ? void 0 : m.lovTitle) || (m == null ? void 0 : m.lovName), k = (m == null ? void 0 : m.lineList) || [], l = m, S(), b(), await $o(30), await Oe(), n.autoLoad && ((w = T.value) == null || w.commitProxy("query")), a.loading = !1;
|
|
252
|
-
},
|
|
252
|
+
}, z = async () => {
|
|
253
253
|
n.disabled || (O(), await Oe(), i.value = !0);
|
|
254
|
-
},
|
|
254
|
+
}, V = () => {
|
|
255
255
|
A("clear", "");
|
|
256
256
|
}, C = ({ row: v }) => {
|
|
257
257
|
const p = n.multiple ? [v] : v;
|
|
258
258
|
A("change", p, l.valueField), N();
|
|
259
|
-
},
|
|
259
|
+
}, F = async () => {
|
|
260
260
|
var v;
|
|
261
261
|
await Oe(), (v = T.value) == null || v.commitProxy("query");
|
|
262
262
|
}, E = () => {
|
|
@@ -264,12 +264,12 @@ const Po = {
|
|
|
264
264
|
!Je(p) && A("change", p, l.valueField), N();
|
|
265
265
|
}, N = () => {
|
|
266
266
|
k.length = 0, i.value = !1;
|
|
267
|
-
},
|
|
267
|
+
}, B = ({ type: v }) => {
|
|
268
268
|
}, A = t;
|
|
269
269
|
return (v, p) => {
|
|
270
|
-
const m =
|
|
271
|
-
return D(),
|
|
272
|
-
v.mode === "vxe" ? (D(), se(
|
|
270
|
+
const m = j("vxe-grid"), w = j("vxe-button"), P = j("vxe-modal"), G = j("el-dialog"), ce = j("vxe-input");
|
|
271
|
+
return D(), U("div", Mo, [
|
|
272
|
+
v.mode === "vxe" ? (D(), se(P, {
|
|
273
273
|
key: 0,
|
|
274
274
|
modelValue: i.value,
|
|
275
275
|
"onUpdate:modelValue": p[0] || (p[0] = (ie) => i.value = ie),
|
|
@@ -282,15 +282,15 @@ const Po = {
|
|
|
282
282
|
"esc-closable": "",
|
|
283
283
|
"show-footer": "",
|
|
284
284
|
className: u.value,
|
|
285
|
-
"before-hide-method":
|
|
285
|
+
"before-hide-method": B
|
|
286
286
|
}, {
|
|
287
|
-
default:
|
|
287
|
+
default: H(() => [
|
|
288
288
|
I(m, be({
|
|
289
289
|
ref_key: "xgrid",
|
|
290
290
|
ref: T
|
|
291
291
|
}, a, { onCellDblclick: C }), null, 16)
|
|
292
292
|
]),
|
|
293
|
-
footer:
|
|
293
|
+
footer: H(() => [
|
|
294
294
|
I(w, {
|
|
295
295
|
content: v.$t("message.btn.cancel"),
|
|
296
296
|
icon: "ri-close-line",
|
|
@@ -317,7 +317,7 @@ const Po = {
|
|
|
317
317
|
"destroy-on-close": "",
|
|
318
318
|
"close-on-press-escape": ""
|
|
319
319
|
}, {
|
|
320
|
-
default:
|
|
320
|
+
default: H(() => [
|
|
321
321
|
R("div", Uo, [
|
|
322
322
|
I(m, be({
|
|
323
323
|
ref_key: "xgrid",
|
|
@@ -325,11 +325,11 @@ const Po = {
|
|
|
325
325
|
}, a, {
|
|
326
326
|
resizable: "",
|
|
327
327
|
onCellDblclick: C,
|
|
328
|
-
onColumnsChange:
|
|
328
|
+
onColumnsChange: F
|
|
329
329
|
}), null, 16)
|
|
330
330
|
])
|
|
331
331
|
]),
|
|
332
|
-
footer:
|
|
332
|
+
footer: H(() => [
|
|
333
333
|
I(w, {
|
|
334
334
|
content: v.$t("message.btn.cancel"),
|
|
335
335
|
icon: "ri-close-line",
|
|
@@ -354,8 +354,8 @@ const Po = {
|
|
|
354
354
|
placeholder: v.placeholder,
|
|
355
355
|
style: { width: "100%" },
|
|
356
356
|
type: "search",
|
|
357
|
-
onSearchClick:
|
|
358
|
-
onClear:
|
|
357
|
+
onSearchClick: z,
|
|
358
|
+
onClear: V
|
|
359
359
|
}, null, 8, ["modelValue", "clearable", "disabled", "readonly", "placeholder"])
|
|
360
360
|
]);
|
|
361
361
|
};
|
|
@@ -480,8 +480,8 @@ const Dn = (e, t, n) => {
|
|
|
480
480
|
quality: t.quality,
|
|
481
481
|
mimeType: x.type,
|
|
482
482
|
success(O) {
|
|
483
|
-
const
|
|
484
|
-
k(
|
|
483
|
+
const z = new File([O], O.name, { type: O.type });
|
|
484
|
+
k(z), console.log({ result: O, file: z });
|
|
485
485
|
}
|
|
486
486
|
});
|
|
487
487
|
else
|
|
@@ -503,7 +503,7 @@ const Dn = (e, t, n) => {
|
|
|
503
503
|
S.append("file", x);
|
|
504
504
|
const T = { "Content-Type": "multipart/form-data" };
|
|
505
505
|
return s.post("/ufil/file/uploadMultipart", S, { headers: T }).then(async (O) => {
|
|
506
|
-
const
|
|
506
|
+
const z = {
|
|
507
507
|
realpath: O,
|
|
508
508
|
fileName: x.name,
|
|
509
509
|
fileSize: x.size,
|
|
@@ -511,7 +511,7 @@ const Dn = (e, t, n) => {
|
|
|
511
511
|
sourceTable: t.sourceTable,
|
|
512
512
|
sourceId: t.sourceId
|
|
513
513
|
};
|
|
514
|
-
await s.post(t.url, [
|
|
514
|
+
await s.post(t.url, [z]), n.value.commitProxy("query");
|
|
515
515
|
}).catch(() => {
|
|
516
516
|
Ee.modal.message({
|
|
517
517
|
content: "附件上传失败,请刷新后重试",
|
|
@@ -532,8 +532,8 @@ const Dn = (e, t, n) => {
|
|
|
532
532
|
}, _ = async () => {
|
|
533
533
|
const x = n.value.getData().filter((T) => c.includes(T.fileExtend)), S = [];
|
|
534
534
|
(d == null ? void 0 : d.watermarkTrigger) == "preview" ? await x.forEachSync(async (T) => {
|
|
535
|
-
const O = `${r}/ufil${T.realpath}}`,
|
|
536
|
-
S.push(
|
|
535
|
+
const O = `${r}/ufil${T.realpath}}`, z = await qo(O, d);
|
|
536
|
+
S.push(z);
|
|
537
537
|
}) : x.forEach((T) => {
|
|
538
538
|
const O = `${r}/ufil${T.realpath}`;
|
|
539
539
|
S.push(O);
|
|
@@ -550,20 +550,20 @@ const Dn = (e, t, n) => {
|
|
|
550
550
|
}, Qe(() => {
|
|
551
551
|
t.watermarkCode && b();
|
|
552
552
|
}), (x, S) => {
|
|
553
|
-
const T =
|
|
554
|
-
return D(),
|
|
555
|
-
I(
|
|
553
|
+
const T = j("ut-divider"), O = j("ut-button"), z = j("vxe-grid");
|
|
554
|
+
return D(), U("div", Wo, [
|
|
555
|
+
I(z, be({
|
|
556
556
|
ref_key: "xGrid",
|
|
557
557
|
ref: n
|
|
558
558
|
}, l), {
|
|
559
|
-
toolbar_buttons:
|
|
560
|
-
x.showTitle ? (D(),
|
|
559
|
+
toolbar_buttons: H(() => [
|
|
560
|
+
x.showTitle ? (D(), U("div", Yo, [
|
|
561
561
|
I(T, {
|
|
562
562
|
title: x.title || x.$t("message.attachmentInfo")
|
|
563
563
|
}, null, 8, ["title"])
|
|
564
564
|
])) : oe("", !0)
|
|
565
565
|
]),
|
|
566
|
-
operate:
|
|
566
|
+
operate: H(({ row: V }) => [
|
|
567
567
|
R("div", Jo, [
|
|
568
568
|
I(O, {
|
|
569
569
|
disabled: x.dataStatus === "detail",
|
|
@@ -571,9 +571,9 @@ const Dn = (e, t, n) => {
|
|
|
571
571
|
status: "danger",
|
|
572
572
|
icon: "ri-delete-bin-5-fill",
|
|
573
573
|
content: "delete",
|
|
574
|
-
onTap: (C) => g(
|
|
574
|
+
onTap: (C) => g(V)
|
|
575
575
|
}, null, 8, ["disabled", "auth", "onTap"]),
|
|
576
|
-
["png", "jpeg", "jpg"].includes(
|
|
576
|
+
["png", "jpeg", "jpg"].includes(V.fileExtend) ? (D(), se(O, {
|
|
577
577
|
key: 0,
|
|
578
578
|
auth: x.permissionPreFix + "Preview",
|
|
579
579
|
icon: "ri-search-line",
|
|
@@ -584,7 +584,7 @@ const Dn = (e, t, n) => {
|
|
|
584
584
|
auth: x.permissionPreFix + "Download",
|
|
585
585
|
icon: "ri-download-2-fill",
|
|
586
586
|
content: "download",
|
|
587
|
-
onTap: (C) => f(
|
|
587
|
+
onTap: (C) => f(V)
|
|
588
588
|
}, null, 8, ["auth", "onTap"]))
|
|
589
589
|
])
|
|
590
590
|
]),
|
|
@@ -707,11 +707,11 @@ const Dn = (e, t, n) => {
|
|
|
707
707
|
break;
|
|
708
708
|
}
|
|
709
709
|
case "del_plus": {
|
|
710
|
-
|
|
710
|
+
F();
|
|
711
711
|
break;
|
|
712
712
|
}
|
|
713
713
|
case "export_plus": {
|
|
714
|
-
|
|
714
|
+
V();
|
|
715
715
|
break;
|
|
716
716
|
}
|
|
717
717
|
}
|
|
@@ -723,7 +723,7 @@ const Dn = (e, t, n) => {
|
|
|
723
723
|
break;
|
|
724
724
|
}
|
|
725
725
|
case "question": {
|
|
726
|
-
|
|
726
|
+
B();
|
|
727
727
|
break;
|
|
728
728
|
}
|
|
729
729
|
}
|
|
@@ -736,43 +736,43 @@ const Dn = (e, t, n) => {
|
|
|
736
736
|
b = p.$table.getTableData().fullData, u().filter(
|
|
737
737
|
(w) => !w.type && w.mapField !== n.options.errorField
|
|
738
738
|
).forEach((w) => {
|
|
739
|
-
const
|
|
740
|
-
|
|
739
|
+
const P = b.findIndex((G) => G[w.field] === w.field);
|
|
740
|
+
P !== -1 && b.splice(P, 1);
|
|
741
741
|
}), n.columns.forEach((w) => {
|
|
742
|
-
(w.dateFormatter || w.valueType === "number") && b.forEach((
|
|
743
|
-
w.dateFormatter ?
|
|
744
|
-
|
|
742
|
+
(w.dateFormatter || w.valueType === "number") && b.forEach((P) => {
|
|
743
|
+
w.dateFormatter ? P[w.field] = Re(
|
|
744
|
+
P[w.field],
|
|
745
745
|
w.dateFormatter || "yyyy-MM-dd HH:mm:ss"
|
|
746
|
-
) :
|
|
746
|
+
) : P[w.field] = Ao(P[w.field]).toFixed(w.decimal || 6);
|
|
747
747
|
});
|
|
748
748
|
}), a.value.total = b.length, O();
|
|
749
749
|
}
|
|
750
750
|
const O = () => {
|
|
751
751
|
const { currentPage: p, pageSize: m } = a.value;
|
|
752
752
|
f.data = b.filter(
|
|
753
|
-
(w,
|
|
753
|
+
(w, P) => P < m * p && P >= m * (p - 1)
|
|
754
754
|
);
|
|
755
|
-
},
|
|
755
|
+
}, z = ({
|
|
756
756
|
currentPage: p,
|
|
757
757
|
pageSize: m
|
|
758
758
|
}) => {
|
|
759
759
|
a.value.currentPage = p, a.value.pageSize = m, O();
|
|
760
|
-
},
|
|
760
|
+
}, V = () => {
|
|
761
761
|
var w;
|
|
762
762
|
const p = [];
|
|
763
763
|
if (n.templateData.length)
|
|
764
764
|
p.push(...n.templateData);
|
|
765
765
|
else {
|
|
766
|
-
const
|
|
766
|
+
const P = {};
|
|
767
767
|
u().filter((G) => G.type !== "checkbox").forEach((G) => {
|
|
768
|
-
|
|
769
|
-
}), p.push(
|
|
768
|
+
P[G.field] = "案例";
|
|
769
|
+
}), p.push(P);
|
|
770
770
|
}
|
|
771
771
|
const m = {
|
|
772
772
|
filename: n.options.filename,
|
|
773
773
|
type: "xlsx",
|
|
774
774
|
columns: u().filter(
|
|
775
|
-
(
|
|
775
|
+
(P) => P.mapField !== n.options.errorField && P.type !== "checkbox"
|
|
776
776
|
),
|
|
777
777
|
data: p
|
|
778
778
|
};
|
|
@@ -797,7 +797,7 @@ const Dn = (e, t, n) => {
|
|
|
797
797
|
c.value = !1, f.loading = !1;
|
|
798
798
|
});
|
|
799
799
|
}
|
|
800
|
-
},
|
|
800
|
+
}, F = () => {
|
|
801
801
|
var m;
|
|
802
802
|
const p = (m = g.value) == null ? void 0 : m.getCheckboxRecords();
|
|
803
803
|
if (!(p != null && p.length))
|
|
@@ -806,10 +806,10 @@ const Dn = (e, t, n) => {
|
|
|
806
806
|
status: "warning"
|
|
807
807
|
});
|
|
808
808
|
p.forEach((w) => {
|
|
809
|
-
const
|
|
809
|
+
const P = b.findIndex(
|
|
810
810
|
(G) => G._X_ROW_KEY === w._X_ROW_KEY
|
|
811
811
|
);
|
|
812
|
-
|
|
812
|
+
P !== -1 && b.splice(P, 1);
|
|
813
813
|
}), f.data = b;
|
|
814
814
|
}, E = (p) => {
|
|
815
815
|
a.value.total = p.length, b = p.map((m, w) => (m._X_ROW_KEY = w, m)), N("toShow"), O();
|
|
@@ -817,62 +817,62 @@ const Dn = (e, t, n) => {
|
|
|
817
817
|
f.columns.forEach((m) => {
|
|
818
818
|
if (p === "toSave") {
|
|
819
819
|
const w = ye.get("kCookies_param") ? JSON.parse(ye.get("kCookies_param")) : {};
|
|
820
|
-
b.forEach((
|
|
821
|
-
|
|
820
|
+
b.forEach((P) => {
|
|
821
|
+
P[m.mapField] = P[m.field], Object.assign(P, w, n.defaultParams);
|
|
822
822
|
});
|
|
823
823
|
} else
|
|
824
824
|
b.forEach((w) => {
|
|
825
825
|
w[m.field] = w[m.mapField];
|
|
826
826
|
});
|
|
827
827
|
});
|
|
828
|
-
},
|
|
828
|
+
}, B = () => {
|
|
829
829
|
Ee.modal.alert(i("message.importTip"), i("message.udp.tip"));
|
|
830
830
|
}, A = t, v = () => {
|
|
831
831
|
r.value = !1, A("close");
|
|
832
832
|
};
|
|
833
833
|
return (p, m) => {
|
|
834
|
-
const w =
|
|
834
|
+
const w = j("el-option"), P = j("el-select"), G = j("el-date-picker"), ce = j("vxe-pager"), ie = j("vxe-grid"), fe = j("vxe-modal");
|
|
835
835
|
return D(), se(fe, {
|
|
836
836
|
modelValue: r.value,
|
|
837
|
-
"onUpdate:modelValue": m[2] || (m[2] = (
|
|
837
|
+
"onUpdate:modelValue": m[2] || (m[2] = (W) => r.value = W),
|
|
838
838
|
"show-header": !1,
|
|
839
839
|
fullscreen: "",
|
|
840
840
|
remember: "",
|
|
841
841
|
onClose: v
|
|
842
842
|
}, {
|
|
843
|
-
default:
|
|
843
|
+
default: H(() => [
|
|
844
844
|
I(ie, be({
|
|
845
845
|
ref_key: "xgrid",
|
|
846
846
|
ref: g
|
|
847
847
|
}, f, Nt(x)), _o({
|
|
848
|
-
pager:
|
|
848
|
+
pager: H(() => [
|
|
849
849
|
I(ce, {
|
|
850
850
|
"current-page": a.value.currentPage,
|
|
851
|
-
"onUpdate:currentPage": m[0] || (m[0] = (
|
|
851
|
+
"onUpdate:currentPage": m[0] || (m[0] = (W) => a.value.currentPage = W),
|
|
852
852
|
"page-size": a.value.pageSize,
|
|
853
|
-
"onUpdate:pageSize": m[1] || (m[1] = (
|
|
853
|
+
"onUpdate:pageSize": m[1] || (m[1] = (W) => a.value.pageSize = W),
|
|
854
854
|
layouts: l,
|
|
855
855
|
"page-sizes": [200, 500, 1e3, 2e3, 5e3, 1e4],
|
|
856
856
|
total: a.value.total,
|
|
857
|
-
onPageChange:
|
|
857
|
+
onPageChange: z
|
|
858
858
|
}, null, 8, ["current-page", "page-size", "total"])
|
|
859
859
|
]),
|
|
860
860
|
_: 2
|
|
861
861
|
}, [
|
|
862
|
-
pe(p.columns, (
|
|
863
|
-
name:
|
|
864
|
-
fn:
|
|
865
|
-
|
|
862
|
+
pe(p.columns, (W) => ({
|
|
863
|
+
name: W.field,
|
|
864
|
+
fn: H(({ row: Q }) => [
|
|
865
|
+
W.dictCode && !W.disabled ? (D(), se(P, {
|
|
866
866
|
key: 0,
|
|
867
|
-
modelValue: Q[
|
|
868
|
-
"onUpdate:modelValue": (y) => Q[
|
|
867
|
+
modelValue: Q[W.field],
|
|
868
|
+
"onUpdate:modelValue": (y) => Q[W.field] = y,
|
|
869
869
|
modelModifiers: { trim: !0 },
|
|
870
870
|
clearable: ""
|
|
871
871
|
}, {
|
|
872
|
-
default:
|
|
872
|
+
default: H(() => {
|
|
873
873
|
var y;
|
|
874
874
|
return [
|
|
875
|
-
(D(!0),
|
|
875
|
+
(D(!0), U(ge, null, pe((y = ee(d)[W.dictCode]) == null ? void 0 : y.children, ($) => (D(), se(w, {
|
|
876
876
|
key: $.dictCode,
|
|
877
877
|
value: $.dictCode,
|
|
878
878
|
label: $.dictName
|
|
@@ -880,25 +880,25 @@ const Dn = (e, t, n) => {
|
|
|
880
880
|
];
|
|
881
881
|
}),
|
|
882
882
|
_: 2
|
|
883
|
-
}, 1032, ["modelValue", "onUpdate:modelValue"])) : ["date", "month", "datetime"].includes(
|
|
883
|
+
}, 1032, ["modelValue", "onUpdate:modelValue"])) : ["date", "month", "datetime"].includes(W.dataType) && !W.disabled ? (D(), se(G, {
|
|
884
884
|
key: 1,
|
|
885
|
-
modelValue: Q[
|
|
886
|
-
"onUpdate:modelValue": (y) => Q[
|
|
885
|
+
modelValue: Q[W.field],
|
|
886
|
+
"onUpdate:modelValue": (y) => Q[W.field] = y,
|
|
887
887
|
modelModifiers: { trim: !0 },
|
|
888
|
-
type:
|
|
888
|
+
type: W.dataType,
|
|
889
889
|
"value-format": "YYYY-MM-DD hh:mm:ss"
|
|
890
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "type"])) : !
|
|
890
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "type"])) : !W.da && !W.disabled ? xo((D(), U("input", {
|
|
891
891
|
key: 2,
|
|
892
|
-
"onUpdate:modelValue": (y) => Q[
|
|
892
|
+
"onUpdate:modelValue": (y) => Q[W.field] = y,
|
|
893
893
|
class: "ut-input"
|
|
894
894
|
}, null, 8, Qo)), [
|
|
895
895
|
[
|
|
896
896
|
Co,
|
|
897
|
-
Q[
|
|
897
|
+
Q[W.field],
|
|
898
898
|
void 0,
|
|
899
899
|
{ trim: !0 }
|
|
900
900
|
]
|
|
901
|
-
]) : c.value ? (D(),
|
|
901
|
+
]) : c.value ? (D(), U("span", es, X(Q[W.field]), 1)) : (D(), U("span", Zo, X(Q[W.field]), 1))
|
|
902
902
|
])
|
|
903
903
|
}))
|
|
904
904
|
]), 1040)
|
|
@@ -926,13 +926,13 @@ const Dn = (e, t, n) => {
|
|
|
926
926
|
o("close");
|
|
927
927
|
};
|
|
928
928
|
return (r, i) => {
|
|
929
|
-
const c =
|
|
930
|
-
return D(),
|
|
931
|
-
r.showTop && n.value ? (D(),
|
|
929
|
+
const c = j("ut-button");
|
|
930
|
+
return D(), U("div", rs, [
|
|
931
|
+
r.showTop && n.value ? (D(), U("div", {
|
|
932
932
|
key: 0,
|
|
933
933
|
class: ve(["ut-content-top", r.title ? "justify-between" : "justify-end"])
|
|
934
934
|
}, [
|
|
935
|
-
r.title ? (D(),
|
|
935
|
+
r.title ? (D(), U("span", is, X(r.title), 1)) : oe("", !0),
|
|
936
936
|
R("div", as, [
|
|
937
937
|
Ke(r.$slots, "header", {}, void 0, !0),
|
|
938
938
|
r.showClose ? (D(), se(c, {
|
|
@@ -958,7 +958,7 @@ const Dn = (e, t, n) => {
|
|
|
958
958
|
title: { default: "分割线" }
|
|
959
959
|
},
|
|
960
960
|
setup(e) {
|
|
961
|
-
return (t, n) => (D(),
|
|
961
|
+
return (t, n) => (D(), U("div", ps, [
|
|
962
962
|
R("div", ms, [
|
|
963
963
|
hs,
|
|
964
964
|
R("span", gs, X(t.title), 1)
|
|
@@ -990,18 +990,18 @@ const Dn = (e, t, n) => {
|
|
|
990
990
|
return (l = a.code) != null && l.toLowerCase().includes("print") ? "ri-printer-fill" : (k = a.code) != null && k.toLowerCase().includes("look") ? "ri-eye-fill" : "ri-edit-2-fill";
|
|
991
991
|
}, u = t;
|
|
992
992
|
return (a, l) => {
|
|
993
|
-
const k =
|
|
993
|
+
const k = j("IconifyIconOffline"), g = j("el-icon"), b = j("vxe-button"), _ = j("el-dropdown-item"), f = j("el-dropdown-menu"), x = j("el-dropdown");
|
|
994
994
|
return D(), se(x, {
|
|
995
995
|
trigger: a.trigger,
|
|
996
996
|
class: "ut-dropdown"
|
|
997
997
|
}, {
|
|
998
|
-
dropdown:
|
|
998
|
+
dropdown: H(() => [
|
|
999
999
|
I(f, { class: "ut-dropdown-menu" }, {
|
|
1000
|
-
default:
|
|
1001
|
-
(D(!0),
|
|
1000
|
+
default: H(() => [
|
|
1001
|
+
(D(!0), U(ge, null, pe(a.buttons, (S, T) => (D(), se(_, {
|
|
1002
1002
|
key: S.code
|
|
1003
1003
|
}, {
|
|
1004
|
-
default:
|
|
1004
|
+
default: H(() => [
|
|
1005
1005
|
S.visible !== !1 ? (D(), se(b, {
|
|
1006
1006
|
key: 0,
|
|
1007
1007
|
disabled: S.disabled || S.auth && !ee(s)(S.auth),
|
|
@@ -1017,15 +1017,15 @@ const Dn = (e, t, n) => {
|
|
|
1017
1017
|
_: 1
|
|
1018
1018
|
})
|
|
1019
1019
|
]),
|
|
1020
|
-
default:
|
|
1020
|
+
default: H(() => [
|
|
1021
1021
|
I(b, {
|
|
1022
1022
|
status: a.status,
|
|
1023
1023
|
disabled: a.disabled
|
|
1024
1024
|
}, {
|
|
1025
|
-
default:
|
|
1025
|
+
default: H(() => [
|
|
1026
1026
|
kn(X(a.$t("message.btn.more")) + " ", 1),
|
|
1027
1027
|
I(g, { class: "el-icon--right" }, {
|
|
1028
|
-
default:
|
|
1028
|
+
default: H(() => [
|
|
1029
1029
|
I(k, { icon: "ri:arrow-down-s-line" })
|
|
1030
1030
|
]),
|
|
1031
1031
|
_: 1
|
|
@@ -1065,8 +1065,8 @@ const Dn = (e, t, n) => {
|
|
|
1065
1065
|
}, 1600);
|
|
1066
1066
|
}
|
|
1067
1067
|
}), (l, k) => {
|
|
1068
|
-
const g =
|
|
1069
|
-
return D(),
|
|
1068
|
+
const g = j("vxe-checkbox"), b = j("vxe-form");
|
|
1069
|
+
return D(), U("div", Ss, [
|
|
1070
1070
|
I(b, be({
|
|
1071
1071
|
ref_key: "xForm",
|
|
1072
1072
|
ref: o,
|
|
@@ -1080,8 +1080,8 @@ const Dn = (e, t, n) => {
|
|
|
1080
1080
|
"title-align": "right",
|
|
1081
1081
|
"title-bold": ""
|
|
1082
1082
|
}, l.$attrs), {
|
|
1083
|
-
dividerPrefix:
|
|
1084
|
-
collapseNode:
|
|
1083
|
+
dividerPrefix: H(() => []),
|
|
1084
|
+
collapseNode: H(() => [
|
|
1085
1085
|
I(g, {
|
|
1086
1086
|
modelValue: r.value,
|
|
1087
1087
|
"onUpdate:modelValue": k[0] || (k[0] = (_) => r.value = _),
|
|
@@ -1164,7 +1164,7 @@ const Dn = (e, t, n) => {
|
|
|
1164
1164
|
return n.forEach((s) => {
|
|
1165
1165
|
var r, i, c;
|
|
1166
1166
|
if (s.multiple || (i = (r = s.itemRender) == null ? void 0 : r.props) != null && i.multiple)
|
|
1167
|
-
o[s.field] = (c = o[s.field]) == null ? void 0 : c.join(",");
|
|
1167
|
+
o[s.field] = (c = o[`_${s.field}`]) == null ? void 0 : c.join(","), delete o[`_${s.field}`];
|
|
1168
1168
|
else {
|
|
1169
1169
|
const d = o[s.field];
|
|
1170
1170
|
d && s.itemRender.startField ? (o[s.itemRender.startField] = Re(
|
|
@@ -1356,7 +1356,7 @@ const Dn = (e, t, n) => {
|
|
|
1356
1356
|
console.log("view ======", n.view);
|
|
1357
1357
|
const d = M(null), u = M(""), a = M(!1), l = M(!1), k = M(!1), g = M(!1), b = M(!0), _ = M({}), f = ye.get("loginer");
|
|
1358
1358
|
let x, S, T;
|
|
1359
|
-
const O = M([]),
|
|
1359
|
+
const O = M([]), z = ke(() => n.items.length ? Ie(C(), c) : {}), V = ke(() => n.items.length ? Bt(C(), "update") : n.items), C = () => {
|
|
1360
1360
|
const y = [
|
|
1361
1361
|
{ field: "title", title: "方案名称", required: !0 },
|
|
1362
1362
|
{
|
|
@@ -1366,7 +1366,7 @@ const Dn = (e, t, n) => {
|
|
|
1366
1366
|
}
|
|
1367
1367
|
];
|
|
1368
1368
|
return y.push(...re(n.items, !0)), y.filter(($) => $.field !== "dataFlat");
|
|
1369
|
-
},
|
|
1369
|
+
}, F = (y) => {
|
|
1370
1370
|
S = null;
|
|
1371
1371
|
const $ = y.select;
|
|
1372
1372
|
O.value.forEach((L) => {
|
|
@@ -1381,7 +1381,7 @@ const Dn = (e, t, n) => {
|
|
|
1381
1381
|
item: y,
|
|
1382
1382
|
...y.content
|
|
1383
1383
|
}, x = $, l.value = !0;
|
|
1384
|
-
},
|
|
1384
|
+
}, B = () => {
|
|
1385
1385
|
d.value.validate(async (y) => {
|
|
1386
1386
|
if (!y) {
|
|
1387
1387
|
const $ = m();
|
|
@@ -1425,9 +1425,9 @@ const Dn = (e, t, n) => {
|
|
|
1425
1425
|
y.forEach(($) => {
|
|
1426
1426
|
$.select = !1, $.content = JSON.parse($.content);
|
|
1427
1427
|
}), y.push({ id: "add" }), O.value = y;
|
|
1428
|
-
},
|
|
1428
|
+
}, P = (y) => {
|
|
1429
1429
|
var L;
|
|
1430
|
-
return (L =
|
|
1430
|
+
return (L = V.value.find((J) => J.field === y)) == null ? void 0 : L.title;
|
|
1431
1431
|
}, G = (y, $) => {
|
|
1432
1432
|
var J, Y, Z, me, Te;
|
|
1433
1433
|
const L = (J = n.items) == null ? void 0 : J.find((K) => K.field === y);
|
|
@@ -1450,7 +1450,7 @@ const Dn = (e, t, n) => {
|
|
|
1450
1450
|
);
|
|
1451
1451
|
}, fe = (y) => {
|
|
1452
1452
|
["Enter", "NumpadEnter"].includes(y.$event.code) && ie();
|
|
1453
|
-
},
|
|
1453
|
+
}, W = () => {
|
|
1454
1454
|
u.value = "", O.value = re(T, !0);
|
|
1455
1455
|
};
|
|
1456
1456
|
A();
|
|
@@ -1458,8 +1458,8 @@ const Dn = (e, t, n) => {
|
|
|
1458
1458
|
return Qe(() => {
|
|
1459
1459
|
a.value = !0;
|
|
1460
1460
|
}), (y, $) => {
|
|
1461
|
-
const L =
|
|
1462
|
-
return D(),
|
|
1461
|
+
const L = j("el-popover"), J = j("el-scrollbar"), Y = j("vxe-input"), Z = j("ut-button"), me = j("vxe-modal"), Te = j("vxe-form");
|
|
1462
|
+
return D(), U("div", Ns, [
|
|
1463
1463
|
I(me, {
|
|
1464
1464
|
modelValue: a.value,
|
|
1465
1465
|
"onUpdate:modelValue": $[4] || ($[4] = (K) => a.value = K),
|
|
@@ -1469,7 +1469,7 @@ const Dn = (e, t, n) => {
|
|
|
1469
1469
|
"show-footer": "",
|
|
1470
1470
|
onClose: $[5] || ($[5] = (K) => p())
|
|
1471
1471
|
}, {
|
|
1472
|
-
title:
|
|
1472
|
+
title: H(() => [
|
|
1473
1473
|
R("div", null, [
|
|
1474
1474
|
Is,
|
|
1475
1475
|
R("span", Ms, [
|
|
@@ -1478,10 +1478,10 @@ const Dn = (e, t, n) => {
|
|
|
1478
1478
|
width: 260,
|
|
1479
1479
|
trigger: "hover"
|
|
1480
1480
|
}, {
|
|
1481
|
-
reference:
|
|
1481
|
+
reference: H(() => [
|
|
1482
1482
|
Us
|
|
1483
1483
|
]),
|
|
1484
|
-
default:
|
|
1484
|
+
default: H(() => [
|
|
1485
1485
|
Bs
|
|
1486
1486
|
]),
|
|
1487
1487
|
_: 1
|
|
@@ -1489,28 +1489,28 @@ const Dn = (e, t, n) => {
|
|
|
1489
1489
|
])
|
|
1490
1490
|
])
|
|
1491
1491
|
]),
|
|
1492
|
-
default:
|
|
1492
|
+
default: H(() => [
|
|
1493
1493
|
R("div", Ls, [
|
|
1494
|
-
(D(!0),
|
|
1494
|
+
(D(!0), U(ge, null, pe(O.value, (K, He) => (D(), U("div", {
|
|
1495
1495
|
key: K.id,
|
|
1496
1496
|
class: "card",
|
|
1497
1497
|
style: Ve({ width: O.value.length === 1 ? "100%" : "" }),
|
|
1498
|
-
onClick: (_e) =>
|
|
1498
|
+
onClick: (_e) => F(K)
|
|
1499
1499
|
}, [
|
|
1500
|
-
K.id !== "add" ? (D(),
|
|
1500
|
+
K.id !== "add" ? (D(), U("div", {
|
|
1501
1501
|
key: 0,
|
|
1502
1502
|
class: ve(["flex flex-col justify-between card-content card2", { selectCard: K.select }])
|
|
1503
1503
|
}, [
|
|
1504
1504
|
R("div", Vs, [
|
|
1505
1505
|
R("span", zs, X(K.title) + "(" + X(K.userName === ee(f) ? "自己" : K.userName) + ")", 1),
|
|
1506
1506
|
R("div", qs, [
|
|
1507
|
-
K.userName === ee(f) || ee(r)("fetch") ? (D(),
|
|
1507
|
+
K.userName === ee(f) || ee(r)("fetch") ? (D(), U("div", {
|
|
1508
1508
|
key: 0,
|
|
1509
1509
|
class: "flex items-center justify-center",
|
|
1510
1510
|
style: { width: "16px", height: "16px", "margin-left": "12px", color: "#fff", "background-color": "rgb(29 78 216)", "border-radius": "8px" },
|
|
1511
1511
|
onClick: (_e) => N(K, He)
|
|
1512
1512
|
}, " ✔ ", 8, Hs)) : oe("", !0),
|
|
1513
|
-
K.userName === ee(f) || ee(r)("fetch") ? (D(),
|
|
1513
|
+
K.userName === ee(f) || ee(r)("fetch") ? (D(), U("div", {
|
|
1514
1514
|
key: 1,
|
|
1515
1515
|
class: "flex items-center justify-center",
|
|
1516
1516
|
style: { width: "16px", height: "16px", "margin-left": "12px", color: "#fff", "background-color": "rgb(185 28 28)", "border-radius": "8px" },
|
|
@@ -1522,25 +1522,25 @@ const Dn = (e, t, n) => {
|
|
|
1522
1522
|
style: { flex: "4" },
|
|
1523
1523
|
class: "w-full overflow-y-auto"
|
|
1524
1524
|
}, {
|
|
1525
|
-
default:
|
|
1526
|
-
(D(!0),
|
|
1525
|
+
default: H(() => [
|
|
1526
|
+
(D(!0), U(ge, null, pe(K.content, (_e, Be) => (D(), U("span", {
|
|
1527
1527
|
key: _e,
|
|
1528
1528
|
style: { height: "33.333%", "line-height": "2rem" },
|
|
1529
1529
|
class: "inline-block w-1/2"
|
|
1530
1530
|
}, [
|
|
1531
1531
|
R("span", Ys, [
|
|
1532
|
-
R("span", Js, X(y.$t(
|
|
1532
|
+
R("span", Js, X(y.$t(P(Be))) + ":", 1),
|
|
1533
1533
|
R("span", Ks, X(G(Be, _e)), 1)
|
|
1534
1534
|
])
|
|
1535
1535
|
]))), 128))
|
|
1536
1536
|
]),
|
|
1537
1537
|
_: 2
|
|
1538
1538
|
}, 1024)
|
|
1539
|
-
], 2)) : (D(),
|
|
1539
|
+
], 2)) : (D(), U("div", Gs, Qs))
|
|
1540
1540
|
], 12, js))), 128))
|
|
1541
1541
|
])
|
|
1542
1542
|
]),
|
|
1543
|
-
footer:
|
|
1543
|
+
footer: H(() => [
|
|
1544
1544
|
R("div", Zs, [
|
|
1545
1545
|
I(Y, {
|
|
1546
1546
|
modelValue: u.value,
|
|
@@ -1549,13 +1549,13 @@ const Dn = (e, t, n) => {
|
|
|
1549
1549
|
type: "search",
|
|
1550
1550
|
onSearchClick: ie,
|
|
1551
1551
|
onKeydown: fe,
|
|
1552
|
-
onClear:
|
|
1552
|
+
onClear: W
|
|
1553
1553
|
}, null, 8, ["modelValue"]),
|
|
1554
1554
|
I(Z, {
|
|
1555
1555
|
content: "reset",
|
|
1556
1556
|
status: "info",
|
|
1557
1557
|
icon: "ri-refresh-line",
|
|
1558
|
-
onTap: $[1] || ($[1] = (K) =>
|
|
1558
|
+
onTap: $[1] || ($[1] = (K) => W())
|
|
1559
1559
|
}),
|
|
1560
1560
|
I(Z, {
|
|
1561
1561
|
content: "cancel",
|
|
@@ -1583,18 +1583,18 @@ const Dn = (e, t, n) => {
|
|
|
1583
1583
|
"show-footer": "",
|
|
1584
1584
|
onClose: $[8] || ($[8] = (K) => p())
|
|
1585
1585
|
}, {
|
|
1586
|
-
default:
|
|
1586
|
+
default: H(() => [
|
|
1587
1587
|
I(Te, {
|
|
1588
1588
|
ref_key: "xForm",
|
|
1589
1589
|
ref: d,
|
|
1590
1590
|
data: _.value,
|
|
1591
|
-
items:
|
|
1592
|
-
rules:
|
|
1591
|
+
items: V.value,
|
|
1592
|
+
rules: z.value,
|
|
1593
1593
|
"title-align": "right",
|
|
1594
1594
|
"title-width": 90
|
|
1595
1595
|
}, null, 8, ["data", "items", "rules"])
|
|
1596
1596
|
]),
|
|
1597
|
-
footer:
|
|
1597
|
+
footer: H(() => [
|
|
1598
1598
|
R("div", er, [
|
|
1599
1599
|
I(Z, {
|
|
1600
1600
|
content: "cancel",
|
|
@@ -1605,7 +1605,7 @@ const Dn = (e, t, n) => {
|
|
|
1605
1605
|
I(Z, {
|
|
1606
1606
|
content: "confirm",
|
|
1607
1607
|
icon: "ri-save-3-line",
|
|
1608
|
-
onTap:
|
|
1608
|
+
onTap: B
|
|
1609
1609
|
})
|
|
1610
1610
|
])
|
|
1611
1611
|
]),
|
|
@@ -1702,7 +1702,7 @@ const Dn = (e, t, n) => {
|
|
|
1702
1702
|
return L._sort = $[L.field] || Y, r[L.field] = L._sort, L;
|
|
1703
1703
|
}).sort((L, J) => L._sort - J._sort) : y;
|
|
1704
1704
|
}
|
|
1705
|
-
const
|
|
1705
|
+
const z = () => {
|
|
1706
1706
|
l.items.length && (S.formConfig = {
|
|
1707
1707
|
titleWidth: 100,
|
|
1708
1708
|
titleAlign: "right",
|
|
@@ -1722,13 +1722,13 @@ const Dn = (e, t, n) => {
|
|
|
1722
1722
|
height: "75%"
|
|
1723
1723
|
}
|
|
1724
1724
|
}), o.mergeFooter && (S.showFooter = !0, S.footerMethod = ({ columns: $, data: L }) => Bn({ columns: $, data: L }, o.mergeFooter));
|
|
1725
|
-
},
|
|
1725
|
+
}, V = () => {
|
|
1726
1726
|
g.value.commitProxy("query");
|
|
1727
|
-
}, C = () => (S.editRules = f(), g.value.refreshColumn()),
|
|
1727
|
+
}, C = () => (S.editRules = f(), g.value.refreshColumn()), F = () => {
|
|
1728
1728
|
S.loading = !0;
|
|
1729
1729
|
}, E = () => {
|
|
1730
1730
|
S.loading = !1;
|
|
1731
|
-
}, N = () => Sn(g.value),
|
|
1731
|
+
}, N = () => Sn(g.value), B = () => g.value.getTableData().fullData, A = (y = !1) => {
|
|
1732
1732
|
const $ = l.columns[0].type, L = $ === "radio" ? g.value.getRadioRecord(y) : g.value.getCheckboxRecords(y);
|
|
1733
1733
|
return $ === "checkbox" && !L.length ? (Ae(k("message.tip_selectedRecord")), []) : $ === "radio" && !L ? (Ae(k("message.tip_selectedRecord")), null) : L;
|
|
1734
1734
|
}, v = (y, $) => {
|
|
@@ -1766,18 +1766,18 @@ const Dn = (e, t, n) => {
|
|
|
1766
1766
|
}, w = (y) => {
|
|
1767
1767
|
b.value = !1;
|
|
1768
1768
|
const { form: $ } = g.value.getProxyInfo();
|
|
1769
|
-
Object.assign($, y),
|
|
1769
|
+
Object.assign($, y), V();
|
|
1770
1770
|
};
|
|
1771
1771
|
t({
|
|
1772
|
-
getTableData:
|
|
1772
|
+
getTableData: B,
|
|
1773
1773
|
getSelectRecords: A,
|
|
1774
|
-
refreshData:
|
|
1774
|
+
refreshData: V,
|
|
1775
1775
|
refreshColumn: C,
|
|
1776
1776
|
getInstance: N,
|
|
1777
|
-
showLoading:
|
|
1777
|
+
showLoading: F,
|
|
1778
1778
|
hiddenLoading: E
|
|
1779
1779
|
});
|
|
1780
|
-
const
|
|
1780
|
+
const P = ({ code: y }) => {
|
|
1781
1781
|
Q("buttonClick", y);
|
|
1782
1782
|
}, G = (y) => {
|
|
1783
1783
|
Q("cellClick", y);
|
|
@@ -1791,26 +1791,26 @@ const Dn = (e, t, n) => {
|
|
|
1791
1791
|
o.mode !== "inline" && !(o != null && o.height) && (y = window.innerHeight - 180), S.height = y < 240 ? 240 : y;
|
|
1792
1792
|
})();
|
|
1793
1793
|
};
|
|
1794
|
-
let
|
|
1794
|
+
let W;
|
|
1795
1795
|
Oe(() => {
|
|
1796
|
-
|
|
1796
|
+
W = setTimeout(() => {
|
|
1797
1797
|
m();
|
|
1798
1798
|
}, 500);
|
|
1799
1799
|
}), ko(() => {
|
|
1800
|
-
clearTimeout(
|
|
1800
|
+
clearTimeout(W), p && p.destroy();
|
|
1801
1801
|
}), ut(() => {
|
|
1802
|
-
|
|
1802
|
+
z(), fe();
|
|
1803
1803
|
});
|
|
1804
1804
|
const Q = n;
|
|
1805
1805
|
return (y, $) => {
|
|
1806
|
-
const L =
|
|
1807
|
-
return D(),
|
|
1806
|
+
const L = j("vxe-grid");
|
|
1807
|
+
return D(), U("div", or, [
|
|
1808
1808
|
I(L, be({
|
|
1809
1809
|
ref_key: "xgrid",
|
|
1810
1810
|
ref: g
|
|
1811
1811
|
}, S, { class: "ut-grid-wrapper" }, Nt(ee(o).events || {}), {
|
|
1812
|
-
onToolbarButtonClick:
|
|
1813
|
-
onToolbarToolClick:
|
|
1812
|
+
onToolbarButtonClick: P,
|
|
1813
|
+
onToolbarToolClick: P,
|
|
1814
1814
|
onCellClick: G,
|
|
1815
1815
|
onCellDblclick: ce,
|
|
1816
1816
|
onEditActivated: ie
|
|
@@ -1844,74 +1844,83 @@ const Dn = (e, t, n) => {
|
|
|
1844
1844
|
emits: ["close", "confirm"],
|
|
1845
1845
|
setup(e, { expose: t, emit: n }) {
|
|
1846
1846
|
const o = e, s = Vt(Ut()), r = M(!1), c = Se().appContext.config.globalProperties.$serviceApi, d = ke(() => o.items.length ? Ie(o.items, u) : {}), { t: u } = De(), a = ke(() => o.items.length ? Bt(re(o.items, !0), o.dataStatus, 24) : o.items), l = M(!1), k = M(null), g = () => {
|
|
1847
|
-
k.value.validate(async (
|
|
1848
|
-
if (!
|
|
1849
|
-
const { record:
|
|
1850
|
-
if (
|
|
1847
|
+
k.value.validate(async (V) => {
|
|
1848
|
+
if (!V) {
|
|
1849
|
+
const { record: C, url: F, method: E } = o;
|
|
1850
|
+
if (F) {
|
|
1851
1851
|
b();
|
|
1852
|
-
const
|
|
1853
|
-
if (
|
|
1854
|
-
const [
|
|
1855
|
-
|
|
1852
|
+
const N = s != null && s.dataProcessMethod ? s == null ? void 0 : s.dataProcessMethod(C) : C;
|
|
1853
|
+
if (F) {
|
|
1854
|
+
const [B, A] = await Lt(c[E](F, N));
|
|
1855
|
+
B || (at(), z("confirm", A));
|
|
1856
1856
|
}
|
|
1857
1857
|
_(), S();
|
|
1858
1858
|
} else
|
|
1859
|
-
|
|
1859
|
+
z("confirm");
|
|
1860
1860
|
}
|
|
1861
1861
|
});
|
|
1862
1862
|
}, b = () => {
|
|
1863
1863
|
r.value = !0;
|
|
1864
1864
|
}, _ = () => {
|
|
1865
1865
|
r.value = !1;
|
|
1866
|
-
}, f = (
|
|
1867
|
-
k.value.validate(
|
|
1868
|
-
}, x = (
|
|
1869
|
-
k.value.validate(
|
|
1866
|
+
}, f = (V) => {
|
|
1867
|
+
k.value.validate(V);
|
|
1868
|
+
}, x = (V) => {
|
|
1869
|
+
k.value.validate(V);
|
|
1870
1870
|
}, S = () => {
|
|
1871
|
-
l.value = !1,
|
|
1871
|
+
l.value = !1, z("close");
|
|
1872
1872
|
}, T = () => {
|
|
1873
1873
|
l.value = !0;
|
|
1874
|
-
}, O =
|
|
1875
|
-
|
|
1874
|
+
}, O = () => {
|
|
1875
|
+
S();
|
|
1876
|
+
}, z = n;
|
|
1877
|
+
return t({
|
|
1878
|
+
showLoading: b,
|
|
1879
|
+
hiddenLoading: _,
|
|
1880
|
+
openModal: T,
|
|
1881
|
+
closeModal: O,
|
|
1882
|
+
validate: f,
|
|
1883
|
+
validateForm: x
|
|
1884
|
+
}), ut(() => {
|
|
1876
1885
|
T();
|
|
1877
|
-
}), (
|
|
1878
|
-
const
|
|
1879
|
-
return D(),
|
|
1880
|
-
I(
|
|
1886
|
+
}), (V, C) => {
|
|
1887
|
+
const F = j("vxe-form"), E = j("ut-button"), N = j("vxe-modal");
|
|
1888
|
+
return D(), U("div", null, [
|
|
1889
|
+
I(N, be({
|
|
1881
1890
|
modelValue: l.value,
|
|
1882
|
-
"onUpdate:modelValue":
|
|
1883
|
-
title:
|
|
1884
|
-
width:
|
|
1885
|
-
height:
|
|
1891
|
+
"onUpdate:modelValue": C[0] || (C[0] = (B) => l.value = B),
|
|
1892
|
+
title: V.title,
|
|
1893
|
+
width: V.width,
|
|
1894
|
+
height: V.height,
|
|
1886
1895
|
loading: r.value,
|
|
1887
|
-
"show-footer":
|
|
1896
|
+
"show-footer": V.dataStatus !== "detail",
|
|
1888
1897
|
"min-width": "240",
|
|
1889
1898
|
"min-height": "300",
|
|
1890
1899
|
"destroy-on-close": "",
|
|
1891
1900
|
resize: ""
|
|
1892
|
-
},
|
|
1893
|
-
default:
|
|
1894
|
-
I(
|
|
1901
|
+
}, V.modalOptions, { onClose: S }), {
|
|
1902
|
+
default: H(() => [
|
|
1903
|
+
I(F, be({
|
|
1895
1904
|
ref_key: "xForm",
|
|
1896
1905
|
ref: k,
|
|
1897
|
-
data:
|
|
1906
|
+
data: V.record,
|
|
1898
1907
|
items: a.value,
|
|
1899
1908
|
rules: d.value,
|
|
1900
1909
|
"title-width": 100,
|
|
1901
1910
|
"title-align": "right"
|
|
1902
|
-
},
|
|
1903
|
-
dividerPrefix:
|
|
1911
|
+
}, V.formOptions), {
|
|
1912
|
+
dividerPrefix: H(() => []),
|
|
1904
1913
|
_: 1
|
|
1905
1914
|
}, 16, ["data", "items", "rules"])
|
|
1906
1915
|
]),
|
|
1907
|
-
footer:
|
|
1908
|
-
I(
|
|
1916
|
+
footer: H(() => [
|
|
1917
|
+
I(E, {
|
|
1909
1918
|
status: "warning",
|
|
1910
1919
|
content: "cancel",
|
|
1911
1920
|
icon: "ri-close-line",
|
|
1912
1921
|
onTap: S
|
|
1913
1922
|
}),
|
|
1914
|
-
I(
|
|
1923
|
+
I(E, {
|
|
1915
1924
|
status: "u-cyan",
|
|
1916
1925
|
content: "confirm",
|
|
1917
1926
|
icon: "ri-save-3-line",
|
|
@@ -1998,35 +2007,35 @@ const Dn = (e, t, n) => {
|
|
|
1998
2007
|
if (Rt(o.beforeConfirm) && !o.beforeConfirm(p)) return;
|
|
1999
2008
|
const { submitUrl: w } = s;
|
|
2000
2009
|
if (w) {
|
|
2001
|
-
|
|
2002
|
-
let
|
|
2010
|
+
F();
|
|
2011
|
+
let P;
|
|
2003
2012
|
try {
|
|
2004
|
-
p.forEach((G) => Object.assign(G, s.defaultParams)),
|
|
2013
|
+
p.forEach((G) => Object.assign(G, s.defaultParams)), P = await u.post(w, p);
|
|
2005
2014
|
} finally {
|
|
2006
|
-
|
|
2015
|
+
P && B("confirm", P), P && at(l("message.operateSuccess")), A(), E();
|
|
2007
2016
|
}
|
|
2008
2017
|
} else
|
|
2009
|
-
s.autoClose && A(),
|
|
2018
|
+
s.autoClose && A(), B("confirm", p);
|
|
2010
2019
|
}, S = () => {
|
|
2011
2020
|
i.value.commitProxy("query");
|
|
2012
2021
|
}, T = () => {
|
|
2013
2022
|
_.editRules = b(), i.value.refreshColumn();
|
|
2014
|
-
}, O = () => Sn(i.value),
|
|
2023
|
+
}, O = () => Sn(i.value), z = ({ row: p }) => {
|
|
2015
2024
|
const m = s.columns[0].type;
|
|
2016
2025
|
m === "checkbox" ? i.value.setCheckboxRow(p, !0) : m === "radio" && i.value.setRadioRow(p);
|
|
2017
|
-
},
|
|
2018
|
-
|
|
2026
|
+
}, V = (p) => {
|
|
2027
|
+
B("actived", p);
|
|
2019
2028
|
}, C = ({ code: p }) => {
|
|
2020
|
-
|
|
2021
|
-
},
|
|
2029
|
+
B("buttonClick", p);
|
|
2030
|
+
}, F = () => {
|
|
2022
2031
|
_.loading = !0;
|
|
2023
2032
|
}, E = () => {
|
|
2024
2033
|
_.loading = !1;
|
|
2025
2034
|
}, N = (p = !1) => {
|
|
2026
2035
|
const m = s.columns[0].type, w = m === "radio" ? xgrid.value.getRadioRecord(p) : xgrid.value.getCheckboxRecords(p);
|
|
2027
2036
|
return m === "checkbox" && !w.length ? (Ae(l("message.tip_selectedRecord")), []) : m === "radio" && !w ? (Ae(l("message.tip_selectedRecord")), null) : w;
|
|
2028
|
-
},
|
|
2029
|
-
Rt(o.beforeClose) && !o.beforeClose() || (r.value = !1,
|
|
2037
|
+
}, B = n, A = () => {
|
|
2038
|
+
Rt(o.beforeClose) && !o.beforeClose() || (r.value = !1, B("close"));
|
|
2030
2039
|
}, v = () => {
|
|
2031
2040
|
s.items.length && (_.formConfig = {
|
|
2032
2041
|
titleWidth: 100,
|
|
@@ -2042,15 +2051,15 @@ const Dn = (e, t, n) => {
|
|
|
2042
2051
|
refreshData: S,
|
|
2043
2052
|
refreshColumn: T,
|
|
2044
2053
|
getInstance: O,
|
|
2045
|
-
showLoading:
|
|
2054
|
+
showLoading: F,
|
|
2046
2055
|
hiddenLoading: E,
|
|
2047
2056
|
getSelectRecords: N,
|
|
2048
2057
|
close: A
|
|
2049
2058
|
}), ut(() => {
|
|
2050
2059
|
r.value = !0, v();
|
|
2051
2060
|
}), (p, m) => {
|
|
2052
|
-
const w =
|
|
2053
|
-
return D(),
|
|
2061
|
+
const w = j("vxe-grid"), P = j("ut-button"), G = j("vxe-modal");
|
|
2062
|
+
return D(), U("div", null, [
|
|
2054
2063
|
I(G, {
|
|
2055
2064
|
modelValue: r.value,
|
|
2056
2065
|
"onUpdate:modelValue": m[0] || (m[0] = (ce) => r.value = ce),
|
|
@@ -2063,27 +2072,27 @@ const Dn = (e, t, n) => {
|
|
|
2063
2072
|
"destroy-on-close": "",
|
|
2064
2073
|
onClose: A
|
|
2065
2074
|
}, {
|
|
2066
|
-
default:
|
|
2075
|
+
default: H(() => [
|
|
2067
2076
|
Ke(p.$slots, "default"),
|
|
2068
2077
|
I(w, be({
|
|
2069
2078
|
ref_key: "xGrid",
|
|
2070
2079
|
ref: i
|
|
2071
2080
|
}, _, { resizable: "" }, Nt(ee(o).events || {}), {
|
|
2072
|
-
onEditActivated:
|
|
2081
|
+
onEditActivated: V,
|
|
2073
2082
|
onToolbarButtonClick: C,
|
|
2074
2083
|
onToolbarToolClick: C,
|
|
2075
|
-
onCellClick:
|
|
2084
|
+
onCellClick: z
|
|
2076
2085
|
}), null, 16)
|
|
2077
2086
|
]),
|
|
2078
|
-
footer:
|
|
2087
|
+
footer: H(() => [
|
|
2079
2088
|
Ke(p.$slots, "bottom"),
|
|
2080
|
-
I(
|
|
2089
|
+
I(P, {
|
|
2081
2090
|
icon: "ri-close-line",
|
|
2082
2091
|
status: "warning",
|
|
2083
2092
|
content: "cancel",
|
|
2084
2093
|
onTap: A
|
|
2085
2094
|
}),
|
|
2086
|
-
I(
|
|
2095
|
+
I(P, {
|
|
2087
2096
|
icon: "ri-save-3-line",
|
|
2088
2097
|
content: "confirm",
|
|
2089
2098
|
onTap: x
|
|
@@ -2318,10 +2327,10 @@ const Wr = (e) => {
|
|
|
2318
2327
|
asap: Kr,
|
|
2319
2328
|
isIterable: Gr
|
|
2320
2329
|
};
|
|
2321
|
-
function
|
|
2330
|
+
function q(e, t, n, o, s) {
|
|
2322
2331
|
Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", t && (this.code = t), n && (this.config = n), o && (this.request = o), s && (this.response = s, this.status = s.status ? s.status : null);
|
|
2323
2332
|
}
|
|
2324
|
-
h.inherits(
|
|
2333
|
+
h.inherits(q, Error, {
|
|
2325
2334
|
toJSON: function() {
|
|
2326
2335
|
return {
|
|
2327
2336
|
// Standard
|
|
@@ -2342,7 +2351,7 @@ h.inherits(z, Error, {
|
|
|
2342
2351
|
};
|
|
2343
2352
|
}
|
|
2344
2353
|
});
|
|
2345
|
-
const Kn =
|
|
2354
|
+
const Kn = q.prototype, Gn = {};
|
|
2346
2355
|
[
|
|
2347
2356
|
"ERR_BAD_OPTION_VALUE",
|
|
2348
2357
|
"ERR_BAD_OPTION",
|
|
@@ -2360,13 +2369,13 @@ const Kn = z.prototype, Gn = {};
|
|
|
2360
2369
|
].forEach((e) => {
|
|
2361
2370
|
Gn[e] = { value: e };
|
|
2362
2371
|
});
|
|
2363
|
-
Object.defineProperties(
|
|
2372
|
+
Object.defineProperties(q, Gn);
|
|
2364
2373
|
Object.defineProperty(Kn, "isAxiosError", { value: !0 });
|
|
2365
|
-
|
|
2374
|
+
q.from = (e, t, n, o, s, r) => {
|
|
2366
2375
|
const i = Object.create(Kn);
|
|
2367
2376
|
return h.toFlatObject(e, i, function(d) {
|
|
2368
2377
|
return d !== Error.prototype;
|
|
2369
|
-
}, (c) => c !== "isAxiosError"),
|
|
2378
|
+
}, (c) => c !== "isAxiosError"), q.call(i, e.message, t, n, o, s), i.cause = e, i.name = e.name, r && Object.assign(i, r), i;
|
|
2370
2379
|
};
|
|
2371
2380
|
const Xr = null;
|
|
2372
2381
|
function $t(e) {
|
|
@@ -2404,7 +2413,7 @@ function gt(e, t, n) {
|
|
|
2404
2413
|
if (h.isDate(b))
|
|
2405
2414
|
return b.toISOString();
|
|
2406
2415
|
if (!d && h.isBlob(b))
|
|
2407
|
-
throw new
|
|
2416
|
+
throw new q("Blob is not supported. Use a Buffer instead.");
|
|
2408
2417
|
return h.isArrayBuffer(b) || h.isTypedArray(b) ? d && typeof Blob == "function" ? new Blob([b]) : Buffer.from(b) : b;
|
|
2409
2418
|
}
|
|
2410
2419
|
function a(b, _, f) {
|
|
@@ -2654,7 +2663,7 @@ const et = {
|
|
|
2654
2663
|
return JSON.parse(t);
|
|
2655
2664
|
} catch (c) {
|
|
2656
2665
|
if (i)
|
|
2657
|
-
throw c.name === "SyntaxError" ?
|
|
2666
|
+
throw c.name === "SyntaxError" ? q.from(c, q.ERR_BAD_RESPONSE, this, null, this.response) : c;
|
|
2658
2667
|
}
|
|
2659
2668
|
}
|
|
2660
2669
|
return t;
|
|
@@ -2897,16 +2906,16 @@ function no(e) {
|
|
|
2897
2906
|
return !!(e && e.__CANCEL__);
|
|
2898
2907
|
}
|
|
2899
2908
|
function qe(e, t, n) {
|
|
2900
|
-
|
|
2909
|
+
q.call(this, e ?? "canceled", q.ERR_CANCELED, t, n), this.name = "CanceledError";
|
|
2901
2910
|
}
|
|
2902
|
-
h.inherits(qe,
|
|
2911
|
+
h.inherits(qe, q, {
|
|
2903
2912
|
__CANCEL__: !0
|
|
2904
2913
|
});
|
|
2905
2914
|
function oo(e, t, n) {
|
|
2906
2915
|
const o = n.config.validateStatus;
|
|
2907
|
-
!n.status || !o || o(n.status) ? e(n) : t(new
|
|
2916
|
+
!n.status || !o || o(n.status) ? e(n) : t(new q(
|
|
2908
2917
|
"Request failed with status code " + n.status,
|
|
2909
|
-
[
|
|
2918
|
+
[q.ERR_BAD_REQUEST, q.ERR_BAD_RESPONSE][Math.floor(n.status / 100) - 4],
|
|
2910
2919
|
n.config,
|
|
2911
2920
|
n.request,
|
|
2912
2921
|
n
|
|
@@ -3112,7 +3121,7 @@ const ro = (e) => {
|
|
|
3112
3121
|
return;
|
|
3113
3122
|
const T = de.from(
|
|
3114
3123
|
"getAllResponseHeaders" in f && f.getAllResponseHeaders()
|
|
3115
|
-
),
|
|
3124
|
+
), z = {
|
|
3116
3125
|
data: !c || c === "text" || c === "json" ? f.responseText : f.response,
|
|
3117
3126
|
status: f.status,
|
|
3118
3127
|
statusText: f.statusText,
|
|
@@ -3124,31 +3133,31 @@ const ro = (e) => {
|
|
|
3124
3133
|
n(C), _();
|
|
3125
3134
|
}, function(C) {
|
|
3126
3135
|
o(C), _();
|
|
3127
|
-
},
|
|
3136
|
+
}, z), f = null;
|
|
3128
3137
|
}
|
|
3129
3138
|
"onloadend" in f ? f.onloadend = x : f.onreadystatechange = function() {
|
|
3130
3139
|
!f || f.readyState !== 4 || f.status === 0 && !(f.responseURL && f.responseURL.indexOf("file:") === 0) || setTimeout(x);
|
|
3131
3140
|
}, f.onabort = function() {
|
|
3132
|
-
f && (o(new
|
|
3141
|
+
f && (o(new q("Request aborted", q.ECONNABORTED, e, f)), f = null);
|
|
3133
3142
|
}, f.onerror = function() {
|
|
3134
|
-
o(new
|
|
3143
|
+
o(new q("Network Error", q.ERR_NETWORK, e, f)), f = null;
|
|
3135
3144
|
}, f.ontimeout = function() {
|
|
3136
3145
|
let O = s.timeout ? "timeout of " + s.timeout + "ms exceeded" : "timeout exceeded";
|
|
3137
|
-
const
|
|
3138
|
-
s.timeoutErrorMessage && (O = s.timeoutErrorMessage), o(new
|
|
3146
|
+
const z = s.transitional || eo;
|
|
3147
|
+
s.timeoutErrorMessage && (O = s.timeoutErrorMessage), o(new q(
|
|
3139
3148
|
O,
|
|
3140
|
-
|
|
3149
|
+
z.clarifyTimeoutError ? q.ETIMEDOUT : q.ECONNABORTED,
|
|
3141
3150
|
e,
|
|
3142
3151
|
f
|
|
3143
3152
|
)), f = null;
|
|
3144
|
-
}, r === void 0 && i.setContentType(null), "setRequestHeader" in f && h.forEach(i.toJSON(), function(O,
|
|
3145
|
-
f.setRequestHeader(
|
|
3153
|
+
}, r === void 0 && i.setContentType(null), "setRequestHeader" in f && h.forEach(i.toJSON(), function(O, z) {
|
|
3154
|
+
f.setRequestHeader(z, O);
|
|
3146
3155
|
}), h.isUndefined(s.withCredentials) || (f.withCredentials = !!s.withCredentials), c && c !== "json" && (f.responseType = s.responseType), u && ([k, b] = lt(u, !0), f.addEventListener("progress", k)), d && f.upload && ([l, g] = lt(d), f.upload.addEventListener("progress", l), f.upload.addEventListener("loadend", g)), (s.cancelToken || s.signal) && (a = (T) => {
|
|
3147
3156
|
f && (o(!T || T.type ? new qe(null, e, f) : T), f.abort(), f = null);
|
|
3148
3157
|
}, s.cancelToken && s.cancelToken.subscribe(a), s.signal && (s.signal.aborted ? a() : s.signal.addEventListener("abort", a)));
|
|
3149
3158
|
const S = bi(s.url);
|
|
3150
3159
|
if (S && ae.protocols.indexOf(S) === -1) {
|
|
3151
|
-
o(new
|
|
3160
|
+
o(new q("Unsupported protocol " + S + ":", q.ERR_BAD_REQUEST, e));
|
|
3152
3161
|
return;
|
|
3153
3162
|
}
|
|
3154
3163
|
f.send(r || null);
|
|
@@ -3161,11 +3170,11 @@ const ro = (e) => {
|
|
|
3161
3170
|
if (!s) {
|
|
3162
3171
|
s = !0, c();
|
|
3163
3172
|
const a = u instanceof Error ? u : this.reason;
|
|
3164
|
-
o.abort(a instanceof
|
|
3173
|
+
o.abort(a instanceof q ? a : new qe(a instanceof Error ? a.message : a));
|
|
3165
3174
|
}
|
|
3166
3175
|
};
|
|
3167
3176
|
let i = t && setTimeout(() => {
|
|
3168
|
-
i = null, r(new
|
|
3177
|
+
i = null, r(new q(`timeout ${t} of ms exceeded`, q.ETIMEDOUT));
|
|
3169
3178
|
}, t);
|
|
3170
3179
|
const c = () => {
|
|
3171
3180
|
e && (i && clearTimeout(i), i = null, e.forEach((u) => {
|
|
@@ -3255,7 +3264,7 @@ const ro = (e) => {
|
|
|
3255
3264
|
yt && ((e) => {
|
|
3256
3265
|
["text", "arrayBuffer", "blob", "formData", "stream"].forEach((t) => {
|
|
3257
3266
|
!ct[t] && (ct[t] = h.isFunction(e[t]) ? (n) => n[t]() : (n, o) => {
|
|
3258
|
-
throw new
|
|
3267
|
+
throw new q(`Response type '${t}' is not supported`, q.ERR_NOT_SUPPORT, o);
|
|
3259
3268
|
});
|
|
3260
3269
|
});
|
|
3261
3270
|
})(new Response());
|
|
@@ -3299,17 +3308,17 @@ const Pi = async (e) => {
|
|
|
3299
3308
|
let f;
|
|
3300
3309
|
try {
|
|
3301
3310
|
if (d && Fi && n !== "get" && n !== "head" && (f = await Ni(a, o)) !== 0) {
|
|
3302
|
-
let
|
|
3311
|
+
let z = new Request(t, {
|
|
3303
3312
|
method: "POST",
|
|
3304
3313
|
body: o,
|
|
3305
3314
|
duplex: "half"
|
|
3306
|
-
}),
|
|
3307
|
-
if (h.isFormData(o) && (
|
|
3308
|
-
const [C,
|
|
3315
|
+
}), V;
|
|
3316
|
+
if (h.isFormData(o) && (V = z.headers.get("content-type")) && a.setContentType(V), z.body) {
|
|
3317
|
+
const [C, F] = un(
|
|
3309
3318
|
f,
|
|
3310
3319
|
lt(dn(d))
|
|
3311
3320
|
);
|
|
3312
|
-
o = pn(
|
|
3321
|
+
o = pn(z.body, mn, C, F);
|
|
3313
3322
|
}
|
|
3314
3323
|
}
|
|
3315
3324
|
h.isString(l) || (l = l ? "include" : "omit");
|
|
@@ -3326,25 +3335,25 @@ const Pi = async (e) => {
|
|
|
3326
3335
|
let S = await fetch(b);
|
|
3327
3336
|
const T = Dt && (u === "stream" || u === "response");
|
|
3328
3337
|
if (Dt && (c || T && _)) {
|
|
3329
|
-
const
|
|
3338
|
+
const z = {};
|
|
3330
3339
|
["status", "statusText", "headers"].forEach((E) => {
|
|
3331
|
-
|
|
3340
|
+
z[E] = S[E];
|
|
3332
3341
|
});
|
|
3333
|
-
const
|
|
3334
|
-
|
|
3342
|
+
const V = h.toFiniteNumber(S.headers.get("content-length")), [C, F] = c && un(
|
|
3343
|
+
V,
|
|
3335
3344
|
lt(dn(c), !0)
|
|
3336
3345
|
) || [];
|
|
3337
3346
|
S = new Response(
|
|
3338
3347
|
pn(S.body, mn, C, () => {
|
|
3339
|
-
|
|
3348
|
+
F && F(), _ && _();
|
|
3340
3349
|
}),
|
|
3341
|
-
|
|
3350
|
+
z
|
|
3342
3351
|
);
|
|
3343
3352
|
}
|
|
3344
3353
|
u = u || "text";
|
|
3345
3354
|
let O = await ct[h.findKey(ct, u) || "text"](S, e);
|
|
3346
|
-
return !T && _ && _(), await new Promise((
|
|
3347
|
-
oo(
|
|
3355
|
+
return !T && _ && _(), await new Promise((z, V) => {
|
|
3356
|
+
oo(z, V, {
|
|
3348
3357
|
data: O,
|
|
3349
3358
|
headers: de.from(S.headers),
|
|
3350
3359
|
status: S.status,
|
|
@@ -3355,11 +3364,11 @@ const Pi = async (e) => {
|
|
|
3355
3364
|
});
|
|
3356
3365
|
} catch (x) {
|
|
3357
3366
|
throw _ && _(), x && x.name === "TypeError" && /Load failed|fetch/i.test(x.message) ? Object.assign(
|
|
3358
|
-
new
|
|
3367
|
+
new q("Network Error", q.ERR_NETWORK, e, b),
|
|
3359
3368
|
{
|
|
3360
3369
|
cause: x.cause || x
|
|
3361
3370
|
}
|
|
3362
|
-
) :
|
|
3371
|
+
) : q.from(x, x && x.code, e, b);
|
|
3363
3372
|
}
|
|
3364
3373
|
}), At = {
|
|
3365
3374
|
http: Xr,
|
|
@@ -3385,7 +3394,7 @@ const hn = (e) => `- ${e}`, Mi = (e) => h.isFunction(e) || e === null || e === !
|
|
|
3385
3394
|
n = e[r];
|
|
3386
3395
|
let i;
|
|
3387
3396
|
if (o = n, !Mi(n) && (o = At[(i = String(n)).toLowerCase()], o === void 0))
|
|
3388
|
-
throw new
|
|
3397
|
+
throw new q(`Unknown adapter '${i}'`);
|
|
3389
3398
|
if (o)
|
|
3390
3399
|
break;
|
|
3391
3400
|
s[i || "#" + r] = o;
|
|
@@ -3397,7 +3406,7 @@ const hn = (e) => `- ${e}`, Mi = (e) => h.isFunction(e) || e === null || e === !
|
|
|
3397
3406
|
let i = t ? r.length > 1 ? `since :
|
|
3398
3407
|
` + r.map(hn).join(`
|
|
3399
3408
|
`) : " " + hn(r[0]) : "as no adapter specified";
|
|
3400
|
-
throw new
|
|
3409
|
+
throw new q(
|
|
3401
3410
|
"There is no suitable adapter to dispatch the request " + i,
|
|
3402
3411
|
"ERR_NOT_SUPPORT"
|
|
3403
3412
|
);
|
|
@@ -3441,9 +3450,9 @@ vt.transitional = function(t, n, o) {
|
|
|
3441
3450
|
}
|
|
3442
3451
|
return (r, i, c) => {
|
|
3443
3452
|
if (t === !1)
|
|
3444
|
-
throw new
|
|
3453
|
+
throw new q(
|
|
3445
3454
|
s(i, " has been removed" + (n ? " in " + n : "")),
|
|
3446
|
-
|
|
3455
|
+
q.ERR_DEPRECATED
|
|
3447
3456
|
);
|
|
3448
3457
|
return n && !yn[i] && (yn[i] = !0, console.warn(
|
|
3449
3458
|
s(
|
|
@@ -3458,7 +3467,7 @@ vt.spelling = function(t) {
|
|
|
3458
3467
|
};
|
|
3459
3468
|
function Ui(e, t, n) {
|
|
3460
3469
|
if (typeof e != "object")
|
|
3461
|
-
throw new
|
|
3470
|
+
throw new q("options must be an object", q.ERR_BAD_OPTION_VALUE);
|
|
3462
3471
|
const o = Object.keys(e);
|
|
3463
3472
|
let s = o.length;
|
|
3464
3473
|
for (; s-- > 0; ) {
|
|
@@ -3466,11 +3475,11 @@ function Ui(e, t, n) {
|
|
|
3466
3475
|
if (i) {
|
|
3467
3476
|
const c = e[r], d = c === void 0 || i(c, r, e);
|
|
3468
3477
|
if (d !== !0)
|
|
3469
|
-
throw new
|
|
3478
|
+
throw new q("option " + r + " must be " + d, q.ERR_BAD_OPTION_VALUE);
|
|
3470
3479
|
continue;
|
|
3471
3480
|
}
|
|
3472
3481
|
if (n !== !0)
|
|
3473
|
-
throw new
|
|
3482
|
+
throw new q("Unknown option " + r, q.ERR_BAD_OPTION);
|
|
3474
3483
|
}
|
|
3475
3484
|
}
|
|
3476
3485
|
const st = {
|
|
@@ -3763,7 +3772,7 @@ ne.CancelToken = Bi;
|
|
|
3763
3772
|
ne.isCancel = no;
|
|
3764
3773
|
ne.VERSION = co;
|
|
3765
3774
|
ne.toFormData = gt;
|
|
3766
|
-
ne.AxiosError =
|
|
3775
|
+
ne.AxiosError = q;
|
|
3767
3776
|
ne.Cancel = ne.CanceledError;
|
|
3768
3777
|
ne.all = function(t) {
|
|
3769
3778
|
return Promise.all(t);
|
|
@@ -3834,26 +3843,26 @@ const {
|
|
|
3834
3843
|
emits: ["remove"],
|
|
3835
3844
|
setup(e, { emit: t }) {
|
|
3836
3845
|
const n = e, s = Se().appContext.config.globalProperties.$url, r = M(""), i = M(!1), c = ["image/gif", "image/jpeg", "image/png"], d = M(null), u = ke(() => {
|
|
3837
|
-
const
|
|
3846
|
+
const F = ye.get("authorized-token");
|
|
3838
3847
|
return {
|
|
3839
|
-
Authorization: "Bearer " + JSON.parse(
|
|
3848
|
+
Authorization: "Bearer " + JSON.parse(F).accessToken
|
|
3840
3849
|
};
|
|
3841
|
-
}), a = M([]), l = M([]), k = (C) => c.includes(C.file.type) && C.file.size > 1024 * 1024 * n.compassorSize ? new Promise((
|
|
3850
|
+
}), a = M([]), l = M([]), k = (C) => c.includes(C.file.type) && C.file.size > 1024 * 1024 * n.compassorSize ? new Promise((F, E) => {
|
|
3842
3851
|
new On(C.file, {
|
|
3843
3852
|
quality: n.quality,
|
|
3844
3853
|
mimeType: C.file.type,
|
|
3845
3854
|
success(N) {
|
|
3846
|
-
const
|
|
3847
|
-
g(
|
|
3855
|
+
const B = new File([N], N.name, { type: N.type });
|
|
3856
|
+
g(F, E, B), console.log({ result: N, file: B });
|
|
3848
3857
|
}
|
|
3849
3858
|
});
|
|
3850
3859
|
}) : new Promise(
|
|
3851
|
-
(
|
|
3852
|
-
), g = (C,
|
|
3860
|
+
(F, E) => g(F, E, C.file)
|
|
3861
|
+
), g = (C, F, E) => {
|
|
3853
3862
|
const N = new FormData();
|
|
3854
3863
|
N.append("file", E);
|
|
3855
|
-
const
|
|
3856
|
-
return i.value = !0, ne.post(
|
|
3864
|
+
const B = s + "/ufil/file/uploadMultipart";
|
|
3865
|
+
return i.value = !0, ne.post(B, N, {
|
|
3857
3866
|
headers: Object.assign(
|
|
3858
3867
|
{ "Content-Type": "multipart/form-data" },
|
|
3859
3868
|
u.value
|
|
@@ -3867,7 +3876,7 @@ const {
|
|
|
3867
3876
|
}).then(async (A) => {
|
|
3868
3877
|
r.value = "处理中...", E.path = A.data.data, E.url = `${s}/ufil${E.path}`, l.value.push(E), console.log(E), i.value = !1, C(E);
|
|
3869
3878
|
}).catch(() => {
|
|
3870
|
-
i.value = !1,
|
|
3879
|
+
i.value = !1, F(null);
|
|
3871
3880
|
});
|
|
3872
3881
|
}, b = () => {
|
|
3873
3882
|
d.value.choose();
|
|
@@ -3875,22 +3884,22 @@ const {
|
|
|
3875
3884
|
if (n.success)
|
|
3876
3885
|
return n.success(C);
|
|
3877
3886
|
{
|
|
3878
|
-
const
|
|
3879
|
-
Object.assign(n.record, { [
|
|
3887
|
+
const F = n.field;
|
|
3888
|
+
Object.assign(n.record, { [F]: C.path });
|
|
3880
3889
|
}
|
|
3881
3890
|
console.log(n.record, l);
|
|
3882
3891
|
}, f = ({ option: C }) => {
|
|
3883
3892
|
if (n.remove)
|
|
3884
3893
|
return n.remove(C, l);
|
|
3885
|
-
|
|
3886
|
-
}, x = (C,
|
|
3887
|
-
l.value.splice(
|
|
3894
|
+
V("remove", C, l);
|
|
3895
|
+
}, x = (C, F) => {
|
|
3896
|
+
l.value.splice(F, 1), V("remove", C, l);
|
|
3888
3897
|
}, S = (C) => {
|
|
3889
3898
|
Ee.previewImage({ activeIndex: 0, urlList: [C.url] });
|
|
3890
3899
|
}, T = (C) => {
|
|
3891
|
-
const
|
|
3900
|
+
const F = C.type || C.url.split(".").pop();
|
|
3892
3901
|
let E = "";
|
|
3893
|
-
switch (
|
|
3902
|
+
switch (F) {
|
|
3894
3903
|
case "jpg":
|
|
3895
3904
|
case "png":
|
|
3896
3905
|
case "jpeg":
|
|
@@ -3932,46 +3941,46 @@ const {
|
|
|
3932
3941
|
}
|
|
3933
3942
|
return E;
|
|
3934
3943
|
}, O = (C) => {
|
|
3935
|
-
let
|
|
3936
|
-
return ((
|
|
3937
|
-
const A =
|
|
3938
|
-
if (v.length <=
|
|
3939
|
-
const m = n.renderMode === "item" ? v.substring(0,
|
|
3944
|
+
let F = n.size === "small" ? 10 : 9;
|
|
3945
|
+
return ((B) => {
|
|
3946
|
+
const A = B.lastIndexOf("."), v = A > 0 ? B.substring(0, A) : B, p = A > 0 ? B.substring(A) : "";
|
|
3947
|
+
if (v.length <= F) return B;
|
|
3948
|
+
const m = n.renderMode === "item" ? v.substring(0, F - 5) : "", w = v.substring(v.length - (F - 6));
|
|
3940
3949
|
return `${m}...${w}${p}`;
|
|
3941
|
-
})(((
|
|
3942
|
-
if (
|
|
3943
|
-
const A =
|
|
3950
|
+
})(((B) => {
|
|
3951
|
+
if (B.name) return B.name;
|
|
3952
|
+
const A = B.url, v = A.includes("\\") ? "\\" : "/";
|
|
3944
3953
|
return A.split(v).pop();
|
|
3945
3954
|
})(C));
|
|
3946
|
-
},
|
|
3955
|
+
}, z = (C) => {
|
|
3947
3956
|
console.log(C);
|
|
3948
|
-
},
|
|
3957
|
+
}, V = t;
|
|
3949
3958
|
return ut(() => {
|
|
3950
3959
|
const C = n.record[n.field];
|
|
3951
3960
|
if (l.value = [], C)
|
|
3952
3961
|
if (C && Ne(C)) {
|
|
3953
3962
|
const E = { name: C.match(/[^\/\\]+$/)[0], url: `${s}/ufil${C}` };
|
|
3954
3963
|
n.singleMode ? l.value = E : l.value.push(E);
|
|
3955
|
-
} else To(C) && C.forEach((
|
|
3956
|
-
const E =
|
|
3957
|
-
l.value.push({ name: E, url: `${s}/ufil${
|
|
3964
|
+
} else To(C) && C.forEach((F) => {
|
|
3965
|
+
const E = F.match(/[^\/\\]+$/)[0];
|
|
3966
|
+
l.value.push({ name: E, url: `${s}/ufil${F}` });
|
|
3958
3967
|
});
|
|
3959
3968
|
console.log("fileList");
|
|
3960
|
-
}), (C,
|
|
3961
|
-
const E =
|
|
3962
|
-
return D(),
|
|
3969
|
+
}), (C, F) => {
|
|
3970
|
+
const E = j("vxe-tooltip"), N = j("vxe-icon"), B = j("vxe-upload");
|
|
3971
|
+
return D(), U("div", Vi, [
|
|
3963
3972
|
R("div", zi, [
|
|
3964
|
-
(D(!0),
|
|
3973
|
+
(D(!0), U(ge, null, pe(l.value, (A, v) => (D(), U("div", {
|
|
3965
3974
|
key: A,
|
|
3966
3975
|
class: ve("ut-upload-item--" + C.size)
|
|
3967
3976
|
}, [
|
|
3968
3977
|
R("div", qi, [
|
|
3969
|
-
T(A) === "img" ? (D(),
|
|
3978
|
+
T(A) === "img" ? (D(), U("img", {
|
|
3970
3979
|
key: 0,
|
|
3971
3980
|
src: A.url,
|
|
3972
3981
|
class: "ut-image select-none",
|
|
3973
3982
|
onClick: (p) => S(A)
|
|
3974
|
-
}, null, 8, Hi)) : C.renderMode === "item" || C.dataStatus !== "detail" ? (D(),
|
|
3983
|
+
}, null, 8, Hi)) : C.renderMode === "item" || C.dataStatus !== "detail" ? (D(), U("div", Wi, [
|
|
3975
3984
|
R("div", Yi, [
|
|
3976
3985
|
R("i", {
|
|
3977
3986
|
class: ve([T(A), "ut-image-file ut-image"]),
|
|
@@ -3985,14 +3994,14 @@ const {
|
|
|
3985
3994
|
R("i", {
|
|
3986
3995
|
class: "vxe-icon-download ut-download-icon",
|
|
3987
3996
|
style: Ve({ fontSize: C.renderMode === "item" ? "60px" : "48px" }),
|
|
3988
|
-
onClick: (p) =>
|
|
3997
|
+
onClick: (p) => z(A)
|
|
3989
3998
|
}, null, 12, Ji)
|
|
3990
3999
|
])) : (D(), se(E, {
|
|
3991
4000
|
key: 2,
|
|
3992
4001
|
content: A.name,
|
|
3993
4002
|
class: "cursor-pointer"
|
|
3994
4003
|
}, {
|
|
3995
|
-
default:
|
|
4004
|
+
default: H(() => [
|
|
3996
4005
|
R("div", Ki, [
|
|
3997
4006
|
R("div", Gi, [
|
|
3998
4007
|
R("i", {
|
|
@@ -4007,14 +4016,14 @@ const {
|
|
|
4007
4016
|
R("i", {
|
|
4008
4017
|
class: "vxe-icon-download ut-download-icon",
|
|
4009
4018
|
style: Ve({ fontSize: C.renderMode === "item" ? "60px" : "48px" }),
|
|
4010
|
-
onClick: (p) =>
|
|
4019
|
+
onClick: (p) => z(A)
|
|
4011
4020
|
}, null, 12, Xi)
|
|
4012
4021
|
])
|
|
4013
4022
|
]),
|
|
4014
4023
|
_: 2
|
|
4015
4024
|
}, 1032, ["content"]))
|
|
4016
4025
|
]),
|
|
4017
|
-
C.dataStatus !== "detail" ? (D(),
|
|
4026
|
+
C.dataStatus !== "detail" ? (D(), U("div", Qi, [
|
|
4018
4027
|
R("div", Zi, [
|
|
4019
4028
|
R("i", {
|
|
4020
4029
|
class: "vxe-icon-close",
|
|
@@ -4023,15 +4032,15 @@ const {
|
|
|
4023
4032
|
])
|
|
4024
4033
|
])) : oe("", !0)
|
|
4025
4034
|
], 2))), 128)),
|
|
4026
|
-
C.dataStatus !== "detail" ? (D(),
|
|
4035
|
+
C.dataStatus !== "detail" ? (D(), U("div", {
|
|
4027
4036
|
key: 0,
|
|
4028
4037
|
class: ve(["ut-upload-item--" + C.size, "ut-upload--btn"]),
|
|
4029
4038
|
style: { border: "1px dashed var(--vxe-ui-input-border-color)" },
|
|
4030
4039
|
onClick: b
|
|
4031
4040
|
}, [
|
|
4032
4041
|
R("div", ta, [
|
|
4033
|
-
i.value ? oe("", !0) : (D(),
|
|
4034
|
-
i.value ? oe("", !0) : (D(),
|
|
4042
|
+
i.value ? oe("", !0) : (D(), U("span", na)),
|
|
4043
|
+
i.value ? oe("", !0) : (D(), U("div", oa, " 点击上传 ")),
|
|
4035
4044
|
i.value ? (D(), se(N, {
|
|
4036
4045
|
key: 2,
|
|
4037
4046
|
name: "spinner",
|
|
@@ -4039,15 +4048,15 @@ const {
|
|
|
4039
4048
|
roll: "",
|
|
4040
4049
|
style: { "font-size": "24px" }
|
|
4041
4050
|
})) : oe("", !0),
|
|
4042
|
-
i.value ? (D(),
|
|
4051
|
+
i.value ? (D(), U("div", sa, X(r.value), 1)) : oe("", !0)
|
|
4043
4052
|
])
|
|
4044
4053
|
], 2)) : oe("", !0)
|
|
4045
4054
|
]),
|
|
4046
|
-
I(
|
|
4055
|
+
I(B, be({
|
|
4047
4056
|
ref_key: "xupload",
|
|
4048
4057
|
ref: d,
|
|
4049
4058
|
modelValue: a.value,
|
|
4050
|
-
"onUpdate:modelValue":
|
|
4059
|
+
"onUpdate:modelValue": F[0] || (F[0] = (A) => a.value = A),
|
|
4051
4060
|
style: { display: "none" }
|
|
4052
4061
|
}, C.$attrs, {
|
|
4053
4062
|
"limit-count": C.limitCount,
|
|
@@ -4098,18 +4107,18 @@ const {
|
|
|
4098
4107
|
};
|
|
4099
4108
|
});
|
|
4100
4109
|
function x(C) {
|
|
4101
|
-
d.value = C, o("update:modelValue", T()),
|
|
4110
|
+
d.value = C, o("update:modelValue", T()), V();
|
|
4102
4111
|
}
|
|
4103
4112
|
function S(C) {
|
|
4104
4113
|
l.value = C;
|
|
4105
4114
|
}
|
|
4106
4115
|
const T = () => c.value === "ri-" ? "ri:" + d.value : c.value + d.value, O = () => {
|
|
4107
4116
|
d.value = "corner-down-right-fill", o("update:modelValue", "");
|
|
4108
|
-
},
|
|
4117
|
+
}, z = () => {
|
|
4109
4118
|
l.value === 1 ? k.value = u.filter(
|
|
4110
4119
|
(C) => C.includes(g.value)
|
|
4111
4120
|
).length : k.value = u.length;
|
|
4112
|
-
},
|
|
4121
|
+
}, V = () => {
|
|
4113
4122
|
s.value = !1, g.value = "";
|
|
4114
4123
|
};
|
|
4115
4124
|
return it(
|
|
@@ -4122,21 +4131,21 @@ const {
|
|
|
4122
4131
|
), it(
|
|
4123
4132
|
() => g.value,
|
|
4124
4133
|
() => {
|
|
4125
|
-
l.value = 1,
|
|
4134
|
+
l.value = 1, z();
|
|
4126
4135
|
}
|
|
4127
4136
|
), Qe(() => {
|
|
4128
|
-
|
|
4129
|
-
}), (C,
|
|
4130
|
-
const E =
|
|
4131
|
-
return D(),
|
|
4137
|
+
z(), b();
|
|
4138
|
+
}), (C, F) => {
|
|
4139
|
+
const E = j("IconifyIconOffline"), N = j("el-input"), B = j("el-divider"), A = j("el-scrollbar"), v = j("el-pagination"), p = j("vxe-button"), m = j("el-popover");
|
|
4140
|
+
return D(), U("div", la, [
|
|
4132
4141
|
I(N, {
|
|
4133
4142
|
modelValue: r.value,
|
|
4134
|
-
"onUpdate:modelValue":
|
|
4143
|
+
"onUpdate:modelValue": F[2] || (F[2] = (w) => r.value = w),
|
|
4135
4144
|
readonly: "",
|
|
4136
4145
|
class: "u-icon-input relative"
|
|
4137
4146
|
}, {
|
|
4138
|
-
append:
|
|
4139
|
-
r.value ? (D(),
|
|
4147
|
+
append: H(() => [
|
|
4148
|
+
r.value ? (D(), U("span", {
|
|
4140
4149
|
key: 0,
|
|
4141
4150
|
class: "u-icon-close item-center justify-center text-sm hidden absolute",
|
|
4142
4151
|
onClick: O
|
|
@@ -4150,12 +4159,12 @@ const {
|
|
|
4150
4159
|
teleported: n.teleported,
|
|
4151
4160
|
trigger: "click",
|
|
4152
4161
|
"popper-class": "udp-popper",
|
|
4153
|
-
onHide:
|
|
4162
|
+
onHide: V
|
|
4154
4163
|
}, {
|
|
4155
|
-
reference:
|
|
4164
|
+
reference: H(() => [
|
|
4156
4165
|
R("div", {
|
|
4157
4166
|
class: "w-7 h-full cursor-pointer flex justify-center items-center",
|
|
4158
|
-
onClick:
|
|
4167
|
+
onClick: F[0] || (F[0] = (w) => s.value = !s.value)
|
|
4159
4168
|
}, [
|
|
4160
4169
|
R("i", {
|
|
4161
4170
|
class: ve(c.value + d.value),
|
|
@@ -4163,22 +4172,22 @@ const {
|
|
|
4163
4172
|
}, null, 2)
|
|
4164
4173
|
])
|
|
4165
4174
|
]),
|
|
4166
|
-
default:
|
|
4175
|
+
default: H(() => [
|
|
4167
4176
|
R("div", ca, [
|
|
4168
4177
|
I(N, {
|
|
4169
4178
|
modelValue: g.value,
|
|
4170
|
-
"onUpdate:modelValue":
|
|
4179
|
+
"onUpdate:modelValue": F[1] || (F[1] = (w) => g.value = w),
|
|
4171
4180
|
class: "p-2",
|
|
4172
4181
|
placeholder: "搜索图标",
|
|
4173
4182
|
clearable: ""
|
|
4174
4183
|
}, null, 8, ["modelValue"])
|
|
4175
4184
|
]),
|
|
4176
|
-
I(
|
|
4185
|
+
I(B, { "border-style": "dashed" }),
|
|
4177
4186
|
I(A, { height: "220px" }, {
|
|
4178
|
-
default:
|
|
4187
|
+
default: H(() => [
|
|
4179
4188
|
R("ul", ua, [
|
|
4180
|
-
(D(!0),
|
|
4181
|
-
key:
|
|
4189
|
+
(D(!0), U(ge, null, pe(_.value, (w, P) => (D(), U("li", {
|
|
4190
|
+
key: P,
|
|
4182
4191
|
title: w,
|
|
4183
4192
|
class: "icon-item p-2 cursor-pointer mr-2 mt-1 flex justify-center items-center border border-[#e5e7eb]",
|
|
4184
4193
|
style: Ve(f.value(w)),
|
|
@@ -4192,7 +4201,7 @@ const {
|
|
|
4192
4201
|
]),
|
|
4193
4202
|
_: 1
|
|
4194
4203
|
}),
|
|
4195
|
-
I(
|
|
4204
|
+
I(B, { "border-style": "dashed" }),
|
|
4196
4205
|
R("div", fa, [
|
|
4197
4206
|
I(v, {
|
|
4198
4207
|
class: "flex-auto ml-2",
|
|
@@ -4210,7 +4219,7 @@ const {
|
|
|
4210
4219
|
status: "danger",
|
|
4211
4220
|
mode: "text",
|
|
4212
4221
|
content: "取消",
|
|
4213
|
-
onClick:
|
|
4222
|
+
onClick: V
|
|
4214
4223
|
})
|
|
4215
4224
|
])
|
|
4216
4225
|
]),
|
|
@@ -4292,76 +4301,76 @@ const {
|
|
|
4292
4301
|
r.value = E, t.value = he(t.value).format(`YYYY-${E}-DD`), Oe(S);
|
|
4293
4302
|
}, _ = () => {
|
|
4294
4303
|
t.value = he().format("YYYY-MM-DD");
|
|
4295
|
-
const { day: E, month: N, year:
|
|
4296
|
-
i.value =
|
|
4304
|
+
const { day: E, month: N, year: B } = O();
|
|
4305
|
+
i.value = B, r.value = N, s.value = E;
|
|
4297
4306
|
}, f = (E) => {
|
|
4298
4307
|
E && (t.value = E);
|
|
4299
4308
|
}, x = () => {
|
|
4300
4309
|
_(), o.date && (t.value = o.date), S();
|
|
4301
4310
|
}, S = () => {
|
|
4302
|
-
const E = i.value, N = r.value,
|
|
4311
|
+
const E = i.value, N = r.value, B = 1;
|
|
4303
4312
|
let A = [];
|
|
4304
|
-
const v = 42, p = new Date([E, N,
|
|
4305
|
-
let m = [E, N,
|
|
4313
|
+
const v = 42, p = new Date([E, N, B].join("-"));
|
|
4314
|
+
let m = [E, N, B].join("-"), w = p.getDay();
|
|
4306
4315
|
w = w == 0 ? 7 : w;
|
|
4307
|
-
for (let
|
|
4316
|
+
for (let P = 1; P < w; P++) {
|
|
4308
4317
|
m = he(m).subtract(1, "day").format("YYYY-MM-DD");
|
|
4309
4318
|
const { day: G, month: ce, year: ie } = O(m), fe = tt.solar2lunar(ie, ce, G);
|
|
4310
4319
|
if (fe === -1) return {};
|
|
4311
|
-
let { Term:
|
|
4320
|
+
let { Term: W } = fe;
|
|
4312
4321
|
const { IDayCn: Q, IMonthCn: y, cDay: $, cMonth: L, cYear: J } = fe;
|
|
4313
|
-
|
|
4322
|
+
F[L] && F[L][$] && (W = F[L][$]), C[y] && C[y][Q] && (W = C[y][Q]);
|
|
4314
4323
|
const { isWorkDay: Y, isRestDay: Z } = T(J, L, $);
|
|
4315
4324
|
A.push({
|
|
4316
4325
|
day: m.split("-")[2],
|
|
4317
4326
|
date: m,
|
|
4318
|
-
d_day:
|
|
4327
|
+
d_day: W || Q,
|
|
4319
4328
|
isSelectClass: t.value == m,
|
|
4320
4329
|
otherMonth: !0,
|
|
4321
|
-
hasTerm:
|
|
4330
|
+
hasTerm: W,
|
|
4322
4331
|
isWeekend: (new Date(m).getDay() == 6 || new Date(m).getDay() == 0) && !Y,
|
|
4323
4332
|
isWorkDay: Y,
|
|
4324
4333
|
isRestDay: Z
|
|
4325
4334
|
});
|
|
4326
4335
|
}
|
|
4327
|
-
m = [E, N,
|
|
4328
|
-
for (let
|
|
4336
|
+
m = [E, N, B].join("-"), A = A.reverse();
|
|
4337
|
+
for (let P = 0; P <= v - w; P++) {
|
|
4329
4338
|
const { day: G, month: ce, year: ie } = O(m), fe = tt.solar2lunar(ie, ce, G);
|
|
4330
4339
|
if (fe === -1) return {};
|
|
4331
|
-
let { Term:
|
|
4340
|
+
let { Term: W } = fe;
|
|
4332
4341
|
const { IDayCn: Q, IMonthCn: y, cDay: $, cMonth: L, cYear: J } = fe;
|
|
4333
|
-
|
|
4342
|
+
F[L] && F[L][$] && (W = F[L][$]), C[y] && C[y][Q] && (W = C[y][Q]);
|
|
4334
4343
|
const { isWorkDay: Y, isRestDay: Z } = T(J, L, $);
|
|
4335
4344
|
A.push({
|
|
4336
4345
|
date: m,
|
|
4337
4346
|
day: G,
|
|
4338
|
-
d_day:
|
|
4347
|
+
d_day: W || Q,
|
|
4339
4348
|
isSelectClass: t.value == m,
|
|
4340
4349
|
otherMonth: ce != r.value,
|
|
4341
|
-
hasTerm:
|
|
4350
|
+
hasTerm: W,
|
|
4342
4351
|
isWeekend: (new Date(m).getDay() == 6 || new Date(m).getDay() == 0) && !Y,
|
|
4343
4352
|
isWorkDay: Y,
|
|
4344
4353
|
isRestDay: Z
|
|
4345
4354
|
}), m = he(m).add(1, "day").format("YYYY-MM-DD");
|
|
4346
4355
|
}
|
|
4347
4356
|
n.value = [];
|
|
4348
|
-
for (let
|
|
4357
|
+
for (let P = 0; P <= 5; P++)
|
|
4349
4358
|
n.value.push(A.splice(0, 7));
|
|
4350
4359
|
console.log(n);
|
|
4351
|
-
}, T = (E, N,
|
|
4360
|
+
}, T = (E, N, B) => {
|
|
4352
4361
|
var w;
|
|
4353
4362
|
let A, v;
|
|
4354
|
-
const p = ((w = o.holidays) == null ? void 0 : w.find((
|
|
4363
|
+
const p = ((w = o.holidays) == null ? void 0 : w.find((P) => P[E])) || {}, m = p[E] && p[E][N] ? p[E][N][B] : "";
|
|
4355
4364
|
return m === "班" ? A = !0 : m === "假" && (v = !0), { isRestDay: v, isWorkDay: A };
|
|
4356
4365
|
}, O = (E) => {
|
|
4357
|
-
const N = he(E || Date.now()).format("DD"),
|
|
4358
|
-
return { day: N, month: A, year:
|
|
4366
|
+
const N = he(E || Date.now()).format("DD"), B = he(E || Date.now()).format("YYYY"), A = he(E || Date.now()).format("MM"), v = `${B}-${A}-${N}` === he().format("YYYY-MM-DD");
|
|
4367
|
+
return { day: N, month: A, year: B, isToday: v };
|
|
4359
4368
|
};
|
|
4360
4369
|
Qe(() => {
|
|
4361
4370
|
x();
|
|
4362
4371
|
}), it(t, (E) => {
|
|
4363
|
-
const { day: N, month:
|
|
4364
|
-
i.value = A, r.value =
|
|
4372
|
+
const { day: N, month: B, year: A } = O(E);
|
|
4373
|
+
i.value = A, r.value = B;
|
|
4365
4374
|
const v = tt.solar2lunar(
|
|
4366
4375
|
i.value,
|
|
4367
4376
|
r.value,
|
|
@@ -4371,13 +4380,13 @@ const {
|
|
|
4371
4380
|
u.value = {
|
|
4372
4381
|
...v,
|
|
4373
4382
|
lunarFestival: C[v.IMonthCn] ? C[v.IMonthCn][v.IDayCn] : void 0,
|
|
4374
|
-
festival:
|
|
4383
|
+
festival: F[v.cMonth] ? F[v.cMonth][v.cDay] : void 0
|
|
4375
4384
|
}, Oe(S);
|
|
4376
4385
|
});
|
|
4377
|
-
const
|
|
4386
|
+
const z = (E) => {
|
|
4378
4387
|
const N = E.target.parentNode.getAttribute("date") ? E.target.parentNode.getAttribute("date") : E.target.getAttribute("date");
|
|
4379
4388
|
console.log(N), t.value = N;
|
|
4380
|
-
},
|
|
4389
|
+
}, V = () => {
|
|
4381
4390
|
_();
|
|
4382
4391
|
}, C = {
|
|
4383
4392
|
正月: { 初一: "春节", 十五: "元宵节" },
|
|
@@ -4387,7 +4396,7 @@ const {
|
|
|
4387
4396
|
八月: { 十五: "中秋节" },
|
|
4388
4397
|
九月: { 初九: "重阳节" },
|
|
4389
4398
|
腊月: { 初八: "腊八节", 廿三: "小年", 三十: "除夕" }
|
|
4390
|
-
},
|
|
4399
|
+
}, F = {
|
|
4391
4400
|
1: { 1: "元旦" },
|
|
4392
4401
|
2: { 14: "情人节" },
|
|
4393
4402
|
3: { 8: "妇女节" },
|
|
@@ -4400,8 +4409,8 @@ const {
|
|
|
4400
4409
|
10: { 1: "国庆节" }
|
|
4401
4410
|
};
|
|
4402
4411
|
return (E, N) => {
|
|
4403
|
-
const
|
|
4404
|
-
return D(),
|
|
4412
|
+
const B = j("el-option"), A = j("el-select");
|
|
4413
|
+
return D(), U("div", ya, [
|
|
4405
4414
|
R("div", va, [
|
|
4406
4415
|
R("div", ba, [
|
|
4407
4416
|
R("div", wa, [
|
|
@@ -4414,8 +4423,8 @@ const {
|
|
|
4414
4423
|
placeholder: "假期",
|
|
4415
4424
|
onChange: f
|
|
4416
4425
|
}, {
|
|
4417
|
-
default:
|
|
4418
|
-
(D(!0),
|
|
4426
|
+
default: H(() => [
|
|
4427
|
+
(D(!0), U(ge, null, pe(e.statutoryHoliday, (v) => (D(), se(B, {
|
|
4419
4428
|
key: v.date,
|
|
4420
4429
|
value: v.date,
|
|
4421
4430
|
label: v.name
|
|
@@ -4431,8 +4440,8 @@ const {
|
|
|
4431
4440
|
style: { width: "80px" },
|
|
4432
4441
|
onChange: g
|
|
4433
4442
|
}, {
|
|
4434
|
-
default:
|
|
4435
|
-
(D(),
|
|
4443
|
+
default: H(() => [
|
|
4444
|
+
(D(), U(ge, null, pe(d, (v) => I(B, {
|
|
4436
4445
|
key: v.value,
|
|
4437
4446
|
value: v.value,
|
|
4438
4447
|
label: v.text
|
|
@@ -4453,8 +4462,8 @@ const {
|
|
|
4453
4462
|
style: { width: "60px" },
|
|
4454
4463
|
onChange: b
|
|
4455
4464
|
}, {
|
|
4456
|
-
default:
|
|
4457
|
-
(D(),
|
|
4465
|
+
default: H(() => [
|
|
4466
|
+
(D(), U(ge, null, pe(l, (v) => I(B, {
|
|
4458
4467
|
key: v.value,
|
|
4459
4468
|
value: v.value,
|
|
4460
4469
|
label: v.text
|
|
@@ -4471,15 +4480,15 @@ const {
|
|
|
4471
4480
|
R("span", {
|
|
4472
4481
|
class: "op-calendar-pc-backtoday OP_LOG_BTN",
|
|
4473
4482
|
hidefocus: "true",
|
|
4474
|
-
onClick:
|
|
4483
|
+
onClick: V
|
|
4475
4484
|
}, "今天")
|
|
4476
4485
|
]),
|
|
4477
4486
|
R("div", $a, [
|
|
4478
4487
|
R("table", Oa, [
|
|
4479
4488
|
R("tbody", null, [
|
|
4480
4489
|
Da,
|
|
4481
|
-
(D(!0),
|
|
4482
|
-
(D(!0),
|
|
4490
|
+
(D(!0), U(ge, null, pe(n.value, (v, p) => (D(), U("tr", { key: p }, [
|
|
4491
|
+
(D(!0), U(ge, null, pe(v, (m) => (D(), U("td", {
|
|
4483
4492
|
key: m.date
|
|
4484
4493
|
}, [
|
|
4485
4494
|
R("div", Aa, [
|
|
@@ -4494,10 +4503,10 @@ const {
|
|
|
4494
4503
|
"op-calendar-pc-table-rest": m.isRestDay
|
|
4495
4504
|
}),
|
|
4496
4505
|
date: m.date,
|
|
4497
|
-
onClick:
|
|
4506
|
+
onClick: z
|
|
4498
4507
|
}, [
|
|
4499
|
-
m.isWorkDay ? (D(),
|
|
4500
|
-
m.isRestDay ? (D(),
|
|
4508
|
+
m.isWorkDay ? (D(), U("span", Pa, "班")) : oe("", !0),
|
|
4509
|
+
m.isRestDay ? (D(), U("span", Na, "休")) : oe("", !0),
|
|
4501
4510
|
R("span", Ia, X(m.day), 1),
|
|
4502
4511
|
R("span", Ma, X(m.d_day), 1)
|
|
4503
4512
|
], 10, Fa)
|
|
@@ -4516,8 +4525,8 @@ const {
|
|
|
4516
4525
|
R("span", null, X(u.value.gzYear) + "年 " + X(u.value.animal), 1),
|
|
4517
4526
|
R("span", null, X(u.value.gzMonth) + "月 " + X(u.value.gzDay) + "日", 1)
|
|
4518
4527
|
]),
|
|
4519
|
-
u.value.lunarFestival ? (D(),
|
|
4520
|
-
u.value.festival ? (D(),
|
|
4528
|
+
u.value.lunarFestival ? (D(), U("p", Va, X(u.value.lunarFestival), 1)) : oe("", !0),
|
|
4529
|
+
u.value.festival ? (D(), U("p", za, X(u.value.festival), 1)) : oe("", !0),
|
|
4521
4530
|
qa
|
|
4522
4531
|
])
|
|
4523
4532
|
]),
|
|
@@ -4556,7 +4565,7 @@ const {
|
|
|
4556
4565
|
flipUp: (a, l) => {
|
|
4557
4566
|
u({ type: "up", newFrontText: a, newBackText: l });
|
|
4558
4567
|
}
|
|
4559
|
-
}), (a, l) => (D(),
|
|
4568
|
+
}), (a, l) => (D(), U("div", {
|
|
4560
4569
|
class: ve(["M-FlipCard", {
|
|
4561
4570
|
down: i.value === "down",
|
|
4562
4571
|
up: i.value === "up",
|
|
@@ -4618,7 +4627,7 @@ const {
|
|
|
4618
4627
|
}
|
|
4619
4628
|
return g;
|
|
4620
4629
|
}, a = /* @__PURE__ */ new Date(), l = u(new Date(a.getTime()), "hhiiss");
|
|
4621
|
-
return (k, g) => (D(),
|
|
4630
|
+
return (k, g) => (D(), U("div", Ga, [
|
|
4622
4631
|
I(je, {
|
|
4623
4632
|
ref_key: "flipCardHour1Ref",
|
|
4624
4633
|
ref: n,
|