@unizhen/ui 0.0.37 → 0.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ui.css +1 -1
- package/lib/ui.js +351 -340
- package/package.json +1 -1
package/lib/ui.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
var Xc = Object.defineProperty;
|
|
2
2
|
var Yc = (e, t, r) => t in e ? Xc(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
|
|
3
3
|
var zt = (e, t, r) => Yc(e, typeof t != "symbol" ? t + "" : t, r);
|
|
4
|
-
import { defineComponent as ie, createElementBlock as w, openBlock as c, createStaticVNode as P, createElementVNode as l, ref as N, watch as
|
|
5
|
-
import { createDiscreteApi as rd, NPopover as ct, NFlex as Ll, NButton as _e, NPopconfirm as ja, NTooltip as Hl, NIcon as be, NDropdown as nd, NCascader as Kl, NCheckboxGroup as qa, NCheckbox as Ra, NColorPicker as ad, NSwitch as od, NTimePicker as sd, NDatePicker as ld, NInputNumber as id, NSelect as Gl, NInput as ud, NDivider as Fa, NFormItem as Ba, NForm as Va, NInputGroup as Ua, NUploadDragger as cd, NImage as Wl, NUpload as Jl, useNotification as Ft, NImageGroup as dd, NModal as fd, NInputGroupLabel as Ql, NGridItem as Xl, NGrid as Yl, NButtonGroup as pd, NDrawerContent as Pa, NDrawer as Ea, NTag as hd, NEllipsis as md, NSpin as La, NRadioGroup as Zl, NSkeleton as ei, NDataTable as Ha, NPagination as wd, NRadio as gd, NTabPane as vd, NTabs as yd, darkTheme as
|
|
4
|
+
import { defineComponent as ie, createElementBlock as w, openBlock as c, createStaticVNode as P, createElementVNode as l, ref as N, watch as fe, nextTick as Le, h as Y, reactive as Oa, resolveComponent as M, createBlock as R, withCtx as y, toDisplayString as U, createVNode as I, computed as Ke, normalizeStyle as Ne, inject as Ge, normalizeClass as de, createSlots as Fe, createTextVNode as K, Fragment as le, renderList as $e, provide as xa, onMounted as Je, resolveDirective as Ul, withDirectives as yt, createCommentVNode as W, mergeProps as Ca, withModifiers as Ot, watchEffect as Pl, onBeforeUnmount as Aa, withKeys as Zc, renderSlot as Te, markRaw as ed, defineAsyncComponent as td, onUnmounted as El, vShow as $a, resolveDynamicComponent as yo } from "vue";
|
|
5
|
+
import { createDiscreteApi as rd, NPopover as ct, NFlex as Ll, NButton as _e, NPopconfirm as ja, NTooltip as Hl, NIcon as be, NDropdown as nd, NCascader as Kl, NCheckboxGroup as qa, NCheckbox as Ra, NColorPicker as ad, NSwitch as od, NTimePicker as sd, NDatePicker as ld, NInputNumber as id, NSelect as Gl, NInput as ud, NDivider as Fa, NFormItem as Ba, NForm as Va, NInputGroup as Ua, NUploadDragger as cd, NImage as Wl, NUpload as Jl, useNotification as Ft, NImageGroup as dd, NModal as fd, NInputGroupLabel as Ql, NGridItem as Xl, NGrid as Yl, NButtonGroup as pd, NDrawerContent as Pa, NDrawer as Ea, NTag as hd, NEllipsis as md, NSpin as La, NRadioGroup as Zl, NSkeleton as ei, NDataTable as Ha, NPagination as wd, NRadio as gd, NTabPane as vd, NTabs as yd, darkTheme as ve, NConfigProvider as kd, dateZhCN as bd, zhCN as _d } from "naive-ui";
|
|
6
6
|
import Ka from "axios";
|
|
7
7
|
import { createRouter as xd, createWebHistory as Cd, useRouter as $d, useRoute as Bt } from "vue-router";
|
|
8
8
|
import { createI18n as Md, useI18n as Vt } from "vue-i18n";
|
|
@@ -2330,7 +2330,7 @@ const oc = /* @__PURE__ */ _(Iw, [["render", zw]]), sc = /* @__PURE__ */ Object.
|
|
|
2330
2330
|
}
|
|
2331
2331
|
r.value = a;
|
|
2332
2332
|
};
|
|
2333
|
-
return n(e.icon),
|
|
2333
|
+
return n(e.icon), fe(
|
|
2334
2334
|
() => e.icon,
|
|
2335
2335
|
(a) => {
|
|
2336
2336
|
n(a);
|
|
@@ -2750,7 +2750,7 @@ const Kt = "/apiserver/", xo = () => {
|
|
|
2750
2750
|
Ae.delete(a);
|
|
2751
2751
|
});
|
|
2752
2752
|
return Ae.set(a, o), o;
|
|
2753
|
-
},
|
|
2753
|
+
}, pe = (e, t = {}, r = "json", n = 3e5) => {
|
|
2754
2754
|
const a = JSON.stringify({
|
|
2755
2755
|
fetchUri: e,
|
|
2756
2756
|
...t
|
|
@@ -2778,7 +2778,7 @@ const Kt = "/apiserver/", xo = () => {
|
|
|
2778
2778
|
url: `${Kt}${e}`,
|
|
2779
2779
|
method: "POST",
|
|
2780
2780
|
data: t
|
|
2781
|
-
}), Kw = (e) =>
|
|
2781
|
+
}), Kw = (e) => pe("dynamic-table/queryById", { id: e }), Gw = (e) => pe("dynamic-table/createTime", { id: e }), Ze = (e) => pe("table/query", e), to = (e) => pe("table/submit", e), Ww = (e) => pe("table/delete", e), Co = (e, t, r) => pe("calculation/sqlExecute", {
|
|
2782
2782
|
calculationIds: e,
|
|
2783
2783
|
linkId: t,
|
|
2784
2784
|
...r
|
|
@@ -2817,7 +2817,7 @@ const Kt = "/apiserver/", xo = () => {
|
|
|
2817
2817
|
...o
|
|
2818
2818
|
}),
|
|
2819
2819
|
it,
|
|
2820
|
-
|
|
2820
|
+
pe
|
|
2821
2821
|
);
|
|
2822
2822
|
} catch (a) {
|
|
2823
2823
|
oe(a);
|
|
@@ -3274,7 +3274,7 @@ function $g(e, t, r, n, a, o) {
|
|
|
3274
3274
|
r: "50",
|
|
3275
3275
|
fill: "none",
|
|
3276
3276
|
"stroke-width": "10",
|
|
3277
|
-
style:
|
|
3277
|
+
style: Ne(e.calculateCircle()),
|
|
3278
3278
|
stroke: "url(#uz-progress-grad)"
|
|
3279
3279
|
}, null, 4),
|
|
3280
3280
|
l("circle", {
|
|
@@ -4016,8 +4016,8 @@ var gn, Os;
|
|
|
4016
4016
|
function cv() {
|
|
4017
4017
|
if (Os) return gn;
|
|
4018
4018
|
Os = 1;
|
|
4019
|
-
var e = Mt(), t = Mc(), r = ft(), n = "[object Arguments]", a = "[object Array]", o = "[object Boolean]", s = "[object Date]", u = "[object Error]", h = "[object Function]", m = "[object Map]", b = "[object Number]", D = "[object Object]", g = "[object RegExp]", d = "[object Set]", v = "[object String]", i = "[object WeakMap]", k = "[object ArrayBuffer]", f = "[object DataView]", p = "[object Float32Array]", C = "[object Float64Array]", T = "[object Int8Array]",
|
|
4020
|
-
S[p] = S[C] = S[T] = S[
|
|
4019
|
+
var e = Mt(), t = Mc(), r = ft(), n = "[object Arguments]", a = "[object Array]", o = "[object Boolean]", s = "[object Date]", u = "[object Error]", h = "[object Function]", m = "[object Map]", b = "[object Number]", D = "[object Object]", g = "[object RegExp]", d = "[object Set]", v = "[object String]", i = "[object WeakMap]", k = "[object ArrayBuffer]", f = "[object DataView]", p = "[object Float32Array]", C = "[object Float64Array]", T = "[object Int8Array]", V = "[object Int16Array]", L = "[object Int32Array]", F = "[object Uint8Array]", O = "[object Uint8ClampedArray]", z = "[object Uint16Array]", x = "[object Uint32Array]", S = {};
|
|
4020
|
+
S[p] = S[C] = S[T] = S[V] = S[L] = S[F] = S[O] = S[z] = S[x] = !0, S[n] = S[a] = S[k] = S[o] = S[f] = S[s] = S[u] = S[h] = S[m] = S[b] = S[D] = S[g] = S[d] = S[v] = S[i] = !1;
|
|
4021
4021
|
function q(j) {
|
|
4022
4022
|
return r(j) && t(j.length) && !!S[e(j)];
|
|
4023
4023
|
}
|
|
@@ -4369,7 +4369,7 @@ function po() {
|
|
|
4369
4369
|
fl = 1;
|
|
4370
4370
|
var e = $v(), t = ao(), r = Mv(), n = Sv(), a = Tv(), o = Mt(), s = _c(), u = "[object Map]", h = "[object Object]", m = "[object Promise]", b = "[object Set]", D = "[object WeakMap]", g = "[object DataView]", d = s(e), v = s(t), i = s(r), k = s(n), f = s(a), p = o;
|
|
4371
4371
|
return (e && p(new e(new ArrayBuffer(1))) != g || t && p(new t()) != u || r && p(r.resolve()) != m || n && p(new n()) != b || a && p(new a()) != D) && (p = function(C) {
|
|
4372
|
-
var T = o(C),
|
|
4372
|
+
var T = o(C), V = T == h ? C.constructor : void 0, L = V ? s(V) : "";
|
|
4373
4373
|
if (L)
|
|
4374
4374
|
switch (L) {
|
|
4375
4375
|
case d:
|
|
@@ -4462,7 +4462,7 @@ var ra, kl;
|
|
|
4462
4462
|
function jv() {
|
|
4463
4463
|
if (kl) return ra;
|
|
4464
4464
|
kl = 1;
|
|
4465
|
-
var e = ho(), t = Dv(), r = zv(), n = Ov(), a = Av(), o = "[object Boolean]", s = "[object Date]", u = "[object Map]", h = "[object Number]", m = "[object RegExp]", b = "[object Set]", D = "[object String]", g = "[object Symbol]", d = "[object ArrayBuffer]", v = "[object DataView]", i = "[object Float32Array]", k = "[object Float64Array]", f = "[object Int8Array]", p = "[object Int16Array]", C = "[object Int32Array]", T = "[object Uint8Array]",
|
|
4465
|
+
var e = ho(), t = Dv(), r = zv(), n = Ov(), a = Av(), o = "[object Boolean]", s = "[object Date]", u = "[object Map]", h = "[object Number]", m = "[object RegExp]", b = "[object Set]", D = "[object String]", g = "[object Symbol]", d = "[object ArrayBuffer]", v = "[object DataView]", i = "[object Float32Array]", k = "[object Float64Array]", f = "[object Int8Array]", p = "[object Int16Array]", C = "[object Int32Array]", T = "[object Uint8Array]", V = "[object Uint8ClampedArray]", L = "[object Uint16Array]", F = "[object Uint32Array]";
|
|
4466
4466
|
function O(z, x, S) {
|
|
4467
4467
|
var q = z.constructor;
|
|
4468
4468
|
switch (x) {
|
|
@@ -4479,7 +4479,7 @@ function jv() {
|
|
|
4479
4479
|
case p:
|
|
4480
4480
|
case C:
|
|
4481
4481
|
case T:
|
|
4482
|
-
case
|
|
4482
|
+
case V:
|
|
4483
4483
|
case L:
|
|
4484
4484
|
case F:
|
|
4485
4485
|
return a(z, S);
|
|
@@ -4565,43 +4565,43 @@ var ua, Sl;
|
|
|
4565
4565
|
function Pv() {
|
|
4566
4566
|
if (Sl) return ua;
|
|
4567
4567
|
Sl = 1;
|
|
4568
|
-
var e = rv(), t = nv(), r = Cc(), n = hv(), a = gv(), o = vv(), s = yv(), u = bv(), h = _v(), m = xv(), b = Cv(), D = po(), g = Nv(), d = jv(), v = Rv(), i = oo(), k = $c(), f = Bv(), p = Xe(), C = Uv(), T = uo(),
|
|
4569
|
-
ne[z] = ne[x] = ne[St] = ne[Tt] = ne[S] = ne[q] = ne[er] = ne[tr] = ne[rr] = ne[nr] = ne[ar] = ne[
|
|
4570
|
-
function at(
|
|
4568
|
+
var e = rv(), t = nv(), r = Cc(), n = hv(), a = gv(), o = vv(), s = yv(), u = bv(), h = _v(), m = xv(), b = Cv(), D = po(), g = Nv(), d = jv(), v = Rv(), i = oo(), k = $c(), f = Bv(), p = Xe(), C = Uv(), T = uo(), V = co(), L = 1, F = 2, O = 4, z = "[object Arguments]", x = "[object Array]", S = "[object Boolean]", q = "[object Date]", j = "[object Error]", A = "[object Function]", H = "[object GeneratorFunction]", J = "[object Map]", ue = "[object Number]", se = "[object Object]", he = "[object RegExp]", Ve = "[object Set]", Me = "[object String]", we = "[object Symbol]", nt = "[object WeakMap]", St = "[object ArrayBuffer]", Tt = "[object DataView]", er = "[object Float32Array]", tr = "[object Float64Array]", rr = "[object Int8Array]", nr = "[object Int16Array]", ar = "[object Int32Array]", ge = "[object Uint8Array]", or = "[object Uint8ClampedArray]", sr = "[object Uint16Array]", lr = "[object Uint32Array]", ne = {};
|
|
4569
|
+
ne[z] = ne[x] = ne[St] = ne[Tt] = ne[S] = ne[q] = ne[er] = ne[tr] = ne[rr] = ne[nr] = ne[ar] = ne[J] = ne[ue] = ne[se] = ne[he] = ne[Ve] = ne[Me] = ne[we] = ne[ge] = ne[or] = ne[sr] = ne[lr] = !0, ne[j] = ne[A] = ne[nt] = !1;
|
|
4570
|
+
function at(ee, Ue, Pe, ir, ot, xe) {
|
|
4571
4571
|
var me, Ee = Ue & L, je = Ue & F, Nt = Ue & O;
|
|
4572
|
-
if (Pe && (me = ot ? Pe(
|
|
4572
|
+
if (Pe && (me = ot ? Pe(ee, ir, ot, xe) : Pe(ee)), me !== void 0)
|
|
4573
4573
|
return me;
|
|
4574
|
-
if (!p(
|
|
4575
|
-
return
|
|
4576
|
-
var ht = i(
|
|
4574
|
+
if (!p(ee))
|
|
4575
|
+
return ee;
|
|
4576
|
+
var ht = i(ee);
|
|
4577
4577
|
if (ht) {
|
|
4578
|
-
if (me = g(
|
|
4579
|
-
return s(
|
|
4578
|
+
if (me = g(ee), !Ee)
|
|
4579
|
+
return s(ee, me);
|
|
4580
4580
|
} else {
|
|
4581
|
-
var qe = D(
|
|
4582
|
-
if (k(
|
|
4583
|
-
return o(
|
|
4581
|
+
var qe = D(ee), mt = qe == A || qe == H;
|
|
4582
|
+
if (k(ee))
|
|
4583
|
+
return o(ee, Ee);
|
|
4584
4584
|
if (qe == se || qe == z || mt && !ot) {
|
|
4585
|
-
if (me = je || mt ? {} : v(
|
|
4586
|
-
return je ? h(
|
|
4585
|
+
if (me = je || mt ? {} : v(ee), !Ee)
|
|
4586
|
+
return je ? h(ee, a(me, ee)) : u(ee, n(me, ee));
|
|
4587
4587
|
} else {
|
|
4588
4588
|
if (!ne[qe])
|
|
4589
|
-
return ot ?
|
|
4590
|
-
me = d(
|
|
4589
|
+
return ot ? ee : {};
|
|
4590
|
+
me = d(ee, qe, Ee);
|
|
4591
4591
|
}
|
|
4592
4592
|
}
|
|
4593
4593
|
xe || (xe = new e());
|
|
4594
|
-
var st = xe.get(
|
|
4594
|
+
var st = xe.get(ee);
|
|
4595
4595
|
if (st)
|
|
4596
4596
|
return st;
|
|
4597
|
-
xe.set(
|
|
4598
|
-
me.add(at(ze, Ue, Pe, ze,
|
|
4599
|
-
}) : f(
|
|
4600
|
-
me.set(Re, at(ze, Ue, Pe, Re,
|
|
4597
|
+
xe.set(ee, me), C(ee) ? ee.forEach(function(ze) {
|
|
4598
|
+
me.add(at(ze, Ue, Pe, ze, ee, xe));
|
|
4599
|
+
}) : f(ee) && ee.forEach(function(ze, Re) {
|
|
4600
|
+
me.set(Re, at(ze, Ue, Pe, Re, ee, xe));
|
|
4601
4601
|
});
|
|
4602
|
-
var lt = Nt ? je ? b : m : je ?
|
|
4603
|
-
return t(It ||
|
|
4604
|
-
It && (Re = ze, ze =
|
|
4602
|
+
var lt = Nt ? je ? b : m : je ? V : T, It = ht ? void 0 : lt(ee);
|
|
4603
|
+
return t(It || ee, function(ze, Re) {
|
|
4604
|
+
It && (Re = ze, ze = ee[Re]), r(me, Re, at(ze, Ue, Pe, Re, ee, xe));
|
|
4605
4605
|
}), me;
|
|
4606
4606
|
}
|
|
4607
4607
|
return ua = at, ua;
|
|
@@ -4675,14 +4675,14 @@ const Q = /* @__PURE__ */ ro(Lv), Hv = ie({
|
|
|
4675
4675
|
const T = { ...e.formValue };
|
|
4676
4676
|
if (typeof f.form.updateValue == "string")
|
|
4677
4677
|
try {
|
|
4678
|
-
const
|
|
4678
|
+
const V = f.form.updateValue, L = new Function(
|
|
4679
4679
|
"value",
|
|
4680
4680
|
"formValue",
|
|
4681
4681
|
"mainFormValue",
|
|
4682
4682
|
"index",
|
|
4683
4683
|
"option",
|
|
4684
4684
|
"POST",
|
|
4685
|
-
|
|
4685
|
+
V
|
|
4686
4686
|
);
|
|
4687
4687
|
try {
|
|
4688
4688
|
const F = await L(
|
|
@@ -4691,7 +4691,7 @@ const Q = /* @__PURE__ */ ro(Lv), Hv = ie({
|
|
|
4691
4691
|
t,
|
|
4692
4692
|
e.itemIndex,
|
|
4693
4693
|
C,
|
|
4694
|
-
|
|
4694
|
+
pe
|
|
4695
4695
|
);
|
|
4696
4696
|
F && typeof F == "object" && Object.keys(F).forEach((O) => {
|
|
4697
4697
|
e.formValue[O] = F[O];
|
|
@@ -4699,11 +4699,11 @@ const Q = /* @__PURE__ */ ro(Lv), Hv = ie({
|
|
|
4699
4699
|
} catch (F) {
|
|
4700
4700
|
oe(F);
|
|
4701
4701
|
}
|
|
4702
|
-
} catch (
|
|
4703
|
-
oe(
|
|
4702
|
+
} catch (V) {
|
|
4703
|
+
oe(V);
|
|
4704
4704
|
}
|
|
4705
4705
|
else
|
|
4706
|
-
f.form.updateValue(p, T, C,
|
|
4706
|
+
f.form.updateValue(p, T, C, pe);
|
|
4707
4707
|
}
|
|
4708
4708
|
},
|
|
4709
4709
|
selectFallback: (f) => f ? {
|
|
@@ -4768,8 +4768,8 @@ const Q = /* @__PURE__ */ ro(Lv), Hv = ie({
|
|
|
4768
4768
|
const p = Q(e.item.params.options);
|
|
4769
4769
|
if (e.formValue && e.formValue[f]) {
|
|
4770
4770
|
const T = e.formValue[f].toLocaleLowerCase();
|
|
4771
|
-
p.forEach((
|
|
4772
|
-
|
|
4771
|
+
p.forEach((V) => {
|
|
4772
|
+
V.label.toLocaleLowerCase().indexOf(T) > -1 ? V.show = !0 : V.show = !1;
|
|
4773
4773
|
});
|
|
4774
4774
|
} else
|
|
4775
4775
|
p.forEach((T) => {
|
|
@@ -5013,9 +5013,9 @@ function Gv(e, t, r, n, a, o) {
|
|
|
5013
5013
|
"onUpdate:value": [
|
|
5014
5014
|
t[13] || (t[13] = (p) => e.formValue[e.item.key] = p),
|
|
5015
5015
|
t[14] || (t[14] = (p, C, T) => {
|
|
5016
|
-
const
|
|
5016
|
+
const V = e.item;
|
|
5017
5017
|
let L = p, F = p;
|
|
5018
|
-
if (
|
|
5018
|
+
if (V.params.multiple) {
|
|
5019
5019
|
let O = p.filter((z) => z);
|
|
5020
5020
|
O.length === 0 ? (L = [], F = []) : (L = O, F = O);
|
|
5021
5021
|
}
|
|
@@ -5354,8 +5354,8 @@ const pt = /* @__PURE__ */ _(Hv, [["render", Gv]]), Wv = ie({
|
|
|
5354
5354
|
const H = JSON.stringify(
|
|
5355
5355
|
A,
|
|
5356
5356
|
(ue, se) => se === void 0 ? null : Array.isArray(se) ? se.filter((he) => he !== "") : se
|
|
5357
|
-
),
|
|
5358
|
-
z(
|
|
5357
|
+
), J = JSON.parse(H);
|
|
5358
|
+
z(J);
|
|
5359
5359
|
} else
|
|
5360
5360
|
x();
|
|
5361
5361
|
}
|
|
@@ -5363,7 +5363,7 @@ const pt = /* @__PURE__ */ _(Hv, [["render", Gv]]), Wv = ie({
|
|
|
5363
5363
|
}), T = () => {
|
|
5364
5364
|
var z;
|
|
5365
5365
|
(z = a.value) == null || z.restoreValidation();
|
|
5366
|
-
},
|
|
5366
|
+
}, V = (z = 6) => ({
|
|
5367
5367
|
1: "md:col-span-1 lg:col-span-1 xl:col-span-1 2xl:col-span-1",
|
|
5368
5368
|
2: "md:col-span-2 lg:col-span-2 xl:col-span-2 2xl:col-span-2",
|
|
5369
5369
|
3: "md:col-span-3 lg:col-span-3 xl:col-span-3 2xl:col-span-3",
|
|
@@ -5383,7 +5383,7 @@ const pt = /* @__PURE__ */ _(Hv, [["render", Gv]]), Wv = ie({
|
|
|
5383
5383
|
}, O = () => o.value;
|
|
5384
5384
|
return Je(() => {
|
|
5385
5385
|
e.status !== 0 && (o.value = e.value, f());
|
|
5386
|
-
}), t({ validate: C, restoreValidation: T, getValues: O }),
|
|
5386
|
+
}), t({ validate: C, restoreValidation: T, getValues: O }), fe(
|
|
5387
5387
|
() => e.items,
|
|
5388
5388
|
(z) => {
|
|
5389
5389
|
f(z);
|
|
@@ -5391,7 +5391,7 @@ const pt = /* @__PURE__ */ _(Hv, [["render", Gv]]), Wv = ie({
|
|
|
5391
5391
|
{
|
|
5392
5392
|
deep: !0
|
|
5393
5393
|
}
|
|
5394
|
-
),
|
|
5394
|
+
), fe(
|
|
5395
5395
|
() => e.value,
|
|
5396
5396
|
(z) => {
|
|
5397
5397
|
o.value = z, f();
|
|
@@ -5411,7 +5411,7 @@ const pt = /* @__PURE__ */ _(Hv, [["render", Gv]]), Wv = ie({
|
|
|
5411
5411
|
diffDay: i,
|
|
5412
5412
|
sourceAdd: L,
|
|
5413
5413
|
itemShow: d,
|
|
5414
|
-
setSpan:
|
|
5414
|
+
setSpan: V,
|
|
5415
5415
|
refreshOption: F
|
|
5416
5416
|
};
|
|
5417
5417
|
}
|
|
@@ -5439,7 +5439,7 @@ function Qv(e, t, r, n, a, o) {
|
|
|
5439
5439
|
key: 0,
|
|
5440
5440
|
path: k.key,
|
|
5441
5441
|
rule: k.input === "subTable" ? void 0 : (p = k.form.rule) != null && p.required ? k.form.rule : void 0,
|
|
5442
|
-
style:
|
|
5442
|
+
style: Ne(`grid-column: span ${k.form.span || 6} / span ${k.form.span || 6};`),
|
|
5443
5443
|
"show-label": k.input !== "divider" && k.input !== "subTable",
|
|
5444
5444
|
"show-feedback": e.showFeedback && k.input !== "divider"
|
|
5445
5445
|
}, {
|
|
@@ -5457,11 +5457,11 @@ function Qv(e, t, r, n, a, o) {
|
|
|
5457
5457
|
_: 1
|
|
5458
5458
|
}),
|
|
5459
5459
|
t[1] || (t[1] = K(" 新增 ", -1))
|
|
5460
|
-
], 8, Jv)) :
|
|
5460
|
+
], 8, Jv)) : W("", !0),
|
|
5461
5461
|
k.form.showDays ? (c(), w("span", {
|
|
5462
5462
|
key: 1,
|
|
5463
5463
|
class: de(["uz-form-item-add", e.diffDay(e.formValue[k.key], !0)])
|
|
5464
|
-
}, U(e.diffDay(e.formValue[k.key])), 3)) :
|
|
5464
|
+
}, U(e.diffDay(e.formValue[k.key])), 3)) : W("", !0)
|
|
5465
5465
|
]),
|
|
5466
5466
|
default: y(() => [
|
|
5467
5467
|
k.input === "subTable" && !k.params.quest ? (c(), R(h, {
|
|
@@ -5493,7 +5493,7 @@ function Qv(e, t, r, n, a, o) {
|
|
|
5493
5493
|
}, null, 8, ["item", "formValue", "status"]))
|
|
5494
5494
|
]),
|
|
5495
5495
|
_: 2
|
|
5496
|
-
}, 1032, ["path", "rule", "style", "show-label", "show-feedback"])) :
|
|
5496
|
+
}, 1032, ["path", "rule", "style", "show-label", "show-feedback"])) : W("", !0)
|
|
5497
5497
|
], 64);
|
|
5498
5498
|
}), 128))
|
|
5499
5499
|
], 2)), [
|
|
@@ -5610,14 +5610,14 @@ const Xv = /* @__PURE__ */ _(Wv, [["render", Qv]]), Yv = ie({
|
|
|
5610
5610
|
g.value = [-1, -1], r("on-select", void 0);
|
|
5611
5611
|
}, T = () => {
|
|
5612
5612
|
g.value[1] === -1 ? s.value.splice(g.value[0], 1) : s.value[g.value[0]].params.children.splice(g.value[1], 1), p(), C();
|
|
5613
|
-
},
|
|
5613
|
+
}, V = (F, O) => {
|
|
5614
5614
|
h.value = O, b.value = F.source, D.value = F.sourceFn, m.value = !0;
|
|
5615
5615
|
}, L = (F) => {
|
|
5616
5616
|
h.value && (s.value[h.value].params.options = F);
|
|
5617
5617
|
};
|
|
5618
5618
|
return Je(() => {
|
|
5619
5619
|
o.value = e.value, f();
|
|
5620
|
-
}), t({ changeItem: v }),
|
|
5620
|
+
}), t({ changeItem: v }), fe(
|
|
5621
5621
|
() => e.items,
|
|
5622
5622
|
() => {
|
|
5623
5623
|
f();
|
|
@@ -5625,7 +5625,7 @@ const Xv = /* @__PURE__ */ _(Wv, [["render", Qv]]), Yv = ie({
|
|
|
5625
5625
|
{
|
|
5626
5626
|
deep: !0
|
|
5627
5627
|
}
|
|
5628
|
-
),
|
|
5628
|
+
), fe(
|
|
5629
5629
|
() => e.value,
|
|
5630
5630
|
(F) => {
|
|
5631
5631
|
o.value = F;
|
|
@@ -5647,7 +5647,7 @@ const Xv = /* @__PURE__ */ _(Wv, [["render", Qv]]), Yv = ie({
|
|
|
5647
5647
|
onModeClick: d,
|
|
5648
5648
|
onCancel: C,
|
|
5649
5649
|
onDelete: T,
|
|
5650
|
-
sourceAdd:
|
|
5650
|
+
sourceAdd: V,
|
|
5651
5651
|
refreshOption: L
|
|
5652
5652
|
};
|
|
5653
5653
|
}
|
|
@@ -5692,7 +5692,7 @@ function e2(e, t, r, n, a, o) {
|
|
|
5692
5692
|
]),
|
|
5693
5693
|
onClick: Ot((T) => e.onModeClick(f, p), ["stop"]),
|
|
5694
5694
|
key: p,
|
|
5695
|
-
style:
|
|
5695
|
+
style: Ne(`grid-column: span ${f.form.span || 6} / span ${f.form.span || 6};`),
|
|
5696
5696
|
"show-label": f.input !== "divider" && f.input !== "subTable",
|
|
5697
5697
|
"show-feedback": e.showFeedback && f.input !== "divider"
|
|
5698
5698
|
}, {
|
|
@@ -5710,11 +5710,11 @@ function e2(e, t, r, n, a, o) {
|
|
|
5710
5710
|
_: 1
|
|
5711
5711
|
}),
|
|
5712
5712
|
t[2] || (t[2] = K(" 新增 ", -1))
|
|
5713
|
-
], 8, Zv)) :
|
|
5713
|
+
], 8, Zv)) : W("", !0),
|
|
5714
5714
|
f.form.showDays ? (c(), w("span", {
|
|
5715
5715
|
key: 1,
|
|
5716
5716
|
class: de(["uz-form-item-add", e.diffDay(e.formValue[f.key], !0)])
|
|
5717
|
-
}, U(e.diffDay(e.formValue[f.key])), 3)) :
|
|
5717
|
+
}, U(e.diffDay(e.formValue[f.key])), 3)) : W("", !0)
|
|
5718
5718
|
]),
|
|
5719
5719
|
default: y(() => [
|
|
5720
5720
|
e.formItemIndex[0] === p && e.formItemIndex[1] === -1 ? (c(), R(m, {
|
|
@@ -5733,7 +5733,7 @@ function e2(e, t, r, n, a, o) {
|
|
|
5733
5733
|
})
|
|
5734
5734
|
]),
|
|
5735
5735
|
_: 1
|
|
5736
|
-
}, 8, ["onClick"])) :
|
|
5736
|
+
}, 8, ["onClick"])) : W("", !0),
|
|
5737
5737
|
f.input === "subTable" ? (c(), R(b, {
|
|
5738
5738
|
key: 1,
|
|
5739
5739
|
formValue: e.formValue,
|
|
@@ -5753,7 +5753,7 @@ function e2(e, t, r, n, a, o) {
|
|
|
5753
5753
|
onEnd: e.onCancel,
|
|
5754
5754
|
onChange: e.onDragChange
|
|
5755
5755
|
}), {
|
|
5756
|
-
item: y(({ element: T, index:
|
|
5756
|
+
item: y(({ element: T, index: V }) => {
|
|
5757
5757
|
var L;
|
|
5758
5758
|
return [
|
|
5759
5759
|
(c(), R(g, {
|
|
@@ -5762,16 +5762,16 @@ function e2(e, t, r, n, a, o) {
|
|
|
5762
5762
|
rule: (L = T.rule) != null && L.required ? T.rule : void 0,
|
|
5763
5763
|
class: de([
|
|
5764
5764
|
"uz-form-grid-item uz-form-mode",
|
|
5765
|
-
e.formItemIndex[0] === p && e.formItemIndex[1] ===
|
|
5765
|
+
e.formItemIndex[0] === p && e.formItemIndex[1] === V ? "select" : ""
|
|
5766
5766
|
]),
|
|
5767
|
-
onClick: Ot((F) => e.onModeClick(T, p,
|
|
5768
|
-
key:
|
|
5769
|
-
style:
|
|
5767
|
+
onClick: Ot((F) => e.onModeClick(T, p, V), ["stop"]),
|
|
5768
|
+
key: V,
|
|
5769
|
+
style: Ne(`grid-column: span ${T.form.span || 6} / span ${T.form.span || 6};`),
|
|
5770
5770
|
"show-label": T.input !== "divider" && T.input !== "subTable",
|
|
5771
5771
|
"show-feedback": e.showFeedback && T.input !== "divider"
|
|
5772
5772
|
}, {
|
|
5773
5773
|
default: y(() => [
|
|
5774
|
-
e.formItemIndex[0] === p && e.formItemIndex[1] ===
|
|
5774
|
+
e.formItemIndex[0] === p && e.formItemIndex[1] === V ? (c(), R(m, {
|
|
5775
5775
|
key: 0,
|
|
5776
5776
|
size: "small",
|
|
5777
5777
|
type: "error",
|
|
@@ -5787,7 +5787,7 @@ function e2(e, t, r, n, a, o) {
|
|
|
5787
5787
|
})
|
|
5788
5788
|
]),
|
|
5789
5789
|
_: 1
|
|
5790
|
-
}, 8, ["onClick"])) :
|
|
5790
|
+
}, 8, ["onClick"])) : W("", !0),
|
|
5791
5791
|
I(D, {
|
|
5792
5792
|
item: T,
|
|
5793
5793
|
formValue: e.formValue,
|
|
@@ -5926,7 +5926,7 @@ const t2 = /* @__PURE__ */ _(Yv, [["render", e2]]), r2 = ie({
|
|
|
5926
5926
|
};
|
|
5927
5927
|
return Je(() => {
|
|
5928
5928
|
h();
|
|
5929
|
-
}),
|
|
5929
|
+
}), fe(
|
|
5930
5930
|
() => e.value,
|
|
5931
5931
|
() => {
|
|
5932
5932
|
h();
|
|
@@ -5968,7 +5968,7 @@ function l2(e, t, r, n, a, o) {
|
|
|
5968
5968
|
})
|
|
5969
5969
|
]),
|
|
5970
5970
|
_: 1
|
|
5971
|
-
}, 8, ["accept", "max", "on-before-upload"])) :
|
|
5971
|
+
}, 8, ["accept", "max", "on-before-upload"])) : W("", !0),
|
|
5972
5972
|
(c(!0), w(le, null, $e(e.formValue, (f, p) => (c(), w("div", {
|
|
5973
5973
|
key: p,
|
|
5974
5974
|
class: "uz-form-upload-item w-20 h-20"
|
|
@@ -6049,7 +6049,7 @@ function l2(e, t, r, n, a, o) {
|
|
|
6049
6049
|
]),
|
|
6050
6050
|
_: 1
|
|
6051
6051
|
}, 8, ["href"])
|
|
6052
|
-
])) :
|
|
6052
|
+
])) : W("", !0)
|
|
6053
6053
|
])
|
|
6054
6054
|
]))), 128))
|
|
6055
6055
|
]);
|
|
@@ -6229,7 +6229,7 @@ const jc = /* @__PURE__ */ _(u2, [["render", d2]]), f2 = ie({
|
|
|
6229
6229
|
e.mode === "video" && v();
|
|
6230
6230
|
}), Aa(() => {
|
|
6231
6231
|
D();
|
|
6232
|
-
}),
|
|
6232
|
+
}), fe([() => e.width, () => e.width], () => {
|
|
6233
6233
|
e.mode === "video" && (D(), v());
|
|
6234
6234
|
}), {
|
|
6235
6235
|
videoRef: r,
|
|
@@ -6256,7 +6256,7 @@ function g2(e, t, r, n, a, o) {
|
|
|
6256
6256
|
K(U(e.$t("Common.scan")), 1)
|
|
6257
6257
|
]),
|
|
6258
6258
|
_: 1
|
|
6259
|
-
}, 8, ["loading", "onClick"])) :
|
|
6259
|
+
}, 8, ["loading", "onClick"])) : W("", !0),
|
|
6260
6260
|
e.mode === "button" ? (c(), R(u, {
|
|
6261
6261
|
key: 1,
|
|
6262
6262
|
show: e.modal,
|
|
@@ -6270,7 +6270,7 @@ function g2(e, t, r, n, a, o) {
|
|
|
6270
6270
|
default: y(() => [
|
|
6271
6271
|
l("div", {
|
|
6272
6272
|
class: "uz-scan-canvas-main",
|
|
6273
|
-
style:
|
|
6273
|
+
style: Ne({
|
|
6274
6274
|
width: `${e.width}px`,
|
|
6275
6275
|
height: `${e.height}px`
|
|
6276
6276
|
})
|
|
@@ -6283,11 +6283,11 @@ function g2(e, t, r, n, a, o) {
|
|
|
6283
6283
|
], 4)
|
|
6284
6284
|
]),
|
|
6285
6285
|
_: 1
|
|
6286
|
-
}, 8, ["show", "title", "on-after-leave"])) :
|
|
6286
|
+
}, 8, ["show", "title", "on-after-leave"])) : W("", !0),
|
|
6287
6287
|
e.mode === "video" ? (c(), w("div", {
|
|
6288
6288
|
key: 2,
|
|
6289
6289
|
class: "uz-scan-canvas-main",
|
|
6290
|
-
style:
|
|
6290
|
+
style: Ne({
|
|
6291
6291
|
width: `${e.width}px`,
|
|
6292
6292
|
height: `${e.height}px`
|
|
6293
6293
|
})
|
|
@@ -6297,7 +6297,7 @@ function g2(e, t, r, n, a, o) {
|
|
|
6297
6297
|
width: e.width,
|
|
6298
6298
|
height: e.height
|
|
6299
6299
|
}, null, 8, h2)
|
|
6300
|
-
], 4)) :
|
|
6300
|
+
], 4)) : W("", !0),
|
|
6301
6301
|
l("div", m2, [
|
|
6302
6302
|
l("video", w2, null, 512)
|
|
6303
6303
|
])
|
|
@@ -6382,7 +6382,7 @@ const v2 = /* @__PURE__ */ _(f2, [["render", g2]]), y2 = ie({
|
|
|
6382
6382
|
e.loading || (n.value = Q(o.value), f());
|
|
6383
6383
|
}, C = () => {
|
|
6384
6384
|
s.value = !s.value;
|
|
6385
|
-
}, T = (O) => i.value ? n.value && Array.isArray(n.value[d.value]) && n.value[d.value].includes(O.value) ? "primary" : "default" : n.value[d.value] === O.value ? "primary" : "default",
|
|
6385
|
+
}, T = (O) => i.value ? n.value && Array.isArray(n.value[d.value]) && n.value[d.value].includes(O.value) ? "primary" : "default" : n.value[d.value] === O.value ? "primary" : "default", V = (O) => {
|
|
6386
6386
|
var j;
|
|
6387
6387
|
const z = {};
|
|
6388
6388
|
let x = 0;
|
|
@@ -6397,7 +6397,7 @@ const v2 = /* @__PURE__ */ _(f2, [["render", g2]]), y2 = ie({
|
|
|
6397
6397
|
return { data: O, values: z };
|
|
6398
6398
|
}, L = (O) => {
|
|
6399
6399
|
if (v.value = [], O && O.length > 0) {
|
|
6400
|
-
const { data: z, values: x } =
|
|
6400
|
+
const { data: z, values: x } = V(Q(O)), S = {}, q = e.id || r.params.id;
|
|
6401
6401
|
if (e.cache && q) {
|
|
6402
6402
|
const j = Be(`tables_${q}`, !1);
|
|
6403
6403
|
j && j.params.forEach((A) => {
|
|
@@ -6419,7 +6419,7 @@ const v2 = /* @__PURE__ */ _(f2, [["render", g2]]), y2 = ie({
|
|
|
6419
6419
|
n.value[d.value] = O;
|
|
6420
6420
|
f(!0);
|
|
6421
6421
|
};
|
|
6422
|
-
return
|
|
6422
|
+
return fe(
|
|
6423
6423
|
() => e.data,
|
|
6424
6424
|
(O) => {
|
|
6425
6425
|
L(O);
|
|
@@ -6452,7 +6452,7 @@ function x2(e, t, r, n, a, o) {
|
|
|
6452
6452
|
onKeyup: t[1] || (t[1] = Zc((C) => e.doSearch(!1), ["enter"]))
|
|
6453
6453
|
}, [
|
|
6454
6454
|
l("div", k2, [
|
|
6455
|
-
|
|
6455
|
+
Te(e.$slots, "header"),
|
|
6456
6456
|
yt((c(), w("div", b2, [
|
|
6457
6457
|
I(d, {
|
|
6458
6458
|
"x-gap": "8",
|
|
@@ -6485,11 +6485,11 @@ function x2(e, t, r, n, a, o) {
|
|
|
6485
6485
|
})
|
|
6486
6486
|
]),
|
|
6487
6487
|
_: 1
|
|
6488
|
-
}, 8, ["span"])) :
|
|
6488
|
+
}, 8, ["span"])) : W("", !0),
|
|
6489
6489
|
e.offset > -1 ? (c(), R(h, {
|
|
6490
6490
|
key: 1,
|
|
6491
6491
|
offset: e.offset
|
|
6492
|
-
}, null, 8, ["offset"])) :
|
|
6492
|
+
}, null, 8, ["offset"])) : W("", !0),
|
|
6493
6493
|
(c(!0), w(le, null, $e(e.itemData, (C, T) => (c(), R(h, {
|
|
6494
6494
|
key: `${T}_${Date.now()}`,
|
|
6495
6495
|
span: C.search.show ? e.gridSpan : 0
|
|
@@ -6550,7 +6550,7 @@ function x2(e, t, r, n, a, o) {
|
|
|
6550
6550
|
}, 8, ["class"])
|
|
6551
6551
|
]),
|
|
6552
6552
|
_: 1
|
|
6553
|
-
}, 8, ["onClick"])) :
|
|
6553
|
+
}, 8, ["onClick"])) : W("", !0),
|
|
6554
6554
|
e.itemData && Object.keys(e.itemData).length > 0 ? (c(), R(s, {
|
|
6555
6555
|
key: 1,
|
|
6556
6556
|
loading: e.loading,
|
|
@@ -6572,7 +6572,7 @@ function x2(e, t, r, n, a, o) {
|
|
|
6572
6572
|
K(" " + U(e.$t("Common.search")), 1)
|
|
6573
6573
|
]),
|
|
6574
6574
|
_: 1
|
|
6575
|
-
}, 8, ["loading"])) :
|
|
6575
|
+
}, 8, ["loading"])) : W("", !0),
|
|
6576
6576
|
e.defaultValue && Object.keys(e.defaultValue).length > 0 ? (c(), R(s, {
|
|
6577
6577
|
key: 2,
|
|
6578
6578
|
loading: e.loading,
|
|
@@ -6591,8 +6591,8 @@ function x2(e, t, r, n, a, o) {
|
|
|
6591
6591
|
K(" " + U(e.$t("Common.reset")), 1)
|
|
6592
6592
|
]),
|
|
6593
6593
|
_: 1
|
|
6594
|
-
}, 8, ["loading", "onClick"])) :
|
|
6595
|
-
|
|
6594
|
+
}, 8, ["loading", "onClick"])) : W("", !0),
|
|
6595
|
+
Te(e.$slots, "action")
|
|
6596
6596
|
])
|
|
6597
6597
|
], 32);
|
|
6598
6598
|
}
|
|
@@ -6672,7 +6672,7 @@ const C2 = /* @__PURE__ */ _(y2, [["render", x2]]), $2 = ie({
|
|
|
6672
6672
|
}
|
|
6673
6673
|
h(!0);
|
|
6674
6674
|
};
|
|
6675
|
-
return
|
|
6675
|
+
return fe(
|
|
6676
6676
|
() => e.data,
|
|
6677
6677
|
(g) => {
|
|
6678
6678
|
D(g);
|
|
@@ -6690,7 +6690,7 @@ function N2(e, t, r, n, a, o) {
|
|
|
6690
6690
|
const s = M("Search"), u = M("NIcon"), h = M("NButton"), m = M("NInputGroupLabel"), b = M("UzFormItem"), D = M("NInputGroup"), g = M("NGridItem"), d = M("NGrid"), v = M("Refresh"), i = M("NDrawerContent"), k = M("NDrawer");
|
|
6691
6691
|
return c(), w(le, null, [
|
|
6692
6692
|
l("div", M2, [
|
|
6693
|
-
|
|
6693
|
+
Te(e.$slots, "header"),
|
|
6694
6694
|
l("div", S2, [
|
|
6695
6695
|
I(h, {
|
|
6696
6696
|
secondary: "",
|
|
@@ -6709,7 +6709,7 @@ function N2(e, t, r, n, a, o) {
|
|
|
6709
6709
|
]),
|
|
6710
6710
|
_: 1
|
|
6711
6711
|
}),
|
|
6712
|
-
|
|
6712
|
+
Te(e.$slots, "action")
|
|
6713
6713
|
])
|
|
6714
6714
|
]),
|
|
6715
6715
|
I(k, {
|
|
@@ -6764,7 +6764,7 @@ function N2(e, t, r, n, a, o) {
|
|
|
6764
6764
|
K(" " + U(e.$t("Common.search")), 1)
|
|
6765
6765
|
]),
|
|
6766
6766
|
_: 1
|
|
6767
|
-
}, 8, ["loading"])) :
|
|
6767
|
+
}, 8, ["loading"])) : W("", !0)
|
|
6768
6768
|
])
|
|
6769
6769
|
]),
|
|
6770
6770
|
default: y(() => [
|
|
@@ -7191,10 +7191,10 @@ function Yt(e, t, r) {
|
|
|
7191
7191
|
});
|
|
7192
7192
|
if (C)
|
|
7193
7193
|
try {
|
|
7194
|
-
const T = tt.parse(C.viewJson),
|
|
7195
|
-
|
|
7194
|
+
const T = tt.parse(C.viewJson), V = _t(T.table);
|
|
7195
|
+
V.forEach((L) => {
|
|
7196
7196
|
L.table.sorter = !1;
|
|
7197
|
-
}), p.params.columns =
|
|
7197
|
+
}), p.params.columns = V, p.params.actions = T.action;
|
|
7198
7198
|
} catch (T) {
|
|
7199
7199
|
a(T);
|
|
7200
7200
|
return;
|
|
@@ -7249,9 +7249,9 @@ async function Zt(e, t = !1, r = 0, n = () => {
|
|
|
7249
7249
|
if (i.table.render = (C) => {
|
|
7250
7250
|
if (f && f.length > 0)
|
|
7251
7251
|
if (g.includes(i.key) && C[i.key]) {
|
|
7252
|
-
const T = [],
|
|
7253
|
-
if (
|
|
7254
|
-
for (const L of
|
|
7252
|
+
const T = [], V = JSON.parse(C[i.key]);
|
|
7253
|
+
if (V)
|
|
7254
|
+
for (const L of V) {
|
|
7255
7255
|
const F = f.find(
|
|
7256
7256
|
(O) => String(O.id) === L
|
|
7257
7257
|
);
|
|
@@ -7270,14 +7270,14 @@ async function Zt(e, t = !1, r = 0, n = () => {
|
|
|
7270
7270
|
return T;
|
|
7271
7271
|
} else {
|
|
7272
7272
|
const T = f.find(
|
|
7273
|
-
(
|
|
7273
|
+
(V) => {
|
|
7274
7274
|
var L, F;
|
|
7275
7275
|
return (
|
|
7276
7276
|
// @ts-ignore
|
|
7277
7277
|
((L = i.params) != null && L.valueKey ? (
|
|
7278
7278
|
// @ts-ignore
|
|
7279
|
-
|
|
7280
|
-
) : String(
|
|
7279
|
+
V[(F = i.params) == null ? void 0 : F.valueKey]
|
|
7280
|
+
) : String(V.id)) === C[i.key]
|
|
7281
7281
|
);
|
|
7282
7282
|
}
|
|
7283
7283
|
);
|
|
@@ -7452,7 +7452,7 @@ const F2 = ie({
|
|
|
7452
7452
|
};
|
|
7453
7453
|
return El(() => {
|
|
7454
7454
|
clearInterval(r.value);
|
|
7455
|
-
}),
|
|
7455
|
+
}), fe(
|
|
7456
7456
|
() => e.status,
|
|
7457
7457
|
(u) => {
|
|
7458
7458
|
u === 1 && s();
|
|
@@ -7495,7 +7495,7 @@ function B2(e, t, r, n, a, o) {
|
|
|
7495
7495
|
])
|
|
7496
7496
|
]),
|
|
7497
7497
|
default: y(() => [
|
|
7498
|
-
|
|
7498
|
+
Te(e.$slots, "default")
|
|
7499
7499
|
]),
|
|
7500
7500
|
_: 3
|
|
7501
7501
|
}, 8, ["show"]);
|
|
@@ -7771,79 +7771,79 @@ const Fc = /* @__PURE__ */ _(V2, [["render", E2], ["__scopeId", "data-v-ec746f00
|
|
|
7771
7771
|
pageMax: 1,
|
|
7772
7772
|
pageSize: e.pageSize || 30
|
|
7773
7773
|
}
|
|
7774
|
-
}),
|
|
7774
|
+
}), V = N([]), L = N(void 0), F = N(void 0), O = N(!1), z = N(0), x = N({}), S = N([]), q = N([]), j = N([]), A = N([]), H = N({
|
|
7775
7775
|
fetch: null,
|
|
7776
7776
|
when_drawer_open: "",
|
|
7777
7777
|
when_before_save: ""
|
|
7778
|
-
}),
|
|
7778
|
+
}), J = N(ut()), ue = N(!1), se = N(0), he = N(""), Ve = N(!1), Me = N([]), we = N([]), nt = N(!1), St = N(""), Tt = N({}), er = Ge("modules"), tr = ($) => $.id, rr = ($, B) => {
|
|
7779
7779
|
t("update:rowKeys", {
|
|
7780
7780
|
keys: $,
|
|
7781
|
-
rows: Q(
|
|
7781
|
+
rows: Q(B)
|
|
7782
7782
|
});
|
|
7783
|
-
}, nr = ($,
|
|
7784
|
-
if (
|
|
7785
|
-
const
|
|
7783
|
+
}, nr = ($, B, G) => {
|
|
7784
|
+
if (Me.value = $, G.action === "check" && we.value.push(G.row), G.action === "uncheck") {
|
|
7785
|
+
const Z = we.value.findIndex(
|
|
7786
7786
|
(E) => {
|
|
7787
7787
|
var te;
|
|
7788
|
-
return E.id === ((te =
|
|
7788
|
+
return E.id === ((te = G.row) == null ? void 0 : te.id);
|
|
7789
7789
|
}
|
|
7790
7790
|
);
|
|
7791
|
-
|
|
7791
|
+
we.value.splice(Z, 1);
|
|
7792
7792
|
}
|
|
7793
|
-
|
|
7794
|
-
|
|
7795
|
-
}),
|
|
7796
|
-
keys: Q(
|
|
7797
|
-
rows: Q(
|
|
7793
|
+
G.action === "checkAll" && B.forEach((Z) => {
|
|
7794
|
+
Z && we.value.push(Z);
|
|
7795
|
+
}), G.action === "uncheckAll" && (we.value = [], Me.value = []), t("update:rowKeys", {
|
|
7796
|
+
keys: Q(Me.value),
|
|
7797
|
+
rows: Q(we.value)
|
|
7798
7798
|
});
|
|
7799
7799
|
}, ar = ($) => {
|
|
7800
|
-
const
|
|
7801
|
-
return
|
|
7802
|
-
},
|
|
7803
|
-
const
|
|
7800
|
+
const B = e.summary || J.value.summary;
|
|
7801
|
+
return B && typeof B == "string" ? new Function("pageData", "h", B)($, "h", Y) : B && typeof B == "function" ? B($) : [];
|
|
7802
|
+
}, ge = ($ = !1) => {
|
|
7803
|
+
const B = e.id || a.params.id;
|
|
7804
7804
|
e.enableLoading && (D.value = !0, t("update:loading", !0));
|
|
7805
|
-
const
|
|
7806
|
-
if ($ && delete
|
|
7807
|
-
Co([H.value.fetch], "",
|
|
7808
|
-
const E = _o(
|
|
7809
|
-
T.value.query = E.query, p.value = E.records, D.value = !1, g.value = !0, t("on-update:value",
|
|
7805
|
+
const G = Q(T.value);
|
|
7806
|
+
if ($ && delete G.orderby, H.value.fetch)
|
|
7807
|
+
Co([H.value.fetch], "", G).then((Z) => {
|
|
7808
|
+
const E = _o(Z);
|
|
7809
|
+
T.value.query = E.query, p.value = E.records, D.value = !1, g.value = !0, t("on-update:value", G), t("update:loading", !1), J.value.cache && B && Ie(`tables_${B}`, T.value);
|
|
7810
7810
|
}).catch(() => {
|
|
7811
7811
|
D.value = !1, g.value = !0, t("update:loading", !1);
|
|
7812
7812
|
});
|
|
7813
7813
|
else {
|
|
7814
|
-
let
|
|
7815
|
-
e.fetch ?
|
|
7816
|
-
...
|
|
7817
|
-
tableId:
|
|
7818
|
-
}),
|
|
7814
|
+
let Z;
|
|
7815
|
+
e.fetch ? Z = e.fetch({ ...G, tableId: B }) : Z = Ze({
|
|
7816
|
+
...G,
|
|
7817
|
+
tableId: B
|
|
7818
|
+
}), Z.then((E) => {
|
|
7819
7819
|
const te = _o(E);
|
|
7820
|
-
T.value.query = te.query, p.value = te.records, D.value = !1, g.value = !0, t("on-update:value",
|
|
7820
|
+
T.value.query = te.query, p.value = te.records, D.value = !1, g.value = !0, t("on-update:value", G), t("update:loading", !1), J.value.cache && B && Ie(`tables_${B}`, T.value);
|
|
7821
7821
|
}).catch(() => {
|
|
7822
7822
|
D.value = !1, g.value = !0, t("update:loading", !1);
|
|
7823
7823
|
});
|
|
7824
7824
|
}
|
|
7825
7825
|
}, or = ($) => {
|
|
7826
|
-
T.value.query.page = $, h.value && (h.value.scrollTop = 0), dr(),
|
|
7826
|
+
T.value.query.page = $, h.value && (h.value.scrollTop = 0), dr(), ge();
|
|
7827
7827
|
}, sr = () => {
|
|
7828
7828
|
let $ = T.value.query.page + 1;
|
|
7829
|
-
$ > T.value.query.pageMax && ($ = 1), T.value.query.page = $, h.value && (h.value.scrollTop = 0),
|
|
7829
|
+
$ > T.value.query.pageMax && ($ = 1), T.value.query.page = $, h.value && (h.value.scrollTop = 0), ge();
|
|
7830
7830
|
}, lr = ($) => {
|
|
7831
|
-
T.value.query.pageSize = $, T.value.query.page = 1, dr(),
|
|
7831
|
+
T.value.query.pageSize = $, T.value.query.page = 1, dr(), ge();
|
|
7832
7832
|
}, ne = ($) => {
|
|
7833
|
-
$ && $.order ? T.value.orderby = `${$.columnKey} ${$.order.replace("end", "")}` : delete T.value.orderby,
|
|
7833
|
+
$ && $.order ? T.value.orderby = `${$.columnKey} ${$.order.replace("end", "")}` : delete T.value.orderby, ge();
|
|
7834
7834
|
}, at = () => {
|
|
7835
7835
|
me(), typeof e.addFetch == "function" ? e.addFetch() : (z.value = 0, O.value = !0);
|
|
7836
|
-
},
|
|
7836
|
+
}, ee = ($) => {
|
|
7837
7837
|
$.pin = !$.pin, $.pin ? $.fixed = "left" : $.fixed = $.fixTemp ?? void 0, st();
|
|
7838
7838
|
}, Ue = ($) => {
|
|
7839
7839
|
$.show = !$.show, st();
|
|
7840
7840
|
}, Pe = () => {
|
|
7841
7841
|
const $ = [];
|
|
7842
|
-
f.value.forEach((
|
|
7843
|
-
|
|
7842
|
+
f.value.forEach((B) => {
|
|
7843
|
+
B.show && $.push(B);
|
|
7844
7844
|
}), k.value = $;
|
|
7845
7845
|
}, ir = ($) => {
|
|
7846
|
-
T.value.params = $,
|
|
7846
|
+
T.value.params = $, ge();
|
|
7847
7847
|
}, ot = () => [
|
|
7848
7848
|
{
|
|
7849
7849
|
title: "创建人/时间",
|
|
@@ -7896,43 +7896,43 @@ const Fc = /* @__PURE__ */ _(V2, [["render", E2], ["__scopeId", "data-v-ec746f00
|
|
|
7896
7896
|
]
|
|
7897
7897
|
}
|
|
7898
7898
|
], xe = ($) => {
|
|
7899
|
-
var
|
|
7900
|
-
return !e.ruleFetch || !S.value || S.value && S.value[0] === "*" ? !1 : !((
|
|
7899
|
+
var B;
|
|
7900
|
+
return !e.ruleFetch || !S.value || S.value && S.value[0] === "*" ? !1 : !((B = S.value) != null && B.includes($));
|
|
7901
7901
|
}, me = async ($) => {
|
|
7902
|
-
const { form:
|
|
7902
|
+
const { form: B, fillingDefaultValue: G } = await Yt(
|
|
7903
7903
|
q.value,
|
|
7904
7904
|
$,
|
|
7905
7905
|
() => b.value.getValues()
|
|
7906
7906
|
);
|
|
7907
|
-
return i.value =
|
|
7908
|
-
}, Ee = async ($) => new Promise((
|
|
7909
|
-
const
|
|
7907
|
+
return i.value = B, G;
|
|
7908
|
+
}, Ee = async ($) => new Promise((B, G) => {
|
|
7909
|
+
const Z = e.id || a.params.id;
|
|
7910
7910
|
let E;
|
|
7911
7911
|
e.fetch ? E = e.fetch({
|
|
7912
7912
|
id: $.id,
|
|
7913
|
-
tableId:
|
|
7913
|
+
tableId: Z
|
|
7914
7914
|
}) : E = Ze({
|
|
7915
7915
|
id: $.id,
|
|
7916
|
-
tableId:
|
|
7916
|
+
tableId: Z
|
|
7917
7917
|
}), E.then((te) => {
|
|
7918
|
-
|
|
7918
|
+
B(te && te[0]);
|
|
7919
7919
|
}).catch(() => {
|
|
7920
|
-
|
|
7920
|
+
G();
|
|
7921
7921
|
});
|
|
7922
7922
|
}), je = ($) => {
|
|
7923
|
-
const
|
|
7924
|
-
if (
|
|
7923
|
+
const B = H.value.when_drawer_open;
|
|
7924
|
+
if (B && typeof B == "string")
|
|
7925
7925
|
try {
|
|
7926
|
-
new Function("data", "POST",
|
|
7927
|
-
x.value =
|
|
7928
|
-
}).catch((
|
|
7929
|
-
oe(
|
|
7926
|
+
new Function("data", "POST", B)($, pe).then((Z) => {
|
|
7927
|
+
x.value = Z;
|
|
7928
|
+
}).catch((Z) => {
|
|
7929
|
+
oe(Z);
|
|
7930
7930
|
});
|
|
7931
|
-
} catch (
|
|
7932
|
-
oe(
|
|
7931
|
+
} catch (G) {
|
|
7932
|
+
oe(G);
|
|
7933
7933
|
}
|
|
7934
|
-
}, Nt = ($,
|
|
7935
|
-
const
|
|
7934
|
+
}, Nt = ($, B) => {
|
|
7935
|
+
const G = Q($.onClick), Z = e.id || a.params.id;
|
|
7936
7936
|
if ($.disabled) {
|
|
7937
7937
|
if (typeof $.disabled == "string") {
|
|
7938
7938
|
const E = new Function("rowData", "rowIndex", $.disabled);
|
|
@@ -7947,14 +7947,14 @@ const Fc = /* @__PURE__ */ _(V2, [["render", E2], ["__scopeId", "data-v-ec746f00
|
|
|
7947
7947
|
$.onClick = async (E) => {
|
|
7948
7948
|
Ee(E).then((te) => {
|
|
7949
7949
|
if ($.optionsType === "drawer:insider") {
|
|
7950
|
-
if (
|
|
7950
|
+
if (G)
|
|
7951
7951
|
try {
|
|
7952
7952
|
new Function(
|
|
7953
7953
|
"rowData",
|
|
7954
7954
|
"POST",
|
|
7955
7955
|
"fnNotification",
|
|
7956
|
-
|
|
7957
|
-
)(te,
|
|
7956
|
+
G
|
|
7957
|
+
)(te, pe, s).then((ke) => {
|
|
7958
7958
|
Tt.value = ke;
|
|
7959
7959
|
}).catch((ke) => {
|
|
7960
7960
|
oe(ke);
|
|
@@ -7987,13 +7987,13 @@ const Fc = /* @__PURE__ */ _(V2, [["render", E2], ["__scopeId", "data-v-ec746f00
|
|
|
7987
7987
|
"POST",
|
|
7988
7988
|
"fnNotification",
|
|
7989
7989
|
E
|
|
7990
|
-
)(ce,
|
|
7990
|
+
)(ce, pe, s).then((Oe) => {
|
|
7991
7991
|
H.value.when_drawer_open ? je(Oe) : x.value = Oe;
|
|
7992
7992
|
}).catch((Oe) => {
|
|
7993
7993
|
oe(Oe);
|
|
7994
7994
|
});
|
|
7995
|
-
} catch (
|
|
7996
|
-
oe(
|
|
7995
|
+
} catch (Se) {
|
|
7996
|
+
oe(Se);
|
|
7997
7997
|
}
|
|
7998
7998
|
else
|
|
7999
7999
|
H.value.when_drawer_open ? je(ce) : x.value = ce;
|
|
@@ -8013,11 +8013,11 @@ const Fc = /* @__PURE__ */ _(V2, [["render", E2], ["__scopeId", "data-v-ec746f00
|
|
|
8013
8013
|
"POST",
|
|
8014
8014
|
"fnNotification",
|
|
8015
8015
|
E
|
|
8016
|
-
)(ce,
|
|
8016
|
+
)(ce, pe, s).then((Oe) => {
|
|
8017
8017
|
H.value.when_drawer_open ? je(Oe) : x.value = Oe;
|
|
8018
8018
|
}).catch(() => null);
|
|
8019
|
-
} catch (
|
|
8020
|
-
oe(
|
|
8019
|
+
} catch (Se) {
|
|
8020
|
+
oe(Se);
|
|
8021
8021
|
}
|
|
8022
8022
|
else
|
|
8023
8023
|
H.value.when_drawer_open ? je(ce) : x.value = ce;
|
|
@@ -8030,14 +8030,14 @@ const Fc = /* @__PURE__ */ _(V2, [["render", E2], ["__scopeId", "data-v-ec746f00
|
|
|
8030
8030
|
let te;
|
|
8031
8031
|
e.deleteFetch ? te = e.deleteFetch({
|
|
8032
8032
|
...E,
|
|
8033
|
-
tableId:
|
|
8034
|
-
sub_table_ids:
|
|
8033
|
+
tableId: Z,
|
|
8034
|
+
sub_table_ids: B
|
|
8035
8035
|
}) : te = Ww({
|
|
8036
8036
|
...E,
|
|
8037
|
-
tableId:
|
|
8038
|
-
sub_table_ids:
|
|
8037
|
+
tableId: Z,
|
|
8038
|
+
sub_table_ids: B
|
|
8039
8039
|
}), te.then(() => {
|
|
8040
|
-
|
|
8040
|
+
ge();
|
|
8041
8041
|
}).catch((ae) => {
|
|
8042
8042
|
oe(ae);
|
|
8043
8043
|
});
|
|
@@ -8048,24 +8048,24 @@ const Fc = /* @__PURE__ */ _(V2, [["render", E2], ["__scopeId", "data-v-ec746f00
|
|
|
8048
8048
|
let ae;
|
|
8049
8049
|
e.fetch ? ae = e.fetch({
|
|
8050
8050
|
id: te.id,
|
|
8051
|
-
tableId:
|
|
8051
|
+
tableId: Z
|
|
8052
8052
|
}) : ae = Ze({
|
|
8053
8053
|
id: te.id,
|
|
8054
|
-
tableId:
|
|
8054
|
+
tableId: Z
|
|
8055
8055
|
}), ae.then((ke) => {
|
|
8056
8056
|
const ce = ke && ke[0];
|
|
8057
8057
|
Co(
|
|
8058
8058
|
[$.action],
|
|
8059
8059
|
ce.id,
|
|
8060
8060
|
ce
|
|
8061
|
-
).then((
|
|
8061
|
+
).then((Se) => {
|
|
8062
8062
|
if (E && typeof E == "string") {
|
|
8063
8063
|
try {
|
|
8064
|
-
new Function("rowData", "res", E)(ce,
|
|
8064
|
+
new Function("rowData", "res", E)(ce, Se).then((ur) => {
|
|
8065
8065
|
s.success({
|
|
8066
8066
|
content: ur,
|
|
8067
8067
|
duration: 3e3
|
|
8068
|
-
}),
|
|
8068
|
+
}), ge();
|
|
8069
8069
|
}).catch((ur) => {
|
|
8070
8070
|
oe(ur);
|
|
8071
8071
|
});
|
|
@@ -8075,38 +8075,38 @@ const Fc = /* @__PURE__ */ _(V2, [["render", E2], ["__scopeId", "data-v-ec746f00
|
|
|
8075
8075
|
return;
|
|
8076
8076
|
}
|
|
8077
8077
|
if (E && typeof E == "function") {
|
|
8078
|
-
E(ce,
|
|
8078
|
+
E(ce, Se, () => {
|
|
8079
8079
|
s.success({
|
|
8080
8080
|
content: () => o("Notice.success"),
|
|
8081
8081
|
duration: 3e3
|
|
8082
|
-
}),
|
|
8082
|
+
}), ge();
|
|
8083
8083
|
});
|
|
8084
8084
|
return;
|
|
8085
8085
|
}
|
|
8086
8086
|
s.success({
|
|
8087
8087
|
content: () => o("Notice.success"),
|
|
8088
8088
|
duration: 3e3
|
|
8089
|
-
}),
|
|
8089
|
+
}), ge();
|
|
8090
8090
|
}).catch(() => {
|
|
8091
8091
|
s.error({
|
|
8092
8092
|
content: () => o("Notice.failed"),
|
|
8093
8093
|
duration: 3e3
|
|
8094
|
-
}),
|
|
8094
|
+
}), ge();
|
|
8095
8095
|
});
|
|
8096
8096
|
}).catch(() => null);
|
|
8097
8097
|
};
|
|
8098
8098
|
}
|
|
8099
8099
|
}, ht = async () => {
|
|
8100
8100
|
Ve.value = !1, Na();
|
|
8101
|
-
const { tableColumns: $, search:
|
|
8101
|
+
const { tableColumns: $, search: B, subTableIds: G, tableWidth: Z } = await Zt(
|
|
8102
8102
|
q.value,
|
|
8103
8103
|
e.child,
|
|
8104
8104
|
z.value,
|
|
8105
8105
|
() => x.value,
|
|
8106
8106
|
er
|
|
8107
8107
|
);
|
|
8108
|
-
let E =
|
|
8109
|
-
!u.value &&
|
|
8108
|
+
let E = Z;
|
|
8109
|
+
!u.value && J.value.index && ($.unshift({
|
|
8110
8110
|
title: "#",
|
|
8111
8111
|
key: "index",
|
|
8112
8112
|
align: "center",
|
|
@@ -8121,34 +8121,34 @@ const Fc = /* @__PURE__ */ _(V2, [["render", E2], ["__scopeId", "data-v-ec746f00
|
|
|
8121
8121
|
{},
|
|
8122
8122
|
{
|
|
8123
8123
|
default: () => {
|
|
8124
|
-
const ce = T.value.query.page || 1,
|
|
8125
|
-
return (ce - 1) *
|
|
8124
|
+
const ce = T.value.query.page || 1, Se = T.value.query.pageSize || 30;
|
|
8125
|
+
return (ce - 1) * Se + (ke + 1);
|
|
8126
8126
|
}
|
|
8127
8127
|
}
|
|
8128
8128
|
);
|
|
8129
8129
|
}
|
|
8130
|
-
}), E = E + 60), !u.value && (e.selection ||
|
|
8130
|
+
}), E = E + 60), !u.value && (e.selection || J.value.selection !== 0) && ($.unshift({
|
|
8131
8131
|
type: "selection",
|
|
8132
8132
|
fixed: "left",
|
|
8133
8133
|
width: 60,
|
|
8134
8134
|
hide: !0,
|
|
8135
8135
|
show: !0,
|
|
8136
|
-
multiple: e.selection === 2 ||
|
|
8136
|
+
multiple: e.selection === 2 || J.value.selection === 2,
|
|
8137
8137
|
options: ["all", "none"]
|
|
8138
8138
|
}), E = E + 60);
|
|
8139
8139
|
const te = e.id || a.params.id;
|
|
8140
|
-
if (!u.value &&
|
|
8140
|
+
if (!u.value && J.value.commonTime && $.push(...ot()), e.enableAction === !0 && j.value && j.value.length > 0) {
|
|
8141
8141
|
const ae = Q(j.value);
|
|
8142
8142
|
for (const ce of ae)
|
|
8143
|
-
ce.type === "group" ? ce.children.forEach((
|
|
8144
|
-
Nt(
|
|
8145
|
-
}) : Nt(ce,
|
|
8143
|
+
ce.type === "group" ? ce.children.forEach((Se) => {
|
|
8144
|
+
Nt(Se, G);
|
|
8145
|
+
}) : Nt(ce, G);
|
|
8146
8146
|
const ke = {
|
|
8147
8147
|
title: () => o("Common.action"),
|
|
8148
8148
|
key: "action",
|
|
8149
8149
|
align: "center",
|
|
8150
8150
|
fixed: "right",
|
|
8151
|
-
width:
|
|
8151
|
+
width: J.value.actionWidth,
|
|
8152
8152
|
resizable: !0,
|
|
8153
8153
|
checked: !0,
|
|
8154
8154
|
show: !0,
|
|
@@ -8157,16 +8157,16 @@ const Fc = /* @__PURE__ */ _(V2, [["render", E2], ["__scopeId", "data-v-ec746f00
|
|
|
8157
8157
|
return $t({
|
|
8158
8158
|
buttons: ae,
|
|
8159
8159
|
rowData: ce,
|
|
8160
|
-
callback:
|
|
8160
|
+
callback: ge,
|
|
8161
8161
|
tableId: te
|
|
8162
8162
|
});
|
|
8163
8163
|
}
|
|
8164
8164
|
};
|
|
8165
8165
|
E = E + Number(
|
|
8166
|
-
typeof
|
|
8166
|
+
typeof J.value.actionWidth == "string" ? J.value.actionWidth.replace("px", "") : J.value.actionWidth
|
|
8167
8167
|
), $.push(ke);
|
|
8168
8168
|
}
|
|
8169
|
-
f.value = $,
|
|
8169
|
+
f.value = $, V.value = B, C.value = E;
|
|
8170
8170
|
}, qe = ($) => typeof $ == "number" ? `${$}px` : $, mt = () => {
|
|
8171
8171
|
if (e.height) {
|
|
8172
8172
|
const $ = qe(e.height);
|
|
@@ -8175,12 +8175,12 @@ const Fc = /* @__PURE__ */ _(V2, [["render", E2], ["__scopeId", "data-v-ec746f00
|
|
|
8175
8175
|
}
|
|
8176
8176
|
}, st = () => {
|
|
8177
8177
|
const $ = [];
|
|
8178
|
-
f.value.forEach((
|
|
8179
|
-
|
|
8180
|
-
key:
|
|
8181
|
-
show:
|
|
8182
|
-
hide:
|
|
8183
|
-
fixed:
|
|
8178
|
+
f.value.forEach((B) => {
|
|
8179
|
+
B.key !== "action" && $.push({
|
|
8180
|
+
key: B.key,
|
|
8181
|
+
show: B.show,
|
|
8182
|
+
hide: B.hide,
|
|
8183
|
+
fixed: B.fixed
|
|
8184
8184
|
});
|
|
8185
8185
|
}), t("on-update:columns", $);
|
|
8186
8186
|
}, lt = () => {
|
|
@@ -8188,11 +8188,11 @@ const Fc = /* @__PURE__ */ _(V2, [["render", E2], ["__scopeId", "data-v-ec746f00
|
|
|
8188
8188
|
($ = b.value) == null || $.restoreValidation(), x.value = {}, d.value = !1, O.value = !1;
|
|
8189
8189
|
}, It = () => {
|
|
8190
8190
|
var $;
|
|
8191
|
-
se.value = 0, ue.value = !0, ($ = b.value) == null || $.validate().then(async (
|
|
8191
|
+
se.value = 0, ue.value = !0, ($ = b.value) == null || $.validate().then(async (B) => {
|
|
8192
8192
|
if (H.value.when_before_save) {
|
|
8193
8193
|
const E = H.value.when_before_save, te = new Function("data", "POST", E);
|
|
8194
8194
|
try {
|
|
8195
|
-
|
|
8195
|
+
B = await te(B, pe).catch((ae) => {
|
|
8196
8196
|
se.value = 1, he.value = ae.message;
|
|
8197
8197
|
});
|
|
8198
8198
|
} catch (ae) {
|
|
@@ -8200,16 +8200,16 @@ const Fc = /* @__PURE__ */ _(V2, [["render", E2], ["__scopeId", "data-v-ec746f00
|
|
|
8200
8200
|
return;
|
|
8201
8201
|
}
|
|
8202
8202
|
}
|
|
8203
|
-
let
|
|
8204
|
-
const
|
|
8205
|
-
e.formFetch ?
|
|
8206
|
-
tableId:
|
|
8207
|
-
...
|
|
8208
|
-
}) :
|
|
8209
|
-
tableId:
|
|
8210
|
-
...
|
|
8211
|
-
}),
|
|
8212
|
-
Na(), ue.value = !1,
|
|
8203
|
+
let G;
|
|
8204
|
+
const Z = e.id || a.params.id;
|
|
8205
|
+
e.formFetch ? G = e.formFetch({
|
|
8206
|
+
tableId: Z,
|
|
8207
|
+
...B
|
|
8208
|
+
}) : G = to({
|
|
8209
|
+
tableId: Z,
|
|
8210
|
+
...B
|
|
8211
|
+
}), G.then(() => {
|
|
8212
|
+
Na(), ue.value = !1, ge(), lt();
|
|
8213
8213
|
}).catch((E) => {
|
|
8214
8214
|
se.value = 1, he.value = E;
|
|
8215
8215
|
});
|
|
@@ -8221,14 +8221,14 @@ const Fc = /* @__PURE__ */ _(V2, [["render", E2], ["__scopeId", "data-v-ec746f00
|
|
|
8221
8221
|
fetch: null,
|
|
8222
8222
|
when_drawer_open: "",
|
|
8223
8223
|
when_before_save: ""
|
|
8224
|
-
},
|
|
8224
|
+
}, J.value = ut();
|
|
8225
8225
|
}, Re = ($) => {
|
|
8226
|
-
const
|
|
8227
|
-
v.value = $.tableTitle, q.value = _t(
|
|
8228
|
-
const
|
|
8229
|
-
A.value =
|
|
8230
|
-
const
|
|
8231
|
-
$.tableTitle &&
|
|
8226
|
+
const B = tt.parse($.viewJson);
|
|
8227
|
+
v.value = $.tableTitle, q.value = _t(B.table), j.value = Rt(e.actions || B.action);
|
|
8228
|
+
const G = Rt(B.suffix || []);
|
|
8229
|
+
A.value = G.map((E) => (vo(E), E)), H.value = qc(B.trigger);
|
|
8230
|
+
const Z = ut(e.options ?? B.option);
|
|
8231
|
+
$.tableTitle && Z.title && Fw($.tableTitle), J.value = Z;
|
|
8232
8232
|
}, Dt = async () => {
|
|
8233
8233
|
g.value = !1, ze();
|
|
8234
8234
|
const $ = e.id || a.params.id;
|
|
@@ -8246,10 +8246,10 @@ const Fc = /* @__PURE__ */ _(V2, [["render", E2], ["__scopeId", "data-v-ec746f00
|
|
|
8246
8246
|
he.value = o("Notice.network"), Ve.value = !0;
|
|
8247
8247
|
return;
|
|
8248
8248
|
}
|
|
8249
|
-
mt(), e.columns ? (q.value = e.columns || [], j.value = e.actions || [], A.value = e.suffixes || [],
|
|
8250
|
-
Re(
|
|
8251
|
-
}).catch((
|
|
8252
|
-
he.value =
|
|
8249
|
+
mt(), e.columns ? (q.value = e.columns || [], j.value = e.actions || [], A.value = e.suffixes || [], J.value = ut(e.options), await ht()) : await bt($).then(async (B) => {
|
|
8250
|
+
Re(B), await ht();
|
|
8251
|
+
}).catch((B) => {
|
|
8252
|
+
he.value = B.message, Ve.value = !0;
|
|
8253
8253
|
});
|
|
8254
8254
|
}, vo = ($) => {
|
|
8255
8255
|
if ($.type !== "group" && $.optionsType)
|
|
@@ -8265,36 +8265,47 @@ const Fc = /* @__PURE__ */ _(V2, [["render", E2], ["__scopeId", "data-v-ec746f00
|
|
|
8265
8265
|
});
|
|
8266
8266
|
};
|
|
8267
8267
|
else if ($.type !== "group") {
|
|
8268
|
-
const
|
|
8268
|
+
const B = Q($.onClick);
|
|
8269
8269
|
$.onClick = async () => {
|
|
8270
|
-
if (
|
|
8270
|
+
if (B && typeof B == "string") {
|
|
8271
8271
|
try {
|
|
8272
|
-
const
|
|
8273
|
-
await
|
|
8274
|
-
} catch (
|
|
8275
|
-
oe(
|
|
8272
|
+
const G = new Function("POST", "fnNotification", B);
|
|
8273
|
+
await G(pe, s, G), ge();
|
|
8274
|
+
} catch (G) {
|
|
8275
|
+
oe(G);
|
|
8276
8276
|
}
|
|
8277
8277
|
return;
|
|
8278
8278
|
}
|
|
8279
8279
|
};
|
|
8280
8280
|
}
|
|
8281
8281
|
};
|
|
8282
|
-
return r({ rebuild: Dt, init:
|
|
8282
|
+
return r({ rebuild: Dt, init: ge, nextPage: sr }), Je(async () => {
|
|
8283
8283
|
await Dt();
|
|
8284
|
-
}),
|
|
8284
|
+
}), fe(
|
|
8285
8285
|
() => f.value,
|
|
8286
8286
|
() => {
|
|
8287
8287
|
Pe();
|
|
8288
8288
|
},
|
|
8289
8289
|
{ deep: !0 }
|
|
8290
|
-
),
|
|
8290
|
+
), fe(
|
|
8291
8291
|
() => e.height,
|
|
8292
8292
|
() => {
|
|
8293
8293
|
mt();
|
|
8294
8294
|
}
|
|
8295
|
-
),
|
|
8295
|
+
), fe([() => a.params.id, () => e.id], async () => {
|
|
8296
8296
|
dr(), await Dt();
|
|
8297
|
-
}),
|
|
8297
|
+
}), fe(
|
|
8298
|
+
() => e.defaultCheckedRowKeys,
|
|
8299
|
+
($) => {
|
|
8300
|
+
const B = $ || [], G = we.value.filter(
|
|
8301
|
+
(Z) => B.includes(Z.id)
|
|
8302
|
+
);
|
|
8303
|
+
Me.value = B, we.value = G;
|
|
8304
|
+
},
|
|
8305
|
+
{
|
|
8306
|
+
deep: !0
|
|
8307
|
+
}
|
|
8308
|
+
), {
|
|
8298
8309
|
loading: D,
|
|
8299
8310
|
minH: L,
|
|
8300
8311
|
maxH: F,
|
|
@@ -8302,11 +8313,11 @@ const Fc = /* @__PURE__ */ _(V2, [["render", E2], ["__scopeId", "data-v-ec746f00
|
|
|
8302
8313
|
formRef: b,
|
|
8303
8314
|
ocFormStatus: z,
|
|
8304
8315
|
formValues: x,
|
|
8305
|
-
tableOption:
|
|
8316
|
+
tableOption: J,
|
|
8306
8317
|
tableColumns: k,
|
|
8307
8318
|
tableData: p,
|
|
8308
8319
|
tableQueries: T,
|
|
8309
|
-
searchData:
|
|
8320
|
+
searchData: V,
|
|
8310
8321
|
baseColumns: f,
|
|
8311
8322
|
isSlotHeader: m,
|
|
8312
8323
|
formData: i,
|
|
@@ -8321,7 +8332,7 @@ const Fc = /* @__PURE__ */ _(V2, [["render", E2], ["__scopeId", "data-v-ec746f00
|
|
|
8321
8332
|
spinError: Ve,
|
|
8322
8333
|
isMobile: u,
|
|
8323
8334
|
mRef: h,
|
|
8324
|
-
checkRowKeys:
|
|
8335
|
+
checkRowKeys: Me,
|
|
8325
8336
|
route: a,
|
|
8326
8337
|
insiderShow: nt,
|
|
8327
8338
|
insiderLink: St,
|
|
@@ -8330,7 +8341,7 @@ const Fc = /* @__PURE__ */ _(V2, [["render", E2], ["__scopeId", "data-v-ec746f00
|
|
|
8330
8341
|
pageChange: or,
|
|
8331
8342
|
pageSizeChange: lr,
|
|
8332
8343
|
pageSorter: ne,
|
|
8333
|
-
pinChange:
|
|
8344
|
+
pinChange: ee,
|
|
8334
8345
|
showChange: Ue,
|
|
8335
8346
|
submit: ir,
|
|
8336
8347
|
handleAdd: at,
|
|
@@ -8354,10 +8365,10 @@ const Fc = /* @__PURE__ */ _(V2, [["render", E2], ["__scopeId", "data-v-ec746f00
|
|
|
8354
8365
|
class: "uz-transform-fade-in"
|
|
8355
8366
|
}, X2 = { class: "uz-com-title" }, Y2 = { class: "flex gap-2 h-full" }, Z2 = { class: "flex justify-between w-full" }, ey = { class: "flex gap-2" };
|
|
8356
8367
|
function ty(e, t, r, n, a, o) {
|
|
8357
|
-
const s = M("NSkeleton"), u = M("NButton"), h = M("Plus"), m = M("NIcon"), b = M("UzActionButton"), D = M("UzSearchMobileBar"), g = M("UzTableMobile"), d = M("Filter"), v = M("NCheckbox"), i = M("GridDots"), k = M("Draggable"), f = M("NPopover"), p = M("UzSearchBar"), C = M("NDataTable"), T = M("NSpin"),
|
|
8368
|
+
const s = M("NSkeleton"), u = M("NButton"), h = M("Plus"), m = M("NIcon"), b = M("UzActionButton"), D = M("UzSearchMobileBar"), g = M("UzTableMobile"), d = M("Filter"), v = M("NCheckbox"), i = M("GridDots"), k = M("Draggable"), f = M("NPopover"), p = M("UzSearchBar"), C = M("NDataTable"), T = M("NSpin"), V = M("UzOcr"), L = M("UzForm"), F = M("UzSpin"), O = M("NDrawerContent"), z = M("NDrawer"), x = M("UzTableDrawer");
|
|
8358
8369
|
return c(), w("div", {
|
|
8359
8370
|
class: "uz-table",
|
|
8360
|
-
style:
|
|
8371
|
+
style: Ne({
|
|
8361
8372
|
width: e.isTypeofNumber(e.width)
|
|
8362
8373
|
})
|
|
8363
8374
|
}, [
|
|
@@ -8451,7 +8462,7 @@ function ty(e, t, r, n, a, o) {
|
|
|
8451
8462
|
K(" " + U(e.$t("Common.add")), 1)
|
|
8452
8463
|
]),
|
|
8453
8464
|
_: 1
|
|
8454
|
-
}, 8, ["disabled", "onClick"])) :
|
|
8465
|
+
}, 8, ["disabled", "onClick"])) : W("", !0),
|
|
8455
8466
|
e.suffixes && e.suffixes.length > 0 ? (c(), R(b, {
|
|
8456
8467
|
key: 1,
|
|
8457
8468
|
data: e.suffixes,
|
|
@@ -8460,15 +8471,15 @@ function ty(e, t, r, n, a, o) {
|
|
|
8460
8471
|
size: "medium",
|
|
8461
8472
|
text: !1
|
|
8462
8473
|
}
|
|
8463
|
-
}, null, 8, ["data"])) :
|
|
8464
|
-
|
|
8474
|
+
}, null, 8, ["data"])) : W("", !0),
|
|
8475
|
+
Te(e.$slots, "action")
|
|
8465
8476
|
]),
|
|
8466
8477
|
_: 2
|
|
8467
8478
|
}, [
|
|
8468
8479
|
e.isSlotHeader ? {
|
|
8469
8480
|
name: "header",
|
|
8470
8481
|
fn: y(() => [
|
|
8471
|
-
|
|
8482
|
+
Te(e.$slots, "header")
|
|
8472
8483
|
]),
|
|
8473
8484
|
key: "0"
|
|
8474
8485
|
} : {
|
|
@@ -8537,7 +8548,7 @@ function ty(e, t, r, n, a, o) {
|
|
|
8537
8548
|
onEnd: e.handleColumnChange
|
|
8538
8549
|
}), {
|
|
8539
8550
|
item: y(({ element: S }) => [
|
|
8540
|
-
S.hide ?
|
|
8551
|
+
S.hide ? W("", !0) : (c(), w("div", {
|
|
8541
8552
|
key: S.key,
|
|
8542
8553
|
class: "uz-table-sort"
|
|
8543
8554
|
}, [
|
|
@@ -8571,7 +8582,7 @@ function ty(e, t, r, n, a, o) {
|
|
|
8571
8582
|
}, 16, ["modelValue", "onEnd"])
|
|
8572
8583
|
]),
|
|
8573
8584
|
_: 1
|
|
8574
|
-
})) :
|
|
8585
|
+
})) : W("", !0),
|
|
8575
8586
|
e.addFetch && e.tableOption.addButton ? (c(), R(u, {
|
|
8576
8587
|
key: 1,
|
|
8577
8588
|
secondary: "",
|
|
@@ -8590,7 +8601,7 @@ function ty(e, t, r, n, a, o) {
|
|
|
8590
8601
|
K(" " + U(e.$t("Common.add")), 1)
|
|
8591
8602
|
]),
|
|
8592
8603
|
_: 1
|
|
8593
|
-
}, 8, ["disabled", "onClick"])) :
|
|
8604
|
+
}, 8, ["disabled", "onClick"])) : W("", !0),
|
|
8594
8605
|
e.suffixes && e.suffixes.length > 0 ? (c(), R(b, {
|
|
8595
8606
|
key: 2,
|
|
8596
8607
|
data: e.suffixes,
|
|
@@ -8599,15 +8610,15 @@ function ty(e, t, r, n, a, o) {
|
|
|
8599
8610
|
size: "medium",
|
|
8600
8611
|
text: !1
|
|
8601
8612
|
}
|
|
8602
|
-
}, null, 8, ["data"])) :
|
|
8603
|
-
|
|
8613
|
+
}, null, 8, ["data"])) : W("", !0),
|
|
8614
|
+
Te(e.$slots, "action")
|
|
8604
8615
|
]),
|
|
8605
8616
|
_: 2
|
|
8606
8617
|
}, [
|
|
8607
8618
|
e.isSlotHeader ? {
|
|
8608
8619
|
name: "header",
|
|
8609
8620
|
fn: y(() => [
|
|
8610
|
-
|
|
8621
|
+
Te(e.$slots, "header")
|
|
8611
8622
|
]),
|
|
8612
8623
|
key: "0"
|
|
8613
8624
|
} : {
|
|
@@ -8617,7 +8628,7 @@ function ty(e, t, r, n, a, o) {
|
|
|
8617
8628
|
]),
|
|
8618
8629
|
key: "1"
|
|
8619
8630
|
}
|
|
8620
|
-
]), 1032, ["data", "id", "cache", "loading", "cols", "onOnUpdate:value"])) :
|
|
8631
|
+
]), 1032, ["data", "id", "cache", "loading", "cols", "onOnUpdate:value"])) : W("", !0),
|
|
8621
8632
|
I(C, {
|
|
8622
8633
|
columns: e.tableColumns,
|
|
8623
8634
|
data: e.tableData,
|
|
@@ -8626,7 +8637,7 @@ function ty(e, t, r, n, a, o) {
|
|
|
8626
8637
|
"min-height": e.minH,
|
|
8627
8638
|
"max-height": e.maxH,
|
|
8628
8639
|
"flex-height": e.flexHeight,
|
|
8629
|
-
style:
|
|
8640
|
+
style: Ne(e.style),
|
|
8630
8641
|
"row-key": e.rowKey,
|
|
8631
8642
|
"on-update:page": e.pageChange,
|
|
8632
8643
|
"on-update:page-size": e.pageSizeChange,
|
|
@@ -8666,7 +8677,7 @@ function ty(e, t, r, n, a, o) {
|
|
|
8666
8677
|
}, Fe({
|
|
8667
8678
|
default: y(() => [
|
|
8668
8679
|
l("div", Y2, [
|
|
8669
|
-
e.ocrShow ? (c(), R(
|
|
8680
|
+
e.ocrShow ? (c(), R(V, { key: 0 })) : W("", !0),
|
|
8670
8681
|
I(F, {
|
|
8671
8682
|
value: e.spinShow,
|
|
8672
8683
|
"onUpdate:value": t[1] || (t[1] = (S) => e.spinShow = S),
|
|
@@ -8693,7 +8704,7 @@ function ty(e, t, r, n, a, o) {
|
|
|
8693
8704
|
fn: y(() => [
|
|
8694
8705
|
l("div", Z2, [
|
|
8695
8706
|
l("div", null, [
|
|
8696
|
-
e.isMobile ?
|
|
8707
|
+
e.isMobile ? W("", !0) : (c(), R(u, {
|
|
8697
8708
|
key: 0,
|
|
8698
8709
|
type: "primary",
|
|
8699
8710
|
onClick: t[2] || (t[2] = (S) => e.ocrShow = !e.ocrShow),
|
|
@@ -8780,14 +8791,14 @@ const ry = /* @__PURE__ */ _(L2, [["render", ty]]), ny = ie({
|
|
|
8780
8791
|
const A = [];
|
|
8781
8792
|
if (e.item.params.columns.forEach((H) => {
|
|
8782
8793
|
(H.input === "cascader" || H.input === "select") && H.params.multiple && A.push(H.key);
|
|
8783
|
-
}), e.item.params.draggable && j.sort((H,
|
|
8784
|
-
A.forEach((
|
|
8785
|
-
H[
|
|
8794
|
+
}), e.item.params.draggable && j.sort((H, J) => H.sort_index - J.sort_index), j && j.forEach((H) => {
|
|
8795
|
+
A.forEach((J) => {
|
|
8796
|
+
H[J] && typeof H[J] == "string" && (H[J] = JSON.parse(H[J]));
|
|
8786
8797
|
});
|
|
8787
8798
|
}), e.item.params.init && j.length === 0 && e.status === 0 && (j = [i.value]), e.item.params.merge && typeof e.item.params.merge == "string")
|
|
8788
8799
|
try {
|
|
8789
8800
|
const H = e.item.params.merge;
|
|
8790
|
-
j = await new Function("formValue", "mainFormValue", "POST", H)(j, o,
|
|
8801
|
+
j = await new Function("formValue", "mainFormValue", "POST", H)(j, o, pe);
|
|
8791
8802
|
} catch (H) {
|
|
8792
8803
|
oe(H);
|
|
8793
8804
|
}
|
|
@@ -8839,7 +8850,7 @@ const ry = /* @__PURE__ */ _(L2, [["render", ty]]), ny = ie({
|
|
|
8839
8850
|
);
|
|
8840
8851
|
}
|
|
8841
8852
|
}), A = A + 40), e.status !== 2 && e.item.params.showActions) {
|
|
8842
|
-
const
|
|
8853
|
+
const J = {
|
|
8843
8854
|
title: () => s("Common.action"),
|
|
8844
8855
|
key: "action",
|
|
8845
8856
|
align: "center",
|
|
@@ -8857,29 +8868,29 @@ const ry = /* @__PURE__ */ _(L2, [["render", ty]]), ny = ie({
|
|
|
8857
8868
|
buttonText: "删除",
|
|
8858
8869
|
confirmText: "确认删除?",
|
|
8859
8870
|
onClick: () => {
|
|
8860
|
-
const
|
|
8861
|
-
|
|
8871
|
+
const Me = e.item.params.deleteFn;
|
|
8872
|
+
Me && typeof Me == "string" ? ue = new Function("rowData", "mainFormValue", Me)(ue, o) : ue.delete = !0;
|
|
8862
8873
|
}
|
|
8863
8874
|
};
|
|
8864
|
-
return e.item.params.childActions && e.item.params.actions && Rt(e.item.params.actions).forEach((
|
|
8865
|
-
if (
|
|
8866
|
-
const nt = new Function("rowData", "rowIndex",
|
|
8867
|
-
|
|
8875
|
+
return e.item.params.childActions && e.item.params.actions && Rt(e.item.params.actions).forEach((we) => {
|
|
8876
|
+
if (we.disabled && typeof we.disabled == "string") {
|
|
8877
|
+
const nt = new Function("rowData", "rowIndex", we.disabled);
|
|
8878
|
+
we.disabled = nt(ue, se);
|
|
8868
8879
|
}
|
|
8869
|
-
he.push(
|
|
8880
|
+
he.push(we);
|
|
8870
8881
|
}), e.item.params.showDelete && (e.status !== 2 && (d.value.child.length > 1 && e.item.form.edit ? !e.item.form.edit.readonly : !e.item.form.readonly)) && he.push(Ve), $t({
|
|
8871
8882
|
buttons: he,
|
|
8872
8883
|
rowData: ue
|
|
8873
8884
|
});
|
|
8874
8885
|
}
|
|
8875
8886
|
};
|
|
8876
|
-
q.push(
|
|
8887
|
+
q.push(J);
|
|
8877
8888
|
}
|
|
8878
8889
|
const H = [];
|
|
8879
|
-
q.forEach((
|
|
8880
|
-
|
|
8890
|
+
q.forEach((J) => {
|
|
8891
|
+
J.show && H.push(J);
|
|
8881
8892
|
}), g.value = H, A = A + 180, k.value = A;
|
|
8882
|
-
},
|
|
8893
|
+
}, V = (S) => {
|
|
8883
8894
|
if (e.item.params.summary) {
|
|
8884
8895
|
if (typeof e.item.params.summary == "function")
|
|
8885
8896
|
return e.item.params.summary(S);
|
|
@@ -8906,7 +8917,7 @@ const ry = /* @__PURE__ */ _(L2, [["render", ty]]), ny = ie({
|
|
|
8906
8917
|
mainFormValue: o,
|
|
8907
8918
|
children: () => d.value.child,
|
|
8908
8919
|
callback: async (j) => {
|
|
8909
|
-
const A = await q(j, o,
|
|
8920
|
+
const A = await q(j, o, pe);
|
|
8910
8921
|
d.value.child = [...d.value.child, ...A], Le(() => {
|
|
8911
8922
|
x();
|
|
8912
8923
|
});
|
|
@@ -8950,8 +8961,8 @@ const ry = /* @__PURE__ */ _(L2, [["render", ty]]), ny = ie({
|
|
|
8950
8961
|
// dataTransfer.setData('Text', '')
|
|
8951
8962
|
// },
|
|
8952
8963
|
onEnd: ({ oldIndex: q, newIndex: j }) => {
|
|
8953
|
-
var
|
|
8954
|
-
(
|
|
8964
|
+
var J;
|
|
8965
|
+
(J = h.value) == null || J.destroy(), h.value = null, D.value = !1;
|
|
8955
8966
|
let A = Q(d.value.child);
|
|
8956
8967
|
const H = A.splice(q, 1)[0];
|
|
8957
8968
|
A.splice(j, 0, H), A = A.map((ue, se) => ({
|
|
@@ -8971,19 +8982,19 @@ const ry = /* @__PURE__ */ _(L2, [["render", ty]]), ny = ie({
|
|
|
8971
8982
|
}), Aa(() => {
|
|
8972
8983
|
var S;
|
|
8973
8984
|
(S = h.value) == null || S.destroy(), h.value = null;
|
|
8974
|
-
}), r({ validate: z, restoreValidation: O }),
|
|
8985
|
+
}), r({ validate: z, restoreValidation: O }), fe(
|
|
8975
8986
|
() => e.item.params.columns,
|
|
8976
8987
|
(S, q) => {
|
|
8977
8988
|
JSON.stringify(S) !== JSON.stringify(q) && T(S);
|
|
8978
8989
|
},
|
|
8979
8990
|
{ deep: !0 }
|
|
8980
|
-
),
|
|
8991
|
+
), fe(
|
|
8981
8992
|
() => e.value,
|
|
8982
8993
|
(S, q) => {
|
|
8983
8994
|
JSON.stringify(S) !== JSON.stringify(q) && JSON.stringify(S) !== JSON.stringify(d.value.child) && p(S);
|
|
8984
8995
|
},
|
|
8985
8996
|
{ deep: !0 }
|
|
8986
|
-
),
|
|
8997
|
+
), fe(
|
|
8987
8998
|
() => d.value.child,
|
|
8988
8999
|
(S) => {
|
|
8989
9000
|
e.status !== 2 && t("update:value", S);
|
|
@@ -8995,7 +9006,7 @@ const ry = /* @__PURE__ */ _(L2, [["render", ty]]), ny = ie({
|
|
|
8995
9006
|
tableRef: u,
|
|
8996
9007
|
columns: g,
|
|
8997
9008
|
tableData: d,
|
|
8998
|
-
summaryData:
|
|
9009
|
+
summaryData: V,
|
|
8999
9010
|
message: v,
|
|
9000
9011
|
tableScrollX: k,
|
|
9001
9012
|
tableShow: D,
|
|
@@ -9014,7 +9025,7 @@ function cy(e, t, r, n, a, o) {
|
|
|
9014
9025
|
l("div", oy, [
|
|
9015
9026
|
l("div", sy, [
|
|
9016
9027
|
K(U(e.item.label) + " ", 1),
|
|
9017
|
-
e.item.form.rule.required ? (c(), w("span", ly, " * ")) :
|
|
9028
|
+
e.item.form.rule.required ? (c(), w("span", ly, " * ")) : W("", !0)
|
|
9018
9029
|
]),
|
|
9019
9030
|
l("div", iy, [
|
|
9020
9031
|
e.item.params.optionsType && (e.status !== 2 && (e.item.form.edit ? !e.item.form.edit.readonly : !e.item.form.readonly)) ? (c(), R(h, {
|
|
@@ -9035,7 +9046,7 @@ function cy(e, t, r, n, a, o) {
|
|
|
9035
9046
|
t[0] || (t[0] = K(" 从数据新增 ", -1))
|
|
9036
9047
|
]),
|
|
9037
9048
|
_: 1
|
|
9038
|
-
}, 8, ["onClick"])) :
|
|
9049
|
+
}, 8, ["onClick"])) : W("", !0),
|
|
9039
9050
|
e.item.params.addButton && (e.status !== 2 && (e.item.form.edit ? !e.item.form.edit.readonly : !e.item.form.readonly)) ? (c(), R(h, {
|
|
9040
9051
|
key: 1,
|
|
9041
9052
|
type: "success",
|
|
@@ -9054,7 +9065,7 @@ function cy(e, t, r, n, a, o) {
|
|
|
9054
9065
|
t[1] || (t[1] = K(" 新增 ", -1))
|
|
9055
9066
|
]),
|
|
9056
9067
|
_: 1
|
|
9057
|
-
}, 8, ["onClick"])) :
|
|
9068
|
+
}, 8, ["onClick"])) : W("", !0)
|
|
9058
9069
|
])
|
|
9059
9070
|
]),
|
|
9060
9071
|
t[4] || (t[4] = l("div", { class: "uz-br" }, null, -1)),
|
|
@@ -9079,7 +9090,7 @@ function cy(e, t, r, n, a, o) {
|
|
|
9079
9090
|
"row-class-name": e.rowClassName,
|
|
9080
9091
|
"scrollbar-props": { size: 8, trigger: "none" },
|
|
9081
9092
|
remote: ""
|
|
9082
|
-
}, null, 8, ["columns", "data", "loading", "summary", "scroll-x", "class", "row-class-name"])) :
|
|
9093
|
+
}, null, 8, ["columns", "data", "loading", "summary", "scroll-x", "class", "row-class-name"])) : W("", !0),
|
|
9083
9094
|
l("div", uy, [
|
|
9084
9095
|
e.item.params.optionsType && (e.status !== 2 && (e.item.form.edit ? !e.item.form.edit.readonly : !e.item.form.readonly)) ? (c(), R(h, {
|
|
9085
9096
|
key: 0,
|
|
@@ -9099,7 +9110,7 @@ function cy(e, t, r, n, a, o) {
|
|
|
9099
9110
|
t[2] || (t[2] = K(" 从数据新增 ", -1))
|
|
9100
9111
|
]),
|
|
9101
9112
|
_: 1
|
|
9102
|
-
}, 8, ["onClick"])) :
|
|
9113
|
+
}, 8, ["onClick"])) : W("", !0),
|
|
9103
9114
|
e.item.params.addButton && (e.status !== 2 && (e.item.form.edit ? !e.item.form.edit.readonly : !e.item.form.readonly)) ? (c(), R(h, {
|
|
9104
9115
|
key: 1,
|
|
9105
9116
|
type: "success",
|
|
@@ -9118,7 +9129,7 @@ function cy(e, t, r, n, a, o) {
|
|
|
9118
9129
|
t[3] || (t[3] = K(" 新增 ", -1))
|
|
9119
9130
|
]),
|
|
9120
9131
|
_: 1
|
|
9121
|
-
}, 8, ["onClick"])) :
|
|
9132
|
+
}, 8, ["onClick"])) : W("", !0)
|
|
9122
9133
|
])
|
|
9123
9134
|
]),
|
|
9124
9135
|
_: 1
|
|
@@ -9341,10 +9352,10 @@ const gy = /* @__PURE__ */ _(fy, [["render", wy]]), vy = ie({
|
|
|
9341
9352
|
const C = g.value.when_drawer_open;
|
|
9342
9353
|
if (C && typeof C == "string")
|
|
9343
9354
|
try {
|
|
9344
|
-
new Function("formValues", "POST", C)(p,
|
|
9345
|
-
a.value =
|
|
9346
|
-
}).catch((
|
|
9347
|
-
oe(
|
|
9355
|
+
new Function("formValues", "POST", C)(p, pe).then((V) => {
|
|
9356
|
+
a.value = V;
|
|
9357
|
+
}).catch((V) => {
|
|
9358
|
+
oe(V);
|
|
9348
9359
|
});
|
|
9349
9360
|
} catch (T) {
|
|
9350
9361
|
oe(T);
|
|
@@ -9354,10 +9365,10 @@ const gy = /* @__PURE__ */ _(fy, [["render", wy]]), vy = ie({
|
|
|
9354
9365
|
const p = e.link.split(".")[0];
|
|
9355
9366
|
await bt(p).then(async (C) => {
|
|
9356
9367
|
o.value = !0;
|
|
9357
|
-
const T = tt.parse(C.viewJson), { form:
|
|
9368
|
+
const T = tt.parse(C.viewJson), { form: V } = await Yt(
|
|
9358
9369
|
_t(T.table)
|
|
9359
9370
|
);
|
|
9360
|
-
D.value =
|
|
9371
|
+
D.value = V, s.value = ut(T.option), g.value = T.trigger, e.mainData && (g.value.when_drawer_open ? i(e.mainData) : a.value = e.mainData);
|
|
9361
9372
|
}).catch(() => {
|
|
9362
9373
|
d.value = !0;
|
|
9363
9374
|
});
|
|
@@ -9366,9 +9377,9 @@ const gy = /* @__PURE__ */ _(fy, [["render", wy]]), vy = ie({
|
|
|
9366
9377
|
var p;
|
|
9367
9378
|
b.value = 0, h.value = !0, (p = n.value) == null || p.validate().then(async (C) => {
|
|
9368
9379
|
if (g.value.when_before_save) {
|
|
9369
|
-
const
|
|
9380
|
+
const V = g.value.when_before_save, L = new Function("data", "POST", V);
|
|
9370
9381
|
try {
|
|
9371
|
-
C = await L(C,
|
|
9382
|
+
C = await L(C, pe).catch((F) => {
|
|
9372
9383
|
b.value = 1, m.value = F.message;
|
|
9373
9384
|
});
|
|
9374
9385
|
} catch (F) {
|
|
@@ -9380,7 +9391,7 @@ const gy = /* @__PURE__ */ _(fy, [["render", wy]]), vy = ie({
|
|
|
9380
9391
|
to({
|
|
9381
9392
|
tableId: T,
|
|
9382
9393
|
...C
|
|
9383
|
-
}).then((
|
|
9394
|
+
}).then((V) => {
|
|
9384
9395
|
Na(), Ze({
|
|
9385
9396
|
tableId: T
|
|
9386
9397
|
}).then((L) => {
|
|
@@ -9398,14 +9409,14 @@ const gy = /* @__PURE__ */ _(fy, [["render", wy]]), vy = ie({
|
|
|
9398
9409
|
}));
|
|
9399
9410
|
h.value = !1, t("on-submit", O), v();
|
|
9400
9411
|
});
|
|
9401
|
-
}).catch((
|
|
9402
|
-
b.value = 1, m.value =
|
|
9412
|
+
}).catch((V) => {
|
|
9413
|
+
b.value = 1, m.value = V;
|
|
9403
9414
|
});
|
|
9404
9415
|
}).catch(() => {
|
|
9405
9416
|
h.value = !1;
|
|
9406
9417
|
});
|
|
9407
9418
|
};
|
|
9408
|
-
return
|
|
9419
|
+
return fe(
|
|
9409
9420
|
() => e.show,
|
|
9410
9421
|
(p) => {
|
|
9411
9422
|
p && k();
|
|
@@ -9464,7 +9475,7 @@ function _y(e, t, r, n, a, o) {
|
|
|
9464
9475
|
]),
|
|
9465
9476
|
default: y(() => [
|
|
9466
9477
|
l("div", yy, [
|
|
9467
|
-
e.ocrShow ? (c(), R(u, { key: 0 })) :
|
|
9478
|
+
e.ocrShow ? (c(), R(u, { key: 0 })) : W("", !0),
|
|
9468
9479
|
I(m, {
|
|
9469
9480
|
class: "flex-1",
|
|
9470
9481
|
value: e.spinShow,
|
|
@@ -9494,7 +9505,7 @@ function _y(e, t, r, n, a, o) {
|
|
|
9494
9505
|
fn: y(() => [
|
|
9495
9506
|
l("div", ky, [
|
|
9496
9507
|
l("div", null, [
|
|
9497
|
-
e.isMobile ?
|
|
9508
|
+
e.isMobile ? W("", !0) : (c(), R(s, {
|
|
9498
9509
|
key: 0,
|
|
9499
9510
|
type: "primary",
|
|
9500
9511
|
onClick: t[1] || (t[1] = (d) => e.ocrShow = !e.ocrShow),
|
|
@@ -9557,7 +9568,7 @@ function Sy(e, t, r, n, a, o) {
|
|
|
9557
9568
|
(c(!0), w(le, null, $e(e.tableColumns, (s) => (c(), w("div", {
|
|
9558
9569
|
key: s.key,
|
|
9559
9570
|
class: de(["flex overflow-hidden", s.lineBreak ? "flex-col" : ""]),
|
|
9560
|
-
style:
|
|
9571
|
+
style: Ne(`grid-column: span ${s.lineCol || 2} / span ${s.lineCol || 2}`)
|
|
9561
9572
|
}, [
|
|
9562
9573
|
s.key === "action" ? (c(), w(le, { key: 0 }, [
|
|
9563
9574
|
s.render ? (c(), R(yo(
|
|
@@ -9568,7 +9579,7 @@ function Sy(e, t, r, n, a, o) {
|
|
|
9568
9579
|
), {
|
|
9569
9580
|
key: 0,
|
|
9570
9581
|
class: "mobile"
|
|
9571
|
-
})) :
|
|
9582
|
+
})) : W("", !0)
|
|
9572
9583
|
], 64)) : (c(), w(le, { key: 1 }, [
|
|
9573
9584
|
l("div", {
|
|
9574
9585
|
class: de(["uz-table-mobile-group-title", s.lineBreak ? "line-break" : ""])
|
|
@@ -9645,7 +9656,7 @@ function Oy(e, t, r, n, a, o) {
|
|
|
9645
9656
|
e.checkChange
|
|
9646
9657
|
],
|
|
9647
9658
|
class: "flex flex-col gap-2 uz-table-mobile-group",
|
|
9648
|
-
style:
|
|
9659
|
+
style: Ne({
|
|
9649
9660
|
minHeight: e.minH,
|
|
9650
9661
|
maxHeight: e.maxH
|
|
9651
9662
|
})
|
|
@@ -9676,7 +9687,7 @@ function Oy(e, t, r, n, a, o) {
|
|
|
9676
9687
|
"page-size": e.tableQueries.query.pageSize,
|
|
9677
9688
|
size: "large"
|
|
9678
9689
|
}, null, 8, ["page", "item-count", "page-size", "onUpdate:page"])
|
|
9679
|
-
])) :
|
|
9690
|
+
])) : W("", !0)
|
|
9680
9691
|
]),
|
|
9681
9692
|
_: 1
|
|
9682
9693
|
}, 8, ["value", "style", "onUpdate:value"])) : e.selection === 1 ? (c(), R(D, {
|
|
@@ -9687,7 +9698,7 @@ function Oy(e, t, r, n, a, o) {
|
|
|
9687
9698
|
e.radioChange
|
|
9688
9699
|
],
|
|
9689
9700
|
class: "flex! flex-col gap-2 uz-table-mobile-group",
|
|
9690
|
-
style:
|
|
9701
|
+
style: Ne({
|
|
9691
9702
|
minHeight: e.minH,
|
|
9692
9703
|
maxHeight: e.maxH
|
|
9693
9704
|
})
|
|
@@ -9718,13 +9729,13 @@ function Oy(e, t, r, n, a, o) {
|
|
|
9718
9729
|
"page-size": e.tableQueries.query.pageSize,
|
|
9719
9730
|
size: "large"
|
|
9720
9731
|
}, null, 8, ["page", "item-count", "page-size", "onUpdate:page"])
|
|
9721
|
-
])) :
|
|
9732
|
+
])) : W("", !0)
|
|
9722
9733
|
]),
|
|
9723
9734
|
_: 1
|
|
9724
9735
|
}, 8, ["value", "style", "onUpdate:value"])) : (c(), w("div", {
|
|
9725
9736
|
key: 2,
|
|
9726
9737
|
class: "flex flex-col gap-2 uz-table-mobile-group",
|
|
9727
|
-
style:
|
|
9738
|
+
style: Ne({
|
|
9728
9739
|
minHeight: e.minH,
|
|
9729
9740
|
maxHeight: e.maxH
|
|
9730
9741
|
})
|
|
@@ -9750,7 +9761,7 @@ function Oy(e, t, r, n, a, o) {
|
|
|
9750
9761
|
"page-size": e.tableQueries.query.pageSize,
|
|
9751
9762
|
size: "large"
|
|
9752
9763
|
}, null, 8, ["page", "item-count", "page-size", "onUpdate:page"])
|
|
9753
|
-
])) :
|
|
9764
|
+
])) : W("", !0)
|
|
9754
9765
|
], 4));
|
|
9755
9766
|
}
|
|
9756
9767
|
const Ay = /* @__PURE__ */ _(Ny, [["render", Oy], ["__scopeId", "data-v-8c590cf0"]]), X = Oa({
|
|
@@ -9835,7 +9846,7 @@ const qy = ie({
|
|
|
9835
9846
|
};
|
|
9836
9847
|
return Je(() => {
|
|
9837
9848
|
Nl(e.option), X.active !== n.path && Il(n.path, n.fullPath);
|
|
9838
|
-
}),
|
|
9849
|
+
}), fe(
|
|
9839
9850
|
() => n,
|
|
9840
9851
|
(u) => {
|
|
9841
9852
|
X.active === n.path && Il(u.path, u.fullPath);
|
|
@@ -9843,7 +9854,7 @@ const qy = ie({
|
|
|
9843
9854
|
{
|
|
9844
9855
|
deep: !0
|
|
9845
9856
|
}
|
|
9846
|
-
),
|
|
9857
|
+
), fe(
|
|
9847
9858
|
() => e.option,
|
|
9848
9859
|
(u) => {
|
|
9849
9860
|
Nl(u);
|
|
@@ -9893,7 +9904,7 @@ function Ry(e, t, r, n, a, o) {
|
|
|
9893
9904
|
]),
|
|
9894
9905
|
_: 1
|
|
9895
9906
|
}, 8, ["onPositiveClick"]),
|
|
9896
|
-
|
|
9907
|
+
Te(e.$slots, "suffix")
|
|
9897
9908
|
]),
|
|
9898
9909
|
_: 3
|
|
9899
9910
|
})
|
|
@@ -9911,28 +9922,28 @@ function Ry(e, t, r, n, a, o) {
|
|
|
9911
9922
|
e.isSlotPrefix ? {
|
|
9912
9923
|
name: "prefix",
|
|
9913
9924
|
fn: y(() => [
|
|
9914
|
-
|
|
9925
|
+
Te(e.$slots, "prefix")
|
|
9915
9926
|
]),
|
|
9916
9927
|
key: "0"
|
|
9917
9928
|
} : void 0
|
|
9918
9929
|
]), 1032, ["value", "on-close", "on-update:value"]);
|
|
9919
9930
|
}
|
|
9920
9931
|
const Fy = /* @__PURE__ */ _(qy, [["render", Ry]]), da = "#007AFF", Pc = "#0A84FF", fa = "#FF9500", Ec = "#FF9F0A", pa = "#28CD41", Lc = "#32D74B", ha = "#FFCC00", Hc = "#FFD60A", ma = "#FF3B30", Kc = "#FF453A";
|
|
9921
|
-
|
|
9922
|
-
|
|
9923
|
-
|
|
9924
|
-
|
|
9925
|
-
|
|
9926
|
-
|
|
9927
|
-
|
|
9928
|
-
|
|
9929
|
-
|
|
9930
|
-
|
|
9931
|
-
|
|
9932
|
-
|
|
9933
|
-
|
|
9934
|
-
|
|
9935
|
-
|
|
9932
|
+
ve.common.cardColor = "#32323b";
|
|
9933
|
+
ve.common.primaryColor = "#0A84FF";
|
|
9934
|
+
ve.common.primaryColorHover = Pc;
|
|
9935
|
+
ve.common.infoColor = "#FF9F0A";
|
|
9936
|
+
ve.common.infoColorHover = Ec;
|
|
9937
|
+
ve.common.successColor = "#32D74B";
|
|
9938
|
+
ve.common.successColorHover = Lc;
|
|
9939
|
+
ve.common.warningColor = "#FFD60A";
|
|
9940
|
+
ve.common.successColorHover = Hc;
|
|
9941
|
+
ve.common.errorColor = "#FF453A";
|
|
9942
|
+
ve.common.errorColorHover = Kc;
|
|
9943
|
+
ve.common.borderRadius = "var(--borderRadius)";
|
|
9944
|
+
ve.common.inputColor = "rgba(var(--input))";
|
|
9945
|
+
ve.common.borderColor = "rgba(var(--border), 0.7)";
|
|
9946
|
+
ve.DataTable.tdColor = "#2d2d31";
|
|
9936
9947
|
const By = {
|
|
9937
9948
|
common: {
|
|
9938
9949
|
inputColor: "rgba(var(--input))",
|
|
@@ -9975,7 +9986,7 @@ const By = {
|
|
|
9975
9986
|
Radio: {
|
|
9976
9987
|
boxShadow: "inset 0 0 0 1px rgb(var(--primary))"
|
|
9977
9988
|
}
|
|
9978
|
-
}, Vy =
|
|
9989
|
+
}, Vy = ve, Uy = ie({
|
|
9979
9990
|
name: "UzWrap",
|
|
9980
9991
|
components: {
|
|
9981
9992
|
NConfigProvider: kd
|
|
@@ -10003,7 +10014,7 @@ function Py(e, t, r, n, a, o) {
|
|
|
10003
10014
|
abstract: ""
|
|
10004
10015
|
}, {
|
|
10005
10016
|
default: y(() => [
|
|
10006
|
-
|
|
10017
|
+
Te(e.$slots, "default")
|
|
10007
10018
|
]),
|
|
10008
10019
|
_: 3
|
|
10009
10020
|
}, 8, ["theme", "theme-overrides", "locale", "date-locale"]);
|
|
@@ -10255,12 +10266,12 @@ function Gc() {
|
|
|
10255
10266
|
var A = b, H = D;
|
|
10256
10267
|
return b = D = void 0, k = j, d = u.apply(H, A), d;
|
|
10257
10268
|
}
|
|
10258
|
-
function
|
|
10269
|
+
function V(j) {
|
|
10259
10270
|
return k = j, v = setTimeout(O, h), f ? T(j) : d;
|
|
10260
10271
|
}
|
|
10261
10272
|
function L(j) {
|
|
10262
|
-
var A = j - i, H = j - k,
|
|
10263
|
-
return p ? o(
|
|
10273
|
+
var A = j - i, H = j - k, J = h - A;
|
|
10274
|
+
return p ? o(J, g - H) : J;
|
|
10264
10275
|
}
|
|
10265
10276
|
function F(j) {
|
|
10266
10277
|
var A = j - i, H = j - k;
|
|
@@ -10285,7 +10296,7 @@ function Gc() {
|
|
|
10285
10296
|
var j = t(), A = F(j);
|
|
10286
10297
|
if (b = arguments, D = this, i = j, A) {
|
|
10287
10298
|
if (v === void 0)
|
|
10288
|
-
return
|
|
10299
|
+
return V(i);
|
|
10289
10300
|
if (p)
|
|
10290
10301
|
return clearTimeout(v), v = setTimeout(O, h), T(i);
|
|
10291
10302
|
}
|
|
@@ -10393,15 +10404,15 @@ function qk(e, t, r) {
|
|
|
10393
10404
|
try {
|
|
10394
10405
|
let C;
|
|
10395
10406
|
if (Array.isArray(t))
|
|
10396
|
-
C = await new Promise((
|
|
10407
|
+
C = await new Promise((V, L) => {
|
|
10397
10408
|
a.value = L, Promise.all(t.map((F) => F.call(null))).then((F) => {
|
|
10398
|
-
|
|
10409
|
+
V(F);
|
|
10399
10410
|
}).catch((F) => {
|
|
10400
10411
|
L(F);
|
|
10401
10412
|
});
|
|
10402
10413
|
});
|
|
10403
10414
|
else {
|
|
10404
|
-
const T = new Promise((
|
|
10415
|
+
const T = new Promise((V, L) => {
|
|
10405
10416
|
a.value = L;
|
|
10406
10417
|
});
|
|
10407
10418
|
C = await Promise.race([T, t()]);
|
|
@@ -10450,7 +10461,7 @@ function qk(e, t, r) {
|
|
|
10450
10461
|
refetch: p
|
|
10451
10462
|
};
|
|
10452
10463
|
}
|
|
10453
|
-
const tk = "0.0.
|
|
10464
|
+
const tk = "0.0.39";
|
|
10454
10465
|
let Jc;
|
|
10455
10466
|
async function Qc() {
|
|
10456
10467
|
const e = await fetch(
|
|
@@ -10729,7 +10740,7 @@ export {
|
|
|
10729
10740
|
Xu as Message2,
|
|
10730
10741
|
ac as MinusRound,
|
|
10731
10742
|
Nu as MoonStars,
|
|
10732
|
-
|
|
10743
|
+
pe as POST,
|
|
10733
10744
|
Iu as Paperclip,
|
|
10734
10745
|
Du as Photo,
|
|
10735
10746
|
Et as PhotoOff,
|