@utogether/components 3.0.0-beta.50 → 3.0.0-beta.52
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.css +1 -1
- package/dist/components.es.js +595 -588
- package/dist/components.umd.js +4 -4
- package/package.json +1 -1
package/dist/components.es.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { defineComponent as te, getCurrentInstance as
|
|
1
|
+
import { defineComponent as te, getCurrentInstance as Ee, computed as xe, resolveComponent as z, createBlock as le, createElementBlock as I, createCommentVNode as se, openBlock as A, unref as ee, withCtx as Y, Fragment as ve, renderList as ge, createTextVNode as Rn, toDisplayString as Z, createVNode as N, mergeProps as we, ref as M, reactive as Ze, createElementVNode as C, nextTick as $e, onMounted as et, mergeModels as en, useModel as Eo, watch as Ke, toHandlers as It, createSlots as Tn, withDirectives as $n, vModelText as Ro, normalizeClass as de, renderSlot as Ge, pushScopeId as Ut, popScopeId as Bt, normalizeStyle as Ve, useAttrs as Lt, onUnmounted as To, onBeforeMount as ft, toRaw as On, resolveDirective as $o, toRef as Oo, h as Se } from "vue";
|
|
2
2
|
import { useI18n as De } from "vue-i18n";
|
|
3
|
-
import { throttle as kt, toDateString as
|
|
4
|
-
import { withInstall as fe, cookies as be, useRender as Dn, delay as No, storageLocal as jt, warnMessage as
|
|
3
|
+
import { throttle as kt, toDateString as _e, isFunction as Xe, isEmpty as ze, clone as ae, isString as Oe, orderBy as Do, commafy as Ao, isObject as Po, isArray as Fo } from "xe-utils";
|
|
4
|
+
import { withInstall as fe, cookies as be, useRender as Dn, delay as No, storageLocal as jt, warnMessage as Fe, formatRules as Ie, formatItems as Vt, successMessage as ct, dbstorage as tn, i18nColums as An, errorMessage as Mo, formatGridItems as Pn, iconSet as Io, lunarCalendar as st } from "@utogether/utils";
|
|
5
5
|
import zt from "await-to-js";
|
|
6
|
-
import { VxeUI as
|
|
7
|
-
import
|
|
6
|
+
import { VxeUI as Re } from "vxe-pc-ui";
|
|
7
|
+
import Fn from "compressorjs";
|
|
8
8
|
import Uo from "big.js";
|
|
9
9
|
import Bo from "sortablejs";
|
|
10
10
|
import ye from "dayjs";
|
|
@@ -31,7 +31,7 @@ const Lo = {
|
|
|
31
31
|
},
|
|
32
32
|
emits: ["tap", "confirm", "cancel"],
|
|
33
33
|
setup(e, { emit: t }) {
|
|
34
|
-
const n = e, s =
|
|
34
|
+
const n = e, s = Ee().appContext.config.globalProperties.$hasAuthority, { t: r } = De(), i = xe(() => {
|
|
35
35
|
const g = l(), y = /.*[\u4e00-\u9fa5]+.*$/.test(n.content);
|
|
36
36
|
return {
|
|
37
37
|
icon: g,
|
|
@@ -51,7 +51,7 @@ const Lo = {
|
|
|
51
51
|
g.disabled || g.auth && !s(g.auth) || b("tap", g.code);
|
|
52
52
|
}, 2e3), b = t;
|
|
53
53
|
return (g, y) => {
|
|
54
|
-
const w =
|
|
54
|
+
const w = z("vxe-button"), p = z("el-popconfirm");
|
|
55
55
|
return g.children.length && g.visible ? (A(), le(w, {
|
|
56
56
|
key: 0,
|
|
57
57
|
disabled: g.auth && !ee(s)(g.auth) || g.disabled,
|
|
@@ -69,12 +69,12 @@ const Lo = {
|
|
|
69
69
|
content: _.content,
|
|
70
70
|
icon: `${_.icon || l()} ${_.icon ? "ri-1x" : ""}`,
|
|
71
71
|
mode: _.mode || "button",
|
|
72
|
-
onClick: (
|
|
72
|
+
onClick: (k) => ee(a)(_)
|
|
73
73
|
}, null, 8, ["disabled", "status", "content", "icon", "mode", "onClick"]))), 128))
|
|
74
74
|
]),
|
|
75
75
|
_: 1
|
|
76
76
|
}, 8, ["disabled", "status"])) : g.type === "pop" && g.visible ? (A(), I("div", Lo, [
|
|
77
|
-
|
|
77
|
+
N(p, we({
|
|
78
78
|
"confirm-button-text": g.$t("message.btn.confirm"),
|
|
79
79
|
"cancel-button-text": g.$t("message.btn.cancel"),
|
|
80
80
|
"icon-color": "#E6A23C",
|
|
@@ -85,7 +85,7 @@ const Lo = {
|
|
|
85
85
|
onCancel: u
|
|
86
86
|
}), {
|
|
87
87
|
reference: Y(() => [
|
|
88
|
-
|
|
88
|
+
N(w, {
|
|
89
89
|
disabled: g.auth && !ee(s)(g.auth) || g.disabled,
|
|
90
90
|
status: g.status,
|
|
91
91
|
type: g.type,
|
|
@@ -131,7 +131,7 @@ const Lo = {
|
|
|
131
131
|
},
|
|
132
132
|
emits: ["clear", "change"],
|
|
133
133
|
setup(e, { emit: t }) {
|
|
134
|
-
const n = e, s =
|
|
134
|
+
const n = e, s = Ee().appContext.config.globalProperties.$serviceApi, r = 600, i = M(!1), l = M(r), f = M(""), u = M("vxe-table--ignore-clear"), c = Ze({
|
|
135
135
|
loading: !1,
|
|
136
136
|
border: !0,
|
|
137
137
|
pagerConfig: {},
|
|
@@ -173,10 +173,10 @@ const Lo = {
|
|
|
173
173
|
}
|
|
174
174
|
},
|
|
175
175
|
checkboxConfig: {
|
|
176
|
-
checkMethod: ({ row: v }) =>
|
|
176
|
+
checkMethod: ({ row: v }) => q(v, n)
|
|
177
177
|
},
|
|
178
178
|
radioConfig: {
|
|
179
|
-
checkMethod: ({ row: v }) =>
|
|
179
|
+
checkMethod: ({ row: v }) => q(v, n)
|
|
180
180
|
},
|
|
181
181
|
columns: []
|
|
182
182
|
});
|
|
@@ -184,10 +184,10 @@ const Lo = {
|
|
|
184
184
|
const g = (v) => (b.filter(
|
|
185
185
|
(m) => ["date", "month"].includes(m.fieldType) && m.isSearch
|
|
186
186
|
).forEach((m) => {
|
|
187
|
-
m.fieldType === "date" ? v[m.field] =
|
|
187
|
+
m.fieldType === "date" ? v[m.field] = _e(
|
|
188
188
|
v[m.field],
|
|
189
189
|
"yyyy-MM-dd 00:00:00"
|
|
190
|
-
) : m.fieldType === "month" && (v[m.field] =
|
|
190
|
+
) : m.fieldType === "month" && (v[m.field] = _e(v[m.field], "yyyy-MM"));
|
|
191
191
|
}), v), y = () => {
|
|
192
192
|
const v = ae(b, !0).filter((D) => D.isSearch === "Y");
|
|
193
193
|
if (!v.length) return;
|
|
@@ -233,7 +233,7 @@ const Lo = {
|
|
|
233
233
|
} else if (v.fieldType === "dictCode")
|
|
234
234
|
return p.renderDict(v.dictCode);
|
|
235
235
|
return { name: "VxeInput" };
|
|
236
|
-
},
|
|
236
|
+
}, k = () => {
|
|
237
237
|
const v = ae(b, !0).filter(
|
|
238
238
|
(m) => m.isCol === "Y"
|
|
239
239
|
), d = v.reduce(
|
|
@@ -255,26 +255,26 @@ const Lo = {
|
|
|
255
255
|
const v = "/upfm/v1/lovViewHeader/detailByViewCode", [d, m] = await zt(
|
|
256
256
|
s.get(v, { lovCode: n.code })
|
|
257
257
|
);
|
|
258
|
-
c.loading = !1, d &&
|
|
259
|
-
},
|
|
258
|
+
c.loading = !1, d && U(), c.loading = !0, f.value = (m == null ? void 0 : m.lovTitle) || (m == null ? void 0 : m.lovName), b = (m == null ? void 0 : m.lineList) || [], a = m, k(), y(), await No(30), await $e(), n.autoLoad && ((D = R.value) == null || D.commitProxy("query")), c.loading = !1;
|
|
259
|
+
}, q = (v, d) => Xe(d.checkMethod) ? d.checkMethod(v) : !0, L = async () => {
|
|
260
260
|
n.disabled || ($(), await $e(), i.value = !0);
|
|
261
|
-
},
|
|
261
|
+
}, B = () => {
|
|
262
262
|
T("clear", "");
|
|
263
|
-
},
|
|
263
|
+
}, S = ({ row: v }) => {
|
|
264
264
|
const d = n.multiple ? [v] : v;
|
|
265
|
-
Xe(n.checkMethod) && !n.checkMethod(v) || (T("change", d, a.valueField),
|
|
265
|
+
Xe(n.checkMethod) && !n.checkMethod(v) || (T("change", d, a.valueField), U());
|
|
266
266
|
}, E = async () => {
|
|
267
267
|
var v;
|
|
268
268
|
await $e(), (v = R.value) == null || v.commitProxy("query");
|
|
269
269
|
}, O = () => {
|
|
270
270
|
const v = R.value, d = n.multiple ? v.getCheckboxRecords() : v.getRadioRecord();
|
|
271
|
-
!ze(d) && T("change", d, a.valueField),
|
|
272
|
-
},
|
|
271
|
+
!ze(d) && T("change", d, a.valueField), U();
|
|
272
|
+
}, U = () => {
|
|
273
273
|
b.length = 0, i.value = !1;
|
|
274
|
-
},
|
|
274
|
+
}, j = ({ type: v }) => {
|
|
275
275
|
}, T = t;
|
|
276
276
|
return (v, d) => {
|
|
277
|
-
const m =
|
|
277
|
+
const m = z("vxe-grid"), D = z("vxe-button"), J = z("vxe-modal"), ie = z("el-dialog"), ce = z("vxe-input");
|
|
278
278
|
return A(), I("div", zo, [
|
|
279
279
|
v.mode === "vxe" ? (A(), le(J, {
|
|
280
280
|
key: 0,
|
|
@@ -289,22 +289,22 @@ const Lo = {
|
|
|
289
289
|
"esc-closable": "",
|
|
290
290
|
"show-footer": "",
|
|
291
291
|
className: u.value,
|
|
292
|
-
"before-hide-method":
|
|
292
|
+
"before-hide-method": j
|
|
293
293
|
}, {
|
|
294
294
|
default: Y(() => [
|
|
295
|
-
|
|
295
|
+
N(m, we({
|
|
296
296
|
ref_key: "xgrid",
|
|
297
297
|
ref: R
|
|
298
|
-
}, c, { onCellDblclick:
|
|
298
|
+
}, c, { onCellDblclick: S }), null, 16)
|
|
299
299
|
]),
|
|
300
300
|
footer: Y(() => [
|
|
301
|
-
|
|
301
|
+
N(D, {
|
|
302
302
|
content: v.$t("message.btn.cancel"),
|
|
303
303
|
icon: "ri-close-line",
|
|
304
304
|
status: "warning",
|
|
305
|
-
onClick:
|
|
305
|
+
onClick: U
|
|
306
306
|
}, null, 8, ["content"]),
|
|
307
|
-
|
|
307
|
+
N(D, {
|
|
308
308
|
content: v.$t("message.btn.confirm"),
|
|
309
309
|
icon: "ri-save-3-line",
|
|
310
310
|
status: "primary",
|
|
@@ -326,24 +326,24 @@ const Lo = {
|
|
|
326
326
|
}, {
|
|
327
327
|
default: Y(() => [
|
|
328
328
|
C("div", qo, [
|
|
329
|
-
|
|
329
|
+
N(m, we({
|
|
330
330
|
ref_key: "xgrid",
|
|
331
331
|
ref: R
|
|
332
332
|
}, c, {
|
|
333
333
|
columnConfig: { resizable: !0 },
|
|
334
|
-
onCellDblclick:
|
|
334
|
+
onCellDblclick: S,
|
|
335
335
|
onColumnsChange: E
|
|
336
336
|
}), null, 16)
|
|
337
337
|
])
|
|
338
338
|
]),
|
|
339
339
|
footer: Y(() => [
|
|
340
|
-
|
|
340
|
+
N(D, {
|
|
341
341
|
content: v.$t("message.btn.cancel"),
|
|
342
342
|
icon: "ri-close-line",
|
|
343
343
|
status: "warning",
|
|
344
|
-
onClick:
|
|
344
|
+
onClick: U
|
|
345
345
|
}, null, 8, ["content"]),
|
|
346
|
-
|
|
346
|
+
N(D, {
|
|
347
347
|
content: v.$t("message.btn.confirm"),
|
|
348
348
|
icon: "ri-save-3-line",
|
|
349
349
|
status: "primary",
|
|
@@ -352,7 +352,7 @@ const Lo = {
|
|
|
352
352
|
]),
|
|
353
353
|
_: 1
|
|
354
354
|
}, 8, ["modelValue", "width", "title", "append-to-body"])),
|
|
355
|
-
|
|
355
|
+
N(ce, {
|
|
356
356
|
modelValue: v.record[v.displayName || v.field],
|
|
357
357
|
"onUpdate:modelValue": d[2] || (d[2] = (ne) => v.record[v.displayName || v.field] = ne),
|
|
358
358
|
clearable: !v.disabled && v.clearable,
|
|
@@ -361,8 +361,8 @@ const Lo = {
|
|
|
361
361
|
placeholder: v.placeholder,
|
|
362
362
|
style: { width: "100%" },
|
|
363
363
|
type: "search",
|
|
364
|
-
onSearchClick:
|
|
365
|
-
onClear:
|
|
364
|
+
onSearchClick: L,
|
|
365
|
+
onClear: B
|
|
366
366
|
}, null, 8, ["modelValue", "clearable", "disabled", "readonly", "placeholder"])
|
|
367
367
|
]);
|
|
368
368
|
};
|
|
@@ -425,6 +425,7 @@ const Nn = (e, t, n) => {
|
|
|
425
425
|
sourceId: { default: "" },
|
|
426
426
|
dataStatus: { default: "detail" },
|
|
427
427
|
title: {},
|
|
428
|
+
filePath: {},
|
|
428
429
|
defaultParams: { default: () => ({}) },
|
|
429
430
|
watermarkCode: { default: "" },
|
|
430
431
|
permissionPreFix: { default: "file" },
|
|
@@ -434,7 +435,7 @@ const Nn = (e, t, n) => {
|
|
|
434
435
|
showTitle: { type: Boolean, default: !0 }
|
|
435
436
|
},
|
|
436
437
|
setup(e) {
|
|
437
|
-
const t = e, n = M(null), o =
|
|
438
|
+
const t = e, n = M(null), o = Ee(), s = o.appContext.config.globalProperties.$serviceApi, r = o.appContext.config.globalProperties.$url, i = o.appContext.config.globalProperties.$mode, l = ["png", "jpg", "jpeg", "webp", "gif"];
|
|
438
439
|
let f;
|
|
439
440
|
const u = [
|
|
440
441
|
{ field: "fileName", title: "message.fileName" },
|
|
@@ -484,15 +485,15 @@ const Nn = (e, t, n) => {
|
|
|
484
485
|
modes: ["insert"],
|
|
485
486
|
// 自定义服务端导入
|
|
486
487
|
async importMethod({ file: _ }) {
|
|
487
|
-
const
|
|
488
|
+
const k = _.name.split(".").pop();
|
|
488
489
|
let R = _;
|
|
489
|
-
if (t.watermarkCode && f.watermarkTrigger === "upload" && l.includes(
|
|
490
|
-
new
|
|
490
|
+
if (t.watermarkCode && f.watermarkTrigger === "upload" && l.includes(k) && (R = await Jo(_, f)), l.includes(k) && _.size > 1024 * 1024 * t.compassorSize)
|
|
491
|
+
new Fn(_, {
|
|
491
492
|
quality: t.quality,
|
|
492
493
|
mimeType: _.type,
|
|
493
494
|
success($) {
|
|
494
|
-
const
|
|
495
|
-
b(
|
|
495
|
+
const q = new File([$], $.name, { type: $.type });
|
|
496
|
+
b(q), console.log({ result: $, file: q });
|
|
496
497
|
}
|
|
497
498
|
});
|
|
498
499
|
else
|
|
@@ -502,29 +503,31 @@ const Nn = (e, t, n) => {
|
|
|
502
503
|
proxyConfig: {
|
|
503
504
|
ajax: {
|
|
504
505
|
// 接收 Promise
|
|
505
|
-
query: ({ page: _, form:
|
|
506
|
-
const R = Object.assign({},
|
|
506
|
+
query: ({ page: _, form: k }) => {
|
|
507
|
+
const R = Object.assign({}, k, t.defaultParams);
|
|
507
508
|
return R.pageNum = _.currentPage, R.pageSize = _.pageSize, R.sourceTable = t.sourceTable, R.sourceId = t.sourceId, t.sourceId && i !== "doc" ? s.get(t.url, R) : null;
|
|
508
509
|
}
|
|
509
510
|
}
|
|
510
511
|
},
|
|
511
512
|
columns: u
|
|
512
513
|
}), b = (_) => {
|
|
513
|
-
const
|
|
514
|
-
|
|
515
|
-
const R = {
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
514
|
+
const k = new FormData();
|
|
515
|
+
k.append("file", _);
|
|
516
|
+
const R = `${t.filePath}/${_e(/* @__PURE__ */ new Date(), "yyyyMMdd")}`;
|
|
517
|
+
t.filePath && k.append("filePath", R);
|
|
518
|
+
const $ = { "Content-Type": "multipart/form-data" };
|
|
519
|
+
return s.post("/ufil/file/uploadMultipart", k, { headers: $ }).then(async (q) => {
|
|
520
|
+
const L = {
|
|
521
|
+
realpath: q,
|
|
519
522
|
fileName: _.name,
|
|
520
523
|
fileSize: _.size,
|
|
521
524
|
fileExtend: _.name.split(".").pop(),
|
|
522
525
|
sourceTable: t.sourceTable,
|
|
523
526
|
sourceId: t.sourceId
|
|
524
527
|
};
|
|
525
|
-
await s.post(t.url, [
|
|
528
|
+
await s.post(t.url, [L]), n.value.commitProxy("query");
|
|
526
529
|
}).catch(() => {
|
|
527
|
-
|
|
530
|
+
Re.modal.message({
|
|
528
531
|
content: "附件上传失败,请刷新后重试",
|
|
529
532
|
status: "error"
|
|
530
533
|
});
|
|
@@ -536,66 +539,66 @@ const Nn = (e, t, n) => {
|
|
|
536
539
|
a.loading = !1;
|
|
537
540
|
}
|
|
538
541
|
}, y = async () => {
|
|
539
|
-
const
|
|
542
|
+
const k = await s.get("/upms/v1/watermark/selectByCode", {
|
|
540
543
|
watermarkCode: t.watermarkCode
|
|
541
544
|
});
|
|
542
|
-
f =
|
|
545
|
+
f = k == null ? void 0 : k.list[0], f.watermarkType === "1" ? f.content = _e(/* @__PURE__ */ new Date(), "yyyy-MM-dd") : f.watermarkType === "2" ? f.content = _e(/* @__PURE__ */ new Date(), "yyyy-MM-dd HH:mm:ss") : f.watermarkType === "0" && (f.content = "");
|
|
543
546
|
}, w = async () => {
|
|
544
|
-
const _ = n.value.getData().filter((R) => l.includes(R.fileExtend)),
|
|
547
|
+
const _ = n.value.getData().filter((R) => l.includes(R.fileExtend)), k = [];
|
|
545
548
|
(f == null ? void 0 : f.watermarkTrigger) == "preview" ? await _.forEachSync(async (R) => {
|
|
546
|
-
const $ = `${r}/ufil${R.realpath}}`,
|
|
547
|
-
|
|
549
|
+
const $ = `${r}/ufil${R.realpath}}`, q = await Go($, f);
|
|
550
|
+
k.push(q);
|
|
548
551
|
}) : _.forEach((R) => {
|
|
549
552
|
const $ = `${r}/ufil${R.realpath}`;
|
|
550
|
-
|
|
551
|
-
}),
|
|
553
|
+
k.push($);
|
|
554
|
+
}), Re.previewImage({ activeIndex: 0, urlList: k });
|
|
552
555
|
}, p = (_) => {
|
|
553
|
-
const
|
|
556
|
+
const k = r + "/ufil" + _.realpath, R = document.createElement("a");
|
|
554
557
|
R.style.display = "none";
|
|
555
558
|
const $ = _.fileName.split(".");
|
|
556
|
-
R.href =
|
|
559
|
+
R.href = k, R.setAttribute("download", $[0]), document.body.appendChild(R), R.click(), document.body.removeChild(R);
|
|
557
560
|
};
|
|
558
561
|
return Array.prototype.forEachSync = async function(_) {
|
|
559
|
-
for (const [
|
|
560
|
-
await _(R,
|
|
562
|
+
for (const [k, R] of Object.entries(this))
|
|
563
|
+
await _(R, k, this);
|
|
561
564
|
}, et(() => {
|
|
562
565
|
t.watermarkCode && y();
|
|
563
|
-
}), (_,
|
|
564
|
-
const R =
|
|
566
|
+
}), (_, k) => {
|
|
567
|
+
const R = z("ut-divider"), $ = z("ut-button"), q = z("vxe-grid");
|
|
565
568
|
return A(), I("div", Qo, [
|
|
566
|
-
|
|
569
|
+
N(q, we({
|
|
567
570
|
ref_key: "xGrid",
|
|
568
571
|
ref: n
|
|
569
572
|
}, a), {
|
|
570
573
|
toolbar_buttons: Y(() => [
|
|
571
574
|
_.showTitle ? (A(), I("div", Zo, [
|
|
572
|
-
|
|
575
|
+
N(R, {
|
|
573
576
|
title: _.title || _.$t("message.attachmentInfo")
|
|
574
577
|
}, null, 8, ["title"])
|
|
575
578
|
])) : se("", !0)
|
|
576
579
|
]),
|
|
577
|
-
operate: Y(({ row:
|
|
580
|
+
operate: Y(({ row: L }) => [
|
|
578
581
|
C("div", es, [
|
|
579
|
-
|
|
582
|
+
N($, {
|
|
580
583
|
disabled: _.dataStatus === "detail",
|
|
581
584
|
auth: _.permissionPreFix + "Del",
|
|
582
585
|
status: "danger",
|
|
583
586
|
icon: "ri-delete-bin-5-fill",
|
|
584
587
|
content: "delete",
|
|
585
|
-
onTap: (
|
|
588
|
+
onTap: (B) => g(L)
|
|
586
589
|
}, null, 8, ["disabled", "auth", "onTap"]),
|
|
587
|
-
["png", "jpeg", "jpg"].includes(
|
|
590
|
+
["png", "jpeg", "jpg"].includes(L.fileExtend) ? (A(), le($, {
|
|
588
591
|
key: 0,
|
|
589
592
|
auth: _.permissionPreFix + "Preview",
|
|
590
593
|
icon: "ri-search-line",
|
|
591
594
|
content: "preview",
|
|
592
|
-
onTap:
|
|
595
|
+
onTap: k[0] || (k[0] = (B) => w())
|
|
593
596
|
}, null, 8, ["auth"])) : (A(), le($, {
|
|
594
597
|
key: 1,
|
|
595
598
|
auth: _.permissionPreFix + "Download",
|
|
596
599
|
icon: "ri-download-2-fill",
|
|
597
600
|
content: "download",
|
|
598
|
-
onTap: (
|
|
601
|
+
onTap: (B) => p(L)
|
|
599
602
|
}, null, 8, ["auth", "onTap"]))
|
|
600
603
|
])
|
|
601
604
|
]),
|
|
@@ -626,7 +629,7 @@ const Nn = (e, t, n) => {
|
|
|
626
629
|
}),
|
|
627
630
|
emits: /* @__PURE__ */ en(["close"], ["update:visible"]),
|
|
628
631
|
setup(e, { emit: t }) {
|
|
629
|
-
const n = e, s =
|
|
632
|
+
const n = e, s = Ee().appContext.config.globalProperties.$serviceApi, r = Eo(e, "visible"), { t: i } = De(), l = M(!1), f = jt.getItem("kLov");
|
|
630
633
|
Ke(
|
|
631
634
|
() => r.value,
|
|
632
635
|
(v) => {
|
|
@@ -710,19 +713,19 @@ const Nn = (e, t, n) => {
|
|
|
710
713
|
toolbarButtonClick({ code: v }) {
|
|
711
714
|
switch (v) {
|
|
712
715
|
case "import_plus": {
|
|
713
|
-
|
|
716
|
+
k();
|
|
714
717
|
break;
|
|
715
718
|
}
|
|
716
719
|
case "save_plus": {
|
|
717
|
-
|
|
720
|
+
B();
|
|
718
721
|
break;
|
|
719
722
|
}
|
|
720
723
|
case "del_plus": {
|
|
721
|
-
|
|
724
|
+
S();
|
|
722
725
|
break;
|
|
723
726
|
}
|
|
724
727
|
case "export_plus": {
|
|
725
|
-
|
|
728
|
+
L();
|
|
726
729
|
break;
|
|
727
730
|
}
|
|
728
731
|
}
|
|
@@ -734,12 +737,12 @@ const Nn = (e, t, n) => {
|
|
|
734
737
|
break;
|
|
735
738
|
}
|
|
736
739
|
case "question": {
|
|
737
|
-
|
|
740
|
+
U();
|
|
738
741
|
break;
|
|
739
742
|
}
|
|
740
743
|
}
|
|
741
744
|
}
|
|
742
|
-
},
|
|
745
|
+
}, k = () => {
|
|
743
746
|
var v;
|
|
744
747
|
y = [], (v = g.value) == null || v.openImport();
|
|
745
748
|
};
|
|
@@ -751,7 +754,7 @@ const Nn = (e, t, n) => {
|
|
|
751
754
|
D !== -1 && y.splice(D, 1);
|
|
752
755
|
}), n.columns.forEach((m) => {
|
|
753
756
|
(m.dateFormatter || m.valueType === "number") && y.forEach((D) => {
|
|
754
|
-
m.dateFormatter ? D[m.field] =
|
|
757
|
+
m.dateFormatter ? D[m.field] = _e(
|
|
755
758
|
D[m.field],
|
|
756
759
|
m.dateFormatter || "yyyy-MM-dd HH:mm:ss"
|
|
757
760
|
) : D[m.field] = Uo(D[m.field]).toFixed(m.decimal || 6);
|
|
@@ -763,12 +766,12 @@ const Nn = (e, t, n) => {
|
|
|
763
766
|
p.data = y.filter(
|
|
764
767
|
(m, D) => D < d * v && D >= d * (v - 1)
|
|
765
768
|
);
|
|
766
|
-
},
|
|
769
|
+
}, q = ({
|
|
767
770
|
currentPage: v,
|
|
768
771
|
pageSize: d
|
|
769
772
|
}) => {
|
|
770
773
|
c.value.currentPage = v, c.value.pageSize = d, $();
|
|
771
|
-
},
|
|
774
|
+
}, L = () => {
|
|
772
775
|
var m;
|
|
773
776
|
const v = [];
|
|
774
777
|
if (n.templateData.length)
|
|
@@ -788,19 +791,19 @@ const Nn = (e, t, n) => {
|
|
|
788
791
|
data: v
|
|
789
792
|
};
|
|
790
793
|
(m = g.value) == null || m.exportData(d);
|
|
791
|
-
},
|
|
794
|
+
}, B = async () => {
|
|
792
795
|
if (!y.length)
|
|
793
|
-
return
|
|
794
|
-
if (await
|
|
796
|
+
return Fe(i("message.importEmpty"));
|
|
797
|
+
if (await Re.modal.confirm(i("message.importRecord")) === "confirm") {
|
|
795
798
|
p.loading = !0;
|
|
796
799
|
const { url: d } = n;
|
|
797
800
|
O("toSave"), s.post(d, y).then((m) => {
|
|
798
801
|
(m == null ? void 0 : m.status) === "error" || m != null && m.length ? (l.value = !0, E(
|
|
799
802
|
m != null && m.length ? m : m[n.options.errListField || n.sourceList]
|
|
800
|
-
),
|
|
803
|
+
), Re.modal.message({
|
|
801
804
|
content: i("message.importFailed"),
|
|
802
805
|
status: "error"
|
|
803
|
-
})) : (
|
|
806
|
+
})) : (Re.modal.message({
|
|
804
807
|
content: i("message.importSuccess"),
|
|
805
808
|
status: "success"
|
|
806
809
|
}), T());
|
|
@@ -808,11 +811,11 @@ const Nn = (e, t, n) => {
|
|
|
808
811
|
l.value = !1, p.loading = !1;
|
|
809
812
|
});
|
|
810
813
|
}
|
|
811
|
-
},
|
|
814
|
+
}, S = () => {
|
|
812
815
|
var d;
|
|
813
816
|
const v = (d = g.value) == null ? void 0 : d.getCheckboxRecords();
|
|
814
817
|
if (!(v != null && v.length))
|
|
815
|
-
return
|
|
818
|
+
return Re.modal.message({
|
|
816
819
|
content: i("message.selectedRecord"),
|
|
817
820
|
status: "warning"
|
|
818
821
|
});
|
|
@@ -836,13 +839,13 @@ const Nn = (e, t, n) => {
|
|
|
836
839
|
m[d.field] = m[d.mapField];
|
|
837
840
|
});
|
|
838
841
|
});
|
|
839
|
-
},
|
|
840
|
-
|
|
841
|
-
},
|
|
842
|
-
r.value = !1,
|
|
842
|
+
}, U = () => {
|
|
843
|
+
Re.modal.alert(i("message.importTip"), i("message.udp.tip"));
|
|
844
|
+
}, j = t, T = () => {
|
|
845
|
+
r.value = !1, j("close");
|
|
843
846
|
};
|
|
844
847
|
return (v, d) => {
|
|
845
|
-
const m =
|
|
848
|
+
const m = z("el-option"), D = z("el-select"), J = z("el-date-picker"), ie = z("vxe-pager"), ce = z("vxe-grid"), ne = z("vxe-modal");
|
|
846
849
|
return A(), le(ne, {
|
|
847
850
|
modelValue: r.value,
|
|
848
851
|
"onUpdate:modelValue": d[2] || (d[2] = (K) => r.value = K),
|
|
@@ -852,12 +855,12 @@ const Nn = (e, t, n) => {
|
|
|
852
855
|
onClose: T
|
|
853
856
|
}, {
|
|
854
857
|
default: Y(() => [
|
|
855
|
-
|
|
858
|
+
N(ce, we({
|
|
856
859
|
ref_key: "xgrid",
|
|
857
860
|
ref: g
|
|
858
861
|
}, p, It(_)), Tn({
|
|
859
862
|
pager: Y(() => [
|
|
860
|
-
|
|
863
|
+
N(ie, {
|
|
861
864
|
"current-page": c.value.currentPage,
|
|
862
865
|
"onUpdate:currentPage": d[0] || (d[0] = (K) => c.value.currentPage = K),
|
|
863
866
|
"page-size": c.value.pageSize,
|
|
@@ -865,7 +868,7 @@ const Nn = (e, t, n) => {
|
|
|
865
868
|
layouts: a,
|
|
866
869
|
"page-sizes": [200, 500, 1e3, 2e3, 5e3, 1e4],
|
|
867
870
|
total: c.value.total,
|
|
868
|
-
onPageChange:
|
|
871
|
+
onPageChange: q
|
|
869
872
|
}, null, 8, ["current-page", "page-size", "total"])
|
|
870
873
|
]),
|
|
871
874
|
_: 2
|
|
@@ -876,17 +879,17 @@ const Nn = (e, t, n) => {
|
|
|
876
879
|
K.dictCode && !K.disabled ? (A(), le(D, {
|
|
877
880
|
key: 0,
|
|
878
881
|
modelValue: oe[K.field],
|
|
879
|
-
"onUpdate:modelValue": (
|
|
882
|
+
"onUpdate:modelValue": (P) => oe[K.field] = P,
|
|
880
883
|
modelModifiers: { trim: !0 },
|
|
881
884
|
clearable: ""
|
|
882
885
|
}, {
|
|
883
886
|
default: Y(() => {
|
|
884
|
-
var
|
|
887
|
+
var P;
|
|
885
888
|
return [
|
|
886
|
-
(A(!0), I(ve, null, ge((
|
|
887
|
-
key:
|
|
888
|
-
value:
|
|
889
|
-
label:
|
|
889
|
+
(A(!0), I(ve, null, ge((P = ee(f)[K.dictCode]) == null ? void 0 : P.children, (F) => (A(), le(m, {
|
|
890
|
+
key: F.dictCode,
|
|
891
|
+
value: F.dictCode,
|
|
892
|
+
label: F.dictName
|
|
890
893
|
}, null, 8, ["value", "label"]))), 128))
|
|
891
894
|
];
|
|
892
895
|
}),
|
|
@@ -894,13 +897,13 @@ const Nn = (e, t, n) => {
|
|
|
894
897
|
}, 1032, ["modelValue", "onUpdate:modelValue"])) : ["date", "month", "datetime"].includes(K.dataType) && !K.disabled ? (A(), le(J, {
|
|
895
898
|
key: 1,
|
|
896
899
|
modelValue: oe[K.field],
|
|
897
|
-
"onUpdate:modelValue": (
|
|
900
|
+
"onUpdate:modelValue": (P) => oe[K.field] = P,
|
|
898
901
|
modelModifiers: { trim: !0 },
|
|
899
902
|
type: K.dataType,
|
|
900
903
|
"value-format": "YYYY-MM-DD hh:mm:ss"
|
|
901
904
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "type"])) : !K.da && !K.disabled ? $n((A(), I("input", {
|
|
902
905
|
key: 2,
|
|
903
|
-
"onUpdate:modelValue": (
|
|
906
|
+
"onUpdate:modelValue": (P) => oe[K.field] = P,
|
|
904
907
|
class: "ut-input"
|
|
905
908
|
}, null, 8, ss)), [
|
|
906
909
|
[
|
|
@@ -1023,7 +1026,7 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1023
1026
|
};
|
|
1024
1027
|
return (r, i) => {
|
|
1025
1028
|
var f, u, c, a, b, g, y;
|
|
1026
|
-
const l =
|
|
1029
|
+
const l = z("ut-button");
|
|
1027
1030
|
return A(), I("div", ms, [
|
|
1028
1031
|
(f = r.stampOptions) != null && f.content ? (A(), le(Mn, {
|
|
1029
1032
|
key: 0,
|
|
@@ -1087,7 +1090,7 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1087
1090
|
},
|
|
1088
1091
|
emits: ["command"],
|
|
1089
1092
|
setup(e, { emit: t }) {
|
|
1090
|
-
const n = e, o =
|
|
1093
|
+
const n = e, o = xe(() => n.buttons.filter((b) => b.visible !== !1)), { t: s } = De(), r = Ee(), i = r == null ? void 0 : r.appContext.config.globalProperties.$hasAuthority, l = (b) => {
|
|
1091
1094
|
b.auth && !i(b.auth) || b.disabled || a("command", b.code);
|
|
1092
1095
|
}, f = ["primary", "success", "u-cyan"], u = (b) => {
|
|
1093
1096
|
const { content: g, code: y } = b;
|
|
@@ -1097,7 +1100,7 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1097
1100
|
return (g = b.code) != null && g.toLowerCase().includes("print") ? "ri-printer-fill" : (y = b.code) != null && y.toLowerCase().includes("look") ? "ri-eye-fill" : "ri-edit-2-fill";
|
|
1098
1101
|
}, a = t;
|
|
1099
1102
|
return (b, g) => {
|
|
1100
|
-
const y =
|
|
1103
|
+
const y = z("IconifyIconOffline"), w = z("el-icon"), p = z("vxe-button"), _ = z("el-dropdown-item"), k = z("el-dropdown-menu"), R = z("el-dropdown");
|
|
1101
1104
|
return b.visible ? (A(), le(R, {
|
|
1102
1105
|
key: 0,
|
|
1103
1106
|
trigger: b.trigger,
|
|
@@ -1105,18 +1108,18 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1105
1108
|
class: "ut-dropdown"
|
|
1106
1109
|
}, {
|
|
1107
1110
|
dropdown: Y(() => [
|
|
1108
|
-
|
|
1111
|
+
N(k, { class: "ut-dropdown-menu" }, {
|
|
1109
1112
|
default: Y(() => [
|
|
1110
|
-
(A(!0), I(ve, null, ge(o.value, ($,
|
|
1113
|
+
(A(!0), I(ve, null, ge(o.value, ($, q) => (A(), le(_, {
|
|
1111
1114
|
key: $.code
|
|
1112
1115
|
}, {
|
|
1113
1116
|
default: Y(() => [
|
|
1114
|
-
|
|
1117
|
+
N(p, {
|
|
1115
1118
|
disabled: $.disabled || $.auth && !ee(i)($.auth),
|
|
1116
|
-
status: $.status || f[
|
|
1119
|
+
status: $.status || f[q % 3],
|
|
1117
1120
|
content: u($),
|
|
1118
1121
|
icon: $.icon || c($),
|
|
1119
|
-
onClick: (
|
|
1122
|
+
onClick: (L) => l($)
|
|
1120
1123
|
}, null, 8, ["disabled", "status", "content", "icon", "onClick"])
|
|
1121
1124
|
]),
|
|
1122
1125
|
_: 2
|
|
@@ -1126,15 +1129,15 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1126
1129
|
})
|
|
1127
1130
|
]),
|
|
1128
1131
|
default: Y(() => [
|
|
1129
|
-
|
|
1132
|
+
N(p, {
|
|
1130
1133
|
status: b.status,
|
|
1131
1134
|
disabled: b.disabled
|
|
1132
1135
|
}, {
|
|
1133
1136
|
default: Y(() => [
|
|
1134
1137
|
Rn(Z(b.$t("message.btn.more")) + " ", 1),
|
|
1135
|
-
|
|
1138
|
+
N(w, { class: "el-icon--right" }, {
|
|
1136
1139
|
default: Y(() => [
|
|
1137
|
-
|
|
1140
|
+
N(y, { icon: "ri:arrow-down-s-line" })
|
|
1138
1141
|
]),
|
|
1139
1142
|
_: 1
|
|
1140
1143
|
})
|
|
@@ -1146,7 +1149,7 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1146
1149
|
}, 8, ["trigger", "disabled"])) : se("", !0);
|
|
1147
1150
|
};
|
|
1148
1151
|
}
|
|
1149
|
-
}),
|
|
1152
|
+
}), Ps = fe(As), Fs = { class: "width: 100%" }, Ns = {
|
|
1150
1153
|
name: "UtForm"
|
|
1151
1154
|
}, Ms = /* @__PURE__ */ te({
|
|
1152
1155
|
...Ns,
|
|
@@ -1160,7 +1163,7 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1160
1163
|
dataStatus: { default: "detail" }
|
|
1161
1164
|
},
|
|
1162
1165
|
setup(e, { expose: t }) {
|
|
1163
|
-
const n = e, o = M(void 0), { t: s } = De(), r = M(!0), i =
|
|
1166
|
+
const n = e, o = M(void 0), { t: s } = De(), r = M(!0), i = xe(() => n.items.length ? Ie(n.items, s) : {}), l = xe(() => n.items.length ? Vt(ae(n.items, !0), n.dataStatus, 6) : n.items), f = () => {
|
|
1164
1167
|
o.value.toggleCollapse();
|
|
1165
1168
|
};
|
|
1166
1169
|
return t({
|
|
@@ -1174,9 +1177,9 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1174
1177
|
}, 1600);
|
|
1175
1178
|
}
|
|
1176
1179
|
}), (a, b) => {
|
|
1177
|
-
const g =
|
|
1178
|
-
return A(), I("div",
|
|
1179
|
-
|
|
1180
|
+
const g = z("vxe-checkbox"), y = z("vxe-form");
|
|
1181
|
+
return A(), I("div", Fs, [
|
|
1182
|
+
N(y, we({
|
|
1180
1183
|
ref_key: "xForm",
|
|
1181
1184
|
ref: o,
|
|
1182
1185
|
data: a.record,
|
|
@@ -1191,7 +1194,7 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1191
1194
|
}, a.$attrs), {
|
|
1192
1195
|
dividerPrefix: Y(() => []),
|
|
1193
1196
|
collapseNode: Y(() => [
|
|
1194
|
-
|
|
1197
|
+
N(g, {
|
|
1195
1198
|
modelValue: r.value,
|
|
1196
1199
|
"onUpdate:modelValue": b[0] || (b[0] = (w) => r.value = w),
|
|
1197
1200
|
content: "查看更多",
|
|
@@ -1208,7 +1211,7 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1208
1211
|
}
|
|
1209
1212
|
}), Is = fe(Ms), Us = "kSysConfig", nn = "kCookies_param", St = jt.getItem(Us), In = (e, t) => (e.forEach((n) => {
|
|
1210
1213
|
var o;
|
|
1211
|
-
n.auth = t && t[n.code] || n.auth, n.name ? (St == null ? void 0 : St.i18nEnabled) === "Y" && !n.name.startsWith("message.") && (n.name = `message.btn.${n.name}`) : n.name = `message.btn.${n.code}`, (o = n.dropdowns) != null && o.length && In(n.dropdowns, t);
|
|
1214
|
+
n.auth = t && t[n.code] || n.auth, n.name ? (St == null ? void 0 : St.i18nEnabled) === "Y" && !n.name.startsWith("message.") ? n.name = `message.btn.${n.name}` : n.name && !n.name.startsWith("message.") && (n.name = `message.btn.${n.name}`) : n.name = `message.btn.${n.code}`, (o = n.dropdowns) != null && o.length && In(n.dropdowns, t);
|
|
1212
1215
|
}), e), Un = (e, t, n) => {
|
|
1213
1216
|
const o = { pageNum: 1, pageSize: 1e5 }, s = qt();
|
|
1214
1217
|
Object.assign(o, n, s, e.defaultParams || {});
|
|
@@ -1289,13 +1292,13 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1289
1292
|
const o = ae(e, !0);
|
|
1290
1293
|
return n.forEach((s) => {
|
|
1291
1294
|
const r = o[s.field];
|
|
1292
|
-
r && s.itemRender.startField ? (o[s.itemRender.startField] =
|
|
1295
|
+
r && s.itemRender.startField ? (o[s.itemRender.startField] = _e(
|
|
1293
1296
|
o[s.itemRender.startField],
|
|
1294
1297
|
on
|
|
1295
|
-
), o[s.itemRender.endField] =
|
|
1298
|
+
), o[s.itemRender.endField] = _e(
|
|
1296
1299
|
o[s.itemRender.endField],
|
|
1297
1300
|
sn
|
|
1298
|
-
)) : r && (o[`${s.field}From`] =
|
|
1301
|
+
)) : r && (o[`${s.field}From`] = _e(r[0], on), o[`${s.field}To`] = _e(r[1], sn)), delete o[s.field];
|
|
1299
1302
|
}), o;
|
|
1300
1303
|
}, qt = () => be.get(nn) ? JSON.parse(be.get(nn)) : {}, Bs = [
|
|
1301
1304
|
{
|
|
@@ -1350,7 +1353,7 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1350
1353
|
formatter: ({ row: e }) => e.createdByName || e.updater
|
|
1351
1354
|
},
|
|
1352
1355
|
{ field: "lastUpdateDate", width: 140, visible: !1 }
|
|
1353
|
-
], rn = (e) =>
|
|
1356
|
+
], rn = (e) => Po(e.exportConfig) ? e.exportConfig : {
|
|
1354
1357
|
filename: e.fileName || "导出明细",
|
|
1355
1358
|
type: "xlsx",
|
|
1356
1359
|
types: ["xlsx", "csv"],
|
|
@@ -1483,12 +1486,12 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1483
1486
|
},
|
|
1484
1487
|
emits: ["close", "search"],
|
|
1485
1488
|
setup(e, { emit: t }) {
|
|
1486
|
-
const n = e, o =
|
|
1489
|
+
const n = e, o = Ee(), s = o.appContext.config.globalProperties.$serviceApi, r = o.appContext.config.globalProperties.$hasAuthority, i = Dn(), { t: l } = De();
|
|
1487
1490
|
console.log("view ======", n.view);
|
|
1488
1491
|
const f = M(null), u = M(""), c = M(!1), a = M(!1), b = M(!1), g = M(!1), y = M(!0), w = M({}), p = be.get("loginer");
|
|
1489
|
-
let _,
|
|
1490
|
-
const $ = M([]),
|
|
1491
|
-
const
|
|
1492
|
+
let _, k, R;
|
|
1493
|
+
const $ = M([]), q = xe(() => n.items.length ? Ie(B(), l) : {}), L = xe(() => n.items.length ? Vt(B(), "update") : n.items), B = () => {
|
|
1494
|
+
const P = [
|
|
1492
1495
|
{ field: "title", title: "方案名称", required: !0 },
|
|
1493
1496
|
{
|
|
1494
1497
|
field: "isPrivate",
|
|
@@ -1496,115 +1499,115 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1496
1499
|
itemRender: i.renderSwitch("Y")
|
|
1497
1500
|
}
|
|
1498
1501
|
];
|
|
1499
|
-
return
|
|
1500
|
-
},
|
|
1501
|
-
|
|
1502
|
-
const
|
|
1502
|
+
return P.push(...ae(n.items, !0)), P.filter((F) => F.field !== "dataFlat");
|
|
1503
|
+
}, S = (P) => {
|
|
1504
|
+
k = null;
|
|
1505
|
+
const F = P.select;
|
|
1503
1506
|
$.value.forEach((x) => {
|
|
1504
1507
|
x.select = !1;
|
|
1505
|
-
}),
|
|
1508
|
+
}), P.select = !F, y.value = F, k = F ? k : P, P.id === "add" && (y.value = !0, E());
|
|
1506
1509
|
}, E = () => {
|
|
1507
1510
|
w.value = { isPrivate: "Y", item: {} }, a.value = !0;
|
|
1508
|
-
}, O = (
|
|
1511
|
+
}, O = (P, F) => {
|
|
1509
1512
|
w.value = {
|
|
1510
|
-
title:
|
|
1511
|
-
isPrivate:
|
|
1512
|
-
item:
|
|
1513
|
-
...
|
|
1514
|
-
}, _ =
|
|
1515
|
-
},
|
|
1516
|
-
f.value.validate(async (
|
|
1517
|
-
if (!
|
|
1518
|
-
const
|
|
1513
|
+
title: P.title,
|
|
1514
|
+
isPrivate: P.isPrivate,
|
|
1515
|
+
item: P,
|
|
1516
|
+
...P.content
|
|
1517
|
+
}, _ = F, a.value = !0;
|
|
1518
|
+
}, U = () => {
|
|
1519
|
+
f.value.validate(async (P) => {
|
|
1520
|
+
if (!P) {
|
|
1521
|
+
const F = d();
|
|
1519
1522
|
g.value = !0;
|
|
1520
|
-
const x =
|
|
1521
|
-
g.value = !1,
|
|
1523
|
+
const x = F.id ? "put" : "post", [V, H] = await zt(s[x](Et, [F]));
|
|
1524
|
+
g.value = !1, V || (H[0].select = !1, H[0].content = JSON.parse(H[0].content), x === "post" ? $.value.splice($.value.length - 1, 0, H[0]) : $.value.splice(_, 1, H[0]), R = ae($.value, !0), ct(), a.value = !1);
|
|
1522
1525
|
}
|
|
1523
1526
|
});
|
|
1524
|
-
},
|
|
1527
|
+
}, j = () => {
|
|
1525
1528
|
b.value = !0;
|
|
1526
|
-
const
|
|
1529
|
+
const P = be.get("kCookies_param") ? JSON.parse(be.get("kCookies_param")) : {}, F = Object.assign(
|
|
1527
1530
|
{ pageSize: 50, pageNum: 1, userName: p, viewCode: n.view },
|
|
1528
|
-
|
|
1531
|
+
P
|
|
1529
1532
|
);
|
|
1530
|
-
s.get(Et,
|
|
1531
|
-
const
|
|
1532
|
-
m(
|
|
1533
|
+
s.get(Et, F).then((x) => {
|
|
1534
|
+
const V = x.list;
|
|
1535
|
+
m(V), R = ae($.value, !0);
|
|
1533
1536
|
}).finally(() => {
|
|
1534
1537
|
b.value = !1;
|
|
1535
1538
|
});
|
|
1536
1539
|
}, T = () => {
|
|
1537
|
-
oe("search",
|
|
1540
|
+
oe("search", k.content), v();
|
|
1538
1541
|
}, v = () => {
|
|
1539
1542
|
a.value ? (w.value = {}, a.value = !1) : (c.value = !1, oe("close"));
|
|
1540
1543
|
}, d = () => {
|
|
1541
|
-
const
|
|
1544
|
+
const P = w.value, { title: F, isPrivate: x } = P, V = be.get("kCookies_param") ? JSON.parse(be.get("kCookies_param")) : {}, H = {
|
|
1542
1545
|
...w.value.item,
|
|
1543
|
-
...
|
|
1544
|
-
title:
|
|
1546
|
+
...V,
|
|
1547
|
+
title: F,
|
|
1545
1548
|
isPrivate: x,
|
|
1546
1549
|
viewCode: n.view,
|
|
1547
1550
|
content: "",
|
|
1548
1551
|
userName: p
|
|
1549
1552
|
};
|
|
1550
|
-
delete
|
|
1553
|
+
delete P.title, delete P.isPrivate, delete P.item;
|
|
1551
1554
|
const G = {};
|
|
1552
|
-
for (const Q in
|
|
1553
|
-
|
|
1555
|
+
for (const Q in P)
|
|
1556
|
+
P[Q] && (G[Q] = P[Q]);
|
|
1554
1557
|
return H.content = JSON.stringify(G), H;
|
|
1555
|
-
}, m = (
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
}),
|
|
1559
|
-
}, D = (
|
|
1558
|
+
}, m = (P) => {
|
|
1559
|
+
P.forEach((F) => {
|
|
1560
|
+
F.select = !1, F.content = JSON.parse(F.content);
|
|
1561
|
+
}), P.push({ id: "add" }), $.value = P;
|
|
1562
|
+
}, D = (P) => {
|
|
1560
1563
|
var x;
|
|
1561
|
-
return (x =
|
|
1562
|
-
}, J = (
|
|
1563
|
-
var
|
|
1564
|
-
const x = (
|
|
1565
|
-
return (H = x == null ? void 0 : x.itemRender) != null && H.dictCode && ((he = (Q = (G = x == null ? void 0 : x.itemRender) == null ? void 0 : G.options) == null ? void 0 : Q.find((X) => X.dictCode ===
|
|
1566
|
-
}, ie = async (
|
|
1567
|
-
if (await
|
|
1568
|
-
`继续操作将删除查询方案【${
|
|
1564
|
+
return (x = L.value.find((V) => V.field === P)) == null ? void 0 : x.title;
|
|
1565
|
+
}, J = (P, F) => {
|
|
1566
|
+
var V, H, G, Q, he;
|
|
1567
|
+
const x = (V = n.items) == null ? void 0 : V.find((X) => X.field === P);
|
|
1568
|
+
return (H = x == null ? void 0 : x.itemRender) != null && H.dictCode && ((he = (Q = (G = x == null ? void 0 : x.itemRender) == null ? void 0 : G.options) == null ? void 0 : Q.find((X) => X.dictCode === F)) == null ? void 0 : he.dictName) || F;
|
|
1569
|
+
}, ie = async (P, F) => {
|
|
1570
|
+
if (await Re.modal.confirm(
|
|
1571
|
+
`继续操作将删除查询方案【${P.title}】`
|
|
1569
1572
|
) === "confirm") {
|
|
1570
1573
|
b.value = !0;
|
|
1571
|
-
const
|
|
1572
|
-
|
|
1573
|
-
$.value.splice(
|
|
1574
|
+
const V = ae(P, !0);
|
|
1575
|
+
V.content = JSON.stringify(V.content), s.delete(Et, [V]).then(() => {
|
|
1576
|
+
$.value.splice(F, 1), R = ae($.value, !0), ct();
|
|
1574
1577
|
}).finally(() => {
|
|
1575
1578
|
b.value = !1;
|
|
1576
1579
|
});
|
|
1577
1580
|
}
|
|
1578
1581
|
}, ce = () => {
|
|
1579
1582
|
$.value = R.filter(
|
|
1580
|
-
(
|
|
1583
|
+
(P) => P.id === "add" || P.title.includes(u.value)
|
|
1581
1584
|
);
|
|
1582
|
-
}, ne = (
|
|
1583
|
-
["Enter", "NumpadEnter"].includes(
|
|
1585
|
+
}, ne = (P) => {
|
|
1586
|
+
["Enter", "NumpadEnter"].includes(P.$event.code) && ce();
|
|
1584
1587
|
}, K = () => {
|
|
1585
1588
|
u.value = "", $.value = ae(R, !0);
|
|
1586
1589
|
};
|
|
1587
|
-
|
|
1590
|
+
j();
|
|
1588
1591
|
const oe = t;
|
|
1589
1592
|
return et(() => {
|
|
1590
1593
|
c.value = !0;
|
|
1591
|
-
}), (
|
|
1592
|
-
const x =
|
|
1594
|
+
}), (P, F) => {
|
|
1595
|
+
const x = z("el-popover"), V = z("el-scrollbar"), H = z("vxe-input"), G = z("ut-button"), Q = z("vxe-modal"), he = z("vxe-form");
|
|
1593
1596
|
return A(), I("div", qs, [
|
|
1594
|
-
|
|
1597
|
+
N(Q, {
|
|
1595
1598
|
modelValue: c.value,
|
|
1596
|
-
"onUpdate:modelValue":
|
|
1599
|
+
"onUpdate:modelValue": F[4] || (F[4] = (X) => c.value = X),
|
|
1597
1600
|
loading: b.value,
|
|
1598
1601
|
width: "820",
|
|
1599
1602
|
height: "360",
|
|
1600
1603
|
"show-footer": "",
|
|
1601
|
-
onClose:
|
|
1604
|
+
onClose: F[5] || (F[5] = (X) => v())
|
|
1602
1605
|
}, {
|
|
1603
1606
|
title: Y(() => [
|
|
1604
1607
|
C("div", null, [
|
|
1605
1608
|
Hs,
|
|
1606
1609
|
C("span", Ws, [
|
|
1607
|
-
|
|
1610
|
+
N(x, {
|
|
1608
1611
|
placement: "right",
|
|
1609
1612
|
width: 260,
|
|
1610
1613
|
trigger: "hover"
|
|
@@ -1626,7 +1629,7 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1626
1629
|
key: X.id,
|
|
1627
1630
|
class: "card",
|
|
1628
1631
|
style: Ve({ width: $.value.length === 1 ? "100%" : "" }),
|
|
1629
|
-
onClick: (
|
|
1632
|
+
onClick: (Pe) => S(X)
|
|
1630
1633
|
}, [
|
|
1631
1634
|
X.id !== "add" ? (A(), I("div", {
|
|
1632
1635
|
key: 0,
|
|
@@ -1639,29 +1642,29 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1639
1642
|
key: 0,
|
|
1640
1643
|
class: "flex items-center justify-center",
|
|
1641
1644
|
style: { width: "16px", height: "16px", "margin-left": "12px", color: "#fff", "background-color": "rgb(29 78 216)", "border-radius": "8px" },
|
|
1642
|
-
onClick: (
|
|
1645
|
+
onClick: (Pe) => O(X, Be)
|
|
1643
1646
|
}, " ✔ ", 8, er)) : se("", !0),
|
|
1644
1647
|
X.userName === ee(p) || ee(r)("fetch") ? (A(), I("div", {
|
|
1645
1648
|
key: 1,
|
|
1646
1649
|
class: "flex items-center justify-center",
|
|
1647
1650
|
style: { width: "16px", height: "16px", "margin-left": "12px", color: "#fff", "background-color": "rgb(185 28 28)", "border-radius": "8px" },
|
|
1648
|
-
onClick: (
|
|
1651
|
+
onClick: (Pe) => ie(X, Be)
|
|
1649
1652
|
}, " × ", 8, tr)) : se("", !0)
|
|
1650
1653
|
])
|
|
1651
1654
|
]),
|
|
1652
|
-
|
|
1655
|
+
N(V, {
|
|
1653
1656
|
style: { flex: "4" },
|
|
1654
1657
|
class: "w-full overflow-y-auto"
|
|
1655
1658
|
}, {
|
|
1656
1659
|
default: Y(() => [
|
|
1657
|
-
(A(!0), I(ve, null, ge(X.content, (
|
|
1658
|
-
key:
|
|
1660
|
+
(A(!0), I(ve, null, ge(X.content, (Pe, We) => (A(), I("span", {
|
|
1661
|
+
key: Pe,
|
|
1659
1662
|
style: { height: "33.333%", "line-height": "2rem" },
|
|
1660
1663
|
class: "inline-block w-1/2"
|
|
1661
1664
|
}, [
|
|
1662
1665
|
C("span", nr, [
|
|
1663
|
-
C("span", or, Z(
|
|
1664
|
-
C("span", sr, Z(J(We,
|
|
1666
|
+
C("span", or, Z(P.$t(D(We))) + ":", 1),
|
|
1667
|
+
C("span", sr, Z(J(We, Pe)), 1)
|
|
1665
1668
|
])
|
|
1666
1669
|
]))), 128))
|
|
1667
1670
|
]),
|
|
@@ -1673,70 +1676,70 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1673
1676
|
]),
|
|
1674
1677
|
footer: Y(() => [
|
|
1675
1678
|
C("div", lr, [
|
|
1676
|
-
|
|
1679
|
+
N(H, {
|
|
1677
1680
|
modelValue: u.value,
|
|
1678
|
-
"onUpdate:modelValue":
|
|
1681
|
+
"onUpdate:modelValue": F[0] || (F[0] = (X) => u.value = X),
|
|
1679
1682
|
placeholder: "请录入方案标题",
|
|
1680
1683
|
type: "search",
|
|
1681
1684
|
onSearchClick: ce,
|
|
1682
1685
|
onKeydown: ne,
|
|
1683
1686
|
onClear: K
|
|
1684
1687
|
}, null, 8, ["modelValue"]),
|
|
1685
|
-
|
|
1688
|
+
N(G, {
|
|
1686
1689
|
content: "reset",
|
|
1687
1690
|
status: "info",
|
|
1688
1691
|
icon: "ri-refresh-line",
|
|
1689
|
-
onTap:
|
|
1692
|
+
onTap: F[1] || (F[1] = (X) => K())
|
|
1690
1693
|
}),
|
|
1691
|
-
|
|
1694
|
+
N(G, {
|
|
1692
1695
|
content: "cancel",
|
|
1693
1696
|
status: "warning",
|
|
1694
1697
|
icon: "ri-close-line",
|
|
1695
|
-
onTap:
|
|
1698
|
+
onTap: F[2] || (F[2] = (X) => v())
|
|
1696
1699
|
}),
|
|
1697
|
-
|
|
1700
|
+
N(G, {
|
|
1698
1701
|
disabled: y.value,
|
|
1699
1702
|
content: "confirm",
|
|
1700
1703
|
icon: "ri-save-3-line",
|
|
1701
|
-
onTap:
|
|
1704
|
+
onTap: F[3] || (F[3] = (X) => T())
|
|
1702
1705
|
}, null, 8, ["disabled"])
|
|
1703
1706
|
])
|
|
1704
1707
|
]),
|
|
1705
1708
|
_: 1
|
|
1706
1709
|
}, 8, ["modelValue", "loading"]),
|
|
1707
|
-
|
|
1710
|
+
N(Q, {
|
|
1708
1711
|
modelValue: a.value,
|
|
1709
|
-
"onUpdate:modelValue":
|
|
1712
|
+
"onUpdate:modelValue": F[7] || (F[7] = (X) => a.value = X),
|
|
1710
1713
|
loading: g.value,
|
|
1711
1714
|
width: "360",
|
|
1712
1715
|
height: "420",
|
|
1713
1716
|
title: "查询方案新增",
|
|
1714
1717
|
"show-footer": "",
|
|
1715
|
-
onClose:
|
|
1718
|
+
onClose: F[8] || (F[8] = (X) => v())
|
|
1716
1719
|
}, {
|
|
1717
1720
|
default: Y(() => [
|
|
1718
|
-
|
|
1721
|
+
N(he, {
|
|
1719
1722
|
ref_key: "xForm",
|
|
1720
1723
|
ref: f,
|
|
1721
1724
|
data: w.value,
|
|
1722
|
-
items:
|
|
1723
|
-
rules:
|
|
1725
|
+
items: L.value,
|
|
1726
|
+
rules: q.value,
|
|
1724
1727
|
"title-align": "right",
|
|
1725
1728
|
"title-width": 90
|
|
1726
1729
|
}, null, 8, ["data", "items", "rules"])
|
|
1727
1730
|
]),
|
|
1728
1731
|
footer: Y(() => [
|
|
1729
1732
|
C("div", cr, [
|
|
1730
|
-
|
|
1733
|
+
N(G, {
|
|
1731
1734
|
content: "cancel",
|
|
1732
1735
|
status: "warning",
|
|
1733
1736
|
icon: "ri-close-line",
|
|
1734
|
-
onTap:
|
|
1737
|
+
onTap: F[6] || (F[6] = (X) => v())
|
|
1735
1738
|
}),
|
|
1736
|
-
|
|
1739
|
+
N(G, {
|
|
1737
1740
|
content: "confirm",
|
|
1738
1741
|
icon: "ri-save-3-line",
|
|
1739
|
-
onTap:
|
|
1742
|
+
onTap: U
|
|
1740
1743
|
})
|
|
1741
1744
|
])
|
|
1742
1745
|
]),
|
|
@@ -1760,16 +1763,16 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1760
1763
|
needExport: { type: Boolean, default: !0 },
|
|
1761
1764
|
autoLoad: { type: Boolean, default: !0 }
|
|
1762
1765
|
},
|
|
1763
|
-
emits: ["buttonClick", "cellClick", "cellDbclick", "editEctivated", "reset"],
|
|
1766
|
+
emits: ["buttonClick", "cellClick", "cellDbclick", "editActivated", "editEctivated", "reset"],
|
|
1764
1767
|
setup(e, { expose: t, emit: n }) {
|
|
1765
1768
|
const o = Ht(Lt());
|
|
1766
1769
|
let s;
|
|
1767
|
-
const r = {}, i =
|
|
1770
|
+
const r = {}, i = Ee(), l = i.appContext.config.globalProperties.$hasAuthority, f = i.appContext.config.globalProperties.$serviceApi, u = i.parent.type.name, c = i.appContext.config.globalProperties.$mode, a = e, { t: b } = De(), g = M(null), y = M(!1), w = {
|
|
1768
1771
|
icon: "vxe-icon-setting",
|
|
1769
1772
|
name: "favorite",
|
|
1770
1773
|
events: {
|
|
1771
|
-
click: (x,
|
|
1772
|
-
|
|
1774
|
+
click: (x, V) => {
|
|
1775
|
+
V.name === "favorite" && (y.value = !0);
|
|
1773
1776
|
}
|
|
1774
1777
|
}
|
|
1775
1778
|
}, p = () => a.columns.length ? Ie(a.columns, b) : {}, _ = () => {
|
|
@@ -1778,13 +1781,13 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1778
1781
|
const H = js.filter((Q) => !x.some((he) => he.field === Q.field)).map((Q) => (o.format && ["lastUpdateDate", "creationDate"].includes(Q.field) && (Q.formatter = o.format, Q.width = 90), Q)), G = x.findIndex((Q) => Q.field === "operate");
|
|
1779
1782
|
G !== -1 ? x.splice(G, 0, ...H) : x.push(...H);
|
|
1780
1783
|
}
|
|
1781
|
-
const
|
|
1782
|
-
return An(
|
|
1784
|
+
const V = o.gridId ? $(x) : x;
|
|
1785
|
+
return An(V, o.sortable);
|
|
1783
1786
|
};
|
|
1784
1787
|
tn.getItem(an).then((x) => {
|
|
1785
|
-
s = x,
|
|
1788
|
+
s = x, k.columns = _();
|
|
1786
1789
|
});
|
|
1787
|
-
const
|
|
1790
|
+
const k = Ze({
|
|
1788
1791
|
border: !0,
|
|
1789
1792
|
pagerConfig: { pageSize: o.pageSize || 20 },
|
|
1790
1793
|
editConfig: {},
|
|
@@ -1809,7 +1812,7 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1809
1812
|
// 接收 Promise
|
|
1810
1813
|
ajax: {
|
|
1811
1814
|
queryAll: ({ form: x }) => Un(a, f, x),
|
|
1812
|
-
query: ({ page: x, form:
|
|
1815
|
+
query: ({ page: x, form: V }) => Bn(a, V, x, f, c),
|
|
1813
1816
|
delete: ({ body: { removeRecords: x } }) => Ln(f, x, a),
|
|
1814
1817
|
save: ({ body: x }) => Promise.all(jn(f, x, a)),
|
|
1815
1818
|
querySuccess: ({ response: x }) => T("querySuccess", x),
|
|
@@ -1822,57 +1825,57 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1822
1825
|
},
|
|
1823
1826
|
columns: o.gridId ? [] : _(),
|
|
1824
1827
|
...o
|
|
1825
|
-
}), R = () => a.items.length ?
|
|
1828
|
+
}), R = () => a.items.length ? Pn(
|
|
1826
1829
|
ae(a.items, !0),
|
|
1827
1830
|
u && a.url ? w : u
|
|
1828
1831
|
) : a.items;
|
|
1829
1832
|
function $(x) {
|
|
1830
|
-
const
|
|
1831
|
-
return
|
|
1833
|
+
const V = s ? s[o.gridId] : {};
|
|
1834
|
+
return V ? x.map((H, G) => {
|
|
1832
1835
|
const Q = (G + 1) * 10;
|
|
1833
|
-
return H._sort =
|
|
1836
|
+
return H._sort = V[H.field] || Q, r[H.field] = H._sort, H;
|
|
1834
1837
|
}).sort((H, G) => H._sort - G._sort) : x;
|
|
1835
1838
|
}
|
|
1836
|
-
const
|
|
1837
|
-
a.items.length && (
|
|
1839
|
+
const q = () => {
|
|
1840
|
+
a.items.length && (k.formConfig = {
|
|
1838
1841
|
titleWidth: 100,
|
|
1839
1842
|
titleAlign: "right",
|
|
1840
1843
|
items: R(),
|
|
1841
1844
|
rules: Ie(a.items, b),
|
|
1842
1845
|
validConfig: { showMessage: !1 }
|
|
1843
1846
|
});
|
|
1844
|
-
const x = qn(
|
|
1845
|
-
Object.assign(
|
|
1847
|
+
const x = qn(k, a, o, l);
|
|
1848
|
+
Object.assign(k, x), o.gridId && (k.id = o.gridId, k.customConfig = {
|
|
1846
1849
|
storage: !0,
|
|
1847
1850
|
mode: "popup",
|
|
1848
|
-
checkMethod({ column:
|
|
1849
|
-
return !(
|
|
1851
|
+
checkMethod({ column: V }) {
|
|
1852
|
+
return !(V.field === "operate" || ["checkbox", "radio"].includes(V.type));
|
|
1850
1853
|
},
|
|
1851
1854
|
modalOptions: {
|
|
1852
1855
|
width: 750,
|
|
1853
1856
|
height: "75%"
|
|
1854
1857
|
}
|
|
1855
|
-
}), o.mergeFooter && (
|
|
1856
|
-
},
|
|
1858
|
+
}), o.mergeFooter && (k.showFooter = !0, k.footerMethod = ({ columns: V, data: H }) => Hn({ columns: V, data: H }, o.mergeFooter));
|
|
1859
|
+
}, L = () => {
|
|
1857
1860
|
g.value.commitProxy("query");
|
|
1858
|
-
},
|
|
1859
|
-
|
|
1861
|
+
}, B = () => (k.editRules = p(), g.value.refreshColumn()), S = () => {
|
|
1862
|
+
k.loading = !0;
|
|
1860
1863
|
}, E = () => {
|
|
1861
|
-
|
|
1862
|
-
}, O = () => On(g.value),
|
|
1863
|
-
const
|
|
1864
|
-
return
|
|
1865
|
-
}, T = (x,
|
|
1866
|
-
o != null && o.callback && (o != null && o.callback[x]) && (o == null || o.callback[x](
|
|
1864
|
+
k.loading = !1;
|
|
1865
|
+
}, O = () => On(g.value), U = () => g.value.getTableData().fullData, j = (x = !1) => {
|
|
1866
|
+
const V = a.columns[0].type, H = V === "radio" ? g.value.getRadioRecord(x) : g.value.getCheckboxRecords(x);
|
|
1867
|
+
return V === "checkbox" && !H.length ? (Fe(b("message.tip_selectedRecord")), []) : V === "radio" && !H ? (Fe(b("message.tip_selectedRecord")), null) : H;
|
|
1868
|
+
}, T = (x, V) => {
|
|
1869
|
+
o != null && o.callback && (o != null && o.callback[x]) && (o == null || o.callback[x](V));
|
|
1867
1870
|
}, v = ({ data: x }) => {
|
|
1868
|
-
const
|
|
1871
|
+
const V = a.items.filter((H) => {
|
|
1869
1872
|
var G, Q;
|
|
1870
1873
|
return (Q = (G = H.itemRender) == null ? void 0 : G.props) == null ? void 0 : Q.multiple;
|
|
1871
1874
|
});
|
|
1872
|
-
|
|
1875
|
+
V.forEach((H) => {
|
|
1873
1876
|
H.itemRender.props.defaultValue ? x[`_${H.field}`] = H.itemRender.props.defaultValue.split(",") : x[`_${H.field}`] = [];
|
|
1874
|
-
}),
|
|
1875
|
-
|
|
1877
|
+
}), V.length && setTimeout(() => {
|
|
1878
|
+
L();
|
|
1876
1879
|
}, 200);
|
|
1877
1880
|
};
|
|
1878
1881
|
let d;
|
|
@@ -1883,10 +1886,10 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1883
1886
|
{
|
|
1884
1887
|
disabled: !o.gridId,
|
|
1885
1888
|
handle: ".vxe-header--column",
|
|
1886
|
-
onEnd: async (
|
|
1887
|
-
const H =
|
|
1889
|
+
onEnd: async (V) => {
|
|
1890
|
+
const H = V.item, G = V.newIndex, Q = V.oldIndex, { fullColumn: he, tableColumn: X } = x.getTableColumn(), Be = H.parentNode, Pe = he[G], We = he[Q];
|
|
1888
1891
|
let ot = !1, _t = "固定列";
|
|
1889
|
-
if (
|
|
1892
|
+
if (Pe.fixed ? ot = !1 : G === 0 || ["checkbox", "radio"].includes(We.type) ? (_t = "勾选列", ot = !0) : (We.field === "operate" || G === he.length - 1) && (ot = !0, _t = "操作列"), ot) {
|
|
1890
1893
|
const Te = Be.children[Q];
|
|
1891
1894
|
return G > Q ? Be.insertBefore(H, Te) : Be.insertBefore(
|
|
1892
1895
|
H,
|
|
@@ -1906,53 +1909,53 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1906
1909
|
);
|
|
1907
1910
|
}, D = (x) => {
|
|
1908
1911
|
y.value = !1;
|
|
1909
|
-
const { form:
|
|
1910
|
-
Object.assign(
|
|
1912
|
+
const { form: V } = g.value.getProxyInfo();
|
|
1913
|
+
Object.assign(V, x), L();
|
|
1911
1914
|
};
|
|
1912
1915
|
t({
|
|
1913
|
-
getTableData:
|
|
1914
|
-
getSelectRecords:
|
|
1915
|
-
refreshData:
|
|
1916
|
-
refreshColumn:
|
|
1916
|
+
getTableData: U,
|
|
1917
|
+
getSelectRecords: j,
|
|
1918
|
+
refreshData: L,
|
|
1919
|
+
refreshColumn: B,
|
|
1917
1920
|
getInstance: O,
|
|
1918
|
-
showLoading:
|
|
1921
|
+
showLoading: S,
|
|
1919
1922
|
hiddenLoading: E,
|
|
1920
1923
|
reloadGrid: async () => {
|
|
1921
|
-
|
|
1924
|
+
k.editRules = p(), q();
|
|
1922
1925
|
}
|
|
1923
1926
|
});
|
|
1924
1927
|
const ie = ({ code: x }) => {
|
|
1925
|
-
|
|
1928
|
+
F("buttonClick", x);
|
|
1926
1929
|
}, ce = (x) => {
|
|
1927
|
-
|
|
1930
|
+
F("cellClick", x);
|
|
1928
1931
|
}, ne = (x) => {
|
|
1929
|
-
|
|
1932
|
+
F("cellDbclick", x);
|
|
1930
1933
|
}, K = (x) => {
|
|
1931
|
-
|
|
1934
|
+
F("editActivated", x), F("editEctivated", x);
|
|
1932
1935
|
}, oe = () => {
|
|
1933
1936
|
window.onresize = () => (() => {
|
|
1934
1937
|
let x = (o == null ? void 0 : o.height) || window.innerHeight - 90;
|
|
1935
|
-
o.mode !== "inline" && !(o != null && o.height) && (x = window.innerHeight - 180),
|
|
1938
|
+
o.mode !== "inline" && !(o != null && o.height) && (x = window.innerHeight - 180), k.height = x < 600 ? 600 : x;
|
|
1936
1939
|
})();
|
|
1937
1940
|
};
|
|
1938
|
-
let
|
|
1941
|
+
let P;
|
|
1939
1942
|
$e(() => {
|
|
1940
|
-
|
|
1943
|
+
P = setTimeout(() => {
|
|
1941
1944
|
m();
|
|
1942
1945
|
}, 500);
|
|
1943
1946
|
}), To(() => {
|
|
1944
|
-
clearTimeout(
|
|
1947
|
+
clearTimeout(P), d && d.destroy();
|
|
1945
1948
|
}), ft(() => {
|
|
1946
|
-
|
|
1949
|
+
q(), oe();
|
|
1947
1950
|
});
|
|
1948
|
-
const
|
|
1949
|
-
return (x,
|
|
1950
|
-
const H =
|
|
1951
|
+
const F = n;
|
|
1952
|
+
return (x, V) => {
|
|
1953
|
+
const H = z("vxe-grid");
|
|
1951
1954
|
return A(), I("div", fr, [
|
|
1952
|
-
|
|
1955
|
+
N(H, we({
|
|
1953
1956
|
ref_key: "xgrid",
|
|
1954
1957
|
ref: g
|
|
1955
|
-
},
|
|
1958
|
+
}, k, { class: "ut-grid-wrapper" }, It(ee(o).events || {}), {
|
|
1956
1959
|
onToolbarButtonClick: ie,
|
|
1957
1960
|
onToolbarToolClick: ie,
|
|
1958
1961
|
onCellClick: ce,
|
|
@@ -1965,7 +1968,7 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1965
1968
|
items: x.items,
|
|
1966
1969
|
view: ee(u),
|
|
1967
1970
|
onSearch: D,
|
|
1968
|
-
onClose:
|
|
1971
|
+
onClose: V[0] || (V[0] = (G) => y.value = !1)
|
|
1969
1972
|
}, null, 8, ["items", "view"])) : se("", !0)
|
|
1970
1973
|
]);
|
|
1971
1974
|
};
|
|
@@ -1982,39 +1985,40 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
1982
1985
|
url: { default: "" },
|
|
1983
1986
|
method: { default: "post" },
|
|
1984
1987
|
title: { default: "数据记录" },
|
|
1988
|
+
titleWidth: { default: 100 },
|
|
1985
1989
|
dataStatus: { default: "detail" },
|
|
1986
1990
|
width: { default: 420 },
|
|
1987
1991
|
height: { default: 360 }
|
|
1988
1992
|
},
|
|
1989
1993
|
emits: ["close", "confirm"],
|
|
1990
1994
|
setup(e, { expose: t, emit: n }) {
|
|
1991
|
-
const o = e, s = Ht(Lt()), r = M(!1), l =
|
|
1992
|
-
b.value.validate(async (
|
|
1993
|
-
if (!
|
|
1994
|
-
const { record:
|
|
1995
|
-
if (
|
|
1995
|
+
const o = e, s = Ht(Lt()), r = M(!1), l = Ee().appContext.config.globalProperties.$serviceApi, f = xe(() => o.items.length ? Ie(o.items, u) : {}), { t: u } = De(), c = xe(() => o.items.length ? Vt(ae(o.items, !0), o.dataStatus, 24) : o.items), a = M(!1), b = M(null), g = () => {
|
|
1996
|
+
b.value.validate(async (L) => {
|
|
1997
|
+
if (!L) {
|
|
1998
|
+
const { record: B, url: S, method: E } = o;
|
|
1999
|
+
if (S) {
|
|
1996
2000
|
y();
|
|
1997
|
-
const O = s != null && s.dataProcessMethod ? s == null ? void 0 : s.dataProcessMethod(
|
|
1998
|
-
w(),
|
|
2001
|
+
const O = s != null && s.dataProcessMethod ? s == null ? void 0 : s.dataProcessMethod(B) : B, [U, j] = await zt(l[E](S, O));
|
|
2002
|
+
w(), U || (ct(), q("confirm", j), k());
|
|
1999
2003
|
} else
|
|
2000
|
-
|
|
2004
|
+
q("confirm");
|
|
2001
2005
|
}
|
|
2002
2006
|
});
|
|
2003
2007
|
}, y = () => {
|
|
2004
2008
|
r.value = !0;
|
|
2005
2009
|
}, w = () => {
|
|
2006
2010
|
r.value = !1;
|
|
2007
|
-
}, p = (
|
|
2008
|
-
b.value.validate(
|
|
2009
|
-
}, _ = (
|
|
2010
|
-
b.value.validate(
|
|
2011
|
-
},
|
|
2012
|
-
a.value = !1,
|
|
2011
|
+
}, p = (L) => {
|
|
2012
|
+
b.value.validate(L);
|
|
2013
|
+
}, _ = (L) => {
|
|
2014
|
+
b.value.validate(L);
|
|
2015
|
+
}, k = () => {
|
|
2016
|
+
a.value = !1, q("close");
|
|
2013
2017
|
}, R = () => {
|
|
2014
2018
|
a.value = !0;
|
|
2015
2019
|
}, $ = () => {
|
|
2016
|
-
|
|
2017
|
-
},
|
|
2020
|
+
k();
|
|
2021
|
+
}, q = n;
|
|
2018
2022
|
return t({
|
|
2019
2023
|
showLoading: y,
|
|
2020
2024
|
hiddenLoading: w,
|
|
@@ -2024,48 +2028,48 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
2024
2028
|
validateForm: _
|
|
2025
2029
|
}), ft(() => {
|
|
2026
2030
|
R();
|
|
2027
|
-
}), (
|
|
2028
|
-
const
|
|
2031
|
+
}), (L, B) => {
|
|
2032
|
+
const S = z("vxe-form"), E = z("ut-button"), O = z("vxe-modal");
|
|
2029
2033
|
return A(), I("div", null, [
|
|
2030
|
-
|
|
2034
|
+
N(O, we({
|
|
2031
2035
|
modelValue: a.value,
|
|
2032
|
-
"onUpdate:modelValue":
|
|
2033
|
-
title:
|
|
2034
|
-
width:
|
|
2035
|
-
height:
|
|
2036
|
+
"onUpdate:modelValue": B[0] || (B[0] = (U) => a.value = U),
|
|
2037
|
+
title: L.title,
|
|
2038
|
+
width: L.width,
|
|
2039
|
+
height: L.height,
|
|
2036
2040
|
loading: r.value,
|
|
2037
|
-
"show-footer":
|
|
2041
|
+
"show-footer": L.dataStatus !== "detail",
|
|
2038
2042
|
"min-width": "240",
|
|
2039
2043
|
"min-height": "300",
|
|
2040
2044
|
"destroy-on-close": "",
|
|
2041
2045
|
resize: ""
|
|
2042
|
-
},
|
|
2046
|
+
}, L.modalOptions, { onClose: k }), Tn({
|
|
2043
2047
|
default: Y(() => [
|
|
2044
|
-
|
|
2048
|
+
N(S, we({
|
|
2045
2049
|
ref_key: "xForm",
|
|
2046
2050
|
ref: b,
|
|
2047
|
-
data:
|
|
2051
|
+
data: L.record,
|
|
2048
2052
|
items: c.value,
|
|
2049
2053
|
rules: f.value,
|
|
2050
|
-
"title-width":
|
|
2054
|
+
"title-width": L.titleWidth,
|
|
2051
2055
|
"title-align": "right"
|
|
2052
|
-
},
|
|
2056
|
+
}, L.formOptions), {
|
|
2053
2057
|
dividerPrefix: Y(() => []),
|
|
2054
2058
|
_: 1
|
|
2055
|
-
}, 16, ["data", "items", "rules"])
|
|
2059
|
+
}, 16, ["data", "items", "rules", "title-width"])
|
|
2056
2060
|
]),
|
|
2057
2061
|
_: 2
|
|
2058
2062
|
}, [
|
|
2059
2063
|
r.value ? void 0 : {
|
|
2060
2064
|
name: "footer",
|
|
2061
2065
|
fn: Y(() => [
|
|
2062
|
-
|
|
2066
|
+
N(E, {
|
|
2063
2067
|
status: "warning",
|
|
2064
2068
|
content: "cancel",
|
|
2065
2069
|
icon: "ri-close-line",
|
|
2066
|
-
onTap:
|
|
2070
|
+
onTap: k
|
|
2067
2071
|
}),
|
|
2068
|
-
|
|
2072
|
+
N(E, {
|
|
2069
2073
|
status: "u-cyan",
|
|
2070
2074
|
content: "confirm",
|
|
2071
2075
|
icon: "ri-save-3-line",
|
|
@@ -2105,10 +2109,10 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
2105
2109
|
},
|
|
2106
2110
|
emits: ["close", "confirm", "actived", "buttonClick"],
|
|
2107
2111
|
setup(e, { expose: t, emit: n }) {
|
|
2108
|
-
const o = Ht(Lt()), s = e, r = M(!1), i = M(null), l =
|
|
2112
|
+
const o = Ht(Lt()), s = e, r = M(!1), i = M(null), l = Ee(), f = l.appContext.config.globalProperties.$hasAuthority, u = l.appContext.config.globalProperties.$serviceApi, c = l.appContext.config.globalProperties.$mode, { t: a } = De(), b = () => {
|
|
2109
2113
|
const d = ae(s.columns, !0).map((m) => (s.editable ? !m.type && !m.editRender && s.editable && m.editable && (m.editRender = { name: "VxeInput" }) : m.editRender = { enabled: !1 }, m));
|
|
2110
2114
|
return An(d, o.sortable);
|
|
2111
|
-
}, g = () => s.items.length ?
|
|
2115
|
+
}, g = () => s.items.length ? Pn(ae(s.items, !0)) : s.items, y = () => s.columns.length ? Ie(s.columns, a) : {}, w = Ze({
|
|
2112
2116
|
loading: !1,
|
|
2113
2117
|
border: !0,
|
|
2114
2118
|
pagerConfig: {},
|
|
@@ -2147,41 +2151,41 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
2147
2151
|
let d = null;
|
|
2148
2152
|
const m = s.columns[0].type;
|
|
2149
2153
|
if (m === "checkbox" ? d = i.value.getCheckboxRecords() : m === "radio" ? d = i.value.getRadioRecord() : d = i.value.getTableData().fullData, m === "checkbox" && !d.length && !s.addChild)
|
|
2150
|
-
return
|
|
2154
|
+
return Fe(a("message.selectedRecord"));
|
|
2151
2155
|
if (m === "radio" && !d)
|
|
2152
|
-
return
|
|
2156
|
+
return Fe(a("message.selectedRecord"));
|
|
2153
2157
|
if (Xe(o.beforeConfirm) && !o.beforeConfirm(d)) return;
|
|
2154
2158
|
const { submitUrl: D } = s;
|
|
2155
2159
|
if (D) {
|
|
2156
|
-
|
|
2160
|
+
S();
|
|
2157
2161
|
let J;
|
|
2158
2162
|
try {
|
|
2159
2163
|
d.forEach((ie) => Object.assign(ie, s.defaultParams)), J = await u.post(D, d);
|
|
2160
2164
|
} finally {
|
|
2161
|
-
J &&
|
|
2165
|
+
J && U("confirm", J), J && ct(a("message.operateSuccess")), j(), E();
|
|
2162
2166
|
}
|
|
2163
2167
|
} else
|
|
2164
|
-
s.autoClose &&
|
|
2165
|
-
},
|
|
2168
|
+
s.autoClose && j(), U("confirm", d);
|
|
2169
|
+
}, k = () => {
|
|
2166
2170
|
i.value.commitProxy("query");
|
|
2167
2171
|
}, R = () => {
|
|
2168
2172
|
w.editRules = y(), i.value.refreshColumn();
|
|
2169
|
-
}, $ = () => On(i.value),
|
|
2173
|
+
}, $ = () => On(i.value), q = ({ row: d }) => {
|
|
2170
2174
|
const m = s.columns[0].type;
|
|
2171
2175
|
m === "checkbox" ? i.value.setCheckboxRow(d, !0) : m === "radio" && i.value.setRadioRow(d);
|
|
2172
|
-
},
|
|
2173
|
-
|
|
2174
|
-
},
|
|
2175
|
-
|
|
2176
|
-
},
|
|
2176
|
+
}, L = (d) => {
|
|
2177
|
+
U("actived", d);
|
|
2178
|
+
}, B = ({ code: d }) => {
|
|
2179
|
+
U("buttonClick", d);
|
|
2180
|
+
}, S = () => {
|
|
2177
2181
|
w.loading = !0;
|
|
2178
2182
|
}, E = () => {
|
|
2179
2183
|
w.loading = !1;
|
|
2180
2184
|
}, O = (d = !1) => {
|
|
2181
2185
|
const m = s.columns[0].type, D = m === "radio" ? xgrid.value.getRadioRecord(d) : xgrid.value.getCheckboxRecords(d);
|
|
2182
|
-
return m === "checkbox" && !D.length ? (
|
|
2183
|
-
},
|
|
2184
|
-
Xe(o.beforeClose) && !o.beforeClose() || (r.value = !1,
|
|
2186
|
+
return m === "checkbox" && !D.length ? (Fe(a("message.tip_selectedRecord")), []) : m === "radio" && !D ? (Fe(a("message.tip_selectedRecord")), null) : D;
|
|
2187
|
+
}, U = n, j = () => {
|
|
2188
|
+
Xe(o.beforeClose) && !o.beforeClose() || (r.value = !1, U("close"));
|
|
2185
2189
|
}, T = () => {
|
|
2186
2190
|
s.items.length && (w.formConfig = {
|
|
2187
2191
|
titleWidth: 100,
|
|
@@ -2194,22 +2198,22 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
2194
2198
|
Object.assign(w, d), o.mergeFooter && (w.showFooter = !0, w.footerMethod = ({ columns: m, data: D }) => Hn({ columns: m, data: D }, o.mergeFooter));
|
|
2195
2199
|
};
|
|
2196
2200
|
return t({
|
|
2197
|
-
refreshData:
|
|
2201
|
+
refreshData: k,
|
|
2198
2202
|
refreshColumn: R,
|
|
2199
2203
|
getInstance: $,
|
|
2200
|
-
showLoading:
|
|
2204
|
+
showLoading: S,
|
|
2201
2205
|
hiddenLoading: E,
|
|
2202
2206
|
getSelectRecords: O,
|
|
2203
2207
|
reloadGrid: async () => {
|
|
2204
2208
|
T();
|
|
2205
2209
|
},
|
|
2206
|
-
close:
|
|
2210
|
+
close: j
|
|
2207
2211
|
}), ft(() => {
|
|
2208
2212
|
r.value = !0, T();
|
|
2209
2213
|
}), (d, m) => {
|
|
2210
|
-
const D =
|
|
2214
|
+
const D = z("vxe-grid"), J = z("ut-button"), ie = z("vxe-modal"), ce = $o("spinning");
|
|
2211
2215
|
return $n((A(), I("div", null, [
|
|
2212
|
-
|
|
2216
|
+
N(ie, {
|
|
2213
2217
|
modelValue: r.value,
|
|
2214
2218
|
"onUpdate:modelValue": m[0] || (m[0] = (ne) => r.value = ne),
|
|
2215
2219
|
title: d.title,
|
|
@@ -2218,29 +2222,29 @@ const Mn = /* @__PURE__ */ Ae(ds, [["render", ps], ["__scopeId", "data-v-10544e1
|
|
|
2218
2222
|
"show-footer": d.showFooter,
|
|
2219
2223
|
resize: "",
|
|
2220
2224
|
"destroy-on-close": "",
|
|
2221
|
-
onClose:
|
|
2225
|
+
onClose: j
|
|
2222
2226
|
}, {
|
|
2223
2227
|
default: Y(() => [
|
|
2224
2228
|
Ge(d.$slots, "default"),
|
|
2225
|
-
|
|
2229
|
+
N(D, we({
|
|
2226
2230
|
ref_key: "xGrid",
|
|
2227
2231
|
ref: i
|
|
2228
2232
|
}, w, { columnConfig: { resizable: !0 } }, It(ee(o).events || {}), {
|
|
2229
|
-
onEditActivated:
|
|
2230
|
-
onToolbarButtonClick:
|
|
2231
|
-
onToolbarToolClick:
|
|
2232
|
-
onCellClick:
|
|
2233
|
+
onEditActivated: L,
|
|
2234
|
+
onToolbarButtonClick: B,
|
|
2235
|
+
onToolbarToolClick: B,
|
|
2236
|
+
onCellClick: q
|
|
2233
2237
|
}), null, 16)
|
|
2234
2238
|
]),
|
|
2235
2239
|
footer: Y(() => [
|
|
2236
2240
|
Ge(d.$slots, "bottom"),
|
|
2237
|
-
|
|
2241
|
+
N(J, {
|
|
2238
2242
|
icon: "ri-close-line",
|
|
2239
2243
|
status: "warning",
|
|
2240
2244
|
content: "cancel",
|
|
2241
|
-
onTap:
|
|
2245
|
+
onTap: j
|
|
2242
2246
|
}),
|
|
2243
|
-
|
|
2247
|
+
N(J, {
|
|
2244
2248
|
icon: "ri-save-3-line",
|
|
2245
2249
|
content: "confirm",
|
|
2246
2250
|
onTap: _
|
|
@@ -2262,11 +2266,11 @@ function Yn(e, t) {
|
|
|
2262
2266
|
const { toString: _r } = Object.prototype, { getPrototypeOf: Wt } = Object, { iterator: mt, toStringTag: Jn } = Symbol, ht = /* @__PURE__ */ ((e) => (t) => {
|
|
2263
2267
|
const n = _r.call(t);
|
|
2264
2268
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
2265
|
-
})(/* @__PURE__ */ Object.create(null)),
|
|
2269
|
+
})(/* @__PURE__ */ Object.create(null)), Ce = (e) => (e = e.toLowerCase(), (t) => ht(t) === e), gt = (e) => (t) => typeof t === e, { isArray: qe } = Array, Qe = gt("undefined");
|
|
2266
2270
|
function xr(e) {
|
|
2267
2271
|
return e !== null && !Qe(e) && e.constructor !== null && !Qe(e.constructor) && pe(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
2268
2272
|
}
|
|
2269
|
-
const Kn =
|
|
2273
|
+
const Kn = Ce("ArrayBuffer");
|
|
2270
2274
|
function Cr(e) {
|
|
2271
2275
|
let t;
|
|
2272
2276
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && Kn(e.buffer), t;
|
|
@@ -2276,11 +2280,11 @@ const kr = gt("string"), pe = gt("function"), Gn = gt("number"), yt = (e) => e !
|
|
|
2276
2280
|
return !1;
|
|
2277
2281
|
const t = Wt(e);
|
|
2278
2282
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Jn in e) && !(mt in e);
|
|
2279
|
-
}, Er =
|
|
2283
|
+
}, Er = Ce("Date"), Rr = Ce("File"), Tr = Ce("Blob"), $r = Ce("FileList"), Or = (e) => yt(e) && pe(e.pipe), Dr = (e) => {
|
|
2280
2284
|
let t;
|
|
2281
2285
|
return e && (typeof FormData == "function" && e instanceof FormData || pe(e.append) && ((t = ht(e)) === "formdata" || // detect form-data instance
|
|
2282
2286
|
t === "object" && pe(e.toString) && e.toString() === "[object FormData]"));
|
|
2283
|
-
}, Ar =
|
|
2287
|
+
}, Ar = Ce("URLSearchParams"), [Pr, Fr, Nr, Mr] = ["ReadableStream", "Request", "Response", "Headers"].map(Ce), Ir = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
2284
2288
|
function tt(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
2285
2289
|
if (e === null || typeof e > "u")
|
|
2286
2290
|
return;
|
|
@@ -2356,12 +2360,12 @@ const Ur = (e, t, n, { allOwnKeys: o } = {}) => (tt(t, (s, r) => {
|
|
|
2356
2360
|
for (; (n = e.exec(t)) !== null; )
|
|
2357
2361
|
o.push(n);
|
|
2358
2362
|
return o;
|
|
2359
|
-
}, Yr =
|
|
2363
|
+
}, Yr = Ce("HTMLFormElement"), Jr = (e) => e.toLowerCase().replace(
|
|
2360
2364
|
/[-_\s]([a-z\d])(\w*)/g,
|
|
2361
2365
|
function(n, o, s) {
|
|
2362
2366
|
return o.toUpperCase() + s;
|
|
2363
2367
|
}
|
|
2364
|
-
), ln = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), Kr =
|
|
2368
|
+
), ln = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), Kr = Ce("RegExp"), Zn = (e, t) => {
|
|
2365
2369
|
const n = Object.getOwnPropertyDescriptors(e), o = {};
|
|
2366
2370
|
tt(n, (s, r) => {
|
|
2367
2371
|
let i;
|
|
@@ -2411,7 +2415,7 @@ const ti = (e) => {
|
|
|
2411
2415
|
return o;
|
|
2412
2416
|
};
|
|
2413
2417
|
return n(e, 0);
|
|
2414
|
-
}, ni =
|
|
2418
|
+
}, ni = Ce("AsyncFunction"), oi = (e) => e && (yt(e) || pe(e)) && pe(e.then) && pe(e.catch), eo = ((e, t) => e ? setImmediate : t ? ((n, o) => (Ne.addEventListener("message", ({ source: s, data: r }) => {
|
|
2415
2419
|
s === Ne && r === n && o.length && o.shift()();
|
|
2416
2420
|
}, !1), (s) => {
|
|
2417
2421
|
o.push(s), Ne.postMessage(n, "*");
|
|
@@ -2429,8 +2433,8 @@ const ti = (e) => {
|
|
|
2429
2433
|
isBoolean: Sr,
|
|
2430
2434
|
isObject: yt,
|
|
2431
2435
|
isPlainObject: rt,
|
|
2432
|
-
isReadableStream:
|
|
2433
|
-
isRequest:
|
|
2436
|
+
isReadableStream: Pr,
|
|
2437
|
+
isRequest: Fr,
|
|
2434
2438
|
isResponse: Nr,
|
|
2435
2439
|
isHeaders: Mr,
|
|
2436
2440
|
isUndefined: Qe,
|
|
@@ -2451,7 +2455,7 @@ const ti = (e) => {
|
|
|
2451
2455
|
inherits: Lr,
|
|
2452
2456
|
toFlatObject: jr,
|
|
2453
2457
|
kindOf: ht,
|
|
2454
|
-
kindOfTest:
|
|
2458
|
+
kindOfTest: Ce,
|
|
2455
2459
|
endsWith: Vr,
|
|
2456
2460
|
toArray: zr,
|
|
2457
2461
|
forEachEntry: Hr,
|
|
@@ -2591,14 +2595,14 @@ function vt(e, t, n) {
|
|
|
2591
2595
|
if (!h.isUndefined(y)) {
|
|
2592
2596
|
if (a.indexOf(y) !== -1)
|
|
2593
2597
|
throw Error("Circular reference detected in " + w.join("."));
|
|
2594
|
-
a.push(y), h.forEach(y, function(_,
|
|
2598
|
+
a.push(y), h.forEach(y, function(_, k) {
|
|
2595
2599
|
(!(h.isUndefined(_) || _ === null) && s.call(
|
|
2596
2600
|
t,
|
|
2597
2601
|
_,
|
|
2598
|
-
h.isString(
|
|
2602
|
+
h.isString(k) ? k.trim() : k,
|
|
2599
2603
|
w,
|
|
2600
2604
|
b
|
|
2601
|
-
)) === !0 && g(_, w ? w.concat(
|
|
2605
|
+
)) === !0 && g(_, w ? w.concat(k) : [k]);
|
|
2602
2606
|
}), a.pop();
|
|
2603
2607
|
}
|
|
2604
2608
|
}
|
|
@@ -3159,15 +3163,15 @@ const ut = (e, t, n = 3) => {
|
|
|
3159
3163
|
}
|
|
3160
3164
|
}
|
|
3161
3165
|
);
|
|
3162
|
-
function
|
|
3166
|
+
function Pi(e) {
|
|
3163
3167
|
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
|
|
3164
3168
|
}
|
|
3165
|
-
function
|
|
3169
|
+
function Fi(e, t) {
|
|
3166
3170
|
return t ? e.replace(/\/?\/$/, "") + "/" + t.replace(/^\/+/, "") : e;
|
|
3167
3171
|
}
|
|
3168
3172
|
function uo(e, t, n) {
|
|
3169
|
-
let o = !
|
|
3170
|
-
return e && (o || n == !1) ?
|
|
3173
|
+
let o = !Pi(t);
|
|
3174
|
+
return e && (o || n == !1) ? Fi(e, t) : t;
|
|
3171
3175
|
}
|
|
3172
3176
|
const hn = (e) => e instanceof me ? { ...e } : e;
|
|
3173
3177
|
function Ue(e, t) {
|
|
@@ -3271,7 +3275,7 @@ const fo = (e) => {
|
|
|
3271
3275
|
return;
|
|
3272
3276
|
const R = me.from(
|
|
3273
3277
|
"getAllResponseHeaders" in p && p.getAllResponseHeaders()
|
|
3274
|
-
),
|
|
3278
|
+
), q = {
|
|
3275
3279
|
data: !l || l === "text" || l === "json" ? p.responseText : p.response,
|
|
3276
3280
|
status: p.status,
|
|
3277
3281
|
statusText: p.statusText,
|
|
@@ -3279,11 +3283,11 @@ const fo = (e) => {
|
|
|
3279
3283
|
config: e,
|
|
3280
3284
|
request: p
|
|
3281
3285
|
};
|
|
3282
|
-
co(function(
|
|
3283
|
-
n(
|
|
3284
|
-
}, function(
|
|
3285
|
-
o(
|
|
3286
|
-
},
|
|
3286
|
+
co(function(B) {
|
|
3287
|
+
n(B), w();
|
|
3288
|
+
}, function(B) {
|
|
3289
|
+
o(B), w();
|
|
3290
|
+
}, q), p = null;
|
|
3287
3291
|
}
|
|
3288
3292
|
"onloadend" in p ? p.onloadend = _ : p.onreadystatechange = function() {
|
|
3289
3293
|
!p || p.readyState !== 4 || p.status === 0 && !(p.responseURL && p.responseURL.indexOf("file:") === 0) || setTimeout(_);
|
|
@@ -3293,21 +3297,21 @@ const fo = (e) => {
|
|
|
3293
3297
|
o(new W("Network Error", W.ERR_NETWORK, e, p)), p = null;
|
|
3294
3298
|
}, p.ontimeout = function() {
|
|
3295
3299
|
let $ = s.timeout ? "timeout of " + s.timeout + "ms exceeded" : "timeout exceeded";
|
|
3296
|
-
const
|
|
3300
|
+
const q = s.transitional || io;
|
|
3297
3301
|
s.timeoutErrorMessage && ($ = s.timeoutErrorMessage), o(new W(
|
|
3298
3302
|
$,
|
|
3299
|
-
|
|
3303
|
+
q.clarifyTimeoutError ? W.ETIMEDOUT : W.ECONNABORTED,
|
|
3300
3304
|
e,
|
|
3301
3305
|
p
|
|
3302
3306
|
)), p = null;
|
|
3303
|
-
}, r === void 0 && i.setContentType(null), "setRequestHeader" in p && h.forEach(i.toJSON(), function($,
|
|
3304
|
-
p.setRequestHeader(
|
|
3307
|
+
}, r === void 0 && i.setContentType(null), "setRequestHeader" in p && h.forEach(i.toJSON(), function($, q) {
|
|
3308
|
+
p.setRequestHeader(q, $);
|
|
3305
3309
|
}), h.isUndefined(s.withCredentials) || (p.withCredentials = !!s.withCredentials), l && l !== "json" && (p.responseType = s.responseType), u && ([b, y] = ut(u, !0), p.addEventListener("progress", b)), f && p.upload && ([a, g] = ut(f), p.upload.addEventListener("progress", a), p.upload.addEventListener("loadend", g)), (s.cancelToken || s.signal) && (c = (R) => {
|
|
3306
3310
|
p && (o(!R || R.type ? new He(null, e, p) : R), p.abort(), p = null);
|
|
3307
3311
|
}, s.cancelToken && s.cancelToken.subscribe(c), s.signal && (s.signal.aborted ? c() : s.signal.addEventListener("abort", c)));
|
|
3308
|
-
const
|
|
3309
|
-
if (
|
|
3310
|
-
o(new W("Unsupported protocol " +
|
|
3312
|
+
const k = Ti(s.url);
|
|
3313
|
+
if (k && ue.protocols.indexOf(k) === -1) {
|
|
3314
|
+
o(new W("Unsupported protocol " + k + ":", W.ERR_BAD_REQUEST, e));
|
|
3311
3315
|
return;
|
|
3312
3316
|
}
|
|
3313
3317
|
p.send(r || null);
|
|
@@ -3408,8 +3412,8 @@ const fo = (e) => {
|
|
|
3408
3412
|
}
|
|
3409
3413
|
}).headers.has("Content-Type");
|
|
3410
3414
|
return e && !t;
|
|
3411
|
-
}), yn = 64 * 1024,
|
|
3412
|
-
stream:
|
|
3415
|
+
}), yn = 64 * 1024, Pt = po && mo(() => h.isReadableStream(new Response("").body)), dt = {
|
|
3416
|
+
stream: Pt && ((e) => e.body)
|
|
3413
3417
|
};
|
|
3414
3418
|
bt && ((e) => {
|
|
3415
3419
|
["text", "arrayBuffer", "blob", "formData", "stream"].forEach((t) => {
|
|
@@ -3458,17 +3462,17 @@ const zi = async (e) => {
|
|
|
3458
3462
|
let p;
|
|
3459
3463
|
try {
|
|
3460
3464
|
if (f && Vi && n !== "get" && n !== "head" && (p = await qi(c, o)) !== 0) {
|
|
3461
|
-
let
|
|
3465
|
+
let q = new Request(t, {
|
|
3462
3466
|
method: "POST",
|
|
3463
3467
|
body: o,
|
|
3464
3468
|
duplex: "half"
|
|
3465
|
-
}),
|
|
3466
|
-
if (h.isFormData(o) && (
|
|
3467
|
-
const [
|
|
3469
|
+
}), L;
|
|
3470
|
+
if (h.isFormData(o) && (L = q.headers.get("content-type")) && c.setContentType(L), q.body) {
|
|
3471
|
+
const [B, S] = pn(
|
|
3468
3472
|
p,
|
|
3469
3473
|
ut(mn(f))
|
|
3470
3474
|
);
|
|
3471
|
-
o = gn(
|
|
3475
|
+
o = gn(q.body, yn, B, S);
|
|
3472
3476
|
}
|
|
3473
3477
|
}
|
|
3474
3478
|
h.isString(a) || (a = a ? "include" : "omit");
|
|
@@ -3482,32 +3486,32 @@ const zi = async (e) => {
|
|
|
3482
3486
|
duplex: "half",
|
|
3483
3487
|
credentials: _ ? a : void 0
|
|
3484
3488
|
});
|
|
3485
|
-
let
|
|
3486
|
-
const R =
|
|
3487
|
-
if (
|
|
3488
|
-
const
|
|
3489
|
+
let k = await fetch(y);
|
|
3490
|
+
const R = Pt && (u === "stream" || u === "response");
|
|
3491
|
+
if (Pt && (l || R && w)) {
|
|
3492
|
+
const q = {};
|
|
3489
3493
|
["status", "statusText", "headers"].forEach((E) => {
|
|
3490
|
-
|
|
3494
|
+
q[E] = k[E];
|
|
3491
3495
|
});
|
|
3492
|
-
const
|
|
3493
|
-
|
|
3496
|
+
const L = h.toFiniteNumber(k.headers.get("content-length")), [B, S] = l && pn(
|
|
3497
|
+
L,
|
|
3494
3498
|
ut(mn(l), !0)
|
|
3495
3499
|
) || [];
|
|
3496
|
-
|
|
3497
|
-
gn(
|
|
3498
|
-
|
|
3500
|
+
k = new Response(
|
|
3501
|
+
gn(k.body, yn, B, () => {
|
|
3502
|
+
S && S(), w && w();
|
|
3499
3503
|
}),
|
|
3500
|
-
|
|
3504
|
+
q
|
|
3501
3505
|
);
|
|
3502
3506
|
}
|
|
3503
3507
|
u = u || "text";
|
|
3504
|
-
let $ = await dt[h.findKey(dt, u) || "text"](
|
|
3505
|
-
return !R && w && w(), await new Promise((
|
|
3506
|
-
co(
|
|
3508
|
+
let $ = await dt[h.findKey(dt, u) || "text"](k, e);
|
|
3509
|
+
return !R && w && w(), await new Promise((q, L) => {
|
|
3510
|
+
co(q, L, {
|
|
3507
3511
|
data: $,
|
|
3508
|
-
headers: me.from(
|
|
3509
|
-
status:
|
|
3510
|
-
statusText:
|
|
3512
|
+
headers: me.from(k.headers),
|
|
3513
|
+
status: k.status,
|
|
3514
|
+
statusText: k.statusText,
|
|
3511
3515
|
config: e,
|
|
3512
3516
|
request: y
|
|
3513
3517
|
});
|
|
@@ -3520,12 +3524,12 @@ const zi = async (e) => {
|
|
|
3520
3524
|
}
|
|
3521
3525
|
) : W.from(_, _ && _.code, e, y);
|
|
3522
3526
|
}
|
|
3523
|
-
}),
|
|
3527
|
+
}), Ft = {
|
|
3524
3528
|
http: ii,
|
|
3525
3529
|
xhr: Mi,
|
|
3526
3530
|
fetch: Hi
|
|
3527
3531
|
};
|
|
3528
|
-
h.forEach(
|
|
3532
|
+
h.forEach(Ft, (e, t) => {
|
|
3529
3533
|
if (e) {
|
|
3530
3534
|
try {
|
|
3531
3535
|
Object.defineProperty(e, "name", { value: t });
|
|
@@ -3543,7 +3547,7 @@ const vn = (e) => `- ${e}`, Wi = (e) => h.isFunction(e) || e === null || e === !
|
|
|
3543
3547
|
for (let r = 0; r < t; r++) {
|
|
3544
3548
|
n = e[r];
|
|
3545
3549
|
let i;
|
|
3546
|
-
if (o = n, !Wi(n) && (o =
|
|
3550
|
+
if (o = n, !Wi(n) && (o = Ft[(i = String(n)).toLowerCase()], o === void 0))
|
|
3547
3551
|
throw new W(`Unknown adapter '${i}'`);
|
|
3548
3552
|
if (o)
|
|
3549
3553
|
break;
|
|
@@ -3563,7 +3567,7 @@ const vn = (e) => `- ${e}`, Wi = (e) => h.isFunction(e) || e === null || e === !
|
|
|
3563
3567
|
}
|
|
3564
3568
|
return o;
|
|
3565
3569
|
},
|
|
3566
|
-
adapters:
|
|
3570
|
+
adapters: Ft
|
|
3567
3571
|
};
|
|
3568
3572
|
function $t(e) {
|
|
3569
3573
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
@@ -3635,7 +3639,7 @@ function Yi(e, t, n) {
|
|
|
3635
3639
|
const at = {
|
|
3636
3640
|
assertOptions: Yi,
|
|
3637
3641
|
validators: wt
|
|
3638
|
-
},
|
|
3642
|
+
}, ke = at.validators;
|
|
3639
3643
|
let Me = class {
|
|
3640
3644
|
constructor(t) {
|
|
3641
3645
|
this.defaults = t || {}, this.interceptors = {
|
|
@@ -3672,17 +3676,17 @@ let Me = class {
|
|
|
3672
3676
|
typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = Ue(this.defaults, n);
|
|
3673
3677
|
const { transitional: o, paramsSerializer: s, headers: r } = n;
|
|
3674
3678
|
o !== void 0 && at.assertOptions(o, {
|
|
3675
|
-
silentJSONParsing:
|
|
3676
|
-
forcedJSONParsing:
|
|
3677
|
-
clarifyTimeoutError:
|
|
3679
|
+
silentJSONParsing: ke.transitional(ke.boolean),
|
|
3680
|
+
forcedJSONParsing: ke.transitional(ke.boolean),
|
|
3681
|
+
clarifyTimeoutError: ke.transitional(ke.boolean)
|
|
3678
3682
|
}, !1), s != null && (h.isFunction(s) ? n.paramsSerializer = {
|
|
3679
3683
|
serialize: s
|
|
3680
3684
|
} : at.assertOptions(s, {
|
|
3681
|
-
encode:
|
|
3682
|
-
serialize:
|
|
3685
|
+
encode: ke.function,
|
|
3686
|
+
serialize: ke.function
|
|
3683
3687
|
}, !0)), n.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? n.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : n.allowAbsoluteUrls = !0), at.assertOptions(n, {
|
|
3684
|
-
baseUrl:
|
|
3685
|
-
withXsrfToken:
|
|
3688
|
+
baseUrl: ke.spelling("baseURL"),
|
|
3689
|
+
withXsrfToken: ke.spelling("withXSRFToken")
|
|
3686
3690
|
}, !0), n.method = (n.method || this.defaults.method || "get").toLowerCase();
|
|
3687
3691
|
let i = r && h.merge(
|
|
3688
3692
|
r.common,
|
|
@@ -3976,6 +3980,7 @@ const {
|
|
|
3976
3980
|
field: { default: "" },
|
|
3977
3981
|
dataStatus: { default: "" },
|
|
3978
3982
|
renderMode: { default: "item" },
|
|
3983
|
+
filePath: {},
|
|
3979
3984
|
size: { default: "mini" },
|
|
3980
3985
|
mode: { default: "" },
|
|
3981
3986
|
limitCount: { default: 9 },
|
|
@@ -3996,65 +4001,67 @@ const {
|
|
|
3996
4001
|
Ke(
|
|
3997
4002
|
() => n.record[n.field],
|
|
3998
4003
|
() => {
|
|
3999
|
-
|
|
4004
|
+
B();
|
|
4000
4005
|
}
|
|
4001
4006
|
);
|
|
4002
|
-
const s =
|
|
4007
|
+
const s = Ee().appContext.config.globalProperties.$url, r = M(""), i = M(!1), l = ["image/gif", "image/jpeg", "image/png"], f = M(null), u = xe(() => {
|
|
4003
4008
|
const E = be.get("authorized-token");
|
|
4004
4009
|
return {
|
|
4005
4010
|
Authorization: "Bearer " + JSON.parse(E).accessToken
|
|
4006
4011
|
};
|
|
4007
|
-
}), c = M([]), a = M([]), b = (
|
|
4008
|
-
new
|
|
4012
|
+
}), c = M([]), a = M([]), b = (S) => l.includes(S.file.type) && S.file.size > 1024 * 1024 * n.compassorSize ? new Promise((E, O) => {
|
|
4013
|
+
new Fn(S.file, {
|
|
4009
4014
|
quality: n.quality,
|
|
4010
|
-
mimeType:
|
|
4011
|
-
success(
|
|
4012
|
-
const
|
|
4013
|
-
g(E, O,
|
|
4015
|
+
mimeType: S.file.type,
|
|
4016
|
+
success(U) {
|
|
4017
|
+
const j = new File([U], U.name, { type: U.type });
|
|
4018
|
+
g(E, O, j), console.log({ result: U, file: j });
|
|
4014
4019
|
}
|
|
4015
4020
|
});
|
|
4016
4021
|
}) : new Promise(
|
|
4017
|
-
(E, O) => g(E, O,
|
|
4018
|
-
), g = (
|
|
4019
|
-
const
|
|
4020
|
-
|
|
4021
|
-
const
|
|
4022
|
-
|
|
4022
|
+
(E, O) => g(E, O, S.file)
|
|
4023
|
+
), g = (S, E, O) => {
|
|
4024
|
+
const U = new FormData();
|
|
4025
|
+
U.append("file", O);
|
|
4026
|
+
const j = `${n.filePath}/${_e(/* @__PURE__ */ new Date(), "yyyyMMdd")}`;
|
|
4027
|
+
n.filePath && U.append("filePath", j);
|
|
4028
|
+
const T = s + "/ufil/file/uploadMultipart";
|
|
4029
|
+
return i.value = !0, re.post(T, U, {
|
|
4023
4030
|
headers: Object.assign(
|
|
4024
4031
|
{ "Content-Type": "multipart/form-data" },
|
|
4025
4032
|
u.value
|
|
4026
4033
|
),
|
|
4027
|
-
onUploadProgress(
|
|
4028
|
-
const
|
|
4029
|
-
|
|
4034
|
+
onUploadProgress(v) {
|
|
4035
|
+
const d = Math.round(
|
|
4036
|
+
v.loaded * 100 / (v.total || 0)
|
|
4030
4037
|
);
|
|
4031
|
-
r.value = `进度${
|
|
4038
|
+
r.value = `进度${d}%`;
|
|
4032
4039
|
}
|
|
4033
|
-
}).then(async (
|
|
4034
|
-
r.value = "处理中...", O.path =
|
|
4040
|
+
}).then(async (v) => {
|
|
4041
|
+
r.value = "处理中...", O.path = v.data.data, O.url = `${s}/ufil${O.path}`, a.value.push(O), console.log(O), i.value = !1, S(O);
|
|
4035
4042
|
}).catch(() => {
|
|
4036
4043
|
i.value = !1, E(null);
|
|
4037
4044
|
});
|
|
4038
4045
|
}, y = () => {
|
|
4039
4046
|
f.value.choose();
|
|
4040
|
-
}, w = ({ data:
|
|
4047
|
+
}, w = ({ data: S }) => {
|
|
4041
4048
|
if (n.success)
|
|
4042
|
-
return n.success(
|
|
4049
|
+
return n.success(S);
|
|
4043
4050
|
{
|
|
4044
4051
|
const E = n.field;
|
|
4045
|
-
Object.assign(n.record, { [E]:
|
|
4052
|
+
Object.assign(n.record, { [E]: S.path });
|
|
4046
4053
|
}
|
|
4047
4054
|
console.log(n.record, a);
|
|
4048
|
-
}, p = ({ option:
|
|
4055
|
+
}, p = ({ option: S }) => {
|
|
4049
4056
|
if (n.remove)
|
|
4050
|
-
return n.remove(
|
|
4051
|
-
|
|
4052
|
-
}, _ = (
|
|
4053
|
-
a.value.splice(E, 1),
|
|
4054
|
-
},
|
|
4055
|
-
|
|
4056
|
-
}, R = (
|
|
4057
|
-
const E =
|
|
4057
|
+
return n.remove(S, a);
|
|
4058
|
+
L("remove", S, a);
|
|
4059
|
+
}, _ = (S, E) => {
|
|
4060
|
+
a.value.splice(E, 1), L("remove", S, a);
|
|
4061
|
+
}, k = (S) => {
|
|
4062
|
+
Re.previewImage({ activeIndex: 0, urlList: [S.url] });
|
|
4063
|
+
}, R = (S) => {
|
|
4064
|
+
const E = S.type || S.url.split(".").pop();
|
|
4058
4065
|
let O = "";
|
|
4059
4066
|
switch (E) {
|
|
4060
4067
|
case "jpg":
|
|
@@ -4097,27 +4104,27 @@ const {
|
|
|
4097
4104
|
break;
|
|
4098
4105
|
}
|
|
4099
4106
|
return O;
|
|
4100
|
-
}, $ = (
|
|
4107
|
+
}, $ = (S) => {
|
|
4101
4108
|
let E = n.size === "small" ? 10 : 9;
|
|
4102
|
-
return ((
|
|
4103
|
-
const T =
|
|
4104
|
-
if (v.length <= E) return
|
|
4109
|
+
return ((j) => {
|
|
4110
|
+
const T = j.lastIndexOf("."), v = T > 0 ? j.substring(0, T) : j, d = T > 0 ? j.substring(T) : "";
|
|
4111
|
+
if (v.length <= E) return j;
|
|
4105
4112
|
const m = n.renderMode === "item" ? v.substring(0, E - 5) : "", D = v.substring(v.length - (E - 6));
|
|
4106
4113
|
return `${m}...${D}${d}`;
|
|
4107
|
-
})(((
|
|
4108
|
-
if (
|
|
4109
|
-
const T =
|
|
4114
|
+
})(((j) => {
|
|
4115
|
+
if (j.name) return j.name;
|
|
4116
|
+
const T = j.url, v = T.includes("\\") ? "\\" : "/";
|
|
4110
4117
|
return T.split(v).pop();
|
|
4111
|
-
})(
|
|
4112
|
-
},
|
|
4113
|
-
console.log(
|
|
4114
|
-
},
|
|
4115
|
-
const
|
|
4116
|
-
if (a.value = [],
|
|
4117
|
-
if (
|
|
4118
|
-
const O = { name:
|
|
4118
|
+
})(S));
|
|
4119
|
+
}, q = (S) => {
|
|
4120
|
+
console.log(S);
|
|
4121
|
+
}, L = t, B = () => {
|
|
4122
|
+
const S = n.record[n.field];
|
|
4123
|
+
if (a.value = [], S)
|
|
4124
|
+
if (S && Oe(S)) {
|
|
4125
|
+
const O = { name: S.match(/[^\/\\]+$/)[0], url: `${s}/ufil${S}` };
|
|
4119
4126
|
n.singleMode ? a.value = O : a.value.push(O);
|
|
4120
|
-
} else
|
|
4127
|
+
} else Fo(S) && S.forEach((E) => {
|
|
4121
4128
|
if (Oe(E)) {
|
|
4122
4129
|
const O = E.match(/[^\/\\]+$/)[0];
|
|
4123
4130
|
a.value.push({ name: O, url: `${s}/ufil${E}` });
|
|
@@ -4129,22 +4136,22 @@ const {
|
|
|
4129
4136
|
});
|
|
4130
4137
|
};
|
|
4131
4138
|
return ft(() => {
|
|
4132
|
-
|
|
4133
|
-
}), (
|
|
4134
|
-
const O =
|
|
4139
|
+
B(), console.log("fileList");
|
|
4140
|
+
}), (S, E) => {
|
|
4141
|
+
const O = z("vxe-tooltip"), U = z("vxe-icon"), j = z("vxe-upload");
|
|
4135
4142
|
return A(), I("div", Xi, [
|
|
4136
4143
|
C("div", Qi, [
|
|
4137
4144
|
(A(!0), I(ve, null, ge(a.value, (T, v) => (A(), I("div", {
|
|
4138
4145
|
key: T,
|
|
4139
|
-
class: de("ut-upload-item--" +
|
|
4146
|
+
class: de("ut-upload-item--" + S.size)
|
|
4140
4147
|
}, [
|
|
4141
4148
|
C("div", Zi, [
|
|
4142
4149
|
R(T) === "img" ? (A(), I("img", {
|
|
4143
4150
|
key: 0,
|
|
4144
4151
|
src: T.url,
|
|
4145
4152
|
class: "ut-image select-none",
|
|
4146
|
-
onClick: (d) =>
|
|
4147
|
-
}, null, 8, ea)) :
|
|
4153
|
+
onClick: (d) => k(T)
|
|
4154
|
+
}, null, 8, ea)) : S.renderMode === "item" || S.dataStatus !== "detail" ? (A(), I("div", ta, [
|
|
4148
4155
|
C("div", na, [
|
|
4149
4156
|
C("i", {
|
|
4150
4157
|
class: de([R(T), "ut-image-file ut-image"]),
|
|
@@ -4152,13 +4159,13 @@ const {
|
|
|
4152
4159
|
}, null, 2),
|
|
4153
4160
|
C("div", {
|
|
4154
4161
|
class: "px-1 ut-image",
|
|
4155
|
-
style: Ve({ fontSize:
|
|
4162
|
+
style: Ve({ fontSize: S.size === "small" ? "11px" : "10px" })
|
|
4156
4163
|
}, Z($(T)), 5)
|
|
4157
4164
|
]),
|
|
4158
4165
|
C("i", {
|
|
4159
4166
|
class: "vxe-icon-download ut-download-icon",
|
|
4160
|
-
style: Ve({ fontSize:
|
|
4161
|
-
onClick: (d) =>
|
|
4167
|
+
style: Ve({ fontSize: S.renderMode === "item" ? "60px" : "48px" }),
|
|
4168
|
+
onClick: (d) => q(T)
|
|
4162
4169
|
}, null, 12, oa)
|
|
4163
4170
|
])) : (A(), le(O, {
|
|
4164
4171
|
key: 2,
|
|
@@ -4174,20 +4181,20 @@ const {
|
|
|
4174
4181
|
}, null, 2),
|
|
4175
4182
|
C("div", {
|
|
4176
4183
|
class: "px-1 ut-image",
|
|
4177
|
-
style: Ve({ fontSize:
|
|
4184
|
+
style: Ve({ fontSize: S.size === "small" ? "11px" : "10px" })
|
|
4178
4185
|
}, Z($(T)), 5)
|
|
4179
4186
|
]),
|
|
4180
4187
|
C("i", {
|
|
4181
4188
|
class: "vxe-icon-download ut-download-icon",
|
|
4182
|
-
style: Ve({ fontSize:
|
|
4183
|
-
onClick: (d) =>
|
|
4189
|
+
style: Ve({ fontSize: S.renderMode === "item" ? "60px" : "48px" }),
|
|
4190
|
+
onClick: (d) => q(T)
|
|
4184
4191
|
}, null, 12, ia)
|
|
4185
4192
|
])
|
|
4186
4193
|
]),
|
|
4187
4194
|
_: 2
|
|
4188
4195
|
}, 1032, ["content"]))
|
|
4189
4196
|
]),
|
|
4190
|
-
|
|
4197
|
+
S.dataStatus !== "detail" ? (A(), I("div", aa, [
|
|
4191
4198
|
C("div", la, [
|
|
4192
4199
|
C("i", {
|
|
4193
4200
|
class: "vxe-icon-close",
|
|
@@ -4196,16 +4203,16 @@ const {
|
|
|
4196
4203
|
])
|
|
4197
4204
|
])) : se("", !0)
|
|
4198
4205
|
], 2))), 128)),
|
|
4199
|
-
|
|
4206
|
+
S.dataStatus !== "detail" ? (A(), I("div", {
|
|
4200
4207
|
key: 0,
|
|
4201
|
-
class: de(["ut-upload-item--" +
|
|
4208
|
+
class: de(["ut-upload-item--" + S.size, "ut-upload--btn"]),
|
|
4202
4209
|
style: { border: "1px dashed var(--vxe-ui-input-border-color)" },
|
|
4203
4210
|
onClick: y
|
|
4204
4211
|
}, [
|
|
4205
4212
|
C("div", ua, [
|
|
4206
4213
|
i.value ? se("", !0) : (A(), I("span", da)),
|
|
4207
4214
|
i.value ? se("", !0) : (A(), I("div", fa, " 点击上传 ")),
|
|
4208
|
-
i.value ? (A(), le(
|
|
4215
|
+
i.value ? (A(), le(U, {
|
|
4209
4216
|
key: 2,
|
|
4210
4217
|
name: "spinner",
|
|
4211
4218
|
status: "primary",
|
|
@@ -4216,25 +4223,25 @@ const {
|
|
|
4216
4223
|
])
|
|
4217
4224
|
], 2)) : se("", !0)
|
|
4218
4225
|
]),
|
|
4219
|
-
|
|
4226
|
+
N(j, we({
|
|
4220
4227
|
ref_key: "xupload",
|
|
4221
4228
|
ref: f,
|
|
4222
4229
|
modelValue: c.value,
|
|
4223
4230
|
"onUpdate:modelValue": E[0] || (E[0] = (T) => c.value = T),
|
|
4224
4231
|
style: { display: "none" }
|
|
4225
|
-
},
|
|
4226
|
-
"limit-count":
|
|
4227
|
-
"limit-size":
|
|
4228
|
-
size:
|
|
4229
|
-
mode:
|
|
4230
|
-
"single-mode":
|
|
4231
|
-
"image-types":
|
|
4232
|
-
"auto-hidden-button":
|
|
4233
|
-
"show-error-status":
|
|
4232
|
+
}, S.$attrs, {
|
|
4233
|
+
"limit-count": S.limitCount,
|
|
4234
|
+
"limit-size": S.limitSize,
|
|
4235
|
+
size: S.size,
|
|
4236
|
+
mode: S.mode,
|
|
4237
|
+
"single-mode": S.singleMode,
|
|
4238
|
+
"image-types": S.imageTypes,
|
|
4239
|
+
"auto-hidden-button": S.autoHiddenButton,
|
|
4240
|
+
"show-error-status": S.showErrorStatus,
|
|
4234
4241
|
"remove-method": p,
|
|
4235
4242
|
"upload-method": b,
|
|
4236
|
-
multiple:
|
|
4237
|
-
"show-download-button":
|
|
4243
|
+
multiple: S.multiple,
|
|
4244
|
+
"show-download-button": S.showDownloadButton,
|
|
4238
4245
|
"show-list": !1,
|
|
4239
4246
|
"show-progress": "",
|
|
4240
4247
|
onUploadSuccess: w
|
|
@@ -4260,29 +4267,29 @@ const {
|
|
|
4260
4267
|
setup(e, { emit: t }) {
|
|
4261
4268
|
const n = e, o = t, s = M(!1), r = Oo(n, "modelValue"), i = M(Object.keys(Io.icons)), l = M("ri-"), f = M(), u = ae(i.value, !0), c = M(35), a = M(1), b = M(0), g = M(""), y = () => {
|
|
4262
4269
|
f.value = "corner-down-right-fill", r.value && (f.value = r.value.split(":")[1]);
|
|
4263
|
-
}, w =
|
|
4270
|
+
}, w = xe(() => a.value === 1 ? u.filter((B) => B.includes(g.value)).slice(a.value - 1, c.value) : u.filter((B) => B.includes(g.value)).slice(
|
|
4264
4271
|
c.value * (a.value - 1),
|
|
4265
4272
|
c.value * (a.value - 1) + c.value
|
|
4266
|
-
)), p =
|
|
4267
|
-
if (r.value === l.value +
|
|
4273
|
+
)), p = xe(() => (B) => {
|
|
4274
|
+
if (r.value === l.value + B)
|
|
4268
4275
|
return {
|
|
4269
4276
|
borderColor: "var(--el-color-primary)",
|
|
4270
4277
|
color: "var(--el-color-primary)"
|
|
4271
4278
|
};
|
|
4272
4279
|
});
|
|
4273
|
-
function _(
|
|
4274
|
-
f.value =
|
|
4280
|
+
function _(B) {
|
|
4281
|
+
f.value = B, o("update:modelValue", R()), L();
|
|
4275
4282
|
}
|
|
4276
|
-
function
|
|
4277
|
-
a.value =
|
|
4283
|
+
function k(B) {
|
|
4284
|
+
a.value = B;
|
|
4278
4285
|
}
|
|
4279
4286
|
const R = () => l.value === "ri-" ? "ri:" + f.value : l.value + f.value, $ = () => {
|
|
4280
4287
|
f.value = "corner-down-right-fill", o("update:modelValue", "");
|
|
4281
|
-
},
|
|
4288
|
+
}, q = () => {
|
|
4282
4289
|
a.value === 1 ? b.value = u.filter(
|
|
4283
|
-
(
|
|
4290
|
+
(B) => B.includes(g.value)
|
|
4284
4291
|
).length : b.value = u.length;
|
|
4285
|
-
},
|
|
4292
|
+
}, L = () => {
|
|
4286
4293
|
s.value = !1, g.value = "";
|
|
4287
4294
|
};
|
|
4288
4295
|
return Ke(
|
|
@@ -4295,16 +4302,16 @@ const {
|
|
|
4295
4302
|
), Ke(
|
|
4296
4303
|
() => g.value,
|
|
4297
4304
|
() => {
|
|
4298
|
-
a.value = 1,
|
|
4305
|
+
a.value = 1, q();
|
|
4299
4306
|
}
|
|
4300
4307
|
), et(() => {
|
|
4301
|
-
|
|
4302
|
-
}), (
|
|
4303
|
-
const E =
|
|
4308
|
+
q(), y();
|
|
4309
|
+
}), (B, S) => {
|
|
4310
|
+
const E = z("IconifyIconOffline"), O = z("el-input"), U = z("el-divider"), j = z("el-scrollbar"), T = z("el-pagination"), v = z("vxe-button"), d = z("el-popover");
|
|
4304
4311
|
return A(), I("div", ya, [
|
|
4305
|
-
|
|
4312
|
+
N(O, {
|
|
4306
4313
|
modelValue: r.value,
|
|
4307
|
-
"onUpdate:modelValue":
|
|
4314
|
+
"onUpdate:modelValue": S[2] || (S[2] = (m) => r.value = m),
|
|
4308
4315
|
readonly: "",
|
|
4309
4316
|
class: "u-icon-input relative"
|
|
4310
4317
|
}, {
|
|
@@ -4314,21 +4321,21 @@ const {
|
|
|
4314
4321
|
class: "u-icon-close item-center justify-center text-sm hidden absolute",
|
|
4315
4322
|
onClick: $
|
|
4316
4323
|
}, [
|
|
4317
|
-
|
|
4324
|
+
N(E, { icon: "ri:close-circle-line" })
|
|
4318
4325
|
])) : se("", !0),
|
|
4319
|
-
|
|
4326
|
+
N(d, {
|
|
4320
4327
|
visible: s.value,
|
|
4321
4328
|
width: 350,
|
|
4322
4329
|
"popper-options": { placement: "auto" },
|
|
4323
4330
|
teleported: n.teleported,
|
|
4324
4331
|
trigger: "click",
|
|
4325
4332
|
"popper-class": "udp-popper",
|
|
4326
|
-
onHide:
|
|
4333
|
+
onHide: L
|
|
4327
4334
|
}, {
|
|
4328
4335
|
reference: Y(() => [
|
|
4329
4336
|
C("div", {
|
|
4330
4337
|
class: "w-7 h-full cursor-pointer flex justify-center items-center",
|
|
4331
|
-
onClick:
|
|
4338
|
+
onClick: S[0] || (S[0] = (m) => s.value = !s.value)
|
|
4332
4339
|
}, [
|
|
4333
4340
|
C("i", {
|
|
4334
4341
|
class: de(l.value + f.value),
|
|
@@ -4338,16 +4345,16 @@ const {
|
|
|
4338
4345
|
]),
|
|
4339
4346
|
default: Y(() => [
|
|
4340
4347
|
C("div", va, [
|
|
4341
|
-
|
|
4348
|
+
N(O, {
|
|
4342
4349
|
modelValue: g.value,
|
|
4343
|
-
"onUpdate:modelValue":
|
|
4350
|
+
"onUpdate:modelValue": S[1] || (S[1] = (m) => g.value = m),
|
|
4344
4351
|
class: "p-2",
|
|
4345
4352
|
placeholder: "搜索图标",
|
|
4346
4353
|
clearable: ""
|
|
4347
4354
|
}, null, 8, ["modelValue"])
|
|
4348
4355
|
]),
|
|
4349
|
-
|
|
4350
|
-
|
|
4356
|
+
N(U, { "border-style": "dashed" }),
|
|
4357
|
+
N(j, { height: "220px" }, {
|
|
4351
4358
|
default: Y(() => [
|
|
4352
4359
|
C("ul", ba, [
|
|
4353
4360
|
(A(!0), I(ve, null, ge(w.value, (m, D) => (A(), I("li", {
|
|
@@ -4365,9 +4372,9 @@ const {
|
|
|
4365
4372
|
]),
|
|
4366
4373
|
_: 1
|
|
4367
4374
|
}),
|
|
4368
|
-
|
|
4375
|
+
N(U, { "border-style": "dashed" }),
|
|
4369
4376
|
C("div", _a, [
|
|
4370
|
-
|
|
4377
|
+
N(T, {
|
|
4371
4378
|
class: "flex-auto ml-2",
|
|
4372
4379
|
total: b.value,
|
|
4373
4380
|
"current-page": a.value,
|
|
@@ -4375,15 +4382,15 @@ const {
|
|
|
4375
4382
|
"pager-count": 5,
|
|
4376
4383
|
layout: "pager",
|
|
4377
4384
|
background: "",
|
|
4378
|
-
|
|
4379
|
-
onCurrentChange:
|
|
4385
|
+
size: "small",
|
|
4386
|
+
onCurrentChange: k
|
|
4380
4387
|
}, null, 8, ["total", "current-page", "page-size"]),
|
|
4381
|
-
|
|
4388
|
+
N(v, {
|
|
4382
4389
|
class: "justify-end mr-2 ml-2",
|
|
4383
4390
|
status: "danger",
|
|
4384
4391
|
mode: "text",
|
|
4385
4392
|
content: "取消",
|
|
4386
|
-
onClick:
|
|
4393
|
+
onClick: L
|
|
4387
4394
|
})
|
|
4388
4395
|
])
|
|
4389
4396
|
]),
|
|
@@ -4395,11 +4402,11 @@ const {
|
|
|
4395
4402
|
]);
|
|
4396
4403
|
};
|
|
4397
4404
|
}
|
|
4398
|
-
}), ka = /* @__PURE__ */ Ae(Ca, [["__scopeId", "data-v-
|
|
4405
|
+
}), ka = /* @__PURE__ */ Ae(Ca, [["__scopeId", "data-v-8685e556"]]), Sa = fe(ka), Ea = { class: "op-calendar-pc" }, Ra = { class: "op-calendar-pc-box flex" }, Ta = { class: "op-calendar-pc-left flex-[2]" }, $a = {
|
|
4399
4406
|
class: "op-calendar-pc-select-box",
|
|
4400
4407
|
style: { visibility: "visible" }
|
|
4401
|
-
}, Oa = { class: "op-calendar-pc-holiday-box" }, Da = { class: "op-calendar-pc-year-box" }, Aa = { class: "op-calendar-pc-month-box" },
|
|
4402
|
-
|
|
4408
|
+
}, Oa = { class: "op-calendar-pc-holiday-box" }, Da = { class: "op-calendar-pc-year-box" }, Aa = { class: "op-calendar-pc-month-box" }, Pa = { class: "flex w-full" }, Fa = /* @__PURE__ */ C("i", { class: "vxe-icon-arrow-left" }, null, -1), Na = [
|
|
4409
|
+
Fa
|
|
4403
4410
|
], Ma = /* @__PURE__ */ C("i", { class: "vxe-icon-arrow-right" }, null, -1), Ia = [
|
|
4404
4411
|
Ma
|
|
4405
4412
|
], Ua = { class: "op-calendar-pc-table-box" }, Ba = { class: "op-calendar-pc-table" }, La = /* @__PURE__ */ C("tr", { style: { "text-align": "center" } }, [
|
|
@@ -4458,34 +4465,34 @@ const {
|
|
|
4458
4465
|
for (let E = 1; E <= 12; E++)
|
|
4459
4466
|
a.push({ value: `${E < 10 ? 0 : ""}${E}`, text: E + "月" });
|
|
4460
4467
|
const b = (E) => {
|
|
4461
|
-
E === "next" ? t.value = ye(t.value).add(1, "month").format(`YYYY-MM-${s.value}`) : t.value = ye(t.value).subtract(1, "month").format(`YYYY-MM-${s.value}`), r.value = ye(t.value).format("MM"), $e(
|
|
4468
|
+
E === "next" ? t.value = ye(t.value).add(1, "month").format(`YYYY-MM-${s.value}`) : t.value = ye(t.value).subtract(1, "month").format(`YYYY-MM-${s.value}`), r.value = ye(t.value).format("MM"), $e(k);
|
|
4462
4469
|
}, g = (E) => {
|
|
4463
|
-
i.value = E, t.value = ye(t.value).format(`${E}-MM-DD`), $e(
|
|
4470
|
+
i.value = E, t.value = ye(t.value).format(`${E}-MM-DD`), $e(k);
|
|
4464
4471
|
}, y = (E) => {
|
|
4465
|
-
r.value = E, t.value = ye(t.value).format(`YYYY-${E}-DD`), $e(
|
|
4472
|
+
r.value = E, t.value = ye(t.value).format(`YYYY-${E}-DD`), $e(k);
|
|
4466
4473
|
}, w = () => {
|
|
4467
4474
|
t.value = ye().format("YYYY-MM-DD");
|
|
4468
|
-
const { day: E, month: O, year:
|
|
4469
|
-
i.value =
|
|
4475
|
+
const { day: E, month: O, year: U } = $();
|
|
4476
|
+
i.value = U, r.value = O, s.value = E;
|
|
4470
4477
|
}, p = (E) => {
|
|
4471
4478
|
E && (t.value = E);
|
|
4472
4479
|
}, _ = () => {
|
|
4473
|
-
w(), o.date && (t.value = o.date),
|
|
4474
|
-
},
|
|
4475
|
-
const E = i.value, O = r.value,
|
|
4476
|
-
let
|
|
4477
|
-
const T = 42, v = new Date([E, O,
|
|
4478
|
-
let d = [E, O,
|
|
4480
|
+
w(), o.date && (t.value = o.date), k();
|
|
4481
|
+
}, k = () => {
|
|
4482
|
+
const E = i.value, O = r.value, U = 1;
|
|
4483
|
+
let j = [];
|
|
4484
|
+
const T = 42, v = new Date([E, O, U].join("-"));
|
|
4485
|
+
let d = [E, O, U].join("-"), m = v.getDay();
|
|
4479
4486
|
m = m == 0 ? 7 : m;
|
|
4480
4487
|
for (let D = 1; D < m; D++) {
|
|
4481
4488
|
d = ye(d).subtract(1, "day").format("YYYY-MM-DD");
|
|
4482
4489
|
const { day: J, month: ie, year: ce } = $(d), ne = st.solar2lunar(ce, ie, J);
|
|
4483
4490
|
if (ne === -1) return {};
|
|
4484
4491
|
let { Term: K } = ne;
|
|
4485
|
-
const { IDayCn: oe, IMonthCn:
|
|
4486
|
-
|
|
4487
|
-
const { isWorkDay: H, isRestDay: G } = R(
|
|
4488
|
-
|
|
4492
|
+
const { IDayCn: oe, IMonthCn: P, cDay: F, cMonth: x, cYear: V } = ne;
|
|
4493
|
+
S[x] && S[x][F] && (K = S[x][F]), B[P] && B[P][oe] && (K = B[P][oe]);
|
|
4494
|
+
const { isWorkDay: H, isRestDay: G } = R(V, x, F);
|
|
4495
|
+
j.push({
|
|
4489
4496
|
day: d.split("-")[2],
|
|
4490
4497
|
date: d,
|
|
4491
4498
|
d_day: K || oe,
|
|
@@ -4497,15 +4504,15 @@ const {
|
|
|
4497
4504
|
isRestDay: G
|
|
4498
4505
|
});
|
|
4499
4506
|
}
|
|
4500
|
-
d = [E, O,
|
|
4507
|
+
d = [E, O, U].join("-"), j = j.reverse();
|
|
4501
4508
|
for (let D = 0; D <= T - m; D++) {
|
|
4502
4509
|
const { day: J, month: ie, year: ce } = $(d), ne = st.solar2lunar(ce, ie, J);
|
|
4503
4510
|
if (ne === -1) return {};
|
|
4504
4511
|
let { Term: K } = ne;
|
|
4505
|
-
const { IDayCn: oe, IMonthCn:
|
|
4506
|
-
|
|
4507
|
-
const { isWorkDay: H, isRestDay: G } = R(
|
|
4508
|
-
|
|
4512
|
+
const { IDayCn: oe, IMonthCn: P, cDay: F, cMonth: x, cYear: V } = ne;
|
|
4513
|
+
S[x] && S[x][F] && (K = S[x][F]), B[P] && B[P][oe] && (K = B[P][oe]);
|
|
4514
|
+
const { isWorkDay: H, isRestDay: G } = R(V, x, F);
|
|
4515
|
+
j.push({
|
|
4509
4516
|
date: d,
|
|
4510
4517
|
day: J,
|
|
4511
4518
|
d_day: K || oe,
|
|
@@ -4519,22 +4526,22 @@ const {
|
|
|
4519
4526
|
}
|
|
4520
4527
|
n.value = [];
|
|
4521
4528
|
for (let D = 0; D <= 5; D++)
|
|
4522
|
-
n.value.push(
|
|
4529
|
+
n.value.push(j.splice(0, 7));
|
|
4523
4530
|
console.log(n);
|
|
4524
|
-
}, R = (E, O,
|
|
4531
|
+
}, R = (E, O, U) => {
|
|
4525
4532
|
var m;
|
|
4526
|
-
let
|
|
4527
|
-
const v = ((m = o.holidays) == null ? void 0 : m.find((D) => D[E])) || {}, d = v[E] && v[E][O] ? v[E][O][
|
|
4528
|
-
return d === "班" ?
|
|
4533
|
+
let j, T;
|
|
4534
|
+
const v = ((m = o.holidays) == null ? void 0 : m.find((D) => D[E])) || {}, d = v[E] && v[E][O] ? v[E][O][U] : "";
|
|
4535
|
+
return d === "班" ? j = !0 : d === "假" && (T = !0), { isRestDay: T, isWorkDay: j };
|
|
4529
4536
|
}, $ = (E) => {
|
|
4530
|
-
const O = ye(E || Date.now()).format("DD"),
|
|
4531
|
-
return { day: O, month:
|
|
4537
|
+
const O = ye(E || Date.now()).format("DD"), U = ye(E || Date.now()).format("YYYY"), j = ye(E || Date.now()).format("MM"), T = `${U}-${j}-${O}` === ye().format("YYYY-MM-DD");
|
|
4538
|
+
return { day: O, month: j, year: U, isToday: T };
|
|
4532
4539
|
};
|
|
4533
4540
|
et(() => {
|
|
4534
4541
|
_();
|
|
4535
4542
|
}), Ke(t, (E) => {
|
|
4536
|
-
const { day: O, month:
|
|
4537
|
-
i.value =
|
|
4543
|
+
const { day: O, month: U, year: j } = $(E);
|
|
4544
|
+
i.value = j, r.value = U;
|
|
4538
4545
|
const T = st.solar2lunar(
|
|
4539
4546
|
i.value,
|
|
4540
4547
|
r.value,
|
|
@@ -4543,16 +4550,16 @@ const {
|
|
|
4543
4550
|
if (T === -1) return {};
|
|
4544
4551
|
u.value = {
|
|
4545
4552
|
...T,
|
|
4546
|
-
lunarFestival:
|
|
4547
|
-
festival:
|
|
4548
|
-
}, $e(
|
|
4553
|
+
lunarFestival: B[T.IMonthCn] ? B[T.IMonthCn][T.IDayCn] : void 0,
|
|
4554
|
+
festival: S[T.cMonth] ? S[T.cMonth][T.cDay] : void 0
|
|
4555
|
+
}, $e(k);
|
|
4549
4556
|
});
|
|
4550
|
-
const
|
|
4557
|
+
const q = (E) => {
|
|
4551
4558
|
const O = E.target.parentNode.getAttribute("date") ? E.target.parentNode.getAttribute("date") : E.target.getAttribute("date");
|
|
4552
4559
|
console.log(O), t.value = O;
|
|
4553
|
-
},
|
|
4560
|
+
}, L = () => {
|
|
4554
4561
|
w();
|
|
4555
|
-
},
|
|
4562
|
+
}, B = {
|
|
4556
4563
|
正月: { 初一: "春节", 十五: "元宵节" },
|
|
4557
4564
|
二月: { 初二: "春龙节" },
|
|
4558
4565
|
五月: { 初五: "端午节" },
|
|
@@ -4560,7 +4567,7 @@ const {
|
|
|
4560
4567
|
八月: { 十五: "中秋节" },
|
|
4561
4568
|
九月: { 初九: "重阳节" },
|
|
4562
4569
|
腊月: { 初八: "腊八节", 廿三: "小年", 三十: "除夕" }
|
|
4563
|
-
},
|
|
4570
|
+
}, S = {
|
|
4564
4571
|
1: { 1: "元旦" },
|
|
4565
4572
|
2: { 14: "情人节" },
|
|
4566
4573
|
3: { 8: "妇女节" },
|
|
@@ -4573,13 +4580,13 @@ const {
|
|
|
4573
4580
|
10: { 1: "国庆节" }
|
|
4574
4581
|
};
|
|
4575
4582
|
return (E, O) => {
|
|
4576
|
-
const
|
|
4583
|
+
const U = z("el-option"), j = z("el-select");
|
|
4577
4584
|
return A(), I("div", Ea, [
|
|
4578
4585
|
C("div", Ra, [
|
|
4579
4586
|
C("div", Ta, [
|
|
4580
4587
|
C("div", $a, [
|
|
4581
4588
|
C("div", Oa, [
|
|
4582
|
-
|
|
4589
|
+
N(j, {
|
|
4583
4590
|
modelValue: l.value,
|
|
4584
4591
|
"onUpdate:modelValue": O[0] || (O[0] = (T) => l.value = T),
|
|
4585
4592
|
style: { width: "80px" },
|
|
@@ -4588,7 +4595,7 @@ const {
|
|
|
4588
4595
|
onChange: p
|
|
4589
4596
|
}, {
|
|
4590
4597
|
default: Y(() => [
|
|
4591
|
-
(A(!0), I(ve, null, ge(e.statutoryHoliday, (T) => (A(), le(
|
|
4598
|
+
(A(!0), I(ve, null, ge(e.statutoryHoliday, (T) => (A(), le(U, {
|
|
4592
4599
|
key: T.date,
|
|
4593
4600
|
value: T.date,
|
|
4594
4601
|
label: T.name
|
|
@@ -4598,14 +4605,14 @@ const {
|
|
|
4598
4605
|
}, 8, ["modelValue"])
|
|
4599
4606
|
]),
|
|
4600
4607
|
C("div", Da, [
|
|
4601
|
-
|
|
4608
|
+
N(j, {
|
|
4602
4609
|
modelValue: i.value,
|
|
4603
4610
|
"onUpdate:modelValue": O[1] || (O[1] = (T) => i.value = T),
|
|
4604
4611
|
style: { width: "80px" },
|
|
4605
4612
|
onChange: g
|
|
4606
4613
|
}, {
|
|
4607
4614
|
default: Y(() => [
|
|
4608
|
-
(A(), I(ve, null, ge(f, (T) =>
|
|
4615
|
+
(A(), I(ve, null, ge(f, (T) => N(U, {
|
|
4609
4616
|
key: T.value,
|
|
4610
4617
|
value: T.value,
|
|
4611
4618
|
label: T.text
|
|
@@ -4615,19 +4622,19 @@ const {
|
|
|
4615
4622
|
}, 8, ["modelValue"])
|
|
4616
4623
|
]),
|
|
4617
4624
|
C("div", Aa, [
|
|
4618
|
-
C("div",
|
|
4625
|
+
C("div", Pa, [
|
|
4619
4626
|
C("div", {
|
|
4620
4627
|
class: "op-calendar-pc-prev-month",
|
|
4621
4628
|
onClick: O[2] || (O[2] = (T) => b("prev"))
|
|
4622
4629
|
}, Na),
|
|
4623
|
-
|
|
4630
|
+
N(j, {
|
|
4624
4631
|
modelValue: r.value,
|
|
4625
4632
|
"onUpdate:modelValue": O[3] || (O[3] = (T) => r.value = T),
|
|
4626
4633
|
style: { width: "60px" },
|
|
4627
4634
|
onChange: y
|
|
4628
4635
|
}, {
|
|
4629
4636
|
default: Y(() => [
|
|
4630
|
-
(A(), I(ve, null, ge(a, (T) =>
|
|
4637
|
+
(A(), I(ve, null, ge(a, (T) => N(U, {
|
|
4631
4638
|
key: T.value,
|
|
4632
4639
|
value: T.value,
|
|
4633
4640
|
label: T.text
|
|
@@ -4644,7 +4651,7 @@ const {
|
|
|
4644
4651
|
C("span", {
|
|
4645
4652
|
class: "op-calendar-pc-backtoday OP_LOG_BTN",
|
|
4646
4653
|
hidefocus: "true",
|
|
4647
|
-
onClick:
|
|
4654
|
+
onClick: L
|
|
4648
4655
|
}, "今天")
|
|
4649
4656
|
]),
|
|
4650
4657
|
C("div", Ua, [
|
|
@@ -4667,7 +4674,7 @@ const {
|
|
|
4667
4674
|
"op-calendar-pc-table-rest": d.isRestDay
|
|
4668
4675
|
}),
|
|
4669
4676
|
date: d.date,
|
|
4670
|
-
onClick:
|
|
4677
|
+
onClick: q
|
|
4671
4678
|
}, [
|
|
4672
4679
|
d.isWorkDay ? (A(), I("span", za, "班")) : se("", !0),
|
|
4673
4680
|
d.isRestDay ? (A(), I("span", qa, "休")) : se("", !0),
|
|
@@ -4782,44 +4789,44 @@ const {
|
|
|
4782
4789
|
for (const p in w) {
|
|
4783
4790
|
const _ = g.match(new RegExp(`(${p})`));
|
|
4784
4791
|
if (_) {
|
|
4785
|
-
const
|
|
4792
|
+
const k = w[p] + "";
|
|
4786
4793
|
g = g.replace(
|
|
4787
4794
|
_[0],
|
|
4788
|
-
_[0].length === 1 ?
|
|
4795
|
+
_[0].length === 1 ? k : k.padStart(2, "0")
|
|
4789
4796
|
);
|
|
4790
4797
|
}
|
|
4791
4798
|
}
|
|
4792
4799
|
return g;
|
|
4793
4800
|
}, c = /* @__PURE__ */ new Date(), a = u(new Date(c.getTime()), "hhiiss");
|
|
4794
4801
|
return (b, g) => (A(), I("div", rl, [
|
|
4795
|
-
|
|
4802
|
+
N(je, {
|
|
4796
4803
|
ref_key: "flipCardHour1Ref",
|
|
4797
4804
|
ref: n,
|
|
4798
4805
|
"init-front-text": ee(a)[0]
|
|
4799
4806
|
}, null, 8, ["init-front-text"]),
|
|
4800
|
-
|
|
4807
|
+
N(je, {
|
|
4801
4808
|
ref_key: "flipCardHour2Ref",
|
|
4802
4809
|
ref: o,
|
|
4803
4810
|
"init-front-text": ee(a)[1]
|
|
4804
4811
|
}, null, 8, ["init-front-text"]),
|
|
4805
4812
|
il,
|
|
4806
|
-
|
|
4813
|
+
N(je, {
|
|
4807
4814
|
ref_key: "flipCardMinute1Ref",
|
|
4808
4815
|
ref: s,
|
|
4809
4816
|
"init-front-text": ee(a)[2]
|
|
4810
4817
|
}, null, 8, ["init-front-text"]),
|
|
4811
|
-
|
|
4818
|
+
N(je, {
|
|
4812
4819
|
ref_key: "flipCardMinute2Ref",
|
|
4813
4820
|
ref: r,
|
|
4814
4821
|
"init-front-text": ee(a)[3]
|
|
4815
4822
|
}, null, 8, ["init-front-text"]),
|
|
4816
4823
|
al,
|
|
4817
|
-
|
|
4824
|
+
N(je, {
|
|
4818
4825
|
ref_key: "flipCardSecond1Ref",
|
|
4819
4826
|
ref: i,
|
|
4820
4827
|
"init-front-text": ee(a)[4]
|
|
4821
4828
|
}, null, 8, ["init-front-text"]),
|
|
4822
|
-
|
|
4829
|
+
N(je, {
|
|
4823
4830
|
ref_key: "flipCardSecond2Ref",
|
|
4824
4831
|
ref: l,
|
|
4825
4832
|
"init-front-text": ee(a)[5]
|
|
@@ -4971,11 +4978,11 @@ function xl(e, t) {
|
|
|
4971
4978
|
};
|
|
4972
4979
|
let r = n.body;
|
|
4973
4980
|
[n, o].forEach((w) => {
|
|
4974
|
-
const p = [], _ = w.hFlip,
|
|
4981
|
+
const p = [], _ = w.hFlip, k = w.vFlip;
|
|
4975
4982
|
let R = w.rotate;
|
|
4976
|
-
_ ?
|
|
4983
|
+
_ ? k ? R += 2 : (p.push(
|
|
4977
4984
|
"translate(" + (s.width + s.left).toString() + " " + (0 - s.top).toString() + ")"
|
|
4978
|
-
), p.push("scale(-1 1)"), s.top = s.left = 0) :
|
|
4985
|
+
), p.push("scale(-1 1)"), s.top = s.left = 0) : k && (p.push(
|
|
4979
4986
|
"translate(" + (0 - s.left).toString() + " " + (s.height + s.top).toString() + ")"
|
|
4980
4987
|
), p.push("scale(1 -1)"), s.top = s.left = 0);
|
|
4981
4988
|
let $;
|
|
@@ -5087,7 +5094,7 @@ const lt = {};
|
|
|
5087
5094
|
function Sn(e) {
|
|
5088
5095
|
return e + (e.match(/^[-0-9.]+$/) ? "px" : "");
|
|
5089
5096
|
}
|
|
5090
|
-
const
|
|
5097
|
+
const Pl = (e, t) => {
|
|
5091
5098
|
const n = fl(xn, t), o = { ...Dl }, s = t.mode || "svg", r = {}, i = t.style, l = typeof i == "object" && !(i instanceof Array) ? i : {};
|
|
5092
5099
|
for (let w in t) {
|
|
5093
5100
|
const p = t[w];
|
|
@@ -5135,7 +5142,7 @@ const Fl = (e, t) => {
|
|
|
5135
5142
|
...l
|
|
5136
5143
|
}, Object.assign(o, u);
|
|
5137
5144
|
let w = 0, p = t.id;
|
|
5138
|
-
return typeof p == "string" && (p = p.replace(/-/g, "_")), o.innerHTML = El(f.body, p ? () => p + "ID" + w++ : "iconifyVue"),
|
|
5145
|
+
return typeof p == "string" && (p = p.replace(/-/g, "_")), o.innerHTML = El(f.body, p ? () => p + "ID" + w++ : "iconifyVue"), Se("svg", o);
|
|
5139
5146
|
}
|
|
5140
5147
|
const { body: c, width: a, height: b } = e, g = s === "mask" || (s === "bg" ? !1 : c.indexOf("currentColor") !== -1), y = Rl(c, {
|
|
5141
5148
|
...u,
|
|
@@ -5150,9 +5157,9 @@ const Fl = (e, t) => {
|
|
|
5150
5157
|
...Al,
|
|
5151
5158
|
...g ? Mt : ko,
|
|
5152
5159
|
...l
|
|
5153
|
-
},
|
|
5160
|
+
}, Se("span", o);
|
|
5154
5161
|
}, So = /* @__PURE__ */ Object.create(null);
|
|
5155
|
-
function
|
|
5162
|
+
function Fl(e, t) {
|
|
5156
5163
|
So[e] = t;
|
|
5157
5164
|
}
|
|
5158
5165
|
const En = te({
|
|
@@ -5161,7 +5168,7 @@ const En = te({
|
|
|
5161
5168
|
// Render icon
|
|
5162
5169
|
render() {
|
|
5163
5170
|
const e = this.$attrs, t = e.icon, n = typeof t == "string" ? So[t] : typeof t == "object" ? t : null;
|
|
5164
|
-
return n === null || typeof n != "object" || typeof n.body != "string" ? this.$slots.default ? this.$slots.default() : null :
|
|
5171
|
+
return n === null || typeof n != "object" || typeof n.body != "string" ? this.$slots.default ? this.$slots.default() : null : Pl({
|
|
5165
5172
|
...Kt,
|
|
5166
5173
|
...n
|
|
5167
5174
|
}, e);
|
|
@@ -5176,9 +5183,9 @@ const En = te({
|
|
|
5176
5183
|
},
|
|
5177
5184
|
render() {
|
|
5178
5185
|
if (!this.icon) return;
|
|
5179
|
-
typeof this.icon == "object" &&
|
|
5186
|
+
typeof this.icon == "object" && Fl(this.icon, this.icon);
|
|
5180
5187
|
const e = this.$attrs;
|
|
5181
|
-
return
|
|
5188
|
+
return Se(
|
|
5182
5189
|
En,
|
|
5183
5190
|
{
|
|
5184
5191
|
icon: this.icon,
|
|
@@ -5198,14 +5205,14 @@ const En = te({
|
|
|
5198
5205
|
},
|
|
5199
5206
|
render() {
|
|
5200
5207
|
const e = this.$attrs;
|
|
5201
|
-
return Object.keys(e).includes("uni") || (e == null ? void 0 : e.iconType) === "uni" ?
|
|
5208
|
+
return Object.keys(e).includes("uni") || (e == null ? void 0 : e.iconType) === "uni" ? Se(
|
|
5202
5209
|
"i",
|
|
5203
5210
|
{
|
|
5204
5211
|
class: "iconfont",
|
|
5205
5212
|
...e
|
|
5206
5213
|
},
|
|
5207
5214
|
this.icon
|
|
5208
|
-
) : Object.keys(e).includes("svg") || (e == null ? void 0 : e.iconType) === "svg" ?
|
|
5215
|
+
) : Object.keys(e).includes("svg") || (e == null ? void 0 : e.iconType) === "svg" ? Se(
|
|
5209
5216
|
"svg",
|
|
5210
5217
|
{
|
|
5211
5218
|
class: "icon-svg",
|
|
@@ -5213,12 +5220,12 @@ const En = te({
|
|
|
5213
5220
|
},
|
|
5214
5221
|
{
|
|
5215
5222
|
default: () => [
|
|
5216
|
-
|
|
5223
|
+
Se("use", {
|
|
5217
5224
|
"xlink:href": `#${this.icon}`
|
|
5218
5225
|
})
|
|
5219
5226
|
]
|
|
5220
5227
|
}
|
|
5221
|
-
) :
|
|
5228
|
+
) : Se("i", {
|
|
5222
5229
|
class: `iconfont ${this.icon}`,
|
|
5223
5230
|
...e
|
|
5224
5231
|
});
|
|
@@ -5235,18 +5242,18 @@ function fc(e, t) {
|
|
|
5235
5242
|
return te({
|
|
5236
5243
|
name: "FontIcon",
|
|
5237
5244
|
render() {
|
|
5238
|
-
return
|
|
5245
|
+
return Se(Ml, { icon: s, iconType: r, ...t });
|
|
5239
5246
|
}
|
|
5240
5247
|
});
|
|
5241
5248
|
} else return typeof e == "function" || typeof (e == null ? void 0 : e.render) == "function" ? e : e.startsWith("vxe") ? te({
|
|
5242
5249
|
name: "vxeIcon",
|
|
5243
5250
|
render() {
|
|
5244
|
-
return
|
|
5251
|
+
return Se("i", { class: e, ...t });
|
|
5245
5252
|
}
|
|
5246
5253
|
}) : te({
|
|
5247
5254
|
name: "OfflineIcon",
|
|
5248
5255
|
render() {
|
|
5249
|
-
return
|
|
5256
|
+
return Se(Nl, { icon: e, ...t });
|
|
5250
5257
|
}
|
|
5251
5258
|
});
|
|
5252
5259
|
}
|
|
@@ -5257,7 +5264,7 @@ const Il = [
|
|
|
5257
5264
|
us,
|
|
5258
5265
|
ws,
|
|
5259
5266
|
Os,
|
|
5260
|
-
|
|
5267
|
+
Ps,
|
|
5261
5268
|
Is,
|
|
5262
5269
|
mr,
|
|
5263
5270
|
yr,
|
|
@@ -5276,7 +5283,7 @@ export {
|
|
|
5276
5283
|
ol as UtCalendar,
|
|
5277
5284
|
ws as UtContent,
|
|
5278
5285
|
Os as UtDivider,
|
|
5279
|
-
|
|
5286
|
+
Ps as UtDropdown,
|
|
5280
5287
|
ul as UtFlipDown,
|
|
5281
5288
|
Is as UtForm,
|
|
5282
5289
|
ga as UtFormUpload,
|