joy-admin-components 0.2.51 → 0.2.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.
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { ElForm as
|
|
2
|
-
import { defineComponent as
|
|
3
|
-
import { saveAs as
|
|
1
|
+
import { ElForm as _t, ElRow as $t, ElCol as St, ElMessageBox as Et, ElInputNumber as Ft, ElText as It, ElLink as Ge } from "element-plus";
|
|
2
|
+
import { defineComponent as nt, ref as P, onMounted as ot, h as ze, mergeModels as Je, useAttrs as Lt, useModel as Tt, computed as ce, watch as Pe, resolveComponent as O, unref as H, openBlock as L, createBlock as N, mergeProps as ue, createSlots as lt, withCtx as D, createElementVNode as re, toDisplayString as ee, renderSlot as Q, createVNode as M, createTextVNode as ne, createCommentVNode as fe, createElementBlock as ie, Fragment as Oe, renderList as at, withModifiers as Ve, nextTick as we, resolveDynamicComponent as st, withKeys as Dt, normalizeStyle as zt, normalizeClass as rt, reactive as Fe, onUpdated as Mt, onUnmounted as Ot, withDirectives as Vt, isVNode as qt } from "vue";
|
|
3
|
+
import { saveAs as it } from "file-saver";
|
|
4
4
|
import Le from "exceljs";
|
|
5
5
|
import $e from "dayjs";
|
|
6
|
-
import { createI18n as
|
|
7
|
-
import { debounce as Re, cloneDeep as
|
|
8
|
-
import { useRoute as
|
|
9
|
-
import { createNamespacedHelpers as Be, useStore as
|
|
6
|
+
import { createI18n as At, useI18n as pe } from "vue-i18n";
|
|
7
|
+
import { debounce as Re, cloneDeep as ct, isArray as Xe } from "lodash";
|
|
8
|
+
import { useRoute as Ut, useRouter as jt } from "vue-router";
|
|
9
|
+
import { createNamespacedHelpers as Be, useStore as ut, mapState as Pt, mapGetters as Rt, mapActions as Bt } from "vuex";
|
|
10
10
|
import { VxeUI as ke } from "vxe-pc-ui";
|
|
11
|
-
const qn =
|
|
11
|
+
const qn = nt({
|
|
12
12
|
name: "LayOutForm",
|
|
13
13
|
setup(e, { slots: t, attrs: n, emit: a }) {
|
|
14
14
|
const s = P(null), o = () => t.default ? t.default().filter((r) => r.type !== Symbol.for("v-cmt")).map((r) => r.type === Symbol.for("v-fgt") ? r.children : r).flat().map(
|
|
15
15
|
(r) => {
|
|
16
16
|
var i;
|
|
17
17
|
return ze(
|
|
18
|
-
|
|
18
|
+
St,
|
|
19
19
|
{ span: ((i = r.props) == null ? void 0 : i.span) || 24 },
|
|
20
20
|
{
|
|
21
21
|
default: () => r
|
|
@@ -23,28 +23,28 @@ const qn = ot({
|
|
|
23
23
|
);
|
|
24
24
|
}
|
|
25
25
|
) : null;
|
|
26
|
-
|
|
26
|
+
ot(() => {
|
|
27
27
|
a("ref", s.value);
|
|
28
28
|
});
|
|
29
29
|
function l() {
|
|
30
30
|
return ze(
|
|
31
|
-
|
|
31
|
+
_t,
|
|
32
32
|
{ ...n, ref: s },
|
|
33
|
-
() => ze(
|
|
33
|
+
() => ze($t, { gutter: n.gutter ?? 20 }, { default: () => o() })
|
|
34
34
|
);
|
|
35
35
|
}
|
|
36
36
|
return l;
|
|
37
37
|
}
|
|
38
38
|
});
|
|
39
|
-
var
|
|
40
|
-
function
|
|
39
|
+
var dt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
40
|
+
function ft(e) {
|
|
41
41
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
42
42
|
}
|
|
43
|
-
var
|
|
43
|
+
var ht = { exports: {} };
|
|
44
44
|
(function(e, t) {
|
|
45
45
|
(function(n, a) {
|
|
46
46
|
e.exports = a();
|
|
47
|
-
})(
|
|
47
|
+
})(dt, function() {
|
|
48
48
|
var n = "minute", a = /[+-]\d\d(?::?\d\d)?/g, s = /([+-]|\d\d)/g;
|
|
49
49
|
return function(o, l, r) {
|
|
50
50
|
var i = l.prototype;
|
|
@@ -57,9 +57,9 @@ var mt = { exports: {} };
|
|
|
57
57
|
}, i.local = function() {
|
|
58
58
|
return r(this.toDate(), { locale: this.$L, utc: !1 });
|
|
59
59
|
};
|
|
60
|
-
var
|
|
60
|
+
var y = i.parse;
|
|
61
61
|
i.parse = function(c) {
|
|
62
|
-
c.utc && (this.$u = !0), this.$utils().u(c.$offset) || (this.$offset = c.$offset),
|
|
62
|
+
c.utc && (this.$u = !0), this.$utils().u(c.$offset) || (this.$offset = c.$offset), y.call(this, c);
|
|
63
63
|
};
|
|
64
64
|
var m = i.init;
|
|
65
65
|
i.init = function() {
|
|
@@ -69,28 +69,28 @@ var mt = { exports: {} };
|
|
|
69
69
|
} else
|
|
70
70
|
m.call(this);
|
|
71
71
|
};
|
|
72
|
-
var
|
|
72
|
+
var v = i.utcOffset;
|
|
73
73
|
i.utcOffset = function(c, p) {
|
|
74
|
-
var
|
|
75
|
-
if (
|
|
76
|
-
return this.$u ? 0 :
|
|
74
|
+
var b = this.$utils().u;
|
|
75
|
+
if (b(c))
|
|
76
|
+
return this.$u ? 0 : b(this.$offset) ? v.call(this) : this.$offset;
|
|
77
77
|
if (typeof c == "string" && (c = function(V) {
|
|
78
78
|
V === void 0 && (V = "");
|
|
79
79
|
var Y = V.match(a);
|
|
80
80
|
if (!Y)
|
|
81
81
|
return null;
|
|
82
|
-
var
|
|
82
|
+
var F = ("" + Y[0]).match(s) || ["-", 0, 0], G = F[0], _ = 60 * +F[1] + +F[2];
|
|
83
83
|
return _ === 0 ? 0 : G === "+" ? _ : -_;
|
|
84
84
|
}(c), c === null))
|
|
85
85
|
return this;
|
|
86
|
-
var
|
|
87
|
-
if (
|
|
86
|
+
var x = Math.abs(c) <= 16 ? 60 * c : c;
|
|
87
|
+
if (x === 0)
|
|
88
88
|
return this.utc(p);
|
|
89
|
-
var
|
|
89
|
+
var w = this.clone();
|
|
90
90
|
if (p)
|
|
91
|
-
return
|
|
91
|
+
return w.$offset = x, w.$u = !1, w;
|
|
92
92
|
var E = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
93
|
-
return (
|
|
93
|
+
return (w = this.local().add(x + E, n)).$offset = x, w.$x.$localOffset = E, w;
|
|
94
94
|
};
|
|
95
95
|
var g = i.format;
|
|
96
96
|
i.format = function(c) {
|
|
@@ -111,46 +111,46 @@ var mt = { exports: {} };
|
|
|
111
111
|
return c === "s" && this.$offset ? r(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : h.call(this);
|
|
112
112
|
};
|
|
113
113
|
var f = i.diff;
|
|
114
|
-
i.diff = function(c, p,
|
|
114
|
+
i.diff = function(c, p, b) {
|
|
115
115
|
if (c && this.$u === c.$u)
|
|
116
|
-
return f.call(this, c, p,
|
|
117
|
-
var
|
|
118
|
-
return f.call(
|
|
116
|
+
return f.call(this, c, p, b);
|
|
117
|
+
var x = this.local(), w = r(c).local();
|
|
118
|
+
return f.call(x, w, p, b);
|
|
119
119
|
};
|
|
120
120
|
};
|
|
121
121
|
});
|
|
122
|
-
})(
|
|
123
|
-
var
|
|
124
|
-
const
|
|
125
|
-
var
|
|
122
|
+
})(ht);
|
|
123
|
+
var Yt = ht.exports;
|
|
124
|
+
const Kt = /* @__PURE__ */ ft(Yt);
|
|
125
|
+
var mt = { exports: {} };
|
|
126
126
|
(function(e, t) {
|
|
127
127
|
(function(n, a) {
|
|
128
128
|
e.exports = a();
|
|
129
|
-
})(
|
|
129
|
+
})(dt, function() {
|
|
130
130
|
var n = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }, a = {};
|
|
131
131
|
return function(s, o, l) {
|
|
132
132
|
var r, i = function(g, h, f) {
|
|
133
133
|
f === void 0 && (f = {});
|
|
134
|
-
var c = new Date(g), p = function(
|
|
135
|
-
|
|
136
|
-
var
|
|
137
|
-
return V || (V = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone:
|
|
134
|
+
var c = new Date(g), p = function(b, x) {
|
|
135
|
+
x === void 0 && (x = {});
|
|
136
|
+
var w = x.timeZoneName || "short", E = b + "|" + w, V = a[E];
|
|
137
|
+
return V || (V = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: b, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: w }), a[E] = V), V;
|
|
138
138
|
}(h, f);
|
|
139
139
|
return p.formatToParts(c);
|
|
140
|
-
},
|
|
140
|
+
}, y = function(g, h) {
|
|
141
141
|
for (var f = i(g, h), c = [], p = 0; p < f.length; p += 1) {
|
|
142
|
-
var
|
|
143
|
-
E >= 0 && (c[E] = parseInt(
|
|
142
|
+
var b = f[p], x = b.type, w = b.value, E = n[x];
|
|
143
|
+
E >= 0 && (c[E] = parseInt(w, 10));
|
|
144
144
|
}
|
|
145
|
-
var V = c[3], Y = V === 24 ? 0 : V,
|
|
146
|
-
return (l.utc(
|
|
145
|
+
var V = c[3], Y = V === 24 ? 0 : V, F = c[0] + "-" + c[1] + "-" + c[2] + " " + Y + ":" + c[4] + ":" + c[5] + ":000", G = +g;
|
|
146
|
+
return (l.utc(F).valueOf() - (G -= G % 1e3)) / 6e4;
|
|
147
147
|
}, m = o.prototype;
|
|
148
148
|
m.tz = function(g, h) {
|
|
149
149
|
g === void 0 && (g = r);
|
|
150
|
-
var f, c = this.utcOffset(), p = this.toDate(),
|
|
151
|
-
if (!Number(
|
|
150
|
+
var f, c = this.utcOffset(), p = this.toDate(), b = p.toLocaleString("en-US", { timeZone: g }), x = Math.round((p - new Date(b)) / 1e3 / 60), w = 15 * -Math.round(p.getTimezoneOffset() / 15) - x;
|
|
151
|
+
if (!Number(w))
|
|
152
152
|
f = this.utcOffset(0, h);
|
|
153
|
-
else if (f = l(
|
|
153
|
+
else if (f = l(b, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(w, !0), h) {
|
|
154
154
|
var E = f.utcOffset();
|
|
155
155
|
f = f.add(c - E, "minute");
|
|
156
156
|
}
|
|
@@ -161,23 +161,23 @@ var gt = { exports: {} };
|
|
|
161
161
|
});
|
|
162
162
|
return f && f.value;
|
|
163
163
|
};
|
|
164
|
-
var
|
|
164
|
+
var v = m.startOf;
|
|
165
165
|
m.startOf = function(g, h) {
|
|
166
166
|
if (!this.$x || !this.$x.$timezone)
|
|
167
|
-
return
|
|
167
|
+
return v.call(this, g, h);
|
|
168
168
|
var f = l(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
|
|
169
|
-
return
|
|
169
|
+
return v.call(f, g, h).tz(this.$x.$timezone, !0);
|
|
170
170
|
}, l.tz = function(g, h, f) {
|
|
171
|
-
var c = f && h, p = f || h || r,
|
|
171
|
+
var c = f && h, p = f || h || r, b = y(+l(), p);
|
|
172
172
|
if (typeof g != "string")
|
|
173
173
|
return l(g).tz(p);
|
|
174
|
-
var
|
|
175
|
-
var _ = Y - 60 *
|
|
176
|
-
if (
|
|
177
|
-
return [_,
|
|
178
|
-
var k =
|
|
179
|
-
return
|
|
180
|
-
}(l.utc(g, c).valueOf(),
|
|
174
|
+
var x = function(Y, F, G) {
|
|
175
|
+
var _ = Y - 60 * F * 1e3, C = y(_, G);
|
|
176
|
+
if (F === C)
|
|
177
|
+
return [_, F];
|
|
178
|
+
var k = y(_ -= 60 * (C - F) * 1e3, G);
|
|
179
|
+
return C === k ? [_, C] : [Y - 60 * Math.min(C, k) * 1e3, Math.max(C, k)];
|
|
180
|
+
}(l.utc(g, c).valueOf(), b, p), w = x[0], E = x[1], V = l(w).utcOffset(E);
|
|
181
181
|
return V.$x.$timezone = p, V;
|
|
182
182
|
}, l.tz.guess = function() {
|
|
183
183
|
return Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
@@ -186,9 +186,9 @@ var gt = { exports: {} };
|
|
|
186
186
|
};
|
|
187
187
|
};
|
|
188
188
|
});
|
|
189
|
-
})(
|
|
190
|
-
var
|
|
191
|
-
const
|
|
189
|
+
})(mt);
|
|
190
|
+
var Ht = mt.exports;
|
|
191
|
+
const Nt = /* @__PURE__ */ ft(Ht), qe = {
|
|
192
192
|
// 组件通用文本
|
|
193
193
|
"dao-ru": "导入",
|
|
194
194
|
"quan-xuan": "全选",
|
|
@@ -258,31 +258,31 @@ const Wt = /* @__PURE__ */ ht(Nt), qe = {
|
|
|
258
258
|
tools: {
|
|
259
259
|
keysLengthError: "Keys length must be greater than 2, default first two are label and value"
|
|
260
260
|
}
|
|
261
|
-
},
|
|
261
|
+
}, Wt = {
|
|
262
262
|
zh_cn: qe,
|
|
263
263
|
en_us: Ae
|
|
264
264
|
};
|
|
265
265
|
let be = null;
|
|
266
|
-
function
|
|
266
|
+
function Zt(e = null) {
|
|
267
267
|
if (e) {
|
|
268
268
|
const { global: t } = e;
|
|
269
269
|
return t.messages.value.zh_cn ? t.mergeLocaleMessage("zh_cn", qe) : t.setLocaleMessage("zh_cn", qe), t.messages.value.en_us ? t.mergeLocaleMessage("en_us", Ae) : t.setLocaleMessage("en_us", Ae), be = e, e;
|
|
270
270
|
}
|
|
271
|
-
return be || (be =
|
|
271
|
+
return be || (be = At({
|
|
272
272
|
legacy: !1,
|
|
273
273
|
locale: "zh_cn",
|
|
274
274
|
fallbackLocale: "zh_cn",
|
|
275
|
-
messages:
|
|
275
|
+
messages: Wt
|
|
276
276
|
})), be;
|
|
277
277
|
}
|
|
278
278
|
function Ye() {
|
|
279
|
-
return be ||
|
|
279
|
+
return be || Zt();
|
|
280
280
|
}
|
|
281
281
|
function Ce() {
|
|
282
282
|
return Ye().global.t;
|
|
283
283
|
}
|
|
284
|
-
$e.extend(
|
|
285
|
-
$e.extend(
|
|
284
|
+
$e.extend(Kt);
|
|
285
|
+
$e.extend(Nt);
|
|
286
286
|
async function An(e, t) {
|
|
287
287
|
const { fields: n, range: a = 1 } = t;
|
|
288
288
|
if (!n) {
|
|
@@ -294,56 +294,56 @@ async function An(e, t) {
|
|
|
294
294
|
const o = {};
|
|
295
295
|
return s.eachSheet(function(l, r) {
|
|
296
296
|
const i = [];
|
|
297
|
-
l.eachRow(function(
|
|
297
|
+
l.eachRow(function(y, m) {
|
|
298
298
|
if (m > a) {
|
|
299
|
-
let
|
|
299
|
+
let v = {}, g = !0;
|
|
300
300
|
Object.keys(n).forEach((h) => {
|
|
301
|
-
const f =
|
|
302
|
-
|
|
303
|
-
}), g || i.push(
|
|
301
|
+
const f = y.getCell(n[h]).value;
|
|
302
|
+
v[h] = f, f && (g = !1);
|
|
303
|
+
}), g || i.push(v);
|
|
304
304
|
}
|
|
305
305
|
}), o[l._name] = i;
|
|
306
306
|
}), s = null, o;
|
|
307
307
|
}
|
|
308
|
-
const
|
|
308
|
+
const gt = {
|
|
309
309
|
columnWidth: 30
|
|
310
310
|
};
|
|
311
311
|
async function Un(e, t, n = [], a = {}) {
|
|
312
312
|
if (!e || !t)
|
|
313
313
|
return;
|
|
314
|
-
const { columnStyle: s } = a, { columnWidth: o } =
|
|
314
|
+
const { columnStyle: s } = a, { columnWidth: o } = gt;
|
|
315
315
|
t.forEach((i) => {
|
|
316
316
|
i.width = i.width ? i.width : o;
|
|
317
317
|
});
|
|
318
|
-
const { workbook: l, worksheet: r } =
|
|
319
|
-
r.columns = t, r.addRows(n), s && await
|
|
318
|
+
const { workbook: l, worksheet: r } = Gt();
|
|
319
|
+
r.columns = t, r.addRows(n), s && await Jt(l, r, s);
|
|
320
320
|
try {
|
|
321
|
-
const i = await l.xlsx.writeBuffer(),
|
|
321
|
+
const i = await l.xlsx.writeBuffer(), y = new File([i], e, {
|
|
322
322
|
type: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
|
|
323
323
|
});
|
|
324
|
-
|
|
324
|
+
it(y);
|
|
325
325
|
} catch (i) {
|
|
326
326
|
console.log(i);
|
|
327
327
|
}
|
|
328
328
|
}
|
|
329
|
-
function
|
|
329
|
+
function Gt() {
|
|
330
330
|
const e = new Le.Workbook();
|
|
331
331
|
e.creator = "distributor System", e.lastModifiedBy = "distributor System", e.created = /* @__PURE__ */ new Date(), e.modified = /* @__PURE__ */ new Date(), e.lastPrinted = /* @__PURE__ */ new Date();
|
|
332
332
|
const t = e.addWorksheet("Sheet1");
|
|
333
333
|
return { workbook: e, worksheet: t };
|
|
334
334
|
}
|
|
335
|
-
async function
|
|
335
|
+
async function Jt(e, t, n) {
|
|
336
336
|
const a = Object.keys(n);
|
|
337
337
|
for (const s of a) {
|
|
338
338
|
const o = n[s], { type: l } = o;
|
|
339
339
|
switch (l) {
|
|
340
340
|
case "IMG":
|
|
341
|
-
await
|
|
341
|
+
await Xt(e, t, s);
|
|
342
342
|
break;
|
|
343
343
|
}
|
|
344
344
|
}
|
|
345
345
|
}
|
|
346
|
-
async function
|
|
346
|
+
async function Xt(e, t, n, a) {
|
|
347
347
|
const s = t.getColumn(n), o = s.values;
|
|
348
348
|
t.getColumn(n).width = 20, t.eachRow((l, r) => {
|
|
349
349
|
r > 1 && (l.height = 40);
|
|
@@ -352,7 +352,7 @@ async function Qt(e, t, n, a) {
|
|
|
352
352
|
if (l < 2)
|
|
353
353
|
continue;
|
|
354
354
|
let i = o[l];
|
|
355
|
-
i && (t.getCell(s.letter + l).value = "", await
|
|
355
|
+
i && (t.getCell(s.letter + l).value = "", await Qt(e, t, i, {
|
|
356
356
|
width: 100,
|
|
357
357
|
height: 50,
|
|
358
358
|
col: s._number - 1,
|
|
@@ -360,11 +360,11 @@ async function Qt(e, t, n, a) {
|
|
|
360
360
|
}));
|
|
361
361
|
}
|
|
362
362
|
}
|
|
363
|
-
async function
|
|
364
|
-
const { col: s, row: o, width: l, height: r } = a, { success: i, base64:
|
|
363
|
+
async function Qt(e, t, n, a) {
|
|
364
|
+
const { col: s, row: o, width: l, height: r } = a, { success: i, base64: y } = await en(n, 0.3);
|
|
365
365
|
if (i) {
|
|
366
366
|
const m = e.addImage({
|
|
367
|
-
base64:
|
|
367
|
+
base64: y,
|
|
368
368
|
extension: "jpeg"
|
|
369
369
|
});
|
|
370
370
|
t.addImage(m, {
|
|
@@ -373,7 +373,7 @@ async function en(e, t, n, a) {
|
|
|
373
373
|
});
|
|
374
374
|
}
|
|
375
375
|
}
|
|
376
|
-
function
|
|
376
|
+
function en(e, t = 1) {
|
|
377
377
|
const n = new Image();
|
|
378
378
|
return n.setAttribute("crossOrigin", "anonymous"), n.crossOrigin = "anonymous", n.src = e, new Promise((a, s) => {
|
|
379
379
|
n.onload = () => {
|
|
@@ -389,7 +389,7 @@ function tn(e, t = 1) {
|
|
|
389
389
|
});
|
|
390
390
|
}
|
|
391
391
|
const Ue = "---";
|
|
392
|
-
async function
|
|
392
|
+
async function tn(e, t) {
|
|
393
393
|
const { fields: n, range: a = 1 } = t;
|
|
394
394
|
if (!n) {
|
|
395
395
|
const l = Ce();
|
|
@@ -400,29 +400,29 @@ async function nn(e, t) {
|
|
|
400
400
|
const o = {};
|
|
401
401
|
return s.eachSheet(function(l, r) {
|
|
402
402
|
if (l.state == "visible") {
|
|
403
|
-
const i = [],
|
|
404
|
-
if (
|
|
405
|
-
let m = Object.values(
|
|
403
|
+
const i = [], y = n[l._name];
|
|
404
|
+
if (y) {
|
|
405
|
+
let m = Object.values(y).some((g) => g.includes("image")), v = {};
|
|
406
406
|
m && (l.getImages().forEach((h) => {
|
|
407
407
|
const { tl: f } = h.range, c = s.model.media.find((p) => p.index === h.imageId);
|
|
408
408
|
if (c) {
|
|
409
|
-
const p = c.buffer.toString("base64"),
|
|
410
|
-
|
|
409
|
+
const p = c.buffer.toString("base64"), b = `data:image/${c.extension};base64,${p}`, x = `${Math.ceil(f.row)}_${Math.ceil(f.col)}`;
|
|
410
|
+
v[x] ? v[x].push(b) : v[x] = [b];
|
|
411
411
|
}
|
|
412
|
-
}), console.log("withImages-imageMap",
|
|
412
|
+
}), console.log("withImages-imageMap", v)), l.eachRow(function(g, h) {
|
|
413
413
|
if (h > a) {
|
|
414
414
|
let f = {}, c = !0;
|
|
415
|
-
Object.keys(
|
|
415
|
+
Object.keys(y).forEach((p) => {
|
|
416
416
|
var V;
|
|
417
|
-
let [
|
|
418
|
-
const
|
|
417
|
+
let [b, x] = y[p].split(Ue);
|
|
418
|
+
const w = g.getCell(b);
|
|
419
419
|
let E;
|
|
420
|
-
if (
|
|
421
|
-
const Y =
|
|
422
|
-
E =
|
|
420
|
+
if (x == "image" && m) {
|
|
421
|
+
const Y = w._column._number, F = `${h}_${Y}`;
|
|
422
|
+
E = v[F] || "";
|
|
423
423
|
} else
|
|
424
|
-
|
|
425
|
-
E &&
|
|
424
|
+
w.result != null ? E = w.result : (V = w.value) != null && V.richText ? E = w.value.richText.reduce((Y, F) => Y + F.text, "") : w.type == 4 && w.value ? E = $e(w.value).utc().format("YYYY-MM-DD HH:mm:ss") : E = w.value;
|
|
425
|
+
E && x == "option" && (E = E.split(Ue)[1]), f[p] = E, E && (c = !1);
|
|
426
426
|
}), c || i.push(f);
|
|
427
427
|
}
|
|
428
428
|
}), o[l._name] = i;
|
|
@@ -430,7 +430,7 @@ async function nn(e, t) {
|
|
|
430
430
|
}
|
|
431
431
|
}), s = null, o;
|
|
432
432
|
}
|
|
433
|
-
const
|
|
433
|
+
const nn = {
|
|
434
434
|
date: "yyyy-mm-dd",
|
|
435
435
|
number: "0",
|
|
436
436
|
string: "@"
|
|
@@ -440,42 +440,35 @@ async function on(e, t) {
|
|
|
440
440
|
return;
|
|
441
441
|
const n = ln(t);
|
|
442
442
|
for (const a of n.worksheets) {
|
|
443
|
-
const { columnWidth: s } =
|
|
443
|
+
const { columnWidth: s } = gt, o = t[a.name];
|
|
444
444
|
if (!o)
|
|
445
445
|
continue;
|
|
446
446
|
const { tableHeader: l, tableData: r } = o;
|
|
447
447
|
l.forEach((i) => {
|
|
448
|
-
const { style:
|
|
448
|
+
const { style: y = {}, required: m } = i, { font: v = {} } = y;
|
|
449
449
|
i.style = {
|
|
450
|
-
...
|
|
450
|
+
...y,
|
|
451
451
|
font: {
|
|
452
|
-
...
|
|
452
|
+
...v,
|
|
453
453
|
color: {
|
|
454
454
|
argb: m ? "FFFF0000" : void 0
|
|
455
455
|
}
|
|
456
456
|
}
|
|
457
457
|
};
|
|
458
458
|
}), a.columns = l, a.addRows(r), l.forEach((i) => {
|
|
459
|
-
const { header:
|
|
460
|
-
if (c.numFmt =
|
|
461
|
-
const p = r.length || 100;
|
|
462
|
-
for (let y = 2; y <= p + 1; y++) {
|
|
463
|
-
const w = a.getCell(`${c.letter}${y}`);
|
|
464
|
-
w.value !== null && w.value !== void 0 && w.value !== "" ? w.value = `'${w.value}` : w.value = "'";
|
|
465
|
-
}
|
|
466
|
-
}
|
|
467
|
-
if (g) {
|
|
459
|
+
const { header: y, key: m, width: v, option: g, numFmt: h, locked: f } = i, c = a.getColumn(m);
|
|
460
|
+
if (c.numFmt = nn[h] || h, c.width = v || s, c.protection = { locked: f === !0 }, g) {
|
|
468
461
|
const p = n.addWorksheet(m);
|
|
469
|
-
p.state = "hidden", p.getColumn(1).values = g.map((
|
|
470
|
-
if (
|
|
471
|
-
const
|
|
472
|
-
a.getCell(`${c.letter}${
|
|
462
|
+
p.state = "hidden", p.getColumn(1).values = g.map((b) => `${b.label}${Ue}${b.value}`), Array(100).fill("").forEach((b, x) => {
|
|
463
|
+
if (x > 0) {
|
|
464
|
+
const w = Ce();
|
|
465
|
+
a.getCell(`${c.letter}${x}`).dataValidation = {
|
|
473
466
|
type: "list",
|
|
474
467
|
formulae: [`${m}!$A$1:$A$${g.length}`],
|
|
475
468
|
showErrorMessage: !0,
|
|
476
|
-
error:
|
|
469
|
+
error: w("excel.invalidInput"),
|
|
477
470
|
errorStyle: "stop",
|
|
478
|
-
errorMessage:
|
|
471
|
+
errorMessage: w("excel.invalidOption")
|
|
479
472
|
};
|
|
480
473
|
}
|
|
481
474
|
});
|
|
@@ -489,7 +482,7 @@ async function on(e, t) {
|
|
|
489
482
|
const a = await n.xlsx.writeBuffer(), s = new File([a], e, {
|
|
490
483
|
type: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
|
|
491
484
|
});
|
|
492
|
-
|
|
485
|
+
it(s);
|
|
493
486
|
} catch (a) {
|
|
494
487
|
console.log(a);
|
|
495
488
|
}
|
|
@@ -537,10 +530,10 @@ function Rn(e) {
|
|
|
537
530
|
}
|
|
538
531
|
return t;
|
|
539
532
|
}
|
|
540
|
-
function
|
|
533
|
+
function pt(e, t = " ") {
|
|
541
534
|
return e ? e.split(t).filter((n) => n.trim()) : [];
|
|
542
535
|
}
|
|
543
|
-
class
|
|
536
|
+
class Qe {
|
|
544
537
|
constructor(t, n = ["label", "value", "labelEn"]) {
|
|
545
538
|
this.list = t.map((a) => ({
|
|
546
539
|
...a,
|
|
@@ -576,7 +569,7 @@ class et {
|
|
|
576
569
|
}
|
|
577
570
|
function Bn(e, t = [], n = "i18nName") {
|
|
578
571
|
if (e.length == 0)
|
|
579
|
-
return new
|
|
572
|
+
return new Qe([]);
|
|
580
573
|
if (t.length < 2) {
|
|
581
574
|
const s = Ce();
|
|
582
575
|
throw new Error(s("tools.keysLengthError"));
|
|
@@ -587,7 +580,7 @@ function Bn(e, t = [], n = "i18nName") {
|
|
|
587
580
|
r === 0 ? o.label = s[l] : r === 1 ? o.value = s[l] : o[l] = s[l];
|
|
588
581
|
}), o;
|
|
589
582
|
});
|
|
590
|
-
return new
|
|
583
|
+
return new Qe(a);
|
|
591
584
|
}
|
|
592
585
|
function Yn(e) {
|
|
593
586
|
return e ? e.replace(/<[^>]+>/g, "") : "";
|
|
@@ -657,97 +650,97 @@ const Se = (e, t) => {
|
|
|
657
650
|
}),
|
|
658
651
|
emits: /* @__PURE__ */ Je(["success", "change", "changeAll"], ["update:modelValue"]),
|
|
659
652
|
setup(e, { emit: t }) {
|
|
660
|
-
const n = e, a =
|
|
653
|
+
const n = e, a = Lt(), { t: s, locale: o } = pe(), l = Tt(e, "modelValue"), r = ce(() => a["value-key"] != null), i = P(""), y = ce(() => {
|
|
661
654
|
if (a.remote !== void 0)
|
|
662
655
|
return n.data;
|
|
663
|
-
const
|
|
664
|
-
if (
|
|
656
|
+
const C = pt(i.value), { data: k, labelValue: U } = n, te = k || g.value;
|
|
657
|
+
if (C.length == 0)
|
|
665
658
|
return te;
|
|
666
659
|
const { label: $, labelEn: ye } = U;
|
|
667
660
|
let z = o.value == "en_us" ? ye || "i18nName" : $;
|
|
668
|
-
return
|
|
669
|
-
(de) => de[z].toLowerCase().includes(
|
|
661
|
+
return C.length == 1 ? te.filter(
|
|
662
|
+
(de) => de[z].toLowerCase().includes(C[0].toLowerCase())
|
|
670
663
|
) : te.filter((de) => {
|
|
671
664
|
let ve = !1;
|
|
672
|
-
return ve =
|
|
665
|
+
return ve = C.some((Ee) => de[z].toLowerCase() == Ee.toLowerCase()), ve;
|
|
673
666
|
});
|
|
674
667
|
}), m = ce({
|
|
675
668
|
get() {
|
|
676
|
-
return a.multiple == null || l.value == null ? !1 : l.value.length ==
|
|
669
|
+
return a.multiple == null || l.value == null ? !1 : l.value.length == y.value.length;
|
|
677
670
|
},
|
|
678
|
-
set(
|
|
679
|
-
return
|
|
671
|
+
set(C) {
|
|
672
|
+
return C;
|
|
680
673
|
}
|
|
681
|
-
}),
|
|
682
|
-
const { data:
|
|
683
|
-
g.value = [...
|
|
674
|
+
}), v = t, g = P([]), h = async () => {
|
|
675
|
+
const { data: C } = await n.api();
|
|
676
|
+
g.value = [...C], v("success", g);
|
|
684
677
|
};
|
|
685
678
|
n.api && h();
|
|
686
|
-
function f(
|
|
687
|
-
|
|
679
|
+
function f(C) {
|
|
680
|
+
v("change", C), c.value && we(() => {
|
|
688
681
|
n.optionClick && n.optionClick(c.value), c.value = null;
|
|
689
682
|
});
|
|
690
683
|
}
|
|
691
684
|
const c = P(null);
|
|
692
|
-
function p(
|
|
693
|
-
c.value =
|
|
685
|
+
function p(C) {
|
|
686
|
+
c.value = C;
|
|
694
687
|
}
|
|
695
|
-
const
|
|
696
|
-
if (
|
|
688
|
+
const b = n.labelValue.label.split("-"), x = (C) => {
|
|
689
|
+
if (b.length == 1) {
|
|
697
690
|
if (n.changeLocal)
|
|
698
|
-
return s(
|
|
699
|
-
let k = o.value == "en_us" ?
|
|
700
|
-
return k = k ||
|
|
691
|
+
return s(C[n.labelValue.label]);
|
|
692
|
+
let k = o.value == "en_us" ? C[n.labelValue.labelEn || "i18nName"] : C[n.labelValue.label];
|
|
693
|
+
return k = k || C[n.labelValue.label], k + "";
|
|
701
694
|
} else {
|
|
702
695
|
let k = [];
|
|
703
|
-
return
|
|
704
|
-
k.push(
|
|
696
|
+
return b.forEach((U) => {
|
|
697
|
+
k.push(C[U]);
|
|
705
698
|
}), k.join("-");
|
|
706
699
|
}
|
|
707
700
|
};
|
|
708
|
-
function C
|
|
701
|
+
function w(C) {
|
|
709
702
|
let k = n.data ? n.data : g.value;
|
|
710
|
-
l.value =
|
|
711
|
-
|
|
703
|
+
l.value = C ? k.map((U) => r.value ? U : U[n.labelValue.value]) : [], we(() => {
|
|
704
|
+
v("change", l.value), v("changeAll", l.value, k);
|
|
712
705
|
});
|
|
713
706
|
}
|
|
714
|
-
function E(
|
|
715
|
-
|
|
716
|
-
n.optionClick && n.optionClick(
|
|
707
|
+
function E(C) {
|
|
708
|
+
v("change", r.value ? C : C[n.labelValue.value]), we(() => {
|
|
709
|
+
n.optionClick && n.optionClick(C);
|
|
717
710
|
});
|
|
718
711
|
}
|
|
719
|
-
function V(
|
|
720
|
-
return l.value.length >= n.maxLimit && !l.value.includes(
|
|
712
|
+
function V(C) {
|
|
713
|
+
return l.value.length >= n.maxLimit && !l.value.includes(C[n.labelValue.value]);
|
|
721
714
|
}
|
|
722
|
-
function Y(
|
|
723
|
-
return
|
|
715
|
+
function Y(C) {
|
|
716
|
+
return C.map((k) => ({
|
|
724
717
|
...k,
|
|
725
|
-
label:
|
|
718
|
+
label: x(k),
|
|
726
719
|
value: r.value ? k : k[n.labelValue.value]
|
|
727
720
|
}));
|
|
728
721
|
}
|
|
729
|
-
const
|
|
730
|
-
|
|
722
|
+
const F = P([]), G = n.data ? n.data : g.value;
|
|
723
|
+
F.value = Y(G), Pe(
|
|
731
724
|
() => n.data ? n.data : g.value,
|
|
732
|
-
(
|
|
725
|
+
(C) => {
|
|
733
726
|
var U;
|
|
734
|
-
const k = Y(
|
|
735
|
-
if (k.length !==
|
|
736
|
-
|
|
727
|
+
const k = Y(C);
|
|
728
|
+
if (k.length !== F.value.length)
|
|
729
|
+
F.value = k;
|
|
737
730
|
else {
|
|
738
731
|
let te = !1;
|
|
739
732
|
for (let $ = 0; $ < k.length; $++)
|
|
740
|
-
if (k[$].value !== ((U =
|
|
733
|
+
if (k[$].value !== ((U = F.value[$]) == null ? void 0 : U.value)) {
|
|
741
734
|
te = !0;
|
|
742
735
|
break;
|
|
743
736
|
}
|
|
744
|
-
te && (
|
|
737
|
+
te && (F.value = k);
|
|
745
738
|
}
|
|
746
739
|
},
|
|
747
740
|
{ deep: !0 }
|
|
748
741
|
);
|
|
749
|
-
const _ = ce(() =>
|
|
750
|
-
return (
|
|
742
|
+
const _ = ce(() => F.value);
|
|
743
|
+
return (C, k) => {
|
|
751
744
|
const U = O("el-checkbox"), te = O("el-select-v2"), $ = O("el-option"), ye = O("el-select");
|
|
752
745
|
return H(a).v2 != null ? (L(), N(te, ue({
|
|
753
746
|
key: 0,
|
|
@@ -761,7 +754,7 @@ const Se = (e, t) => {
|
|
|
761
754
|
clearable: "",
|
|
762
755
|
onChange: f,
|
|
763
756
|
onClear: f
|
|
764
|
-
}),
|
|
757
|
+
}), lt({
|
|
765
758
|
default: D(({ item: z }) => [
|
|
766
759
|
re("div", {
|
|
767
760
|
onClick: (he) => p(z)
|
|
@@ -772,15 +765,15 @@ const Se = (e, t) => {
|
|
|
772
765
|
H(a).multiple != null ? {
|
|
773
766
|
name: "header",
|
|
774
767
|
fn: D(() => [
|
|
775
|
-
Q(
|
|
768
|
+
Q(C.$slots, "header", {}, () => [
|
|
776
769
|
M(U, {
|
|
777
770
|
class: "mgl20",
|
|
778
771
|
modelValue: m.value,
|
|
779
772
|
"onUpdate:modelValue": k[0] || (k[0] = (z) => m.value = z),
|
|
780
|
-
onChange:
|
|
773
|
+
onChange: w
|
|
781
774
|
}, {
|
|
782
775
|
default: D(() => [
|
|
783
|
-
ne(ee(
|
|
776
|
+
ne(ee(C.$t("quan-xuan")), 1)
|
|
784
777
|
]),
|
|
785
778
|
_: 1
|
|
786
779
|
}, 8, ["modelValue"])
|
|
@@ -799,22 +792,22 @@ const Se = (e, t) => {
|
|
|
799
792
|
clearable: ""
|
|
800
793
|
}, H(a), { onClear: e.optionClick }), {
|
|
801
794
|
default: D(() => [
|
|
802
|
-
H(a).multiple != null && e.showCheckAll && e.maxLimit == null ? Q(
|
|
795
|
+
H(a).multiple != null && e.showCheckAll && e.maxLimit == null ? Q(C.$slots, "header", { key: 0 }, () => [
|
|
803
796
|
M(U, {
|
|
804
797
|
class: "mgl20",
|
|
805
798
|
modelValue: m.value,
|
|
806
799
|
"onUpdate:modelValue": k[2] || (k[2] = (z) => m.value = z),
|
|
807
|
-
onChange:
|
|
800
|
+
onChange: w
|
|
808
801
|
}, {
|
|
809
802
|
default: D(() => [
|
|
810
|
-
ne(ee(
|
|
803
|
+
ne(ee(C.$t("quan-xuan")), 1)
|
|
811
804
|
]),
|
|
812
805
|
_: 1
|
|
813
806
|
}, 8, ["modelValue"])
|
|
814
807
|
], !0) : fe("", !0),
|
|
815
|
-
(L(!0), ie(Oe, null,
|
|
808
|
+
(L(!0), ie(Oe, null, at(y.value, (z, he) => (L(), N($, {
|
|
816
809
|
key: he,
|
|
817
|
-
label:
|
|
810
|
+
label: x(z),
|
|
818
811
|
disabled: H(a).multiple != null && e.maxLimit > 0 ? V(z) : !1,
|
|
819
812
|
onClick: Ve((de) => E(z), ["stop"]),
|
|
820
813
|
value: r.value ? z : z[e.labelValue.value]
|
|
@@ -825,7 +818,7 @@ const Se = (e, t) => {
|
|
|
825
818
|
};
|
|
826
819
|
}
|
|
827
820
|
}, cn = /* @__PURE__ */ Se(rn, [["__scopeId", "data-v-51bd1467"]]);
|
|
828
|
-
const un =
|
|
821
|
+
const un = nt({
|
|
829
822
|
props: {
|
|
830
823
|
name: {
|
|
831
824
|
tyepe: String,
|
|
@@ -837,12 +830,12 @@ function dn(e, t, n, a, s, o) {
|
|
|
837
830
|
const l = O("el-icon");
|
|
838
831
|
return L(), N(l, { class: "cmp-icon" }, {
|
|
839
832
|
default: D(() => [
|
|
840
|
-
(L(), N(
|
|
833
|
+
(L(), N(st(e.name)))
|
|
841
834
|
]),
|
|
842
835
|
_: 1
|
|
843
836
|
});
|
|
844
837
|
}
|
|
845
|
-
const
|
|
838
|
+
const yt = /* @__PURE__ */ Se(un, [["render", dn], ["__scopeId", "data-v-733f9daa"]]), Gn = {
|
|
846
839
|
__name: "index",
|
|
847
840
|
emits: ["ok", "no"],
|
|
848
841
|
setup(e, { emit: t }) {
|
|
@@ -890,7 +883,7 @@ const fn = ["accept"], hn = {
|
|
|
890
883
|
async function o(l) {
|
|
891
884
|
s.value = !0;
|
|
892
885
|
let r = l.target.files[0];
|
|
893
|
-
const i = await
|
|
886
|
+
const i = await tn(r, n.fields).catch(() => {
|
|
894
887
|
s.value = !1;
|
|
895
888
|
}).finally(() => {
|
|
896
889
|
a.value.value = null;
|
|
@@ -906,7 +899,7 @@ const fn = ["accept"], hn = {
|
|
|
906
899
|
type: "primary",
|
|
907
900
|
loading: s.value,
|
|
908
901
|
class: "mgr10",
|
|
909
|
-
onClick: r[0] || (r[0] = (
|
|
902
|
+
onClick: r[0] || (r[0] = (y) => a.value.click())
|
|
910
903
|
}, l.$attrs), {
|
|
911
904
|
default: D(() => [
|
|
912
905
|
Q(l.$slots, "default", {}, () => [
|
|
@@ -933,12 +926,12 @@ function je(e) {
|
|
|
933
926
|
const { key: a, type: s, option: o = {}, value: l, dateType: r = "date" } = n;
|
|
934
927
|
if (a)
|
|
935
928
|
if (s == "input" && (o != null && o.multiple))
|
|
936
|
-
t[a] =
|
|
929
|
+
t[a] = pt(l);
|
|
937
930
|
else if (s == "date")
|
|
938
931
|
if (r.includes("range")) {
|
|
939
|
-
const [i,
|
|
940
|
-
let [m,
|
|
941
|
-
m && r == "daterange" && (m = $e(m).format("YYYY-MM-DD 00:00:00"),
|
|
932
|
+
const [i, y] = a;
|
|
933
|
+
let [m, v] = l || [];
|
|
934
|
+
m && r == "daterange" && (m = $e(m).format("YYYY-MM-DD 00:00:00"), v = $e(v).format("YYYY-MM-DD 23:59:59")), t[i] = m, t[y] = v;
|
|
942
935
|
} else
|
|
943
936
|
t[a] = l;
|
|
944
937
|
else
|
|
@@ -959,12 +952,12 @@ const mn = { key: 0 }, gn = { class: "btns" }, pn = { class: "left" }, yn = { cl
|
|
|
959
952
|
datetimerange: "YYYY-MM-DD HH:mm:ss",
|
|
960
953
|
daterange: "YYYY-MM-DD",
|
|
961
954
|
month: "YYYY-MM"
|
|
962
|
-
},
|
|
955
|
+
}, y = ce(() => o.value ? r("guan-bi") : r("zhan-kai"));
|
|
963
956
|
function m() {
|
|
964
957
|
s("confirm");
|
|
965
958
|
}
|
|
966
|
-
function b
|
|
967
|
-
|
|
959
|
+
function v(b) {
|
|
960
|
+
b.option.onClear && b.option.onClear(), s("confirm");
|
|
968
961
|
}
|
|
969
962
|
function g() {
|
|
970
963
|
s("reset");
|
|
@@ -975,29 +968,29 @@ const mn = { key: 0 }, gn = { class: "btns" }, pn = { class: "left" }, yn = { cl
|
|
|
975
968
|
function f() {
|
|
976
969
|
return je(a.form.items);
|
|
977
970
|
}
|
|
978
|
-
const c =
|
|
971
|
+
const c = ct(a.form.items);
|
|
979
972
|
function p() {
|
|
980
|
-
a.form.items.forEach((
|
|
981
|
-
const
|
|
982
|
-
|
|
973
|
+
a.form.items.forEach((b) => {
|
|
974
|
+
const x = c.find((w) => w.key == b.key);
|
|
975
|
+
x && (b.value = x.value);
|
|
983
976
|
});
|
|
984
977
|
}
|
|
985
|
-
return t({ getPrm: f, reset: p }), (
|
|
986
|
-
const
|
|
978
|
+
return t({ getPrm: f, reset: p }), (b, x) => {
|
|
979
|
+
const w = O("el-input"), E = O("el-date-picker"), V = O("el-form-item"), Y = O("el-form"), F = O("el-link"), G = O("el-button");
|
|
987
980
|
return L(), ie("div", {
|
|
988
981
|
class: "searchBar-container mgt10 mgb10",
|
|
989
|
-
onKeydown:
|
|
982
|
+
onKeydown: Dt(m, ["enter"])
|
|
990
983
|
}, [
|
|
991
984
|
re("div", {
|
|
992
985
|
class: "searchBar",
|
|
993
|
-
style:
|
|
986
|
+
style: zt({ height: o.value ? "auto" : "42px" })
|
|
994
987
|
}, [
|
|
995
988
|
M(Y, {
|
|
996
989
|
inline: "",
|
|
997
990
|
model: e.form.data
|
|
998
991
|
}, {
|
|
999
992
|
default: D(() => [
|
|
1000
|
-
(L(!0), ie(Oe, null,
|
|
993
|
+
(L(!0), ie(Oe, null, at(e.form.items.filter((_) => !_.hidden), (_) => (L(), ie(Oe, {
|
|
1001
994
|
key: _.key
|
|
1002
995
|
}, [
|
|
1003
996
|
_.type == "br" ? (L(), ie("br", mn)) : (L(), N(V, {
|
|
@@ -1005,16 +998,16 @@ const mn = { key: 0 }, gn = { class: "btns" }, pn = { class: "left" }, yn = { cl
|
|
|
1005
998
|
label: _.name
|
|
1006
999
|
}, {
|
|
1007
1000
|
default: D(() => {
|
|
1008
|
-
var
|
|
1001
|
+
var C, k;
|
|
1009
1002
|
return [
|
|
1010
|
-
_.type === "input" ? (L(), N(
|
|
1003
|
+
_.type === "input" ? (L(), N(w, {
|
|
1011
1004
|
key: 0,
|
|
1012
1005
|
modelValue: _.value,
|
|
1013
1006
|
"onUpdate:modelValue": (U) => _.value = U,
|
|
1014
|
-
class:
|
|
1015
|
-
placeholder:
|
|
1007
|
+
class: rt(((C = _.option) == null ? void 0 : C.class) || "w150"),
|
|
1008
|
+
placeholder: b.$t("qing-shu-ru"),
|
|
1016
1009
|
clearable: ""
|
|
1017
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "class", "placeholder"])) : _.type === "custom" ? (L(), N(
|
|
1010
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "class", "placeholder"])) : _.type === "custom" ? (L(), N(st(_.render), { key: 1 })) : fe("", !0),
|
|
1018
1011
|
_.type === "select" ? (L(), N(cn, ue({
|
|
1019
1012
|
key: 2,
|
|
1020
1013
|
class: ((k = _.option) == null ? void 0 : k.class) || "w150",
|
|
@@ -1022,7 +1015,7 @@ const mn = { key: 0 }, gn = { class: "btns" }, pn = { class: "left" }, yn = { cl
|
|
|
1022
1015
|
"onUpdate:modelValue": (U) => _.value = U
|
|
1023
1016
|
}, { ref_for: !0 }, _.option, {
|
|
1024
1017
|
onChange: m,
|
|
1025
|
-
onClear: (U) =>
|
|
1018
|
+
onClear: (U) => v(_)
|
|
1026
1019
|
}), null, 16, ["class", "modelValue", "onUpdate:modelValue", "onClear"])) : fe("", !0),
|
|
1027
1020
|
_.type === "date" ? (L(), N(E, ue({
|
|
1028
1021
|
key: 3,
|
|
@@ -1033,9 +1026,9 @@ const mn = { key: 0 }, gn = { class: "btns" }, pn = { class: "left" }, yn = { cl
|
|
|
1033
1026
|
type: _.dateType || "date",
|
|
1034
1027
|
onFocus: (U) => l.value = _,
|
|
1035
1028
|
onChange: (U) => h(),
|
|
1036
|
-
placeholder:
|
|
1037
|
-
"start-placeholder":
|
|
1038
|
-
"end-placeholder":
|
|
1029
|
+
placeholder: b.$t("qing-xuan-ze"),
|
|
1030
|
+
"start-placeholder": b.$t("kai-shi-shi-jian"),
|
|
1031
|
+
"end-placeholder": b.$t("jie-shu-shi-jian")
|
|
1039
1032
|
}, { ref_for: !0 }, _.option), null, 16, ["class", "modelValue", "onUpdate:modelValue", "value-format", "type", "onFocus", "onChange", "placeholder", "start-placeholder", "end-placeholder"])) : fe("", !0)
|
|
1040
1033
|
];
|
|
1041
1034
|
}),
|
|
@@ -1048,21 +1041,21 @@ const mn = { key: 0 }, gn = { class: "btns" }, pn = { class: "left" }, yn = { cl
|
|
|
1048
1041
|
], 4),
|
|
1049
1042
|
re("div", gn, [
|
|
1050
1043
|
re("div", pn, [
|
|
1051
|
-
Q(
|
|
1044
|
+
Q(b.$slots, "table-header-left", {}, void 0, !0)
|
|
1052
1045
|
]),
|
|
1053
1046
|
re("div", yn, [
|
|
1054
|
-
M(
|
|
1047
|
+
M(F, {
|
|
1055
1048
|
underline: "never",
|
|
1056
1049
|
class: "mgr10",
|
|
1057
|
-
onClick:
|
|
1050
|
+
onClick: x[0] || (x[0] = () => {
|
|
1058
1051
|
s("visibleChange", !o.value), o.value = !o.value;
|
|
1059
1052
|
})
|
|
1060
1053
|
}, {
|
|
1061
1054
|
default: D(() => [
|
|
1062
|
-
M(
|
|
1055
|
+
M(yt, {
|
|
1063
1056
|
name: o.value ? "ArrowUp" : "ArrowDown"
|
|
1064
1057
|
}, null, 8, ["name"]),
|
|
1065
|
-
ne(" " + ee(
|
|
1058
|
+
ne(" " + ee(y.value), 1)
|
|
1066
1059
|
]),
|
|
1067
1060
|
_: 1
|
|
1068
1061
|
}),
|
|
@@ -1071,7 +1064,7 @@ const mn = { key: 0 }, gn = { class: "btns" }, pn = { class: "left" }, yn = { cl
|
|
|
1071
1064
|
onClick: m
|
|
1072
1065
|
}, {
|
|
1073
1066
|
default: D(() => [
|
|
1074
|
-
ne(ee(
|
|
1067
|
+
ne(ee(b.$t("shai-xuan")), 1)
|
|
1075
1068
|
]),
|
|
1076
1069
|
_: 1
|
|
1077
1070
|
}),
|
|
@@ -1080,17 +1073,17 @@ const mn = { key: 0 }, gn = { class: "btns" }, pn = { class: "left" }, yn = { cl
|
|
|
1080
1073
|
onClick: g
|
|
1081
1074
|
}, {
|
|
1082
1075
|
default: D(() => [
|
|
1083
|
-
ne(ee(
|
|
1076
|
+
ne(ee(b.$t("chong-zhi")), 1)
|
|
1084
1077
|
]),
|
|
1085
1078
|
_: 1
|
|
1086
1079
|
}),
|
|
1087
|
-
Q(
|
|
1080
|
+
Q(b.$slots, "btn", {}, void 0, !0)
|
|
1088
1081
|
])
|
|
1089
1082
|
])
|
|
1090
1083
|
], 32);
|
|
1091
1084
|
};
|
|
1092
1085
|
}
|
|
1093
|
-
}, bn = /* @__PURE__ */ Se(vn, [["__scopeId", "data-v-6c7679eb"]]),
|
|
1086
|
+
}, bn = /* @__PURE__ */ Se(vn, [["__scopeId", "data-v-6c7679eb"]]), vt = {
|
|
1094
1087
|
// 分页参数名
|
|
1095
1088
|
pageNoKey: "pageNo",
|
|
1096
1089
|
// 页码参数名
|
|
@@ -1120,7 +1113,7 @@ const mn = { key: 0 }, gn = { class: "btns" }, pn = { class: "left" }, yn = { cl
|
|
|
1120
1113
|
enableCellCopy: !0
|
|
1121
1114
|
// 是否启用单元格选区复制功能
|
|
1122
1115
|
};
|
|
1123
|
-
let _e = { ...
|
|
1116
|
+
let _e = { ...vt };
|
|
1124
1117
|
function Xn(e) {
|
|
1125
1118
|
_e = {
|
|
1126
1119
|
..._e,
|
|
@@ -1135,7 +1128,7 @@ function wn() {
|
|
|
1135
1128
|
return _e;
|
|
1136
1129
|
}
|
|
1137
1130
|
function Qn() {
|
|
1138
|
-
_e = { ...
|
|
1131
|
+
_e = { ...vt };
|
|
1139
1132
|
}
|
|
1140
1133
|
const Cn = { class: "center" }, xn = {
|
|
1141
1134
|
__name: "index",
|
|
@@ -1174,25 +1167,25 @@ const Cn = { class: "center" }, xn = {
|
|
|
1174
1167
|
}
|
|
1175
1168
|
},
|
|
1176
1169
|
setup(e, { expose: t }) {
|
|
1177
|
-
const { t: n, locale: a } = pe(), s =
|
|
1170
|
+
const { t: n, locale: a } = pe(), s = Ut(), o = wn(), l = e, r = P(!1), i = P([]);
|
|
1178
1171
|
l.searchForm.showSearch === void 0 && (l.searchForm.showSearch = o.showSearch), l.searchForm.showPage === void 0 && (l.searchForm.showPage = o.showPage), l.searchForm.showShadow === void 0 && (l.searchForm.showShadow = o.showShadow), l.searchForm.showCheckBox === void 0 && (l.searchForm.showCheckBox = o.showCheckBox), l.searchForm.enableCellCopy === void 0 && (l.searchForm.enableCellCopy = o.enableCellCopy), l.searchForm.selections || (l.searchForm.selections = []);
|
|
1179
|
-
const
|
|
1172
|
+
const y = ce(() => {
|
|
1180
1173
|
const d = s.path.replace(/\//g, "-").replace(/^-/, "") || "default-table";
|
|
1181
1174
|
return l.id ? `listPageId-${d}-${l.id}` : `listPageId-${d}`;
|
|
1182
|
-
}), m =
|
|
1183
|
-
[
|
|
1175
|
+
}), m = ct(l.searchForm.items), v = l.searchForm.pageNoKey || o.pageNoKey, g = l.searchForm.pageSizeKey || o.pageSizeKey, h = Fe({
|
|
1176
|
+
[v]: 1,
|
|
1184
1177
|
[g]: l.searchForm.defaultPageSize || o.defaultPageSize,
|
|
1185
1178
|
total: 0
|
|
1186
|
-
}), f = P(null), c = P(null), p = P(450),
|
|
1179
|
+
}), f = P(null), c = P(null), p = P(450), b = Re(() => {
|
|
1187
1180
|
we(() => {
|
|
1188
1181
|
if (!c.value)
|
|
1189
1182
|
return;
|
|
1190
1183
|
const u = c.value.getBoundingClientRect(), S = window.innerHeight, T = u.top, R = 100, Z = S - T - R, q = 200;
|
|
1191
1184
|
p.value = Math.max(Z, q);
|
|
1192
1185
|
});
|
|
1193
|
-
}, 100),
|
|
1194
|
-
|
|
1195
|
-
},
|
|
1186
|
+
}, 100), x = () => {
|
|
1187
|
+
b();
|
|
1188
|
+
}, w = () => {
|
|
1196
1189
|
if (!l.searchForm.enableCellCopy && !o.enableCellCopy)
|
|
1197
1190
|
return !1;
|
|
1198
1191
|
const d = f.value;
|
|
@@ -1201,16 +1194,16 @@ const Cn = { class: "center" }, xn = {
|
|
|
1201
1194
|
const u = d.$el;
|
|
1202
1195
|
return u.classList.add("cell-copy-enabled"), u.setAttribute("tabindex", "-1"), u.removeEventListener("mousedown", z), u.removeEventListener("mousemove", he), u.removeEventListener("mouseup", de), u.removeEventListener("keydown", Te), u.addEventListener("mousedown", z), u.addEventListener("mousemove", he), u.addEventListener("mouseup", de), u.addEventListener("keydown", Te), !0;
|
|
1203
1196
|
};
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1197
|
+
ot(() => {
|
|
1198
|
+
b(), window.addEventListener("resize", x), (l.searchForm.enableCellCopy || o.enableCellCopy) && (document.addEventListener("mouseup", He), document.addEventListener("mousedown", Ne), setTimeout(() => {
|
|
1199
|
+
w();
|
|
1207
1200
|
}, 500));
|
|
1208
|
-
}),
|
|
1201
|
+
}), Mt(() => {
|
|
1209
1202
|
(l.searchForm.enableCellCopy || o.enableCellCopy) && setTimeout(() => {
|
|
1210
|
-
|
|
1203
|
+
w();
|
|
1211
1204
|
}, 500);
|
|
1212
|
-
}),
|
|
1213
|
-
if (window.removeEventListener("resize",
|
|
1205
|
+
}), Ot(() => {
|
|
1206
|
+
if (window.removeEventListener("resize", x), l.searchForm.enableCellCopy || o.enableCellCopy) {
|
|
1214
1207
|
document.removeEventListener("mouseup", He), document.removeEventListener("mousedown", Ne);
|
|
1215
1208
|
const d = f.value;
|
|
1216
1209
|
if (d && d.$el) {
|
|
@@ -1223,7 +1216,7 @@ const Cn = { class: "center" }, xn = {
|
|
|
1223
1216
|
let V;
|
|
1224
1217
|
async function Y(d) {
|
|
1225
1218
|
const { dataFormat: u } = l.tableConfig;
|
|
1226
|
-
d[
|
|
1219
|
+
d[v] != 1 && (d.nextSearchAfter = V), r.value = !0;
|
|
1227
1220
|
const { code: S, data: T = {} } = await l.api(d).finally(() => {
|
|
1228
1221
|
r.value = !1, l.searchForm.selections = [];
|
|
1229
1222
|
});
|
|
@@ -1242,12 +1235,12 @@ const Cn = { class: "center" }, xn = {
|
|
|
1242
1235
|
}
|
|
1243
1236
|
i.value = u ? u(R) : R, h.total = Z, V = T.nextSearchAfter, (l.searchForm.enableCellCopy || o.enableCellCopy) && we(() => {
|
|
1244
1237
|
setTimeout(() => {
|
|
1245
|
-
|
|
1238
|
+
w();
|
|
1246
1239
|
}, 100);
|
|
1247
1240
|
});
|
|
1248
1241
|
}
|
|
1249
1242
|
}
|
|
1250
|
-
function
|
|
1243
|
+
function F(d = {}) {
|
|
1251
1244
|
const { searchData: u = () => ({}) } = l.tableConfig, S = u();
|
|
1252
1245
|
Y({
|
|
1253
1246
|
...h,
|
|
@@ -1261,18 +1254,18 @@ const Cn = { class: "center" }, xn = {
|
|
|
1261
1254
|
d && d(), l.searchForm.items.forEach((u) => {
|
|
1262
1255
|
const S = m.find((T) => Xe(u.key) && Xe(T.key) ? u.key.join(",") == T.key.join(",") : T.key == u.key);
|
|
1263
1256
|
S && (u.value = S.value);
|
|
1264
|
-
}),
|
|
1257
|
+
}), F();
|
|
1265
1258
|
}
|
|
1266
|
-
l.api && l.immediate &&
|
|
1259
|
+
l.api && l.immediate && F();
|
|
1267
1260
|
function _() {
|
|
1268
1261
|
return { ...h, ...je(l.searchForm.items) };
|
|
1269
1262
|
}
|
|
1270
|
-
const
|
|
1263
|
+
const C = () => {
|
|
1271
1264
|
const d = f.value;
|
|
1272
1265
|
d && d.clearSort();
|
|
1273
|
-
}, k =
|
|
1266
|
+
}, k = Fe({
|
|
1274
1267
|
storage: !0
|
|
1275
|
-
}), U =
|
|
1268
|
+
}), U = Fe({
|
|
1276
1269
|
drag: !0,
|
|
1277
1270
|
resizable: !0,
|
|
1278
1271
|
maxFixedSize: 0
|
|
@@ -1292,7 +1285,7 @@ const Cn = { class: "center" }, xn = {
|
|
|
1292
1285
|
"virtual-y-config": { enabled: !0, gt: 100 },
|
|
1293
1286
|
...S
|
|
1294
1287
|
};
|
|
1295
|
-
}), $ =
|
|
1288
|
+
}), $ = Fe({
|
|
1296
1289
|
isSelecting: !1,
|
|
1297
1290
|
// 是否正在选择
|
|
1298
1291
|
startCell: null,
|
|
@@ -1323,17 +1316,17 @@ const Cn = { class: "center" }, xn = {
|
|
|
1323
1316
|
return null;
|
|
1324
1317
|
let q = -1;
|
|
1325
1318
|
const se = u.getAttribute("data-colid");
|
|
1326
|
-
if (se && (q = T.getColumns().findIndex((
|
|
1327
|
-
const
|
|
1319
|
+
if (se && (q = T.getColumns().findIndex((I) => I.id === se)), q < 0) {
|
|
1320
|
+
const I = Array.from(S.querySelectorAll(".vxe-body--column")).indexOf(u), K = !!u.closest(".vxe-table--fixed-left-wrapper"), J = !!u.closest(".vxe-table--fixed-right-wrapper"), B = T.getColumns();
|
|
1328
1321
|
if (K) {
|
|
1329
1322
|
const X = B.filter((W) => W.fixed === "left");
|
|
1330
|
-
|
|
1323
|
+
I < X.length && (q = B.indexOf(X[I]));
|
|
1331
1324
|
} else if (J) {
|
|
1332
1325
|
const X = B.filter((W) => W.fixed === "right");
|
|
1333
|
-
|
|
1326
|
+
I < X.length && (q = B.indexOf(X[I]));
|
|
1334
1327
|
} else {
|
|
1335
1328
|
const X = l.searchForm.showCheckBox ? 1 : 0;
|
|
1336
|
-
q = B.filter((oe) => oe.fixed === "left").length +
|
|
1329
|
+
q = B.filter((oe) => oe.fixed === "left").length + I - X;
|
|
1337
1330
|
}
|
|
1338
1331
|
}
|
|
1339
1332
|
return q < 0 ? null : { rowIndex: R, colIndex: q, cell: u };
|
|
@@ -1381,10 +1374,10 @@ const Cn = { class: "center" }, xn = {
|
|
|
1381
1374
|
const d = $.startCell.rowIndex, u = $.endCell.rowIndex, S = $.startCell.colIndex, T = $.endCell.colIndex, R = Math.min(d, u), Z = Math.max(d, u), q = Math.min(S, T), se = Math.max(S, T);
|
|
1382
1375
|
$.selectedCells = [];
|
|
1383
1376
|
for (let A = R; A <= Z; A++)
|
|
1384
|
-
for (let
|
|
1377
|
+
for (let I = q; I <= se; I++)
|
|
1385
1378
|
$.selectedCells.push({
|
|
1386
1379
|
rowIndex: A,
|
|
1387
|
-
colIndex:
|
|
1380
|
+
colIndex: I
|
|
1388
1381
|
});
|
|
1389
1382
|
}, Ke = () => {
|
|
1390
1383
|
we(() => {
|
|
@@ -1404,7 +1397,7 @@ const Cn = { class: "center" }, xn = {
|
|
|
1404
1397
|
);
|
|
1405
1398
|
}), $.selectedCells.length === 0)
|
|
1406
1399
|
return;
|
|
1407
|
-
const S = d.getColumns(), T = $.selectedCells.map((K) => K.rowIndex), R = $.selectedCells.map((K) => K.colIndex), Z = Math.min(...T), q = Math.max(...T), se = Math.min(...R), A = Math.max(...R),
|
|
1400
|
+
const S = d.getColumns(), T = $.selectedCells.map((K) => K.rowIndex), R = $.selectedCells.map((K) => K.colIndex), Z = Math.min(...T), q = Math.max(...T), se = Math.min(...R), A = Math.max(...R), I = [
|
|
1408
1401
|
u.querySelector(".vxe-table--body-wrapper tbody"),
|
|
1409
1402
|
u.querySelector(".vxe-table--fixed-left-wrapper tbody"),
|
|
1410
1403
|
u.querySelector(".vxe-table--fixed-right-wrapper tbody")
|
|
@@ -1414,7 +1407,7 @@ const Cn = { class: "center" }, xn = {
|
|
|
1414
1407
|
if (!B)
|
|
1415
1408
|
return;
|
|
1416
1409
|
const X = B.fixed === "left", W = B.fixed === "right";
|
|
1417
|
-
for (const oe of
|
|
1410
|
+
for (const oe of I) {
|
|
1418
1411
|
const xe = oe.querySelectorAll(".vxe-body--row")[K];
|
|
1419
1412
|
if (!xe)
|
|
1420
1413
|
continue;
|
|
@@ -1437,27 +1430,27 @@ const Cn = { class: "center" }, xn = {
|
|
|
1437
1430
|
}
|
|
1438
1431
|
});
|
|
1439
1432
|
});
|
|
1440
|
-
},
|
|
1433
|
+
}, wt = async () => {
|
|
1441
1434
|
if ($.selectedCells.length === 0)
|
|
1442
1435
|
return;
|
|
1443
1436
|
const d = f.value;
|
|
1444
1437
|
if (!d)
|
|
1445
1438
|
return;
|
|
1446
1439
|
const u = d.$el, S = d.getColumns(), T = [...new Set($.selectedCells.map((A) => A.rowIndex))].sort(
|
|
1447
|
-
(A,
|
|
1440
|
+
(A, I) => A - I
|
|
1448
1441
|
), R = [...new Set($.selectedCells.map((A) => A.colIndex))].sort(
|
|
1449
|
-
(A,
|
|
1442
|
+
(A, I) => A - I
|
|
1450
1443
|
), Z = [
|
|
1451
1444
|
u.querySelector(".vxe-table--body-wrapper tbody"),
|
|
1452
1445
|
u.querySelector(".vxe-table--fixed-left-wrapper tbody"),
|
|
1453
1446
|
u.querySelector(".vxe-table--fixed-right-wrapper tbody")
|
|
1454
1447
|
].filter(Boolean), q = [];
|
|
1455
1448
|
T.forEach((A) => {
|
|
1456
|
-
const
|
|
1449
|
+
const I = [];
|
|
1457
1450
|
R.forEach((K) => {
|
|
1458
1451
|
const J = S[K];
|
|
1459
1452
|
if (!J) {
|
|
1460
|
-
|
|
1453
|
+
I.push("");
|
|
1461
1454
|
return;
|
|
1462
1455
|
}
|
|
1463
1456
|
const B = J.fixed === "left", X = J.fixed === "right";
|
|
@@ -1483,8 +1476,8 @@ const Cn = { class: "center" }, xn = {
|
|
|
1483
1476
|
break;
|
|
1484
1477
|
}
|
|
1485
1478
|
}
|
|
1486
|
-
|
|
1487
|
-
}), q.push(
|
|
1479
|
+
I.push(W);
|
|
1480
|
+
}), q.push(I.join(" "));
|
|
1488
1481
|
});
|
|
1489
1482
|
const se = q.join(`
|
|
1490
1483
|
`);
|
|
@@ -1494,7 +1487,7 @@ const Cn = { class: "center" }, xn = {
|
|
|
1494
1487
|
console.error("复制失败:", A);
|
|
1495
1488
|
}
|
|
1496
1489
|
}, Te = (d) => {
|
|
1497
|
-
!l.searchForm.enableCellCopy && !o.enableCellCopy || ((d.ctrlKey || d.metaKey) && d.key === "c" ? $.selectedCells.length > 0 && (d.preventDefault(), d.stopPropagation(),
|
|
1490
|
+
!l.searchForm.enableCellCopy && !o.enableCellCopy || ((d.ctrlKey || d.metaKey) && d.key === "c" ? $.selectedCells.length > 0 && (d.preventDefault(), d.stopPropagation(), wt()) : d.key === "Escape" && ve());
|
|
1498
1491
|
}, He = () => {
|
|
1499
1492
|
$.isSelecting = !1;
|
|
1500
1493
|
}, Ne = (d) => {
|
|
@@ -1502,10 +1495,10 @@ const Cn = { class: "center" }, xn = {
|
|
|
1502
1495
|
if (!u || !u.$el)
|
|
1503
1496
|
return;
|
|
1504
1497
|
u.$el.contains(d.target) || ve();
|
|
1498
|
+
}, Ct = (d) => {
|
|
1499
|
+
h[v] = d, F();
|
|
1505
1500
|
}, xt = (d) => {
|
|
1506
|
-
h[
|
|
1507
|
-
}, kt = (d) => {
|
|
1508
|
-
h[g] = d, h[b] = 1, I();
|
|
1501
|
+
h[g] = d, h[v] = 1, F();
|
|
1509
1502
|
};
|
|
1510
1503
|
function We() {
|
|
1511
1504
|
const d = f.value.getCheckboxRecords();
|
|
@@ -1519,18 +1512,18 @@ const Cn = { class: "center" }, xn = {
|
|
|
1519
1512
|
l.searchForm.selections = S;
|
|
1520
1513
|
}
|
|
1521
1514
|
};
|
|
1522
|
-
return t({ tableRef: f, getList:
|
|
1515
|
+
return t({ tableRef: f, getList: F, getPrm: _, clearSort: C, calculateTableHeight: b }), (d, u) => {
|
|
1523
1516
|
var A;
|
|
1524
1517
|
const S = O("el-button"), T = O("el-checkbox"), R = O("el-text"), Z = O("vxe-column"), q = O("VxeTable"), se = O("el-pagination");
|
|
1525
1518
|
return L(), ie("div", {
|
|
1526
|
-
class:
|
|
1519
|
+
class: rt({ box: e.searchForm.showShadow })
|
|
1527
1520
|
}, [
|
|
1528
1521
|
e.searchForm.showSearch ? (L(), N(bn, {
|
|
1529
1522
|
key: 0,
|
|
1530
1523
|
form: e.searchForm,
|
|
1531
1524
|
onReset: G,
|
|
1532
|
-
onConfirm: u[1] || (u[1] = (
|
|
1533
|
-
onVisibleChange: H(
|
|
1525
|
+
onConfirm: u[1] || (u[1] = (I) => F()),
|
|
1526
|
+
onVisibleChange: H(b)
|
|
1534
1527
|
}, {
|
|
1535
1528
|
btn: D(() => [
|
|
1536
1529
|
u[3] || (u[3] = re("span", { class: "mgr10" }, null, -1)),
|
|
@@ -1538,10 +1531,10 @@ const Cn = { class: "center" }, xn = {
|
|
|
1538
1531
|
M(S, {
|
|
1539
1532
|
class: "mgl10",
|
|
1540
1533
|
round: "",
|
|
1541
|
-
onClick: u[0] || (u[0] = (
|
|
1534
|
+
onClick: u[0] || (u[0] = (I) => f.value.openCustom())
|
|
1542
1535
|
}, {
|
|
1543
1536
|
default: D(() => [
|
|
1544
|
-
M(
|
|
1537
|
+
M(yt, { name: "Tools" })
|
|
1545
1538
|
]),
|
|
1546
1539
|
_: 1
|
|
1547
1540
|
})
|
|
@@ -1554,7 +1547,7 @@ const Cn = { class: "center" }, xn = {
|
|
|
1554
1547
|
ref: c
|
|
1555
1548
|
}, [
|
|
1556
1549
|
M(q, ue({
|
|
1557
|
-
id:
|
|
1550
|
+
id: y.value,
|
|
1558
1551
|
ref_key: "tableRef",
|
|
1559
1552
|
ref: f,
|
|
1560
1553
|
loading: e.loading || r.value,
|
|
@@ -1574,7 +1567,7 @@ const Cn = { class: "center" }, xn = {
|
|
|
1574
1567
|
title: d.$t("xu-hao"),
|
|
1575
1568
|
fixed: "left"
|
|
1576
1569
|
}, {
|
|
1577
|
-
checkbox: D(({ rowIndex:
|
|
1570
|
+
checkbox: D(({ rowIndex: I, row: K, checked: J, disabled: B, indeterminate: X }) => [
|
|
1578
1571
|
re("div", Cn, [
|
|
1579
1572
|
J ? (L(), N(T, {
|
|
1580
1573
|
key: 0,
|
|
@@ -1594,7 +1587,7 @@ const Cn = { class: "center" }, xn = {
|
|
|
1594
1587
|
class: "mgl5"
|
|
1595
1588
|
}, {
|
|
1596
1589
|
default: D(() => [
|
|
1597
|
-
ne(ee(
|
|
1590
|
+
ne(ee(I + 1), 1)
|
|
1598
1591
|
]),
|
|
1599
1592
|
_: 2
|
|
1600
1593
|
}, 1024)
|
|
@@ -1609,16 +1602,16 @@ const Cn = { class: "center" }, xn = {
|
|
|
1609
1602
|
], 512),
|
|
1610
1603
|
e.searchForm.showPage ? (L(), N(se, {
|
|
1611
1604
|
key: 1,
|
|
1612
|
-
"current-page": h[H(
|
|
1613
|
-
"onUpdate:currentPage": u[2] || (u[2] = (
|
|
1605
|
+
"current-page": h[H(v)],
|
|
1606
|
+
"onUpdate:currentPage": u[2] || (u[2] = (I) => h[H(v)] = I),
|
|
1614
1607
|
class: "myPagination mgt10",
|
|
1615
1608
|
background: "",
|
|
1616
1609
|
layout: "total, sizes, prev, pager, next",
|
|
1617
1610
|
total: h.total,
|
|
1618
1611
|
"page-size": h[H(g)],
|
|
1619
1612
|
"page-sizes": e.searchForm.pageSizes || H(o).pageSizes,
|
|
1620
|
-
onCurrentChange:
|
|
1621
|
-
onSizeChange:
|
|
1613
|
+
onCurrentChange: Ct,
|
|
1614
|
+
onSizeChange: xt
|
|
1622
1615
|
}, null, 8, ["current-page", "total", "page-size", "page-sizes"])) : fe("", !0)
|
|
1623
1616
|
], 2);
|
|
1624
1617
|
};
|
|
@@ -1657,16 +1650,16 @@ const Cn = { class: "center" }, xn = {
|
|
|
1657
1650
|
}
|
|
1658
1651
|
}, kn = {
|
|
1659
1652
|
mounted(e, t) {
|
|
1660
|
-
t.value &&
|
|
1653
|
+
t.value && et(e);
|
|
1661
1654
|
},
|
|
1662
1655
|
updated(e, t) {
|
|
1663
|
-
t.value ?
|
|
1656
|
+
t.value ? et(e) : tt(e);
|
|
1664
1657
|
},
|
|
1665
1658
|
beforeUnmount(e) {
|
|
1666
|
-
|
|
1659
|
+
tt(e);
|
|
1667
1660
|
}
|
|
1668
1661
|
};
|
|
1669
|
-
async function
|
|
1662
|
+
async function et(e) {
|
|
1670
1663
|
await g();
|
|
1671
1664
|
const t = e.querySelector(".el-dialog");
|
|
1672
1665
|
if (!t)
|
|
@@ -1699,7 +1692,7 @@ async function tt(e) {
|
|
|
1699
1692
|
y: 0
|
|
1700
1693
|
}
|
|
1701
1694
|
};
|
|
1702
|
-
n.addEventListener("mousedown", i), document.addEventListener("mousemove",
|
|
1695
|
+
n.addEventListener("mousedown", i), document.addEventListener("mousemove", y), document.addEventListener("mouseup", m), window.addEventListener("resize", v);
|
|
1703
1696
|
function l() {
|
|
1704
1697
|
o.mouse.x - o.drag.x >= o.dialog.x && (o.drag.x = o.mouse.x - o.dialog.x), o.drag.x - o.mouse.x >= o.window.width - (o.dialog.x + o.dialog.width) && (o.drag.x = o.mouse.x + o.window.width - o.dialog.x - o.dialog.width), o.mouse.y - o.drag.y >= o.dialog.y && (o.drag.y = o.mouse.y - o.dialog.y), o.drag.y - o.mouse.y >= o.window.height - (o.dialog.y + o.dialog.height) && (o.drag.y = o.mouse.y + o.window.height - o.dialog.y - o.dialog.height), r();
|
|
1705
1698
|
}
|
|
@@ -1716,7 +1709,7 @@ async function tt(e) {
|
|
|
1716
1709
|
y: h.clientY
|
|
1717
1710
|
}, s = !0);
|
|
1718
1711
|
}
|
|
1719
|
-
function
|
|
1712
|
+
function y(h) {
|
|
1720
1713
|
s && (o.drag = {
|
|
1721
1714
|
x: h.clientX,
|
|
1722
1715
|
y: h.clientY
|
|
@@ -1725,7 +1718,7 @@ async function tt(e) {
|
|
|
1725
1718
|
function m(h) {
|
|
1726
1719
|
a.style.userSelect = "auto", s = !1;
|
|
1727
1720
|
}
|
|
1728
|
-
function
|
|
1721
|
+
function v(h) {
|
|
1729
1722
|
}
|
|
1730
1723
|
function g() {
|
|
1731
1724
|
return new Promise((h, f) => {
|
|
@@ -1734,9 +1727,9 @@ async function tt(e) {
|
|
|
1734
1727
|
}, 500);
|
|
1735
1728
|
});
|
|
1736
1729
|
}
|
|
1737
|
-
e.__mouseDown__ = i, e.__mouseUp__ = m, e.__mouseMove__ =
|
|
1730
|
+
e.__mouseDown__ = i, e.__mouseUp__ = m, e.__mouseMove__ = y, e.__sizeChange__ = v;
|
|
1738
1731
|
}
|
|
1739
|
-
function
|
|
1732
|
+
function tt(e) {
|
|
1740
1733
|
document.removeEventListener("mousedown", e.__mouseDown__), document.removeEventListener("mousemove", e.__mouseMove__), document.removeEventListener("mouseup", e.__mouseUp__), window.removeEventListener("resize", e.__sizeChange__);
|
|
1741
1734
|
}
|
|
1742
1735
|
const _n = {
|
|
@@ -1766,7 +1759,7 @@ const _n = {
|
|
|
1766
1759
|
a("confirm");
|
|
1767
1760
|
}, 300);
|
|
1768
1761
|
async function l() {
|
|
1769
|
-
n.layer.type == "drawer" ? n.layer.onClose ? n.layer.onClose() : await
|
|
1762
|
+
n.layer.type == "drawer" ? n.layer.onClose ? n.layer.onClose() : await Et.confirm(s("que-ding-guan-bi-ma"), {
|
|
1770
1763
|
confirmButtonText: s("que-ding"),
|
|
1771
1764
|
cancelButtonText: s("qu-xiao"),
|
|
1772
1765
|
type: "warning"
|
|
@@ -1774,7 +1767,7 @@ const _n = {
|
|
|
1774
1767
|
}) == "confirm" && (n.layer.show = !1) : n.layer.show = !1;
|
|
1775
1768
|
}
|
|
1776
1769
|
return (r, i) => {
|
|
1777
|
-
const
|
|
1770
|
+
const y = O("el-button"), m = O("el-drawer"), v = O("el-dialog");
|
|
1778
1771
|
return e.layer.type ? (L(), N(m, {
|
|
1779
1772
|
key: 0,
|
|
1780
1773
|
modelValue: e.layer.show,
|
|
@@ -1791,13 +1784,13 @@ const _n = {
|
|
|
1791
1784
|
i[2] || (i[2] = re("p", { class: "mgt50" }, null, -1)),
|
|
1792
1785
|
e.layer.showButton ? (L(), ie("div", _n, [
|
|
1793
1786
|
Q(r.$slots, "btn", {}, () => [
|
|
1794
|
-
M(
|
|
1787
|
+
M(y, { onClick: l }, {
|
|
1795
1788
|
default: D(() => [
|
|
1796
1789
|
ne(ee(r.$t("qu-xiao")), 1)
|
|
1797
1790
|
]),
|
|
1798
1791
|
_: 1
|
|
1799
1792
|
}),
|
|
1800
|
-
M(
|
|
1793
|
+
M(y, {
|
|
1801
1794
|
type: "primary",
|
|
1802
1795
|
loading: e.loading,
|
|
1803
1796
|
onClick: H(o)
|
|
@@ -1811,15 +1804,15 @@ const _n = {
|
|
|
1811
1804
|
])) : fe("", !0)
|
|
1812
1805
|
]),
|
|
1813
1806
|
_: 3
|
|
1814
|
-
}, 8, ["modelValue", "size", "title"])) :
|
|
1815
|
-
M(
|
|
1807
|
+
}, 8, ["modelValue", "size", "title"])) : Vt((L(), ie("div", $n, [
|
|
1808
|
+
M(v, {
|
|
1816
1809
|
"close-on-click-modal": !1,
|
|
1817
1810
|
modelValue: e.layer.show,
|
|
1818
1811
|
"onUpdate:modelValue": i[1] || (i[1] = (g) => e.layer.show = g),
|
|
1819
1812
|
title: e.layer.title,
|
|
1820
1813
|
width: e.layer.width || 500,
|
|
1821
1814
|
center: ""
|
|
1822
|
-
},
|
|
1815
|
+
}, lt({
|
|
1823
1816
|
default: D(() => [
|
|
1824
1817
|
Q(r.$slots, "default")
|
|
1825
1818
|
]),
|
|
@@ -1829,13 +1822,13 @@ const _n = {
|
|
|
1829
1822
|
name: "footer",
|
|
1830
1823
|
fn: D(() => [
|
|
1831
1824
|
Q(r.$slots, "btn", {}, () => [
|
|
1832
|
-
M(
|
|
1825
|
+
M(y, { onClick: l }, {
|
|
1833
1826
|
default: D(() => [
|
|
1834
1827
|
ne(ee(r.$t("qu-xiao")), 1)
|
|
1835
1828
|
]),
|
|
1836
1829
|
_: 1
|
|
1837
1830
|
}),
|
|
1838
|
-
M(
|
|
1831
|
+
M(y, {
|
|
1839
1832
|
type: "primary",
|
|
1840
1833
|
onClick: H(o)
|
|
1841
1834
|
}, {
|
|
@@ -1865,12 +1858,12 @@ function oo(e, t = {}) {
|
|
|
1865
1858
|
password: /(?=.*\d)(?=.*[a-zA-Z])(?=.*[^a-zA-Z0-9]).{8,12}/,
|
|
1866
1859
|
email: /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/
|
|
1867
1860
|
}[e], { inForm: o, value: l, required: r, msg: i = n("validate.invalidInput") } = a;
|
|
1868
|
-
return o ? function(
|
|
1861
|
+
return o ? function(y, m, v) {
|
|
1869
1862
|
if (r) {
|
|
1870
|
-
s.test(m) ?
|
|
1863
|
+
s.test(m) ? v() : v(new Error(i));
|
|
1871
1864
|
return;
|
|
1872
1865
|
}
|
|
1873
|
-
m && !s.test(m) ?
|
|
1866
|
+
m && !s.test(m) ? v(new Error(i)) : v();
|
|
1874
1867
|
} : s.test(l);
|
|
1875
1868
|
}
|
|
1876
1869
|
class lo {
|
|
@@ -2086,21 +2079,21 @@ function ao(e, t = {}) {
|
|
|
2086
2079
|
log: !1,
|
|
2087
2080
|
params: null,
|
|
2088
2081
|
format: null
|
|
2089
|
-
}, t), { manual: s, log: o, params: l = {}, cb: r, format: i } = a,
|
|
2082
|
+
}, t), { manual: s, log: o, params: l = {}, cb: r, format: i } = a, y = P([]), m = P(!1), v = (g) => {
|
|
2090
2083
|
const h = g || l;
|
|
2091
2084
|
m.value = !0, e(h).then((f) => {
|
|
2092
|
-
const { code: c, data: p, msg:
|
|
2085
|
+
const { code: c, data: p, msg: b } = f;
|
|
2093
2086
|
if (r) {
|
|
2094
|
-
const { records:
|
|
2095
|
-
|
|
2087
|
+
const { records: x, rows: w } = p || {}, E = x || w ? x || w : p;
|
|
2088
|
+
y.value = Me(E, i), r(f);
|
|
2096
2089
|
}
|
|
2097
2090
|
if (p) {
|
|
2098
2091
|
if (p.records != null || p.rows != null) {
|
|
2099
|
-
const { records:
|
|
2100
|
-
h && h.total != null && (l.total = parseInt(E)),
|
|
2092
|
+
const { records: x, rows: w, total: E = 0 } = p || {};
|
|
2093
|
+
h && h.total != null && (l.total = parseInt(E)), y.value = Me(x || w || [], i);
|
|
2101
2094
|
} else
|
|
2102
|
-
|
|
2103
|
-
o && console.log("useRequest-res",
|
|
2095
|
+
y.value = Me(p, i);
|
|
2096
|
+
o && console.log("useRequest-res", y.value);
|
|
2104
2097
|
}
|
|
2105
2098
|
}).catch((f) => {
|
|
2106
2099
|
r && (console.log("useRequestErr", f), r({ code: 500 }));
|
|
@@ -2108,7 +2101,7 @@ function ao(e, t = {}) {
|
|
|
2108
2101
|
m.value = !1;
|
|
2109
2102
|
});
|
|
2110
2103
|
};
|
|
2111
|
-
return s ||
|
|
2104
|
+
return s || v(), [m, y, v];
|
|
2112
2105
|
}
|
|
2113
2106
|
function so(e) {
|
|
2114
2107
|
const t = P(e), n = P(""), a = P("");
|
|
@@ -2148,32 +2141,32 @@ function co(e, t = "zh_cn", n = "en_us") {
|
|
|
2148
2141
|
return e[a[o]] || e[t] || "-";
|
|
2149
2142
|
}
|
|
2150
2143
|
function uo(e, t) {
|
|
2151
|
-
let n =
|
|
2152
|
-
return typeof e == "string" && e.length > 0 && (n = Be(e).mapState),
|
|
2144
|
+
let n = Pt;
|
|
2145
|
+
return typeof e == "string" && e.length > 0 && (n = Be(e).mapState), bt(t, n);
|
|
2153
2146
|
}
|
|
2154
2147
|
function fo(e, t) {
|
|
2155
|
-
let n =
|
|
2156
|
-
return typeof e == "string" && e.length > 0 && (n = Be(e).mapGetters),
|
|
2148
|
+
let n = Rt;
|
|
2149
|
+
return typeof e == "string" && e.length > 0 && (n = Be(e).mapGetters), bt(t, n);
|
|
2157
2150
|
}
|
|
2158
2151
|
function ho(e, t) {
|
|
2159
|
-
let n =
|
|
2152
|
+
let n = Bt;
|
|
2160
2153
|
return typeof e == "string" && e.length > 0 && (n = Be(e).mapActions), Sn(t, n);
|
|
2161
2154
|
}
|
|
2162
|
-
function
|
|
2163
|
-
const n =
|
|
2155
|
+
function bt(e, t) {
|
|
2156
|
+
const n = ut(), a = t(e), s = {};
|
|
2164
2157
|
return Object.keys(a).forEach((o) => {
|
|
2165
2158
|
const l = a[o].bind({ $store: n });
|
|
2166
2159
|
s[o] = ce(l);
|
|
2167
2160
|
}), s;
|
|
2168
2161
|
}
|
|
2169
2162
|
function Sn(e, t) {
|
|
2170
|
-
const n =
|
|
2163
|
+
const n = ut(), a = t(e), s = {};
|
|
2171
2164
|
return Object.keys(a).forEach((o) => {
|
|
2172
2165
|
s[o] = a[o].bind({ $store: n });
|
|
2173
2166
|
}), s;
|
|
2174
2167
|
}
|
|
2175
|
-
function
|
|
2176
|
-
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !
|
|
2168
|
+
function Ie(e) {
|
|
2169
|
+
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !qt(e);
|
|
2177
2170
|
}
|
|
2178
2171
|
function mo() {
|
|
2179
2172
|
ke.renderer.add("Enum", {
|
|
@@ -2187,11 +2180,11 @@ function mo() {
|
|
|
2187
2180
|
let s;
|
|
2188
2181
|
return M(O("el-text"), {
|
|
2189
2182
|
type: e.enum.getTag(a)
|
|
2190
|
-
},
|
|
2183
|
+
}, Ie(s = e.enum.getName(a)) ? s : {
|
|
2191
2184
|
default: () => [s]
|
|
2192
2185
|
});
|
|
2193
2186
|
}
|
|
2194
|
-
return M(O("el-text"), null,
|
|
2187
|
+
return M(O("el-text"), null, Ie(n = e.enum.getName(a)) ? n : {
|
|
2195
2188
|
default: () => [n]
|
|
2196
2189
|
});
|
|
2197
2190
|
}
|
|
@@ -2213,7 +2206,7 @@ function mo() {
|
|
|
2213
2206
|
locale: n
|
|
2214
2207
|
} = pe();
|
|
2215
2208
|
let a = n.value == "zh_cn";
|
|
2216
|
-
return M(
|
|
2209
|
+
return M(It, {
|
|
2217
2210
|
type: t.row[t.column.field] ? "success" : "danger"
|
|
2218
2211
|
}, {
|
|
2219
2212
|
default: () => [t.row[t.column.field] ? a ? "是" : "YES" : a ? "否" : "NO"]
|
|
@@ -2232,34 +2225,34 @@ function mo() {
|
|
|
2232
2225
|
// 默认显示模板
|
|
2233
2226
|
renderTableDefault(e, t) {
|
|
2234
2227
|
let n = t.column.field;
|
|
2235
|
-
const a =
|
|
2228
|
+
const a = jt(), {
|
|
2236
2229
|
multiple: s,
|
|
2237
2230
|
to: o,
|
|
2238
2231
|
openType: l = "system"
|
|
2239
2232
|
} = e, r = t.row[n];
|
|
2240
|
-
function i(
|
|
2241
|
-
l == "blank" ? window.open(
|
|
2242
|
-
path:
|
|
2233
|
+
function i(y, m) {
|
|
2234
|
+
l == "blank" ? window.open(y) : a.push({
|
|
2235
|
+
path: y,
|
|
2243
2236
|
query: {
|
|
2244
2237
|
[n]: m
|
|
2245
2238
|
}
|
|
2246
2239
|
});
|
|
2247
2240
|
}
|
|
2248
2241
|
if (s) {
|
|
2249
|
-
const
|
|
2250
|
-
return
|
|
2242
|
+
const y = (r == null ? void 0 : r.split(",")) || [];
|
|
2243
|
+
return y.map((m, v) => M("span", null, [M(Ge, {
|
|
2251
2244
|
underline: "never",
|
|
2252
2245
|
type: "primary",
|
|
2253
2246
|
onclick: () => i(l == "stystem" ? o : m, m)
|
|
2254
|
-
},
|
|
2247
|
+
}, Ie(m) ? m : {
|
|
2255
2248
|
default: () => [m]
|
|
2256
|
-
}),
|
|
2249
|
+
}), v < y.length - 1 ? "," : ""]));
|
|
2257
2250
|
}
|
|
2258
2251
|
return M(Ge, {
|
|
2259
2252
|
underline: "never",
|
|
2260
2253
|
type: "primary",
|
|
2261
2254
|
onclick: () => i(l == "stystem" ? o : r, r)
|
|
2262
|
-
},
|
|
2255
|
+
}, Ie(r) ? r : {
|
|
2263
2256
|
default: () => [r]
|
|
2264
2257
|
});
|
|
2265
2258
|
}
|
|
@@ -2267,7 +2260,7 @@ function mo() {
|
|
|
2267
2260
|
}
|
|
2268
2261
|
export {
|
|
2269
2262
|
cn as CmpDictionary,
|
|
2270
|
-
|
|
2263
|
+
yt as CmpIcon,
|
|
2271
2264
|
Gn as ConfrimButton,
|
|
2272
2265
|
to as DownExcelTemp,
|
|
2273
2266
|
Jn as ImportButton,
|
|
@@ -2276,7 +2269,7 @@ export {
|
|
|
2276
2269
|
eo as ListPage,
|
|
2277
2270
|
lo as OnePortalCasSDK,
|
|
2278
2271
|
bn as SearchBar,
|
|
2279
|
-
|
|
2272
|
+
Qe as StatusMap,
|
|
2280
2273
|
Pn as _toRaw,
|
|
2281
2274
|
ro as _typeOf,
|
|
2282
2275
|
Bn as arrToStatusMap,
|
|
@@ -2294,14 +2287,14 @@ export {
|
|
|
2294
2287
|
co as getLocaleValue,
|
|
2295
2288
|
Zn as getValueBykey,
|
|
2296
2289
|
An as importExcel,
|
|
2297
|
-
|
|
2298
|
-
|
|
2290
|
+
tn as importExcelMuilti,
|
|
2291
|
+
Wt as messages,
|
|
2299
2292
|
mo as registerVxeRenderers,
|
|
2300
2293
|
Qn as resetListPageConfig,
|
|
2301
2294
|
Xn as setListPageConfig,
|
|
2302
|
-
|
|
2295
|
+
Zt as setupI18n,
|
|
2303
2296
|
jn as sleep,
|
|
2304
|
-
|
|
2297
|
+
pt as stringToArray,
|
|
2305
2298
|
Yn as stripHtmlTags,
|
|
2306
2299
|
Kn as unicode2Str,
|
|
2307
2300
|
ho as useActions,
|