joy-admin-components 0.2.70 → 0.2.72
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,69 +1,69 @@
|
|
|
1
|
-
import { ElForm as
|
|
2
|
-
import { defineComponent as
|
|
3
|
-
import { saveAs as
|
|
1
|
+
import { ElForm as $t, ElRow as St, ElCol as Ft, ElMessageBox as Lt, ElInputNumber as Et, ElText as It, ElLink as Je } from "element-plus";
|
|
2
|
+
import { defineComponent as ot, ref as j, onMounted as lt, h as Me, mergeModels as Xe, useAttrs as Tt, useModel as Dt, computed as ce, watch as je, resolveComponent as q, unref as H, openBlock as I, createBlock as N, mergeProps as ue, createSlots as at, withCtx as M, createElementVNode as se, toDisplayString as te, renderSlot as ee, createVNode as V, createTextVNode as ne, createCommentVNode as he, createElementBlock as ie, Fragment as Oe, renderList as rt, withModifiers as Ve, nextTick as Ce, resolveDynamicComponent as st, withKeys as Mt, normalizeStyle as zt, normalizeClass as it, reactive as Le, onUpdated as Ot, onUnmounted as Vt, withDirectives as qt, isVNode as Pt } from "vue";
|
|
3
|
+
import { saveAs as ct } from "file-saver";
|
|
4
4
|
import Ie from "exceljs";
|
|
5
5
|
import Se from "dayjs";
|
|
6
|
-
import { createI18n as At, useI18n as
|
|
7
|
-
import { debounce as Re, cloneDeep as
|
|
6
|
+
import { createI18n as At, useI18n as ye } from "vue-i18n";
|
|
7
|
+
import { debounce as Re, cloneDeep as ut, isArray as Qe } from "lodash";
|
|
8
8
|
import { useRoute as Ut, useRouter as jt } from "vue-router";
|
|
9
|
-
import { createNamespacedHelpers as Be, useStore as
|
|
10
|
-
import { VxeUI as
|
|
11
|
-
const
|
|
9
|
+
import { createNamespacedHelpers as Be, useStore as dt, mapState as Rt, mapGetters as Bt, mapActions as Yt } from "vuex";
|
|
10
|
+
import { VxeUI as fe } from "vxe-pc-ui";
|
|
11
|
+
const Kn = ot({
|
|
12
12
|
name: "LayOutForm",
|
|
13
13
|
setup(e, { slots: t, attrs: n, emit: a }) {
|
|
14
|
-
const
|
|
15
|
-
(
|
|
16
|
-
var i,
|
|
17
|
-
return
|
|
18
|
-
|
|
14
|
+
const r = j(null), o = () => t.default ? t.default().filter((s) => s.type !== Symbol.for("v-cmt")).map((s) => s.type === Symbol.for("v-fgt") ? s.children : s).flat().map(
|
|
15
|
+
(s) => {
|
|
16
|
+
var i, g, m, y;
|
|
17
|
+
return Me(
|
|
18
|
+
Ft,
|
|
19
19
|
{
|
|
20
|
-
span: ((i =
|
|
20
|
+
span: ((i = s.props) == null ? void 0 : i.span) || ((m = (g = s.props) == null ? void 0 : g.colProps) == null ? void 0 : m.span) || 24,
|
|
21
21
|
//兼容老写法
|
|
22
|
-
...(y =
|
|
22
|
+
...(y = s.props) == null ? void 0 : y.colProps
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
|
-
default: () =>
|
|
25
|
+
default: () => s
|
|
26
26
|
}
|
|
27
27
|
);
|
|
28
28
|
}
|
|
29
29
|
) : null;
|
|
30
|
-
|
|
31
|
-
a("ref",
|
|
30
|
+
lt(() => {
|
|
31
|
+
a("ref", r.value);
|
|
32
32
|
});
|
|
33
33
|
function l() {
|
|
34
|
-
return
|
|
35
|
-
|
|
36
|
-
{ ...n, ref:
|
|
37
|
-
() =>
|
|
34
|
+
return Me(
|
|
35
|
+
$t,
|
|
36
|
+
{ ...n, ref: r },
|
|
37
|
+
() => Me(St, { gutter: n.gutter ?? 20 }, { default: () => o() })
|
|
38
38
|
);
|
|
39
39
|
}
|
|
40
40
|
return l;
|
|
41
41
|
}
|
|
42
42
|
});
|
|
43
|
-
var
|
|
44
|
-
function
|
|
43
|
+
var ft = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
44
|
+
function ht(e) {
|
|
45
45
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
46
46
|
}
|
|
47
|
-
var
|
|
47
|
+
var mt = { exports: {} };
|
|
48
48
|
(function(e, t) {
|
|
49
49
|
(function(n, a) {
|
|
50
50
|
e.exports = a();
|
|
51
|
-
})(
|
|
52
|
-
var n = "minute", a = /[+-]\d\d(?::?\d\d)?/g,
|
|
53
|
-
return function(o, l,
|
|
51
|
+
})(ft, function() {
|
|
52
|
+
var n = "minute", a = /[+-]\d\d(?::?\d\d)?/g, r = /([+-]|\d\d)/g;
|
|
53
|
+
return function(o, l, s) {
|
|
54
54
|
var i = l.prototype;
|
|
55
|
-
|
|
55
|
+
s.utc = function(c) {
|
|
56
56
|
var v = { date: c, utc: !0, args: arguments };
|
|
57
57
|
return new l(v);
|
|
58
58
|
}, i.utc = function(c) {
|
|
59
|
-
var v =
|
|
59
|
+
var v = s(this.toDate(), { locale: this.$L, utc: !0 });
|
|
60
60
|
return c ? v.add(this.utcOffset(), n) : v;
|
|
61
61
|
}, i.local = function() {
|
|
62
|
-
return
|
|
62
|
+
return s(this.toDate(), { locale: this.$L, utc: !1 });
|
|
63
63
|
};
|
|
64
|
-
var
|
|
64
|
+
var g = i.parse;
|
|
65
65
|
i.parse = function(c) {
|
|
66
|
-
c.utc && (this.$u = !0), this.$utils().u(c.$offset) || (this.$offset = c.$offset),
|
|
66
|
+
c.utc && (this.$u = !0), this.$utils().u(c.$offset) || (this.$offset = c.$offset), g.call(this, c);
|
|
67
67
|
};
|
|
68
68
|
var m = i.init;
|
|
69
69
|
i.init = function() {
|
|
@@ -78,12 +78,12 @@ var ht = { exports: {} };
|
|
|
78
78
|
var w = this.$utils().u;
|
|
79
79
|
if (w(c))
|
|
80
80
|
return this.$u ? 0 : w(this.$offset) ? y.call(this) : this.$offset;
|
|
81
|
-
if (typeof c == "string" && (c = function(
|
|
82
|
-
|
|
83
|
-
var Y =
|
|
81
|
+
if (typeof c == "string" && (c = function(z) {
|
|
82
|
+
z === void 0 && (z = "");
|
|
83
|
+
var Y = z.match(a);
|
|
84
84
|
if (!Y)
|
|
85
85
|
return null;
|
|
86
|
-
var
|
|
86
|
+
var L = ("" + Y[0]).match(r) || ["-", 0, 0], G = L[0], _ = 60 * +L[1] + +L[2];
|
|
87
87
|
return _ === 0 ? 0 : G === "+" ? _ : -_;
|
|
88
88
|
}(c), c === null))
|
|
89
89
|
return this;
|
|
@@ -96,10 +96,10 @@ var ht = { exports: {} };
|
|
|
96
96
|
var S = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
97
97
|
return (C = this.local().add(x + S, n)).$offset = x, C.$x.$localOffset = S, C;
|
|
98
98
|
};
|
|
99
|
-
var
|
|
99
|
+
var p = i.format;
|
|
100
100
|
i.format = function(c) {
|
|
101
101
|
var v = c || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
|
|
102
|
-
return
|
|
102
|
+
return p.call(this, v);
|
|
103
103
|
}, i.valueOf = function() {
|
|
104
104
|
var c = this.$utils().u(this.$offset) ? 0 : this.$offset + (this.$x.$localOffset || this.$d.getTimezoneOffset());
|
|
105
105
|
return this.$d.valueOf() - 6e4 * c;
|
|
@@ -112,87 +112,87 @@ var ht = { exports: {} };
|
|
|
112
112
|
};
|
|
113
113
|
var h = i.toDate;
|
|
114
114
|
i.toDate = function(c) {
|
|
115
|
-
return c === "s" && this.$offset ?
|
|
115
|
+
return c === "s" && this.$offset ? s(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : h.call(this);
|
|
116
116
|
};
|
|
117
117
|
var f = i.diff;
|
|
118
118
|
i.diff = function(c, v, w) {
|
|
119
119
|
if (c && this.$u === c.$u)
|
|
120
120
|
return f.call(this, c, v, w);
|
|
121
|
-
var x = this.local(), C =
|
|
121
|
+
var x = this.local(), C = s(c).local();
|
|
122
122
|
return f.call(x, C, v, w);
|
|
123
123
|
};
|
|
124
124
|
};
|
|
125
125
|
});
|
|
126
|
-
})(
|
|
127
|
-
var
|
|
128
|
-
const
|
|
129
|
-
var
|
|
126
|
+
})(mt);
|
|
127
|
+
var Kt = mt.exports;
|
|
128
|
+
const Ht = /* @__PURE__ */ ht(Kt);
|
|
129
|
+
var gt = { exports: {} };
|
|
130
130
|
(function(e, t) {
|
|
131
131
|
(function(n, a) {
|
|
132
132
|
e.exports = a();
|
|
133
|
-
})(
|
|
133
|
+
})(ft, function() {
|
|
134
134
|
var n = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }, a = {};
|
|
135
|
-
return function(
|
|
136
|
-
var
|
|
135
|
+
return function(r, o, l) {
|
|
136
|
+
var s, i = function(p, h, f) {
|
|
137
137
|
f === void 0 && (f = {});
|
|
138
|
-
var c = new Date(
|
|
138
|
+
var c = new Date(p), v = function(w, x) {
|
|
139
139
|
x === void 0 && (x = {});
|
|
140
|
-
var C = x.timeZoneName || "short", S = w + "|" + C,
|
|
141
|
-
return
|
|
140
|
+
var C = x.timeZoneName || "short", S = w + "|" + C, z = a[S];
|
|
141
|
+
return z || (z = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: w, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: C }), a[S] = z), z;
|
|
142
142
|
}(h, f);
|
|
143
143
|
return v.formatToParts(c);
|
|
144
|
-
},
|
|
145
|
-
for (var f = i(
|
|
144
|
+
}, g = function(p, h) {
|
|
145
|
+
for (var f = i(p, h), c = [], v = 0; v < f.length; v += 1) {
|
|
146
146
|
var w = f[v], x = w.type, C = w.value, S = n[x];
|
|
147
147
|
S >= 0 && (c[S] = parseInt(C, 10));
|
|
148
148
|
}
|
|
149
|
-
var
|
|
150
|
-
return (l.utc(
|
|
149
|
+
var z = c[3], Y = z === 24 ? 0 : z, L = c[0] + "-" + c[1] + "-" + c[2] + " " + Y + ":" + c[4] + ":" + c[5] + ":000", G = +p;
|
|
150
|
+
return (l.utc(L).valueOf() - (G -= G % 1e3)) / 6e4;
|
|
151
151
|
}, m = o.prototype;
|
|
152
|
-
m.tz = function(
|
|
153
|
-
|
|
154
|
-
var f, c = this.utcOffset(), v = this.toDate(), w = v.toLocaleString("en-US", { timeZone:
|
|
152
|
+
m.tz = function(p, h) {
|
|
153
|
+
p === void 0 && (p = s);
|
|
154
|
+
var f, c = this.utcOffset(), v = this.toDate(), w = v.toLocaleString("en-US", { timeZone: p }), x = Math.round((v - new Date(w)) / 1e3 / 60), C = 15 * -Math.round(v.getTimezoneOffset() / 15) - x;
|
|
155
155
|
if (!Number(C))
|
|
156
156
|
f = this.utcOffset(0, h);
|
|
157
157
|
else if (f = l(w, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(C, !0), h) {
|
|
158
158
|
var S = f.utcOffset();
|
|
159
159
|
f = f.add(c - S, "minute");
|
|
160
160
|
}
|
|
161
|
-
return f.$x.$timezone =
|
|
162
|
-
}, m.offsetName = function(
|
|
163
|
-
var h = this.$x.$timezone || l.tz.guess(), f = i(this.valueOf(), h, { timeZoneName:
|
|
161
|
+
return f.$x.$timezone = p, f;
|
|
162
|
+
}, m.offsetName = function(p) {
|
|
163
|
+
var h = this.$x.$timezone || l.tz.guess(), f = i(this.valueOf(), h, { timeZoneName: p }).find(function(c) {
|
|
164
164
|
return c.type.toLowerCase() === "timezonename";
|
|
165
165
|
});
|
|
166
166
|
return f && f.value;
|
|
167
167
|
};
|
|
168
168
|
var y = m.startOf;
|
|
169
|
-
m.startOf = function(
|
|
169
|
+
m.startOf = function(p, h) {
|
|
170
170
|
if (!this.$x || !this.$x.$timezone)
|
|
171
|
-
return y.call(this,
|
|
171
|
+
return y.call(this, p, h);
|
|
172
172
|
var f = l(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
|
|
173
|
-
return y.call(f,
|
|
174
|
-
}, l.tz = function(
|
|
175
|
-
var c = f && h, v = f || h ||
|
|
176
|
-
if (typeof
|
|
177
|
-
return l(
|
|
178
|
-
var x = function(Y,
|
|
179
|
-
var _ = Y - 60 *
|
|
180
|
-
if (
|
|
181
|
-
return [_,
|
|
182
|
-
var k =
|
|
173
|
+
return y.call(f, p, h).tz(this.$x.$timezone, !0);
|
|
174
|
+
}, l.tz = function(p, h, f) {
|
|
175
|
+
var c = f && h, v = f || h || s, w = g(+l(), v);
|
|
176
|
+
if (typeof p != "string")
|
|
177
|
+
return l(p).tz(v);
|
|
178
|
+
var x = function(Y, L, G) {
|
|
179
|
+
var _ = Y - 60 * L * 1e3, b = g(_, G);
|
|
180
|
+
if (L === b)
|
|
181
|
+
return [_, L];
|
|
182
|
+
var k = g(_ -= 60 * (b - L) * 1e3, G);
|
|
183
183
|
return b === k ? [_, b] : [Y - 60 * Math.min(b, k) * 1e3, Math.max(b, k)];
|
|
184
|
-
}(l.utc(
|
|
185
|
-
return
|
|
184
|
+
}(l.utc(p, c).valueOf(), w, v), C = x[0], S = x[1], z = l(C).utcOffset(S);
|
|
185
|
+
return z.$x.$timezone = v, z;
|
|
186
186
|
}, l.tz.guess = function() {
|
|
187
187
|
return Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
188
|
-
}, l.tz.setDefault = function(
|
|
189
|
-
|
|
188
|
+
}, l.tz.setDefault = function(p) {
|
|
189
|
+
s = p;
|
|
190
190
|
};
|
|
191
191
|
};
|
|
192
192
|
});
|
|
193
|
-
})(
|
|
194
|
-
var
|
|
195
|
-
const
|
|
193
|
+
})(gt);
|
|
194
|
+
var Nt = gt.exports;
|
|
195
|
+
const Wt = /* @__PURE__ */ ht(Nt), qe = {
|
|
196
196
|
// 组件通用文本
|
|
197
197
|
"dao-ru": "导入",
|
|
198
198
|
"quan-xuan": "全选",
|
|
@@ -227,7 +227,7 @@ const Nt = /* @__PURE__ */ ft(Ht), qe = {
|
|
|
227
227
|
tools: {
|
|
228
228
|
keysLengthError: "keys 长度必须大于2 默认前两位为 label value"
|
|
229
229
|
}
|
|
230
|
-
},
|
|
230
|
+
}, Pe = {
|
|
231
231
|
// Common component text
|
|
232
232
|
"dao-ru": "Import",
|
|
233
233
|
"quan-xuan": "Select All",
|
|
@@ -262,124 +262,124 @@ const Nt = /* @__PURE__ */ ft(Ht), qe = {
|
|
|
262
262
|
tools: {
|
|
263
263
|
keysLengthError: "Keys length must be greater than 2, default first two are label and value"
|
|
264
264
|
}
|
|
265
|
-
},
|
|
265
|
+
}, Zt = {
|
|
266
266
|
zh_cn: qe,
|
|
267
|
-
en_us:
|
|
267
|
+
en_us: Pe
|
|
268
268
|
};
|
|
269
|
-
let
|
|
270
|
-
function
|
|
269
|
+
let we = null;
|
|
270
|
+
function Gt(e = null) {
|
|
271
271
|
if (e) {
|
|
272
272
|
const { global: t } = e;
|
|
273
|
-
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",
|
|
273
|
+
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", Pe) : t.setLocaleMessage("en_us", Pe), we = e, e;
|
|
274
274
|
}
|
|
275
|
-
return
|
|
275
|
+
return we || (we = At({
|
|
276
276
|
legacy: !1,
|
|
277
277
|
locale: "zh_cn",
|
|
278
278
|
fallbackLocale: "zh_cn",
|
|
279
|
-
messages:
|
|
280
|
-
})),
|
|
279
|
+
messages: Zt
|
|
280
|
+
})), we;
|
|
281
281
|
}
|
|
282
282
|
function Ye() {
|
|
283
|
-
return
|
|
283
|
+
return we || Gt();
|
|
284
284
|
}
|
|
285
|
-
function
|
|
285
|
+
function xe() {
|
|
286
286
|
return Ye().global.t;
|
|
287
287
|
}
|
|
288
|
-
Se.extend(
|
|
289
|
-
Se.extend(
|
|
290
|
-
async function
|
|
288
|
+
Se.extend(Ht);
|
|
289
|
+
Se.extend(Wt);
|
|
290
|
+
async function Hn(e, t) {
|
|
291
291
|
const { fields: n, range: a = 1 } = t;
|
|
292
292
|
if (!n) {
|
|
293
|
-
const l =
|
|
293
|
+
const l = xe();
|
|
294
294
|
throw new Error(l("excel.fieldsMappingRequired"));
|
|
295
295
|
}
|
|
296
|
-
let
|
|
297
|
-
await
|
|
296
|
+
let r = new Ie.Workbook();
|
|
297
|
+
await r.xlsx.load(e);
|
|
298
298
|
const o = {};
|
|
299
|
-
return
|
|
299
|
+
return r.eachSheet(function(l, s) {
|
|
300
300
|
const i = [];
|
|
301
|
-
l.eachRow(function(
|
|
301
|
+
l.eachRow(function(g, m) {
|
|
302
302
|
if (m > a) {
|
|
303
|
-
let y = {},
|
|
303
|
+
let y = {}, p = !0;
|
|
304
304
|
Object.keys(n).forEach((h) => {
|
|
305
|
-
const f =
|
|
306
|
-
y[h] = f, f && (
|
|
307
|
-
}),
|
|
305
|
+
const f = g.getCell(n[h]).value;
|
|
306
|
+
y[h] = f, f && (p = !1);
|
|
307
|
+
}), p || i.push(y);
|
|
308
308
|
}
|
|
309
309
|
}), o[l._name] = i;
|
|
310
|
-
}),
|
|
310
|
+
}), r = null, o;
|
|
311
311
|
}
|
|
312
|
-
const
|
|
312
|
+
const pt = {
|
|
313
313
|
columnWidth: 30
|
|
314
314
|
};
|
|
315
|
-
async function
|
|
315
|
+
async function Nn(e, t, n = [], a = {}) {
|
|
316
316
|
if (!e || !t)
|
|
317
317
|
return;
|
|
318
|
-
const { columnStyle:
|
|
318
|
+
const { columnStyle: r } = a, { columnWidth: o } = pt;
|
|
319
319
|
t.forEach((i) => {
|
|
320
320
|
i.width = i.width ? i.width : o;
|
|
321
321
|
});
|
|
322
|
-
const { workbook: l, worksheet:
|
|
323
|
-
|
|
322
|
+
const { workbook: l, worksheet: s } = Jt();
|
|
323
|
+
s.columns = t, s.addRows(n), r && await Xt(l, s, r);
|
|
324
324
|
try {
|
|
325
|
-
const i = await l.xlsx.writeBuffer(),
|
|
325
|
+
const i = await l.xlsx.writeBuffer(), g = new File([i], e, {
|
|
326
326
|
type: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
|
|
327
327
|
});
|
|
328
|
-
|
|
328
|
+
ct(g);
|
|
329
329
|
} catch (i) {
|
|
330
330
|
console.log(i);
|
|
331
331
|
}
|
|
332
332
|
}
|
|
333
|
-
function
|
|
333
|
+
function Jt() {
|
|
334
334
|
const e = new Ie.Workbook();
|
|
335
335
|
e.creator = "distributor System", e.lastModifiedBy = "distributor System", e.created = /* @__PURE__ */ new Date(), e.modified = /* @__PURE__ */ new Date(), e.lastPrinted = /* @__PURE__ */ new Date();
|
|
336
336
|
const t = e.addWorksheet("Sheet1");
|
|
337
337
|
return { workbook: e, worksheet: t };
|
|
338
338
|
}
|
|
339
|
-
async function
|
|
339
|
+
async function Xt(e, t, n) {
|
|
340
340
|
const a = Object.keys(n);
|
|
341
|
-
for (const
|
|
342
|
-
const o = n[
|
|
341
|
+
for (const r of a) {
|
|
342
|
+
const o = n[r], { type: l } = o;
|
|
343
343
|
switch (l) {
|
|
344
344
|
case "IMG":
|
|
345
|
-
await
|
|
345
|
+
await Qt(e, t, r);
|
|
346
346
|
break;
|
|
347
347
|
}
|
|
348
348
|
}
|
|
349
349
|
}
|
|
350
|
-
async function
|
|
351
|
-
const
|
|
352
|
-
t.getColumn(n).width = 20, t.eachRow((l,
|
|
353
|
-
|
|
350
|
+
async function Qt(e, t, n, a) {
|
|
351
|
+
const r = t.getColumn(n), o = r.values;
|
|
352
|
+
t.getColumn(n).width = 20, t.eachRow((l, s) => {
|
|
353
|
+
s > 1 && (l.height = 40);
|
|
354
354
|
});
|
|
355
|
-
for (let l = 0,
|
|
355
|
+
for (let l = 0, s = o.length; l < s; l++) {
|
|
356
356
|
if (l < 2)
|
|
357
357
|
continue;
|
|
358
358
|
let i = o[l];
|
|
359
|
-
i && (t.getCell(
|
|
359
|
+
i && (t.getCell(r.letter + l).value = "", await en(e, t, i, {
|
|
360
360
|
width: 100,
|
|
361
361
|
height: 50,
|
|
362
|
-
col:
|
|
362
|
+
col: r._number - 1,
|
|
363
363
|
row: l - 1
|
|
364
364
|
}));
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
|
-
async function
|
|
368
|
-
const { col:
|
|
367
|
+
async function en(e, t, n, a) {
|
|
368
|
+
const { col: r, row: o, width: l, height: s } = a, { success: i, base64: g } = await tn(n, 0.3);
|
|
369
369
|
if (i) {
|
|
370
370
|
const m = e.addImage({
|
|
371
|
-
base64:
|
|
371
|
+
base64: g,
|
|
372
372
|
extension: "jpeg"
|
|
373
373
|
});
|
|
374
374
|
t.addImage(m, {
|
|
375
|
-
tl: { col:
|
|
376
|
-
ext: { width: l, height:
|
|
375
|
+
tl: { col: r, row: o },
|
|
376
|
+
ext: { width: l, height: s }
|
|
377
377
|
});
|
|
378
378
|
}
|
|
379
379
|
}
|
|
380
|
-
function
|
|
380
|
+
function tn(e, t = 1) {
|
|
381
381
|
const n = new Image();
|
|
382
|
-
return n.setAttribute("crossOrigin", "anonymous"), n.crossOrigin = "anonymous", n.src = e, new Promise((a,
|
|
382
|
+
return n.setAttribute("crossOrigin", "anonymous"), n.crossOrigin = "anonymous", n.src = e, new Promise((a, r) => {
|
|
383
383
|
n.onload = () => {
|
|
384
384
|
const o = document.createElement("canvas");
|
|
385
385
|
o.width = n.width, o.height = n.height, o.getContext("2d").drawImage(n, 0, 0, o.width, o.height), a({
|
|
@@ -392,68 +392,68 @@ function en(e, t = 1) {
|
|
|
392
392
|
};
|
|
393
393
|
});
|
|
394
394
|
}
|
|
395
|
-
const
|
|
396
|
-
async function
|
|
395
|
+
const Ae = "---";
|
|
396
|
+
async function nn(e, t) {
|
|
397
397
|
const { fields: n, range: a = 1 } = t;
|
|
398
398
|
if (!n) {
|
|
399
|
-
const l =
|
|
399
|
+
const l = xe();
|
|
400
400
|
throw new Error(l("excel.fieldsMappingRequired"));
|
|
401
401
|
}
|
|
402
|
-
let
|
|
403
|
-
await
|
|
402
|
+
let r = new Ie.Workbook();
|
|
403
|
+
await r.xlsx.load(e);
|
|
404
404
|
const o = {};
|
|
405
|
-
return
|
|
405
|
+
return r.eachSheet(function(l, s) {
|
|
406
406
|
if (l.state == "visible") {
|
|
407
|
-
const i = [],
|
|
408
|
-
if (
|
|
409
|
-
let m = Object.values(
|
|
407
|
+
const i = [], g = n[l._name];
|
|
408
|
+
if (g) {
|
|
409
|
+
let m = Object.values(g).some((p) => p.includes("image")), y = {};
|
|
410
410
|
m && (l.getImages().forEach((h) => {
|
|
411
|
-
const { tl: f } = h.range, c =
|
|
411
|
+
const { tl: f } = h.range, c = r.model.media.find((v) => v.index === h.imageId);
|
|
412
412
|
if (c) {
|
|
413
413
|
const v = c.buffer.toString("base64"), w = `data:image/${c.extension};base64,${v}`, x = `${Math.ceil(f.row)}_${Math.ceil(f.col)}`;
|
|
414
414
|
y[x] ? y[x].push(w) : y[x] = [w];
|
|
415
415
|
}
|
|
416
|
-
}), console.log("withImages-imageMap", y)), l.eachRow(function(
|
|
416
|
+
}), console.log("withImages-imageMap", y)), l.eachRow(function(p, h) {
|
|
417
417
|
if (h > a) {
|
|
418
418
|
let f = {
|
|
419
419
|
_excelRowNumber: h
|
|
420
420
|
}, c = !0;
|
|
421
|
-
Object.keys(
|
|
422
|
-
var
|
|
423
|
-
let [w, x] =
|
|
424
|
-
const C =
|
|
421
|
+
Object.keys(g).forEach((v) => {
|
|
422
|
+
var z;
|
|
423
|
+
let [w, x] = g[v].split(Ae);
|
|
424
|
+
const C = p.getCell(w);
|
|
425
425
|
let S;
|
|
426
426
|
if (x == "image" && m) {
|
|
427
|
-
const Y = C._column._number,
|
|
428
|
-
S = y[
|
|
427
|
+
const Y = C._column._number, L = `${h}_${Y}`;
|
|
428
|
+
S = y[L] || "";
|
|
429
429
|
} else
|
|
430
|
-
C.result != null ? S = C.result : (
|
|
431
|
-
S && x == "option" && (S = S.split(
|
|
430
|
+
C.result != null ? S = C.result : (z = C.value) != null && z.richText ? S = C.value.richText.reduce((Y, L) => Y + L.text, "") : C.type == 4 && C.value ? S = Se(C.value).utc().format("YYYY-MM-DD HH:mm:ss") : S = C.value;
|
|
431
|
+
S && x == "option" && (S = S.split(Ae)[1]), f[v] = S, S && (c = !1);
|
|
432
432
|
}), c || i.push(f);
|
|
433
433
|
}
|
|
434
434
|
}), o[l._name] = i;
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
|
-
}),
|
|
437
|
+
}), r = null, o;
|
|
438
438
|
}
|
|
439
|
-
const
|
|
439
|
+
const on = {
|
|
440
440
|
date: "yyyy-mm-dd",
|
|
441
441
|
number: "0",
|
|
442
442
|
string: "@"
|
|
443
443
|
};
|
|
444
|
-
async function
|
|
444
|
+
async function ln(e, t) {
|
|
445
445
|
if (!e || t.length == 0)
|
|
446
446
|
return;
|
|
447
|
-
const n =
|
|
447
|
+
const n = an(t);
|
|
448
448
|
for (const a of n.worksheets) {
|
|
449
|
-
const { columnWidth:
|
|
449
|
+
const { columnWidth: r } = pt, o = t[a.name];
|
|
450
450
|
if (!o)
|
|
451
451
|
continue;
|
|
452
|
-
const { tableHeader: l, tableData:
|
|
452
|
+
const { tableHeader: l, tableData: s } = o;
|
|
453
453
|
l.forEach((i) => {
|
|
454
|
-
const { style:
|
|
454
|
+
const { style: g = {}, required: m } = i, { font: y = {} } = g;
|
|
455
455
|
i.style = {
|
|
456
|
-
...
|
|
456
|
+
...g,
|
|
457
457
|
font: {
|
|
458
458
|
...y,
|
|
459
459
|
color: {
|
|
@@ -461,17 +461,17 @@ async function on(e, t) {
|
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
463
|
};
|
|
464
|
-
}), a.columns = l, a.addRows(
|
|
465
|
-
let { header:
|
|
464
|
+
}), a.columns = l, a.addRows(s), l.forEach((i) => {
|
|
465
|
+
let { header: g, key: m, width: y, option: p, numFmt: h, locked: f, optionFormater: c } = i;
|
|
466
466
|
const v = a.getColumn(m);
|
|
467
|
-
if (v.numFmt =
|
|
467
|
+
if (v.numFmt = on[h] || h, v.width = y || r, v.protection = { locked: f === !0 }, p) {
|
|
468
468
|
const w = n.addWorksheet(m);
|
|
469
|
-
w.state = "hidden", c || (c = (x) => `${x.label}${
|
|
469
|
+
w.state = "hidden", c || (c = (x) => `${x.label}${Ae}${x.value}`), w.getColumn(1).values = p.map(c), Array(100).fill("").forEach((x, C) => {
|
|
470
470
|
if (C > 0) {
|
|
471
|
-
const S =
|
|
471
|
+
const S = xe();
|
|
472
472
|
a.getCell(`${v.letter}${C}`).dataValidation = {
|
|
473
473
|
type: "list",
|
|
474
|
-
formulae: [`${m}!$A$1:$A$${
|
|
474
|
+
formulae: [`${m}!$A$1:$A$${p.length}`],
|
|
475
475
|
showErrorMessage: !0,
|
|
476
476
|
error: S("excel.invalidInput"),
|
|
477
477
|
errorStyle: "stop",
|
|
@@ -486,25 +486,25 @@ async function on(e, t) {
|
|
|
486
486
|
});
|
|
487
487
|
}
|
|
488
488
|
try {
|
|
489
|
-
const a = await n.xlsx.writeBuffer(),
|
|
489
|
+
const a = await n.xlsx.writeBuffer(), r = new File([a], e, {
|
|
490
490
|
type: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
|
|
491
491
|
});
|
|
492
|
-
|
|
492
|
+
ct(r);
|
|
493
493
|
} catch (a) {
|
|
494
494
|
console.log(a);
|
|
495
495
|
}
|
|
496
496
|
}
|
|
497
|
-
function
|
|
498
|
-
const t =
|
|
499
|
-
return n.creator = "distributor System", n.lastModifiedBy = "distributor System", n.created = /* @__PURE__ */ new Date(), n.modified = /* @__PURE__ */ new Date(), n.lastPrinted = /* @__PURE__ */ new Date(), Object.keys(e).sort((
|
|
500
|
-
const l = e[
|
|
501
|
-
return l -
|
|
502
|
-
}).forEach((
|
|
503
|
-
let o =
|
|
504
|
-
/[\\/:*?\[\]]/g.test(
|
|
497
|
+
function an(e) {
|
|
498
|
+
const t = xe(), n = new Ie.Workbook();
|
|
499
|
+
return n.creator = "distributor System", n.lastModifiedBy = "distributor System", n.created = /* @__PURE__ */ new Date(), n.modified = /* @__PURE__ */ new Date(), n.lastPrinted = /* @__PURE__ */ new Date(), Object.keys(e).sort((r, o) => {
|
|
500
|
+
const l = e[r].sort ?? 0, s = e[o].sort ?? 0;
|
|
501
|
+
return l - s;
|
|
502
|
+
}).forEach((r) => {
|
|
503
|
+
let o = r, l = !1;
|
|
504
|
+
/[\\/:*?\[\]]/g.test(r) && (r = r.replace(/[\\/:*?\[\]]/g, ""), l = !0), r.length > 31 && (r = r.substring(0, 31).trim(), l = !0, console.warn(t("excel.sheetNameTooLong", [o, r]))), l && (e[r] = e[o], delete e[o]), n.addWorksheet(r);
|
|
505
505
|
}), n;
|
|
506
506
|
}
|
|
507
|
-
function
|
|
507
|
+
function rn(e) {
|
|
508
508
|
if (e < 26)
|
|
509
509
|
return String.fromCharCode(65 + e);
|
|
510
510
|
{
|
|
@@ -512,35 +512,35 @@ function an(e) {
|
|
|
512
512
|
return t + n;
|
|
513
513
|
}
|
|
514
514
|
}
|
|
515
|
-
function
|
|
515
|
+
function Wn(e) {
|
|
516
516
|
return new Promise((t) => {
|
|
517
517
|
setTimeout(() => {
|
|
518
518
|
t();
|
|
519
519
|
}, e);
|
|
520
520
|
});
|
|
521
521
|
}
|
|
522
|
-
function
|
|
522
|
+
function Zn(e) {
|
|
523
523
|
return JSON.parse(JSON.stringify(e));
|
|
524
524
|
}
|
|
525
|
-
function
|
|
526
|
-
let t = [], n = {}, a = (
|
|
527
|
-
for (const
|
|
528
|
-
n[
|
|
529
|
-
...
|
|
525
|
+
function Gn(e) {
|
|
526
|
+
let t = [], n = {}, a = (r, o) => Object.prototype.hasOwnProperty.call(r, o);
|
|
527
|
+
for (const r of e) {
|
|
528
|
+
n[r.id] = {
|
|
529
|
+
...r,
|
|
530
530
|
// 判断当前项的子项 如果map有存储就用存储的子项 否则初始化
|
|
531
|
-
children: a(n,
|
|
531
|
+
children: a(n, r.id) ? n[r.id].children : []
|
|
532
532
|
};
|
|
533
|
-
const o = n[
|
|
534
|
-
|
|
533
|
+
const o = n[r.id];
|
|
534
|
+
r.pid == -1 ? t.push(o) : (a(n, r.pid) || (n[r.pid] = {
|
|
535
535
|
children: []
|
|
536
|
-
}), n[
|
|
536
|
+
}), n[r.pid].children.push(o));
|
|
537
537
|
}
|
|
538
538
|
return t;
|
|
539
539
|
}
|
|
540
|
-
function
|
|
540
|
+
function yt(e, t = " ") {
|
|
541
541
|
return e ? e.split(t).filter((n) => n.trim()) : [];
|
|
542
542
|
}
|
|
543
|
-
class
|
|
543
|
+
class et {
|
|
544
544
|
constructor(t, n = ["label", "value", "labelEn"]) {
|
|
545
545
|
this.list = t.map((a) => ({
|
|
546
546
|
...a,
|
|
@@ -552,8 +552,8 @@ class Qe {
|
|
|
552
552
|
getName(t) {
|
|
553
553
|
if (!this.has(t))
|
|
554
554
|
return "-";
|
|
555
|
-
const n = Ye().global.locale, { label: a, labelEn:
|
|
556
|
-
return (n.value == "zh_cn" ? a :
|
|
555
|
+
const n = Ye().global.locale, { label: a, labelEn: r } = this.map.get(t);
|
|
556
|
+
return (n.value == "zh_cn" ? a : r) ?? a ?? "-";
|
|
557
557
|
}
|
|
558
558
|
getTag(t) {
|
|
559
559
|
if (!this.has(t))
|
|
@@ -574,52 +574,52 @@ class Qe {
|
|
|
574
574
|
return this.map.has(t);
|
|
575
575
|
}
|
|
576
576
|
}
|
|
577
|
-
function
|
|
577
|
+
function Jn(e, t = [], n = "i18nName") {
|
|
578
578
|
if (e.length == 0)
|
|
579
|
-
return new
|
|
579
|
+
return new et([]);
|
|
580
580
|
if (t.length < 2) {
|
|
581
|
-
const
|
|
582
|
-
throw new Error(
|
|
581
|
+
const r = xe();
|
|
582
|
+
throw new Error(r("tools.keysLengthError"));
|
|
583
583
|
}
|
|
584
|
-
let a = e.map((
|
|
584
|
+
let a = e.map((r) => {
|
|
585
585
|
let o = {};
|
|
586
|
-
return n && (o.labelEn =
|
|
587
|
-
|
|
586
|
+
return n && (o.labelEn = r[n]), t.forEach((l, s) => {
|
|
587
|
+
s === 0 ? o.label = r[l] : s === 1 ? o.value = r[l] : o[l] = r[l];
|
|
588
588
|
}), o;
|
|
589
589
|
});
|
|
590
|
-
return new
|
|
590
|
+
return new et(a);
|
|
591
591
|
}
|
|
592
|
-
function
|
|
592
|
+
function Xn(e) {
|
|
593
593
|
return e ? e.replace(/<[^>]+>/g, "") : "";
|
|
594
594
|
}
|
|
595
|
-
function
|
|
595
|
+
function Qn(e) {
|
|
596
596
|
return e ? (e.includes("\\\\u") && (e = e.replace(/\\/g, "")), e.replace(/\\u[\dA-F]{4}/gi, (t) => String.fromCharCode(parseInt(t.replace(/\\u/g, ""), 16)))) : "";
|
|
597
597
|
}
|
|
598
|
-
function
|
|
598
|
+
function eo(e, t = 10) {
|
|
599
599
|
let n = 1048576 * t;
|
|
600
600
|
return !(e.size > n);
|
|
601
601
|
}
|
|
602
|
-
function
|
|
602
|
+
function to(e) {
|
|
603
603
|
return Array.from(10).fill(0).map((n, a) => e + "_" + a);
|
|
604
604
|
}
|
|
605
|
-
function
|
|
605
|
+
function no(e) {
|
|
606
606
|
let t = {};
|
|
607
607
|
return e.map((n, a) => {
|
|
608
|
-
let { key:
|
|
609
|
-
o && !
|
|
608
|
+
let { key: r, option: o, type: l, optionFormater: s } = n, i = rn(a);
|
|
609
|
+
o && !s ? t[r] = `${i}---option` : l === "image" ? t[r] = `${i}---image` : t[r] = i;
|
|
610
610
|
}), t;
|
|
611
611
|
}
|
|
612
|
-
function
|
|
612
|
+
function oo(e, t) {
|
|
613
613
|
return t.split(".").reduce((n, a) => n && n[a], e);
|
|
614
614
|
}
|
|
615
|
-
const
|
|
615
|
+
const ke = (e, t) => {
|
|
616
616
|
const n = e.__vccOpts || e;
|
|
617
|
-
for (const [a,
|
|
618
|
-
n[a] =
|
|
617
|
+
for (const [a, r] of t)
|
|
618
|
+
n[a] = r;
|
|
619
619
|
return n;
|
|
620
|
-
}, sn = ["onClick"],
|
|
620
|
+
}, sn = ["onClick"], cn = {
|
|
621
621
|
__name: "index",
|
|
622
|
-
props: /* @__PURE__ */
|
|
622
|
+
props: /* @__PURE__ */ Xe({
|
|
623
623
|
api: {
|
|
624
624
|
type: Function
|
|
625
625
|
},
|
|
@@ -659,47 +659,47 @@ const xe = (e, t) => {
|
|
|
659
659
|
modelValue: {},
|
|
660
660
|
modelModifiers: {}
|
|
661
661
|
}),
|
|
662
|
-
emits: /* @__PURE__ */
|
|
662
|
+
emits: /* @__PURE__ */ Xe(["success", "change", "changeAll"], ["update:modelValue"]),
|
|
663
663
|
setup(e, { emit: t }) {
|
|
664
|
-
const n = e, a =
|
|
664
|
+
const n = e, a = Tt(), { t: r, locale: o } = ye(), l = Dt(e, "modelValue"), s = ce(() => a["value-key"] != null), i = j(""), g = ce(() => {
|
|
665
665
|
if (a.remote !== void 0)
|
|
666
666
|
return n.data;
|
|
667
|
-
const b =
|
|
667
|
+
const b = yt(i.value), { data: k, labelValue: T } = n, J = k || p.value;
|
|
668
668
|
if (b.length == 0)
|
|
669
669
|
return J;
|
|
670
|
-
const { label: $, labelEn:
|
|
671
|
-
let O = o.value == "en_us" ?
|
|
670
|
+
const { label: $, labelEn: ve } = T;
|
|
671
|
+
let O = o.value == "en_us" ? ve || "i18nName" : $;
|
|
672
672
|
return b.length == 1 ? J.filter(
|
|
673
673
|
(de) => de[O].toLowerCase().includes(b[0].toLowerCase())
|
|
674
674
|
) : J.filter((de) => {
|
|
675
|
-
let
|
|
676
|
-
return
|
|
675
|
+
let be = !1;
|
|
676
|
+
return be = b.some((Fe) => de[O].toLowerCase() == Fe.toLowerCase()), be;
|
|
677
677
|
});
|
|
678
678
|
}), m = ce({
|
|
679
679
|
get() {
|
|
680
|
-
return a.multiple == null || l.value == null ? !1 : l.value.length ==
|
|
680
|
+
return a.multiple == null || l.value == null ? !1 : l.value.length == g.value.length;
|
|
681
681
|
},
|
|
682
682
|
set(b) {
|
|
683
683
|
return b;
|
|
684
684
|
}
|
|
685
|
-
}), y = t,
|
|
685
|
+
}), y = t, p = j([]), h = async () => {
|
|
686
686
|
const { data: b } = await n.api();
|
|
687
|
-
|
|
687
|
+
p.value = [...b], y("success", p);
|
|
688
688
|
};
|
|
689
689
|
n.api && h();
|
|
690
690
|
function f(b) {
|
|
691
|
-
y("change", b), c.value &&
|
|
691
|
+
y("change", b), c.value && Ce(() => {
|
|
692
692
|
n.optionClick && n.optionClick(c.value), c.value = null;
|
|
693
693
|
});
|
|
694
694
|
}
|
|
695
|
-
const c =
|
|
695
|
+
const c = j(null);
|
|
696
696
|
function v(b) {
|
|
697
697
|
c.value = b;
|
|
698
698
|
}
|
|
699
699
|
const w = n.labelValue.label.split("-"), x = (b) => {
|
|
700
700
|
if (w.length == 1) {
|
|
701
701
|
if (n.changeLocal)
|
|
702
|
-
return
|
|
702
|
+
return r(b[n.labelValue.label]);
|
|
703
703
|
let k = o.value == "en_us" ? b[n.labelValue.labelEn || "i18nName"] : b[n.labelValue.label];
|
|
704
704
|
return k = k || b[n.labelValue.label], k + "";
|
|
705
705
|
} else {
|
|
@@ -710,53 +710,53 @@ const xe = (e, t) => {
|
|
|
710
710
|
}
|
|
711
711
|
};
|
|
712
712
|
function C(b) {
|
|
713
|
-
let k = n.data ? n.data :
|
|
714
|
-
l.value = b ? k.map((T) =>
|
|
713
|
+
let k = n.data ? n.data : p.value;
|
|
714
|
+
l.value = b ? k.map((T) => s.value ? T : T[n.labelValue.value]) : [], Ce(() => {
|
|
715
715
|
y("change", l.value), y("changeAll", l.value, k);
|
|
716
716
|
});
|
|
717
717
|
}
|
|
718
718
|
function S(b) {
|
|
719
|
-
y("change",
|
|
719
|
+
y("change", s.value ? b : b[n.labelValue.value]), Ce(() => {
|
|
720
720
|
n.optionClick && n.optionClick(b);
|
|
721
721
|
});
|
|
722
722
|
}
|
|
723
|
-
function
|
|
724
|
-
const k =
|
|
723
|
+
function z(b) {
|
|
724
|
+
const k = s.value ? b : b[n.labelValue.value], T = s.value ? l.value.some((J) => J[n.labelValue.value] === b[n.labelValue.value]) : l.value.includes(k);
|
|
725
725
|
return !!(n.maxLimit > 0 && l.value.length >= n.maxLimit && !T || n.minLimit > 0 && l.value.length === n.minLimit && T);
|
|
726
726
|
}
|
|
727
727
|
function Y(b) {
|
|
728
728
|
return b.map((k) => ({
|
|
729
729
|
...k,
|
|
730
730
|
label: x(k),
|
|
731
|
-
value:
|
|
731
|
+
value: s.value ? k : k[n.labelValue.value]
|
|
732
732
|
}));
|
|
733
733
|
}
|
|
734
|
-
const
|
|
735
|
-
|
|
736
|
-
() => n.data ? n.data :
|
|
734
|
+
const L = j([]), G = n.data ? n.data : p.value;
|
|
735
|
+
L.value = Y(G), je(
|
|
736
|
+
() => n.data ? n.data : p.value,
|
|
737
737
|
(b) => {
|
|
738
738
|
var T;
|
|
739
739
|
const k = Y(b);
|
|
740
|
-
if (k.length !==
|
|
741
|
-
|
|
740
|
+
if (k.length !== L.value.length)
|
|
741
|
+
L.value = k;
|
|
742
742
|
else {
|
|
743
743
|
let J = !1;
|
|
744
744
|
for (let $ = 0; $ < k.length; $++)
|
|
745
|
-
if (k[$].value !== ((T =
|
|
745
|
+
if (k[$].value !== ((T = L.value[$]) == null ? void 0 : T.value)) {
|
|
746
746
|
J = !0;
|
|
747
747
|
break;
|
|
748
748
|
}
|
|
749
|
-
J && (
|
|
749
|
+
J && (L.value = k);
|
|
750
750
|
}
|
|
751
751
|
},
|
|
752
752
|
{ deep: !0 }
|
|
753
753
|
);
|
|
754
|
-
const _ = ce(() => a.multiple !== void 0 && (n.maxLimit > 0 || n.minLimit > 0) ?
|
|
754
|
+
const _ = ce(() => a.multiple !== void 0 && (n.maxLimit > 0 || n.minLimit > 0) ? L.value.map((b) => ({
|
|
755
755
|
...b,
|
|
756
|
-
disabled:
|
|
757
|
-
})) :
|
|
756
|
+
disabled: z(b)
|
|
757
|
+
})) : L.value);
|
|
758
758
|
return (b, k) => {
|
|
759
|
-
const T = q("el-checkbox"), J = q("el-select-v2"), $ = q("el-option"),
|
|
759
|
+
const T = q("el-checkbox"), J = q("el-select-v2"), $ = q("el-option"), ve = q("el-select");
|
|
760
760
|
return H(a).v2 != null ? (I(), N(J, ue({
|
|
761
761
|
key: 0,
|
|
762
762
|
options: _.value,
|
|
@@ -769,17 +769,17 @@ const xe = (e, t) => {
|
|
|
769
769
|
clearable: "",
|
|
770
770
|
onChange: f,
|
|
771
771
|
onClear: f
|
|
772
|
-
}),
|
|
773
|
-
default:
|
|
774
|
-
|
|
775
|
-
onClick: (
|
|
772
|
+
}), at({
|
|
773
|
+
default: M(({ item: O }) => [
|
|
774
|
+
se("div", {
|
|
775
|
+
onClick: (me) => v(O)
|
|
776
776
|
}, te(O.label), 9, sn)
|
|
777
777
|
]),
|
|
778
778
|
_: 2
|
|
779
779
|
}, [
|
|
780
780
|
H(a).multiple != null ? {
|
|
781
781
|
name: "header",
|
|
782
|
-
fn:
|
|
782
|
+
fn: M(() => [
|
|
783
783
|
ee(b.$slots, "header", {}, () => [
|
|
784
784
|
V(T, {
|
|
785
785
|
class: "mgl20",
|
|
@@ -787,7 +787,7 @@ const xe = (e, t) => {
|
|
|
787
787
|
"onUpdate:modelValue": k[0] || (k[0] = (O) => m.value = O),
|
|
788
788
|
onChange: C
|
|
789
789
|
}, {
|
|
790
|
-
default:
|
|
790
|
+
default: M(() => [
|
|
791
791
|
ne(te(b.$t("quan-xuan")), 1)
|
|
792
792
|
]),
|
|
793
793
|
_: 1
|
|
@@ -796,7 +796,7 @@ const xe = (e, t) => {
|
|
|
796
796
|
]),
|
|
797
797
|
key: "0"
|
|
798
798
|
} : void 0
|
|
799
|
-
]), 1040, ["options", "modelValue"])) : (I(), N(
|
|
799
|
+
]), 1040, ["options", "modelValue"])) : (I(), N(ve, ue({
|
|
800
800
|
key: 1,
|
|
801
801
|
modelValue: l.value,
|
|
802
802
|
"onUpdate:modelValue": k[3] || (k[3] = (O) => l.value = O),
|
|
@@ -806,7 +806,7 @@ const xe = (e, t) => {
|
|
|
806
806
|
"filter-method": H(a).remote != null ? void 0 : (O) => i.value = O,
|
|
807
807
|
clearable: ""
|
|
808
808
|
}, H(a), { onClear: e.optionClick }), {
|
|
809
|
-
default:
|
|
809
|
+
default: M(() => [
|
|
810
810
|
H(a).multiple != null && e.showCheckAll && e.maxLimit == null ? ee(b.$slots, "header", { key: 0 }, () => [
|
|
811
811
|
V(T, {
|
|
812
812
|
class: "mgl20",
|
|
@@ -814,26 +814,26 @@ const xe = (e, t) => {
|
|
|
814
814
|
"onUpdate:modelValue": k[2] || (k[2] = (O) => m.value = O),
|
|
815
815
|
onChange: C
|
|
816
816
|
}, {
|
|
817
|
-
default:
|
|
817
|
+
default: M(() => [
|
|
818
818
|
ne(te(b.$t("quan-xuan")), 1)
|
|
819
819
|
]),
|
|
820
820
|
_: 1
|
|
821
821
|
}, 8, ["modelValue"])
|
|
822
|
-
], !0) :
|
|
823
|
-
(I(!0), ie(Oe, null,
|
|
824
|
-
key:
|
|
822
|
+
], !0) : he("", !0),
|
|
823
|
+
(I(!0), ie(Oe, null, rt(g.value, (O, me) => (I(), N($, {
|
|
824
|
+
key: me,
|
|
825
825
|
label: x(O),
|
|
826
|
-
disabled: H(a).multiple != null && (e.maxLimit > 0 || e.minLimit > 0) ?
|
|
826
|
+
disabled: H(a).multiple != null && (e.maxLimit > 0 || e.minLimit > 0) ? z(O) : !1,
|
|
827
827
|
onClick: Ve((de) => S(O), ["stop"]),
|
|
828
|
-
value:
|
|
828
|
+
value: s.value ? O : O[e.labelValue.value]
|
|
829
829
|
}, null, 8, ["label", "disabled", "onClick", "value"]))), 128))
|
|
830
830
|
]),
|
|
831
831
|
_: 3
|
|
832
832
|
}, 16, ["modelValue", "filter-method", "onClear"]));
|
|
833
833
|
};
|
|
834
834
|
}
|
|
835
|
-
},
|
|
836
|
-
const
|
|
835
|
+
}, un = /* @__PURE__ */ ke(cn, [["__scopeId", "data-v-078a95a6"]]);
|
|
836
|
+
const dn = ot({
|
|
837
837
|
props: {
|
|
838
838
|
name: {
|
|
839
839
|
tyepe: String,
|
|
@@ -841,34 +841,34 @@ const un = nt({
|
|
|
841
841
|
}
|
|
842
842
|
}
|
|
843
843
|
});
|
|
844
|
-
function
|
|
844
|
+
function fn(e, t, n, a, r, o) {
|
|
845
845
|
const l = q("el-icon");
|
|
846
846
|
return I(), N(l, { class: "cmp-icon" }, {
|
|
847
|
-
default:
|
|
847
|
+
default: M(() => [
|
|
848
848
|
(I(), N(st(e.name)))
|
|
849
849
|
]),
|
|
850
850
|
_: 1
|
|
851
851
|
});
|
|
852
852
|
}
|
|
853
|
-
const
|
|
854
|
-
const
|
|
853
|
+
const vt = /* @__PURE__ */ ke(dn, [["render", fn], ["__scopeId", "data-v-733f9daa"]]);
|
|
854
|
+
const hn = { class: "confirm-button-wrapper" }, mn = {
|
|
855
855
|
__name: "index",
|
|
856
856
|
emits: ["ok", "no"],
|
|
857
857
|
setup(e, { emit: t }) {
|
|
858
858
|
const n = t, a = Re(() => {
|
|
859
859
|
n("ok");
|
|
860
860
|
}, 500);
|
|
861
|
-
function
|
|
861
|
+
function r() {
|
|
862
862
|
n("no");
|
|
863
863
|
}
|
|
864
864
|
return (o, l) => {
|
|
865
|
-
const
|
|
866
|
-
return I(), ie("span",
|
|
867
|
-
V(
|
|
865
|
+
const s = q("el-popconfirm");
|
|
866
|
+
return I(), ie("span", hn, [
|
|
867
|
+
V(s, ue(o.$attrs, {
|
|
868
868
|
onConfirm: H(a),
|
|
869
|
-
onCancel:
|
|
869
|
+
onCancel: r
|
|
870
870
|
}), {
|
|
871
|
-
reference:
|
|
871
|
+
reference: M(() => [
|
|
872
872
|
ee(o.$slots, "default", {}, void 0, !0)
|
|
873
873
|
]),
|
|
874
874
|
_: 3
|
|
@@ -876,8 +876,8 @@ const fn = { class: "confirm-button-wrapper" }, hn = {
|
|
|
876
876
|
]);
|
|
877
877
|
};
|
|
878
878
|
}
|
|
879
|
-
},
|
|
880
|
-
const
|
|
879
|
+
}, lo = /* @__PURE__ */ ke(mn, [["__scopeId", "data-v-24cb35fd"]]);
|
|
880
|
+
const gn = { class: "ImportButton" }, pn = ["accept"], yn = {
|
|
881
881
|
__name: "index",
|
|
882
882
|
props: {
|
|
883
883
|
accept: {
|
|
@@ -895,66 +895,66 @@ const mn = { class: "ImportButton" }, gn = ["accept"], pn = {
|
|
|
895
895
|
},
|
|
896
896
|
emits: ["fileChange"],
|
|
897
897
|
setup(e, { emit: t }) {
|
|
898
|
-
const n = e, a =
|
|
898
|
+
const n = e, a = j(null), r = j(!1);
|
|
899
899
|
async function o(l) {
|
|
900
|
-
|
|
901
|
-
let
|
|
902
|
-
const i = await
|
|
903
|
-
|
|
900
|
+
r.value = !0;
|
|
901
|
+
let s = l.target.files[0];
|
|
902
|
+
const i = await nn(s, n.fields).catch(() => {
|
|
903
|
+
r.value = !1;
|
|
904
904
|
}).finally(() => {
|
|
905
905
|
a.value.value = null;
|
|
906
906
|
});
|
|
907
907
|
await n.fileChange(i).finally(() => {
|
|
908
|
-
|
|
908
|
+
r.value = !1;
|
|
909
909
|
});
|
|
910
910
|
}
|
|
911
|
-
return (l,
|
|
911
|
+
return (l, s) => {
|
|
912
912
|
const i = q("el-button");
|
|
913
|
-
return I(), ie("div",
|
|
913
|
+
return I(), ie("div", gn, [
|
|
914
914
|
V(i, ue({
|
|
915
915
|
type: "primary",
|
|
916
|
-
loading:
|
|
916
|
+
loading: r.value,
|
|
917
917
|
class: "mgr10",
|
|
918
|
-
onClick:
|
|
918
|
+
onClick: s[0] || (s[0] = (g) => a.value.click())
|
|
919
919
|
}, l.$attrs), {
|
|
920
|
-
default:
|
|
920
|
+
default: M(() => [
|
|
921
921
|
ee(l.$slots, "default", {}, () => [
|
|
922
922
|
ne(te(l.$t("dao-ru")), 1)
|
|
923
923
|
], !0)
|
|
924
924
|
]),
|
|
925
925
|
_: 3
|
|
926
926
|
}, 16, ["loading"]),
|
|
927
|
-
|
|
927
|
+
se("input", {
|
|
928
928
|
onChange: o,
|
|
929
929
|
ref_key: "input",
|
|
930
930
|
ref: a,
|
|
931
931
|
accept: e.accept,
|
|
932
932
|
style: { position: "absolute", width: "0px", height: "0px", opacity: "0" },
|
|
933
933
|
type: "file"
|
|
934
|
-
}, null, 40,
|
|
934
|
+
}, null, 40, pn)
|
|
935
935
|
]);
|
|
936
936
|
};
|
|
937
937
|
}
|
|
938
|
-
},
|
|
939
|
-
function
|
|
938
|
+
}, ao = /* @__PURE__ */ ke(yn, [["__scopeId", "data-v-ea0a4c60"]]);
|
|
939
|
+
function Ue(e) {
|
|
940
940
|
let t = {};
|
|
941
941
|
return e.forEach((n) => {
|
|
942
|
-
const { key: a, type:
|
|
942
|
+
const { key: a, type: r, option: o = {}, value: l, dateType: s = "date" } = n;
|
|
943
943
|
if (a)
|
|
944
|
-
if (
|
|
945
|
-
t[a] =
|
|
946
|
-
else if (
|
|
947
|
-
if (
|
|
948
|
-
const [i,
|
|
944
|
+
if (r == "input" && (o != null && o.multiple))
|
|
945
|
+
t[a] = yt(l);
|
|
946
|
+
else if (r == "date")
|
|
947
|
+
if (s.includes("range")) {
|
|
948
|
+
const [i, g] = a;
|
|
949
949
|
let [m, y] = l || [];
|
|
950
|
-
m &&
|
|
950
|
+
m && s == "daterange" && (m = Se(m).format("YYYY-MM-DD 00:00:00"), y = Se(y).format("YYYY-MM-DD 23:59:59")), t[i] = m, t[g] = y;
|
|
951
951
|
} else
|
|
952
952
|
t[a] = l;
|
|
953
953
|
else
|
|
954
954
|
t[a] = l;
|
|
955
955
|
}), t;
|
|
956
956
|
}
|
|
957
|
-
const
|
|
957
|
+
const vn = { key: 0 }, bn = { class: "btns" }, wn = { class: "left" }, Cn = { class: "right" }, xn = {
|
|
958
958
|
__name: "index",
|
|
959
959
|
props: {
|
|
960
960
|
form: {
|
|
@@ -964,27 +964,27 @@ const yn = { key: 0 }, vn = { class: "btns" }, bn = { class: "left" }, wn = { cl
|
|
|
964
964
|
},
|
|
965
965
|
emits: ["confirm", "reset", "visibleChange"],
|
|
966
966
|
setup(e, { expose: t, emit: n }) {
|
|
967
|
-
const a = e,
|
|
967
|
+
const a = e, r = n, o = j(!0), l = j(null), { t: s } = ye(), i = {
|
|
968
968
|
datetimerange: "YYYY-MM-DD HH:mm:ss",
|
|
969
969
|
daterange: "YYYY-MM-DD",
|
|
970
970
|
month: "YYYY-MM"
|
|
971
|
-
},
|
|
971
|
+
}, g = ce(() => o.value ? s("guan-bi") : s("zhan-kai"));
|
|
972
972
|
function m() {
|
|
973
|
-
|
|
973
|
+
r("confirm");
|
|
974
974
|
}
|
|
975
975
|
function y(w) {
|
|
976
|
-
w.option.onClear && w.option.onClear(),
|
|
976
|
+
w.option.onClear && w.option.onClear(), r("confirm");
|
|
977
977
|
}
|
|
978
|
-
function
|
|
979
|
-
|
|
978
|
+
function p() {
|
|
979
|
+
r("reset");
|
|
980
980
|
}
|
|
981
981
|
function h() {
|
|
982
|
-
|
|
982
|
+
r("confirm");
|
|
983
983
|
}
|
|
984
984
|
function f() {
|
|
985
|
-
return
|
|
985
|
+
return Ue(a.form.items);
|
|
986
986
|
}
|
|
987
|
-
const c =
|
|
987
|
+
const c = ut(a.form.items);
|
|
988
988
|
function v() {
|
|
989
989
|
a.form.items.forEach((w) => {
|
|
990
990
|
const x = c.find((C) => C.key == w.key);
|
|
@@ -992,12 +992,12 @@ const yn = { key: 0 }, vn = { class: "btns" }, bn = { class: "left" }, wn = { cl
|
|
|
992
992
|
});
|
|
993
993
|
}
|
|
994
994
|
return t({ getPrm: f, reset: v }), (w, x) => {
|
|
995
|
-
const C = q("el-input"), S = q("el-date-picker"),
|
|
995
|
+
const C = q("el-input"), S = q("el-date-picker"), z = q("el-form-item"), Y = q("el-form"), L = q("el-link"), G = q("el-button");
|
|
996
996
|
return I(), ie("div", {
|
|
997
997
|
class: "searchBar-container mgt10 mgb10",
|
|
998
|
-
onKeydown:
|
|
998
|
+
onKeydown: Mt(m, ["enter"])
|
|
999
999
|
}, [
|
|
1000
|
-
|
|
1000
|
+
se("div", {
|
|
1001
1001
|
class: "searchBar",
|
|
1002
1002
|
style: zt({ height: o.value ? "auto" : "32px" })
|
|
1003
1003
|
}, [
|
|
@@ -1005,26 +1005,26 @@ const yn = { key: 0 }, vn = { class: "btns" }, bn = { class: "left" }, wn = { cl
|
|
|
1005
1005
|
inline: "",
|
|
1006
1006
|
model: e.form.data
|
|
1007
1007
|
}, {
|
|
1008
|
-
default:
|
|
1009
|
-
(I(!0), ie(Oe, null,
|
|
1008
|
+
default: M(() => [
|
|
1009
|
+
(I(!0), ie(Oe, null, rt(e.form.items.filter((_) => !_.hidden), (_) => (I(), ie(Oe, {
|
|
1010
1010
|
key: _.key
|
|
1011
1011
|
}, [
|
|
1012
|
-
_.type == "br" ? (I(), ie("br",
|
|
1012
|
+
_.type == "br" ? (I(), ie("br", vn)) : (I(), N(z, {
|
|
1013
1013
|
key: 1,
|
|
1014
1014
|
label: _.name
|
|
1015
1015
|
}, {
|
|
1016
|
-
default:
|
|
1016
|
+
default: M(() => {
|
|
1017
1017
|
var b, k;
|
|
1018
1018
|
return [
|
|
1019
1019
|
_.type === "input" ? (I(), N(C, {
|
|
1020
1020
|
key: 0,
|
|
1021
1021
|
modelValue: _.value,
|
|
1022
1022
|
"onUpdate:modelValue": (T) => _.value = T,
|
|
1023
|
-
class:
|
|
1023
|
+
class: it(((b = _.option) == null ? void 0 : b.class) || "w150"),
|
|
1024
1024
|
placeholder: w.$t("qing-shu-ru"),
|
|
1025
1025
|
clearable: ""
|
|
1026
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "class", "placeholder"])) : _.type === "custom" ? (I(), N(st(_.render), { key: 1 })) :
|
|
1027
|
-
_.type === "select" ? (I(), N(
|
|
1026
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "class", "placeholder"])) : _.type === "custom" ? (I(), N(st(_.render), { key: 1 })) : he("", !0),
|
|
1027
|
+
_.type === "select" ? (I(), N(un, ue({
|
|
1028
1028
|
key: 2,
|
|
1029
1029
|
class: ((k = _.option) == null ? void 0 : k.class) || "w150",
|
|
1030
1030
|
modelValue: _.value,
|
|
@@ -1033,7 +1033,7 @@ const yn = { key: 0 }, vn = { class: "btns" }, bn = { class: "left" }, wn = { cl
|
|
|
1033
1033
|
onChange: m,
|
|
1034
1034
|
onClear: (T) => y(_),
|
|
1035
1035
|
placeholder: w.$t("qing-xuan-ze")
|
|
1036
|
-
}), null, 16, ["class", "modelValue", "onUpdate:modelValue", "onClear", "placeholder"])) :
|
|
1036
|
+
}), null, 16, ["class", "modelValue", "onUpdate:modelValue", "onClear", "placeholder"])) : he("", !0),
|
|
1037
1037
|
_.type === "date" ? (I(), N(S, ue({
|
|
1038
1038
|
key: 3,
|
|
1039
1039
|
class: { datetimerange: "w300", daterange: "w200" }[_.dateType] || "w100",
|
|
@@ -1046,7 +1046,7 @@ const yn = { key: 0 }, vn = { class: "btns" }, bn = { class: "left" }, wn = { cl
|
|
|
1046
1046
|
placeholder: w.$t("qing-xuan-ze"),
|
|
1047
1047
|
"start-placeholder": w.$t("kai-shi-shi-jian"),
|
|
1048
1048
|
"end-placeholder": w.$t("jie-shu-shi-jian")
|
|
1049
|
-
}, { ref_for: !0 }, _.option), null, 16, ["class", "modelValue", "onUpdate:modelValue", "value-format", "type", "onFocus", "onChange", "placeholder", "start-placeholder", "end-placeholder"])) :
|
|
1049
|
+
}, { ref_for: !0 }, _.option), null, 16, ["class", "modelValue", "onUpdate:modelValue", "value-format", "type", "onFocus", "onChange", "placeholder", "start-placeholder", "end-placeholder"])) : he("", !0)
|
|
1050
1050
|
];
|
|
1051
1051
|
}),
|
|
1052
1052
|
_: 2
|
|
@@ -1056,23 +1056,23 @@ const yn = { key: 0 }, vn = { class: "btns" }, bn = { class: "left" }, wn = { cl
|
|
|
1056
1056
|
_: 1
|
|
1057
1057
|
}, 8, ["model"])
|
|
1058
1058
|
], 4),
|
|
1059
|
-
|
|
1060
|
-
|
|
1059
|
+
se("div", bn, [
|
|
1060
|
+
se("div", wn, [
|
|
1061
1061
|
ee(w.$slots, "table-header-left", {}, void 0, !0)
|
|
1062
1062
|
]),
|
|
1063
|
-
|
|
1064
|
-
V(
|
|
1063
|
+
se("div", Cn, [
|
|
1064
|
+
V(L, {
|
|
1065
1065
|
underline: "never",
|
|
1066
1066
|
class: "mgr10",
|
|
1067
1067
|
onClick: x[0] || (x[0] = () => {
|
|
1068
|
-
|
|
1068
|
+
r("visibleChange", !o.value), o.value = !o.value;
|
|
1069
1069
|
})
|
|
1070
1070
|
}, {
|
|
1071
|
-
default:
|
|
1072
|
-
V(
|
|
1071
|
+
default: M(() => [
|
|
1072
|
+
V(vt, {
|
|
1073
1073
|
name: o.value ? "ArrowUp" : "ArrowDown"
|
|
1074
1074
|
}, null, 8, ["name"]),
|
|
1075
|
-
ne(" " + te(
|
|
1075
|
+
ne(" " + te(g.value), 1)
|
|
1076
1076
|
]),
|
|
1077
1077
|
_: 1
|
|
1078
1078
|
}),
|
|
@@ -1080,16 +1080,16 @@ const yn = { key: 0 }, vn = { class: "btns" }, bn = { class: "left" }, wn = { cl
|
|
|
1080
1080
|
type: "primary",
|
|
1081
1081
|
onClick: m
|
|
1082
1082
|
}, {
|
|
1083
|
-
default:
|
|
1083
|
+
default: M(() => [
|
|
1084
1084
|
ne(te(w.$t("shai-xuan")), 1)
|
|
1085
1085
|
]),
|
|
1086
1086
|
_: 1
|
|
1087
1087
|
}),
|
|
1088
1088
|
V(G, {
|
|
1089
1089
|
type: "primary",
|
|
1090
|
-
onClick:
|
|
1090
|
+
onClick: p
|
|
1091
1091
|
}, {
|
|
1092
|
-
default:
|
|
1092
|
+
default: M(() => [
|
|
1093
1093
|
ne(te(w.$t("chong-zhi")), 1)
|
|
1094
1094
|
]),
|
|
1095
1095
|
_: 1
|
|
@@ -1100,7 +1100,7 @@ const yn = { key: 0 }, vn = { class: "btns" }, bn = { class: "left" }, wn = { cl
|
|
|
1100
1100
|
], 32);
|
|
1101
1101
|
};
|
|
1102
1102
|
}
|
|
1103
|
-
},
|
|
1103
|
+
}, kn = /* @__PURE__ */ ke(xn, [["__scopeId", "data-v-db6f71dd"]]), bt = {
|
|
1104
1104
|
// 分页参数名
|
|
1105
1105
|
pageNoKey: "pageNo",
|
|
1106
1106
|
// 页码参数名
|
|
@@ -1130,8 +1130,8 @@ const yn = { key: 0 }, vn = { class: "btns" }, bn = { class: "left" }, wn = { cl
|
|
|
1130
1130
|
enableCellCopy: !0
|
|
1131
1131
|
// 是否启用单元格选区复制功能
|
|
1132
1132
|
};
|
|
1133
|
-
let $e = { ...
|
|
1134
|
-
function
|
|
1133
|
+
let $e = { ...bt };
|
|
1134
|
+
function ro(e) {
|
|
1135
1135
|
$e = {
|
|
1136
1136
|
...$e,
|
|
1137
1137
|
...e,
|
|
@@ -1141,13 +1141,13 @@ function to(e) {
|
|
|
1141
1141
|
}
|
|
1142
1142
|
};
|
|
1143
1143
|
}
|
|
1144
|
-
function
|
|
1144
|
+
function _n() {
|
|
1145
1145
|
return $e;
|
|
1146
1146
|
}
|
|
1147
|
-
function
|
|
1148
|
-
$e = { ...
|
|
1147
|
+
function so() {
|
|
1148
|
+
$e = { ...bt };
|
|
1149
1149
|
}
|
|
1150
|
-
const
|
|
1150
|
+
const $n = { class: "center" }, Sn = {
|
|
1151
1151
|
__name: "index",
|
|
1152
1152
|
props: {
|
|
1153
1153
|
// 表格id 本地存储列设置时使用,不传则使用路由路径自动生成
|
|
@@ -1184,21 +1184,21 @@ const _n = { class: "center" }, $n = {
|
|
|
1184
1184
|
}
|
|
1185
1185
|
},
|
|
1186
1186
|
setup(e, { expose: t }) {
|
|
1187
|
-
const { t: n, locale: a } =
|
|
1187
|
+
const { t: n, locale: a } = ye(), r = Ut(), o = _n(), l = e, s = j(!1), i = j([]);
|
|
1188
1188
|
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 = []);
|
|
1189
|
-
const
|
|
1190
|
-
const d =
|
|
1189
|
+
const g = ce(() => {
|
|
1190
|
+
const d = r.path.replace(/\//g, "-").replace(/^-/, "") || "default-table";
|
|
1191
1191
|
return l.id ? `listPageId-${d}-${l.id}` : `listPageId-${d}`;
|
|
1192
|
-
}), m =
|
|
1192
|
+
}), m = ut(l.searchForm.items), y = l.searchForm.pageNoKey || o.pageNoKey, p = l.searchForm.pageSizeKey || o.pageSizeKey, h = Le({
|
|
1193
1193
|
[y]: 1,
|
|
1194
|
-
[
|
|
1194
|
+
[p]: l.searchForm.defaultPageSize || o.defaultPageSize,
|
|
1195
1195
|
total: 0
|
|
1196
|
-
}), f =
|
|
1197
|
-
|
|
1196
|
+
}), f = j(null), c = j(null), v = j(450), w = Re(() => {
|
|
1197
|
+
Ce(() => {
|
|
1198
1198
|
if (!c.value)
|
|
1199
1199
|
return;
|
|
1200
|
-
const u = c.value.getBoundingClientRect(),
|
|
1201
|
-
v.value = Math.max(Z,
|
|
1200
|
+
const u = c.value.getBoundingClientRect(), F = window.innerHeight, D = u.top, R = 100, Z = F - D - R, P = 200;
|
|
1201
|
+
v.value = Math.max(Z, P);
|
|
1202
1202
|
});
|
|
1203
1203
|
}, 100), x = () => {
|
|
1204
1204
|
w();
|
|
@@ -1209,85 +1209,85 @@ const _n = { class: "center" }, $n = {
|
|
|
1209
1209
|
if (!d || !d.$el)
|
|
1210
1210
|
return !1;
|
|
1211
1211
|
const u = d.$el;
|
|
1212
|
-
return u.classList.add("cell-copy-enabled"), u.setAttribute("tabindex", "-1"), u.removeEventListener("mousedown", O), u.removeEventListener("mousemove",
|
|
1212
|
+
return u.classList.add("cell-copy-enabled"), u.setAttribute("tabindex", "-1"), u.removeEventListener("mousedown", O), u.removeEventListener("mousemove", me), u.removeEventListener("mouseup", de), u.removeEventListener("keydown", Te), u.addEventListener("mousedown", O), u.addEventListener("mousemove", me), u.addEventListener("mouseup", de), u.addEventListener("keydown", Te), !0;
|
|
1213
1213
|
};
|
|
1214
|
-
|
|
1215
|
-
w(), window.addEventListener("resize", x), (l.searchForm.enableCellCopy || o.enableCellCopy) && (document.addEventListener("mouseup",
|
|
1214
|
+
lt(() => {
|
|
1215
|
+
w(), window.addEventListener("resize", x), (l.searchForm.enableCellCopy || o.enableCellCopy) && (document.addEventListener("mouseup", Ne), document.addEventListener("mousedown", We), setTimeout(() => {
|
|
1216
1216
|
C();
|
|
1217
1217
|
}, 500));
|
|
1218
|
-
}),
|
|
1218
|
+
}), Ot(() => {
|
|
1219
1219
|
(l.searchForm.enableCellCopy || o.enableCellCopy) && setTimeout(() => {
|
|
1220
1220
|
C();
|
|
1221
1221
|
}, 500);
|
|
1222
|
-
}),
|
|
1222
|
+
}), Vt(() => {
|
|
1223
1223
|
if (window.removeEventListener("resize", x), l.searchForm.enableCellCopy || o.enableCellCopy) {
|
|
1224
|
-
document.removeEventListener("mouseup",
|
|
1224
|
+
document.removeEventListener("mouseup", Ne), document.removeEventListener("mousedown", We);
|
|
1225
1225
|
const d = f.value;
|
|
1226
1226
|
if (d && d.$el) {
|
|
1227
1227
|
const u = d.$el;
|
|
1228
|
-
u.removeEventListener("mousedown", O), u.removeEventListener("mousemove",
|
|
1228
|
+
u.removeEventListener("mousedown", O), u.removeEventListener("mousemove", me), u.removeEventListener("mouseup", de), u.removeEventListener("keydown", Te);
|
|
1229
1229
|
}
|
|
1230
1230
|
}
|
|
1231
1231
|
});
|
|
1232
1232
|
const S = ce(() => J.value.height || v.value);
|
|
1233
|
-
let
|
|
1233
|
+
let z;
|
|
1234
1234
|
async function Y(d) {
|
|
1235
1235
|
const { dataFormat: u } = l.tableConfig;
|
|
1236
|
-
d[y] != 1 && (d.nextSearchAfter =
|
|
1237
|
-
const { code:
|
|
1238
|
-
|
|
1236
|
+
d[y] != 1 && (d.nextSearchAfter = z), s.value = !0;
|
|
1237
|
+
const { code: F, data: D = {} } = await l.api(d).finally(() => {
|
|
1238
|
+
s.value = !1, l.searchForm.selections = [];
|
|
1239
1239
|
});
|
|
1240
|
-
if (
|
|
1240
|
+
if (F == 200) {
|
|
1241
1241
|
let R = [];
|
|
1242
|
-
for (const
|
|
1243
|
-
if (D[
|
|
1244
|
-
R = D[
|
|
1242
|
+
for (const P of o.responseDataKeys.rows)
|
|
1243
|
+
if (D[P]) {
|
|
1244
|
+
R = D[P];
|
|
1245
1245
|
break;
|
|
1246
1246
|
}
|
|
1247
1247
|
let Z = 0;
|
|
1248
|
-
for (const
|
|
1249
|
-
if (D[
|
|
1250
|
-
Z = D[
|
|
1248
|
+
for (const P of o.responseDataKeys.total)
|
|
1249
|
+
if (D[P] !== void 0) {
|
|
1250
|
+
Z = D[P];
|
|
1251
1251
|
break;
|
|
1252
1252
|
}
|
|
1253
|
-
i.value = u ? u(R) : R, h.total = Z,
|
|
1253
|
+
i.value = u ? u(R) : R, h.total = Z, z = D.nextSearchAfter, (l.searchForm.enableCellCopy || o.enableCellCopy) && Ce(() => {
|
|
1254
1254
|
setTimeout(() => {
|
|
1255
1255
|
C();
|
|
1256
1256
|
}, 100);
|
|
1257
1257
|
});
|
|
1258
1258
|
}
|
|
1259
1259
|
}
|
|
1260
|
-
function
|
|
1261
|
-
const { searchData: u = () => ({}) } = l.tableConfig,
|
|
1260
|
+
function L(d = {}) {
|
|
1261
|
+
const { searchData: u = () => ({}) } = l.tableConfig, F = u();
|
|
1262
1262
|
Y({
|
|
1263
1263
|
...h,
|
|
1264
|
-
...
|
|
1264
|
+
...Ue(l.searchForm.items),
|
|
1265
1265
|
...d,
|
|
1266
|
-
...
|
|
1266
|
+
...F
|
|
1267
1267
|
});
|
|
1268
1268
|
}
|
|
1269
1269
|
function G() {
|
|
1270
1270
|
const { reset: d } = l.tableConfig;
|
|
1271
1271
|
d && d(), l.searchForm.items.forEach((u) => {
|
|
1272
|
-
const
|
|
1273
|
-
|
|
1274
|
-
}),
|
|
1272
|
+
const F = m.find((D) => Qe(u.key) && Qe(D.key) ? u.key.join(",") == D.key.join(",") : D.key == u.key);
|
|
1273
|
+
F && (u.value = F.value);
|
|
1274
|
+
}), L();
|
|
1275
1275
|
}
|
|
1276
|
-
l.api && l.immediate &&
|
|
1276
|
+
l.api && l.immediate && L();
|
|
1277
1277
|
function _() {
|
|
1278
|
-
return { ...h, ...
|
|
1278
|
+
return { ...h, ...Ue(l.searchForm.items) };
|
|
1279
1279
|
}
|
|
1280
1280
|
const b = () => {
|
|
1281
1281
|
const d = f.value;
|
|
1282
1282
|
d && d.clearSort();
|
|
1283
|
-
}, k =
|
|
1283
|
+
}, k = Le({
|
|
1284
1284
|
storage: !0
|
|
1285
|
-
}), T =
|
|
1285
|
+
}), T = Le({
|
|
1286
1286
|
drag: !0,
|
|
1287
1287
|
resizable: !0,
|
|
1288
1288
|
maxFixedSize: 0
|
|
1289
1289
|
}), J = ce(() => {
|
|
1290
|
-
const { customConfig: d, columnConfig: u, ...
|
|
1290
|
+
const { customConfig: d, columnConfig: u, ...F } = l.tableConfig;
|
|
1291
1291
|
return {
|
|
1292
1292
|
headerAlign: "left",
|
|
1293
1293
|
align: "center",
|
|
@@ -1300,9 +1300,9 @@ const _n = { class: "center" }, $n = {
|
|
|
1300
1300
|
},
|
|
1301
1301
|
// 纵向虚拟滚动 大于100条开启
|
|
1302
1302
|
"virtual-y-config": { enabled: !0, gt: 100 },
|
|
1303
|
-
...
|
|
1303
|
+
...F
|
|
1304
1304
|
};
|
|
1305
|
-
}), $ =
|
|
1305
|
+
}), $ = Le({
|
|
1306
1306
|
isSelecting: !1,
|
|
1307
1307
|
// 是否正在选择
|
|
1308
1308
|
startCell: null,
|
|
@@ -1311,71 +1311,71 @@ const _n = { class: "center" }, $n = {
|
|
|
1311
1311
|
// 结束单元格
|
|
1312
1312
|
selectedCells: []
|
|
1313
1313
|
// 选中的单元格列表 [{ rowIndex, colIndex }]
|
|
1314
|
-
}),
|
|
1314
|
+
}), ve = (d) => {
|
|
1315
1315
|
const u = d.closest(".vxe-body--column");
|
|
1316
1316
|
if (!u || u.classList.contains("col--checkbox") || u.classList.contains("col--seq"))
|
|
1317
1317
|
return null;
|
|
1318
|
-
const
|
|
1319
|
-
if (!
|
|
1318
|
+
const F = u.closest(".vxe-body--row");
|
|
1319
|
+
if (!F)
|
|
1320
1320
|
return null;
|
|
1321
1321
|
const D = f.value;
|
|
1322
1322
|
if (!D)
|
|
1323
1323
|
return null;
|
|
1324
1324
|
let R = -1;
|
|
1325
|
-
const Z =
|
|
1325
|
+
const Z = F.getAttribute("data-rowid");
|
|
1326
1326
|
if (Z != null)
|
|
1327
1327
|
R = parseInt(Z, 10);
|
|
1328
1328
|
else {
|
|
1329
|
-
const
|
|
1330
|
-
R = Array.from(
|
|
1329
|
+
const A = F.parentElement;
|
|
1330
|
+
R = Array.from(A.querySelectorAll(".vxe-body--row")).indexOf(F);
|
|
1331
1331
|
}
|
|
1332
1332
|
if (R < 0)
|
|
1333
1333
|
return null;
|
|
1334
|
-
let
|
|
1335
|
-
const
|
|
1336
|
-
if (
|
|
1337
|
-
const
|
|
1334
|
+
let P = -1;
|
|
1335
|
+
const re = u.getAttribute("data-colid");
|
|
1336
|
+
if (re && (P = D.getColumns().findIndex((E) => E.id === re)), P < 0) {
|
|
1337
|
+
const E = Array.from(F.querySelectorAll(".vxe-body--column")).indexOf(u), K = !!u.closest(".vxe-table--fixed-left-wrapper"), X = !!u.closest(".vxe-table--fixed-right-wrapper"), B = D.getColumns();
|
|
1338
1338
|
if (K) {
|
|
1339
1339
|
const Q = B.filter((W) => W.fixed === "left");
|
|
1340
|
-
|
|
1340
|
+
E < Q.length && (P = B.indexOf(Q[E]));
|
|
1341
1341
|
} else if (X) {
|
|
1342
1342
|
const Q = B.filter((W) => W.fixed === "right");
|
|
1343
|
-
|
|
1343
|
+
E < Q.length && (P = B.indexOf(Q[E]));
|
|
1344
1344
|
} else {
|
|
1345
1345
|
const Q = l.searchForm.showCheckBox ? 1 : 0;
|
|
1346
|
-
|
|
1346
|
+
P = B.filter((oe) => oe.fixed === "left").length + E - Q;
|
|
1347
1347
|
}
|
|
1348
1348
|
}
|
|
1349
|
-
return
|
|
1349
|
+
return P < 0 ? null : { rowIndex: R, colIndex: P, cell: u };
|
|
1350
1350
|
}, O = (d) => {
|
|
1351
|
-
const u =
|
|
1351
|
+
const u = ve(d.target);
|
|
1352
1352
|
if (!u) {
|
|
1353
|
-
|
|
1353
|
+
be();
|
|
1354
1354
|
return;
|
|
1355
1355
|
}
|
|
1356
1356
|
$.isSelecting = !0, $.startCell = {
|
|
1357
1357
|
rowIndex: u.rowIndex,
|
|
1358
1358
|
colIndex: u.colIndex
|
|
1359
|
-
}, $.endCell = { ...$.startCell },
|
|
1360
|
-
},
|
|
1359
|
+
}, $.endCell = { ...$.startCell }, Fe(), He();
|
|
1360
|
+
}, me = (d) => {
|
|
1361
1361
|
if (!$.isSelecting)
|
|
1362
1362
|
return;
|
|
1363
|
-
const u =
|
|
1363
|
+
const u = ve(d.target);
|
|
1364
1364
|
u && ($.endCell = {
|
|
1365
1365
|
rowIndex: u.rowIndex,
|
|
1366
1366
|
colIndex: u.colIndex
|
|
1367
|
-
},
|
|
1367
|
+
}, Fe(), He());
|
|
1368
1368
|
}, de = () => {
|
|
1369
1369
|
$.isSelecting = !1;
|
|
1370
|
-
},
|
|
1370
|
+
}, be = () => {
|
|
1371
1371
|
$.selectedCells = [], $.startCell = null, $.endCell = null;
|
|
1372
1372
|
const d = f.value;
|
|
1373
1373
|
if (!d)
|
|
1374
1374
|
return;
|
|
1375
1375
|
d.$el.querySelectorAll(
|
|
1376
1376
|
".cell-selected, .cell-border-top, .cell-border-right, .cell-border-bottom, .cell-border-left"
|
|
1377
|
-
).forEach((
|
|
1378
|
-
|
|
1377
|
+
).forEach((F) => {
|
|
1378
|
+
F.classList.remove(
|
|
1379
1379
|
"cell-selected",
|
|
1380
1380
|
"cell-border-top",
|
|
1381
1381
|
"cell-border-right",
|
|
@@ -1383,21 +1383,21 @@ const _n = { class: "center" }, $n = {
|
|
|
1383
1383
|
"cell-border-left"
|
|
1384
1384
|
);
|
|
1385
1385
|
});
|
|
1386
|
-
},
|
|
1386
|
+
}, Fe = () => {
|
|
1387
1387
|
if (!$.startCell || !$.endCell) {
|
|
1388
1388
|
$.selectedCells = [];
|
|
1389
1389
|
return;
|
|
1390
1390
|
}
|
|
1391
|
-
const d = $.startCell.rowIndex, u = $.endCell.rowIndex,
|
|
1391
|
+
const d = $.startCell.rowIndex, u = $.endCell.rowIndex, F = $.startCell.colIndex, D = $.endCell.colIndex, R = Math.min(d, u), Z = Math.max(d, u), P = Math.min(F, D), re = Math.max(F, D);
|
|
1392
1392
|
$.selectedCells = [];
|
|
1393
|
-
for (let
|
|
1394
|
-
for (let
|
|
1393
|
+
for (let A = R; A <= Z; A++)
|
|
1394
|
+
for (let E = P; E <= re; E++)
|
|
1395
1395
|
$.selectedCells.push({
|
|
1396
|
-
rowIndex:
|
|
1397
|
-
colIndex:
|
|
1396
|
+
rowIndex: A,
|
|
1397
|
+
colIndex: E
|
|
1398
1398
|
});
|
|
1399
|
-
},
|
|
1400
|
-
|
|
1399
|
+
}, He = () => {
|
|
1400
|
+
Ce(() => {
|
|
1401
1401
|
const d = f.value;
|
|
1402
1402
|
if (!d)
|
|
1403
1403
|
return;
|
|
@@ -1414,169 +1414,169 @@ const _n = { class: "center" }, $n = {
|
|
|
1414
1414
|
);
|
|
1415
1415
|
}), $.selectedCells.length === 0)
|
|
1416
1416
|
return;
|
|
1417
|
-
const
|
|
1417
|
+
const F = d.getColumns(), D = $.selectedCells.map((K) => K.rowIndex), R = $.selectedCells.map((K) => K.colIndex), Z = Math.min(...D), P = Math.max(...D), re = Math.min(...R), A = Math.max(...R), E = [
|
|
1418
1418
|
u.querySelector(".vxe-table--body-wrapper tbody"),
|
|
1419
1419
|
u.querySelector(".vxe-table--fixed-left-wrapper tbody"),
|
|
1420
1420
|
u.querySelector(".vxe-table--fixed-right-wrapper tbody")
|
|
1421
1421
|
].filter(Boolean);
|
|
1422
1422
|
$.selectedCells.forEach(({ rowIndex: K, colIndex: X }) => {
|
|
1423
|
-
const B =
|
|
1423
|
+
const B = F[X];
|
|
1424
1424
|
if (!B)
|
|
1425
1425
|
return;
|
|
1426
1426
|
const Q = B.fixed === "left", W = B.fixed === "right";
|
|
1427
|
-
for (const oe of
|
|
1428
|
-
const
|
|
1429
|
-
if (!
|
|
1427
|
+
for (const oe of E) {
|
|
1428
|
+
const _e = oe.querySelectorAll(".vxe-body--row")[K];
|
|
1429
|
+
if (!_e)
|
|
1430
1430
|
continue;
|
|
1431
|
-
const
|
|
1432
|
-
let
|
|
1431
|
+
const ge = Array.from(_e.querySelectorAll(".vxe-body--column"));
|
|
1432
|
+
let U = null;
|
|
1433
1433
|
if (Q && oe.closest(".vxe-table--fixed-left-wrapper")) {
|
|
1434
|
-
const le =
|
|
1435
|
-
|
|
1434
|
+
const le = F.filter((ae) => ae.fixed === "left").indexOf(B);
|
|
1435
|
+
U = ge[le];
|
|
1436
1436
|
} else if (W && oe.closest(".vxe-table--fixed-right-wrapper")) {
|
|
1437
|
-
const le =
|
|
1438
|
-
|
|
1437
|
+
const le = F.filter((ae) => ae.fixed === "right").indexOf(B);
|
|
1438
|
+
U = ge[le];
|
|
1439
1439
|
} else if (!Q && !W && oe.closest(".vxe-table--body-wrapper")) {
|
|
1440
|
-
const
|
|
1441
|
-
|
|
1440
|
+
const pe = l.searchForm.showCheckBox ? 1 : 0, le = F.filter((De) => De.fixed === "left").length, ae = X - le;
|
|
1441
|
+
U = ge[ae + pe];
|
|
1442
1442
|
}
|
|
1443
|
-
if (
|
|
1444
|
-
|
|
1443
|
+
if (U && !U.classList.contains("col--checkbox") && !U.classList.contains("col--seq")) {
|
|
1444
|
+
U.classList.add("cell-selected"), K === Z && U.classList.add("cell-border-top"), K === P && U.classList.add("cell-border-bottom"), X === re && U.classList.add("cell-border-left"), X === A && U.classList.add("cell-border-right");
|
|
1445
1445
|
break;
|
|
1446
1446
|
}
|
|
1447
1447
|
}
|
|
1448
1448
|
});
|
|
1449
1449
|
});
|
|
1450
|
-
},
|
|
1450
|
+
}, Ct = async () => {
|
|
1451
1451
|
if ($.selectedCells.length === 0)
|
|
1452
1452
|
return;
|
|
1453
1453
|
const d = f.value;
|
|
1454
1454
|
if (!d)
|
|
1455
1455
|
return;
|
|
1456
|
-
const u = d.$el,
|
|
1457
|
-
(
|
|
1458
|
-
), R = [...new Set($.selectedCells.map((
|
|
1459
|
-
(
|
|
1456
|
+
const u = d.$el, F = d.getColumns(), D = [...new Set($.selectedCells.map((A) => A.rowIndex))].sort(
|
|
1457
|
+
(A, E) => A - E
|
|
1458
|
+
), R = [...new Set($.selectedCells.map((A) => A.colIndex))].sort(
|
|
1459
|
+
(A, E) => A - E
|
|
1460
1460
|
), Z = [
|
|
1461
1461
|
u.querySelector(".vxe-table--body-wrapper tbody"),
|
|
1462
1462
|
u.querySelector(".vxe-table--fixed-left-wrapper tbody"),
|
|
1463
1463
|
u.querySelector(".vxe-table--fixed-right-wrapper tbody")
|
|
1464
|
-
].filter(Boolean),
|
|
1465
|
-
D.forEach((
|
|
1466
|
-
const
|
|
1464
|
+
].filter(Boolean), P = [];
|
|
1465
|
+
D.forEach((A) => {
|
|
1466
|
+
const E = [];
|
|
1467
1467
|
R.forEach((K) => {
|
|
1468
|
-
const X =
|
|
1468
|
+
const X = F[K];
|
|
1469
1469
|
if (!X) {
|
|
1470
|
-
|
|
1470
|
+
E.push("");
|
|
1471
1471
|
return;
|
|
1472
1472
|
}
|
|
1473
1473
|
const B = X.fixed === "left", Q = X.fixed === "right";
|
|
1474
1474
|
let W = "";
|
|
1475
1475
|
for (const oe of Z) {
|
|
1476
|
-
const
|
|
1477
|
-
if (!
|
|
1476
|
+
const _e = oe.querySelectorAll(".vxe-body--row")[A];
|
|
1477
|
+
if (!_e)
|
|
1478
1478
|
continue;
|
|
1479
|
-
const
|
|
1480
|
-
let
|
|
1479
|
+
const ge = Array.from(_e.querySelectorAll(".vxe-body--column"));
|
|
1480
|
+
let U = null;
|
|
1481
1481
|
if (B && oe.closest(".vxe-table--fixed-left-wrapper")) {
|
|
1482
|
-
const le =
|
|
1483
|
-
|
|
1482
|
+
const le = F.filter((ae) => ae.fixed === "left").indexOf(X);
|
|
1483
|
+
U = ge[le];
|
|
1484
1484
|
} else if (Q && oe.closest(".vxe-table--fixed-right-wrapper")) {
|
|
1485
|
-
const le =
|
|
1486
|
-
|
|
1485
|
+
const le = F.filter((ae) => ae.fixed === "right").indexOf(X);
|
|
1486
|
+
U = ge[le];
|
|
1487
1487
|
} else if (!B && !Q && oe.closest(".vxe-table--body-wrapper")) {
|
|
1488
|
-
const
|
|
1489
|
-
|
|
1488
|
+
const pe = l.searchForm.showCheckBox ? 1 : 0, le = F.filter((De) => De.fixed === "left").length, ae = K - le;
|
|
1489
|
+
U = ge[ae + pe];
|
|
1490
1490
|
}
|
|
1491
|
-
if (
|
|
1492
|
-
W =
|
|
1491
|
+
if (U && !U.classList.contains("col--checkbox") && !U.classList.contains("col--seq")) {
|
|
1492
|
+
W = U.innerText || U.textContent || "", W = W.trim(), W = W.replace(/\n/g, " ").replace(/\s+/g, " ");
|
|
1493
1493
|
break;
|
|
1494
1494
|
}
|
|
1495
1495
|
}
|
|
1496
|
-
|
|
1497
|
-
}),
|
|
1496
|
+
E.push(W);
|
|
1497
|
+
}), P.push(E.join(" "));
|
|
1498
1498
|
});
|
|
1499
|
-
const
|
|
1499
|
+
const re = P.join(`
|
|
1500
1500
|
`);
|
|
1501
1501
|
try {
|
|
1502
|
-
await navigator.clipboard.writeText(
|
|
1503
|
-
} catch (
|
|
1504
|
-
console.error("复制失败:",
|
|
1502
|
+
await navigator.clipboard.writeText(re);
|
|
1503
|
+
} catch (A) {
|
|
1504
|
+
console.error("复制失败:", A);
|
|
1505
1505
|
}
|
|
1506
1506
|
}, Te = (d) => {
|
|
1507
|
-
!l.searchForm.enableCellCopy && !o.enableCellCopy || ((d.ctrlKey || d.metaKey) && d.key === "c" ? $.selectedCells.length > 0 && (d.preventDefault(), d.stopPropagation(),
|
|
1508
|
-
},
|
|
1507
|
+
!l.searchForm.enableCellCopy && !o.enableCellCopy || ((d.ctrlKey || d.metaKey) && d.key === "c" ? $.selectedCells.length > 0 && (d.preventDefault(), d.stopPropagation(), Ct()) : d.key === "Escape" && be());
|
|
1508
|
+
}, Ne = () => {
|
|
1509
1509
|
$.isSelecting = !1;
|
|
1510
|
-
},
|
|
1510
|
+
}, We = (d) => {
|
|
1511
1511
|
const u = f.value;
|
|
1512
1512
|
if (!u || !u.$el)
|
|
1513
1513
|
return;
|
|
1514
|
-
u.$el.contains(d.target) ||
|
|
1515
|
-
}, Ct = (d) => {
|
|
1516
|
-
h[y] = d, E();
|
|
1514
|
+
u.$el.contains(d.target) || be();
|
|
1517
1515
|
}, xt = (d) => {
|
|
1518
|
-
h[
|
|
1516
|
+
h[y] = d, L();
|
|
1517
|
+
}, kt = (d) => {
|
|
1518
|
+
h[p] = d, h[y] = 1, L();
|
|
1519
1519
|
};
|
|
1520
|
-
function
|
|
1520
|
+
function Ze() {
|
|
1521
1521
|
const d = f.value.getCheckboxRecords();
|
|
1522
1522
|
l.searchForm.selections = d;
|
|
1523
1523
|
}
|
|
1524
|
-
const
|
|
1524
|
+
const Ge = (d) => {
|
|
1525
1525
|
const u = f.value;
|
|
1526
1526
|
if (u) {
|
|
1527
1527
|
u.toggleCheckboxRow(d);
|
|
1528
|
-
const
|
|
1529
|
-
l.searchForm.selections =
|
|
1528
|
+
const F = f.value.getCheckboxRecords();
|
|
1529
|
+
l.searchForm.selections = F;
|
|
1530
1530
|
}
|
|
1531
1531
|
};
|
|
1532
|
-
return t({ tableRef: f, getList:
|
|
1533
|
-
var
|
|
1534
|
-
const
|
|
1532
|
+
return t({ tableRef: f, getList: L, getPrm: _, clearSort: b, calculateTableHeight: w }), (d, u) => {
|
|
1533
|
+
var A;
|
|
1534
|
+
const F = q("el-button"), D = q("el-checkbox"), R = q("el-text"), Z = q("vxe-column"), P = q("VxeTable"), re = q("el-pagination");
|
|
1535
1535
|
return I(), ie("div", {
|
|
1536
|
-
class:
|
|
1536
|
+
class: it({ box: e.searchForm.showShadow })
|
|
1537
1537
|
}, [
|
|
1538
|
-
e.searchForm.showSearch ? (I(), N(
|
|
1538
|
+
e.searchForm.showSearch ? (I(), N(kn, {
|
|
1539
1539
|
key: 0,
|
|
1540
1540
|
form: e.searchForm,
|
|
1541
1541
|
onReset: G,
|
|
1542
|
-
onConfirm: u[1] || (u[1] = (
|
|
1542
|
+
onConfirm: u[1] || (u[1] = (E) => L()),
|
|
1543
1543
|
onVisibleChange: H(w)
|
|
1544
1544
|
}, {
|
|
1545
|
-
btn:
|
|
1546
|
-
u[3] || (u[3] =
|
|
1545
|
+
btn: M(() => [
|
|
1546
|
+
u[3] || (u[3] = se("span", { class: "mgr10" }, null, -1)),
|
|
1547
1547
|
ee(d.$slots, "search-bar-btn", {}, void 0, !0),
|
|
1548
|
-
V(
|
|
1548
|
+
V(F, {
|
|
1549
1549
|
class: "mgl10",
|
|
1550
1550
|
round: "",
|
|
1551
|
-
onClick: u[0] || (u[0] = (
|
|
1551
|
+
onClick: u[0] || (u[0] = (E) => f.value.openCustom())
|
|
1552
1552
|
}, {
|
|
1553
|
-
default:
|
|
1554
|
-
V(
|
|
1553
|
+
default: M(() => [
|
|
1554
|
+
V(vt, { name: "Tools" })
|
|
1555
1555
|
]),
|
|
1556
1556
|
_: 1
|
|
1557
1557
|
})
|
|
1558
1558
|
]),
|
|
1559
1559
|
_: 3
|
|
1560
|
-
}, 8, ["form", "onVisibleChange"])) :
|
|
1560
|
+
}, 8, ["form", "onVisibleChange"])) : he("", !0),
|
|
1561
1561
|
ee(d.$slots, "table-header-left", {}, void 0, !0),
|
|
1562
|
-
|
|
1562
|
+
se("div", {
|
|
1563
1563
|
ref_key: "tableContentRef",
|
|
1564
1564
|
ref: c
|
|
1565
1565
|
}, [
|
|
1566
|
-
V(
|
|
1567
|
-
id:
|
|
1566
|
+
V(P, ue({
|
|
1567
|
+
id: g.value,
|
|
1568
1568
|
ref_key: "tableRef",
|
|
1569
1569
|
ref: f,
|
|
1570
|
-
loading: e.loading ||
|
|
1570
|
+
loading: e.loading || s.value,
|
|
1571
1571
|
data: e.api ? i.value : e.data,
|
|
1572
1572
|
border: ""
|
|
1573
1573
|
}, J.value, {
|
|
1574
1574
|
height: S.value,
|
|
1575
|
-
onCheckboxChange:
|
|
1576
|
-
onCheckboxAll:
|
|
1577
|
-
onSortChange: (
|
|
1575
|
+
onCheckboxChange: Ze,
|
|
1576
|
+
onCheckboxAll: Ze,
|
|
1577
|
+
onSortChange: (A = J.value["sort-config"]) == null ? void 0 : A.sortChange
|
|
1578
1578
|
}), {
|
|
1579
|
-
default:
|
|
1579
|
+
default: M(() => [
|
|
1580
1580
|
e.searchForm.showCheckBox == null || e.searchForm.showCheckBox ? (I(), N(Z, {
|
|
1581
1581
|
key: 0,
|
|
1582
1582
|
type: "checkbox",
|
|
@@ -1584,56 +1584,56 @@ const _n = { class: "center" }, $n = {
|
|
|
1584
1584
|
title: d.$t("xu-hao"),
|
|
1585
1585
|
fixed: "left"
|
|
1586
1586
|
}, {
|
|
1587
|
-
checkbox:
|
|
1588
|
-
|
|
1587
|
+
checkbox: M(({ rowIndex: E, row: K, checked: X, disabled: B, indeterminate: Q }) => [
|
|
1588
|
+
se("div", $n, [
|
|
1589
1589
|
X ? (I(), N(D, {
|
|
1590
1590
|
key: 0,
|
|
1591
1591
|
checked: !0,
|
|
1592
1592
|
disabled: B,
|
|
1593
1593
|
size: "default",
|
|
1594
|
-
onClick: Ve((W) => !B &&
|
|
1594
|
+
onClick: Ve((W) => !B && Ge(K), ["stop"])
|
|
1595
1595
|
}, null, 8, ["disabled", "onClick"])) : (I(), N(D, {
|
|
1596
1596
|
key: 1,
|
|
1597
1597
|
disabled: B,
|
|
1598
1598
|
checked: !1,
|
|
1599
1599
|
size: "default",
|
|
1600
|
-
onClick: Ve((W) => !B &&
|
|
1600
|
+
onClick: Ve((W) => !B && Ge(K), ["stop"])
|
|
1601
1601
|
}, null, 8, ["disabled", "onClick"])),
|
|
1602
1602
|
V(R, {
|
|
1603
1603
|
type: "info",
|
|
1604
1604
|
class: "mgl5"
|
|
1605
1605
|
}, {
|
|
1606
|
-
default:
|
|
1607
|
-
ne(te(
|
|
1606
|
+
default: M(() => [
|
|
1607
|
+
ne(te(E + 1), 1)
|
|
1608
1608
|
]),
|
|
1609
1609
|
_: 2
|
|
1610
1610
|
}, 1024)
|
|
1611
1611
|
])
|
|
1612
1612
|
]),
|
|
1613
1613
|
_: 1
|
|
1614
|
-
}, 8, ["width", "title"])) :
|
|
1614
|
+
}, 8, ["width", "title"])) : he("", !0),
|
|
1615
1615
|
ee(d.$slots, "default", {}, void 0, !0)
|
|
1616
1616
|
]),
|
|
1617
1617
|
_: 3
|
|
1618
1618
|
}, 16, ["id", "loading", "data", "height", "onSortChange"])
|
|
1619
1619
|
], 512),
|
|
1620
|
-
e.searchForm.showPage ? (I(), N(
|
|
1620
|
+
e.searchForm.showPage ? (I(), N(re, {
|
|
1621
1621
|
key: 1,
|
|
1622
1622
|
"current-page": h[H(y)],
|
|
1623
|
-
"onUpdate:currentPage": u[2] || (u[2] = (
|
|
1623
|
+
"onUpdate:currentPage": u[2] || (u[2] = (E) => h[H(y)] = E),
|
|
1624
1624
|
class: "myPagination mgt10",
|
|
1625
1625
|
background: "",
|
|
1626
1626
|
layout: "total, sizes, prev, pager, next",
|
|
1627
1627
|
total: h.total,
|
|
1628
|
-
"page-size": h[H(
|
|
1628
|
+
"page-size": h[H(p)],
|
|
1629
1629
|
"page-sizes": e.searchForm.pageSizes || H(o).pageSizes,
|
|
1630
|
-
onCurrentChange:
|
|
1631
|
-
onSizeChange:
|
|
1632
|
-
}, null, 8, ["current-page", "total", "page-size", "page-sizes"])) :
|
|
1630
|
+
onCurrentChange: xt,
|
|
1631
|
+
onSizeChange: kt
|
|
1632
|
+
}, null, 8, ["current-page", "total", "page-size", "page-sizes"])) : he("", !0)
|
|
1633
1633
|
], 2);
|
|
1634
1634
|
};
|
|
1635
1635
|
}
|
|
1636
|
-
},
|
|
1636
|
+
}, io = /* @__PURE__ */ ke(Sn, [["__scopeId", "data-v-c022c16d"]]), co = {
|
|
1637
1637
|
__name: "index",
|
|
1638
1638
|
props: {
|
|
1639
1639
|
sheetsConfig: {
|
|
@@ -1648,15 +1648,15 @@ const _n = { class: "center" }, $n = {
|
|
|
1648
1648
|
setup(e) {
|
|
1649
1649
|
const t = e;
|
|
1650
1650
|
function n() {
|
|
1651
|
-
|
|
1651
|
+
ln(t.fileName, t.sheetsConfig);
|
|
1652
1652
|
}
|
|
1653
|
-
return (a,
|
|
1653
|
+
return (a, r) => {
|
|
1654
1654
|
const o = q("el-link");
|
|
1655
1655
|
return I(), N(o, ue({
|
|
1656
1656
|
type: "primary",
|
|
1657
1657
|
underline: "never"
|
|
1658
1658
|
}, a.$attrs, { onClick: n }), {
|
|
1659
|
-
default:
|
|
1659
|
+
default: M(() => [
|
|
1660
1660
|
ee(a.$slots, "default", {}, () => [
|
|
1661
1661
|
ne(te(a.$t("xia-zai-dao-ru-mo-ban")), 1)
|
|
1662
1662
|
])
|
|
@@ -1665,25 +1665,25 @@ const _n = { class: "center" }, $n = {
|
|
|
1665
1665
|
}, 16);
|
|
1666
1666
|
};
|
|
1667
1667
|
}
|
|
1668
|
-
},
|
|
1668
|
+
}, Fn = {
|
|
1669
1669
|
mounted(e, t) {
|
|
1670
|
-
t.value &&
|
|
1670
|
+
t.value && tt(e);
|
|
1671
1671
|
},
|
|
1672
1672
|
updated(e, t) {
|
|
1673
|
-
t.value ?
|
|
1673
|
+
t.value ? tt(e) : nt(e);
|
|
1674
1674
|
},
|
|
1675
1675
|
beforeUnmount(e) {
|
|
1676
|
-
|
|
1676
|
+
nt(e);
|
|
1677
1677
|
}
|
|
1678
1678
|
};
|
|
1679
|
-
async function
|
|
1680
|
-
await
|
|
1679
|
+
async function tt(e) {
|
|
1680
|
+
await p();
|
|
1681
1681
|
const t = e.querySelector(".el-dialog");
|
|
1682
1682
|
if (!t)
|
|
1683
1683
|
return;
|
|
1684
1684
|
const n = e.querySelector(".el-dialog__header"), a = e.querySelector(".el-overlay");
|
|
1685
1685
|
a.style.cssText += "overflow: hidden;", n.style.cursor = "move";
|
|
1686
|
-
let
|
|
1686
|
+
let r = !1, o = {
|
|
1687
1687
|
// 数据源,不变部分为:window信息、dialog信息、mouse初始值信息,可变部分为:拖拽坐标位移
|
|
1688
1688
|
window: {
|
|
1689
1689
|
// window信息
|
|
@@ -1709,11 +1709,11 @@ async function et(e) {
|
|
|
1709
1709
|
y: 0
|
|
1710
1710
|
}
|
|
1711
1711
|
};
|
|
1712
|
-
n.addEventListener("mousedown", i), document.addEventListener("mousemove",
|
|
1712
|
+
n.addEventListener("mousedown", i), document.addEventListener("mousemove", g), document.addEventListener("mouseup", m), window.addEventListener("resize", y);
|
|
1713
1713
|
function l() {
|
|
1714
|
-
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),
|
|
1714
|
+
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), s();
|
|
1715
1715
|
}
|
|
1716
|
-
function
|
|
1716
|
+
function s() {
|
|
1717
1717
|
let h = o.drag.y - o.mouse.y + o.dialog.y, f = o.drag.x - o.mouse.x + o.dialog.x;
|
|
1718
1718
|
t.style.cssText += `position: absolute; top: calc(${h}px - ${o.dialog.marginTop}); left: ${f}px;`;
|
|
1719
1719
|
}
|
|
@@ -1724,35 +1724,35 @@ async function et(e) {
|
|
|
1724
1724
|
}, o.dialog = t.getBoundingClientRect(), o.dialog.marginTop = window.getComputedStyle(t).marginTop, o.mouse = {
|
|
1725
1725
|
x: h.clientX,
|
|
1726
1726
|
y: h.clientY
|
|
1727
|
-
},
|
|
1727
|
+
}, r = !0);
|
|
1728
1728
|
}
|
|
1729
|
-
function
|
|
1730
|
-
|
|
1729
|
+
function g(h) {
|
|
1730
|
+
r && (o.drag = {
|
|
1731
1731
|
x: h.clientX,
|
|
1732
1732
|
y: h.clientY
|
|
1733
1733
|
}, a.style.userSelect = "none", l());
|
|
1734
1734
|
}
|
|
1735
1735
|
function m(h) {
|
|
1736
|
-
a.style.userSelect = "auto",
|
|
1736
|
+
a.style.userSelect = "auto", r = !1;
|
|
1737
1737
|
}
|
|
1738
1738
|
function y(h) {
|
|
1739
1739
|
}
|
|
1740
|
-
function
|
|
1740
|
+
function p() {
|
|
1741
1741
|
return new Promise((h, f) => {
|
|
1742
1742
|
setTimeout(() => {
|
|
1743
1743
|
h();
|
|
1744
1744
|
}, 500);
|
|
1745
1745
|
});
|
|
1746
1746
|
}
|
|
1747
|
-
e.__mouseDown__ = i, e.__mouseUp__ = m, e.__mouseMove__ =
|
|
1747
|
+
e.__mouseDown__ = i, e.__mouseUp__ = m, e.__mouseMove__ = g, e.__sizeChange__ = y;
|
|
1748
1748
|
}
|
|
1749
|
-
function
|
|
1749
|
+
function nt(e) {
|
|
1750
1750
|
document.removeEventListener("mousedown", e.__mouseDown__), document.removeEventListener("mousemove", e.__mouseMove__), document.removeEventListener("mouseup", e.__mouseUp__), window.removeEventListener("resize", e.__sizeChange__);
|
|
1751
1751
|
}
|
|
1752
1752
|
const Ln = {
|
|
1753
1753
|
key: 0,
|
|
1754
1754
|
class: "drawer-btn"
|
|
1755
|
-
}, En = { key: 1 },
|
|
1755
|
+
}, En = { key: 1 }, uo = {
|
|
1756
1756
|
__name: "index",
|
|
1757
1757
|
props: {
|
|
1758
1758
|
layer: {
|
|
@@ -1772,23 +1772,23 @@ const Ln = {
|
|
|
1772
1772
|
},
|
|
1773
1773
|
emits: ["confirm"],
|
|
1774
1774
|
setup(e, { emit: t }) {
|
|
1775
|
-
const n = e, a = t, { t:
|
|
1775
|
+
const n = e, a = t, { t: r } = ye(), o = Re(() => {
|
|
1776
1776
|
a("confirm");
|
|
1777
1777
|
}, 300);
|
|
1778
1778
|
async function l() {
|
|
1779
|
-
n.layer.type == "drawer" ? n.layer.onClose ? n.layer.onClose() : n.layer.closeConfirm ? await Lt.confirm(
|
|
1780
|
-
confirmButtonText:
|
|
1781
|
-
cancelButtonText:
|
|
1779
|
+
n.layer.type == "drawer" ? n.layer.onClose ? n.layer.onClose() : n.layer.closeConfirm ? await Lt.confirm(r("que-ding-guan-bi-ma"), {
|
|
1780
|
+
confirmButtonText: r("que-ding"),
|
|
1781
|
+
cancelButtonText: r("qu-xiao"),
|
|
1782
1782
|
type: "warning"
|
|
1783
1783
|
}).catch(() => {
|
|
1784
1784
|
}) == "confirm" && (n.layer.show = !1) : n.layer.show = !1 : n.layer.show = !1;
|
|
1785
1785
|
}
|
|
1786
|
-
return (
|
|
1787
|
-
const
|
|
1786
|
+
return (s, i) => {
|
|
1787
|
+
const g = q("el-button"), m = q("el-drawer"), y = q("el-dialog");
|
|
1788
1788
|
return e.layer.type ? (I(), N(m, {
|
|
1789
1789
|
key: 0,
|
|
1790
1790
|
modelValue: e.layer.show,
|
|
1791
|
-
"onUpdate:modelValue": i[0] || (i[0] = (
|
|
1791
|
+
"onUpdate:modelValue": i[0] || (i[0] = (p) => e.layer.show = p),
|
|
1792
1792
|
size: e.layer.width || "100%",
|
|
1793
1793
|
title: e.layer.title,
|
|
1794
1794
|
direction: "rtl",
|
|
@@ -1796,61 +1796,61 @@ const Ln = {
|
|
|
1796
1796
|
"before-close": l,
|
|
1797
1797
|
class: "drawer-content"
|
|
1798
1798
|
}, {
|
|
1799
|
-
default:
|
|
1800
|
-
ee(
|
|
1801
|
-
i[2] || (i[2] =
|
|
1799
|
+
default: M(() => [
|
|
1800
|
+
ee(s.$slots, "default"),
|
|
1801
|
+
i[2] || (i[2] = se("p", { class: "mgt50" }, null, -1)),
|
|
1802
1802
|
e.layer.showButton ? (I(), ie("div", Ln, [
|
|
1803
|
-
ee(
|
|
1804
|
-
V(
|
|
1805
|
-
default:
|
|
1806
|
-
ne(te(
|
|
1803
|
+
ee(s.$slots, "btn", {}, () => [
|
|
1804
|
+
V(g, { onClick: l }, {
|
|
1805
|
+
default: M(() => [
|
|
1806
|
+
ne(te(s.$t("qu-xiao")), 1)
|
|
1807
1807
|
]),
|
|
1808
1808
|
_: 1
|
|
1809
1809
|
}),
|
|
1810
|
-
V(
|
|
1810
|
+
V(g, {
|
|
1811
1811
|
type: "primary",
|
|
1812
1812
|
loading: e.loading,
|
|
1813
1813
|
onClick: H(o)
|
|
1814
1814
|
}, {
|
|
1815
|
-
default:
|
|
1816
|
-
ne(te(
|
|
1815
|
+
default: M(() => [
|
|
1816
|
+
ne(te(s.$t("ti-jiao")), 1)
|
|
1817
1817
|
]),
|
|
1818
1818
|
_: 1
|
|
1819
1819
|
}, 8, ["loading", "onClick"])
|
|
1820
1820
|
])
|
|
1821
|
-
])) :
|
|
1821
|
+
])) : he("", !0)
|
|
1822
1822
|
]),
|
|
1823
1823
|
_: 3
|
|
1824
|
-
}, 8, ["modelValue", "size", "title"])) :
|
|
1824
|
+
}, 8, ["modelValue", "size", "title"])) : qt((I(), ie("div", En, [
|
|
1825
1825
|
V(y, {
|
|
1826
1826
|
"close-on-click-modal": !1,
|
|
1827
1827
|
modelValue: e.layer.show,
|
|
1828
|
-
"onUpdate:modelValue": i[1] || (i[1] = (
|
|
1828
|
+
"onUpdate:modelValue": i[1] || (i[1] = (p) => e.layer.show = p),
|
|
1829
1829
|
title: e.layer.title,
|
|
1830
1830
|
width: e.layer.width || 500,
|
|
1831
1831
|
center: ""
|
|
1832
|
-
},
|
|
1833
|
-
default:
|
|
1834
|
-
ee(
|
|
1832
|
+
}, at({
|
|
1833
|
+
default: M(() => [
|
|
1834
|
+
ee(s.$slots, "default")
|
|
1835
1835
|
]),
|
|
1836
1836
|
_: 2
|
|
1837
1837
|
}, [
|
|
1838
1838
|
e.layer.showButton ? {
|
|
1839
1839
|
name: "footer",
|
|
1840
|
-
fn:
|
|
1841
|
-
ee(
|
|
1842
|
-
V(
|
|
1843
|
-
default:
|
|
1844
|
-
ne(te(
|
|
1840
|
+
fn: M(() => [
|
|
1841
|
+
ee(s.$slots, "btn", {}, () => [
|
|
1842
|
+
V(g, { onClick: l }, {
|
|
1843
|
+
default: M(() => [
|
|
1844
|
+
ne(te(s.$t("qu-xiao")), 1)
|
|
1845
1845
|
]),
|
|
1846
1846
|
_: 1
|
|
1847
1847
|
}),
|
|
1848
|
-
V(
|
|
1848
|
+
V(g, {
|
|
1849
1849
|
type: "primary",
|
|
1850
1850
|
onClick: H(o)
|
|
1851
1851
|
}, {
|
|
1852
|
-
default:
|
|
1853
|
-
ne(te(
|
|
1852
|
+
default: M(() => [
|
|
1853
|
+
ne(te(s.$t("ti-jiao")), 1)
|
|
1854
1854
|
]),
|
|
1855
1855
|
_: 1
|
|
1856
1856
|
}, 8, ["onClick"])
|
|
@@ -1860,30 +1860,30 @@ const Ln = {
|
|
|
1860
1860
|
} : void 0
|
|
1861
1861
|
]), 1032, ["modelValue", "title", "width"])
|
|
1862
1862
|
])), [
|
|
1863
|
-
[H(
|
|
1863
|
+
[H(Fn), e.layer.show]
|
|
1864
1864
|
]);
|
|
1865
1865
|
};
|
|
1866
1866
|
}
|
|
1867
1867
|
};
|
|
1868
|
-
function
|
|
1869
|
-
const n =
|
|
1868
|
+
function fo(e, t = {}) {
|
|
1869
|
+
const n = xe(), a = {
|
|
1870
1870
|
inForm: !0,
|
|
1871
1871
|
required: !0,
|
|
1872
1872
|
...t
|
|
1873
|
-
},
|
|
1873
|
+
}, r = {
|
|
1874
1874
|
phone: /^1(3[0-9]|4[01456879]|5[0-35-9]|6[2567]|7[0-8]|8[0-9]|9[0-35-9])\d{8}$/,
|
|
1875
1875
|
password: /(?=.*\d)(?=.*[a-zA-Z])(?=.*[^a-zA-Z0-9]).{8,12}/,
|
|
1876
1876
|
email: /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/
|
|
1877
|
-
}[e], { inForm: o, value: l, required:
|
|
1878
|
-
return o ? function(
|
|
1879
|
-
if (
|
|
1880
|
-
|
|
1877
|
+
}[e], { inForm: o, value: l, required: s, msg: i = n("validate.invalidInput") } = a;
|
|
1878
|
+
return o ? function(g, m, y) {
|
|
1879
|
+
if (s) {
|
|
1880
|
+
r.test(m) ? y() : y(new Error(i));
|
|
1881
1881
|
return;
|
|
1882
1882
|
}
|
|
1883
|
-
m && !
|
|
1884
|
-
} :
|
|
1883
|
+
m && !r.test(m) ? y(new Error(i)) : y();
|
|
1884
|
+
} : r.test(l);
|
|
1885
1885
|
}
|
|
1886
|
-
class
|
|
1886
|
+
class ho {
|
|
1887
1887
|
constructor(t = {}) {
|
|
1888
1888
|
this.config = {
|
|
1889
1889
|
clientCode: t.clientCode || "one-portal",
|
|
@@ -2030,10 +2030,10 @@ class ro {
|
|
|
2030
2030
|
};
|
|
2031
2031
|
a.headers.appId = this.config.clientCode, this.token && (a.headers.Authorization = `Bearer ${this.token}`);
|
|
2032
2032
|
try {
|
|
2033
|
-
const
|
|
2034
|
-
return
|
|
2035
|
-
} catch (
|
|
2036
|
-
throw this.log("请求失败:",
|
|
2033
|
+
const r = await fetch(t, a);
|
|
2034
|
+
return r.status === 401 ? (this.log("Token已过期,需要重新登录"), this.logout(), null) : r;
|
|
2035
|
+
} catch (r) {
|
|
2036
|
+
throw this.log("请求失败:", r), r;
|
|
2037
2037
|
}
|
|
2038
2038
|
}
|
|
2039
2039
|
/**
|
|
@@ -2089,61 +2089,80 @@ class ro {
|
|
|
2089
2089
|
return this.config[t];
|
|
2090
2090
|
}
|
|
2091
2091
|
}
|
|
2092
|
-
function
|
|
2092
|
+
function Ke(e, t = 2, n = ".", a = ",") {
|
|
2093
|
+
(e == null || e === "") && (e = 0);
|
|
2094
|
+
const r = Number(e);
|
|
2095
|
+
isNaN(r) ? e = 0 : e = r, t = Math.max(0, Math.floor(t));
|
|
2096
|
+
const l = e.toFixed(t).split(".");
|
|
2097
|
+
let s = l[0];
|
|
2098
|
+
const i = l[1], g = s.startsWith("-");
|
|
2099
|
+
return g && (s = s.slice(1)), s = s.replace(/\B(?=(\d{3})+(?!\d))/g, a), g && (s = "-" + s), t > 0 ? s + n + i : s;
|
|
2100
|
+
}
|
|
2101
|
+
function In(e, t = 2) {
|
|
2102
|
+
return Ke(e, t);
|
|
2103
|
+
}
|
|
2104
|
+
function Tn(e, t = 2) {
|
|
2105
|
+
(e == null || e === "") && (e = 0);
|
|
2106
|
+
const n = Number(e);
|
|
2107
|
+
isNaN(n) ? e = 0 : e = n;
|
|
2108
|
+
const a = e * 100;
|
|
2109
|
+
return Ke(a, t) + "%";
|
|
2110
|
+
}
|
|
2111
|
+
function mo(e, t = {}) {
|
|
2093
2112
|
const a = Object.assign({
|
|
2094
2113
|
manual: !1,
|
|
2095
2114
|
// 手动执行
|
|
2096
2115
|
log: !1,
|
|
2097
2116
|
params: null,
|
|
2098
2117
|
format: null
|
|
2099
|
-
}, t), { manual:
|
|
2100
|
-
const h =
|
|
2118
|
+
}, t), { manual: r, log: o, params: l = {}, cb: s, format: i } = a, g = j([]), m = j(!1), y = (p) => {
|
|
2119
|
+
const h = p || l;
|
|
2101
2120
|
m.value = !0, e(h).then((f) => {
|
|
2102
2121
|
const { code: c, data: v, msg: w } = f;
|
|
2103
|
-
if (
|
|
2122
|
+
if (s) {
|
|
2104
2123
|
const { records: x, rows: C } = v || {}, S = x || C ? x || C : v;
|
|
2105
|
-
|
|
2124
|
+
g.value = ze(S, i), s(f);
|
|
2106
2125
|
}
|
|
2107
2126
|
if (v) {
|
|
2108
2127
|
if (v.records != null || v.rows != null) {
|
|
2109
2128
|
const { records: x, rows: C, total: S = 0 } = v || {};
|
|
2110
|
-
h && h.total != null && (l.total = parseInt(S)),
|
|
2129
|
+
h && h.total != null && (l.total = parseInt(S)), g.value = ze(x || C || [], i);
|
|
2111
2130
|
} else
|
|
2112
|
-
|
|
2113
|
-
o && console.log("useRequest-res",
|
|
2131
|
+
g.value = ze(v, i);
|
|
2132
|
+
o && console.log("useRequest-res", g.value);
|
|
2114
2133
|
}
|
|
2115
2134
|
}).catch((f) => {
|
|
2116
|
-
|
|
2135
|
+
s && (console.log("useRequestErr", f), s({ code: 500 }));
|
|
2117
2136
|
}).finally(() => {
|
|
2118
2137
|
m.value = !1;
|
|
2119
2138
|
});
|
|
2120
2139
|
};
|
|
2121
|
-
return
|
|
2140
|
+
return r || y(), [m, g, y];
|
|
2122
2141
|
}
|
|
2123
|
-
function
|
|
2124
|
-
const t =
|
|
2125
|
-
return
|
|
2126
|
-
const o =
|
|
2142
|
+
function go(e) {
|
|
2143
|
+
const t = j(e), n = j(""), a = j("");
|
|
2144
|
+
return je(t, (r) => {
|
|
2145
|
+
const o = r || ["", ""];
|
|
2127
2146
|
n.value = o[0], a.value = o[1];
|
|
2128
2147
|
}), [t, n, a];
|
|
2129
2148
|
}
|
|
2130
|
-
function
|
|
2149
|
+
function po(e) {
|
|
2131
2150
|
return Object.prototype.toString.call(e).slice(8, -1).toLowerCase();
|
|
2132
2151
|
}
|
|
2133
|
-
function
|
|
2152
|
+
function ze(e, t) {
|
|
2134
2153
|
if (!t)
|
|
2135
2154
|
return e;
|
|
2136
2155
|
if (e instanceof Array)
|
|
2137
2156
|
return e.map((a) => {
|
|
2138
|
-
let
|
|
2139
|
-
return t.forEach((o) =>
|
|
2157
|
+
let r = {};
|
|
2158
|
+
return t.forEach((o) => r[o] = a[o]), r;
|
|
2140
2159
|
});
|
|
2141
2160
|
let n = {};
|
|
2142
2161
|
return t.forEach((a) => n[a] = e[a]), n;
|
|
2143
2162
|
}
|
|
2144
|
-
function
|
|
2145
|
-
const { locale: n } =
|
|
2146
|
-
return
|
|
2163
|
+
function yo(e, t = []) {
|
|
2164
|
+
const { locale: n } = ye(), a = j(e());
|
|
2165
|
+
return je(
|
|
2147
2166
|
[n, ...t],
|
|
2148
2167
|
() => {
|
|
2149
2168
|
a.value = e();
|
|
@@ -2151,42 +2170,63 @@ function fo(e, t = []) {
|
|
|
2151
2170
|
{ immediate: !0 }
|
|
2152
2171
|
), a;
|
|
2153
2172
|
}
|
|
2154
|
-
function
|
|
2173
|
+
function vo(e, t = "zh_cn", n = "en_us") {
|
|
2155
2174
|
if (!e)
|
|
2156
2175
|
return "-";
|
|
2157
2176
|
const a = { en_us: n, zh_cn: t }, o = Ye().global.locale.value;
|
|
2158
2177
|
return e[a[o]] || e[t] || "-";
|
|
2159
2178
|
}
|
|
2160
|
-
function
|
|
2161
|
-
let n = Pt;
|
|
2162
|
-
return typeof e == "string" && e.length > 0 && (n = Be(e).mapState), bt(t, n);
|
|
2163
|
-
}
|
|
2164
|
-
function go(e, t) {
|
|
2179
|
+
function bo(e, t) {
|
|
2165
2180
|
let n = Rt;
|
|
2166
|
-
return typeof e == "string" && e.length > 0 && (n = Be(e).
|
|
2181
|
+
return typeof e == "string" && e.length > 0 && (n = Be(e).mapState), wt(t, n);
|
|
2167
2182
|
}
|
|
2168
|
-
function
|
|
2183
|
+
function wo(e, t) {
|
|
2169
2184
|
let n = Bt;
|
|
2170
|
-
return typeof e == "string" && e.length > 0 && (n = Be(e).
|
|
2185
|
+
return typeof e == "string" && e.length > 0 && (n = Be(e).mapGetters), wt(t, n);
|
|
2186
|
+
}
|
|
2187
|
+
function Co(e, t) {
|
|
2188
|
+
let n = Yt;
|
|
2189
|
+
return typeof e == "string" && e.length > 0 && (n = Be(e).mapActions), Dn(t, n);
|
|
2171
2190
|
}
|
|
2172
|
-
function
|
|
2173
|
-
const n =
|
|
2191
|
+
function wt(e, t) {
|
|
2192
|
+
const n = dt(), a = t(e), r = {};
|
|
2174
2193
|
return Object.keys(a).forEach((o) => {
|
|
2175
2194
|
const l = a[o].bind({ $store: n });
|
|
2176
|
-
|
|
2177
|
-
}),
|
|
2195
|
+
r[o] = ce(l);
|
|
2196
|
+
}), r;
|
|
2178
2197
|
}
|
|
2179
|
-
function
|
|
2180
|
-
const n =
|
|
2198
|
+
function Dn(e, t) {
|
|
2199
|
+
const n = dt(), a = t(e), r = {};
|
|
2181
2200
|
return Object.keys(a).forEach((o) => {
|
|
2182
|
-
|
|
2183
|
-
}),
|
|
2201
|
+
r[o] = a[o].bind({ $store: n });
|
|
2202
|
+
}), r;
|
|
2184
2203
|
}
|
|
2185
|
-
function
|
|
2186
|
-
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !
|
|
2204
|
+
function Ee(e) {
|
|
2205
|
+
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !Pt(e);
|
|
2187
2206
|
}
|
|
2188
|
-
function
|
|
2189
|
-
|
|
2207
|
+
function Mn() {
|
|
2208
|
+
fe.formats.add("formatNumber", {
|
|
2209
|
+
cellFormatMethod({
|
|
2210
|
+
cellValue: e
|
|
2211
|
+
}, t = 2) {
|
|
2212
|
+
return Ke(e, t);
|
|
2213
|
+
}
|
|
2214
|
+
}), fe.formats.add("formatMoney", {
|
|
2215
|
+
cellFormatMethod({
|
|
2216
|
+
cellValue: e
|
|
2217
|
+
}, t = 2) {
|
|
2218
|
+
return In(e, t);
|
|
2219
|
+
}
|
|
2220
|
+
}), fe.formats.add("formatPercent", {
|
|
2221
|
+
cellFormatMethod({
|
|
2222
|
+
cellValue: e
|
|
2223
|
+
}, t = 2) {
|
|
2224
|
+
return Tn(e, t);
|
|
2225
|
+
}
|
|
2226
|
+
});
|
|
2227
|
+
}
|
|
2228
|
+
function zn() {
|
|
2229
|
+
fe.renderer.add("Enum", {
|
|
2190
2230
|
// 默认显示模板
|
|
2191
2231
|
renderTableDefault(e, t) {
|
|
2192
2232
|
let n;
|
|
@@ -2194,18 +2234,18 @@ function yo() {
|
|
|
2194
2234
|
return "-";
|
|
2195
2235
|
const a = t.row[t.column.field];
|
|
2196
2236
|
if (e.type == "tag") {
|
|
2197
|
-
let
|
|
2237
|
+
let r;
|
|
2198
2238
|
return V(q("el-text"), {
|
|
2199
2239
|
type: e.enum.getTag(a)
|
|
2200
|
-
},
|
|
2201
|
-
default: () => [
|
|
2240
|
+
}, Ee(r = e.enum.getName(a)) ? r : {
|
|
2241
|
+
default: () => [r]
|
|
2202
2242
|
});
|
|
2203
2243
|
}
|
|
2204
|
-
return V(q("el-text"), null,
|
|
2244
|
+
return V(q("el-text"), null, Ee(n = e.enum.getName(a)) ? n : {
|
|
2205
2245
|
default: () => [n]
|
|
2206
2246
|
});
|
|
2207
2247
|
}
|
|
2208
|
-
}),
|
|
2248
|
+
}), fe.renderer.add("InputNumber", {
|
|
2209
2249
|
// 默认显示模板
|
|
2210
2250
|
renderTableDefault(e, t) {
|
|
2211
2251
|
return V(Et, ue({
|
|
@@ -2216,109 +2256,117 @@ function yo() {
|
|
|
2216
2256
|
"value-on-clear": 0
|
|
2217
2257
|
}), null);
|
|
2218
2258
|
}
|
|
2219
|
-
}),
|
|
2259
|
+
}), fe.renderer.add("TrueFalse", {
|
|
2220
2260
|
// 默认显示模板
|
|
2221
2261
|
renderTableDefault(e, t) {
|
|
2222
2262
|
const {
|
|
2223
2263
|
locale: n
|
|
2224
|
-
} =
|
|
2264
|
+
} = ye();
|
|
2225
2265
|
let a = n.value == "zh_cn";
|
|
2226
|
-
return V(
|
|
2266
|
+
return V(It, {
|
|
2227
2267
|
type: t.row[t.column.field] ? "success" : "danger"
|
|
2228
2268
|
}, {
|
|
2229
2269
|
default: () => [t.row[t.column.field] ? a ? "是" : "YES" : a ? "否" : "NO"]
|
|
2230
2270
|
});
|
|
2231
2271
|
}
|
|
2232
|
-
}),
|
|
2272
|
+
}), fe.renderer.add("I18n", {
|
|
2233
2273
|
// 默认显示模板
|
|
2234
2274
|
renderTableDefault(e, t) {
|
|
2235
2275
|
const {
|
|
2236
2276
|
locale: n
|
|
2237
|
-
} =
|
|
2277
|
+
} = ye();
|
|
2238
2278
|
let a = n.value == "zh_cn" ? t.column.field : e.fieldEn;
|
|
2239
2279
|
return t.row[a] || t.row[t.column.field];
|
|
2240
2280
|
}
|
|
2241
|
-
}),
|
|
2281
|
+
}), fe.renderer.add("Link", {
|
|
2242
2282
|
// 默认显示模板
|
|
2243
2283
|
renderTableDefault(e, t) {
|
|
2244
2284
|
let n = t.column.field;
|
|
2245
2285
|
const a = jt(), {
|
|
2246
|
-
multiple:
|
|
2286
|
+
multiple: r,
|
|
2247
2287
|
to: o,
|
|
2248
2288
|
openType: l = "system"
|
|
2249
|
-
} = e,
|
|
2250
|
-
function i(
|
|
2251
|
-
l == "blank" ? window.open(
|
|
2252
|
-
path:
|
|
2289
|
+
} = e, s = t.row[n];
|
|
2290
|
+
function i(g, m) {
|
|
2291
|
+
l == "blank" ? window.open(g) : a.push({
|
|
2292
|
+
path: g,
|
|
2253
2293
|
query: {
|
|
2254
2294
|
[n]: m
|
|
2255
2295
|
}
|
|
2256
2296
|
});
|
|
2257
2297
|
}
|
|
2258
|
-
if (
|
|
2259
|
-
const
|
|
2260
|
-
return
|
|
2298
|
+
if (r) {
|
|
2299
|
+
const g = (s == null ? void 0 : s.split(",")) || [];
|
|
2300
|
+
return g.map((m, y) => V("span", null, [V(Je, {
|
|
2261
2301
|
underline: "never",
|
|
2262
2302
|
type: "primary",
|
|
2263
2303
|
onclick: () => i(l == "stystem" ? o : m, m)
|
|
2264
|
-
},
|
|
2304
|
+
}, Ee(m) ? m : {
|
|
2265
2305
|
default: () => [m]
|
|
2266
|
-
}), y <
|
|
2306
|
+
}), y < g.length - 1 ? "," : ""]));
|
|
2267
2307
|
}
|
|
2268
|
-
return V(
|
|
2308
|
+
return V(Je, {
|
|
2269
2309
|
underline: "never",
|
|
2270
2310
|
type: "primary",
|
|
2271
|
-
onclick: () => i(l == "stystem" ? o :
|
|
2272
|
-
},
|
|
2273
|
-
default: () => [
|
|
2311
|
+
onclick: () => i(l == "stystem" ? o : s, s)
|
|
2312
|
+
}, Ee(s) ? s : {
|
|
2313
|
+
default: () => [s]
|
|
2274
2314
|
});
|
|
2275
2315
|
}
|
|
2276
2316
|
});
|
|
2277
2317
|
}
|
|
2318
|
+
function xo() {
|
|
2319
|
+
Mn(), zn();
|
|
2320
|
+
}
|
|
2278
2321
|
export {
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2322
|
+
un as CmpDictionary,
|
|
2323
|
+
vt as CmpIcon,
|
|
2324
|
+
lo as ConfrimButton,
|
|
2325
|
+
co as DownExcelTemp,
|
|
2326
|
+
ao as ImportButton,
|
|
2327
|
+
Kn as LayOutForm,
|
|
2328
|
+
uo as Layer,
|
|
2329
|
+
io as ListPage,
|
|
2330
|
+
ho as OnePortalCasSDK,
|
|
2331
|
+
kn as SearchBar,
|
|
2332
|
+
et as StatusMap,
|
|
2333
|
+
Zn as _toRaw,
|
|
2334
|
+
po as _typeOf,
|
|
2335
|
+
Jn as arrToStatusMap,
|
|
2336
|
+
Gn as arrayToTree,
|
|
2337
|
+
eo as checkFileSize,
|
|
2338
|
+
fo as creatValidator,
|
|
2339
|
+
no as createImportFields,
|
|
2340
|
+
to as createListPageId,
|
|
2341
|
+
Pe as en_us,
|
|
2342
|
+
Nn as exportExcel,
|
|
2343
|
+
ln as exportExcelMuilti,
|
|
2344
|
+
In as formatMoney,
|
|
2345
|
+
Ke as formatNumber,
|
|
2346
|
+
Tn as formatPercent,
|
|
2301
2347
|
Ye as getI18n,
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2348
|
+
xe as getI18nT,
|
|
2349
|
+
_n as getListPageConfig,
|
|
2350
|
+
vo as getLocaleValue,
|
|
2351
|
+
oo as getValueBykey,
|
|
2352
|
+
Hn as importExcel,
|
|
2353
|
+
nn as importExcelMuilti,
|
|
2354
|
+
Zt as messages,
|
|
2355
|
+
Mn as registerVxeFormatters,
|
|
2356
|
+
xo as registerVxePlugins,
|
|
2357
|
+
zn as registerVxeRenderers,
|
|
2358
|
+
so as resetListPageConfig,
|
|
2359
|
+
ro as setListPageConfig,
|
|
2360
|
+
Gt as setupI18n,
|
|
2361
|
+
Wn as sleep,
|
|
2362
|
+
yt as stringToArray,
|
|
2363
|
+
Xn as stripHtmlTags,
|
|
2364
|
+
Qn as unicode2Str,
|
|
2365
|
+
Co as useActions,
|
|
2366
|
+
go as useDatePicker,
|
|
2367
|
+
wo as useGetters,
|
|
2368
|
+
yo as useI18nReState,
|
|
2369
|
+
mo as useRequest,
|
|
2370
|
+
bo as useState,
|
|
2323
2371
|
qe as zh_cn
|
|
2324
2372
|
};
|