@partex/one-core 3.0.11 → 3.0.14
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/components/echarts/dark.d.ts +0 -5
- package/lib/components/echarts/white.d.ts +0 -7
- package/lib/one-core.js +533 -539
- package/package.json +1 -1
package/lib/one-core.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
var Wt = Object.defineProperty;
|
|
2
2
|
var Kt = (e, o, a) => o in e ? Wt(e, o, { enumerable: !0, configurable: !0, writable: !0, value: a }) : e[o] = a;
|
|
3
3
|
var eo = (e, o, a) => Kt(e, typeof o != "symbol" ? o + "" : o, a);
|
|
4
|
-
import { defineComponent as
|
|
5
|
-
import { NPopover as De, NFlex as be, NButton as te, NTooltip as Me, NIcon as fe, NPopconfirm as it, NInput as
|
|
4
|
+
import { defineComponent as Z, openBlock as p, createElementBlock as z, createElementVNode as h, h as H, reactive as vo, resolveComponent as u, createBlock as P, withCtx as l, createVNode as r, toDisplayString as R, ref as C, Fragment as ie, normalizeStyle as lo, createCommentVNode as A, createTextVNode as E, onMounted as Ie, onBeforeUnmount as ro, renderList as Ke, createSlots as Re, withDirectives as Le, vShow as Ue, watch as we, renderSlot as ke, withKeys as go, computed as Qt, onUnmounted as Zt, nextTick as Xt, normalizeClass as at, mergeProps as Yt } from "vue";
|
|
5
|
+
import { NPopover as De, NFlex as be, NButton as te, NTooltip as Me, NIcon as fe, NPopconfirm as it, NInput as Xe, NSelect as ut, NInputNumber as dt, NDatePicker as wo, NTimePicker as ct, NSwitch as xt, NUpload as pt, NUploadDragger as ea, NDivider as ft, NColorPicker as oa, NCheckbox as ta, NCheckboxGroup as aa, NCascader as mt, NGrid as qe, NForm as ko, NFormItem as Co, createDiscreteApi as na, NDataTable as Ee, useNotification as ze, NBadge as la, NRadioGroup as ra, NRadioButton as sa, NDropdown as ht, NMenu as ia, NDrawer as ua, NDrawerContent as da, NCard as No, NModal as gt, NTabs as ca, NTabPane as pa, NGi as so, darkTheme as Ve, NConfigProvider as fa, NDialogProvider as ma, NNotificationProvider as ha, zhCN as ga, dateZhCN as ya, NInputGroup as So, NInputGroupLabel as yt, NGridItem as ba, NTreeSelect as va, NSkeleton as wa } from "naive-ui";
|
|
6
6
|
import { useRoute as io, useRouter as je, createRouter as ka, createWebHistory as Ca } from "vue-router";
|
|
7
7
|
import * as uo from "echarts/core";
|
|
8
8
|
import { BarChart as Na, LineChart as Sa, PieChart as $a, CustomChart as Ta } from "echarts/charts";
|
|
9
9
|
import { TitleComponent as Oa, TooltipComponent as Pa, GridComponent as Ia, LegendComponent as Da, DataZoomComponent as za, MarkLineComponent as Aa } from "echarts/components";
|
|
10
10
|
import { CanvasRenderer as Ma } from "echarts/renderers";
|
|
11
11
|
import de from "lodash/cloneDeep";
|
|
12
|
-
import { createI18n as
|
|
12
|
+
import { createI18n as Va, useI18n as $e } from "vue-i18n";
|
|
13
13
|
import to from "md5";
|
|
14
14
|
import $o from "axios";
|
|
15
15
|
import bt from "lodash/debounce";
|
|
16
|
-
import
|
|
16
|
+
import Ba from "lodash/throttle";
|
|
17
17
|
import Fa from "jsqr";
|
|
18
18
|
import Ra from "vuedraggable";
|
|
19
|
-
const La =
|
|
19
|
+
const La = Z({
|
|
20
20
|
name: "OcActionButton",
|
|
21
21
|
props: {
|
|
22
22
|
data: {
|
|
@@ -26,20 +26,20 @@ const La = X({
|
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
setup(e) {
|
|
29
|
-
return () =>
|
|
29
|
+
return () => Be(e.data);
|
|
30
30
|
}
|
|
31
31
|
}), L = (e, o) => {
|
|
32
32
|
const a = e.__vccOpts || e;
|
|
33
33
|
for (const [s, n] of o)
|
|
34
34
|
a[s] = n;
|
|
35
35
|
return a;
|
|
36
|
-
}, Ua = {},
|
|
36
|
+
}, Ua = {}, _a = {
|
|
37
37
|
xmlns: "http://www.w3.org/2000/svg",
|
|
38
38
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
39
39
|
viewBox: "0 0 24 24"
|
|
40
40
|
};
|
|
41
|
-
function
|
|
42
|
-
return p(), z("svg",
|
|
41
|
+
function qa(e, o) {
|
|
42
|
+
return p(), z("svg", _a, o[0] || (o[0] = [
|
|
43
43
|
h("g", { fill: "none" }, [
|
|
44
44
|
h("path", {
|
|
45
45
|
d: "M11.75 3a.75.75 0 0 1 .743.648l.007.102l.001 7.25h7.253a.75.75 0 0 1 .102 1.493l-.102.007h-7.253l.002 7.25a.75.75 0 0 1-1.493.101l-.007-.102l-.002-7.249H3.752a.75.75 0 0 1-.102-1.493L3.752 11h7.25L11 3.75a.75.75 0 0 1 .75-.75z",
|
|
@@ -48,7 +48,7 @@ function _a(e, o) {
|
|
|
48
48
|
], -1)
|
|
49
49
|
]));
|
|
50
50
|
}
|
|
51
|
-
const vt = /* @__PURE__ */ L(Ua, [["render",
|
|
51
|
+
const vt = /* @__PURE__ */ L(Ua, [["render", qa]]), Ea = {}, ja = {
|
|
52
52
|
xmlns: "http://www.w3.org/2000/svg",
|
|
53
53
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
54
54
|
viewBox: "0 0 24 24"
|
|
@@ -88,7 +88,7 @@ const kt = /* @__PURE__ */ L(Ga, [["render", Wa]]), Ka = {}, Qa = {
|
|
|
88
88
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
89
89
|
viewBox: "0 0 24 24"
|
|
90
90
|
};
|
|
91
|
-
function
|
|
91
|
+
function Za(e, o) {
|
|
92
92
|
return p(), z("svg", Qa, o[0] || (o[0] = [
|
|
93
93
|
h("g", { fill: "none" }, [
|
|
94
94
|
h("path", {
|
|
@@ -98,13 +98,13 @@ function Xa(e, o) {
|
|
|
98
98
|
], -1)
|
|
99
99
|
]));
|
|
100
100
|
}
|
|
101
|
-
const Ct = /* @__PURE__ */ L(Ka, [["render",
|
|
101
|
+
const Ct = /* @__PURE__ */ L(Ka, [["render", Za]]), Xa = {}, Ya = {
|
|
102
102
|
xmlns: "http://www.w3.org/2000/svg",
|
|
103
103
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
104
104
|
viewBox: "0 0 24 24"
|
|
105
105
|
};
|
|
106
106
|
function xa(e, o) {
|
|
107
|
-
return p(), z("svg",
|
|
107
|
+
return p(), z("svg", Ya, o[0] || (o[0] = [
|
|
108
108
|
h("g", { fill: "none" }, [
|
|
109
109
|
h("path", {
|
|
110
110
|
d: "M16.53 11.72l-.084-.072a.75.75 0 0 0-.976.072l-2.72 2.72V7.75l-.007-.102A.75.75 0 0 0 12 7l-.102.007a.75.75 0 0 0-.648.743v6.692L8.53 11.72l-.085-.073a.75.75 0 0 0-.976 1.133l4 4.002l.084.072a.75.75 0 0 0 .976-.072l4.001-4l.073-.085a.75.75 0 0 0-.073-.977zM6.25 3A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21h11.5A3.25 3.25 0 0 0 21 17.75V6.25A3.25 3.25 0 0 0 17.75 3H6.25zM4.5 6.25c0-.966.784-1.75 1.75-1.75h11.5c.966 0 1.75.784 1.75 1.75v11.5a1.75 1.75 0 0 1-1.75 1.75H6.25a1.75 1.75 0 0 1-1.75-1.75V6.25z",
|
|
@@ -113,7 +113,7 @@ function xa(e, o) {
|
|
|
113
113
|
], -1)
|
|
114
114
|
]));
|
|
115
115
|
}
|
|
116
|
-
const Nt = /* @__PURE__ */ L(
|
|
116
|
+
const Nt = /* @__PURE__ */ L(Xa, [["render", xa]]), en = {}, on = {
|
|
117
117
|
xmlns: "http://www.w3.org/2000/svg",
|
|
118
118
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
119
119
|
viewBox: "0 0 24 24"
|
|
@@ -266,7 +266,7 @@ const Do = /* @__PURE__ */ L(In, [["render", zn]]), An = {}, Mn = {
|
|
|
266
266
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
267
267
|
viewBox: "0 0 1024 1024"
|
|
268
268
|
};
|
|
269
|
-
function
|
|
269
|
+
function Vn(e, o) {
|
|
270
270
|
return p(), z("svg", Mn, o[0] || (o[0] = [
|
|
271
271
|
h("path", {
|
|
272
272
|
d: "M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512C791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5zm-63.57-320.64L836 122.88a8 8 0 0 0-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 0 0 0 11.31L155.17 889a8 8 0 0 0 11.31 0l712.15-712.12a8 8 0 0 0 0-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 0 0-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 0 1 146.2-106.69L401.31 546.2A112 112 0 0 1 396 512z",
|
|
@@ -278,7 +278,7 @@ function Bn(e, o) {
|
|
|
278
278
|
}, null, -1)
|
|
279
279
|
]));
|
|
280
280
|
}
|
|
281
|
-
const Tt = /* @__PURE__ */ L(An, [["render",
|
|
281
|
+
const Tt = /* @__PURE__ */ L(An, [["render", Vn]]), Bn = {}, Fn = {
|
|
282
282
|
xmlns: "http://www.w3.org/2000/svg",
|
|
283
283
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
284
284
|
viewBox: "0 0 24 24"
|
|
@@ -293,12 +293,12 @@ function Rn(e, o) {
|
|
|
293
293
|
], -1)
|
|
294
294
|
]));
|
|
295
295
|
}
|
|
296
|
-
const Ot = /* @__PURE__ */ L(
|
|
296
|
+
const Ot = /* @__PURE__ */ L(Bn, [["render", Rn]]), Ln = {}, Un = {
|
|
297
297
|
xmlns: "http://www.w3.org/2000/svg",
|
|
298
298
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
299
299
|
viewBox: "0 0 24 24"
|
|
300
300
|
};
|
|
301
|
-
function
|
|
301
|
+
function _n(e, o) {
|
|
302
302
|
return p(), z("svg", Un, o[0] || (o[0] = [
|
|
303
303
|
h("g", { fill: "none" }, [
|
|
304
304
|
h("path", {
|
|
@@ -308,7 +308,7 @@ function qn(e, o) {
|
|
|
308
308
|
], -1)
|
|
309
309
|
]));
|
|
310
310
|
}
|
|
311
|
-
const
|
|
311
|
+
const _e = /* @__PURE__ */ L(Ln, [["render", _n]]), qn = {}, En = {
|
|
312
312
|
xmlns: "http://www.w3.org/2000/svg",
|
|
313
313
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
314
314
|
viewBox: "0 0 24 24"
|
|
@@ -323,7 +323,7 @@ function jn(e, o) {
|
|
|
323
323
|
], -1)
|
|
324
324
|
]));
|
|
325
325
|
}
|
|
326
|
-
const po = /* @__PURE__ */ L(
|
|
326
|
+
const po = /* @__PURE__ */ L(qn, [["render", jn]]), Hn = {}, Gn = {
|
|
327
327
|
xmlns: "http://www.w3.org/2000/svg",
|
|
328
328
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
329
329
|
viewBox: "0 0 24 24"
|
|
@@ -371,13 +371,13 @@ function Qn(e, o) {
|
|
|
371
371
|
}, null, -1)
|
|
372
372
|
]));
|
|
373
373
|
}
|
|
374
|
-
const Ao = /* @__PURE__ */ L(Wn, [["render", Qn]]),
|
|
374
|
+
const Ao = /* @__PURE__ */ L(Wn, [["render", Qn]]), Zn = {}, Xn = {
|
|
375
375
|
xmlns: "http://www.w3.org/2000/svg",
|
|
376
376
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
377
377
|
viewBox: "0 0 24 24"
|
|
378
378
|
};
|
|
379
|
-
function
|
|
380
|
-
return p(), z("svg",
|
|
379
|
+
function Yn(e, o) {
|
|
380
|
+
return p(), z("svg", Xn, o[0] || (o[0] = [
|
|
381
381
|
h("g", { fill: "none" }, [
|
|
382
382
|
h("path", {
|
|
383
383
|
d: "M16.242 2.932l4.826 4.826a2.75 2.75 0 0 1-.715 4.404l-4.87 2.435a.75.75 0 0 0-.374.426l-1.44 4.166a1.25 1.25 0 0 1-2.065.476L8.5 16.561L4.06 21H3v-1.062L7.44 15.5l-3.105-3.104a1.25 1.25 0 0 1 .476-2.066l4.166-1.439a.75.75 0 0 0 .426-.374l2.435-4.87a2.75 2.75 0 0 1 4.405-.715zm3.766 5.886l-4.826-4.825a1.25 1.25 0 0 0-2.002.324l-2.435 4.871a2.25 2.25 0 0 1-1.278 1.12l-3.789 1.31l6.705 6.704l1.308-3.788a2.25 2.25 0 0 1 1.12-1.278l4.872-2.436a1.25 1.25 0 0 0 .325-2.002z",
|
|
@@ -386,7 +386,7 @@ function Zn(e, o) {
|
|
|
386
386
|
], -1)
|
|
387
387
|
]));
|
|
388
388
|
}
|
|
389
|
-
const Pt = /* @__PURE__ */ L(
|
|
389
|
+
const Pt = /* @__PURE__ */ L(Zn, [["render", Yn]]), xn = {}, el = {
|
|
390
390
|
xmlns: "http://www.w3.org/2000/svg",
|
|
391
391
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
392
392
|
viewBox: "0 0 24 24"
|
|
@@ -461,17 +461,17 @@ function fl(e, o) {
|
|
|
461
461
|
], -1)
|
|
462
462
|
]));
|
|
463
463
|
}
|
|
464
|
-
const At = /* @__PURE__ */ L(cl, [["render", fl]]),
|
|
464
|
+
const At = /* @__PURE__ */ L(cl, [["render", fl]]), Vo = window.localStorage;
|
|
465
465
|
function mo(e, o) {
|
|
466
|
-
|
|
466
|
+
Vo.setItem(e, JSON.stringify(o));
|
|
467
467
|
}
|
|
468
468
|
function nt(e) {
|
|
469
|
-
const o =
|
|
469
|
+
const o = Vo.getItem(e);
|
|
470
470
|
if (o)
|
|
471
471
|
return JSON.parse(o);
|
|
472
472
|
}
|
|
473
473
|
function ml(e) {
|
|
474
|
-
|
|
474
|
+
Vo.removeItem(e);
|
|
475
475
|
}
|
|
476
476
|
function lt() {
|
|
477
477
|
return Date.parse(String(/* @__PURE__ */ new Date()));
|
|
@@ -523,7 +523,7 @@ class gl {
|
|
|
523
523
|
this.delete(o);
|
|
524
524
|
}
|
|
525
525
|
}
|
|
526
|
-
const
|
|
526
|
+
const Bo = new gl("partex"), We = (e, o, a) => {
|
|
527
527
|
const s = /* @__PURE__ */ new Date();
|
|
528
528
|
return (/* @__PURE__ */ new Date(
|
|
529
529
|
`${e || s.getFullYear()}/${o || s.getMonth() + 1}/${a || s.getDate()} 00:00:00`
|
|
@@ -549,13 +549,13 @@ function ye(e, o, a = "1 Day") {
|
|
|
549
549
|
}
|
|
550
550
|
a = Number(n[0]) * s;
|
|
551
551
|
}
|
|
552
|
-
|
|
552
|
+
Bo.set(e, o, a);
|
|
553
553
|
}
|
|
554
554
|
function pe(e, o) {
|
|
555
|
-
return
|
|
555
|
+
return Bo.get(e, o);
|
|
556
556
|
}
|
|
557
|
-
const
|
|
558
|
-
|
|
557
|
+
const Ye = (e) => {
|
|
558
|
+
Bo.delete(e);
|
|
559
559
|
}, yo = (e = 0) => {
|
|
560
560
|
const o = document.documentElement;
|
|
561
561
|
o && (o.scrollTop = e, setTimeout(() => {
|
|
@@ -589,7 +589,7 @@ function Fo(e, o = !1) {
|
|
|
589
589
|
"div",
|
|
590
590
|
{},
|
|
591
591
|
{
|
|
592
|
-
default: () =>
|
|
592
|
+
default: () => _.lang === "zh-CN" ? `共${e.total}条` : `${e.total} items`
|
|
593
593
|
}
|
|
594
594
|
)
|
|
595
595
|
},
|
|
@@ -872,7 +872,7 @@ const bl = {
|
|
|
872
872
|
label: "Scan"
|
|
873
873
|
}
|
|
874
874
|
}
|
|
875
|
-
}, wl =
|
|
875
|
+
}, wl = Va({
|
|
876
876
|
legacy: !1,
|
|
877
877
|
locale: "zh-CN",
|
|
878
878
|
messages: {
|
|
@@ -880,7 +880,7 @@ const bl = {
|
|
|
880
880
|
"zh-CN": { ...bl },
|
|
881
881
|
"fr-FR": {}
|
|
882
882
|
}
|
|
883
|
-
}), Se = wl,
|
|
883
|
+
}), Se = wl, _ = vo({
|
|
884
884
|
needUpdate: !1,
|
|
885
885
|
download: !1,
|
|
886
886
|
theme: !1,
|
|
@@ -911,33 +911,33 @@ const bl = {
|
|
|
911
911
|
}
|
|
912
912
|
});
|
|
913
913
|
function kl(e) {
|
|
914
|
-
|
|
914
|
+
_.platformMenu = e;
|
|
915
915
|
}
|
|
916
916
|
function Lo(e) {
|
|
917
|
-
|
|
917
|
+
_.download = e;
|
|
918
918
|
}
|
|
919
919
|
function Cl(e) {
|
|
920
|
-
|
|
920
|
+
_.language = e;
|
|
921
921
|
}
|
|
922
922
|
function Nl(e) {
|
|
923
|
-
|
|
923
|
+
_.ownedProducts = e;
|
|
924
924
|
}
|
|
925
|
-
function
|
|
925
|
+
function Ze(e) {
|
|
926
926
|
let o;
|
|
927
|
-
e ? o = e :
|
|
927
|
+
e ? o = e : _.lang === "zh-CN" ? o = "en-US" : o = "zh-CN", ye("lang", o, 0), _.lang = o;
|
|
928
928
|
const a = document.body;
|
|
929
929
|
a.dataset.lang = o, Se.global.locale.value = o;
|
|
930
930
|
}
|
|
931
931
|
function fo(e) {
|
|
932
|
-
|
|
932
|
+
_.theme = e;
|
|
933
933
|
const o = document.body, a = document.querySelector("meta[name=theme-color]");
|
|
934
934
|
e ? o.dataset.theme = "dark" : o.dataset.theme = "", a && (e ? a.setAttribute("content", "#2b2b2d") : a.setAttribute("content", "#ffffff"));
|
|
935
935
|
}
|
|
936
936
|
function Sl(e) {
|
|
937
|
-
|
|
937
|
+
_.options = Object.assign({}, _.options, e);
|
|
938
938
|
}
|
|
939
939
|
const Mt = () => {
|
|
940
|
-
|
|
940
|
+
_.isMobile = window.screen.availWidth < 769, _.isPad = window.screen.availWidth < 1024;
|
|
941
941
|
};
|
|
942
942
|
window.addEventListener("resize", Mt);
|
|
943
943
|
Mt();
|
|
@@ -1021,7 +1021,7 @@ const oo = (e, o) => H(
|
|
|
1021
1021
|
);
|
|
1022
1022
|
e.buttonText ? s = n : s = oo(
|
|
1023
1023
|
n,
|
|
1024
|
-
|
|
1024
|
+
_.lang === "zh-CN" ? "详情" : "Detail"
|
|
1025
1025
|
);
|
|
1026
1026
|
}
|
|
1027
1027
|
if (e.type === "edit") {
|
|
@@ -1032,7 +1032,7 @@ const oo = (e, o) => H(
|
|
|
1032
1032
|
o,
|
|
1033
1033
|
a
|
|
1034
1034
|
);
|
|
1035
|
-
e.buttonText ? s = n : s = oo(n,
|
|
1035
|
+
e.buttonText ? s = n : s = oo(n, _.lang === "zh-CN" ? "编辑" : "Edit");
|
|
1036
1036
|
}
|
|
1037
1037
|
if (e.type === "delete") {
|
|
1038
1038
|
let n = Pe(
|
|
@@ -1044,12 +1044,12 @@ const oo = (e, o) => H(
|
|
|
1044
1044
|
);
|
|
1045
1045
|
e.buttonText ? n = n : n = oo(
|
|
1046
1046
|
n,
|
|
1047
|
-
|
|
1047
|
+
_.lang === "zh-CN" ? "删除" : "Delete"
|
|
1048
1048
|
), s = no(
|
|
1049
1049
|
n,
|
|
1050
1050
|
{
|
|
1051
1051
|
...e,
|
|
1052
|
-
confirmText:
|
|
1052
|
+
confirmText: _.lang === "zh-CN" ? "删除后无法恢复,是否确认删除?" : "Are you sure you want to delete ?"
|
|
1053
1053
|
},
|
|
1054
1054
|
o,
|
|
1055
1055
|
a
|
|
@@ -1073,14 +1073,14 @@ const oo = (e, o) => H(
|
|
|
1073
1073
|
n.type === "detail" && (d = Pe(
|
|
1074
1074
|
{
|
|
1075
1075
|
...n,
|
|
1076
|
-
buttonText:
|
|
1076
|
+
buttonText: _.lang === "zh-CN" ? "详情" : "Detail"
|
|
1077
1077
|
},
|
|
1078
1078
|
"primary",
|
|
1079
1079
|
void 0,
|
|
1080
1080
|
o,
|
|
1081
1081
|
a
|
|
1082
1082
|
)), n.type === "edit" && (d = Pe(
|
|
1083
|
-
{ ...n, buttonText:
|
|
1083
|
+
{ ...n, buttonText: _.lang === "zh-CN" ? "编辑" : "Edit" },
|
|
1084
1084
|
"success",
|
|
1085
1085
|
void 0,
|
|
1086
1086
|
o,
|
|
@@ -1090,7 +1090,7 @@ const oo = (e, o) => H(
|
|
|
1090
1090
|
{
|
|
1091
1091
|
...n,
|
|
1092
1092
|
onClick: "",
|
|
1093
|
-
buttonText:
|
|
1093
|
+
buttonText: _.lang === "zh-CN" ? "删除" : "Delete"
|
|
1094
1094
|
},
|
|
1095
1095
|
"error",
|
|
1096
1096
|
void 0,
|
|
@@ -1099,13 +1099,13 @@ const oo = (e, o) => H(
|
|
|
1099
1099
|
),
|
|
1100
1100
|
{
|
|
1101
1101
|
...n,
|
|
1102
|
-
confirmText:
|
|
1102
|
+
confirmText: _.lang === "zh-CN" ? "删除后无法恢复,是否确认删除?" : "Are you sure you want to delete ?"
|
|
1103
1103
|
},
|
|
1104
1104
|
o,
|
|
1105
1105
|
a
|
|
1106
1106
|
)), n.type === "custom" && (d = Pe(n, n.color, void 0, o, a)), n.confirmText && (d = no(d, n, o, a)), s.push(d);
|
|
1107
1107
|
}), s;
|
|
1108
|
-
},
|
|
1108
|
+
}, Be = (e, o, a) => {
|
|
1109
1109
|
const s = [];
|
|
1110
1110
|
return e.forEach((n) => {
|
|
1111
1111
|
if (n.type === "group") {
|
|
@@ -1156,11 +1156,11 @@ const oo = (e, o) => H(
|
|
|
1156
1156
|
default: () => s
|
|
1157
1157
|
}
|
|
1158
1158
|
);
|
|
1159
|
-
}, Ol =
|
|
1159
|
+
}, Ol = Z({
|
|
1160
1160
|
name: "OcAuth",
|
|
1161
1161
|
setup() {
|
|
1162
1162
|
const e = io(), o = je(), { auth: a } = e.query;
|
|
1163
|
-
a ? ye("token", a, 0) :
|
|
1163
|
+
a ? ye("token", a, 0) : Ye("token"), o.replace("/");
|
|
1164
1164
|
}
|
|
1165
1165
|
}), Pl = {
|
|
1166
1166
|
class: "com-card flex-center",
|
|
@@ -1171,7 +1171,7 @@ function Il(e, o, a, s, n, d) {
|
|
|
1171
1171
|
h("p", { class: "oc-miss-title" }, "登录中...", -1)
|
|
1172
1172
|
]));
|
|
1173
1173
|
}
|
|
1174
|
-
const Dl = /* @__PURE__ */ L(Ol, [["render", Il]]), zl =
|
|
1174
|
+
const Dl = /* @__PURE__ */ L(Ol, [["render", Il]]), zl = Z({
|
|
1175
1175
|
name: "OcBack",
|
|
1176
1176
|
components: {
|
|
1177
1177
|
IconChevronLeft: Ct,
|
|
@@ -1213,7 +1213,7 @@ function Al(e, o, a, s, n, d) {
|
|
|
1213
1213
|
_: 1
|
|
1214
1214
|
}, 8, ["onClick"]);
|
|
1215
1215
|
}
|
|
1216
|
-
const Ml = /* @__PURE__ */ L(zl, [["render", Al]]),
|
|
1216
|
+
const Ml = /* @__PURE__ */ L(zl, [["render", Al]]), Vl = Z({
|
|
1217
1217
|
name: "OcCircle",
|
|
1218
1218
|
components: {
|
|
1219
1219
|
NPopover: De
|
|
@@ -1279,17 +1279,17 @@ const Ml = /* @__PURE__ */ L(zl, [["render", Al]]), Bl = X({
|
|
|
1279
1279
|
}
|
|
1280
1280
|
};
|
|
1281
1281
|
}
|
|
1282
|
-
}),
|
|
1282
|
+
}), Bl = { viewBox: "40 20 120 120" }, Fl = ["stroke"], Rl = ["stroke"], Ll = ["r", "transform", "fill"], Ul = ["r", "transform", "fill"], _l = {
|
|
1283
1283
|
dx: "100",
|
|
1284
1284
|
dy: "90",
|
|
1285
1285
|
fill: "#333",
|
|
1286
1286
|
"text-anchor": "middle",
|
|
1287
1287
|
style: { "font-size": "28px" }
|
|
1288
1288
|
};
|
|
1289
|
-
function
|
|
1289
|
+
function ql(e, o, a, s, n, d) {
|
|
1290
1290
|
const i = u("NPopover");
|
|
1291
1291
|
return p(), z(ie, null, [
|
|
1292
|
-
(p(), z("svg",
|
|
1292
|
+
(p(), z("svg", Bl, [
|
|
1293
1293
|
o[4] || (o[4] = h("defs", null, [
|
|
1294
1294
|
h("filter", { id: "blurs" }, [
|
|
1295
1295
|
h("feOffset", {
|
|
@@ -1362,7 +1362,7 @@ function _l(e, o, a, s, n, d) {
|
|
|
1362
1362
|
}),
|
|
1363
1363
|
onMouseout: o[3] || (o[3] = (...c) => e.mouseOut && e.mouseOut(...c))
|
|
1364
1364
|
}, null, 40, Ul)) : A("", !0),
|
|
1365
|
-
h("text",
|
|
1365
|
+
h("text", _l, R(e.circleTxt ? e.circleTxt : `${e.circle}%`), 1)
|
|
1366
1366
|
])),
|
|
1367
1367
|
r(i, {
|
|
1368
1368
|
show: e.popover.show,
|
|
@@ -1378,7 +1378,7 @@ function _l(e, o, a, s, n, d) {
|
|
|
1378
1378
|
}, 8, ["show", "x", "y"])
|
|
1379
1379
|
], 64);
|
|
1380
1380
|
}
|
|
1381
|
-
const El = /* @__PURE__ */ L(
|
|
1381
|
+
const El = /* @__PURE__ */ L(Vl, [["render", ql]]), jl = {
|
|
1382
1382
|
color: [
|
|
1383
1383
|
"#8e54c8",
|
|
1384
1384
|
"#fe9546",
|
|
@@ -1416,10 +1416,7 @@ const El = /* @__PURE__ */ L(Bl, [["render", _l]]), jl = {
|
|
|
1416
1416
|
borderWidth: 0
|
|
1417
1417
|
},
|
|
1418
1418
|
lineStyle: {
|
|
1419
|
-
width: 2
|
|
1420
|
-
shadowColor: "rgba(0,0,0,0.3)",
|
|
1421
|
-
shadowBlur: 3,
|
|
1422
|
-
shadowOffsetY: 3
|
|
1419
|
+
width: 2
|
|
1423
1420
|
},
|
|
1424
1421
|
label: {
|
|
1425
1422
|
color: "#333333",
|
|
@@ -1438,10 +1435,6 @@ const El = /* @__PURE__ */ L(Bl, [["render", _l]]), jl = {
|
|
|
1438
1435
|
borderRadius: [16]
|
|
1439
1436
|
},
|
|
1440
1437
|
itemStyle: {
|
|
1441
|
-
shadowColor: "rgba(0,0,0,0.3)",
|
|
1442
|
-
shadowBlur: 3,
|
|
1443
|
-
shadowOffsetX: 0,
|
|
1444
|
-
shadowOffsetY: 3,
|
|
1445
1438
|
borderRadius: [16],
|
|
1446
1439
|
barBorderWidth: 0,
|
|
1447
1440
|
barBorderColor: "#ccc"
|
|
@@ -1710,9 +1703,7 @@ const El = /* @__PURE__ */ L(Bl, [["render", _l]]), jl = {
|
|
|
1710
1703
|
borderWidth: 0
|
|
1711
1704
|
},
|
|
1712
1705
|
lineStyle: {
|
|
1713
|
-
width: 2
|
|
1714
|
-
shadowBlur: 3,
|
|
1715
|
-
shadowOffsetY: 3
|
|
1706
|
+
width: 2
|
|
1716
1707
|
},
|
|
1717
1708
|
label: {
|
|
1718
1709
|
color: "#ffffff",
|
|
@@ -1735,9 +1726,6 @@ const El = /* @__PURE__ */ L(Bl, [["render", _l]]), jl = {
|
|
|
1735
1726
|
color: "#fff"
|
|
1736
1727
|
},
|
|
1737
1728
|
itemStyle: {
|
|
1738
|
-
shadowBlur: 3,
|
|
1739
|
-
shadowOffsetX: 0,
|
|
1740
|
-
shadowOffsetY: 3,
|
|
1741
1729
|
borderRadius: [16],
|
|
1742
1730
|
barBorderWidth: 0,
|
|
1743
1731
|
barBorderColor: "#ccc"
|
|
@@ -1992,7 +1980,7 @@ const Gl = {
|
|
|
1992
1980
|
flexDirection: "column",
|
|
1993
1981
|
width: "100%",
|
|
1994
1982
|
height: "100%"
|
|
1995
|
-
}, Ne = /* @__PURE__ */ new WeakMap(), Jl =
|
|
1983
|
+
}, Ne = /* @__PURE__ */ new WeakMap(), Jl = Z({
|
|
1996
1984
|
name: "OcEcharts",
|
|
1997
1985
|
props: {
|
|
1998
1986
|
options: {
|
|
@@ -2062,7 +2050,7 @@ const Gl = {
|
|
|
2062
2050
|
},
|
|
2063
2051
|
mounted() {
|
|
2064
2052
|
this.$watch(
|
|
2065
|
-
() =>
|
|
2053
|
+
() => _.theme,
|
|
2066
2054
|
() => {
|
|
2067
2055
|
this.dispose(), this.init();
|
|
2068
2056
|
}
|
|
@@ -2083,7 +2071,7 @@ const Gl = {
|
|
|
2083
2071
|
const o = this.renderer || "canvas";
|
|
2084
2072
|
return new Promise((a) => {
|
|
2085
2073
|
this.$nextTick(() => {
|
|
2086
|
-
const s = this.theme ? this.theme :
|
|
2074
|
+
const s = this.theme ? this.theme : _.theme ? "dark" : "white", n = uo.init(e, s, {
|
|
2087
2075
|
renderer: o,
|
|
2088
2076
|
// width: undefined,
|
|
2089
2077
|
// height: undefined,
|
|
@@ -2140,7 +2128,7 @@ const Gl = {
|
|
|
2140
2128
|
Oe.beforeEach(() => {
|
|
2141
2129
|
ho == null || ho.removeAttribute("style");
|
|
2142
2130
|
});
|
|
2143
|
-
const Wl =
|
|
2131
|
+
const Wl = Z({
|
|
2144
2132
|
name: "OcError",
|
|
2145
2133
|
components: {
|
|
2146
2134
|
NButton: te
|
|
@@ -2171,11 +2159,11 @@ const Wl = X({
|
|
|
2171
2159
|
title: "404 页面走丢了",
|
|
2172
2160
|
title2: "Something's missing."
|
|
2173
2161
|
}), s = () => {
|
|
2174
|
-
Oe.push(
|
|
2162
|
+
Oe.push(_.platformUrl);
|
|
2175
2163
|
}, n = C();
|
|
2176
2164
|
return Ie(() => {
|
|
2177
2165
|
a.value = o[e.type], n.value = setInterval(() => {
|
|
2178
|
-
Oe.push(
|
|
2166
|
+
Oe.push(_.platformUrl);
|
|
2179
2167
|
}, 3e3);
|
|
2180
2168
|
}), ro(() => {
|
|
2181
2169
|
clearInterval(n.value);
|
|
@@ -2184,7 +2172,7 @@ const Wl = X({
|
|
|
2184
2172
|
content: a
|
|
2185
2173
|
};
|
|
2186
2174
|
}
|
|
2187
|
-
}), Kl = { class: "com-card flex-center oc-error" }, Ql = ["src", "alt"],
|
|
2175
|
+
}), Kl = { class: "com-card flex-center oc-error" }, Ql = ["src", "alt"], Zl = { class: "oc-miss-txt" }, Xl = { class: "oc-miss-title" }, Yl = { class: "oc-miss-title2" };
|
|
2188
2176
|
function xl(e, o, a, s, n, d) {
|
|
2189
2177
|
const i = u("NButton");
|
|
2190
2178
|
return p(), z("div", Kl, [
|
|
@@ -2193,9 +2181,9 @@ function xl(e, o, a, s, n, d) {
|
|
|
2193
2181
|
alt: e.content.txt,
|
|
2194
2182
|
width: "360"
|
|
2195
2183
|
}, null, 8, Ql),
|
|
2196
|
-
h("div",
|
|
2197
|
-
h("p",
|
|
2198
|
-
h("p",
|
|
2184
|
+
h("div", Zl, R(e.content.txt), 1),
|
|
2185
|
+
h("p", Xl, R(e.content.title), 1),
|
|
2186
|
+
h("p", Yl, R(e.content.title2), 1),
|
|
2199
2187
|
r(i, {
|
|
2200
2188
|
tertiary: "",
|
|
2201
2189
|
onClick: e.goBack
|
|
@@ -2207,7 +2195,7 @@ function xl(e, o, a, s, n, d) {
|
|
|
2207
2195
|
}, 8, ["onClick"])
|
|
2208
2196
|
]);
|
|
2209
2197
|
}
|
|
2210
|
-
const er = /* @__PURE__ */ L(Wl, [["render", xl]]), or =
|
|
2198
|
+
const er = /* @__PURE__ */ L(Wl, [["render", xl]]), or = Z({
|
|
2211
2199
|
name: "OcFooter",
|
|
2212
2200
|
props: {
|
|
2213
2201
|
version: {
|
|
@@ -2231,11 +2219,11 @@ function ar(e, o, a, s, n, d) {
|
|
|
2231
2219
|
}, " 沪ICP备 18025935号-3 ", -1))
|
|
2232
2220
|
]);
|
|
2233
2221
|
}
|
|
2234
|
-
const nr = /* @__PURE__ */ L(or, [["render", ar]]), lr =
|
|
2222
|
+
const nr = /* @__PURE__ */ L(or, [["render", ar]]), lr = Z({
|
|
2235
2223
|
name: "OcFormItem",
|
|
2236
2224
|
components: {
|
|
2237
2225
|
NIcon: fe,
|
|
2238
|
-
NInput:
|
|
2226
|
+
NInput: Xe,
|
|
2239
2227
|
NSelect: ut,
|
|
2240
2228
|
NInputNumber: dt,
|
|
2241
2229
|
NDatePicker: wo,
|
|
@@ -2298,7 +2286,7 @@ const nr = /* @__PURE__ */ L(or, [["render", ar]]), lr = X({
|
|
|
2298
2286
|
}
|
|
2299
2287
|
});
|
|
2300
2288
|
function rr(e, o, a, s, n, d) {
|
|
2301
|
-
const i = u("NDivider"), c = u("NInput"), m = u("NInputNumber"), f = u("NDatePicker"), g = u("NSelect"),
|
|
2289
|
+
const i = u("NDivider"), c = u("NInput"), m = u("NInputNumber"), f = u("NDatePicker"), g = u("NSelect"), w = u("NCascader"), y = u("NColorPicker"), N = u("NCheckbox"), I = u("NFlex"), T = u("NCheckboxGroup"), $ = u("NTimePicker"), V = u("NSwitch"), j = u("IconMailInboxAdd"), O = u("NIcon"), B = u("NUploadDragger"), F = u("NUpload");
|
|
2302
2290
|
return p(), z(ie, null, [
|
|
2303
2291
|
e.item.input === "divider" ? (p(), P(i, {
|
|
2304
2292
|
key: 0,
|
|
@@ -2340,8 +2328,8 @@ function rr(e, o, a, s, n, d) {
|
|
|
2340
2328
|
showButton: e.item.showButton,
|
|
2341
2329
|
"update-value-on-input": !1,
|
|
2342
2330
|
parse: (S) => {
|
|
2343
|
-
const
|
|
2344
|
-
return
|
|
2331
|
+
const v = e.item;
|
|
2332
|
+
return v.precision && v.precision > -1 ? Number(Number(S).toFixed(v.precision)) : Number(S);
|
|
2345
2333
|
},
|
|
2346
2334
|
"on-update:value": (S) => {
|
|
2347
2335
|
e.formValue[e.item.key] = S, e.updateValue(e.item, S);
|
|
@@ -2357,11 +2345,11 @@ function rr(e, o, a, s, n, d) {
|
|
|
2357
2345
|
"input-readonly": e.edit && e.item.edit ? e.item.edit.readonly : e.item.readonly,
|
|
2358
2346
|
clearable: e.item.clearable,
|
|
2359
2347
|
"time-picker-props": e.item.timePickerProps,
|
|
2360
|
-
"is-date-disabled": (S,
|
|
2348
|
+
"is-date-disabled": (S, v) => {
|
|
2361
2349
|
const t = e.item;
|
|
2362
2350
|
return t.isDateDisabled ? t.isDateDisabled(
|
|
2363
2351
|
S,
|
|
2364
|
-
|
|
2352
|
+
v
|
|
2365
2353
|
) : !1;
|
|
2366
2354
|
},
|
|
2367
2355
|
"close-on-select": "",
|
|
@@ -2380,11 +2368,11 @@ function rr(e, o, a, s, n, d) {
|
|
|
2380
2368
|
clearable: e.item.clearable,
|
|
2381
2369
|
format: e.item.format,
|
|
2382
2370
|
"time-picker-props": e.item.timePickerProps,
|
|
2383
|
-
"is-date-disabled": (S,
|
|
2371
|
+
"is-date-disabled": (S, v) => {
|
|
2384
2372
|
const t = e.item;
|
|
2385
2373
|
return t.isDateDisabled ? t.isDateDisabled(
|
|
2386
2374
|
S,
|
|
2387
|
-
|
|
2375
|
+
v
|
|
2388
2376
|
) : !1;
|
|
2389
2377
|
},
|
|
2390
2378
|
"close-on-select": "",
|
|
@@ -2410,16 +2398,16 @@ function rr(e, o, a, s, n, d) {
|
|
|
2410
2398
|
"render-option": e.item.renderOption,
|
|
2411
2399
|
"render-tag": e.item.renderTag,
|
|
2412
2400
|
"on-update:value": (S) => {
|
|
2413
|
-
const
|
|
2401
|
+
const v = e.item;
|
|
2414
2402
|
let t = S, D = S;
|
|
2415
|
-
if (
|
|
2403
|
+
if (v.multiple) {
|
|
2416
2404
|
let G = S.filter((ae) => ae);
|
|
2417
2405
|
G.length === 0 ? (t = [""], D = []) : (t = G, D = G);
|
|
2418
2406
|
}
|
|
2419
2407
|
e.formValue[e.item.key] = t, e.updateValue(e.item, D);
|
|
2420
2408
|
}
|
|
2421
2409
|
}, null, 8, ["value", "placeholder", "options", "disabled", "readonly", "clearable", "filterable", "tag", "multiple", "fallback-option", "maxTagCount", "render-label", "render-option", "render-tag", "on-update:value"])) : A("", !0),
|
|
2422
|
-
e.item.input === "cascader" ? (p(), P(
|
|
2410
|
+
e.item.input === "cascader" ? (p(), P(w, {
|
|
2423
2411
|
key: 6,
|
|
2424
2412
|
value: e.formValue[e.item.key],
|
|
2425
2413
|
"onUpdate:value": o[5] || (o[5] = (S) => e.formValue[e.item.key] = S),
|
|
@@ -2434,9 +2422,9 @@ function rr(e, o, a, s, n, d) {
|
|
|
2434
2422
|
multiple: e.item.multiple,
|
|
2435
2423
|
maxTagCount: e.item.maxTagCount,
|
|
2436
2424
|
"on-update:value": (S) => {
|
|
2437
|
-
const
|
|
2425
|
+
const v = e.item;
|
|
2438
2426
|
let t = S, D = S;
|
|
2439
|
-
if (
|
|
2427
|
+
if (v.multiple) {
|
|
2440
2428
|
let G = S.filter((ae) => ae);
|
|
2441
2429
|
G.length === 0 ? (t = [""], D = []) : (t = G, D = G);
|
|
2442
2430
|
}
|
|
@@ -2490,7 +2478,7 @@ function rr(e, o, a, s, n, d) {
|
|
|
2490
2478
|
e.formValue[e.item.key] = S, e.updateValue(e.item, S);
|
|
2491
2479
|
}
|
|
2492
2480
|
}, null, 8, ["value", "placeholder", "format", "disabled", "readonly", "clearable", "on-update:value"])) : A("", !0),
|
|
2493
|
-
e.item.input === "switch" ? (p(), P(
|
|
2481
|
+
e.item.input === "switch" ? (p(), P(V, {
|
|
2494
2482
|
key: 10,
|
|
2495
2483
|
value: e.formValue[e.item.key],
|
|
2496
2484
|
"onUpdate:value": o[9] || (o[9] = (S) => e.formValue[e.item.key] = S),
|
|
@@ -2537,7 +2525,7 @@ function rr(e, o, a, s, n, d) {
|
|
|
2537
2525
|
"directory-dnd": ""
|
|
2538
2526
|
}, {
|
|
2539
2527
|
default: l(() => [
|
|
2540
|
-
Le(r(
|
|
2528
|
+
Le(r(B, null, {
|
|
2541
2529
|
default: l(() => [
|
|
2542
2530
|
r(O, { size: "32" }, {
|
|
2543
2531
|
default: l(() => [
|
|
@@ -2558,10 +2546,10 @@ function rr(e, o, a, s, n, d) {
|
|
|
2558
2546
|
}, 8, ["default-file-list", "on-before-upload", "accept", "disabled", "max", "on-update:file-list"])) : A("", !0)
|
|
2559
2547
|
], 64);
|
|
2560
2548
|
}
|
|
2561
|
-
const sr = /* @__PURE__ */ L(lr, [["render", rr]]), ir =
|
|
2549
|
+
const sr = /* @__PURE__ */ L(lr, [["render", rr]]), ir = Z({
|
|
2562
2550
|
name: "OcForm",
|
|
2563
2551
|
components: {
|
|
2564
|
-
NGrid:
|
|
2552
|
+
NGrid: qe,
|
|
2565
2553
|
NForm: ko,
|
|
2566
2554
|
NFormItem: Co,
|
|
2567
2555
|
OcFormItem: sr
|
|
@@ -2606,26 +2594,26 @@ const sr = /* @__PURE__ */ L(lr, [["render", rr]]), ir = X({
|
|
|
2606
2594
|
setup(e, { expose: o, emit: a }) {
|
|
2607
2595
|
const s = C(), n = C({}), d = C([]), i = (g) => !((g == null ? void 0 : g.show) === !1 || e.edit && g.edit && !g.edit.show), c = () => {
|
|
2608
2596
|
const g = de(e.items);
|
|
2609
|
-
g.forEach((
|
|
2610
|
-
if (typeof
|
|
2611
|
-
const y =
|
|
2612
|
-
|
|
2597
|
+
g.forEach((w) => {
|
|
2598
|
+
if (typeof w.show > "u" && (w.show = !0), w.input !== "divider" && w.rule && w.rule.validator && typeof w.rule.validator == "string") {
|
|
2599
|
+
const y = w.rule.validator, N = new Function("rule", "value", y);
|
|
2600
|
+
w.rule.validator = (I, T) => N(I, T);
|
|
2613
2601
|
}
|
|
2614
|
-
if (
|
|
2615
|
-
const y =
|
|
2616
|
-
|
|
2602
|
+
if (w.input === "date" && w.isDateDisabled && typeof w.isDateDisabled == "string") {
|
|
2603
|
+
const y = w.isDateDisabled, N = new Function("ts", "detail", y);
|
|
2604
|
+
w.isDateDisabled = (I, T) => N(I, T);
|
|
2617
2605
|
}
|
|
2618
|
-
|
|
2606
|
+
w.input === "select" && w.fallbackOption && w.multiple && (!n.value[w.key] || n.value[w.key].length === 0) && (n.value[w.key] = [""]);
|
|
2619
2607
|
}), d.value = g;
|
|
2620
|
-
}, m = () => new Promise((g,
|
|
2608
|
+
}, m = () => new Promise((g, w) => {
|
|
2621
2609
|
var y;
|
|
2622
2610
|
(y = s.value) == null || y.validate((N) => {
|
|
2623
2611
|
if (N)
|
|
2624
|
-
|
|
2612
|
+
w();
|
|
2625
2613
|
else {
|
|
2626
2614
|
const I = de(n.value), T = JSON.stringify(
|
|
2627
2615
|
I,
|
|
2628
|
-
($,
|
|
2616
|
+
($, V) => V === void 0 ? null : Array.isArray(V) ? V.filter((j) => j !== "") : V
|
|
2629
2617
|
);
|
|
2630
2618
|
g(JSON.parse(T));
|
|
2631
2619
|
}
|
|
@@ -2675,13 +2663,13 @@ function dr(e, o, a, s, n, d) {
|
|
|
2675
2663
|
default: l(() => [
|
|
2676
2664
|
h("div", ur, [
|
|
2677
2665
|
(p(!0), z(ie, null, Ke(e.formItems, (f, g) => {
|
|
2678
|
-
var
|
|
2666
|
+
var w;
|
|
2679
2667
|
return p(), z(ie, { key: g }, [
|
|
2680
2668
|
f.show ? (p(), P(c, {
|
|
2681
2669
|
key: 0,
|
|
2682
2670
|
label: f.input !== "divider" ? typeof f.label == "function" ? f.label() : f.label : "",
|
|
2683
2671
|
path: f.key,
|
|
2684
|
-
rule: (
|
|
2672
|
+
rule: (w = f.rule) != null && w.required ? f.rule : void 0,
|
|
2685
2673
|
class: "oc-form-grid-item",
|
|
2686
2674
|
style: lo(`grid-column: span ${f.span || 6} / span ${f.span || 6};`),
|
|
2687
2675
|
"show-feedback": f.input !== "divider"
|
|
@@ -2703,14 +2691,14 @@ function dr(e, o, a, s, n, d) {
|
|
|
2703
2691
|
}, 8, ["model", "disabled", "inline", "labelWidth", "labelAlign", "labelPlacement"]);
|
|
2704
2692
|
}
|
|
2705
2693
|
const cr = /* @__PURE__ */ L(ir, [["render", dr]]), pr = Object.prototype.hasOwnProperty;
|
|
2706
|
-
function
|
|
2694
|
+
function Vt(e, o) {
|
|
2707
2695
|
const a = [];
|
|
2708
2696
|
for (const s in e) {
|
|
2709
2697
|
if (!pr.call(e, s))
|
|
2710
2698
|
continue;
|
|
2711
2699
|
const n = e[s], d = encodeURIComponent(s);
|
|
2712
2700
|
let i;
|
|
2713
|
-
typeof n == "object" ? i =
|
|
2701
|
+
typeof n == "object" ? i = Vt(n, o ? o + "[" + d + "]" : d) : i = (o ? o + "[" + d + "]" : d) + "=" + encodeURIComponent(n), a.push(i);
|
|
2714
2702
|
}
|
|
2715
2703
|
return a.join("&");
|
|
2716
2704
|
}
|
|
@@ -2764,10 +2752,10 @@ let bo = $o.CancelToken.source();
|
|
|
2764
2752
|
He.interceptors.request.use(
|
|
2765
2753
|
(e) => {
|
|
2766
2754
|
var a;
|
|
2767
|
-
e.cancelToken = bo.token, e.headers.TimezoneOffset = fr, e.headers.Language =
|
|
2755
|
+
e.cancelToken = bo.token, e.headers.TimezoneOffset = fr, e.headers.Language = _.lang;
|
|
2768
2756
|
const o = pe("token", !1);
|
|
2769
2757
|
if (e.headers && o && (e.headers["X-Auth-Token"] = o), ((a = e.method) == null ? void 0 : a.toLocaleUpperCase()) === "GET") {
|
|
2770
|
-
const s =
|
|
2758
|
+
const s = Vt(e.data);
|
|
2771
2759
|
s && (e.url = `${e.url}?${s}`);
|
|
2772
2760
|
}
|
|
2773
2761
|
return e;
|
|
@@ -2794,7 +2782,7 @@ He.interceptors.response.use(
|
|
|
2794
2782
|
switch (e.response.status) {
|
|
2795
2783
|
case 401:
|
|
2796
2784
|
case 403:
|
|
2797
|
-
|
|
2785
|
+
Ye("token"), window.location.href = "/login";
|
|
2798
2786
|
break;
|
|
2799
2787
|
case 405:
|
|
2800
2788
|
return Je.destroyAll(), Je.error({
|
|
@@ -2824,7 +2812,7 @@ const mr = () => {
|
|
|
2824
2812
|
data: o,
|
|
2825
2813
|
responseType: a,
|
|
2826
2814
|
timeout: s
|
|
2827
|
-
}), Ii = (e) => He(e),
|
|
2815
|
+
}), Ii = (e) => He(e), Bt = (e, o) => He({
|
|
2828
2816
|
headers: {
|
|
2829
2817
|
"Content-Type": "multipart/form-data"
|
|
2830
2818
|
},
|
|
@@ -2847,10 +2835,10 @@ const mr = () => {
|
|
|
2847
2835
|
key: a.industryCategory === "0" ? "/iot/home/all" : "/prt/home/all"
|
|
2848
2836
|
}
|
|
2849
2837
|
];
|
|
2850
|
-
switch (Object.keys(
|
|
2838
|
+
switch (Object.keys(_.owned).forEach((i) => {
|
|
2851
2839
|
const c = n.includes(Number(i));
|
|
2852
|
-
if (a[
|
|
2853
|
-
const m =
|
|
2840
|
+
if (a[_.owned[i]] = c, c) {
|
|
2841
|
+
const m = _.owned[i].split("_")[1], f = _.platformList[m];
|
|
2854
2842
|
f && d.push({
|
|
2855
2843
|
label: () => Se.global.t(f.platformName),
|
|
2856
2844
|
key: f.platformUrl
|
|
@@ -2874,16 +2862,16 @@ const mr = () => {
|
|
|
2874
2862
|
}).catch((a) => {
|
|
2875
2863
|
o(a);
|
|
2876
2864
|
});
|
|
2877
|
-
}), yr = () => me("api/auth/user/logout"), br = () => me("api/manager/message/markReadAll"), vr = () => me("api/auth/user/updateTenantRenewalStatus"), wr = (e) => me(
|
|
2865
|
+
}), yr = () => me("api/auth/user/logout"), br = () => me("api/manager/message/markReadAll"), vr = () => me("api/auth/user/updateTenantRenewalStatus"), wr = (e) => me(_.options.removeUrl, e), kr = (e) => me("api/manager/job/retry", {
|
|
2878
2866
|
jobId: e
|
|
2879
2867
|
}), Cr = (e, o = {}) => hr(e, o, "blob"), Ft = (e) => {
|
|
2880
2868
|
const o = new FormData();
|
|
2881
2869
|
return Object.keys(e).forEach((a) => {
|
|
2882
2870
|
e.query && a === "query" ? o.append("query", JSON.stringify(e.query)) : o.append(a, e[a]);
|
|
2883
|
-
}),
|
|
2871
|
+
}), Bt(_.options.importUrl, o);
|
|
2884
2872
|
}, Rt = (e) => new Promise((o, a) => {
|
|
2885
2873
|
const s = Ro(e);
|
|
2886
|
-
me(
|
|
2874
|
+
me(_.options.pageUrl, s).then((n) => {
|
|
2887
2875
|
const d = Fo(n);
|
|
2888
2876
|
o(d);
|
|
2889
2877
|
}).catch(() => {
|
|
@@ -2893,7 +2881,7 @@ const mr = () => {
|
|
|
2893
2881
|
const s = new FormData();
|
|
2894
2882
|
s.append("jobType", "EXPORT"), Object.keys(e).forEach((n) => {
|
|
2895
2883
|
e.query && n === "query" ? s.append("query", JSON.stringify(e.query)) : s.append(n, e[n]);
|
|
2896
|
-
}),
|
|
2884
|
+
}), Bt(_.options.importUrl, s).then(() => {
|
|
2897
2885
|
Lo(!0), o();
|
|
2898
2886
|
}).catch((n) => {
|
|
2899
2887
|
a(n);
|
|
@@ -2961,7 +2949,7 @@ const k = vo({
|
|
|
2961
2949
|
function $r(e) {
|
|
2962
2950
|
Ut = e;
|
|
2963
2951
|
}
|
|
2964
|
-
function
|
|
2952
|
+
function _t(e) {
|
|
2965
2953
|
try {
|
|
2966
2954
|
const o = window.location.host;
|
|
2967
2955
|
if (o.includes("partexiot.cn")) {
|
|
@@ -2982,16 +2970,16 @@ function qt(e) {
|
|
|
2982
2970
|
console.log(o);
|
|
2983
2971
|
}
|
|
2984
2972
|
}
|
|
2985
|
-
function
|
|
2973
|
+
function _o() {
|
|
2986
2974
|
return new Promise((e, o) => {
|
|
2987
2975
|
gr().then((a) => {
|
|
2988
|
-
|
|
2976
|
+
_t(a), e(a);
|
|
2989
2977
|
}).catch(() => {
|
|
2990
2978
|
o();
|
|
2991
2979
|
});
|
|
2992
2980
|
});
|
|
2993
2981
|
}
|
|
2994
|
-
function
|
|
2982
|
+
function qo() {
|
|
2995
2983
|
k.factoryId = "", k.isHy = !1, k.commissioner = !1, k.tenantLoginCode = "", k.userId = "", k.email = "", k.name = "", k.realName = "", k.tenantName = "", k.phone = "", k.description = "", k.info = {
|
|
2996
2984
|
type: 0,
|
|
2997
2985
|
id: "",
|
|
@@ -3000,14 +2988,14 @@ function _o() {
|
|
|
3000
2988
|
theme: "light"
|
|
3001
2989
|
}, k.kind = 0, k.systemType = 0, k.oeeStatus = 0, k.ncFlg = 0, k.password = "", k.enable = !0, k.platform_tdm = !1, k.platform_qms = !1, k.platform_twin = !1, k.platform_maintain = !1, k.platform_order = !1, k.platform_simple_tdm = !1, k.authorizationGroupArray = [], k.authorizationMachineArray = [], k.iot_menu_authorization = [], k.tdm_menu_authorization = [], k.qms_menu_authorization = [], k.maintain_menu_authorization = [], k.order_menu_authorization = [], k.endTime = 0, k.tenantStatus = 1, k.renewalStatus = 0, k.roleId = 1;
|
|
3002
2990
|
}
|
|
3003
|
-
async function
|
|
3004
|
-
await yr().catch(() => null),
|
|
2991
|
+
async function qt() {
|
|
2992
|
+
await yr().catch(() => null), Ye("token"), qo(), window.location.href = "/login";
|
|
3005
2993
|
}
|
|
3006
|
-
const Tr =
|
|
2994
|
+
const Tr = Z({
|
|
3007
2995
|
name: "HeaderPop",
|
|
3008
2996
|
components: {
|
|
3009
2997
|
NFlex: be,
|
|
3010
|
-
NInput:
|
|
2998
|
+
NInput: Xe,
|
|
3011
2999
|
NPopover: De,
|
|
3012
3000
|
NTooltip: Me,
|
|
3013
3001
|
NButton: te,
|
|
@@ -3088,7 +3076,7 @@ const Tr = X({
|
|
|
3088
3076
|
a.success({
|
|
3089
3077
|
content: () => e("Notice.success"),
|
|
3090
3078
|
duration: 3e3
|
|
3091
|
-
}),
|
|
3079
|
+
}), w();
|
|
3092
3080
|
}).catch(() => {
|
|
3093
3081
|
a.error({
|
|
3094
3082
|
content: () => e("Notice.error"),
|
|
@@ -3105,7 +3093,7 @@ const Tr = X({
|
|
|
3105
3093
|
a.success({
|
|
3106
3094
|
content: () => e("Notice.success"),
|
|
3107
3095
|
duration: 3e3
|
|
3108
|
-
}),
|
|
3096
|
+
}), w();
|
|
3109
3097
|
}).catch(() => {
|
|
3110
3098
|
a.error({
|
|
3111
3099
|
content: () => e("Notice.error"),
|
|
@@ -3125,16 +3113,16 @@ const Tr = X({
|
|
|
3125
3113
|
icon: co,
|
|
3126
3114
|
color: "success",
|
|
3127
3115
|
tooltipText: () => e("Common.importer.btnDownload")
|
|
3128
|
-
}),
|
|
3116
|
+
}), Be(I);
|
|
3129
3117
|
}
|
|
3130
3118
|
}
|
|
3131
3119
|
]), m = (N) => {
|
|
3132
|
-
i.value.page = N,
|
|
3120
|
+
i.value.page = N, w();
|
|
3133
3121
|
}, f = (N) => {
|
|
3134
|
-
i.value.pageSize = N, i.value.page = 1,
|
|
3122
|
+
i.value.pageSize = N, i.value.page = 1, w();
|
|
3135
3123
|
}, g = () => {
|
|
3136
|
-
i.value.page = 1,
|
|
3137
|
-
},
|
|
3124
|
+
i.value.page = 1, w();
|
|
3125
|
+
}, w = () => {
|
|
3138
3126
|
d.value || (d.value = !0, Rt({
|
|
3139
3127
|
jobType: "EXPORT",
|
|
3140
3128
|
jobName: n.value,
|
|
@@ -3147,10 +3135,10 @@ const Tr = X({
|
|
|
3147
3135
|
}, y = (N) => {
|
|
3148
3136
|
Lo(N), o.value = N;
|
|
3149
3137
|
};
|
|
3150
|
-
return
|
|
3151
|
-
() =>
|
|
3138
|
+
return w(), we(
|
|
3139
|
+
() => _.download,
|
|
3152
3140
|
(N) => {
|
|
3153
|
-
o.value = N, N &&
|
|
3141
|
+
o.value = N, N && w();
|
|
3154
3142
|
}
|
|
3155
3143
|
), {
|
|
3156
3144
|
jobName: n,
|
|
@@ -3159,7 +3147,7 @@ const Tr = X({
|
|
|
3159
3147
|
coldata: s,
|
|
3160
3148
|
query: i,
|
|
3161
3149
|
popDownload: o,
|
|
3162
|
-
init:
|
|
3150
|
+
init: w,
|
|
3163
3151
|
pageChange: m,
|
|
3164
3152
|
pageSizeChange: f,
|
|
3165
3153
|
doSearch: g,
|
|
@@ -3168,7 +3156,7 @@ const Tr = X({
|
|
|
3168
3156
|
}
|
|
3169
3157
|
}), Or = { class: "oc-header-download" };
|
|
3170
3158
|
function Pr(e, o, a, s, n, d) {
|
|
3171
|
-
const i = u("IconArrowSquareDown"), c = u("NIcon"), m = u("NButton"), f = u("NInput"), g = u("IconSearch"),
|
|
3159
|
+
const i = u("IconArrowSquareDown"), c = u("NIcon"), m = u("NButton"), f = u("NInput"), g = u("IconSearch"), w = u("NTooltip"), y = u("IconArrowClockwise"), N = u("NFlex"), I = u("NDataTable"), T = u("NPopover");
|
|
3172
3160
|
return p(), P(T, {
|
|
3173
3161
|
trigger: "click",
|
|
3174
3162
|
placement: "bottom-end",
|
|
@@ -3209,7 +3197,7 @@ function Pr(e, o, a, s, n, d) {
|
|
|
3209
3197
|
style: { width: "200px" },
|
|
3210
3198
|
placeholder: e.$t("Common.importer.fileName")
|
|
3211
3199
|
}, null, 8, ["value", "placeholder"]),
|
|
3212
|
-
r(
|
|
3200
|
+
r(w, { trigger: "hover" }, {
|
|
3213
3201
|
trigger: l(() => [
|
|
3214
3202
|
r(m, {
|
|
3215
3203
|
loading: e.loading,
|
|
@@ -3232,7 +3220,7 @@ function Pr(e, o, a, s, n, d) {
|
|
|
3232
3220
|
]),
|
|
3233
3221
|
_: 1
|
|
3234
3222
|
}),
|
|
3235
|
-
r(
|
|
3223
|
+
r(w, { trigger: "hover" }, {
|
|
3236
3224
|
trigger: l(() => [
|
|
3237
3225
|
r(m, { onClick: e.init }, {
|
|
3238
3226
|
icon: l(() => [
|
|
@@ -3272,7 +3260,7 @@ function Pr(e, o, a, s, n, d) {
|
|
|
3272
3260
|
_: 1
|
|
3273
3261
|
}, 8, ["show", "on-update:show"]);
|
|
3274
3262
|
}
|
|
3275
|
-
const Ir = /* @__PURE__ */ L(Tr, [["render", Pr]]), Dr =
|
|
3263
|
+
const Ir = /* @__PURE__ */ L(Tr, [["render", Pr]]), Dr = Z({
|
|
3276
3264
|
name: "HeaderPop",
|
|
3277
3265
|
components: {
|
|
3278
3266
|
NBadge: la,
|
|
@@ -3328,7 +3316,7 @@ const Ir = /* @__PURE__ */ L(Tr, [["render", Pr]]), Dr = X({
|
|
|
3328
3316
|
fixed: "right",
|
|
3329
3317
|
width: 90,
|
|
3330
3318
|
render(N) {
|
|
3331
|
-
return N.status === 0 ?
|
|
3319
|
+
return N.status === 0 ? Be([
|
|
3332
3320
|
{
|
|
3333
3321
|
type: "custom",
|
|
3334
3322
|
color: "primary",
|
|
@@ -3361,7 +3349,7 @@ const Ir = /* @__PURE__ */ L(Tr, [["render", Pr]]), Dr = X({
|
|
|
3361
3349
|
});
|
|
3362
3350
|
}, g = (N) => {
|
|
3363
3351
|
i.value.page = N, y();
|
|
3364
|
-
},
|
|
3352
|
+
}, w = (N) => {
|
|
3365
3353
|
i.value.pageSize = N, i.value.page = 1, y();
|
|
3366
3354
|
}, y = () => {
|
|
3367
3355
|
d.value || (d.value = !0, Nr({
|
|
@@ -3383,15 +3371,15 @@ const Ir = /* @__PURE__ */ L(Tr, [["render", Pr]]), Dr = X({
|
|
|
3383
3371
|
query: i,
|
|
3384
3372
|
clearAll: f,
|
|
3385
3373
|
pageChange: g,
|
|
3386
|
-
pageSizeChange:
|
|
3374
|
+
pageSizeChange: w,
|
|
3387
3375
|
init: y,
|
|
3388
3376
|
radiosChecked: m
|
|
3389
3377
|
};
|
|
3390
3378
|
}
|
|
3391
3379
|
}), zr = { class: "com-title" };
|
|
3392
3380
|
function Ar(e, o, a, s, n, d) {
|
|
3393
|
-
const i = u("IconAlert"), c = u("NIcon"), m = u("NButton"), f = u("NBadge"), g = u("NRadioButton"),
|
|
3394
|
-
return p(), P(
|
|
3381
|
+
const i = u("IconAlert"), c = u("NIcon"), m = u("NButton"), f = u("NBadge"), g = u("NRadioButton"), w = u("NRadioGroup"), y = u("IconClear"), N = u("NTooltip"), I = u("IconArrowClockwise"), T = u("NFlex"), $ = u("NDataTable"), V = u("NPopover");
|
|
3382
|
+
return p(), P(V, {
|
|
3395
3383
|
trigger: "click",
|
|
3396
3384
|
placement: "bottom-end",
|
|
3397
3385
|
"show-arrow": !1,
|
|
@@ -3426,7 +3414,7 @@ function Ar(e, o, a, s, n, d) {
|
|
|
3426
3414
|
r(T, { justify: "space-between" }, {
|
|
3427
3415
|
default: l(() => [
|
|
3428
3416
|
h("div", zr, R(e.$t("Common.message.title")), 1),
|
|
3429
|
-
r(
|
|
3417
|
+
r(w, {
|
|
3430
3418
|
value: e.radios,
|
|
3431
3419
|
"onUpdate:value": o[0] || (o[0] = (j) => e.radios = j),
|
|
3432
3420
|
name: "radios",
|
|
@@ -3512,7 +3500,7 @@ function Ar(e, o, a, s, n, d) {
|
|
|
3512
3500
|
_: 1
|
|
3513
3501
|
});
|
|
3514
3502
|
}
|
|
3515
|
-
const Mr = /* @__PURE__ */ L(Dr, [["render", Ar]]),
|
|
3503
|
+
const Mr = /* @__PURE__ */ L(Dr, [["render", Ar]]), Vr = Z({
|
|
3516
3504
|
name: "OcHeader",
|
|
3517
3505
|
components: {
|
|
3518
3506
|
Pop: Ir,
|
|
@@ -3528,7 +3516,7 @@ const Mr = /* @__PURE__ */ L(Dr, [["render", Ar]]), Br = X({
|
|
|
3528
3516
|
IconWeatherSunny: Oo,
|
|
3529
3517
|
IconWeatherMoon: To,
|
|
3530
3518
|
IconGridDots: St,
|
|
3531
|
-
IconDismiss:
|
|
3519
|
+
IconDismiss: _e,
|
|
3532
3520
|
IconNavigation: Ao,
|
|
3533
3521
|
IconUser: At
|
|
3534
3522
|
},
|
|
@@ -3556,69 +3544,69 @@ const Mr = /* @__PURE__ */ L(Dr, [["render", Ar]]), Br = X({
|
|
|
3556
3544
|
}
|
|
3557
3545
|
},
|
|
3558
3546
|
setup(e) {
|
|
3559
|
-
const { t: o } = $e(), a = io(), s = je(), n = ze(), d = C(
|
|
3547
|
+
const { t: o } = $e(), a = io(), s = je(), n = ze(), d = C(_.platformUrl), i = C(!1);
|
|
3560
3548
|
C(void 0), C(10);
|
|
3561
|
-
const c = C(
|
|
3562
|
-
fo(
|
|
3563
|
-
}, f = (
|
|
3564
|
-
|
|
3565
|
-
}, g = (
|
|
3549
|
+
const c = C(_.platformMenu), m = (v) => {
|
|
3550
|
+
fo(v), ye("theme", v, 0);
|
|
3551
|
+
}, f = (v) => {
|
|
3552
|
+
v.indexOf("/iot/home") > -1 && (v = "/iot/home/all"), v.indexOf("/iot/timeline") > -1 && (v = "/iot/timeline/all"), d.value = v, yo();
|
|
3553
|
+
}, g = (v) => {
|
|
3566
3554
|
var t;
|
|
3567
|
-
if (!
|
|
3568
|
-
if (
|
|
3555
|
+
if (!v.disabled) {
|
|
3556
|
+
if (v.children && (t = v.children[0]) != null && t.disabled)
|
|
3569
3557
|
return;
|
|
3570
|
-
f(
|
|
3558
|
+
f(v.key), s.push(v.key);
|
|
3571
3559
|
}
|
|
3572
|
-
},
|
|
3573
|
-
if (!
|
|
3574
|
-
if (
|
|
3560
|
+
}, w = (v) => {
|
|
3561
|
+
if (!v.disabled) {
|
|
3562
|
+
if (v.children)
|
|
3575
3563
|
return;
|
|
3576
|
-
f(
|
|
3564
|
+
f(v.key), s.push(v.key), i.value = !1;
|
|
3577
3565
|
}
|
|
3578
|
-
}, y = (
|
|
3566
|
+
}, y = (v) => H(
|
|
3579
3567
|
"div",
|
|
3580
3568
|
{
|
|
3581
|
-
onClick: () => g(
|
|
3569
|
+
onClick: () => g(v)
|
|
3582
3570
|
},
|
|
3583
3571
|
{
|
|
3584
|
-
default: () => typeof
|
|
3572
|
+
default: () => typeof v.label == "function" ? v.label() : v.label
|
|
3585
3573
|
}
|
|
3586
|
-
), N = (
|
|
3574
|
+
), N = (v) => H(
|
|
3587
3575
|
"div",
|
|
3588
3576
|
{
|
|
3589
|
-
onClick: () => v
|
|
3577
|
+
onClick: () => w(v)
|
|
3590
3578
|
},
|
|
3591
3579
|
{
|
|
3592
|
-
default: () => typeof
|
|
3580
|
+
default: () => typeof v.label == "function" ? v.label() : v.label
|
|
3593
3581
|
}
|
|
3594
|
-
), I = (
|
|
3582
|
+
), I = (v) => v.icon ? H(
|
|
3595
3583
|
fe,
|
|
3596
3584
|
{
|
|
3597
3585
|
size: 24,
|
|
3598
|
-
onClick: () => g(
|
|
3586
|
+
onClick: () => g(v)
|
|
3599
3587
|
},
|
|
3600
3588
|
{
|
|
3601
|
-
default: () =>
|
|
3589
|
+
default: () => v.icon && v.icon()
|
|
3602
3590
|
}
|
|
3603
|
-
) : !1, T = (
|
|
3604
|
-
s.replace(
|
|
3591
|
+
) : !1, T = (v) => {
|
|
3592
|
+
s.replace(v);
|
|
3605
3593
|
}, $ = () => {
|
|
3606
3594
|
i.value = !1;
|
|
3607
|
-
},
|
|
3608
|
-
const
|
|
3595
|
+
}, V = () => {
|
|
3596
|
+
const v = [
|
|
3609
3597
|
{
|
|
3610
3598
|
label: k.tenantName,
|
|
3611
3599
|
key: "tenantName"
|
|
3612
3600
|
},
|
|
3613
3601
|
{
|
|
3614
|
-
label: `${o("Common.dropdownMenu.theme")} ${
|
|
3602
|
+
label: `${o("Common.dropdownMenu.theme")} ${_.theme ? o("Common.dropdownMenu.light") : o("Common.dropdownMenu.dark")}`,
|
|
3615
3603
|
key: "theme"
|
|
3616
3604
|
}
|
|
3617
3605
|
];
|
|
3618
|
-
return
|
|
3619
|
-
label: `${o("Common.dropdownMenu.language")} ${
|
|
3606
|
+
return _.language && v.push({
|
|
3607
|
+
label: `${o("Common.dropdownMenu.language")} ${_.lang === "zh-CN" ? "EN" : "中文"}`,
|
|
3620
3608
|
key: "language"
|
|
3621
|
-
}),
|
|
3609
|
+
}), v.push({
|
|
3622
3610
|
label: o("Common.dropdownMenu.software"),
|
|
3623
3611
|
key: "app",
|
|
3624
3612
|
children: [
|
|
@@ -3647,10 +3635,10 @@ const Mr = /* @__PURE__ */ L(Dr, [["render", Ar]]), Br = X({
|
|
|
3647
3635
|
key: "dashboard_Prt"
|
|
3648
3636
|
}
|
|
3649
3637
|
]
|
|
3650
|
-
}), e.report &&
|
|
3638
|
+
}), e.report && v.push({
|
|
3651
3639
|
label: o("Common.dropdownMenu.report"),
|
|
3652
3640
|
key: "report"
|
|
3653
|
-
}),
|
|
3641
|
+
}), v.push(
|
|
3654
3642
|
{
|
|
3655
3643
|
label: o("Common.dropdownMenu.info"),
|
|
3656
3644
|
key: "info"
|
|
@@ -3659,15 +3647,15 @@ const Mr = /* @__PURE__ */ L(Dr, [["render", Ar]]), Br = X({
|
|
|
3659
3647
|
label: o("Common.dropdownMenu.logout"),
|
|
3660
3648
|
key: "logout"
|
|
3661
3649
|
}
|
|
3662
|
-
),
|
|
3663
|
-
}, j = async (
|
|
3664
|
-
|
|
3650
|
+
), v;
|
|
3651
|
+
}, j = async (v) => {
|
|
3652
|
+
v === "logout" && (window.__TAURI__ ? window.location.href = "http://localhost:1420/clear" : qt()), v === "theme" && m(!_.theme), v === "language" && Ze(), v === "info" && s.push("/custom/my"), v === "report" && s.push("/custom/report"), v === "android" && window.open("http://miiot.partexiot.cn/dk7u"), v === "ios" && window.open("https://apps.apple.com/cn/app/id1587313547"), v === "chrome" && window.open(
|
|
3665
3653
|
"http://partex-cloud-static.oss-cn-hangzhou.aliyuncs.com/Software/chrome_installer.exe"
|
|
3666
|
-
),
|
|
3654
|
+
), v === "edge" && window.open(
|
|
3667
3655
|
"http://partex-cloud-static.oss-cn-hangzhou.aliyuncs.com/Software/MicrosoftEdgeSetup.exe"
|
|
3668
|
-
),
|
|
3656
|
+
), v === "dashboard_IoT" && window.open(
|
|
3669
3657
|
"http://partex-cloud-static.oss-cn-hangzhou.aliyuncs.com/Software/%E9%9B%B6%E6%8D%B7%E4%BA%92%E8%81%94IoT_v1.2.0.zip"
|
|
3670
|
-
),
|
|
3658
|
+
), v === "dashboard_Prt" && window.open(
|
|
3671
3659
|
"http://partex-cloud-static.oss-cn-hangzhou.aliyuncs.com/Software/%E9%9B%B6%E6%8D%B7%E4%BA%92%E8%81%94%E5%8D%B0%E5%88%B7%E7%89%88_v1.2.0.zip"
|
|
3672
3660
|
);
|
|
3673
3661
|
}, O = () => {
|
|
@@ -3682,10 +3670,10 @@ const Mr = /* @__PURE__ */ L(Dr, [["render", Ar]]), Br = X({
|
|
|
3682
3670
|
duration: 3e3
|
|
3683
3671
|
});
|
|
3684
3672
|
});
|
|
3685
|
-
},
|
|
3673
|
+
}, B = () => {
|
|
3686
3674
|
if (k.tenantStatus === 0 && k.renewalStatus === 0) {
|
|
3687
|
-
const
|
|
3688
|
-
|
|
3675
|
+
const v = document.getElementById("app");
|
|
3676
|
+
v && v.classList.add("outrange"), n.info({
|
|
3689
3677
|
action: () => H(
|
|
3690
3678
|
be,
|
|
3691
3679
|
{
|
|
@@ -3714,7 +3702,7 @@ const Mr = /* @__PURE__ */ L(Dr, [["render", Ar]]), Br = X({
|
|
|
3714
3702
|
});
|
|
3715
3703
|
}
|
|
3716
3704
|
if (k.tenantStatus === 2 && k.renewalStatus === 0) {
|
|
3717
|
-
let
|
|
3705
|
+
let v = `您的订阅即将于${Ae(
|
|
3718
3706
|
k.endTime
|
|
3719
3707
|
)}到期,请联系管理员进行续订`, t = [
|
|
3720
3708
|
H(
|
|
@@ -3730,7 +3718,7 @@ const Mr = /* @__PURE__ */ L(Dr, [["render", Ar]]), Br = X({
|
|
|
3730
3718
|
}
|
|
3731
3719
|
)
|
|
3732
3720
|
];
|
|
3733
|
-
k.kind === 99 && (
|
|
3721
|
+
k.kind === 99 && (v = `您的订阅即将于${Ae(
|
|
3734
3722
|
k.endTime
|
|
3735
3723
|
)}到期,为保证持续有效的提供服务请立即续订`, t = [
|
|
3736
3724
|
H(
|
|
@@ -3768,35 +3756,35 @@ const Mr = /* @__PURE__ */ L(Dr, [["render", Ar]]), Br = X({
|
|
|
3768
3756
|
}
|
|
3769
3757
|
),
|
|
3770
3758
|
closable: !1,
|
|
3771
|
-
content:
|
|
3759
|
+
content: v,
|
|
3772
3760
|
title: "温馨提示"
|
|
3773
3761
|
});
|
|
3774
3762
|
}
|
|
3775
3763
|
}, F = () => {
|
|
3776
|
-
s.push(
|
|
3764
|
+
s.push(_.platformUrl);
|
|
3777
3765
|
};
|
|
3778
3766
|
"backdropFilter" in document.documentElement.style || "WebkitBackdropFilter" in document.documentElement.style || document.body.classList.add("not-support-backdrop");
|
|
3779
3767
|
const S = () => {
|
|
3780
3768
|
if (k.tenantStatus === 0) {
|
|
3781
|
-
const
|
|
3782
|
-
|
|
3769
|
+
const v = document.body;
|
|
3770
|
+
v && v.classList.add("outrange");
|
|
3783
3771
|
}
|
|
3784
3772
|
};
|
|
3785
3773
|
return Ie(() => {
|
|
3786
|
-
|
|
3774
|
+
B(), f(a.path), S();
|
|
3787
3775
|
}), we(
|
|
3788
3776
|
() => a.path,
|
|
3789
|
-
(
|
|
3790
|
-
f(
|
|
3777
|
+
(v) => {
|
|
3778
|
+
f(v), S();
|
|
3791
3779
|
}
|
|
3792
3780
|
), {
|
|
3793
3781
|
userStore: k,
|
|
3794
|
-
commonStore:
|
|
3782
|
+
commonStore: _,
|
|
3795
3783
|
activeMenu: d,
|
|
3796
3784
|
platformOption: c,
|
|
3797
3785
|
showMenu: i,
|
|
3798
|
-
fnSetLang:
|
|
3799
|
-
setDropdownMenu:
|
|
3786
|
+
fnSetLang: Ze,
|
|
3787
|
+
setDropdownMenu: V,
|
|
3800
3788
|
renderMenuLabel: y,
|
|
3801
3789
|
renderMenuLabel2: N,
|
|
3802
3790
|
renderMenuIcon: I,
|
|
@@ -3807,10 +3795,10 @@ const Mr = /* @__PURE__ */ L(Dr, [["render", Ar]]), Br = X({
|
|
|
3807
3795
|
closeModel: $
|
|
3808
3796
|
};
|
|
3809
3797
|
}
|
|
3810
|
-
}),
|
|
3798
|
+
}), Br = { class: "oc-header" }, Fr = { class: "menu" };
|
|
3811
3799
|
function Rr(e, o, a, s, n, d) {
|
|
3812
|
-
const i = u("IconGridDots"), c = u("NIcon"), m = u("NButton"), f = u("NDropdown"), g = u("IconNavigation"),
|
|
3813
|
-
return p(), z("header",
|
|
3800
|
+
const i = u("IconGridDots"), c = u("NIcon"), m = u("NButton"), f = u("NDropdown"), g = u("IconNavigation"), w = u("NMenu"), y = u("Pop"), N = u("Message"), I = u("IconWeatherMoon"), T = u("IconWeatherSunny"), $ = u("IconUser"), V = u("NDrawerContent"), j = u("NDrawer");
|
|
3801
|
+
return p(), z("header", Br, [
|
|
3814
3802
|
e.platformOption.length > 1 && e.platformShow ? (p(), P(f, {
|
|
3815
3803
|
key: 0,
|
|
3816
3804
|
trigger: "hover",
|
|
@@ -3859,7 +3847,7 @@ function Rr(e, o, a, s, n, d) {
|
|
|
3859
3847
|
})
|
|
3860
3848
|
]),
|
|
3861
3849
|
_: 1
|
|
3862
|
-
})) : (p(), P(
|
|
3850
|
+
})) : (p(), P(w, {
|
|
3863
3851
|
key: 1,
|
|
3864
3852
|
value: e.activeMenu,
|
|
3865
3853
|
mode: "horizontal",
|
|
@@ -3946,13 +3934,13 @@ function Rr(e, o, a, s, n, d) {
|
|
|
3946
3934
|
"onUpdate:show": o[5] || (o[5] = (O) => e.showMenu = O)
|
|
3947
3935
|
}, {
|
|
3948
3936
|
default: l(() => [
|
|
3949
|
-
r(
|
|
3937
|
+
r(V, {
|
|
3950
3938
|
title: e.commonStore.platformName(),
|
|
3951
3939
|
"native-scrollbar": !1,
|
|
3952
3940
|
closable: ""
|
|
3953
3941
|
}, {
|
|
3954
3942
|
default: l(() => [
|
|
3955
|
-
r(
|
|
3943
|
+
r(w, {
|
|
3956
3944
|
value: e.activeMenu,
|
|
3957
3945
|
"default-expand-all": !0,
|
|
3958
3946
|
options: e.menuOptions,
|
|
@@ -3966,10 +3954,10 @@ function Rr(e, o, a, s, n, d) {
|
|
|
3966
3954
|
}, 8, ["show"])
|
|
3967
3955
|
]);
|
|
3968
3956
|
}
|
|
3969
|
-
const Lr = /* @__PURE__ */ L(
|
|
3957
|
+
const Lr = /* @__PURE__ */ L(Vr, [["render", Rr]]), Ur = Z({
|
|
3970
3958
|
name: "OcImporter",
|
|
3971
3959
|
components: {
|
|
3972
|
-
IconDismiss:
|
|
3960
|
+
IconDismiss: _e,
|
|
3973
3961
|
IconArrowClockwise: Qe,
|
|
3974
3962
|
IconMailInboxAdd: po,
|
|
3975
3963
|
IconCloudArrowDown: zo,
|
|
@@ -4060,7 +4048,7 @@ const Lr = /* @__PURE__ */ L(Br, [["render", Rr]]), Ur = X({
|
|
|
4060
4048
|
fixed: "right",
|
|
4061
4049
|
width: 120,
|
|
4062
4050
|
render(T) {
|
|
4063
|
-
return
|
|
4051
|
+
return Be([
|
|
4064
4052
|
{
|
|
4065
4053
|
type: "custom",
|
|
4066
4054
|
disabled: T.jobStatus === 0,
|
|
@@ -4078,9 +4066,9 @@ const Lr = /* @__PURE__ */ L(Br, [["render", Rr]]), Ur = X({
|
|
|
4078
4066
|
o("update:show", !1);
|
|
4079
4067
|
}, g = (T) => {
|
|
4080
4068
|
i.value.page = T, N();
|
|
4081
|
-
},
|
|
4069
|
+
}, w = (T) => {
|
|
4082
4070
|
i.value.pageSize = T, i.value.page = 1, N();
|
|
4083
|
-
}, y = (T) => new Promise(($,
|
|
4071
|
+
}, y = (T) => new Promise(($, V) => {
|
|
4084
4072
|
T.file.file && Ft({
|
|
4085
4073
|
jobType: "IMPORT",
|
|
4086
4074
|
jobTypeName: e.data.type,
|
|
@@ -4089,8 +4077,8 @@ const Lr = /* @__PURE__ */ L(Br, [["render", Rr]]), Ur = X({
|
|
|
4089
4077
|
}).then(() => {
|
|
4090
4078
|
N(), $();
|
|
4091
4079
|
}).catch(() => {
|
|
4092
|
-
N(),
|
|
4093
|
-
}),
|
|
4080
|
+
N(), V();
|
|
4081
|
+
}), V();
|
|
4094
4082
|
}), N = () => {
|
|
4095
4083
|
d.value = !0, Rt({
|
|
4096
4084
|
jobType: "IMPORT",
|
|
@@ -4130,15 +4118,15 @@ const Lr = /* @__PURE__ */ L(Br, [["render", Rr]]), Ur = X({
|
|
|
4130
4118
|
init: N,
|
|
4131
4119
|
closeModel: f,
|
|
4132
4120
|
pageChange: g,
|
|
4133
|
-
pageSizeChange:
|
|
4121
|
+
pageSizeChange: w,
|
|
4134
4122
|
beforeUpload: y,
|
|
4135
4123
|
downloadFile: I
|
|
4136
4124
|
};
|
|
4137
4125
|
}
|
|
4138
|
-
}),
|
|
4139
|
-
function
|
|
4140
|
-
const i = u("IconMailInboxAdd"), c = u("NIcon"), m = u("NButton"), f = u("NUpload"), g = u("IconCloudArrowDown"),
|
|
4141
|
-
return p(), P(
|
|
4126
|
+
}), _r = { class: "oc-header-download" };
|
|
4127
|
+
function qr(e, o, a, s, n, d) {
|
|
4128
|
+
const i = u("IconMailInboxAdd"), c = u("NIcon"), m = u("NButton"), f = u("NUpload"), g = u("IconCloudArrowDown"), w = u("IconArrowClockwise"), y = u("NTooltip"), N = u("IconDismiss"), I = u("NFlex"), T = u("NDataTable"), $ = u("NCard"), V = u("NModal");
|
|
4129
|
+
return p(), P(V, {
|
|
4142
4130
|
show: e.modal,
|
|
4143
4131
|
"onUpdate:show": o[0] || (o[0] = (j) => e.modal = j),
|
|
4144
4132
|
"on-mask-click": e.closeModel
|
|
@@ -4147,7 +4135,7 @@ function _r(e, o, a, s, n, d) {
|
|
|
4147
4135
|
r($, { style: { width: "900px" } }, {
|
|
4148
4136
|
header: l(() => [
|
|
4149
4137
|
E(R(e.$t("Common.importer.title")) + " ", 1),
|
|
4150
|
-
h("span",
|
|
4138
|
+
h("span", _r, R(e.$t("Common.validDays")), 1)
|
|
4151
4139
|
]),
|
|
4152
4140
|
"header-extra": l(() => [
|
|
4153
4141
|
r(I, {
|
|
@@ -4202,7 +4190,7 @@ function _r(e, o, a, s, n, d) {
|
|
|
4202
4190
|
icon: l(() => [
|
|
4203
4191
|
r(c, null, {
|
|
4204
4192
|
default: l(() => [
|
|
4205
|
-
r(
|
|
4193
|
+
r(w)
|
|
4206
4194
|
]),
|
|
4207
4195
|
_: 1
|
|
4208
4196
|
})
|
|
@@ -4253,7 +4241,7 @@ function _r(e, o, a, s, n, d) {
|
|
|
4253
4241
|
_: 3
|
|
4254
4242
|
}, 8, ["show", "on-mask-click"]);
|
|
4255
4243
|
}
|
|
4256
|
-
const Et = /* @__PURE__ */ L(Ur, [["render",
|
|
4244
|
+
const Et = /* @__PURE__ */ L(Ur, [["render", qr]]), Er = Z({
|
|
4257
4245
|
name: "OcLogin",
|
|
4258
4246
|
components: {
|
|
4259
4247
|
NTabs: ca,
|
|
@@ -4261,9 +4249,9 @@ const Et = /* @__PURE__ */ L(Ur, [["render", _r]]), Er = X({
|
|
|
4261
4249
|
NForm: ko,
|
|
4262
4250
|
NFormItem: Co,
|
|
4263
4251
|
NDropdown: ht,
|
|
4264
|
-
NInput:
|
|
4252
|
+
NInput: Xe,
|
|
4265
4253
|
NButton: te,
|
|
4266
|
-
NGrid:
|
|
4254
|
+
NGrid: qe,
|
|
4267
4255
|
NGi: so,
|
|
4268
4256
|
NIcon: fe,
|
|
4269
4257
|
NPopover: De,
|
|
@@ -4289,7 +4277,7 @@ const Et = /* @__PURE__ */ L(Ur, [["render", _r]]), Er = X({
|
|
|
4289
4277
|
}
|
|
4290
4278
|
},
|
|
4291
4279
|
setup() {
|
|
4292
|
-
const { t: e } = $e(), o = ze(), a = je(), s = C(pe("loginTab", "1")), n = C(), d = C(), i = C(), c = C(), m = C(!1), f = C(!1), g = C(!1),
|
|
4280
|
+
const { t: e } = $e(), o = ze(), a = je(), s = C(pe("loginTab", "1")), n = C(), d = C(), i = C(), c = C(), m = C(!1), f = C(!1), g = C(!1), w = C(!1), y = C({
|
|
4293
4281
|
phone: "",
|
|
4294
4282
|
name: "",
|
|
4295
4283
|
password: ""
|
|
@@ -4310,7 +4298,7 @@ const Et = /* @__PURE__ */ L(Ur, [["render", _r]]), Er = X({
|
|
|
4310
4298
|
},
|
|
4311
4299
|
phone: {
|
|
4312
4300
|
required: !0,
|
|
4313
|
-
validator: (
|
|
4301
|
+
validator: (q, U) => U ? /^[1][3,4,5,6,7,8,9][0-9]{9}$/.test(U) : !1,
|
|
4314
4302
|
message: () => e("Common.login.mobileMessage"),
|
|
4315
4303
|
trigger: "blur"
|
|
4316
4304
|
},
|
|
@@ -4319,28 +4307,28 @@ const Et = /* @__PURE__ */ L(Ur, [["render", _r]]), Er = X({
|
|
|
4319
4307
|
message: () => e("Common.login.passwordMessage"),
|
|
4320
4308
|
trigger: "input"
|
|
4321
4309
|
}
|
|
4322
|
-
}), I = C([]), T = C([]), $ = C([]),
|
|
4323
|
-
const
|
|
4324
|
-
Object.keys(
|
|
4310
|
+
}), I = C([]), T = C([]), $ = C([]), V = C([]), j = () => {
|
|
4311
|
+
const q = pe("loginOption", {}), U = [];
|
|
4312
|
+
Object.keys(q).forEach((J) => {
|
|
4325
4313
|
U.push({
|
|
4326
4314
|
label: J,
|
|
4327
4315
|
key: J
|
|
4328
4316
|
});
|
|
4329
4317
|
}), I.value = U, T.value = U;
|
|
4330
4318
|
}, O = () => {
|
|
4331
|
-
const
|
|
4332
|
-
Object.keys(
|
|
4319
|
+
const q = pe("phoneOption", {}), U = [];
|
|
4320
|
+
Object.keys(q).forEach((J) => {
|
|
4333
4321
|
U.push({
|
|
4334
4322
|
label: J,
|
|
4335
4323
|
key: J
|
|
4336
4324
|
});
|
|
4337
|
-
}), $.value = U,
|
|
4338
|
-
},
|
|
4339
|
-
ye("token",
|
|
4325
|
+
}), $.value = U, V.value = U;
|
|
4326
|
+
}, B = (q) => {
|
|
4327
|
+
ye("token", q, 0), _o().then((U) => {
|
|
4340
4328
|
o.success({
|
|
4341
4329
|
content: () => e("Notice.success"),
|
|
4342
4330
|
duration: 3e3
|
|
4343
|
-
}), U.kind !== 1 && a.replace(
|
|
4331
|
+
}), U.kind !== 1 && a.replace(_.platformUrl);
|
|
4344
4332
|
}).catch(() => {
|
|
4345
4333
|
o.error({
|
|
4346
4334
|
content: () => e("Notice.error"),
|
|
@@ -4348,14 +4336,14 @@ const Et = /* @__PURE__ */ L(Ur, [["render", _r]]), Er = X({
|
|
|
4348
4336
|
}), y.value.password = "", f.value = !1;
|
|
4349
4337
|
});
|
|
4350
4338
|
}, F = () => {
|
|
4351
|
-
var
|
|
4352
|
-
f.value || (f.value = !0, s.value === "0" ? (
|
|
4339
|
+
var q, U;
|
|
4340
|
+
f.value || (f.value = !0, s.value === "0" ? (q = d.value) == null || q.validate((J) => {
|
|
4353
4341
|
J ? f.value = !1 : rt({
|
|
4354
4342
|
type: s.value,
|
|
4355
4343
|
...y.value
|
|
4356
4344
|
}).then((ge) => {
|
|
4357
4345
|
const ne = pe("loginOption", {});
|
|
4358
|
-
ne[y.value.name] = !0, ye("loginOption", ne, 0),
|
|
4346
|
+
ne[y.value.name] = !0, ye("loginOption", ne, 0), B(ge);
|
|
4359
4347
|
}).catch(() => {
|
|
4360
4348
|
y.value.password = "", f.value = !1;
|
|
4361
4349
|
});
|
|
@@ -4365,49 +4353,49 @@ const Et = /* @__PURE__ */ L(Ur, [["render", _r]]), Er = X({
|
|
|
4365
4353
|
...y.value
|
|
4366
4354
|
}).then((ge) => {
|
|
4367
4355
|
const ne = pe("phoneOption", {});
|
|
4368
|
-
ne[y.value.name] = !0, ye("phoneOption", ne, 0),
|
|
4356
|
+
ne[y.value.name] = !0, ye("phoneOption", ne, 0), B(ge);
|
|
4369
4357
|
}).catch(() => {
|
|
4370
4358
|
y.value.password = "", f.value = !1;
|
|
4371
4359
|
});
|
|
4372
4360
|
}));
|
|
4373
|
-
}, S = (
|
|
4374
|
-
y.value.name =
|
|
4361
|
+
}, S = (q) => {
|
|
4362
|
+
y.value.name = q;
|
|
4375
4363
|
const U = T.value.filter(
|
|
4376
|
-
(J) => J.label.indexOf(
|
|
4364
|
+
(J) => J.label.indexOf(q) > -1
|
|
4377
4365
|
);
|
|
4378
|
-
I.value = U, U.length === 0 ?
|
|
4379
|
-
},
|
|
4380
|
-
y.value.name =
|
|
4366
|
+
I.value = U, U.length === 0 ? w.value = !1 : w.value = !0;
|
|
4367
|
+
}, v = (q) => {
|
|
4368
|
+
y.value.name = q, w.value = !1, i.value.focus(), setTimeout(() => {
|
|
4381
4369
|
var U;
|
|
4382
4370
|
(U = d.value) == null || U.restoreValidation();
|
|
4383
4371
|
}, 80);
|
|
4384
|
-
}, t = (
|
|
4372
|
+
}, t = (q) => {
|
|
4385
4373
|
var U;
|
|
4386
|
-
I.value.length === 0 ?
|
|
4387
|
-
}, D = (
|
|
4388
|
-
y.value.phone =
|
|
4389
|
-
const U =
|
|
4390
|
-
(J) => J.label.indexOf(
|
|
4374
|
+
I.value.length === 0 ? w.value = !1 : w.value = q, (U = d.value) == null || U.restoreValidation();
|
|
4375
|
+
}, D = (q) => {
|
|
4376
|
+
y.value.phone = q;
|
|
4377
|
+
const U = V.value.filter(
|
|
4378
|
+
(J) => J.label.indexOf(q) > -1
|
|
4391
4379
|
);
|
|
4392
4380
|
$.value = U, U.length === 0 ? g.value = !1 : g.value = !0;
|
|
4393
|
-
}, G = (
|
|
4394
|
-
y.value.phone =
|
|
4381
|
+
}, G = (q) => {
|
|
4382
|
+
y.value.phone = q, g.value = !1, c.value.focus(), setTimeout(() => {
|
|
4395
4383
|
var U;
|
|
4396
4384
|
(U = n.value) == null || U.restoreValidation();
|
|
4397
4385
|
}, 80);
|
|
4398
|
-
}, ae = (
|
|
4386
|
+
}, ae = (q) => {
|
|
4399
4387
|
var U;
|
|
4400
|
-
$.value.length === 0 ? g.value = !1 : g.value =
|
|
4401
|
-
}, M = (
|
|
4402
|
-
m.value =
|
|
4403
|
-
}, Q = (
|
|
4388
|
+
$.value.length === 0 ? g.value = !1 : g.value = q, (U = n.value) == null || U.restoreValidation();
|
|
4389
|
+
}, M = (q) => {
|
|
4390
|
+
m.value = q, fo(q), ye("theme", q, 0);
|
|
4391
|
+
}, Q = (q) => {
|
|
4404
4392
|
var U, J;
|
|
4405
|
-
s.value =
|
|
4393
|
+
s.value = q, y.value = {
|
|
4406
4394
|
phone: "",
|
|
4407
4395
|
name: "",
|
|
4408
4396
|
password: ""
|
|
4409
|
-
}, ye("loginTab",
|
|
4410
|
-
}, Ce = (
|
|
4397
|
+
}, ye("loginTab", q, 0), (U = d.value) == null || U.restoreValidation(), (J = n.value) == null || J.restoreValidation();
|
|
4398
|
+
}, Ce = (q) => H(
|
|
4411
4399
|
"div",
|
|
4412
4400
|
{
|
|
4413
4401
|
style: {
|
|
@@ -4420,19 +4408,19 @@ const Et = /* @__PURE__ */ L(Ur, [["render", _r]]), Er = X({
|
|
|
4420
4408
|
"div",
|
|
4421
4409
|
{},
|
|
4422
4410
|
{
|
|
4423
|
-
default: () =>
|
|
4411
|
+
default: () => q.label
|
|
4424
4412
|
}
|
|
4425
4413
|
),
|
|
4426
4414
|
H(
|
|
4427
|
-
|
|
4415
|
+
_e,
|
|
4428
4416
|
{
|
|
4429
4417
|
class: "oc-login-drop-menu",
|
|
4430
4418
|
onclick: (U) => {
|
|
4431
4419
|
U.stopPropagation(), U.stopImmediatePropagation();
|
|
4432
4420
|
const J = pe("loginOption", {});
|
|
4433
|
-
delete J[
|
|
4421
|
+
delete J[q.label], ye("loginOption", J, 0), j();
|
|
4434
4422
|
const ge = y.value.name, ne = T.value.filter(
|
|
4435
|
-
(
|
|
4423
|
+
(b) => b.label.indexOf(ge) > -1
|
|
4436
4424
|
);
|
|
4437
4425
|
I.value = ne;
|
|
4438
4426
|
}
|
|
@@ -4443,7 +4431,7 @@ const Et = /* @__PURE__ */ L(Ur, [["render", _r]]), Er = X({
|
|
|
4443
4431
|
)
|
|
4444
4432
|
]
|
|
4445
4433
|
}
|
|
4446
|
-
), he = (
|
|
4434
|
+
), he = (q) => H(
|
|
4447
4435
|
"div",
|
|
4448
4436
|
{
|
|
4449
4437
|
style: {
|
|
@@ -4456,19 +4444,19 @@ const Et = /* @__PURE__ */ L(Ur, [["render", _r]]), Er = X({
|
|
|
4456
4444
|
"div",
|
|
4457
4445
|
{},
|
|
4458
4446
|
{
|
|
4459
|
-
default: () =>
|
|
4447
|
+
default: () => q.label
|
|
4460
4448
|
}
|
|
4461
4449
|
),
|
|
4462
4450
|
H(
|
|
4463
|
-
|
|
4451
|
+
_e,
|
|
4464
4452
|
{
|
|
4465
4453
|
class: "oc-login-drop-menu",
|
|
4466
4454
|
onclick: (U) => {
|
|
4467
4455
|
U.stopPropagation(), U.stopImmediatePropagation();
|
|
4468
4456
|
const J = pe("phoneOption", {});
|
|
4469
|
-
delete J[
|
|
4470
|
-
const ge = y.value.name, ne =
|
|
4471
|
-
(
|
|
4457
|
+
delete J[q.label], ye("phoneOption", J, 0), O();
|
|
4458
|
+
const ge = y.value.name, ne = V.value.filter(
|
|
4459
|
+
(b) => b.label.indexOf(ge) > -1
|
|
4472
4460
|
);
|
|
4473
4461
|
$.value = ne;
|
|
4474
4462
|
}
|
|
@@ -4480,9 +4468,9 @@ const Et = /* @__PURE__ */ L(Ur, [["render", _r]]), Er = X({
|
|
|
4480
4468
|
]
|
|
4481
4469
|
}
|
|
4482
4470
|
);
|
|
4483
|
-
return
|
|
4471
|
+
return qo(), Ye("token"), j(), O(), {
|
|
4484
4472
|
tabs: s,
|
|
4485
|
-
commonStore:
|
|
4473
|
+
commonStore: _,
|
|
4486
4474
|
pwdRef: i,
|
|
4487
4475
|
pwdPhoneRef: c,
|
|
4488
4476
|
formRef: d,
|
|
@@ -4490,7 +4478,7 @@ const Et = /* @__PURE__ */ L(Ur, [["render", _r]]), Er = X({
|
|
|
4490
4478
|
formValue: y,
|
|
4491
4479
|
formRules: N,
|
|
4492
4480
|
showPhoneDropdown: g,
|
|
4493
|
-
showNameDropdown:
|
|
4481
|
+
showNameDropdown: w,
|
|
4494
4482
|
optionsName: I,
|
|
4495
4483
|
optionsPhone: $,
|
|
4496
4484
|
loading: f,
|
|
@@ -4500,8 +4488,8 @@ const Et = /* @__PURE__ */ L(Ur, [["render", _r]]), Er = X({
|
|
|
4500
4488
|
nameChange: S,
|
|
4501
4489
|
phoneChange: D,
|
|
4502
4490
|
changeTheme: M,
|
|
4503
|
-
fnSetLang:
|
|
4504
|
-
dropNameSelect:
|
|
4491
|
+
fnSetLang: Ze,
|
|
4492
|
+
dropNameSelect: v,
|
|
4505
4493
|
dropPhoneSelect: G,
|
|
4506
4494
|
showDropdownNameChange: t,
|
|
4507
4495
|
showDropdownPhoneChange: ae,
|
|
@@ -4509,9 +4497,9 @@ const Et = /* @__PURE__ */ L(Ur, [["render", _r]]), Er = X({
|
|
|
4509
4497
|
renderDropdownPhoneLabel: he
|
|
4510
4498
|
};
|
|
4511
4499
|
}
|
|
4512
|
-
}), jr = { class: "oc-login" }, Hr = { class: "oc-login-right" }, Gr = { class: "oc-login-language" }, Jr = { class: "oc-login-platform" }, Wr = { class: "oc-login-form" }, Kr = { class: "oc-login-submit" }, Qr = ["href"],
|
|
4513
|
-
function
|
|
4514
|
-
const i = u("IconWeatherMoon"), c = u("NIcon"), m = u("IconWeatherSunny"), f = u("NButton"), g = u("NInput"),
|
|
4500
|
+
}), jr = { class: "oc-login" }, Hr = { class: "oc-login-right" }, Gr = { class: "oc-login-language" }, Jr = { class: "oc-login-platform" }, Wr = { class: "oc-login-form" }, Kr = { class: "oc-login-submit" }, Qr = ["href"], Zr = { class: "oc-login-footer" };
|
|
4501
|
+
function Xr(e, o, a, s, n, d) {
|
|
4502
|
+
const i = u("IconWeatherMoon"), c = u("NIcon"), m = u("IconWeatherSunny"), f = u("NButton"), g = u("NInput"), w = u("NDropdown"), y = u("NFormItem"), N = u("NForm"), I = u("NTabPane"), T = u("NTabs"), $ = u("NPopover"), V = u("NGi"), j = u("NGrid");
|
|
4515
4503
|
return p(), z("div", jr, [
|
|
4516
4504
|
h("div", {
|
|
4517
4505
|
class: "oc-login-left",
|
|
@@ -4589,7 +4577,7 @@ function Yr(e, o, a, s, n, d) {
|
|
|
4589
4577
|
path: "phone"
|
|
4590
4578
|
}, {
|
|
4591
4579
|
default: l(() => [
|
|
4592
|
-
r(
|
|
4580
|
+
r(w, {
|
|
4593
4581
|
show: e.showPhoneDropdown,
|
|
4594
4582
|
options: e.optionsPhone,
|
|
4595
4583
|
"render-label": e.renderDropdownPhoneLabel,
|
|
@@ -4657,7 +4645,7 @@ function Yr(e, o, a, s, n, d) {
|
|
|
4657
4645
|
path: "name"
|
|
4658
4646
|
}, {
|
|
4659
4647
|
default: l(() => [
|
|
4660
|
-
r(
|
|
4648
|
+
r(w, {
|
|
4661
4649
|
show: e.showNameDropdown,
|
|
4662
4650
|
options: e.optionsName,
|
|
4663
4651
|
"render-label": e.renderDropdownNameLabel,
|
|
@@ -4729,7 +4717,7 @@ function Yr(e, o, a, s, n, d) {
|
|
|
4729
4717
|
cols: 2
|
|
4730
4718
|
}, {
|
|
4731
4719
|
default: l(() => [
|
|
4732
|
-
r(
|
|
4720
|
+
r(V, null, {
|
|
4733
4721
|
default: l(() => [
|
|
4734
4722
|
r($, {
|
|
4735
4723
|
trigger: "hover",
|
|
@@ -4751,7 +4739,7 @@ function Yr(e, o, a, s, n, d) {
|
|
|
4751
4739
|
]),
|
|
4752
4740
|
_: 1
|
|
4753
4741
|
}),
|
|
4754
|
-
r(
|
|
4742
|
+
r(V, null, {
|
|
4755
4743
|
default: l(() => [
|
|
4756
4744
|
r($, {
|
|
4757
4745
|
trigger: "hover",
|
|
@@ -4777,7 +4765,7 @@ function Yr(e, o, a, s, n, d) {
|
|
|
4777
4765
|
_: 1
|
|
4778
4766
|
})
|
|
4779
4767
|
]),
|
|
4780
|
-
h("footer",
|
|
4768
|
+
h("footer", Zr, [
|
|
4781
4769
|
o[20] || (o[20] = E(" Copyright ")),
|
|
4782
4770
|
o[21] || (o[21] = h("span", { style: { "font-family": "Arial, Helvetica, sans-serif" } }, "©", -1)),
|
|
4783
4771
|
E(" 2020-2024 " + R(e.$t("Common.title")) + " ", 1),
|
|
@@ -4793,7 +4781,7 @@ function Yr(e, o, a, s, n, d) {
|
|
|
4793
4781
|
])
|
|
4794
4782
|
]);
|
|
4795
4783
|
}
|
|
4796
|
-
const
|
|
4784
|
+
const Yr = /* @__PURE__ */ L(Er, [["render", Xr]]), xr = Z({
|
|
4797
4785
|
name: "OcNumberRoll",
|
|
4798
4786
|
props: {
|
|
4799
4787
|
value: {
|
|
@@ -4818,14 +4806,14 @@ const Zr = /* @__PURE__ */ L(Er, [["render", Yr]]), xr = X({
|
|
|
4818
4806
|
const o = C(!1), a = C(0), s = (c) => 1 - Math.pow(1 - c, 5), n = (c) => e.format ? e.format(c) : c;
|
|
4819
4807
|
function d(c, m, f = e.duration) {
|
|
4820
4808
|
const g = () => {
|
|
4821
|
-
const y = performance.now(), N = Math.min(y -
|
|
4809
|
+
const y = performance.now(), N = Math.min(y - w, f), I = c + (m - c) * s(N / f);
|
|
4822
4810
|
if (N === f) {
|
|
4823
4811
|
a.value = n(Number(e.value)), o.value = !1;
|
|
4824
4812
|
return;
|
|
4825
4813
|
}
|
|
4826
4814
|
const T = Number(I.toFixed(e.precision));
|
|
4827
4815
|
a.value = n(T), requestAnimationFrame(g);
|
|
4828
|
-
},
|
|
4816
|
+
}, w = performance.now();
|
|
4829
4817
|
g();
|
|
4830
4818
|
}
|
|
4831
4819
|
const i = (c = 0, m = e.value) => {
|
|
@@ -4846,10 +4834,10 @@ const Zr = /* @__PURE__ */ L(Er, [["render", Yr]]), xr = X({
|
|
|
4846
4834
|
function es(e, o, a, s, n, d) {
|
|
4847
4835
|
return R(e.displayedValueRef);
|
|
4848
4836
|
}
|
|
4849
|
-
const jt = /* @__PURE__ */ L(xr, [["render", es]]), os =
|
|
4837
|
+
const jt = /* @__PURE__ */ L(xr, [["render", es]]), os = Z({
|
|
4850
4838
|
name: "OcLogo",
|
|
4851
4839
|
components: {
|
|
4852
|
-
NGrid:
|
|
4840
|
+
NGrid: qe,
|
|
4853
4841
|
NGi: so,
|
|
4854
4842
|
NDivider: ft,
|
|
4855
4843
|
NumberRoll: jt
|
|
@@ -4921,12 +4909,12 @@ function ts(e, o, a, s, n, d) {
|
|
|
4921
4909
|
});
|
|
4922
4910
|
}
|
|
4923
4911
|
const as = /* @__PURE__ */ L(os, [["render", ts]]);
|
|
4924
|
-
|
|
4925
|
-
|
|
4926
|
-
|
|
4927
|
-
|
|
4928
|
-
|
|
4929
|
-
|
|
4912
|
+
Ve.common.cardColor = "#32323b";
|
|
4913
|
+
Ve.common.primaryColor = "#b274ef";
|
|
4914
|
+
Ve.common.primaryColorHover = "#b274ef";
|
|
4915
|
+
Ve.common.borderRadius = "16px";
|
|
4916
|
+
Ve.common.borderRadiusSmall = "8px";
|
|
4917
|
+
Ve.DataTable.tdColor = "#2d2d31";
|
|
4930
4918
|
const ns = {
|
|
4931
4919
|
common: {
|
|
4932
4920
|
borderRadius: "16px",
|
|
@@ -4959,7 +4947,7 @@ const ns = {
|
|
|
4959
4947
|
Notification: {
|
|
4960
4948
|
borderRadius: "16px"
|
|
4961
4949
|
}
|
|
4962
|
-
}, ls =
|
|
4950
|
+
}, ls = Ve, rs = Z({
|
|
4963
4951
|
name: "OcMain",
|
|
4964
4952
|
components: {
|
|
4965
4953
|
NConfigProvider: fa,
|
|
@@ -4970,7 +4958,7 @@ const ns = {
|
|
|
4970
4958
|
return {
|
|
4971
4959
|
zhCN: ga,
|
|
4972
4960
|
dateZhCN: ya,
|
|
4973
|
-
commonStore:
|
|
4961
|
+
commonStore: _,
|
|
4974
4962
|
lightTheme: ns,
|
|
4975
4963
|
darkTheme: ls
|
|
4976
4964
|
};
|
|
@@ -5007,14 +4995,14 @@ function ss(e, o, a, s, n, d) {
|
|
|
5007
4995
|
const is = /* @__PURE__ */ L(rs, [["render", ss]]), us = (e) => {
|
|
5008
4996
|
const o = JSON.parse(JSON.stringify(e));
|
|
5009
4997
|
return o.oldPassword = to(o.oldPassword), o.newPassword = to(o.newPassword), o.comfirmPassword = to(o.comfirmPassword), me("api/auth/user/modifyPassword", o);
|
|
5010
|
-
}, ds = (e) => me("api/auth/user/update", e), cs =
|
|
4998
|
+
}, ds = (e) => me("api/auth/user/update", e), cs = Z({
|
|
5011
4999
|
name: "OcMy",
|
|
5012
5000
|
components: {
|
|
5013
|
-
NGrid:
|
|
5001
|
+
NGrid: qe,
|
|
5014
5002
|
NGi: so,
|
|
5015
5003
|
NForm: ko,
|
|
5016
5004
|
NFormItem: Co,
|
|
5017
|
-
NInput:
|
|
5005
|
+
NInput: Xe,
|
|
5018
5006
|
NButton: te
|
|
5019
5007
|
},
|
|
5020
5008
|
setup() {
|
|
@@ -5053,7 +5041,7 @@ const is = /* @__PURE__ */ L(rs, [["render", ss]]), us = (e) => {
|
|
|
5053
5041
|
email: {
|
|
5054
5042
|
required: !1,
|
|
5055
5043
|
trigger: "blur",
|
|
5056
|
-
validator: (
|
|
5044
|
+
validator: (w, y) => y ? /^[0-9a-zA-Z_.-]+[@][0-9a-zA-Z_.-]+([.][a-zA-Z]+){1,2}$/.test(
|
|
5057
5045
|
y
|
|
5058
5046
|
) : !0,
|
|
5059
5047
|
message: () => e("Common.my.emailMessage")
|
|
@@ -5061,7 +5049,7 @@ const is = /* @__PURE__ */ L(rs, [["render", ss]]), us = (e) => {
|
|
|
5061
5049
|
phone: {
|
|
5062
5050
|
required: !1,
|
|
5063
5051
|
trigger: "blur",
|
|
5064
|
-
validator: (
|
|
5052
|
+
validator: (w, y) => y ? /^[1][3,4,5,7,8,9][0-9]{9}$/.test(y) : !0,
|
|
5065
5053
|
message: () => e("Common.my.phoneMessage")
|
|
5066
5054
|
}
|
|
5067
5055
|
});
|
|
@@ -5074,8 +5062,8 @@ const is = /* @__PURE__ */ L(rs, [["render", ss]]), us = (e) => {
|
|
|
5074
5062
|
formRules: m,
|
|
5075
5063
|
loading: n,
|
|
5076
5064
|
pwdSubmit: () => {
|
|
5077
|
-
var
|
|
5078
|
-
n.value || (n.value = !0, (
|
|
5065
|
+
var w;
|
|
5066
|
+
n.value || (n.value = !0, (w = a.value) == null || w.validate((y) => {
|
|
5079
5067
|
y ? n.value = !1 : us(d.value).then(() => {
|
|
5080
5068
|
var N;
|
|
5081
5069
|
d.value = {
|
|
@@ -5094,13 +5082,13 @@ const is = /* @__PURE__ */ L(rs, [["render", ss]]), us = (e) => {
|
|
|
5094
5082
|
}));
|
|
5095
5083
|
},
|
|
5096
5084
|
formSubmit: () => {
|
|
5097
|
-
var
|
|
5098
|
-
n.value || (n.value = !0, (
|
|
5085
|
+
var w;
|
|
5086
|
+
n.value || (n.value = !0, (w = s.value) == null || w.validate((y) => {
|
|
5099
5087
|
y ? n.value = !1 : ds(c.value).then(() => {
|
|
5100
5088
|
o.success({
|
|
5101
5089
|
content: () => e("Notice.success"),
|
|
5102
5090
|
duration: 3e3
|
|
5103
|
-
}), n.value = !1,
|
|
5091
|
+
}), n.value = !1, _o().catch(() => null);
|
|
5104
5092
|
}).catch(() => {
|
|
5105
5093
|
n.value = !1;
|
|
5106
5094
|
});
|
|
@@ -5110,8 +5098,8 @@ const is = /* @__PURE__ */ L(rs, [["render", ss]]), us = (e) => {
|
|
|
5110
5098
|
}
|
|
5111
5099
|
}), ps = { class: "com-card" }, fs = { class: "com-title" }, ms = { class: "text-right" }, hs = { class: "com-card" }, gs = { class: "com-title" }, ys = { class: "text-right" };
|
|
5112
5100
|
function bs(e, o, a, s, n, d) {
|
|
5113
|
-
const i = u("NInput"), c = u("NFormItem"), m = u("NForm"), f = u("NButton"), g = u("NGi"),
|
|
5114
|
-
return p(), P(
|
|
5101
|
+
const i = u("NInput"), c = u("NFormItem"), m = u("NForm"), f = u("NButton"), g = u("NGi"), w = u("NGrid");
|
|
5102
|
+
return p(), P(w, {
|
|
5115
5103
|
"x-gap": "15",
|
|
5116
5104
|
"y-gap": "15",
|
|
5117
5105
|
cols: 2
|
|
@@ -5317,7 +5305,7 @@ function ws(e) {
|
|
|
5317
5305
|
});
|
|
5318
5306
|
});
|
|
5319
5307
|
}
|
|
5320
|
-
const ks =
|
|
5308
|
+
const ks = Z({
|
|
5321
5309
|
name: "OcReport",
|
|
5322
5310
|
components: {
|
|
5323
5311
|
NFlex: be,
|
|
@@ -5358,7 +5346,7 @@ const ks = X({
|
|
|
5358
5346
|
fixed: "right",
|
|
5359
5347
|
width: 120,
|
|
5360
5348
|
render(m) {
|
|
5361
|
-
return
|
|
5349
|
+
return Be([
|
|
5362
5350
|
{
|
|
5363
5351
|
type: "custom",
|
|
5364
5352
|
onClick: () => {
|
|
@@ -5423,7 +5411,7 @@ function Ns(e, o, a, s, n, d) {
|
|
|
5423
5411
|
}),
|
|
5424
5412
|
r(c, {
|
|
5425
5413
|
value: e.range,
|
|
5426
|
-
"onUpdate:value": o[0] || (o[0] = (
|
|
5414
|
+
"onUpdate:value": o[0] || (o[0] = (w) => e.range = w),
|
|
5427
5415
|
type: "daterange",
|
|
5428
5416
|
"is-date-disabled": e.isRangeDateDisabled,
|
|
5429
5417
|
style: { width: "300px" }
|
|
@@ -5467,9 +5455,9 @@ function Ht(e, o = 1e3) {
|
|
|
5467
5455
|
}
|
|
5468
5456
|
function Di(e, o = 1e3) {
|
|
5469
5457
|
const a = C(e), s = Qt(
|
|
5470
|
-
() =>
|
|
5458
|
+
() => Ba((...n) => a.value([...n]), o)
|
|
5471
5459
|
);
|
|
5472
|
-
return
|
|
5460
|
+
return Zt(() => {
|
|
5473
5461
|
s.value.cancel();
|
|
5474
5462
|
}), {
|
|
5475
5463
|
run: s.value,
|
|
@@ -5479,52 +5467,52 @@ function Di(e, o = 1e3) {
|
|
|
5479
5467
|
}
|
|
5480
5468
|
function zi(e, o) {
|
|
5481
5469
|
return [C(pe(e, o == null ? void 0 : o.defaultValue)), (d) => {
|
|
5482
|
-
typeof d > "u" ?
|
|
5470
|
+
typeof d > "u" ? Ye(e) : ye(e, d, (o == null ? void 0 : o.expired) || "1 Day");
|
|
5483
5471
|
}];
|
|
5484
5472
|
}
|
|
5485
5473
|
function Ai(e, o, a) {
|
|
5486
|
-
const s = `useQuery-${e}`, n = C(), d = C(), i = C(), c = C(!1), m = C("idle"), f = C(), g = C(0),
|
|
5474
|
+
const s = `useQuery-${e}`, n = C(), d = C(), i = C(), c = C(!1), m = C("idle"), f = C(), g = C(0), w = C(0), y = async () => {
|
|
5487
5475
|
if (!c.value) {
|
|
5488
5476
|
T(!0, "loading");
|
|
5489
5477
|
try {
|
|
5490
|
-
let
|
|
5478
|
+
let B;
|
|
5491
5479
|
if (Array.isArray(o))
|
|
5492
|
-
|
|
5493
|
-
n.value =
|
|
5480
|
+
B = await new Promise((S, v) => {
|
|
5481
|
+
n.value = v, Promise.all(o.map((t) => t.call(null))).then((t) => {
|
|
5494
5482
|
S(t);
|
|
5495
5483
|
}).catch((t) => {
|
|
5496
|
-
|
|
5484
|
+
v(t);
|
|
5497
5485
|
});
|
|
5498
5486
|
});
|
|
5499
5487
|
else {
|
|
5500
|
-
const F = new Promise((S,
|
|
5501
|
-
n.value =
|
|
5488
|
+
const F = new Promise((S, v) => {
|
|
5489
|
+
n.value = v;
|
|
5502
5490
|
});
|
|
5503
|
-
|
|
5491
|
+
B = await Promise.race([F, o()]);
|
|
5504
5492
|
}
|
|
5505
|
-
T(!1, "success"), I(
|
|
5506
|
-
} catch (
|
|
5507
|
-
$(
|
|
5493
|
+
T(!1, "success"), I(B), ye(s, B, 0);
|
|
5494
|
+
} catch (B) {
|
|
5495
|
+
$(B), T(!1, "error"), g.value > 0 && (g.value = g.value - 1, setTimeout(() => {
|
|
5508
5496
|
y();
|
|
5509
|
-
},
|
|
5497
|
+
}, w.value));
|
|
5510
5498
|
}
|
|
5511
5499
|
}
|
|
5512
5500
|
}, { run: N } = Ht(
|
|
5513
5501
|
y,
|
|
5514
5502
|
a != null && a.pollingInterval ? a.pollingInterval - 100 > 0 ? a.pollingInterval - 100 : 0 : 300
|
|
5515
|
-
), I = (
|
|
5516
|
-
if (
|
|
5517
|
-
let F =
|
|
5518
|
-
a != null && a.formatResult && (F = a.formatResult(
|
|
5503
|
+
), I = (B) => {
|
|
5504
|
+
if (B) {
|
|
5505
|
+
let F = B;
|
|
5506
|
+
a != null && a.formatResult && (F = a.formatResult(B)), d.value = F;
|
|
5519
5507
|
}
|
|
5520
|
-
}, T = (
|
|
5521
|
-
c.value =
|
|
5522
|
-
}, $ = (
|
|
5523
|
-
f.value =
|
|
5524
|
-
},
|
|
5508
|
+
}, T = (B, F) => {
|
|
5509
|
+
c.value = B, F && (m.value = F);
|
|
5510
|
+
}, $ = (B) => {
|
|
5511
|
+
f.value = B;
|
|
5512
|
+
}, V = () => {
|
|
5525
5513
|
mr(), n.value && n.value();
|
|
5526
5514
|
}, j = () => {
|
|
5527
|
-
|
|
5515
|
+
V(), y(), a != null && a.pollingInterval && (O(), i.value = setInterval(
|
|
5528
5516
|
() => {
|
|
5529
5517
|
N();
|
|
5530
5518
|
},
|
|
@@ -5533,10 +5521,10 @@ function Ai(e, o, a) {
|
|
|
5533
5521
|
}, O = () => {
|
|
5534
5522
|
i.value && clearInterval(i.value);
|
|
5535
5523
|
};
|
|
5536
|
-
if (a != null && a.retry && a.pollingInterval === void 0 && (g.value = a.retry.retryCount || 3,
|
|
5524
|
+
if (a != null && a.retry && a.pollingInterval === void 0 && (g.value = a.retry.retryCount || 3, w.value = a.retry.retryInterval || 1e3 * 2 ** 3), a != null && a.initialData && I(a.initialData()), a === void 0 || a.initialData === void 0 || a.cache === void 0 || a.cache === !0)
|
|
5537
5525
|
try {
|
|
5538
|
-
const
|
|
5539
|
-
|
|
5526
|
+
const B = pe(s, !1);
|
|
5527
|
+
B && I(B);
|
|
5540
5528
|
} catch {
|
|
5541
5529
|
I(!1);
|
|
5542
5530
|
}
|
|
@@ -5553,11 +5541,11 @@ function Ai(e, o, a) {
|
|
|
5553
5541
|
loading: c,
|
|
5554
5542
|
error: f,
|
|
5555
5543
|
stopPollingInterval: O,
|
|
5556
|
-
cancel:
|
|
5544
|
+
cancel: V,
|
|
5557
5545
|
refetch: j
|
|
5558
5546
|
};
|
|
5559
5547
|
}
|
|
5560
|
-
const $s =
|
|
5548
|
+
const $s = Z({
|
|
5561
5549
|
name: "OcScan",
|
|
5562
5550
|
components: {
|
|
5563
5551
|
NButton: te,
|
|
@@ -5565,13 +5553,13 @@ const $s = X({
|
|
|
5565
5553
|
NCard: No,
|
|
5566
5554
|
NFlex: be,
|
|
5567
5555
|
NIcon: fe,
|
|
5568
|
-
IconDismiss:
|
|
5556
|
+
IconDismiss: _e
|
|
5569
5557
|
},
|
|
5570
5558
|
emits: ["on-update:value"],
|
|
5571
5559
|
setup(e, { emit: o }) {
|
|
5572
5560
|
const a = C(), s = C(), n = C(!1), d = C(!1), i = ze(), c = 1280, m = 720;
|
|
5573
5561
|
let f = null, g = null;
|
|
5574
|
-
const
|
|
5562
|
+
const w = (F, S) => {
|
|
5575
5563
|
f.beginPath(), f.moveTo(F.x, F.y), f.lineTo(S.x, S.y), f.lineWidth = 2, f.strokeStyle = "green", f.stroke();
|
|
5576
5564
|
}, y = () => {
|
|
5577
5565
|
d.value && requestAnimationFrame(N);
|
|
@@ -5582,8 +5570,8 @@ const $s = X({
|
|
|
5582
5570
|
try {
|
|
5583
5571
|
const S = Fa(F.data, c, m);
|
|
5584
5572
|
if (S) {
|
|
5585
|
-
const { location:
|
|
5586
|
-
v
|
|
5573
|
+
const { location: v, data: t } = S;
|
|
5574
|
+
w(v.topLeftCorner, v.topRightCorner), w(v.topRightCorner, v.bottomRightCorner), w(v.bottomRightCorner, v.bottomLeftCorner), w(v.bottomLeftCorner, v.topLeftCorner), o("on-update:value", t), I();
|
|
5587
5575
|
}
|
|
5588
5576
|
} catch {
|
|
5589
5577
|
d.value = !1, i.error({
|
|
@@ -5599,7 +5587,7 @@ const $s = X({
|
|
|
5599
5587
|
a.value.srcObject !== void 0 ? a.value.srcObject = F : window.videoEl.mozSrcObject !== void 0 ? a.value.mozSrcObject = F : window.URL.createObjectURL ? a.value.src = window.URL.createObjectURL(F) : window.webkitURL ? a.value.src = window.webkitURL.createObjectURL(F) : a.value.src = F, a.value.play().then(y);
|
|
5600
5588
|
}, $ = () => {
|
|
5601
5589
|
var F, S;
|
|
5602
|
-
(F = s.value) == null || F.focus(), (S = s.value) == null || S.select(), n.value = !0,
|
|
5590
|
+
(F = s.value) == null || F.focus(), (S = s.value) == null || S.select(), n.value = !0, Xt(() => {
|
|
5603
5591
|
navigator.mediaDevices && navigator.mediaDevices.getUserMedia ? (d.value = !0, g = document.getElementById("oc-scan-canvas"), g && (f = g.getContext("2d", { willReadFrequently: !0 })), navigator.mediaDevices.getUserMedia({ video: !0 }).then(T).catch(() => {
|
|
5604
5592
|
d.value = !1, i.error({
|
|
5605
5593
|
content: "未获取到摄像头权限,请确认赋予相关权限",
|
|
@@ -5611,18 +5599,18 @@ const $s = X({
|
|
|
5611
5599
|
}));
|
|
5612
5600
|
});
|
|
5613
5601
|
};
|
|
5614
|
-
let
|
|
5602
|
+
let V = "", j = 0;
|
|
5615
5603
|
const { run: O } = Ht(() => {
|
|
5616
|
-
|
|
5604
|
+
V && o("on-update:value", V), V = "", j = 0;
|
|
5617
5605
|
}, 300);
|
|
5618
|
-
function
|
|
5606
|
+
function B(F) {
|
|
5619
5607
|
let S = (/* @__PURE__ */ new Date()).getTime();
|
|
5620
|
-
S - j <= 50 ? O() :
|
|
5608
|
+
S - j <= 50 ? O() : V = "", j = S, V += F.key;
|
|
5621
5609
|
}
|
|
5622
5610
|
return Ie(() => {
|
|
5623
|
-
window.addEventListener("keypress",
|
|
5611
|
+
window.addEventListener("keypress", B);
|
|
5624
5612
|
}), ro(() => {
|
|
5625
|
-
window.removeEventListener("keypress",
|
|
5613
|
+
window.removeEventListener("keypress", B), I();
|
|
5626
5614
|
}), {
|
|
5627
5615
|
videoRef: a,
|
|
5628
5616
|
inputRef: s,
|
|
@@ -5641,7 +5629,7 @@ const $s = X({
|
|
|
5641
5629
|
class: "oc-scan-input"
|
|
5642
5630
|
};
|
|
5643
5631
|
function Is(e, o, a, s, n, d) {
|
|
5644
|
-
const i = u("NButton"), c = u("IconDismiss"), m = u("NIcon"), f = u("NFlex"), g = u("NCard"),
|
|
5632
|
+
const i = u("NButton"), c = u("IconDismiss"), m = u("NIcon"), f = u("NFlex"), g = u("NCard"), w = u("NModal");
|
|
5645
5633
|
return p(), z(ie, null, [
|
|
5646
5634
|
r(i, {
|
|
5647
5635
|
type: "primary",
|
|
@@ -5653,7 +5641,7 @@ function Is(e, o, a, s, n, d) {
|
|
|
5653
5641
|
]),
|
|
5654
5642
|
_: 1
|
|
5655
5643
|
}, 8, ["loading", "onClick"]),
|
|
5656
|
-
r(
|
|
5644
|
+
r(w, {
|
|
5657
5645
|
show: e.modal,
|
|
5658
5646
|
"onUpdate:show": o[0] || (o[0] = (y) => e.modal = y),
|
|
5659
5647
|
"on-mask-click": e.closeAll
|
|
@@ -5704,7 +5692,7 @@ function Is(e, o, a, s, n, d) {
|
|
|
5704
5692
|
h("input", Ps, null, 512)
|
|
5705
5693
|
], 64);
|
|
5706
5694
|
}
|
|
5707
|
-
const Ds = /* @__PURE__ */ L($s, [["render", Is]]), zs =
|
|
5695
|
+
const Ds = /* @__PURE__ */ L($s, [["render", Is]]), zs = Z({
|
|
5708
5696
|
name: "OcTimePickRange",
|
|
5709
5697
|
components: {
|
|
5710
5698
|
NInputGroup: So,
|
|
@@ -5774,14 +5762,14 @@ function As(e, o, a, s, n, d) {
|
|
|
5774
5762
|
_: 1
|
|
5775
5763
|
});
|
|
5776
5764
|
}
|
|
5777
|
-
const Ms = /* @__PURE__ */ L(zs, [["render", As]]),
|
|
5765
|
+
const Ms = /* @__PURE__ */ L(zs, [["render", As]]), Vs = Z({
|
|
5778
5766
|
name: "OcSearchBarItem",
|
|
5779
5767
|
components: {
|
|
5780
5768
|
NIcon: fe,
|
|
5781
5769
|
NButton: te,
|
|
5782
|
-
NGrid:
|
|
5770
|
+
NGrid: qe,
|
|
5783
5771
|
NGridItem: ba,
|
|
5784
|
-
NInput:
|
|
5772
|
+
NInput: Xe,
|
|
5785
5773
|
NInputNumber: dt,
|
|
5786
5774
|
NSelect: ut,
|
|
5787
5775
|
NTooltip: Me,
|
|
@@ -5807,20 +5795,20 @@ const Ms = /* @__PURE__ */ L(zs, [["render", As]]), Bs = X({
|
|
|
5807
5795
|
}
|
|
5808
5796
|
},
|
|
5809
5797
|
setup(e, { expose: o, slots: a }) {
|
|
5810
|
-
const { t: s } = $e(), n = C(!!a.header), d = C({}), i = C(!0), c = C(!1), m = C(0), f = C({}), g = C({}),
|
|
5798
|
+
const { t: s } = $e(), n = C(!!a.header), d = C({}), i = C(!0), c = C(!1), m = C(0), f = C({}), g = C({}), w = C([
|
|
5811
5799
|
{
|
|
5812
5800
|
key: "label"
|
|
5813
5801
|
}
|
|
5814
|
-
]), y = (O,
|
|
5802
|
+
]), y = (O, B) => O.fallbackOption ? typeof O.fallbackOption == "boolean" ? JSON.stringify(g.value[B]) === JSON.stringify([""]) ? () => ({
|
|
5815
5803
|
label: s("Common.message.all"),
|
|
5816
5804
|
value: "",
|
|
5817
5805
|
disabled: !0
|
|
5818
5806
|
}) : () => ({
|
|
5819
5807
|
label: "匹配失败",
|
|
5820
5808
|
value: "匹配失败"
|
|
5821
|
-
}) : O.fallbackOption : !1, N = (O,
|
|
5809
|
+
}) : O.fallbackOption : !1, N = (O, B, F) => {
|
|
5822
5810
|
const S = F.options.filter(
|
|
5823
|
-
(
|
|
5811
|
+
(v) => String(v.label).toLocaleLowerCase().indexOf(String(B).toLocaleLowerCase()) > -1
|
|
5824
5812
|
) || [];
|
|
5825
5813
|
f.value[O].options = S, S.length === 0 ? f.value[O].display = !1 : f.value[O].display = !0;
|
|
5826
5814
|
}, I = (O) => {
|
|
@@ -5833,34 +5821,34 @@ const Ms = /* @__PURE__ */ L(zs, [["render", As]]), Bs = X({
|
|
|
5833
5821
|
options: G.options
|
|
5834
5822
|
}), G.type === "select" && G.fallbackOption && G.multiple && g.value[D] && g.value[D].length === 0 && (g.value[D] = [""]), G.type === "group" && (g.value[D] || (g.value[D] = G.options[0].value), G.inputTemp = G.input.options[g.value[D] ? g.value[D] : G.options[0].value], ((ae = G.inputTemp) == null ? void 0 : ae.type) === "select" && ((M = G.inputTemp) != null && M.fallbackOption) && ((Q = G.inputTemp) != null && Q.multiple) && g.value[G.input.key].length === 0 && (g.value[G.input.key] = [""]));
|
|
5835
5823
|
});
|
|
5836
|
-
let
|
|
5824
|
+
let B = 0;
|
|
5837
5825
|
const F = e.small ? 1 : e.cols, S = Object.keys(O);
|
|
5838
5826
|
if (Object.keys(O).length > 0)
|
|
5839
5827
|
for (let D = 0; D <= F; D++)
|
|
5840
|
-
(t = O[S[D]]) != null && t.show && (
|
|
5841
|
-
let
|
|
5842
|
-
n.value && (
|
|
5828
|
+
(t = O[S[D]]) != null && t.show && (B = B + 1);
|
|
5829
|
+
let v = F - B >= 0 ? F - B - 1 : -1;
|
|
5830
|
+
n.value && (v = v - 1, B = B + 1), m.value = v, B > F ? c.value = !0 : c.value = !1, e.small && (i.value = !1, c.value = !1), d.value = O;
|
|
5843
5831
|
}, T = (O) => {
|
|
5844
5832
|
f.value[O].options.length === 0 ? f.value[O].display = !1 : f.value[O].display = !0;
|
|
5845
5833
|
}, $ = () => {
|
|
5846
5834
|
i.value = !i.value;
|
|
5847
|
-
},
|
|
5835
|
+
}, V = () => {
|
|
5848
5836
|
const O = JSON.stringify(
|
|
5849
5837
|
g.value,
|
|
5850
|
-
(
|
|
5838
|
+
(B, F) => F === void 0 ? null : Array.isArray(F) ? F.filter((S) => S !== "") : F
|
|
5851
5839
|
);
|
|
5852
5840
|
return JSON.parse(O);
|
|
5853
5841
|
}, j = (O) => {
|
|
5854
5842
|
O && (g.value = O);
|
|
5855
5843
|
};
|
|
5856
|
-
return o({ getValues:
|
|
5844
|
+
return o({ getValues: V, setValues: j, dataFactory: I }), {
|
|
5857
5845
|
more: c,
|
|
5858
5846
|
offset: m,
|
|
5859
5847
|
dataList: d,
|
|
5860
5848
|
collapsed: i,
|
|
5861
5849
|
searchData: g,
|
|
5862
5850
|
dropDisplay: f,
|
|
5863
|
-
columnsPopover:
|
|
5851
|
+
columnsPopover: w,
|
|
5864
5852
|
isSlotHeader: n,
|
|
5865
5853
|
showMore: $,
|
|
5866
5854
|
setValues: j,
|
|
@@ -5870,13 +5858,13 @@ const Ms = /* @__PURE__ */ L(zs, [["render", As]]), Bs = X({
|
|
|
5870
5858
|
selectFallback: y
|
|
5871
5859
|
};
|
|
5872
5860
|
}
|
|
5873
|
-
}),
|
|
5861
|
+
}), Bs = { class: "oc-search-bar-line" }, Fs = { class: "oc-search-bar-title" }, Rs = {
|
|
5874
5862
|
key: 0,
|
|
5875
5863
|
class: "oc-search-action-more"
|
|
5876
5864
|
};
|
|
5877
5865
|
function Ls(e, o, a, s, n, d) {
|
|
5878
|
-
const i = u("NGridItem"), c = u("NInputGroupLabel"), m = u("NInput"), f = u("NInputNumber"), g = u("NSelect"),
|
|
5879
|
-
return p(), z("div",
|
|
5866
|
+
const i = u("NGridItem"), c = u("NInputGroupLabel"), m = u("NInput"), f = u("NInputNumber"), g = u("NSelect"), w = u("NDataTable"), y = u("NPopover"), N = u("NCascader"), I = u("NTreeSelect"), T = u("OcTimePickRange"), $ = u("NDatePicker"), V = u("NInputGroup"), j = u("NGrid"), O = u("IconArrowDown"), B = u("NIcon"), F = u("IconArrowUp"), S = u("NButton"), v = u("NTooltip");
|
|
5867
|
+
return p(), z("div", Bs, [
|
|
5880
5868
|
r(j, {
|
|
5881
5869
|
"x-gap": "15",
|
|
5882
5870
|
"y-gap": "15",
|
|
@@ -5907,7 +5895,7 @@ function Ls(e, o, a, s, n, d) {
|
|
|
5907
5895
|
span: t.show ? e.small ? 1 : t.span ? t.span : `${e.cols} s:2 l:1` : 0
|
|
5908
5896
|
}, {
|
|
5909
5897
|
default: l(() => [
|
|
5910
|
-
t.type !== "group" ? (p(), P(
|
|
5898
|
+
t.type !== "group" ? (p(), P(V, { key: 0 }, {
|
|
5911
5899
|
default: l(() => {
|
|
5912
5900
|
var ae;
|
|
5913
5901
|
return [
|
|
@@ -5974,7 +5962,7 @@ function Ls(e, o, a, s, n, d) {
|
|
|
5974
5962
|
"on-update:value": (M) => {
|
|
5975
5963
|
let Q = M, Ce = M;
|
|
5976
5964
|
if (t.multiple) {
|
|
5977
|
-
let he = M.filter((
|
|
5965
|
+
let he = M.filter((q) => q !== "");
|
|
5978
5966
|
he.length === 0 ? (Q = [""], Ce = []) : (Q = he, Ce = he);
|
|
5979
5967
|
}
|
|
5980
5968
|
t.updateValue ? t.updateValue(
|
|
@@ -6015,7 +6003,7 @@ function Ls(e, o, a, s, n, d) {
|
|
|
6015
6003
|
default: l(() => {
|
|
6016
6004
|
var M;
|
|
6017
6005
|
return [
|
|
6018
|
-
r(
|
|
6006
|
+
r(w, {
|
|
6019
6007
|
columns: e.columnsPopover,
|
|
6020
6008
|
data: ((M = e.dropDisplay[D]) == null ? void 0 : M.options) || [],
|
|
6021
6009
|
"max-height": 300,
|
|
@@ -6115,9 +6103,9 @@ function Ls(e, o, a, s, n, d) {
|
|
|
6115
6103
|
}),
|
|
6116
6104
|
_: 2
|
|
6117
6105
|
}, 1024)) : A("", !0),
|
|
6118
|
-
t.type === "group" ? (p(), P(
|
|
6106
|
+
t.type === "group" ? (p(), P(V, { key: 1 }, {
|
|
6119
6107
|
default: l(() => {
|
|
6120
|
-
var ae, M, Q, Ce, he,
|
|
6108
|
+
var ae, M, Q, Ce, he, q, U, J, ge, ne, b, x, le, X, se, ve, ee, W, re, oe, ce, ue, xe, Ho, Go, Jo, Wo, Ko, Qo, Zo, Xo, Yo, xo;
|
|
6121
6109
|
return [
|
|
6122
6110
|
r(g, {
|
|
6123
6111
|
value: e.searchData[D],
|
|
@@ -6133,13 +6121,13 @@ function Ls(e, o, a, s, n, d) {
|
|
|
6133
6121
|
),
|
|
6134
6122
|
"on-update:value": (K) => {
|
|
6135
6123
|
if (t.inputTemp = t.input.options[K], t.inputTemp.type === "datePicker") {
|
|
6136
|
-
let
|
|
6137
|
-
(t.inputTemp.dateType.indexOf("date") > -1 || t.inputTemp.dateType.indexOf("quarter") > -1 || t.inputTemp.dateType.indexOf("week") > -1) && (
|
|
6124
|
+
let Y = 0;
|
|
6125
|
+
(t.inputTemp.dateType.indexOf("date") > -1 || t.inputTemp.dateType.indexOf("quarter") > -1 || t.inputTemp.dateType.indexOf("week") > -1) && (Y = e.getDefaultDate()), t.inputTemp.dateType.indexOf("month") > -1 && (Y = e.getDefaultDate(void 0, void 0, 1)), t.inputTemp.dateType.indexOf("year") > -1 && (Y = e.getDefaultDate(void 0, 1, 1)), t.inputTemp.dateType.indexOf("range") > -1 && (Y = [Y, Y]), e.searchData[t.input.key] = Y;
|
|
6138
6126
|
} else t.inputTemp.type === "number" ? e.searchData[t.input.key] = null : t.inputTemp.type === "select" && t.inputTemp.fallbackOption && t.inputTemp.multiple ? e.searchData[t.input.key] = [""] : e.searchData[t.input.key] = "";
|
|
6139
6127
|
t.updateValue ? t.updateValue(
|
|
6140
6128
|
K,
|
|
6141
6129
|
JSON.parse(JSON.stringify(e.searchData)),
|
|
6142
|
-
(
|
|
6130
|
+
(Y) => e.setValues(Y)
|
|
6143
6131
|
) : e.searchData[D] = K;
|
|
6144
6132
|
},
|
|
6145
6133
|
class: "oc-group-select",
|
|
@@ -6150,10 +6138,10 @@ function Ls(e, o, a, s, n, d) {
|
|
|
6150
6138
|
value: e.searchData[t.input.key],
|
|
6151
6139
|
"onUpdate:value": (K) => e.searchData[t.input.key] = K,
|
|
6152
6140
|
disabled: (M = t.inputTemp) == null ? void 0 : M.disabled,
|
|
6153
|
-
placeholder: typeof ((Q = t.inputTemp) == null ? void 0 : Q.placeholder) == "string" ? (Ce = t.inputTemp) == null ? void 0 : Ce.placeholder : ((he = t.inputTemp) == null ? void 0 : he.placeholder) && ((
|
|
6141
|
+
placeholder: typeof ((Q = t.inputTemp) == null ? void 0 : Q.placeholder) == "string" ? (Ce = t.inputTemp) == null ? void 0 : Ce.placeholder : ((he = t.inputTemp) == null ? void 0 : he.placeholder) && ((q = t.inputTemp) == null ? void 0 : q.placeholder()),
|
|
6154
6142
|
"on-update:value": (K) => {
|
|
6155
|
-
var
|
|
6156
|
-
(
|
|
6143
|
+
var Y;
|
|
6144
|
+
(Y = t.inputTemp) != null && Y.updateValue ? t.inputTemp.updateValue(
|
|
6157
6145
|
K.trim(),
|
|
6158
6146
|
JSON.parse(JSON.stringify(e.searchData)),
|
|
6159
6147
|
(Te) => e.setValues(Te)
|
|
@@ -6167,16 +6155,16 @@ function Ls(e, o, a, s, n, d) {
|
|
|
6167
6155
|
value: e.searchData[t.input.key],
|
|
6168
6156
|
"onUpdate:value": (K) => e.searchData[t.input.key] = K,
|
|
6169
6157
|
disabled: (J = t.inputTemp) == null ? void 0 : J.disabled,
|
|
6170
|
-
placeholder: typeof ((ge = t.inputTemp) == null ? void 0 : ge.placeholder) == "string" ? (ne = t.inputTemp) == null ? void 0 : ne.placeholder : ((
|
|
6158
|
+
placeholder: typeof ((ge = t.inputTemp) == null ? void 0 : ge.placeholder) == "string" ? (ne = t.inputTemp) == null ? void 0 : ne.placeholder : ((b = t.inputTemp) == null ? void 0 : b.placeholder) && ((x = t.inputTemp) == null ? void 0 : x.placeholder()),
|
|
6171
6159
|
min: (le = t.inputTemp) == null ? void 0 : le.min,
|
|
6172
|
-
max: (
|
|
6160
|
+
max: (X = t.inputTemp) == null ? void 0 : X.max,
|
|
6173
6161
|
step: ((se = t.inputTemp) == null ? void 0 : se.step) || 1,
|
|
6174
6162
|
"show-button": ((ve = t.inputTemp) == null ? void 0 : ve.showButton) || !0,
|
|
6175
6163
|
"update-value-on-input": !1,
|
|
6176
6164
|
validator: (ee = t.inputTemp) == null ? void 0 : ee.validator,
|
|
6177
6165
|
"on-update:value": (K) => {
|
|
6178
|
-
var
|
|
6179
|
-
(
|
|
6166
|
+
var Y;
|
|
6167
|
+
(Y = t.inputTemp) != null && Y.updateValue ? t.inputTemp.updateValue(
|
|
6180
6168
|
K,
|
|
6181
6169
|
JSON.parse(JSON.stringify(e.searchData)),
|
|
6182
6170
|
(Te) => e.setValues(Te)
|
|
@@ -6208,8 +6196,8 @@ function Ls(e, o, a, s, n, d) {
|
|
|
6208
6196
|
shortcuts: (Wo = t.inputTemp) == null ? void 0 : Wo.shortcuts,
|
|
6209
6197
|
"update-value-on-close": t.inputTemp.dateType !== "year",
|
|
6210
6198
|
"on-update:value": (K) => {
|
|
6211
|
-
var
|
|
6212
|
-
(
|
|
6199
|
+
var Y;
|
|
6200
|
+
(Y = t.inputTemp) != null && Y.updateValue ? t.inputTemp.updateValue(
|
|
6213
6201
|
K,
|
|
6214
6202
|
JSON.parse(JSON.stringify(e.searchData)),
|
|
6215
6203
|
(Te) => e.setValues(Te)
|
|
@@ -6225,22 +6213,22 @@ function Ls(e, o, a, s, n, d) {
|
|
|
6225
6213
|
"onUpdate:value": (K) => e.searchData[t.input.key] = K,
|
|
6226
6214
|
"show-checkmark": !1,
|
|
6227
6215
|
disabled: (Qo = t.inputTemp) == null ? void 0 : Qo.disabled,
|
|
6228
|
-
placeholder: typeof ((
|
|
6216
|
+
placeholder: typeof ((Zo = t.inputTemp) == null ? void 0 : Zo.placeholder) == "string" ? (Xo = t.inputTemp) == null ? void 0 : Xo.placeholder : ((Yo = t.inputTemp) == null ? void 0 : Yo.placeholder) && ((xo = t.inputTemp) == null ? void 0 : xo.placeholder()),
|
|
6229
6217
|
options: t.inputTemp.options,
|
|
6230
6218
|
multiple: t.inputTemp.multiple,
|
|
6231
6219
|
"fallback-option": e.selectFallback(t.inputTemp, t.input.key),
|
|
6232
6220
|
"on-update:value": (K) => {
|
|
6233
6221
|
var et, ot, tt;
|
|
6234
|
-
let
|
|
6222
|
+
let Y = K, Te = K;
|
|
6235
6223
|
if (((et = t.inputTemp) == null ? void 0 : et.type) === "select" && ((ot = t.inputTemp) != null && ot.multiple)) {
|
|
6236
6224
|
let Ge = K.filter((Jt) => Jt !== "");
|
|
6237
|
-
Ge.length === 0 ? (
|
|
6225
|
+
Ge.length === 0 ? (Y = [""], Te = []) : (Y = Ge, Te = Ge);
|
|
6238
6226
|
}
|
|
6239
6227
|
(tt = t.inputTemp) != null && tt.updateValue ? t.inputTemp.updateValue(
|
|
6240
6228
|
Te,
|
|
6241
6229
|
JSON.parse(JSON.stringify(e.searchData)),
|
|
6242
6230
|
(Ge) => e.setValues(Ge)
|
|
6243
|
-
) : e.searchData[t.input.key] =
|
|
6231
|
+
) : e.searchData[t.input.key] = Y;
|
|
6244
6232
|
},
|
|
6245
6233
|
clearable: t.inputTemp.clearable ?? !0,
|
|
6246
6234
|
"max-tag-count": "responsive",
|
|
@@ -6258,16 +6246,16 @@ function Ls(e, o, a, s, n, d) {
|
|
|
6258
6246
|
_: 3
|
|
6259
6247
|
}, 8, ["cols", "collapsed"]),
|
|
6260
6248
|
e.more ? (p(), z("div", Rs, [
|
|
6261
|
-
r(
|
|
6249
|
+
r(v, { trigger: "hover" }, {
|
|
6262
6250
|
trigger: l(() => [
|
|
6263
6251
|
r(S, { onClick: e.showMore }, {
|
|
6264
6252
|
icon: l(() => [
|
|
6265
|
-
e.collapsed ? (p(), P(
|
|
6253
|
+
e.collapsed ? (p(), P(B, { key: 0 }, {
|
|
6266
6254
|
default: l(() => [
|
|
6267
6255
|
r(O)
|
|
6268
6256
|
]),
|
|
6269
6257
|
_: 1
|
|
6270
|
-
})) : (p(), P(
|
|
6258
|
+
})) : (p(), P(B, { key: 1 }, {
|
|
6271
6259
|
default: l(() => [
|
|
6272
6260
|
r(F)
|
|
6273
6261
|
]),
|
|
@@ -6285,7 +6273,7 @@ function Ls(e, o, a, s, n, d) {
|
|
|
6285
6273
|
])) : A("", !0)
|
|
6286
6274
|
]);
|
|
6287
6275
|
}
|
|
6288
|
-
const Us = /* @__PURE__ */ L(
|
|
6276
|
+
const Us = /* @__PURE__ */ L(Vs, [["render", Ls]]), _s = Z({
|
|
6289
6277
|
name: "OcSearchBarPop",
|
|
6290
6278
|
props: {
|
|
6291
6279
|
value: {
|
|
@@ -6302,9 +6290,9 @@ const Us = /* @__PURE__ */ L(Bs, [["render", Ls]]), qs = X({
|
|
|
6302
6290
|
}
|
|
6303
6291
|
};
|
|
6304
6292
|
}
|
|
6305
|
-
}),
|
|
6293
|
+
}), qs = { class: "oc-search-bar-pop" }, Es = { class: "oc-search-bar-pop-plan" }, js = { class: "oc-search-bar-pop-action" }, Hs = { class: "oc-search-bar-pop-content" };
|
|
6306
6294
|
function Gs(e, o, a, s, n, d) {
|
|
6307
|
-
return Le((p(), z("div",
|
|
6295
|
+
return Le((p(), z("div", qs, [
|
|
6308
6296
|
h("div", {
|
|
6309
6297
|
class: "oc-search-bar-pop-mask",
|
|
6310
6298
|
onClick: o[0] || (o[0] = (...i) => e.close && e.close(...i))
|
|
@@ -6321,7 +6309,7 @@ function Gs(e, o, a, s, n, d) {
|
|
|
6321
6309
|
[Ue, e.value]
|
|
6322
6310
|
]);
|
|
6323
6311
|
}
|
|
6324
|
-
const Js = /* @__PURE__ */ L(
|
|
6312
|
+
const Js = /* @__PURE__ */ L(_s, [["render", Gs]]), Ws = Z({
|
|
6325
6313
|
name: "OcSearchBar",
|
|
6326
6314
|
components: {
|
|
6327
6315
|
NFlex: be,
|
|
@@ -6379,22 +6367,22 @@ const Js = /* @__PURE__ */ L(qs, [["render", Gs]]), Ws = X({
|
|
|
6379
6367
|
},
|
|
6380
6368
|
emits: ["update:loading", "on-update:value"],
|
|
6381
6369
|
setup(e, { emit: o, slots: a, expose: s }) {
|
|
6382
|
-
const n = io(), d = je(), i = C(), c = C({}), m = C(!1), f = C(!!a.header), g = C(!!a.action),
|
|
6370
|
+
const n = io(), d = je(), i = C(), c = C({}), m = C(!1), f = C(!!a.header), g = C(!!a.action), w = (T = !1) => {
|
|
6383
6371
|
if (!e.loading && i.value) {
|
|
6384
6372
|
const $ = i.value.getValues();
|
|
6385
6373
|
if (!T && $.query && ($.query.page = 1), o("update:loading", !0), o("on-update:value", $), e.cache) {
|
|
6386
|
-
const
|
|
6387
|
-
d.replace(`${
|
|
6374
|
+
const V = n.path, j = Fe($), O = Fe(V);
|
|
6375
|
+
d.replace(`${V}?cursor=${j}&routerId=${O}`);
|
|
6388
6376
|
}
|
|
6389
6377
|
}
|
|
6390
6378
|
}, y = () => {
|
|
6391
|
-
e.loading || (N(JSON.parse(JSON.stringify(e.defaultValue))),
|
|
6379
|
+
e.loading || (N(JSON.parse(JSON.stringify(e.defaultValue))), w());
|
|
6392
6380
|
}, N = (T, $ = !1) => {
|
|
6393
6381
|
if (i.value && i.value.setValues(JSON.parse(JSON.stringify(T))), I(e.data), $)
|
|
6394
6382
|
d.replace(n.path);
|
|
6395
6383
|
else if (e.cache) {
|
|
6396
|
-
const
|
|
6397
|
-
d.replace(`${
|
|
6384
|
+
const V = n.path, j = Fe(T), O = Fe(V);
|
|
6385
|
+
d.replace(`${V}?cursor=${j}&routerId=${O}`);
|
|
6398
6386
|
}
|
|
6399
6387
|
}, I = (T) => {
|
|
6400
6388
|
i.value && i.value.dataFactory(T);
|
|
@@ -6403,31 +6391,31 @@ const Js = /* @__PURE__ */ L(qs, [["render", Gs]]), Ws = X({
|
|
|
6403
6391
|
setTimeout(() => {
|
|
6404
6392
|
let T = e.value;
|
|
6405
6393
|
if (e.cache) {
|
|
6406
|
-
const { cursor: $, routerId:
|
|
6407
|
-
if ($ &&
|
|
6408
|
-
const j = n.path, O = ao(
|
|
6409
|
-
O === j && (T =
|
|
6394
|
+
const { cursor: $, routerId: V } = n.query;
|
|
6395
|
+
if ($ && V) {
|
|
6396
|
+
const j = n.path, O = ao(V), B = ao($);
|
|
6397
|
+
O === j && (T = B);
|
|
6410
6398
|
}
|
|
6411
6399
|
}
|
|
6412
|
-
i.value && (i.value.setValues(JSON.parse(JSON.stringify(T))), i.value.dataFactory(e.data)), e.autoSubmit &&
|
|
6400
|
+
i.value && (i.value.setValues(JSON.parse(JSON.stringify(T))), i.value.dataFactory(e.data)), e.autoSubmit && w(!0);
|
|
6413
6401
|
}, 100);
|
|
6414
6402
|
}), {
|
|
6415
6403
|
itemRef: i,
|
|
6416
6404
|
drawer: m,
|
|
6417
6405
|
isSlotHeader: f,
|
|
6418
6406
|
isSlotAction: g,
|
|
6419
|
-
commonStore:
|
|
6407
|
+
commonStore: _,
|
|
6420
6408
|
itemData: c,
|
|
6421
|
-
doSearch:
|
|
6409
|
+
doSearch: w,
|
|
6422
6410
|
clearAll: y
|
|
6423
6411
|
};
|
|
6424
6412
|
}
|
|
6425
6413
|
}), Ks = {
|
|
6426
6414
|
key: 1,
|
|
6427
6415
|
class: "oc-search-bar-popover"
|
|
6428
|
-
}, Qs = { key: 0 },
|
|
6429
|
-
function
|
|
6430
|
-
const i = u("OcSearchBarItem"), c = u("IconArrowDown"), m = u("NIcon"), f = u("NButton"), g = u("IconReset"),
|
|
6416
|
+
}, Qs = { key: 0 }, Zs = { class: "oc-search-bar-center" };
|
|
6417
|
+
function Xs(e, o, a, s, n, d) {
|
|
6418
|
+
const i = u("OcSearchBarItem"), c = u("IconArrowDown"), m = u("NIcon"), f = u("NButton"), g = u("IconReset"), w = u("IconSearch"), y = u("NFlex"), N = u("OcSearchBarPop"), I = u("IconFilter"), T = u("NTooltip");
|
|
6431
6419
|
return p(), z("div", {
|
|
6432
6420
|
class: at(["oc-search-bar", {
|
|
6433
6421
|
small: !e.isSlotHeader && (e.small || e.commonStore.isMobile)
|
|
@@ -6492,7 +6480,7 @@ function Ys(e, o, a, s, n, d) {
|
|
|
6492
6480
|
icon: l(() => [
|
|
6493
6481
|
r(m, null, {
|
|
6494
6482
|
default: l(() => [
|
|
6495
|
-
r(
|
|
6483
|
+
r(w)
|
|
6496
6484
|
]),
|
|
6497
6485
|
_: 1
|
|
6498
6486
|
})
|
|
@@ -6538,7 +6526,7 @@ function Ys(e, o, a, s, n, d) {
|
|
|
6538
6526
|
_: 1
|
|
6539
6527
|
})
|
|
6540
6528
|
])) : (p(), z(ie, { key: 2 }, [
|
|
6541
|
-
h("div",
|
|
6529
|
+
h("div", Zs, [
|
|
6542
6530
|
r(i, {
|
|
6543
6531
|
ref: "itemRef",
|
|
6544
6532
|
loading: e.loading,
|
|
@@ -6571,7 +6559,7 @@ function Ys(e, o, a, s, n, d) {
|
|
|
6571
6559
|
icon: l(() => [
|
|
6572
6560
|
r(m, null, {
|
|
6573
6561
|
default: l(() => [
|
|
6574
|
-
r(
|
|
6562
|
+
r(w)
|
|
6575
6563
|
]),
|
|
6576
6564
|
_: 1
|
|
6577
6565
|
})
|
|
@@ -6626,10 +6614,10 @@ function Ys(e, o, a, s, n, d) {
|
|
|
6626
6614
|
], 64))
|
|
6627
6615
|
], 34);
|
|
6628
6616
|
}
|
|
6629
|
-
const Gt = /* @__PURE__ */ L(Ws, [["render",
|
|
6617
|
+
const Gt = /* @__PURE__ */ L(Ws, [["render", Xs]]), Ys = Z({
|
|
6630
6618
|
name: "OcSkeleton",
|
|
6631
6619
|
components: {
|
|
6632
|
-
NGrid:
|
|
6620
|
+
NGrid: qe,
|
|
6633
6621
|
NGi: so,
|
|
6634
6622
|
NSkeleton: wa
|
|
6635
6623
|
},
|
|
@@ -6661,7 +6649,7 @@ function ei(e, o, a, s, n, d) {
|
|
|
6661
6649
|
(p(!0), z(ie, null, Ke(e.num, (f, g) => (p(), z(ie, {
|
|
6662
6650
|
key: `skeleton_${g}`
|
|
6663
6651
|
}, [
|
|
6664
|
-
(p(!0), z(ie, null, Ke(e.num[g][0], (
|
|
6652
|
+
(p(!0), z(ie, null, Ke(e.num[g][0], (w, y) => (p(), P(c, {
|
|
6665
6653
|
key: `skeleton_${g}_${y}`,
|
|
6666
6654
|
span: `${e.cols / 2} m:2 l:${e.num[g][1]}`
|
|
6667
6655
|
}, {
|
|
@@ -6676,7 +6664,7 @@ function ei(e, o, a, s, n, d) {
|
|
|
6676
6664
|
}, 8, ["cols"])
|
|
6677
6665
|
]);
|
|
6678
6666
|
}
|
|
6679
|
-
const oi = /* @__PURE__ */ L(
|
|
6667
|
+
const oi = /* @__PURE__ */ L(Ys, [["render", ei]]), ti = Z({
|
|
6680
6668
|
name: "OcTable",
|
|
6681
6669
|
components: {
|
|
6682
6670
|
NDataTable: Ee,
|
|
@@ -6785,96 +6773,102 @@ const oi = /* @__PURE__ */ L(Zs, [["render", ei]]), ti = X({
|
|
|
6785
6773
|
exporter: {
|
|
6786
6774
|
type: Object,
|
|
6787
6775
|
default: void 0
|
|
6776
|
+
},
|
|
6777
|
+
exporterFn: {
|
|
6778
|
+
type: Function,
|
|
6779
|
+
default: void 0
|
|
6788
6780
|
}
|
|
6789
6781
|
},
|
|
6790
6782
|
emits: ["update:loading", "on-update:value", "on-update:filter"],
|
|
6791
6783
|
setup(e, { emit: o, expose: a, slots: s }) {
|
|
6792
|
-
const n = C(!!s.header), d = C(), { t: i } = $e(), c = io(), m = je(), f = ze(), g = C(!1),
|
|
6784
|
+
const n = C(!!s.header), d = C(), { t: i } = $e(), c = io(), m = je(), f = ze(), g = C(!1), w = C(!1), y = C(!1), N = C([]), I = C([]), T = C([]), $ = C({
|
|
6793
6785
|
query: {
|
|
6794
6786
|
page: 1
|
|
6795
6787
|
}
|
|
6796
|
-
}),
|
|
6797
|
-
g.value = !0, o("update:loading", !0),
|
|
6788
|
+
}), V = C({}), j = C({}), O = C(void 0), B = C(void 0), F = c.path, S = (b) => {
|
|
6789
|
+
g.value = !0, o("update:loading", !0), b && ($.value.query = {
|
|
6798
6790
|
...$.value.query,
|
|
6799
|
-
...
|
|
6791
|
+
...b
|
|
6800
6792
|
});
|
|
6801
6793
|
const x = Ro($.value);
|
|
6802
6794
|
e.fetch && e.fetch(x).then((le) => {
|
|
6803
|
-
const
|
|
6804
|
-
$.value.query =
|
|
6795
|
+
const X = Fo(le);
|
|
6796
|
+
$.value.query = X.query, T.value = X.records, d.value && d.value.setValues($.value), g.value = !1, o("on-update:value", de($.value)), o("update:loading", !1);
|
|
6805
6797
|
}).catch(() => {
|
|
6806
6798
|
g.value = !1, o("update:loading", !1);
|
|
6807
6799
|
});
|
|
6808
|
-
},
|
|
6809
|
-
$.value.query.page =
|
|
6810
|
-
}, t = (
|
|
6811
|
-
$.value.query.pageSize =
|
|
6812
|
-
}, D = (
|
|
6813
|
-
|
|
6814
|
-
}, G = (
|
|
6815
|
-
|
|
6816
|
-
}, ae = (
|
|
6817
|
-
|
|
6800
|
+
}, v = (b) => {
|
|
6801
|
+
$.value.query.page = b, yo(), S();
|
|
6802
|
+
}, t = (b) => {
|
|
6803
|
+
$.value.query.pageSize = b, $.value.query.page = 1, yo(), S();
|
|
6804
|
+
}, D = (b) => {
|
|
6805
|
+
b ? ($.value.query.columnKey = b.columnKey, $.value.query.order = b.order) : ($.value.query.columnKey = null, $.value.query.order = null), S();
|
|
6806
|
+
}, G = (b) => {
|
|
6807
|
+
b.pin = !b.pin, b.pin ? b.fixed = "left" : b.fixed = void 0, ne();
|
|
6808
|
+
}, ae = (b) => {
|
|
6809
|
+
b.show = !b.show, ne();
|
|
6818
6810
|
}, M = () => {
|
|
6819
|
-
const
|
|
6811
|
+
const b = [];
|
|
6820
6812
|
I.value.forEach((x) => {
|
|
6821
|
-
x.show &&
|
|
6822
|
-
}), N.value =
|
|
6823
|
-
}, Q = (
|
|
6824
|
-
if ($.value =
|
|
6813
|
+
x.show && b.push(x);
|
|
6814
|
+
}), N.value = b;
|
|
6815
|
+
}, Q = (b) => {
|
|
6816
|
+
if ($.value = b, e.cache) {
|
|
6825
6817
|
const x = Fe(F), le = Fe($.value);
|
|
6826
6818
|
m.replace(`${F}?cursor=${le}&routerId=${x}`);
|
|
6827
6819
|
}
|
|
6828
6820
|
S();
|
|
6829
|
-
}, Ce = () => {
|
|
6830
|
-
|
|
6821
|
+
}, Ce = async () => {
|
|
6822
|
+
w.value = !0;
|
|
6823
|
+
let b = {
|
|
6831
6824
|
...e.exporter,
|
|
6832
6825
|
jobParams: JSON.stringify($.value)
|
|
6833
|
-
}
|
|
6826
|
+
};
|
|
6827
|
+
e.exporterFn && (b = await e.exporterFn(b)), Lt(b).then(() => {
|
|
6834
6828
|
f.success({
|
|
6835
6829
|
content: () => i("Notice.success"),
|
|
6836
6830
|
duration: 3e3
|
|
6837
6831
|
}), setTimeout(() => {
|
|
6838
|
-
|
|
6832
|
+
w.value = !1;
|
|
6839
6833
|
}, 2e3);
|
|
6840
6834
|
}).catch(() => {
|
|
6841
|
-
|
|
6835
|
+
w.value = !1;
|
|
6842
6836
|
});
|
|
6843
|
-
}, he = (
|
|
6844
|
-
const x = de(e.columns), le = [],
|
|
6845
|
-
|
|
6846
|
-
if (!
|
|
6847
|
-
const W =
|
|
6848
|
-
W ? (ee.show = W.show, ee.hide = W.hide, ee.pin = W.pin, ee.fixed = W.fixed, se[re] = ee,
|
|
6837
|
+
}, he = (b) => {
|
|
6838
|
+
const x = de(e.columns), le = [], X = /* @__PURE__ */ new Set(), se = {};
|
|
6839
|
+
b || (b = e.filters), x.forEach((ee) => {
|
|
6840
|
+
if (!X.has(ee.key)) {
|
|
6841
|
+
const W = b == null ? void 0 : b.find((oe) => oe.key === ee.key), re = b == null ? void 0 : b.findIndex((oe) => oe.key === ee.key);
|
|
6842
|
+
W ? (ee.show = W.show, ee.hide = W.hide, ee.pin = W.pin, ee.fixed = W.fixed, se[re] = ee, X.add(ee.key)) : le.push(ee);
|
|
6849
6843
|
}
|
|
6850
6844
|
});
|
|
6851
6845
|
const ve = Object.keys(se).map((ee) => se[ee]);
|
|
6852
|
-
return
|
|
6853
|
-
},
|
|
6846
|
+
return X.clear(), [...ve, ...le];
|
|
6847
|
+
}, q = (b) => new Promise(async (x) => {
|
|
6854
6848
|
var se, ve, ee, W, re, oe, ce;
|
|
6855
|
-
const le = {},
|
|
6856
|
-
if (
|
|
6857
|
-
|
|
6849
|
+
const le = {}, X = {};
|
|
6850
|
+
if (b.search.title || (b.search.title = b.title), b.search.defaultValue !== void 0)
|
|
6851
|
+
X[b.search.key || b.key] = b.search.defaultValue;
|
|
6858
6852
|
else {
|
|
6859
|
-
if (
|
|
6853
|
+
if (b.search.type === "input" && (X[b.search.key || b.key] = ""), b.search.type === "number" && (X[b.search.key || b.key] = null), b.search.type === "dropdown" && (X[b.search.key || b.key] = null), (b.search.type === "cascader" || b.search.type === "treeSelect") && ((se = b.search) != null && se.multiple ? X[b.search.key || b.key] = [] : X[b.search.key || b.key] = null), b.search.type === "datePicker") {
|
|
6860
6854
|
let ue = 0;
|
|
6861
|
-
(
|
|
6855
|
+
(b.search.dateType.indexOf("date") > -1 || b.search.dateType.indexOf("quarter") > -1 || b.search.dateType.indexOf("week") > -1) && (ue = We()), b.search.dateType.indexOf("month") > -1 && (ue = We(void 0, void 0, 1)), b.search.dateType.indexOf("year") > -1 && (ue = We(void 0, 1, 1)), b.search.dateType.indexOf("range") > -1 && (ue = [ue, ue]), X[((ve = b.search) == null ? void 0 : ve.key) || b.key] = ue;
|
|
6862
6856
|
}
|
|
6863
|
-
|
|
6857
|
+
b.search.type === "select" && ((ee = b.search) != null && ee.multiple ? b.search.fallbackOption ? X[((W = b.search) == null ? void 0 : W.key) || b.key] = [""] : X[((re = b.search) == null ? void 0 : re.key) || b.key] = [] : X[((oe = b.search) == null ? void 0 : oe.key) || b.key] = null);
|
|
6864
6858
|
}
|
|
6865
|
-
|
|
6866
|
-
|
|
6867
|
-
}), le[((ce =
|
|
6868
|
-
value:
|
|
6859
|
+
b.search.type === "select" && typeof b.search.options == "function" && await b.search.options().then((ue) => {
|
|
6860
|
+
b.search.options = ue;
|
|
6861
|
+
}), le[((ce = b.search) == null ? void 0 : ce.key) || b.key] = b.search, x({
|
|
6862
|
+
value: X,
|
|
6869
6863
|
data: le
|
|
6870
6864
|
});
|
|
6871
|
-
}), U = async (
|
|
6872
|
-
const le = [],
|
|
6865
|
+
}), U = async (b = !1, x) => {
|
|
6866
|
+
const le = [], X = [];
|
|
6873
6867
|
let se = {}, ve = {};
|
|
6874
6868
|
const ee = he(x);
|
|
6875
6869
|
for await (const W of ee) {
|
|
6876
6870
|
if (W.search) {
|
|
6877
|
-
const { value: oe, data: ce } = await
|
|
6871
|
+
const { value: oe, data: ce } = await q(de(W));
|
|
6878
6872
|
se = { ...se, ...oe }, ve = { ...ve, ...ce };
|
|
6879
6873
|
}
|
|
6880
6874
|
if (delete W.search, W.render && typeof W.render == "string") {
|
|
@@ -6882,7 +6876,7 @@ const oi = /* @__PURE__ */ L(Zs, [["render", ei]]), ti = X({
|
|
|
6882
6876
|
W.render = (ue, xe) => ce(ue, xe, H);
|
|
6883
6877
|
}
|
|
6884
6878
|
const re = de(W);
|
|
6885
|
-
le.push(re),
|
|
6879
|
+
le.push(re), V.value = de(se), X.push({
|
|
6886
6880
|
...re,
|
|
6887
6881
|
show: (W == null ? void 0 : W.show) ?? !0,
|
|
6888
6882
|
pin: !!W.fixed
|
|
@@ -6900,12 +6894,12 @@ const oi = /* @__PURE__ */ L(Zs, [["render", ei]]), ti = X({
|
|
|
6900
6894
|
show: !0,
|
|
6901
6895
|
hide: !0,
|
|
6902
6896
|
render(oe, ce) {
|
|
6903
|
-
return
|
|
6897
|
+
return Be(W, oe, ce);
|
|
6904
6898
|
}
|
|
6905
6899
|
};
|
|
6906
|
-
le.push(re),
|
|
6900
|
+
le.push(re), X.push(re);
|
|
6907
6901
|
}
|
|
6908
|
-
if (
|
|
6902
|
+
if (b && e.cache) {
|
|
6909
6903
|
const { cursor: W, routerId: re } = c.query;
|
|
6910
6904
|
if (W && re) {
|
|
6911
6905
|
const oe = ao(re), ce = ao(W);
|
|
@@ -6923,24 +6917,24 @@ const oi = /* @__PURE__ */ L(Zs, [["render", ei]]), ti = X({
|
|
|
6923
6917
|
...$.value,
|
|
6924
6918
|
...se
|
|
6925
6919
|
};
|
|
6926
|
-
N.value = le, j.value = ve, I.value =
|
|
6927
|
-
}, J = (
|
|
6920
|
+
N.value = le, j.value = ve, I.value = X, d.value && d.value.setValues(de($.value)), d.value && d.value.setData(de(j.value));
|
|
6921
|
+
}, J = (b) => typeof b == "number" ? `${b}px` : b, ge = () => {
|
|
6928
6922
|
if (e.height) {
|
|
6929
|
-
const
|
|
6930
|
-
O.value =
|
|
6923
|
+
const b = J(e.height);
|
|
6924
|
+
O.value = b, B.value = b;
|
|
6931
6925
|
return;
|
|
6932
6926
|
}
|
|
6933
|
-
e.minHeight && (O.value = J(e.minHeight)), e.maxHeight && (
|
|
6927
|
+
e.minHeight && (O.value = J(e.minHeight)), e.maxHeight && (B.value = J(e.maxHeight));
|
|
6934
6928
|
}, ne = () => {
|
|
6935
|
-
const
|
|
6929
|
+
const b = [];
|
|
6936
6930
|
I.value.forEach((x) => {
|
|
6937
|
-
|
|
6931
|
+
b.push({
|
|
6938
6932
|
key: x.key,
|
|
6939
6933
|
show: x.show,
|
|
6940
6934
|
hide: x.hide,
|
|
6941
6935
|
fixed: x.fixed
|
|
6942
6936
|
});
|
|
6943
|
-
}), o("on-update:filter",
|
|
6937
|
+
}), o("on-update:filter", b);
|
|
6944
6938
|
};
|
|
6945
6939
|
return a({ init: S }), Ie(() => {
|
|
6946
6940
|
U(!0), ge();
|
|
@@ -6968,8 +6962,8 @@ const oi = /* @__PURE__ */ L(Zs, [["render", ei]]), ti = X({
|
|
|
6968
6962
|
}
|
|
6969
6963
|
), we(
|
|
6970
6964
|
() => e.filters,
|
|
6971
|
-
(
|
|
6972
|
-
U(!0,
|
|
6965
|
+
(b) => {
|
|
6966
|
+
U(!0, b);
|
|
6973
6967
|
},
|
|
6974
6968
|
{
|
|
6975
6969
|
deep: !0
|
|
@@ -6977,18 +6971,18 @@ const oi = /* @__PURE__ */ L(Zs, [["render", ei]]), ti = X({
|
|
|
6977
6971
|
), {
|
|
6978
6972
|
loading: g,
|
|
6979
6973
|
minH: O,
|
|
6980
|
-
maxH:
|
|
6974
|
+
maxH: B,
|
|
6981
6975
|
searchRef: d,
|
|
6982
|
-
exportLoading:
|
|
6976
|
+
exportLoading: w,
|
|
6983
6977
|
tableColumns: N,
|
|
6984
6978
|
tableData: T,
|
|
6985
6979
|
tableQuery: $,
|
|
6986
|
-
searchDefaultValue:
|
|
6980
|
+
searchDefaultValue: V,
|
|
6987
6981
|
searchData: j,
|
|
6988
6982
|
baseColumns: I,
|
|
6989
6983
|
showImporter: y,
|
|
6990
6984
|
isSlotHeader: n,
|
|
6991
|
-
pageChange:
|
|
6985
|
+
pageChange: v,
|
|
6992
6986
|
pageSizeChange: t,
|
|
6993
6987
|
pageSorter: D,
|
|
6994
6988
|
pinChange: G,
|
|
@@ -7001,7 +6995,7 @@ const oi = /* @__PURE__ */ L(Zs, [["render", ei]]), ti = X({
|
|
|
7001
6995
|
}
|
|
7002
6996
|
}), ai = { class: "com-card" };
|
|
7003
6997
|
function ni(e, o, a, s, n, d) {
|
|
7004
|
-
const i = u("IconAdd"), c = u("NIcon"), m = u("NButton"), f = u("NTooltip"), g = u("IconMailInboxAdd"),
|
|
6998
|
+
const i = u("IconAdd"), c = u("NIcon"), m = u("NButton"), f = u("NTooltip"), g = u("IconMailInboxAdd"), w = u("IconCloudArrowDown"), y = u("NPopconfirm"), N = u("IconFilter"), I = u("IconNavigation"), T = u("IconPin"), $ = u("IconPinOff"), V = u("IconEye"), j = u("IconEyeOff"), O = u("Draggable"), B = u("NPopover"), F = u("OcSearchBar"), S = u("NDataTable"), v = u("OcImporter");
|
|
7005
6999
|
return p(), z(ie, null, [
|
|
7006
7000
|
r(F, {
|
|
7007
7001
|
ref: "searchRef",
|
|
@@ -7076,7 +7070,7 @@ function ni(e, o, a, s, n, d) {
|
|
|
7076
7070
|
icon: l(() => [
|
|
7077
7071
|
r(c, null, {
|
|
7078
7072
|
default: l(() => [
|
|
7079
|
-
r(
|
|
7073
|
+
r(w)
|
|
7080
7074
|
]),
|
|
7081
7075
|
_: 1
|
|
7082
7076
|
})
|
|
@@ -7101,7 +7095,7 @@ function ni(e, o, a, s, n, d) {
|
|
|
7101
7095
|
trigger: "hover"
|
|
7102
7096
|
}, {
|
|
7103
7097
|
trigger: l(() => [
|
|
7104
|
-
r(
|
|
7098
|
+
r(B, {
|
|
7105
7099
|
placement: "bottom-end",
|
|
7106
7100
|
trigger: "click",
|
|
7107
7101
|
"show-arrow": !1
|
|
@@ -7120,7 +7114,7 @@ function ni(e, o, a, s, n, d) {
|
|
|
7120
7114
|
})
|
|
7121
7115
|
]),
|
|
7122
7116
|
default: l(() => [
|
|
7123
|
-
r(O,
|
|
7117
|
+
r(O, Yt({
|
|
7124
7118
|
modelValue: e.baseColumns,
|
|
7125
7119
|
"onUpdate:modelValue": o[1] || (o[1] = (t) => e.baseColumns = t)
|
|
7126
7120
|
}, {
|
|
@@ -7183,7 +7177,7 @@ function ni(e, o, a, s, n, d) {
|
|
|
7183
7177
|
icon: l(() => [
|
|
7184
7178
|
r(c, { size: "24" }, {
|
|
7185
7179
|
default: l(() => [
|
|
7186
|
-
t.show ? (p(), P(
|
|
7180
|
+
t.show ? (p(), P(V, { key: 0 })) : (p(), P(j, { key: 1 }))
|
|
7187
7181
|
]),
|
|
7188
7182
|
_: 2
|
|
7189
7183
|
}, 1024)
|
|
@@ -7231,7 +7225,7 @@ function ni(e, o, a, s, n, d) {
|
|
|
7231
7225
|
remote: ""
|
|
7232
7226
|
}, null, 8, ["columns", "data", "pagination", "loading", "default-checked-row-keys", "scroll-x", "flex-height", "min-height", "max-height", "on-update:page", "on-update:page-size", "on-update:sorter"])
|
|
7233
7227
|
]),
|
|
7234
|
-
e.importer ? (p(), P(
|
|
7228
|
+
e.importer ? (p(), P(v, {
|
|
7235
7229
|
key: 0,
|
|
7236
7230
|
show: e.showImporter,
|
|
7237
7231
|
"onUpdate:show": o[2] || (o[2] = (t) => e.showImporter = t),
|
|
@@ -7252,7 +7246,7 @@ const li = /* @__PURE__ */ L(ti, [["render", ni]]), st = /* @__PURE__ */ Object.
|
|
|
7252
7246
|
IconClear: kt,
|
|
7253
7247
|
IconCloudArrowDown: zo,
|
|
7254
7248
|
IconDelete: $t,
|
|
7255
|
-
IconDismiss:
|
|
7249
|
+
IconDismiss: _e,
|
|
7256
7250
|
IconDrafts: Ot,
|
|
7257
7251
|
IconEye: Do,
|
|
7258
7252
|
IconEyeOff: Tt,
|
|
@@ -7278,7 +7272,7 @@ const li = /* @__PURE__ */ L(ti, [["render", ni]]), st = /* @__PURE__ */ Object.
|
|
|
7278
7272
|
OcForm: cr,
|
|
7279
7273
|
OcHeader: Lr,
|
|
7280
7274
|
OcImporter: Et,
|
|
7281
|
-
OcLogin:
|
|
7275
|
+
OcLogin: Yr,
|
|
7282
7276
|
OcLogo: as,
|
|
7283
7277
|
OcMain: is,
|
|
7284
7278
|
OcMy: vs,
|
|
@@ -7288,15 +7282,15 @@ const li = /* @__PURE__ */ L(ti, [["render", ni]]), st = /* @__PURE__ */ Object.
|
|
|
7288
7282
|
OcSearchBar: Gt,
|
|
7289
7283
|
OcSkeleton: oi,
|
|
7290
7284
|
OcTable: li,
|
|
7291
|
-
commonStore:
|
|
7292
|
-
fnClearUser:
|
|
7285
|
+
commonStore: _,
|
|
7286
|
+
fnClearUser: qo,
|
|
7293
7287
|
fnDownload: Lt,
|
|
7294
|
-
fnGetUser:
|
|
7295
|
-
fnRenderAction:
|
|
7296
|
-
fnSetLang:
|
|
7288
|
+
fnGetUser: _o,
|
|
7289
|
+
fnRenderAction: Be,
|
|
7290
|
+
fnSetLang: Ze,
|
|
7297
7291
|
fnSetTheme: fo,
|
|
7298
|
-
fnSetUser:
|
|
7299
|
-
fnUserLogout:
|
|
7292
|
+
fnSetUser: _t,
|
|
7293
|
+
fnUserLogout: qt,
|
|
7300
7294
|
i18n: Se,
|
|
7301
7295
|
userStore: k
|
|
7302
7296
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -7325,13 +7319,13 @@ function si() {
|
|
|
7325
7319
|
}
|
|
7326
7320
|
ri.scale = e;
|
|
7327
7321
|
}
|
|
7328
|
-
function
|
|
7322
|
+
function Vi() {
|
|
7329
7323
|
const e = bt(si, 200);
|
|
7330
7324
|
return e(), window.addEventListener("resize", e), () => {
|
|
7331
7325
|
Eo = 3840, jo = 2160, window.removeEventListener("resize", e);
|
|
7332
7326
|
};
|
|
7333
7327
|
}
|
|
7334
|
-
const
|
|
7328
|
+
const Bi = (e) => !!(k.kind === -1 || k.kind === 99 || k.iot_menu_authorization.includes(e)), Fi = (e) => k.platform_tdm ? k.kind === -1 || k.kind === 99 || e === "home" ? !0 : k.tdm_menu_authorization.includes(e) : !1, Ri = (e) => k.platform_qms ? k.kind === -1 || k.kind === 99 || e === "home" ? !0 : k.qms_menu_authorization.includes(e) : !1, Li = (e) => k.platform_twin ? (k.kind === -1 || k.kind === 99 || e === "home", !0) : !1, Ui = (e) => !!(k.kind === -1 || k.kind === 99 || k.maintain_menu_authorization.includes(e)), _i = (e) => !!(k.kind === -1 || k.kind === 99 || k.order_menu_authorization.includes(e)), ii = "3.0.14";
|
|
7335
7329
|
function ui({ components: e = [] } = {}) {
|
|
7336
7330
|
const o = [];
|
|
7337
7331
|
function a(n, d, i) {
|
|
@@ -7349,7 +7343,7 @@ function ui({ components: e = [] } = {}) {
|
|
|
7349
7343
|
language: c = !1,
|
|
7350
7344
|
local: m = "zh-CN"
|
|
7351
7345
|
} = d, f = pe("theme", !1), g = pe("lang", m);
|
|
7352
|
-
$r(i), Cl(c),
|
|
7346
|
+
$r(i), Cl(c), Ze(g), fo(f), Se.global.locale.value = g, d.options && Sl(d.options);
|
|
7353
7347
|
}
|
|
7354
7348
|
}
|
|
7355
7349
|
return {
|
|
@@ -7361,10 +7355,10 @@ const di = ui({
|
|
|
7361
7355
|
components: Object.keys(st).map(
|
|
7362
7356
|
(e) => st[e]
|
|
7363
7357
|
)
|
|
7364
|
-
}),
|
|
7358
|
+
}), qi = di.install;
|
|
7365
7359
|
export {
|
|
7366
7360
|
Ii as CUSTOM,
|
|
7367
|
-
|
|
7361
|
+
Bt as FILE,
|
|
7368
7362
|
hr as GET,
|
|
7369
7363
|
vt as IconAdd,
|
|
7370
7364
|
wt as IconAlert,
|
|
@@ -7377,7 +7371,7 @@ export {
|
|
|
7377
7371
|
kt as IconClear,
|
|
7378
7372
|
zo as IconCloudArrowDown,
|
|
7379
7373
|
$t as IconDelete,
|
|
7380
|
-
|
|
7374
|
+
_e as IconDismiss,
|
|
7381
7375
|
Ot as IconDrafts,
|
|
7382
7376
|
Do as IconEye,
|
|
7383
7377
|
Tt as IconEyeOff,
|
|
@@ -7403,7 +7397,7 @@ export {
|
|
|
7403
7397
|
cr as OcForm,
|
|
7404
7398
|
Lr as OcHeader,
|
|
7405
7399
|
Et as OcImporter,
|
|
7406
|
-
|
|
7400
|
+
Yr as OcLogin,
|
|
7407
7401
|
as as OcLogo,
|
|
7408
7402
|
is as OcMain,
|
|
7409
7403
|
vs as OcMy,
|
|
@@ -7414,21 +7408,21 @@ export {
|
|
|
7414
7408
|
oi as OcSkeleton,
|
|
7415
7409
|
li as OcTable,
|
|
7416
7410
|
me as POST,
|
|
7417
|
-
|
|
7411
|
+
_ as commonStore,
|
|
7418
7412
|
ui as create,
|
|
7419
7413
|
ls as darkTheme,
|
|
7420
7414
|
di as default,
|
|
7421
7415
|
mr as fnCancelFetch,
|
|
7422
7416
|
Li as fnCheckDashRole,
|
|
7423
|
-
|
|
7417
|
+
Bi as fnCheckIoTRole,
|
|
7424
7418
|
Ui as fnCheckMaintainRole,
|
|
7425
|
-
|
|
7419
|
+
_i as fnCheckOrderRole,
|
|
7426
7420
|
Ri as fnCheckQMSRole,
|
|
7427
7421
|
Fi as fnCheckTDMRole,
|
|
7428
|
-
|
|
7422
|
+
qo as fnClearUser,
|
|
7429
7423
|
si as fnComputedScale,
|
|
7430
7424
|
ao as fnDecodeCursor,
|
|
7431
|
-
|
|
7425
|
+
Ye as fnDelStorage,
|
|
7432
7426
|
yl as fnDeleteLoad,
|
|
7433
7427
|
Lt as fnDownload,
|
|
7434
7428
|
Fe as fnEncodeCursor,
|
|
@@ -7436,22 +7430,22 @@ export {
|
|
|
7436
7430
|
Pi as fnFormatUnits,
|
|
7437
7431
|
Oi as fnFullScreen,
|
|
7438
7432
|
pe as fnGetStorage,
|
|
7439
|
-
|
|
7440
|
-
|
|
7433
|
+
_o as fnGetUser,
|
|
7434
|
+
Vi as fnListenerScale,
|
|
7441
7435
|
Fo as fnPageModel2Naive,
|
|
7442
7436
|
Ro as fnPageNaive2Model,
|
|
7443
|
-
|
|
7437
|
+
Be as fnRenderAction,
|
|
7444
7438
|
yo as fnScrollTop,
|
|
7445
|
-
|
|
7439
|
+
Ze as fnSetLang,
|
|
7446
7440
|
Mi as fnSetNormalWidthAndHeight,
|
|
7447
7441
|
ye as fnSetStorage,
|
|
7448
7442
|
fo as fnSetTheme,
|
|
7449
|
-
|
|
7443
|
+
_t as fnSetUser,
|
|
7450
7444
|
Ti as fnThrottle,
|
|
7451
|
-
|
|
7445
|
+
qt as fnUserLogout,
|
|
7452
7446
|
We as getDefaultDate,
|
|
7453
7447
|
Se as i18n,
|
|
7454
|
-
|
|
7448
|
+
qi as install,
|
|
7455
7449
|
ns as lightTheme,
|
|
7456
7450
|
ri as scaleStore,
|
|
7457
7451
|
Ht as useDebounceFn,
|