sag-ubmp-pc 1.0.41 → 1.0.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sag-ubmp-pc.es.js +707 -704
- package/dist/sag-ubmp-pc.umd.js +4 -4
- package/package.json +1 -1
package/dist/sag-ubmp-pc.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import Me, { trim as Te, debounce as It } from "xe-utils";
|
|
2
|
-
import { inject as he, ref as
|
|
2
|
+
import { inject as he, ref as M, h as Ve, getCurrentInstance as Rl, nextTick as dt, reactive as ee, defineComponent as Q, createVNode as D, openBlock as x, createElementBlock as W, Fragment as de, createBlock as z, unref as O, createCommentVNode as j, onMounted as ie, resolveComponent as H, isRef as gt, createSlots as xe, withCtx as I, defineAsyncComponent as El, useCssVars as Ul, useAttrs as Xa, computed as Ct, onUnmounted as Fl, withDirectives as Vt, createElementVNode as K, toDisplayString as ae, createTextVNode as ce, vShow as $t, resolveDynamicComponent as Hl, mergeProps as te, provide as qn, useSlots as Ie, watch as ve, renderList as Ce, renderSlot as oe, toHandlers as Yl, normalizeProps as Wl, guardReactiveProps as Gl, normalizeStyle as ge } from "vue";
|
|
3
3
|
import { Modal as Jl, notification as zt, message as Zl, Spin as Ql } from "ant-design-vue";
|
|
4
|
-
import
|
|
4
|
+
import T from "dayjs";
|
|
5
5
|
const ht = "SAG_UBMP_PC$", ft = {
|
|
6
6
|
set: () => {
|
|
7
7
|
},
|
|
@@ -352,41 +352,43 @@ const le = Lt("log"), Ka = Lt("warn"), vt = Lt("error"), at = {
|
|
|
352
352
|
requestType: l,
|
|
353
353
|
requestUrl: r,
|
|
354
354
|
requestTitle: o,
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
355
|
+
instanceField: i = "",
|
|
356
|
+
minWidth: u = 120,
|
|
357
|
+
maximize: c = !0,
|
|
358
|
+
componentVue: p = !0,
|
|
359
|
+
componentParams: d = {},
|
|
360
|
+
treeNode: y = !1,
|
|
361
|
+
autoLoad: _ = !1,
|
|
362
|
+
resizable: C = !1,
|
|
363
|
+
showOverflow: m,
|
|
364
|
+
align: f = "center",
|
|
365
|
+
type: v,
|
|
366
|
+
fixed: g,
|
|
367
|
+
width: S
|
|
367
368
|
} = t;
|
|
368
369
|
return {
|
|
369
370
|
field: e,
|
|
370
371
|
title: n,
|
|
371
372
|
sortable: !1,
|
|
372
|
-
width: s(
|
|
373
|
-
minWidth:
|
|
374
|
-
resizable:
|
|
375
|
-
showOverflow: s(
|
|
376
|
-
align:
|
|
373
|
+
width: s(S) ? S : s(v) ? s(u) ? u : 120 : "auto",
|
|
374
|
+
minWidth: u,
|
|
375
|
+
resizable: C,
|
|
376
|
+
showOverflow: s(m) ? m : "title",
|
|
377
|
+
align: f,
|
|
377
378
|
headerAlign: "center",
|
|
378
|
-
type: s(
|
|
379
|
-
fixed: s(
|
|
379
|
+
type: s(v) ? v : null,
|
|
380
|
+
fixed: s(g) ? g : "",
|
|
380
381
|
formatter: s(a) ? a : "",
|
|
381
|
-
treeNode:
|
|
382
|
+
treeNode: y,
|
|
382
383
|
params: {
|
|
383
384
|
requestType: s(l) ? l : "",
|
|
384
385
|
requestUrl: r,
|
|
385
386
|
title: o,
|
|
386
|
-
maximize:
|
|
387
|
-
autoLoad:
|
|
388
|
-
componentVue:
|
|
389
|
-
componentParams:
|
|
387
|
+
maximize: c,
|
|
388
|
+
autoLoad: _,
|
|
389
|
+
componentVue: p,
|
|
390
|
+
componentParams: d,
|
|
391
|
+
instanceField: i
|
|
390
392
|
},
|
|
391
393
|
slots: { default: "operate" }
|
|
392
394
|
};
|
|
@@ -462,7 +464,8 @@ const le = Lt("log"), Ka = Lt("warn"), vt = Lt("error"), at = {
|
|
|
462
464
|
width: d,
|
|
463
465
|
height: y,
|
|
464
466
|
auth: _,
|
|
465
|
-
autoLoad: C = !0
|
|
467
|
+
autoLoad: C = !0,
|
|
468
|
+
instanceField: m = ""
|
|
466
469
|
} = n;
|
|
467
470
|
return {
|
|
468
471
|
icon: s(t) ? t : "save",
|
|
@@ -479,7 +482,8 @@ const le = Lt("log"), Ka = Lt("warn"), vt = Lt("error"), at = {
|
|
|
479
482
|
autoLoad: C,
|
|
480
483
|
width: s(d) ? d : null,
|
|
481
484
|
height: s(y) ? y : null,
|
|
482
|
-
auth: s(_) ? _ : !0
|
|
485
|
+
auth: s(_) ? _ : !0,
|
|
486
|
+
instanceField: m
|
|
483
487
|
};
|
|
484
488
|
}, Ar = (e = "", n = {}) => {
|
|
485
489
|
const { icon: t, status: a, requestTitle: l, requestUrl: r, requestRow: o, requestRadio: i, requestConfirmContent: u, auth: c } = n;
|
|
@@ -1039,9 +1043,9 @@ Object.keys(Tt).forEach(function(e) {
|
|
|
1039
1043
|
});
|
|
1040
1044
|
var Gr = rt.blue, Jr = /* @__PURE__ */ Symbol("iconContext"), dl = function() {
|
|
1041
1045
|
return he(Jr, {
|
|
1042
|
-
prefixCls:
|
|
1043
|
-
rootClassName:
|
|
1044
|
-
csp:
|
|
1046
|
+
prefixCls: M("anticon"),
|
|
1047
|
+
rootClassName: M(""),
|
|
1048
|
+
csp: M()
|
|
1045
1049
|
});
|
|
1046
1050
|
};
|
|
1047
1051
|
function Ut() {
|
|
@@ -1442,7 +1446,7 @@ var J = function(n, t) {
|
|
|
1442
1446
|
var g = u ? {
|
|
1443
1447
|
msTransform: "rotate(".concat(u, "deg)"),
|
|
1444
1448
|
transform: "rotate(".concat(u, "deg)")
|
|
1445
|
-
} : void 0,
|
|
1449
|
+
} : void 0, S = hl(p), h = Co(S, 2), b = h[0], N = h[1];
|
|
1446
1450
|
return D("span", Qn({
|
|
1447
1451
|
role: "img",
|
|
1448
1452
|
"aria-label": o.name
|
|
@@ -1453,7 +1457,7 @@ var J = function(n, t) {
|
|
|
1453
1457
|
}), [D(je, {
|
|
1454
1458
|
icon: o,
|
|
1455
1459
|
primaryColor: b,
|
|
1456
|
-
secondaryColor:
|
|
1460
|
+
secondaryColor: N,
|
|
1457
1461
|
style: g
|
|
1458
1462
|
}, null), D(wo, null, null)]);
|
|
1459
1463
|
};
|
|
@@ -2189,7 +2193,7 @@ const Ni = (e) => {
|
|
|
2189
2193
|
onCancel() {
|
|
2190
2194
|
}
|
|
2191
2195
|
});
|
|
2192
|
-
},
|
|
2196
|
+
}, R = (e, n) => e != null && e !== "" ? e : n, Bi = (e, n, t) => {
|
|
2193
2197
|
e ? zt.success({
|
|
2194
2198
|
message: "操作成功",
|
|
2195
2199
|
description: n && n !== "操作成功" ? n : ""
|
|
@@ -2276,28 +2280,28 @@ function Li(e) {
|
|
|
2276
2280
|
const v = f.params.requestType;
|
|
2277
2281
|
!s(v) || typeof v == "string" ? v === "custom" ? r.onButtonClickModule({ $gridRef: n.value, gridOptions: l, formData: o, column: f, row: m }) : d(m, f) : v({ gridRef: n, gridOptions: l, formData: o, column: f, row: m });
|
|
2278
2282
|
}, d = (m, f) => {
|
|
2279
|
-
if (
|
|
2280
|
-
const v = {}
|
|
2281
|
-
if (v.
|
|
2283
|
+
if (s(f.params.instanceField)) {
|
|
2284
|
+
const v = {};
|
|
2285
|
+
if (v.instanceValue = m[f.params.instanceField], v.instanceId = Ne + v.instanceValue, v.title = R(f.params.title, i.title), v.width = R(f.params.width, i.width), v.height = R(f.params.height, i.height), v.maximize = R(f.params.maximize, !1), v.autoLoad = R(f.params.autoLoad, !1), v.componentVue = R(f.params.componentVue, i.componentVue), v.componentUrl = f.params.requestUrl, v.componentVue)
|
|
2282
2286
|
m[A.buttonKeyName] = f.params;
|
|
2283
2287
|
else {
|
|
2284
|
-
let
|
|
2285
|
-
for (const
|
|
2286
|
-
|
|
2287
|
-
v.componentUrl =
|
|
2288
|
+
let S = ne(r.ctxPath, v.componentUrl);
|
|
2289
|
+
for (const h in m)
|
|
2290
|
+
S = S.replace("{" + h + "}", m[h]);
|
|
2291
|
+
v.componentUrl = S;
|
|
2288
2292
|
}
|
|
2289
2293
|
v.componentParams = m, v.visible = !0;
|
|
2290
|
-
const
|
|
2291
|
-
if (s(
|
|
2292
|
-
if (a.value[
|
|
2294
|
+
const g = a.value.findIndex((S) => S.instanceId === v.instanceId);
|
|
2295
|
+
if (s(g) && g >= 0)
|
|
2296
|
+
if (a.value[g].visible) {
|
|
2293
2297
|
Oe("已经打开该数据弹窗信息");
|
|
2294
2298
|
return;
|
|
2295
2299
|
} else
|
|
2296
|
-
a.value[
|
|
2300
|
+
a.value[g] = v;
|
|
2297
2301
|
else
|
|
2298
2302
|
a.value.push(v);
|
|
2299
2303
|
} else {
|
|
2300
|
-
if (t.title =
|
|
2304
|
+
if (t.title = R(f.params.title, i.title), t.width = R(f.params.width, i.width), t.height = R(f.params.height, i.height), t.maximize = R(f.params.maximize, !1), t.autoLoad = R(f.params.autoLoad, !1), t.componentVue = R(f.params.componentVue, i.componentVue), t.componentUrl = f.params.requestUrl, t.componentVue)
|
|
2301
2305
|
m[A.buttonKeyName] = f.params;
|
|
2302
2306
|
else {
|
|
2303
2307
|
let v = ne(r.ctxPath, t.componentUrl);
|
|
@@ -2313,54 +2317,54 @@ function Li(e) {
|
|
|
2313
2317
|
if (f.requestRow && !s(g))
|
|
2314
2318
|
return;
|
|
2315
2319
|
if (f.requestType === Fe || f.requestType === lt) {
|
|
2316
|
-
let
|
|
2317
|
-
const h =
|
|
2318
|
-
if ((!h || f.requestType === lt) && (
|
|
2319
|
-
const b = Ii(
|
|
2320
|
-
for (const
|
|
2321
|
-
const
|
|
2320
|
+
let S = f.requestUrl;
|
|
2321
|
+
const h = R(f.componentVue, i.componentVue);
|
|
2322
|
+
if ((!h || f.requestType === lt) && (S = ne(r.ctxPath, S), f.requestRow && S.split("?").length > 1)) {
|
|
2323
|
+
const b = Ii(S.split("?")[1]);
|
|
2324
|
+
for (const N in b) {
|
|
2325
|
+
const U = b[N];
|
|
2322
2326
|
if (l.checkboxConfig) {
|
|
2323
|
-
let
|
|
2324
|
-
for (const
|
|
2325
|
-
for (const
|
|
2326
|
-
|
|
2327
|
-
let
|
|
2328
|
-
for (const
|
|
2329
|
-
|
|
2330
|
-
|
|
2327
|
+
let L = [];
|
|
2328
|
+
for (const E in g)
|
|
2329
|
+
for (const Y in g[E])
|
|
2330
|
+
Y === U && g[E][Y] && (L[g[E][Y]] = g[E][Y]);
|
|
2331
|
+
let q = "";
|
|
2332
|
+
for (const E in L)
|
|
2333
|
+
q = (q ? q + "," : "") + E;
|
|
2334
|
+
S = S.replace("{" + U + "}", q);
|
|
2331
2335
|
} else
|
|
2332
|
-
|
|
2336
|
+
S = S.replace("{" + U + "}", g[U]);
|
|
2333
2337
|
}
|
|
2334
2338
|
}
|
|
2335
2339
|
if (f.requestType === Fe)
|
|
2336
|
-
if (
|
|
2340
|
+
if (s(f.instanceField)) {
|
|
2337
2341
|
const b = {};
|
|
2338
|
-
b.title =
|
|
2339
|
-
const
|
|
2342
|
+
b.title = R(f.title, i.title), b.width = R(f.width, i.width), b.height = R(f.height, i.height), b.maximize = R(f.maximize, !1), b.autoLoad = R(f.autoLoad, !0), b.componentVue = h, b.componentUrl = S, b.componentParams = {};
|
|
2343
|
+
const N = Math.round(Math.random() * 1e8);
|
|
2340
2344
|
if (f.requestRow)
|
|
2341
2345
|
if (l.checkboxConfig)
|
|
2342
2346
|
if (f.requestRadio)
|
|
2343
|
-
g[0][A.buttonKeyName] = f, b.componentParams = g[0], b.
|
|
2347
|
+
g[0][A.buttonKeyName] = f, b.componentParams = g[0], b.instanceValue = g[0][f.instanceField], b.instanceId = Ne + b.instanceValue;
|
|
2344
2348
|
else {
|
|
2345
|
-
const
|
|
2346
|
-
|
|
2349
|
+
const L = {};
|
|
2350
|
+
L[A.buttonKeyName] = f, L._X_ROWS = g, b.componentParams = L, b.instanceId = Ne + N;
|
|
2347
2351
|
}
|
|
2348
2352
|
else
|
|
2349
|
-
g[A.buttonKeyName] = f, b.componentParams = g, b.
|
|
2353
|
+
g[A.buttonKeyName] = f, b.componentParams = g, b.instanceValue = g[f.instanceField], b.instanceId = Ne + b.instanceValue;
|
|
2350
2354
|
else
|
|
2351
|
-
b.instanceId = Ne +
|
|
2355
|
+
b.instanceId = Ne + N, b.componentParams[A.buttonKeyName] = f;
|
|
2352
2356
|
b.visible = !0;
|
|
2353
|
-
const
|
|
2354
|
-
if (s(
|
|
2355
|
-
if (a.value[
|
|
2357
|
+
const U = a.value.findIndex((L) => L.instanceId === b.instanceId);
|
|
2358
|
+
if (s(U) && U >= 0)
|
|
2359
|
+
if (a.value[U].visible) {
|
|
2356
2360
|
Oe("已经打开该数据弹窗信息");
|
|
2357
2361
|
return;
|
|
2358
2362
|
} else
|
|
2359
|
-
a.value[
|
|
2363
|
+
a.value[U] = b;
|
|
2360
2364
|
else
|
|
2361
2365
|
a.value.push(b);
|
|
2362
2366
|
} else {
|
|
2363
|
-
if (t.title =
|
|
2367
|
+
if (t.title = R(f.title, i.title), t.width = R(f.width, i.width), t.height = R(f.height, i.height), t.maximize = R(f.maximize, !1), t.autoLoad = R(f.autoLoad, !0), t.componentVue = h, t.componentUrl = S, t.componentParams = {}, f.requestRow)
|
|
2364
2368
|
if (l.checkboxConfig)
|
|
2365
2369
|
if (f.requestRadio)
|
|
2366
2370
|
g[0][A.buttonKeyName] = f, t.componentParams = g[0];
|
|
@@ -2375,24 +2379,24 @@ function Li(e) {
|
|
|
2375
2379
|
t.visible = !0;
|
|
2376
2380
|
}
|
|
2377
2381
|
else
|
|
2378
|
-
window.open(
|
|
2382
|
+
window.open(S, "_blank");
|
|
2379
2383
|
} else
|
|
2380
2384
|
pt(
|
|
2381
2385
|
f.requestTitle,
|
|
2382
2386
|
() => {
|
|
2383
|
-
let
|
|
2384
|
-
if (
|
|
2387
|
+
let S = ne(r.ctxPath, f.requestUrl);
|
|
2388
|
+
if (S.split("?").length > 1) {
|
|
2385
2389
|
if (l.radioConfig)
|
|
2386
2390
|
for (const h in g)
|
|
2387
|
-
|
|
2391
|
+
S = S.replace("{" + h + "}", g[h]);
|
|
2388
2392
|
else if (l.checkboxConfig && f.requestRadio)
|
|
2389
2393
|
for (const h in g[0])
|
|
2390
|
-
|
|
2394
|
+
S = S.replace("{" + h + "}", g[0][h]);
|
|
2391
2395
|
}
|
|
2392
2396
|
Aa(
|
|
2393
2397
|
n,
|
|
2394
2398
|
l,
|
|
2395
|
-
|
|
2399
|
+
S,
|
|
2396
2400
|
f.requestRow ? g : m,
|
|
2397
2401
|
!!(l.checkboxConfig && f.requestRow && g.length !== 1)
|
|
2398
2402
|
);
|
|
@@ -2403,36 +2407,36 @@ function Li(e) {
|
|
|
2403
2407
|
}, _ = (m, f) => {
|
|
2404
2408
|
if (m.requestType === Fe || m.requestType === lt) {
|
|
2405
2409
|
let v = m.requestUrl;
|
|
2406
|
-
const g =
|
|
2407
|
-
let
|
|
2410
|
+
const g = R(m.componentVue, i.componentVue);
|
|
2411
|
+
let S = !1;
|
|
2408
2412
|
if (g)
|
|
2409
|
-
|
|
2413
|
+
S = !0;
|
|
2410
2414
|
else if (v = ne(r.ctxPath, v), v.split("?").length > 1)
|
|
2411
2415
|
for (const h in f) {
|
|
2412
|
-
if (v.indexOf("{" + h + "}") > -1 && (
|
|
2416
|
+
if (v.indexOf("{" + h + "}") > -1 && (S = !0, f[h] === "")) {
|
|
2413
2417
|
Oe("该单据没有相应数据,无法进行本次操作");
|
|
2414
2418
|
return;
|
|
2415
2419
|
}
|
|
2416
2420
|
v = v.replace("{" + h + "}", f[h]);
|
|
2417
2421
|
}
|
|
2418
2422
|
else
|
|
2419
|
-
|
|
2420
|
-
if (
|
|
2423
|
+
S = !0;
|
|
2424
|
+
if (S)
|
|
2421
2425
|
if (m.requestType === Fe)
|
|
2422
|
-
if (f[A.buttonKeyName] = m,
|
|
2423
|
-
const h = {}
|
|
2424
|
-
h.
|
|
2425
|
-
const
|
|
2426
|
-
if (s(
|
|
2427
|
-
if (a.value[
|
|
2426
|
+
if (f[A.buttonKeyName] = m, s(m.instanceField)) {
|
|
2427
|
+
const h = {};
|
|
2428
|
+
h.instanceValue = f[m.instanceField], h.instanceId = Ne + h.instanceValue, h.title = R(m.title, i.title), h.width = R(m.width, i.width), h.height = R(m.height, i.height), h.maximize = R(m.maximize, !1), h.autoLoad = R(m.autoLoad, !0), h.componentVue = g, h.componentUrl = v, h.componentParams = f, h.visible = !0;
|
|
2429
|
+
const b = a.value.findIndex((N) => N.instanceId === h.instanceId);
|
|
2430
|
+
if (s(b) && b >= 0)
|
|
2431
|
+
if (a.value[b].visible) {
|
|
2428
2432
|
Oe("已经打开该数据弹窗信息");
|
|
2429
2433
|
return;
|
|
2430
2434
|
} else
|
|
2431
|
-
a.value[
|
|
2435
|
+
a.value[b] = h;
|
|
2432
2436
|
else
|
|
2433
2437
|
a.value.push(h);
|
|
2434
2438
|
} else
|
|
2435
|
-
t.title =
|
|
2439
|
+
t.title = R(m.title, i.title), t.width = R(m.width, i.width), t.height = R(m.height, i.height), t.maximize = R(m.maximize, !1), t.autoLoad = R(m.autoLoad, !0), t.componentVue = g, t.componentUrl = v, t.componentParams = f, t.visible = !0;
|
|
2436
2440
|
else
|
|
2437
2441
|
window.open(v, "_blank");
|
|
2438
2442
|
else {
|
|
@@ -2498,7 +2502,7 @@ function Ri(e) {
|
|
|
2498
2502
|
return;
|
|
2499
2503
|
}
|
|
2500
2504
|
pt("确定要导出表格所有内容吗?", () => {
|
|
2501
|
-
const
|
|
2505
|
+
const S = Zl.loading(
|
|
2502
2506
|
{
|
|
2503
2507
|
content: () => "下载中,请稍后... 不要连续点击下载",
|
|
2504
2508
|
style: {
|
|
@@ -2507,45 +2511,45 @@ function Ri(e) {
|
|
|
2507
2511
|
},
|
|
2508
2512
|
0
|
|
2509
2513
|
);
|
|
2510
|
-
setTimeout(
|
|
2514
|
+
setTimeout(S, 2e3);
|
|
2511
2515
|
const h = a.value;
|
|
2512
2516
|
if (h) {
|
|
2513
|
-
const { filter: b, form:
|
|
2517
|
+
const { filter: b, form: N, sort: U } = h.getProxyInfo(), q = jt({
|
|
2514
2518
|
currentPage: 1,
|
|
2515
2519
|
pageSize: 25e3
|
|
2516
|
-
},
|
|
2520
|
+
}, U, b, N, t, o);
|
|
2517
2521
|
if (typeof g == "string") {
|
|
2518
2522
|
g = ne(u.ctxPath, d.requestDownload);
|
|
2519
|
-
let
|
|
2520
|
-
Object.keys(
|
|
2521
|
-
s(
|
|
2522
|
-
}), le("导出表格参数", [g,
|
|
2523
|
+
let E = "";
|
|
2524
|
+
Object.keys(q).forEach((Y) => {
|
|
2525
|
+
s(q[Y]) && (typeof q[Y] == "string" && (E += "&" + Y + "=" + q[Y]), typeof q[Y] == "object" && Array.isArray(q[Y]) && (E += "&" + Y + "=" + q[Y].join(",")));
|
|
2526
|
+
}), le("导出表格参数", [g, E]), Ni(g + E);
|
|
2523
2527
|
} else
|
|
2524
|
-
l.loading = !0,
|
|
2525
|
-
if (
|
|
2528
|
+
l.loading = !0, q.exportFlag = !0, r(q, d.requestData, !0).then(async (E) => {
|
|
2529
|
+
if (E == null || E.rows.length == 0) {
|
|
2526
2530
|
l.loading = !1;
|
|
2527
2531
|
return;
|
|
2528
2532
|
}
|
|
2529
|
-
if (
|
|
2533
|
+
if (E.recordCount >= 25e3) {
|
|
2530
2534
|
l.loading = !1, Oe("查询结果超过25000条,请重新调整查询条件后重新导出!");
|
|
2531
2535
|
return;
|
|
2532
2536
|
}
|
|
2533
2537
|
setTimeout(() => {
|
|
2534
2538
|
if (m && typeof m == "function") {
|
|
2535
|
-
const
|
|
2539
|
+
const Y = {
|
|
2536
2540
|
filename: u.templateTitle + (/* @__PURE__ */ new Date()).getTime(),
|
|
2537
2541
|
sheetName: u.templateTitle,
|
|
2538
|
-
data:
|
|
2542
|
+
data: E.rows,
|
|
2539
2543
|
columns: s(l.params.exportColumns) ? l.params.exportColumns : g,
|
|
2540
|
-
mergeCells: i(
|
|
2544
|
+
mergeCells: i(E.rows)
|
|
2541
2545
|
};
|
|
2542
|
-
m(
|
|
2546
|
+
m(Y), l.loading = !1;
|
|
2543
2547
|
} else {
|
|
2544
|
-
const
|
|
2548
|
+
const Y = E.rows.concat([]), re = {
|
|
2545
2549
|
filename: u.templateTitle + (/* @__PURE__ */ new Date()).getTime(),
|
|
2546
2550
|
sheetName: u.templateTitle,
|
|
2547
2551
|
type: "xlsx",
|
|
2548
|
-
data:
|
|
2552
|
+
data: Y,
|
|
2549
2553
|
message: !1,
|
|
2550
2554
|
columns: s(l.params.exportColumns) ? l.params.exportColumns : l.columns,
|
|
2551
2555
|
isFooter: p.isFooter,
|
|
@@ -2579,8 +2583,8 @@ function Ri(e) {
|
|
|
2579
2583
|
if (s(c.tableColumnsExtra)) {
|
|
2580
2584
|
const v = c.tableColumns, g = c.tableColumnsExtra;
|
|
2581
2585
|
if (f) {
|
|
2582
|
-
const
|
|
2583
|
-
s(
|
|
2586
|
+
const S = tr(m, u.templateType);
|
|
2587
|
+
s(S) ? (l.params.switchType = S.switchType, l.columns = S.switchType === "1" ? v : g, l.showOverflow = S.switchShowOverflow) : (l.params.switchType = "1", l.columns = v, l.showOverflow = R(c.showOverflow, !0));
|
|
2584
2588
|
} else
|
|
2585
2589
|
l.params.switchType = l.params.switchType === "1" ? "2" : "1", l.columns = l.params.switchType === "2" ? g : v, l.showOverflow = !l.showOverflow, er(m, u.templateType, {
|
|
2586
2590
|
switchType: l.params.switchType,
|
|
@@ -2602,35 +2606,35 @@ const ze = /* @__PURE__ */ Q({
|
|
|
2602
2606
|
setup(e) {
|
|
2603
2607
|
const n = e;
|
|
2604
2608
|
return (t, a) => (x(), W(de, null, [
|
|
2605
|
-
n.icon === "user" ? (x(), z(
|
|
2606
|
-
n.icon === "excel" ? (x(), z(
|
|
2607
|
-
n.icon === "download" ? (x(), z(
|
|
2608
|
-
n.icon === "save" ? (x(), z(
|
|
2609
|
-
n.icon === "edit" ? (x(), z(
|
|
2610
|
-
n.icon === "delete" ? (x(), z(
|
|
2611
|
-
n.icon === "down" ? (x(), z(
|
|
2612
|
-
n.icon === "up" ? (x(), z(
|
|
2613
|
-
n.icon === "undo" ? (x(), z(
|
|
2614
|
-
n.icon === "redo" ? (x(), z(
|
|
2615
|
-
n.icon === "copy" ? (x(), z(
|
|
2616
|
-
n.icon === "print" ? (x(), z(
|
|
2617
|
-
n.icon === "plus" ? (x(), z(
|
|
2618
|
-
n.icon === "minus" ? (x(), z(
|
|
2619
|
-
n.icon === "info" ? (x(), z(
|
|
2620
|
-
n.icon === "audit" ? (x(), z(
|
|
2621
|
-
n.icon === "schedule" ? (x(), z(
|
|
2622
|
-
n.icon === "close" ? (x(), z(
|
|
2623
|
-
n.icon === "stop" ? (x(), z(
|
|
2624
|
-
n.icon === "check" ? (x(), z(
|
|
2625
|
-
n.icon === "setting" ? (x(), z(
|
|
2626
|
-
n.icon === "menu" ? (x(), z(
|
|
2627
|
-
n.icon === "pdf" ? (x(), z(
|
|
2628
|
-
n.icon === "push" ? (x(), z(
|
|
2629
|
-
n.icon === "upload" ? (x(), z(
|
|
2630
|
-
n.icon === "search" ? (x(), z(
|
|
2631
|
-
n.icon === "sync" ? (x(), z(
|
|
2632
|
-
n.icon === "link" ? (x(), z(
|
|
2633
|
-
!n.icon || n.icon === "" ? (x(), z(
|
|
2609
|
+
n.icon === "user" ? (x(), z(O(Sn), { key: 0 })) : j("", !0),
|
|
2610
|
+
n.icon === "excel" ? (x(), z(O(en), { key: 1 })) : j("", !0),
|
|
2611
|
+
n.icon === "download" ? (x(), z(O(Qt), { key: 2 })) : j("", !0),
|
|
2612
|
+
n.icon === "save" ? (x(), z(O(dn), { key: 3 })) : j("", !0),
|
|
2613
|
+
n.icon === "edit" ? (x(), z(O(Xt), { key: 4 })) : j("", !0),
|
|
2614
|
+
n.icon === "delete" ? (x(), z(O(Zt), { key: 5 })) : j("", !0),
|
|
2615
|
+
n.icon === "down" ? (x(), z(O(yt), { key: 6 })) : j("", !0),
|
|
2616
|
+
n.icon === "up" ? (x(), z(O(bn), { key: 7 })) : j("", !0),
|
|
2617
|
+
n.icon === "undo" ? (x(), z(O(vn), { key: 8 })) : j("", !0),
|
|
2618
|
+
n.icon === "redo" ? (x(), z(O(cn), { key: 9 })) : j("", !0),
|
|
2619
|
+
n.icon === "copy" ? (x(), z(O(Jt), { key: 10 })) : j("", !0),
|
|
2620
|
+
n.icon === "print" ? (x(), z(O(un), { key: 11 })) : j("", !0),
|
|
2621
|
+
n.icon === "plus" ? (x(), z(O(sn), { key: 12 })) : j("", !0),
|
|
2622
|
+
n.icon === "minus" ? (x(), z(O(on), { key: 13 })) : j("", !0),
|
|
2623
|
+
n.icon === "info" ? (x(), z(O(an), { key: 14 })) : j("", !0),
|
|
2624
|
+
n.icon === "audit" ? (x(), z(O(Ht), { key: 15 })) : j("", !0),
|
|
2625
|
+
n.icon === "schedule" ? (x(), z(O(fn), { key: 16 })) : j("", !0),
|
|
2626
|
+
n.icon === "close" ? (x(), z(O(Wt), { key: 17 })) : j("", !0),
|
|
2627
|
+
n.icon === "stop" ? (x(), z(O(gn), { key: 18 })) : j("", !0),
|
|
2628
|
+
n.icon === "check" ? (x(), z(O(Yt), { key: 19 })) : j("", !0),
|
|
2629
|
+
n.icon === "setting" ? (x(), z(O(mn), { key: 20 })) : j("", !0),
|
|
2630
|
+
n.icon === "menu" ? (x(), z(O(rn), { key: 21 })) : j("", !0),
|
|
2631
|
+
n.icon === "pdf" ? (x(), z(O(tn), { key: 22 })) : j("", !0),
|
|
2632
|
+
n.icon === "push" ? (x(), z(O(Gt), { key: 23 })) : j("", !0),
|
|
2633
|
+
n.icon === "upload" ? (x(), z(O(yn), { key: 24 })) : j("", !0),
|
|
2634
|
+
n.icon === "search" ? (x(), z(O(pn), { key: 25 })) : j("", !0),
|
|
2635
|
+
n.icon === "sync" ? (x(), z(O(hn), { key: 26 })) : j("", !0),
|
|
2636
|
+
n.icon === "link" ? (x(), z(O(ln), { key: 27 })) : j("", !0),
|
|
2637
|
+
!n.icon || n.icon === "" ? (x(), z(O(nn), { key: 28 })) : j("", !0)
|
|
2634
2638
|
], 64));
|
|
2635
2639
|
}
|
|
2636
2640
|
});
|
|
@@ -2641,7 +2645,7 @@ var it = { exports: {} }, Ei = it.exports, Ta;
|
|
|
2641
2645
|
function Ui() {
|
|
2642
2646
|
return Ta || (Ta = 1, (function(e, n) {
|
|
2643
2647
|
(function(t, a) {
|
|
2644
|
-
e.exports = a(
|
|
2648
|
+
e.exports = a(T);
|
|
2645
2649
|
})(Ei, (function(t) {
|
|
2646
2650
|
function a(o) {
|
|
2647
2651
|
return o && typeof o == "object" && "default" in o ? o : { default: o };
|
|
@@ -2739,13 +2743,13 @@ function Zi() {
|
|
|
2739
2743
|
var r = a.prototype, o = function(d) {
|
|
2740
2744
|
return d && (d.indexOf ? d : d.s);
|
|
2741
2745
|
}, i = function(d, y, _, C, m) {
|
|
2742
|
-
var f = d.name ? d : d.$locale(), v = o(f[y]), g = o(f[_]),
|
|
2746
|
+
var f = d.name ? d : d.$locale(), v = o(f[y]), g = o(f[_]), S = v || g.map((function(b) {
|
|
2743
2747
|
return b.slice(0, C);
|
|
2744
2748
|
}));
|
|
2745
|
-
if (!m) return
|
|
2749
|
+
if (!m) return S;
|
|
2746
2750
|
var h = f.weekStart;
|
|
2747
|
-
return
|
|
2748
|
-
return
|
|
2751
|
+
return S.map((function(b, N) {
|
|
2752
|
+
return S[(N + (h || 0)) % 7];
|
|
2749
2753
|
}));
|
|
2750
2754
|
}, u = function() {
|
|
2751
2755
|
return l.Ls[l.locale()];
|
|
@@ -2808,7 +2812,7 @@ function Zi() {
|
|
|
2808
2812
|
})(ut)), ut.exports;
|
|
2809
2813
|
}
|
|
2810
2814
|
var Qi = Zi();
|
|
2811
|
-
const St = /* @__PURE__ */ Ol(Qi), Xi = "CONSTANT_DIALOG_CONTAINER", be = "CONSTANT_PAGE_OPTIONS", Ki = (e, n = "") => s(e) ? e : n, es = (e, n) => (n = s(n) ? n : 2, s(e) ? e.toFixed(n) : 0), Bt = (e, n) => (n = s(n) ? n : 2, s(e) ? `${Me.commafy(Number(e), { digits: n })}` : e), wl = (e) => _n(e, "yyyy-MM-dd"), _l = (e) => _n(e, "yyyy-MM-dd HH:mm:ss"), _n = (e, n) => Me.toDateString(e, n), ct = (e, n) => e && e.length > n ? e.substring(0, n) + "..." : e, ts = (e, n) => typeof n == "string" ? n === "number" ? Bt(e) : n === "date" ? wl(e) : n === "datetime" ? _l(e) : ct(e, 200) : typeof n == "object" && n instanceof Array && n[0] === "number" ? Bt(e, n[1]) : ct(e, 200),
|
|
2815
|
+
const St = /* @__PURE__ */ Ol(Qi), Xi = "CONSTANT_DIALOG_CONTAINER", be = "CONSTANT_PAGE_OPTIONS", Ki = (e, n = "") => s(e) ? e : n, es = (e, n) => (n = s(n) ? n : 2, s(e) ? e.toFixed(n) : 0), Bt = (e, n) => (n = s(n) ? n : 2, s(e) ? `${Me.commafy(Number(e), { digits: n })}` : e), wl = (e) => _n(e, "yyyy-MM-dd"), _l = (e) => _n(e, "yyyy-MM-dd HH:mm:ss"), _n = (e, n) => Me.toDateString(e, n), ct = (e, n) => e && e.length > n ? e.substring(0, n) + "..." : e, ts = (e, n) => typeof n == "string" ? n === "number" ? Bt(e) : n === "date" ? wl(e) : n === "datetime" ? _l(e) : ct(e, 200) : typeof n == "object" && n instanceof Array && n[0] === "number" ? Bt(e, n[1]) : ct(e, 200), V = {
|
|
2812
2816
|
toString: Ki,
|
|
2813
2817
|
toDateString: wl,
|
|
2814
2818
|
toDatetimeString: _l,
|
|
@@ -2832,65 +2836,65 @@ const St = /* @__PURE__ */ Ol(Qi), Xi = "CONSTANT_DIALOG_CONTAINER", be = "CONST
|
|
|
2832
2836
|
},
|
|
2833
2837
|
emits: ["update:value"],
|
|
2834
2838
|
setup(e, { expose: n, emit: t }) {
|
|
2835
|
-
|
|
2836
|
-
const a = e, l =
|
|
2837
|
-
let c =
|
|
2839
|
+
T.locale("zh-cn"), T.extend(wn), T.extend(St);
|
|
2840
|
+
const a = e, l = V.toString(a.picker, "date"), r = a.picker === "date" ? "day" : a.picker, o = V.toString(a.format, "YYYY-MM-DD"), i = he(be), u = qe(i?.size);
|
|
2841
|
+
let c = M();
|
|
2838
2842
|
const p = [
|
|
2839
|
-
{ label: "当天", value: [
|
|
2840
|
-
{ label: "近7天", value: [
|
|
2841
|
-
{ label: "近两周", value: [
|
|
2842
|
-
{ label: "近一个月", value: [
|
|
2843
|
-
{ label: "近三个月", value: [
|
|
2844
|
-
{ label: "近六个月", value: [
|
|
2845
|
-
{ label: "近一年", value: [
|
|
2846
|
-
{ label: "近三年", value: [
|
|
2843
|
+
{ label: "当天", value: [T().add(0, r)] },
|
|
2844
|
+
{ label: "近7天", value: [T().add(-7, r)] },
|
|
2845
|
+
{ label: "近两周", value: [T().add(-14, r)] },
|
|
2846
|
+
{ label: "近一个月", value: [T().add(-30, r)] },
|
|
2847
|
+
{ label: "近三个月", value: [T().add(-90, r)] },
|
|
2848
|
+
{ label: "近六个月", value: [T().add(-180, r)] },
|
|
2849
|
+
{ label: "近一年", value: [T().add(-365, r)] },
|
|
2850
|
+
{ label: "近三年", value: [T().add(-1095, r)] }
|
|
2847
2851
|
], d = [
|
|
2848
|
-
{ label: "本月", value: [
|
|
2849
|
-
{ label: "近一个月", value: [
|
|
2850
|
-
{ label: "近三个月", value: [
|
|
2851
|
-
{ label: "近六个月", value: [
|
|
2852
|
-
{ label: "近一年", value: [
|
|
2853
|
-
{ label: "近两年", value: [
|
|
2854
|
-
{ label: "近三年", value: [
|
|
2852
|
+
{ label: "本月", value: [T().add(0, r)] },
|
|
2853
|
+
{ label: "近一个月", value: [T().add(-1, r)] },
|
|
2854
|
+
{ label: "近三个月", value: [T().add(-3, r)] },
|
|
2855
|
+
{ label: "近六个月", value: [T().add(-5, r)] },
|
|
2856
|
+
{ label: "近一年", value: [T().add(-12, r)] },
|
|
2857
|
+
{ label: "近两年", value: [T().add(-24, r)] },
|
|
2858
|
+
{ label: "近三年", value: [T().add(-36, r)] }
|
|
2855
2859
|
], y = [
|
|
2856
|
-
{ label: "本年", value: [
|
|
2857
|
-
{ label: "近一年", value: [
|
|
2858
|
-
{ label: "近两年", value: [
|
|
2859
|
-
{ label: "近三年", value: [
|
|
2860
|
-
{ label: "近五年", value: [
|
|
2861
|
-
], _ =
|
|
2860
|
+
{ label: "本年", value: [T().add(0, r)] },
|
|
2861
|
+
{ label: "近一年", value: [T().add(-1, r)] },
|
|
2862
|
+
{ label: "近两年", value: [T().add(-2, r)] },
|
|
2863
|
+
{ label: "近三年", value: [T().add(-3, r)] },
|
|
2864
|
+
{ label: "近五年", value: [T().add(-5, r)] }
|
|
2865
|
+
], _ = M(l === "year" ? y : l === "month" ? d : p), C = t, m = (h, b) => {
|
|
2862
2866
|
le("日期区间选值", b), b && b[0] == "" && b[1] == "" ? C("update:value", null) : C("update:value", b);
|
|
2863
2867
|
}, f = () => {
|
|
2864
2868
|
let h = null, b = null;
|
|
2865
|
-
return c.value && c.value[0] && (h =
|
|
2869
|
+
return c.value && c.value[0] && (h = T(c.value[0]).format(o)), c.value && c.value[1] && (b = T(c.value[1]).format(o)), !h && !b ? null : [h, b];
|
|
2866
2870
|
}, v = (h) => {
|
|
2867
|
-
const b = h ? h[0] : null,
|
|
2868
|
-
typeof b == "number" || typeof
|
|
2869
|
-
s(b) ?
|
|
2870
|
-
s(
|
|
2871
|
-
] : c.value = [s(b) ?
|
|
2871
|
+
const b = h ? h[0] : null, N = h ? h[1] : null;
|
|
2872
|
+
typeof b == "number" || typeof N == "number" ? c.value = [
|
|
2873
|
+
s(b) ? T().add(b, r) : null,
|
|
2874
|
+
s(N) ? T().add(N, r) : null
|
|
2875
|
+
] : c.value = [s(b) ? T(b) : null, s(N) ? T(N) : null], C("update:value", f());
|
|
2872
2876
|
}, g = () => {
|
|
2873
2877
|
s(a.defaultValue) ? v([a.defaultValue, null]) : v(null);
|
|
2874
|
-
},
|
|
2878
|
+
}, S = () => "dateRange";
|
|
2875
2879
|
return ie(() => {
|
|
2876
2880
|
g();
|
|
2877
2881
|
}), n({
|
|
2878
2882
|
setValue: v,
|
|
2879
2883
|
getValue: f,
|
|
2880
2884
|
resetValue: g,
|
|
2881
|
-
getRefType:
|
|
2885
|
+
getRefType: S
|
|
2882
2886
|
}), (h, b) => {
|
|
2883
|
-
const
|
|
2884
|
-
return x(), z(
|
|
2885
|
-
value:
|
|
2886
|
-
"onUpdate:value": b[0] || (b[0] = (
|
|
2887
|
+
const N = H("a-range-picker");
|
|
2888
|
+
return x(), z(N, {
|
|
2889
|
+
value: O(c),
|
|
2890
|
+
"onUpdate:value": b[0] || (b[0] = (U) => gt(c) ? c.value = U : c = U),
|
|
2887
2891
|
onChange: m,
|
|
2888
2892
|
presets: _.value,
|
|
2889
|
-
locale:
|
|
2893
|
+
locale: O(Ge),
|
|
2890
2894
|
allowEmpty: [!0, !0],
|
|
2891
|
-
format:
|
|
2892
|
-
picker:
|
|
2893
|
-
size:
|
|
2895
|
+
format: O(o),
|
|
2896
|
+
picker: O(l),
|
|
2897
|
+
size: O(u),
|
|
2894
2898
|
style: { width: "100%" }
|
|
2895
2899
|
}, null, 8, ["value", "presets", "locale", "format", "picker", "size"]);
|
|
2896
2900
|
};
|
|
@@ -2910,16 +2914,16 @@ const St = /* @__PURE__ */ Ol(Qi), Xi = "CONSTANT_DIALOG_CONTAINER", be = "CONST
|
|
|
2910
2914
|
},
|
|
2911
2915
|
emits: ["update:value"],
|
|
2912
2916
|
setup(e, { expose: n, emit: t }) {
|
|
2913
|
-
|
|
2914
|
-
const a = e, l = he(be), r = qe(l?.size), o =
|
|
2915
|
-
let c =
|
|
2917
|
+
T.locale("zh-cn"), T.extend(wn), T.extend(St);
|
|
2918
|
+
const a = e, l = he(be), r = qe(l?.size), o = V.toString(a.picker, "date"), i = V.toString(a.format, "YYYY-MM-DD"), u = t;
|
|
2919
|
+
let c = M();
|
|
2916
2920
|
const p = (C, m) => {
|
|
2917
2921
|
le("日期选值", m), !m || m == "" ? u("update:value", null) : u("update:value", m);
|
|
2918
2922
|
}, d = () => {
|
|
2919
2923
|
let C = null;
|
|
2920
|
-
return c.value && (C =
|
|
2924
|
+
return c.value && (C = T(c.value).format(i)), C || null;
|
|
2921
2925
|
}, y = (C) => {
|
|
2922
|
-
typeof C == "number" ? c.value = s(C) ?
|
|
2926
|
+
typeof C == "number" ? c.value = s(C) ? T().add(C, o) : null : c.value = s(C) ? T(C) : null, u("update:value", d());
|
|
2923
2927
|
}, _ = () => {
|
|
2924
2928
|
s(a.defaultValue) ? y(a.defaultValue) : y(null);
|
|
2925
2929
|
};
|
|
@@ -2930,15 +2934,15 @@ const St = /* @__PURE__ */ Ol(Qi), Xi = "CONSTANT_DIALOG_CONTAINER", be = "CONST
|
|
|
2930
2934
|
getValue: d,
|
|
2931
2935
|
resetValue: _
|
|
2932
2936
|
}), (C, m) => {
|
|
2933
|
-
const f =
|
|
2937
|
+
const f = H("a-date-picker");
|
|
2934
2938
|
return x(), z(f, {
|
|
2935
|
-
value:
|
|
2939
|
+
value: O(c),
|
|
2936
2940
|
"onUpdate:value": m[0] || (m[0] = (v) => gt(c) ? c.value = v : c = v),
|
|
2937
2941
|
onChange: p,
|
|
2938
|
-
locale:
|
|
2939
|
-
format:
|
|
2940
|
-
picker:
|
|
2941
|
-
size:
|
|
2942
|
+
locale: O(Ge),
|
|
2943
|
+
format: O(i),
|
|
2944
|
+
picker: O(o),
|
|
2945
|
+
size: O(r),
|
|
2942
2946
|
allowClear: a.clearable,
|
|
2943
2947
|
style: { width: "100%" }
|
|
2944
2948
|
}, null, 8, ["value", "locale", "format", "picker", "size", "allowClear"]);
|
|
@@ -2958,7 +2962,7 @@ const St = /* @__PURE__ */ Ol(Qi), Xi = "CONSTANT_DIALOG_CONTAINER", be = "CONST
|
|
|
2958
2962
|
},
|
|
2959
2963
|
emits: ["update:value"],
|
|
2960
2964
|
setup(e, { expose: n, emit: t }) {
|
|
2961
|
-
const a = e, l = he(be), r = qe(l?.size), o =
|
|
2965
|
+
const a = e, l = he(be), r = qe(l?.size), o = M(null), i = R(a.placeholder, "请输入" + a.title), u = t, c = () => {
|
|
2962
2966
|
u("update:value", o.value);
|
|
2963
2967
|
};
|
|
2964
2968
|
return n({
|
|
@@ -2972,15 +2976,15 @@ const St = /* @__PURE__ */ Ol(Qi), Xi = "CONSTANT_DIALOG_CONTAINER", be = "CONST
|
|
|
2972
2976
|
}), ie(() => {
|
|
2973
2977
|
u("update:value", o.value);
|
|
2974
2978
|
}), (_, C) => {
|
|
2975
|
-
const m =
|
|
2979
|
+
const m = H("a-input");
|
|
2976
2980
|
return x(), z(m, {
|
|
2977
2981
|
value: o.value,
|
|
2978
2982
|
"onUpdate:value": C[0] || (C[0] = (f) => o.value = f),
|
|
2979
|
-
placeholder:
|
|
2983
|
+
placeholder: O(i),
|
|
2980
2984
|
disabled: a.disabled,
|
|
2981
2985
|
type: a.inputType,
|
|
2982
2986
|
onChange: c,
|
|
2983
|
-
size:
|
|
2987
|
+
size: O(r),
|
|
2984
2988
|
style: { width: "100%" }
|
|
2985
2989
|
}, null, 8, ["value", "placeholder", "disabled", "type", "size"]);
|
|
2986
2990
|
};
|
|
@@ -3001,10 +3005,10 @@ const St = /* @__PURE__ */ Ol(Qi), Xi = "CONSTANT_DIALOG_CONTAINER", be = "CONST
|
|
|
3001
3005
|
},
|
|
3002
3006
|
emits: ["update:value"],
|
|
3003
3007
|
setup(e, { expose: n, emit: t }) {
|
|
3004
|
-
const a = e, l = he(be), r = l?.application || "", o = l?.ctxPath || "", i = l?.requestDictUrl || "", u = qe(l?.size), c =
|
|
3008
|
+
const a = e, l = he(be), r = l?.application || "", o = l?.ctxPath || "", i = l?.requestDictUrl || "", u = qe(l?.size), c = M(a.multiple ? [] : null), p = t, d = M([]), y = async () => {
|
|
3005
3009
|
let g = a.request.requestUrl;
|
|
3006
3010
|
return !g && r && (g = i), g ? (g = ne(o, g), await On(r, g, a.request)) : (le("下拉框插槽未获取到请求地址"), []);
|
|
3007
|
-
}, _ = (g,
|
|
3011
|
+
}, _ = (g, S) => S.label.toLowerCase().indexOf(g.toLowerCase()) >= 0, C = () => {
|
|
3008
3012
|
p("update:value", c.value);
|
|
3009
3013
|
}, m = () => c.value, f = (g) => {
|
|
3010
3014
|
c.value = g, p("update:value", c.value);
|
|
@@ -3019,12 +3023,12 @@ const St = /* @__PURE__ */ Ol(Qi), Xi = "CONSTANT_DIALOG_CONTAINER", be = "CONST
|
|
|
3019
3023
|
p("update:value", c.value), y().then((g) => {
|
|
3020
3024
|
d.value = g;
|
|
3021
3025
|
});
|
|
3022
|
-
}), (g,
|
|
3023
|
-
const h =
|
|
3026
|
+
}), (g, S) => {
|
|
3027
|
+
const h = H("a-select");
|
|
3024
3028
|
return x(), W("div", rs, [
|
|
3025
3029
|
D(h, {
|
|
3026
3030
|
value: c.value,
|
|
3027
|
-
"onUpdate:value":
|
|
3031
|
+
"onUpdate:value": S[0] || (S[0] = (b) => c.value = b),
|
|
3028
3032
|
onChange: C,
|
|
3029
3033
|
placeholder: "--请选择--",
|
|
3030
3034
|
allowClear: a.clearable,
|
|
@@ -3036,7 +3040,7 @@ const St = /* @__PURE__ */ Ol(Qi), Xi = "CONSTANT_DIALOG_CONTAINER", be = "CONST
|
|
|
3036
3040
|
defaultActiveFirstOption: !a.multiple,
|
|
3037
3041
|
autoClearSearchValue: !a.filterable,
|
|
3038
3042
|
disabled: a.disabled,
|
|
3039
|
-
size:
|
|
3043
|
+
size: O(u),
|
|
3040
3044
|
style: { width: "100%" }
|
|
3041
3045
|
}, null, 8, ["value", "allowClear", "mode", "max-tag-count", "options", "show-search", "defaultActiveFirstOption", "autoClearSearchValue", "disabled", "size"])
|
|
3042
3046
|
]);
|
|
@@ -3061,16 +3065,16 @@ const St = /* @__PURE__ */ Ol(Qi), Xi = "CONSTANT_DIALOG_CONTAINER", be = "CONST
|
|
|
3061
3065
|
},
|
|
3062
3066
|
emits: ["update:value"],
|
|
3063
3067
|
setup(e, { expose: n, emit: t }) {
|
|
3064
|
-
const a = e, l = he(be), r = l?.ctxPath || "", o = qe(l?.size), i = "请输入" + a.title + "搜索", u =
|
|
3068
|
+
const a = e, l = he(be), r = l?.ctxPath || "", o = qe(l?.size), i = "请输入" + a.title + "搜索", u = M(""), c = M(""), p = M([]), d = t, y = M(!1), _ = async (h) => {
|
|
3065
3069
|
if (p.value = [], h) {
|
|
3066
3070
|
y.value = !0;
|
|
3067
3071
|
const b = {
|
|
3068
3072
|
searchValue: Te(h)
|
|
3069
|
-
},
|
|
3073
|
+
}, N = await Re(ne(r, a.requestUrl), {
|
|
3070
3074
|
...a.requestParams,
|
|
3071
3075
|
...b
|
|
3072
3076
|
});
|
|
3073
|
-
return y.value = !1,
|
|
3077
|
+
return y.value = !1, N;
|
|
3074
3078
|
} else
|
|
3075
3079
|
return [];
|
|
3076
3080
|
}, C = It((h) => {
|
|
@@ -3081,9 +3085,9 @@ const St = /* @__PURE__ */ Ol(Qi), Xi = "CONSTANT_DIALOG_CONTAINER", be = "CONST
|
|
|
3081
3085
|
u.value = h, d("update:value", h);
|
|
3082
3086
|
}, f = () => c.value, v = () => u.value, g = (h, b = null) => {
|
|
3083
3087
|
u.value = h, c.value = b;
|
|
3084
|
-
let
|
|
3085
|
-
|
|
3086
|
-
p.value =
|
|
3088
|
+
let N = p.value.filter((U) => U.value === u.value);
|
|
3089
|
+
N.length === 1 ? c.value = N[0].label : _(h).then((U) => {
|
|
3090
|
+
p.value = U;
|
|
3087
3091
|
}), d("update:value", h);
|
|
3088
3092
|
};
|
|
3089
3093
|
return n({
|
|
@@ -3094,20 +3098,20 @@ const St = /* @__PURE__ */ Ol(Qi), Xi = "CONSTANT_DIALOG_CONTAINER", be = "CONST
|
|
|
3094
3098
|
g(a.defaultValue, a.defaultName);
|
|
3095
3099
|
}
|
|
3096
3100
|
}), (h, b) => {
|
|
3097
|
-
const
|
|
3101
|
+
const N = H("a-spin"), U = H("a-select");
|
|
3098
3102
|
return x(), W("div", is, [
|
|
3099
|
-
D(
|
|
3103
|
+
D(U, {
|
|
3100
3104
|
value: u.value,
|
|
3101
|
-
"onUpdate:value": b[0] || (b[0] = (
|
|
3105
|
+
"onUpdate:value": b[0] || (b[0] = (L) => u.value = L),
|
|
3102
3106
|
placeholder: i,
|
|
3103
3107
|
disabled: a.disabled,
|
|
3104
3108
|
"filter-option": !1,
|
|
3105
3109
|
options: p.value,
|
|
3106
|
-
size:
|
|
3110
|
+
size: O(o),
|
|
3107
3111
|
"default-active-first-option": !1,
|
|
3108
3112
|
"show-arrow": !1,
|
|
3109
3113
|
onChange: m,
|
|
3110
|
-
onSearch:
|
|
3114
|
+
onSearch: O(C),
|
|
3111
3115
|
"allow-clear": "",
|
|
3112
3116
|
"show-search": "",
|
|
3113
3117
|
style: { width: "100%" }
|
|
@@ -3115,7 +3119,7 @@ const St = /* @__PURE__ */ Ol(Qi), Xi = "CONSTANT_DIALOG_CONTAINER", be = "CONST
|
|
|
3115
3119
|
y.value ? {
|
|
3116
3120
|
name: "notFoundContent",
|
|
3117
3121
|
fn: I(() => [
|
|
3118
|
-
D(
|
|
3122
|
+
D(N, { size: "small" })
|
|
3119
3123
|
]),
|
|
3120
3124
|
key: "0"
|
|
3121
3125
|
} : void 0
|
|
@@ -3142,16 +3146,16 @@ const St = /* @__PURE__ */ Ol(Qi), Xi = "CONSTANT_DIALOG_CONTAINER", be = "CONST
|
|
|
3142
3146
|
},
|
|
3143
3147
|
emits: ["update:value"],
|
|
3144
3148
|
setup(e, { expose: n, emit: t }) {
|
|
3145
|
-
const a = e, l = he(be), r = l?.ctxPath || "", o = qe(l?.size), i = "请输入" + a.title + "搜索", u =
|
|
3149
|
+
const a = e, l = he(be), r = l?.ctxPath || "", o = qe(l?.size), i = "请输入" + a.title + "搜索", u = M(a.multiple ? [] : null), c = M(""), p = M([]), d = M([]), y = t, _ = (h, b) => b.label.toLowerCase().indexOf(Te(h).toLowerCase()) >= 0, C = async () => await Re(ne(r, a.requestUrl), a.requestParams), m = (h) => {
|
|
3146
3150
|
y("update:value", h);
|
|
3147
3151
|
}, f = () => c.value, v = () => u.value, g = (h) => {
|
|
3148
3152
|
u.value = h, y("update:value", u.value);
|
|
3149
|
-
let b = d.value.filter((
|
|
3153
|
+
let b = d.value.filter((N) => N.value === u.value);
|
|
3150
3154
|
if (a.multiple) {
|
|
3151
|
-
let
|
|
3152
|
-
b.forEach((
|
|
3153
|
-
|
|
3154
|
-
}), c.value =
|
|
3155
|
+
let N = "";
|
|
3156
|
+
b.forEach((U) => {
|
|
3157
|
+
N += U.label + ",";
|
|
3158
|
+
}), c.value = N;
|
|
3155
3159
|
} else
|
|
3156
3160
|
b.length === 1 && (c.value = b[0].label);
|
|
3157
3161
|
};
|
|
@@ -3165,18 +3169,18 @@ const St = /* @__PURE__ */ Ol(Qi), Xi = "CONSTANT_DIALOG_CONTAINER", be = "CONST
|
|
|
3165
3169
|
}), C().then((h) => {
|
|
3166
3170
|
d.value = h, p.value = h;
|
|
3167
3171
|
}), (h, b) => {
|
|
3168
|
-
const
|
|
3172
|
+
const N = H("a-select");
|
|
3169
3173
|
return x(), W("div", us, [
|
|
3170
|
-
D(
|
|
3174
|
+
D(N, {
|
|
3171
3175
|
value: u.value,
|
|
3172
|
-
"onUpdate:value": b[0] || (b[0] = (
|
|
3176
|
+
"onUpdate:value": b[0] || (b[0] = (U) => u.value = U),
|
|
3173
3177
|
placeholder: i,
|
|
3174
3178
|
disabled: a.disabled,
|
|
3175
3179
|
mode: a.multiple ? "multiple" : "",
|
|
3176
3180
|
defaultActiveFirstOption: !a.multiple,
|
|
3177
3181
|
"filter-option": _,
|
|
3178
3182
|
options: p.value,
|
|
3179
|
-
size:
|
|
3183
|
+
size: O(o),
|
|
3180
3184
|
onChange: m,
|
|
3181
3185
|
"allow-clear": "",
|
|
3182
3186
|
"show-search": "",
|
|
@@ -3208,7 +3212,7 @@ const St = /* @__PURE__ */ Ol(Qi), Xi = "CONSTANT_DIALOG_CONTAINER", be = "CONST
|
|
|
3208
3212
|
},
|
|
3209
3213
|
emits: ["update:value", "change"],
|
|
3210
3214
|
setup(e, { expose: n, emit: t }) {
|
|
3211
|
-
const a = e, l = he(be), r = l?.application || "", o = l?.ctxPath || "", i = qe(l?.size), u = "请输入" + a.title + "搜索", c = a.fieldNames.label, p = a.fieldNames.value, d =
|
|
3215
|
+
const a = e, l = he(be), r = l?.application || "", o = l?.ctxPath || "", i = qe(l?.size), u = "请输入" + a.title + "搜索", c = a.fieldNames.label, p = a.fieldNames.value, d = M([]), y = M([]), _ = async () => {
|
|
3212
3216
|
const b = await yl(
|
|
3213
3217
|
ne(o, a.requestUrl),
|
|
3214
3218
|
a.requestParams,
|
|
@@ -3216,9 +3220,9 @@ const St = /* @__PURE__ */ Ol(Qi), Xi = "CONSTANT_DIALOG_CONTAINER", be = "CONST
|
|
|
3216
3220
|
"CASCADER_" + a.cacheKey
|
|
3217
3221
|
);
|
|
3218
3222
|
y.value = b;
|
|
3219
|
-
}, C = t, m = (b,
|
|
3220
|
-
s(
|
|
3221
|
-
}, f = (b,
|
|
3223
|
+
}, C = t, m = (b, N) => {
|
|
3224
|
+
s(N) ? (C("update:value", b[b.length - 1]), C("change", N[N.length - 1])) : (C("update:value", null), C("change", null));
|
|
3225
|
+
}, f = (b, N) => N.some((U) => U[c].indexOf(b) > -1), v = () => y.value.filter((N) => N[p] === d.value[d.value.length - 1])[c], g = () => d.value, S = (b) => {
|
|
3222
3226
|
d.value = b, C("update:value", b);
|
|
3223
3227
|
}, h = () => {
|
|
3224
3228
|
d.value = null, C("update:value", null), C("change", null);
|
|
@@ -3228,14 +3232,14 @@ const St = /* @__PURE__ */ Ol(Qi), Xi = "CONSTANT_DIALOG_CONTAINER", be = "CONST
|
|
|
3228
3232
|
}), n({
|
|
3229
3233
|
getName: v,
|
|
3230
3234
|
getValue: g,
|
|
3231
|
-
setValue:
|
|
3235
|
+
setValue: S,
|
|
3232
3236
|
resetValue: h
|
|
3233
|
-
}), (b,
|
|
3234
|
-
const
|
|
3237
|
+
}), (b, N) => {
|
|
3238
|
+
const U = H("a-cascader");
|
|
3235
3239
|
return x(), W("div", ds, [
|
|
3236
|
-
D(
|
|
3240
|
+
D(U, {
|
|
3237
3241
|
value: d.value,
|
|
3238
|
-
"onUpdate:value":
|
|
3242
|
+
"onUpdate:value": N[0] || (N[0] = (L) => d.value = L),
|
|
3239
3243
|
options: y.value,
|
|
3240
3244
|
fieldNames: a.fieldNames,
|
|
3241
3245
|
"show-search": { filter: f },
|
|
@@ -3243,7 +3247,7 @@ const St = /* @__PURE__ */ Ol(Qi), Xi = "CONSTANT_DIALOG_CONTAINER", be = "CONST
|
|
|
3243
3247
|
clearable: a.clearable,
|
|
3244
3248
|
changeOnSelect: a.changeOnSelect,
|
|
3245
3249
|
placeholder: u,
|
|
3246
|
-
size:
|
|
3250
|
+
size: O(i),
|
|
3247
3251
|
onChange: m,
|
|
3248
3252
|
style: { width: "100%" }
|
|
3249
3253
|
}, null, 8, ["value", "options", "fieldNames", "show-search", "disabled", "clearable", "changeOnSelect", "size"])
|
|
@@ -3314,7 +3318,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
3314
3318
|
__name: "AntdModal",
|
|
3315
3319
|
emits: ["cancel", "submit"],
|
|
3316
3320
|
setup(e, { emit: n }) {
|
|
3317
|
-
Ul((
|
|
3321
|
+
Ul((q) => ({
|
|
3318
3322
|
"761c0466": f.value,
|
|
3319
3323
|
"1ad0f4ad": v.value,
|
|
3320
3324
|
dfcbabf2: 500 + g()
|
|
@@ -3336,70 +3340,70 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
3336
3340
|
mountainTop: A.targetModal.mountainTop
|
|
3337
3341
|
});
|
|
3338
3342
|
Object.assign(t, Xa());
|
|
3339
|
-
const a =
|
|
3343
|
+
const a = M(!0);
|
|
3340
3344
|
window.__sagUbmpPcModalMinimizedStack || (window.__sagUbmpPcModalMinimizedStack = ee({
|
|
3341
3345
|
count: [],
|
|
3342
3346
|
positions: {}
|
|
3343
3347
|
}));
|
|
3344
|
-
const l = window.__sagUbmpPcModalMinimizedStack, r =
|
|
3348
|
+
const l = window.__sagUbmpPcModalMinimizedStack, r = M("sag-vxe-page-dialog-default " + (t.mountainTop ? "" : "sag-dialog-wrap")), o = (q) => t.mountainTop ? document.body : A.targetModal.getDialogContainer != null && typeof A.targetModal.getDialogContainer == "function" ? A.targetModal.getDialogContainer(q) : q.parentNode, i = Ct(() => t.componentVue && typeof t.componentUrl == "string" ? hs(t.componentUrl) : t.componentUrl), u = t.componentVue ? "" : t.componentUrl, c = t.mountainTop ? "calc(100vh - 88px)" : "calc(100vh - 188px)", p = n, d = () => {
|
|
3345
3349
|
a.value = !0, p("cancel");
|
|
3346
|
-
}, y = (
|
|
3347
|
-
p("submit",
|
|
3348
|
-
}, _ =
|
|
3350
|
+
}, y = (q) => {
|
|
3351
|
+
p("submit", q);
|
|
3352
|
+
}, _ = M(null), C = M(!1), m = ee({
|
|
3349
3353
|
width: t.maximize ? "100%" : t.width,
|
|
3350
3354
|
height: t.maximize ? c : t.height,
|
|
3351
3355
|
minIcon: "vxe-icon-minus",
|
|
3352
3356
|
maxZoomIcon: t.maximize ? "vxe-icon-maximize" : "vxe-icon-square"
|
|
3353
|
-
}), f = Ct(() => "20px"), v = Ct(() => (l.positions[t.instanceId] ?? 0) * 100 + 20 + "px"), g = () => l.positions[t.instanceId] ?? 0,
|
|
3354
|
-
const
|
|
3355
|
-
if (!s(
|
|
3356
|
-
let
|
|
3357
|
-
for (let
|
|
3358
|
-
if (!l.count.includes(
|
|
3359
|
-
|
|
3357
|
+
}), f = Ct(() => "20px"), v = Ct(() => (l.positions[t.instanceId] ?? 0) * 100 + 20 + "px"), g = () => l.positions[t.instanceId] ?? 0, S = () => {
|
|
3358
|
+
const q = l.positions[t.instanceId];
|
|
3359
|
+
if (!s(q) || q === -1) {
|
|
3360
|
+
let E = -1;
|
|
3361
|
+
for (let Y = 0; Y <= 4; Y++)
|
|
3362
|
+
if (!l.count.includes(Y)) {
|
|
3363
|
+
E = Y, l.count.push(Y);
|
|
3360
3364
|
break;
|
|
3361
3365
|
}
|
|
3362
|
-
if (
|
|
3366
|
+
if (E === -1) {
|
|
3363
3367
|
Oe("最多同时隐藏5个窗口");
|
|
3364
3368
|
return;
|
|
3365
3369
|
}
|
|
3366
|
-
l.positions[t.instanceId] =
|
|
3370
|
+
l.positions[t.instanceId] = E;
|
|
3367
3371
|
}
|
|
3368
3372
|
C.value = !0, a.value = !1, t.visible = !1;
|
|
3369
3373
|
}, h = () => {
|
|
3370
3374
|
C.value = !1, t.visible = !0;
|
|
3371
|
-
const
|
|
3372
|
-
let
|
|
3373
|
-
|
|
3375
|
+
const q = l.positions;
|
|
3376
|
+
let E = l.count.findIndex((Y) => Y === q[t.instanceId]);
|
|
3377
|
+
E !== -1 && l.count.splice(E, 1), delete l.positions[t.instanceId];
|
|
3374
3378
|
}, b = () => {
|
|
3375
|
-
let
|
|
3376
|
-
|
|
3377
|
-
},
|
|
3378
|
-
console.log("iframe加载完毕",
|
|
3379
|
-
console.log("iframe关闭触发",
|
|
3379
|
+
let q = !_.value.fullScreen;
|
|
3380
|
+
q ? (m.maxZoomIcon = "vxe-icon-maximize", m.width = "100%", m.height = c) : (m.maxZoomIcon = "vxe-icon-square", m.width = t.width, m.height = t.height), _.value.fullScreen = q;
|
|
3381
|
+
}, N = "vue_iframe_" + Math.round(Math.random() * 1e8), U = M(), L = () => {
|
|
3382
|
+
console.log("iframe加载完毕", N), U.value.contentWindow.addEventListener("closeSagDialogModal", function(q) {
|
|
3383
|
+
console.log("iframe关闭触发", q), d();
|
|
3380
3384
|
});
|
|
3381
3385
|
};
|
|
3382
3386
|
return ie(() => {
|
|
3383
3387
|
le("SagVxeDialog弹出参数", t), t.maximize && (_.value.fullScreen = !0);
|
|
3384
3388
|
}), Fl(() => {
|
|
3385
3389
|
if (l && l.count.length > 0) {
|
|
3386
|
-
let
|
|
3387
|
-
|
|
3390
|
+
let q = l.count.findIndex((E) => E === l.positions[t.instanceId]);
|
|
3391
|
+
q !== -1 && l.count.splice(q, 1);
|
|
3388
3392
|
}
|
|
3389
|
-
}), (
|
|
3390
|
-
const
|
|
3393
|
+
}), (q, E) => {
|
|
3394
|
+
const Y = H("vxe-button"), re = H("a-modal");
|
|
3391
3395
|
return x(), W("div", vs, [
|
|
3392
3396
|
Vt(K("div", {
|
|
3393
3397
|
class: "sag-ubmp-pc-modal-minimized-bar",
|
|
3394
3398
|
onClick: h
|
|
3395
3399
|
}, [
|
|
3396
|
-
K("span", bs, ae(t.title + (
|
|
3397
|
-
D(
|
|
3400
|
+
K("span", bs, ae(t.title + (O(s)(t.instanceValue) ? "【" + t.instanceValue + "】" : "")), 1),
|
|
3401
|
+
D(Y, {
|
|
3398
3402
|
mode: "text",
|
|
3399
3403
|
icon: "vxe-icon-square",
|
|
3400
3404
|
size: "small"
|
|
3401
3405
|
}, {
|
|
3402
|
-
default: I(() =>
|
|
3406
|
+
default: I(() => E[0] || (E[0] = [
|
|
3403
3407
|
ce("还原")
|
|
3404
3408
|
])),
|
|
3405
3409
|
_: 1
|
|
@@ -3430,14 +3434,14 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
3430
3434
|
title: I(() => [
|
|
3431
3435
|
K("span", ys, ae(t.title), 1),
|
|
3432
3436
|
K("span", Ss, [
|
|
3433
|
-
|
|
3437
|
+
O(s)(t.instanceId) && t.componentVue ? (x(), z(Y, {
|
|
3434
3438
|
key: 0,
|
|
3435
3439
|
mode: "text",
|
|
3436
3440
|
icon: m.minIcon,
|
|
3437
|
-
onClick:
|
|
3441
|
+
onClick: S,
|
|
3438
3442
|
title: "缩小"
|
|
3439
|
-
}, null, 8, ["icon"])) :
|
|
3440
|
-
D(
|
|
3443
|
+
}, null, 8, ["icon"])) : j("", !0),
|
|
3444
|
+
D(Y, {
|
|
3441
3445
|
mode: "text",
|
|
3442
3446
|
icon: m.maxZoomIcon,
|
|
3443
3447
|
onClick: b,
|
|
@@ -3449,14 +3453,14 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
3449
3453
|
t.componentVue ? (x(), z(Hl(i.value), te({ key: 0 }, t.componentParams, {
|
|
3450
3454
|
onCancel: d,
|
|
3451
3455
|
onSubmit: y
|
|
3452
|
-
}), null, 16)) :
|
|
3453
|
-
t.componentVue ?
|
|
3456
|
+
}), null, 16)) : j("", !0),
|
|
3457
|
+
t.componentVue ? j("", !0) : (x(), W("iframe", {
|
|
3454
3458
|
key: 1,
|
|
3455
3459
|
ref_key: "iframeRef",
|
|
3456
|
-
ref:
|
|
3457
|
-
id:
|
|
3458
|
-
src:
|
|
3459
|
-
onLoad:
|
|
3460
|
+
ref: U,
|
|
3461
|
+
id: N,
|
|
3462
|
+
src: O(u),
|
|
3463
|
+
onLoad: L,
|
|
3460
3464
|
style: { width: "100%", height: "100%", border: "0 none", display: "block" }
|
|
3461
3465
|
}, null, 40, Os))
|
|
3462
3466
|
]),
|
|
@@ -3478,7 +3482,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
3478
3482
|
},
|
|
3479
3483
|
emits: ["update:value"],
|
|
3480
3484
|
setup(e, { expose: n, emit: t }) {
|
|
3481
|
-
const a = e, l = he(be), r =
|
|
3485
|
+
const a = e, l = he(be), r = M(null), o = R(a.placeholder, "请输入" + a.title), i = t, u = (y) => {
|
|
3482
3486
|
p(y.value);
|
|
3483
3487
|
}, c = () => r.value, p = (y) => {
|
|
3484
3488
|
r.value = y, i("update:value", r.value);
|
|
@@ -3492,12 +3496,12 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
3492
3496
|
}), ie(() => {
|
|
3493
3497
|
i("update:value", c());
|
|
3494
3498
|
}), (y, _) => {
|
|
3495
|
-
const C =
|
|
3499
|
+
const C = H("vxe-input", !0);
|
|
3496
3500
|
return x(), z(C, {
|
|
3497
3501
|
"model-value": r.value,
|
|
3498
|
-
placeholder:
|
|
3502
|
+
placeholder: O(o),
|
|
3499
3503
|
disabled: a.disabled,
|
|
3500
|
-
size:
|
|
3504
|
+
size: O(l)?.size,
|
|
3501
3505
|
onChange: u,
|
|
3502
3506
|
style: { width: "100%" }
|
|
3503
3507
|
}, null, 8, ["model-value", "placeholder", "disabled", "size"]);
|
|
@@ -3523,7 +3527,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
3523
3527
|
},
|
|
3524
3528
|
emits: ["update:value"],
|
|
3525
3529
|
setup(e, { expose: n, emit: t }) {
|
|
3526
|
-
const a = e, l = he(be), r = l?.ctxPath || "", o = l?.application || "", i = l?.requestDictUrl || "", u = "请输入" + a.title + "搜索", c =
|
|
3530
|
+
const a = e, l = he(be), r = l?.ctxPath || "", o = l?.application || "", i = l?.requestDictUrl || "", u = "请输入" + a.title + "搜索", c = M(""), p = M(""), d = M([]), y = t, _ = ee({
|
|
3527
3531
|
multiple: a.multiple,
|
|
3528
3532
|
filterable: a.filterable,
|
|
3529
3533
|
clearable: a.clearable,
|
|
@@ -3541,7 +3545,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
3541
3545
|
y("update:value", h);
|
|
3542
3546
|
}, f = () => p.value, v = () => c.value, g = (h) => {
|
|
3543
3547
|
c.value = h, y("update:value", c.value);
|
|
3544
|
-
let b = d.value.filter((
|
|
3548
|
+
let b = d.value.filter((N) => N.value === c.value);
|
|
3545
3549
|
b.length === 1 && (p.value = b[0].label);
|
|
3546
3550
|
};
|
|
3547
3551
|
return n({
|
|
@@ -3556,12 +3560,12 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
3556
3560
|
!a.multiple && a.selectAll && (h = [{ label: "--全部--", value: "" }].concat(h)), d.value = h, _.options = h;
|
|
3557
3561
|
});
|
|
3558
3562
|
}), (h, b) => {
|
|
3559
|
-
const
|
|
3560
|
-
return x(), z(
|
|
3563
|
+
const N = H("vxe-select", !0);
|
|
3564
|
+
return x(), z(N, te({
|
|
3561
3565
|
modelValue: c.value,
|
|
3562
|
-
"onUpdate:modelValue": b[0] || (b[0] = (
|
|
3566
|
+
"onUpdate:modelValue": b[0] || (b[0] = (U) => c.value = U)
|
|
3563
3567
|
}, _, {
|
|
3564
|
-
size:
|
|
3568
|
+
size: O(l)?.size,
|
|
3565
3569
|
onChange: m,
|
|
3566
3570
|
style: { width: "100%" }
|
|
3567
3571
|
}), null, 16, ["modelValue", "size"]);
|
|
@@ -3586,7 +3590,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
3586
3590
|
},
|
|
3587
3591
|
emits: ["update:value"],
|
|
3588
3592
|
setup(e, { expose: n, emit: t }) {
|
|
3589
|
-
const a = e, l = he(be), r = l?.ctxPath || "", o = "请输入" + a.title + "搜索", i =
|
|
3593
|
+
const a = e, l = he(be), r = l?.ctxPath || "", o = "请输入" + a.title + "搜索", i = M(""), u = M(""), c = M([]), p = t, d = ee({
|
|
3590
3594
|
clearable: !0,
|
|
3591
3595
|
filterable: !0,
|
|
3592
3596
|
disabled: a.disabled,
|
|
@@ -3597,18 +3601,18 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
3597
3601
|
remoteConfig: {
|
|
3598
3602
|
autoLoad: !1,
|
|
3599
3603
|
async queryMethod({ searchValue: g }) {
|
|
3600
|
-
const
|
|
3601
|
-
d.options =
|
|
3604
|
+
const S = await y(g);
|
|
3605
|
+
d.options = S, c.value = S;
|
|
3602
3606
|
}
|
|
3603
3607
|
}
|
|
3604
3608
|
}), y = async (g) => {
|
|
3605
3609
|
if (c.value = [], g) {
|
|
3606
|
-
const
|
|
3610
|
+
const S = {
|
|
3607
3611
|
searchValue: Te(g)
|
|
3608
3612
|
};
|
|
3609
3613
|
return await Re(ne(r, a.requestUrl), {
|
|
3610
3614
|
...a.requestParams,
|
|
3611
|
-
...
|
|
3615
|
+
...S
|
|
3612
3616
|
});
|
|
3613
3617
|
} else
|
|
3614
3618
|
return [];
|
|
@@ -3616,8 +3620,8 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
3616
3620
|
p("update:value", g);
|
|
3617
3621
|
}, C = () => u.value, m = () => i.value, f = (g) => {
|
|
3618
3622
|
i.value = g;
|
|
3619
|
-
let
|
|
3620
|
-
|
|
3623
|
+
let S = c.value.filter((h) => h.value === i.value);
|
|
3624
|
+
S.length === 1 ? u.value = S[0].label : y(g).then((h) => {
|
|
3621
3625
|
c.value = h;
|
|
3622
3626
|
}), p("update:value", i.value);
|
|
3623
3627
|
};
|
|
@@ -3628,13 +3632,13 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
3628
3632
|
resetValue: () => {
|
|
3629
3633
|
f(a.defaultValue);
|
|
3630
3634
|
}
|
|
3631
|
-
}), (g,
|
|
3632
|
-
const h =
|
|
3635
|
+
}), (g, S) => {
|
|
3636
|
+
const h = H("vxe-select");
|
|
3633
3637
|
return x(), z(h, te({
|
|
3634
3638
|
modelValue: i.value,
|
|
3635
|
-
"onUpdate:modelValue":
|
|
3639
|
+
"onUpdate:modelValue": S[0] || (S[0] = (b) => i.value = b)
|
|
3636
3640
|
}, d, {
|
|
3637
|
-
size:
|
|
3641
|
+
size: O(l)?.size,
|
|
3638
3642
|
onChange: _,
|
|
3639
3643
|
style: { width: "100%" }
|
|
3640
3644
|
}), null, 16, ["modelValue", "size"]);
|
|
@@ -3659,22 +3663,22 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
3659
3663
|
},
|
|
3660
3664
|
emits: ["update:value"],
|
|
3661
3665
|
setup(e, { expose: n, emit: t }) {
|
|
3662
|
-
const a = e, l = he(be), r = l?.ctxPath || "", o = "请输入" + a.title + "搜索", i =
|
|
3666
|
+
const a = e, l = he(be), r = l?.ctxPath || "", o = "请输入" + a.title + "搜索", i = M(""), u = M(""), c = M([]), p = t, d = ee({
|
|
3663
3667
|
filterable: !0,
|
|
3664
3668
|
clearable: !0,
|
|
3665
3669
|
disabled: a.disabled,
|
|
3666
3670
|
transfer: a.transfer,
|
|
3667
3671
|
placeholder: o,
|
|
3668
3672
|
options: [],
|
|
3669
|
-
filterMethod({ searchValue: g, option:
|
|
3670
|
-
return
|
|
3673
|
+
filterMethod({ searchValue: g, option: S }) {
|
|
3674
|
+
return S.label.toLowerCase().indexOf(Te(g).toLowerCase()) >= 0;
|
|
3671
3675
|
}
|
|
3672
3676
|
}), y = async () => await Re(ne(r, a.requestUrl), a.requestParams), _ = ({ value: g }) => {
|
|
3673
3677
|
p("update:value", g);
|
|
3674
3678
|
}, C = () => u.value, m = () => i.value, f = (g) => {
|
|
3675
3679
|
i.value = g, p("update:value", i.value);
|
|
3676
|
-
let
|
|
3677
|
-
|
|
3680
|
+
let S = c.value.filter((h) => h.value === i.value);
|
|
3681
|
+
S.length === 1 && (u.value = S[0].label);
|
|
3678
3682
|
};
|
|
3679
3683
|
return n({
|
|
3680
3684
|
getName: C,
|
|
@@ -3687,13 +3691,13 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
3687
3691
|
y().then((g) => {
|
|
3688
3692
|
c.value = g, d.options = g;
|
|
3689
3693
|
});
|
|
3690
|
-
}), (g,
|
|
3691
|
-
const h =
|
|
3694
|
+
}), (g, S) => {
|
|
3695
|
+
const h = H("vxe-select");
|
|
3692
3696
|
return x(), z(h, te({
|
|
3693
3697
|
modelValue: i.value,
|
|
3694
|
-
"onUpdate:modelValue":
|
|
3698
|
+
"onUpdate:modelValue": S[0] || (S[0] = (b) => i.value = b)
|
|
3695
3699
|
}, d, {
|
|
3696
|
-
size:
|
|
3700
|
+
size: O(l)?.size,
|
|
3697
3701
|
onChange: _,
|
|
3698
3702
|
style: { width: "100%" }
|
|
3699
3703
|
}), null, 16, ["modelValue", "size"]);
|
|
@@ -3799,7 +3803,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
3799
3803
|
51: "AZ"
|
|
3800
3804
|
};
|
|
3801
3805
|
return (r, o) => {
|
|
3802
|
-
const i =
|
|
3806
|
+
const i = H("vxe-button");
|
|
3803
3807
|
return x(), z(i, {
|
|
3804
3808
|
size: "small",
|
|
3805
3809
|
circle: !0,
|
|
@@ -3831,135 +3835,134 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
3831
3835
|
height: A.targetModal.height,
|
|
3832
3836
|
maskClosable: A.targetModal.maskClosable,
|
|
3833
3837
|
mountainTop: A.targetModal.mountainTop
|
|
3834
|
-
}), l =
|
|
3835
|
-
application:
|
|
3836
|
-
ctxPath:
|
|
3837
|
-
size:
|
|
3838
|
-
requestDictUrl:
|
|
3839
|
-
templateType:
|
|
3840
|
-
templateTitle:
|
|
3841
|
-
onMountedModule:
|
|
3838
|
+
}), l = M([]), r = Xa(), o = ee({
|
|
3839
|
+
application: V.toString(r.application, A.application),
|
|
3840
|
+
ctxPath: V.toString(r.ctxPath, A.ctxPath),
|
|
3841
|
+
size: V.toString(r.size, A.size),
|
|
3842
|
+
requestDictUrl: V.toString(r.requestDictUrl, A.requestDictUrl),
|
|
3843
|
+
templateType: V.toString(r.templateType, null),
|
|
3844
|
+
templateTitle: V.toString(r.templateTitle, null),
|
|
3845
|
+
onMountedModule: V.toString(r.onMountedModule, null),
|
|
3842
3846
|
//页面加载时触发
|
|
3843
|
-
onLoadBeforeModule:
|
|
3847
|
+
onLoadBeforeModule: V.toString(r.onLoadBeforeModule, null),
|
|
3844
3848
|
//查询前触发
|
|
3845
|
-
onLoadAfterModule:
|
|
3849
|
+
onLoadAfterModule: V.toString(r.onLoadAfterModule, null),
|
|
3846
3850
|
//查询后触发
|
|
3847
|
-
onButtonClickModule:
|
|
3851
|
+
onButtonClickModule: V.toString(r.onButtonClickModule, null)
|
|
3848
3852
|
//按钮自定义事件
|
|
3849
3853
|
}), i = ee({
|
|
3850
|
-
requestData:
|
|
3851
|
-
requestDownload:
|
|
3852
|
-
requestImport:
|
|
3854
|
+
requestData: V.toString(r?.templateRequest?.requestData, null),
|
|
3855
|
+
requestDownload: V.toString(r?.templateRequest?.requestDownload, null),
|
|
3856
|
+
requestImport: V.toString(r?.templateRequest?.requestImport, null)
|
|
3853
3857
|
}), u = ee({
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
maskClosable: T.toString(r?.targetModal?.maskClosable, A.targetModal.maskClosable)
|
|
3858
|
+
title: V.toString(r?.targetModal?.title, A.targetModal.title),
|
|
3859
|
+
width: V.toString(r?.targetModal?.width, A.targetModal.width),
|
|
3860
|
+
height: V.toString(r?.targetModal?.height, A.targetModal.height),
|
|
3861
|
+
mountainTop: V.toString(r?.targetModal?.mountainTop, A.targetModal.mountainTop),
|
|
3862
|
+
componentVue: V.toString(r?.targetModal?.componentVue, A.targetModal.componentVue),
|
|
3863
|
+
maskClosable: V.toString(r?.targetModal?.maskClosable, A.targetModal.maskClosable)
|
|
3861
3864
|
}), c = ee({
|
|
3862
|
-
vxeSlot:
|
|
3863
|
-
storage:
|
|
3865
|
+
vxeSlot: V.toString(r?.templateForm?.vxeSlot, A.templateForm.vxeSlot),
|
|
3866
|
+
storage: V.toString(r?.templateForm?.storage, A.templateForm.storage),
|
|
3864
3867
|
formProps: {
|
|
3865
|
-
vertical:
|
|
3868
|
+
vertical: V.toString(
|
|
3866
3869
|
r?.templateForm?.formProps?.vertical,
|
|
3867
3870
|
A.templateForm.formProps.vertical
|
|
3868
3871
|
),
|
|
3869
|
-
titleColon:
|
|
3872
|
+
titleColon: V.toString(
|
|
3870
3873
|
r?.templateForm?.formProps?.titleColon,
|
|
3871
3874
|
A.templateForm.formProps.titleColon
|
|
3872
3875
|
),
|
|
3873
|
-
titleWidth:
|
|
3876
|
+
titleWidth: V.toString(
|
|
3874
3877
|
r?.templateForm?.formProps?.titleWidth,
|
|
3875
3878
|
A.templateForm.formProps.titleWidth
|
|
3876
3879
|
),
|
|
3877
|
-
titleAlign:
|
|
3880
|
+
titleAlign: V.toString(
|
|
3878
3881
|
r?.templateForm?.formProps?.titleAlign,
|
|
3879
3882
|
A.templateForm.formProps.titleAlign
|
|
3880
3883
|
),
|
|
3881
|
-
buttonAlign:
|
|
3884
|
+
buttonAlign: V.toString(
|
|
3882
3885
|
r?.templateForm?.formProps?.buttonAlign,
|
|
3883
3886
|
A.templateForm.formProps.buttonAlign
|
|
3884
3887
|
),
|
|
3885
|
-
foldingLength:
|
|
3888
|
+
foldingLength: V.toString(
|
|
3886
3889
|
r?.templateForm?.formProps?.foldingLength,
|
|
3887
3890
|
A.templateForm.formProps.foldingLength
|
|
3888
3891
|
)
|
|
3889
3892
|
},
|
|
3890
|
-
formItems:
|
|
3891
|
-
formRules:
|
|
3893
|
+
formItems: V.toString(r?.templateForm?.formItems, []),
|
|
3894
|
+
formRules: V.toString(r?.templateForm?.formRules, {})
|
|
3892
3895
|
}), p = ee({
|
|
3893
|
-
rowType:
|
|
3894
|
-
editConfig:
|
|
3895
|
-
showFooter:
|
|
3896
|
-
showButtonLink:
|
|
3897
|
-
showOverflow:
|
|
3896
|
+
rowType: V.toString(r?.templateTable?.rowType, null),
|
|
3897
|
+
editConfig: V.toString(r?.templateTable?.editConfig, !1),
|
|
3898
|
+
showFooter: V.toString(r?.templateTable?.showFooter, !1),
|
|
3899
|
+
showButtonLink: V.toString(r?.templateTable?.showButtonLink, A.templateTable.showButtonLink),
|
|
3900
|
+
showOverflow: V.toString(r?.templateTable?.showOverflow, A.templateTable.showOverflow),
|
|
3898
3901
|
tableColumns: r?.templateTable?.tableColumns,
|
|
3899
|
-
tableColumnsExtra:
|
|
3900
|
-
clientScale:
|
|
3901
|
-
minHeight:
|
|
3902
|
-
maxHeight:
|
|
3903
|
-
pageSizes:
|
|
3904
|
-
layouts:
|
|
3905
|
-
footerMethod:
|
|
3902
|
+
tableColumnsExtra: V.toString(r?.templateTable?.tableColumnsExtra, null),
|
|
3903
|
+
clientScale: V.toString(r?.templateTable?.clientScale, A.templateTable.clientScale),
|
|
3904
|
+
minHeight: V.toString(r?.templateTable?.minHeight, A.templateTable.minHeight),
|
|
3905
|
+
maxHeight: V.toString(r?.templateTable?.maxHeight, A.templateTable.maxHeight),
|
|
3906
|
+
pageSizes: V.toString(r?.templateTable?.pageSizes, []),
|
|
3907
|
+
layouts: V.toString(r?.templateTable?.layouts, null),
|
|
3908
|
+
footerMethod: V.toString(r?.templateTable?.footerMethod, null)
|
|
3906
3909
|
}), d = ee({
|
|
3907
|
-
mergeKey:
|
|
3908
|
-
seqKey:
|
|
3909
|
-
isMerge:
|
|
3910
|
-
isFooter:
|
|
3911
|
-
fields:
|
|
3912
|
-
backgroundColor:
|
|
3910
|
+
mergeKey: V.toString(r?.templateTable?.tableColumnMerge?.mergeKey, null),
|
|
3911
|
+
seqKey: V.toString(r?.templateTable?.tableColumnMerge?.seqKey, null),
|
|
3912
|
+
isMerge: V.toString(r?.templateTable?.tableColumnMerge?.isMerge, !1),
|
|
3913
|
+
isFooter: V.toString(r?.templateTable?.tableColumnMerge?.isFooter, !1),
|
|
3914
|
+
fields: V.toString(r?.templateTable?.tableColumnMerge?.fields, []),
|
|
3915
|
+
backgroundColor: V.toString(
|
|
3913
3916
|
r?.templateTable?.tableColumnMerge?.backgroundColor,
|
|
3914
3917
|
A?.templateTable?.tableColumnMerge?.backgroundColor
|
|
3915
3918
|
)
|
|
3916
3919
|
}), y = ee({
|
|
3917
|
-
formButtons:
|
|
3918
|
-
tableButtons:
|
|
3919
|
-
tableMoreButtons:
|
|
3920
|
+
formButtons: V.toString(r?.templateTable?.tableButtons?.formButtons, []),
|
|
3921
|
+
tableButtons: V.toString(r?.templateTable?.tableButtons?.tableButtons, []),
|
|
3922
|
+
tableMoreButtons: V.toString(r?.templateTable?.tableButtons?.tableMoreButtons, [])
|
|
3920
3923
|
}), _ = ee({
|
|
3921
|
-
className:
|
|
3924
|
+
className: V.toString(
|
|
3922
3925
|
r?.templateTable?.toolbarConfig?.className,
|
|
3923
3926
|
A.templateTable.toolbarConfig.className
|
|
3924
3927
|
),
|
|
3925
|
-
perfect:
|
|
3928
|
+
perfect: V.toString(
|
|
3926
3929
|
r?.templateTable?.toolbarConfig?.perfect,
|
|
3927
3930
|
A.templateTable.toolbarConfig.perfect
|
|
3928
3931
|
),
|
|
3929
|
-
print:
|
|
3932
|
+
print: V.toString(
|
|
3930
3933
|
r?.templateTable?.toolbarConfig?.print,
|
|
3931
3934
|
A.templateTable.toolbarConfig.print
|
|
3932
3935
|
),
|
|
3933
|
-
refresh:
|
|
3936
|
+
refresh: V.toString(
|
|
3934
3937
|
r?.templateTable?.toolbarConfig?.refresh,
|
|
3935
3938
|
A.templateTable.toolbarConfig.refresh
|
|
3936
3939
|
),
|
|
3937
|
-
custom:
|
|
3940
|
+
custom: V.toString(
|
|
3938
3941
|
r?.templateTable?.toolbarConfig?.custom,
|
|
3939
3942
|
A.templateTable.toolbarConfig.custom
|
|
3940
3943
|
),
|
|
3941
|
-
zoom:
|
|
3944
|
+
zoom: V.toString(r?.templateTable?.toolbarConfig?.zoom, A.templateTable.toolbarConfig.zoom),
|
|
3942
3945
|
slots: {
|
|
3943
|
-
buttons:
|
|
3946
|
+
buttons: V.toString(
|
|
3944
3947
|
r?.templateTable?.toolbarConfig?.slots?.buttons,
|
|
3945
3948
|
A.templateTable.toolbarConfig.slots.buttons
|
|
3946
3949
|
),
|
|
3947
|
-
tools:
|
|
3950
|
+
tools: V.toString(
|
|
3948
3951
|
r?.templateTable?.toolbarConfig?.slots?.tools,
|
|
3949
3952
|
A.templateTable.toolbarConfig.slots.tools
|
|
3950
3953
|
)
|
|
3951
3954
|
}
|
|
3952
3955
|
}), C = ee({
|
|
3953
|
-
pageSizePlacement:
|
|
3956
|
+
pageSizePlacement: V.toString(r?.templateTable?.pagerConfig?.pageSizePlacement, "top")
|
|
3954
3957
|
}), m = A.application + "_" + o.templateType, f = "sag_vxe_page_div_panel_" + m;
|
|
3955
|
-
qn(be, o), qn(Xi, () => document.getElementById(
|
|
3956
|
-
const v = Object.keys(Ie()), g = v.filter((P) => P.startsWith("items_")),
|
|
3957
|
-
we.value[
|
|
3958
|
+
qn(be, o), qn(Xi, () => document.getElementById(O(f)));
|
|
3959
|
+
const v = Object.keys(Ie()), g = v.filter((P) => P.startsWith("items_")), S = v.filter((P) => P.startsWith("cols_")), h = v.filter((P) => P.startsWith("tools_")), b = M(), N = M(!0), U = M(!1), L = M("none"), q = M(["1"]), E = M(0), Y = qe(o.size), re = M(), G = ee({}), we = M([]), Je = M(), Ot = M([]), Ze = t, ye = (P, w) => {
|
|
3960
|
+
we.value[w] = P;
|
|
3958
3961
|
}, De = async () => {
|
|
3959
3962
|
const P = b.value;
|
|
3960
|
-
if (!
|
|
3961
|
-
const
|
|
3962
|
-
|
|
3963
|
+
if (!U.value && P) {
|
|
3964
|
+
const w = Je.value;
|
|
3965
|
+
w ? w.validate().then((B) => {
|
|
3963
3966
|
(!B || B.length === 0) && P.commitProxy("query");
|
|
3964
3967
|
}) : P.commitProxy("query");
|
|
3965
3968
|
}
|
|
@@ -4011,76 +4014,76 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4011
4014
|
ajax: {
|
|
4012
4015
|
// 接收 Promise 对象
|
|
4013
4016
|
query: (P) => {
|
|
4014
|
-
const { page:
|
|
4017
|
+
const { page: w, sorts: B, filters: F, form: X } = P, fe = jt(w, B, F, X, G, we);
|
|
4015
4018
|
if (c.storage) {
|
|
4016
|
-
const Pe = Vr(B,
|
|
4019
|
+
const Pe = Vr(B, F, X, G);
|
|
4017
4020
|
Dn(o.application, o.templateType, Pe);
|
|
4018
4021
|
}
|
|
4019
4022
|
return xn(fe, i.requestData, !1);
|
|
4020
4023
|
},
|
|
4021
4024
|
querySuccess: (P) => {
|
|
4022
|
-
const { page:
|
|
4025
|
+
const { page: w, sort: B, sorts: F, filters: X, form: fe, response: Pe } = P;
|
|
4023
4026
|
d?.isMerge && (Z.mergeCells = kn(Pe?.rows)), Ze("search", Pe, { $gridRef: b.value, gridOptions: Z });
|
|
4024
4027
|
}
|
|
4025
4028
|
}
|
|
4026
4029
|
},
|
|
4027
4030
|
footerMethod: p.footerMethod
|
|
4028
|
-
}), wt =
|
|
4031
|
+
}), wt = M(!1), Pl = () => {
|
|
4029
4032
|
pt("确定要强制显示数据内容吗?", () => {
|
|
4030
4033
|
d?.isMerge ? Z.mergeCells = null : Z.spanMethod = Nn({}), Z.virtualYConfig = { enabled: !0 }, wt.value = !0, De();
|
|
4031
4034
|
});
|
|
4032
|
-
}, xn = async (P,
|
|
4033
|
-
if (
|
|
4035
|
+
}, xn = async (P, w, B) => {
|
|
4036
|
+
if (L.value = "none", wt.value)
|
|
4034
4037
|
return wt.value = !1, Z.params.data;
|
|
4035
4038
|
{
|
|
4036
|
-
|
|
4039
|
+
U.value = !0, o.onLoadBeforeModule && o.onLoadBeforeModule({
|
|
4037
4040
|
$gridRef: b.value,
|
|
4038
4041
|
gridOptions: Z,
|
|
4039
4042
|
queryParams: P,
|
|
4040
4043
|
exportFlag: B
|
|
4041
4044
|
});
|
|
4042
|
-
const
|
|
4043
|
-
ne(o.ctxPath,
|
|
4045
|
+
const F = await We(
|
|
4046
|
+
ne(o.ctxPath, w),
|
|
4044
4047
|
P
|
|
4045
4048
|
).finally(() => {
|
|
4046
4049
|
setTimeout(() => {
|
|
4047
|
-
|
|
4050
|
+
U.value = !1;
|
|
4048
4051
|
}, 1e3);
|
|
4049
4052
|
});
|
|
4050
|
-
if (
|
|
4051
|
-
if (Z.params.dataSum =
|
|
4052
|
-
if (!B &&
|
|
4053
|
-
return
|
|
4053
|
+
if (F.success) {
|
|
4054
|
+
if (Z.params.dataSum = F.data?.dataSum, d?.mergeKey) {
|
|
4055
|
+
if (!B && F.data.rows.length > 800)
|
|
4056
|
+
return L.value = "more", Z.params.data = Pn(F.data), null;
|
|
4054
4057
|
d?.isMerge || (Z.virtualYConfig = { enabled: !1 });
|
|
4055
4058
|
}
|
|
4056
|
-
return Pn(
|
|
4059
|
+
return Pn(F.data);
|
|
4057
4060
|
} else
|
|
4058
|
-
return
|
|
4061
|
+
return L.value = "error", null;
|
|
4059
4062
|
}
|
|
4060
4063
|
}, kl = (P) => {
|
|
4061
4064
|
if (p.rowType === "checkbox") {
|
|
4062
4065
|
le("checkboxChange", P);
|
|
4063
|
-
const
|
|
4064
|
-
if (
|
|
4066
|
+
const w = d?.mergeKey;
|
|
4067
|
+
if (w) {
|
|
4065
4068
|
const B = b.value;
|
|
4066
4069
|
if (B) {
|
|
4067
|
-
const
|
|
4068
|
-
for (let X in
|
|
4069
|
-
P.row[
|
|
4070
|
+
const F = B.getTableData();
|
|
4071
|
+
for (let X in F.tableData)
|
|
4072
|
+
P.row[w] === F.tableData[X][w] && B.setCheckboxRow(F.tableData[X], P.checked);
|
|
4070
4073
|
}
|
|
4071
4074
|
}
|
|
4072
4075
|
}
|
|
4073
4076
|
}, Al = (P) => {
|
|
4074
4077
|
if (p.rowType === "radio") {
|
|
4075
4078
|
le("radioChange", P);
|
|
4076
|
-
const
|
|
4077
|
-
if (
|
|
4079
|
+
const w = d?.mergeKey;
|
|
4080
|
+
if (w) {
|
|
4078
4081
|
const B = b.value;
|
|
4079
4082
|
if (B) {
|
|
4080
|
-
const
|
|
4081
|
-
for (let X in
|
|
4082
|
-
if (P.row[
|
|
4083
|
-
B.setRadioRow(
|
|
4083
|
+
const F = B.getTableData();
|
|
4084
|
+
for (let X in F.tableData)
|
|
4085
|
+
if (P.row[w] === F.tableData[X][w]) {
|
|
4086
|
+
B.setRadioRow(F.tableData[X]);
|
|
4084
4087
|
break;
|
|
4085
4088
|
}
|
|
4086
4089
|
}
|
|
@@ -4091,11 +4094,11 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4091
4094
|
}, Ml = () => {
|
|
4092
4095
|
Z.params.currentRow = null;
|
|
4093
4096
|
}, Pn = (P) => {
|
|
4094
|
-
const
|
|
4095
|
-
if (B &&
|
|
4096
|
-
let
|
|
4097
|
+
const w = d?.seqKey, B = d?.mergeKey;
|
|
4098
|
+
if (B && w) {
|
|
4099
|
+
let F = [""], X = 0 + P.pageSize * (P.pageNo - 1);
|
|
4097
4100
|
for (let fe in P.rows)
|
|
4098
|
-
|
|
4101
|
+
F.includes(P.rows[fe][B]) || (X++, F.push(P.rows[fe][B])), P.rows[fe][w] = X;
|
|
4099
4102
|
}
|
|
4100
4103
|
return o.onLoadAfterModule ? o.onLoadAfterModule({
|
|
4101
4104
|
$gridRef: b.value,
|
|
@@ -4103,45 +4106,45 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4103
4106
|
data: P
|
|
4104
4107
|
}) : P;
|
|
4105
4108
|
}, kn = (P) => {
|
|
4106
|
-
const
|
|
4107
|
-
if (
|
|
4109
|
+
const w = d?.mergeKey;
|
|
4110
|
+
if (w && d.isMerge) {
|
|
4108
4111
|
const B = b.value;
|
|
4109
|
-
let
|
|
4112
|
+
let F = [], X = {}, fe = {};
|
|
4110
4113
|
for (let _e = 0; _e < P.length; _e++) {
|
|
4111
4114
|
const se = P[_e], Be = P[_e - 1];
|
|
4112
4115
|
let ke = P[_e + 1];
|
|
4113
|
-
s(fe[se[
|
|
4116
|
+
s(fe[se[w]]) || (fe[se[w]] = _e + 0), s(X[se[w]]) ? (s(ke) && ke[w] === se[w] || s(Be) && Be[w] === se[w]) && (X[se[w]] = X[se[w]] + 1) : X[se[w]] = 1;
|
|
4114
4117
|
}
|
|
4115
4118
|
let Pe = d?.fields;
|
|
4116
4119
|
for (let _e in Pe) {
|
|
4117
4120
|
let se = B?.getColumnByField(Pe[_e]), Be = B?.getColumnIndex(se);
|
|
4118
4121
|
for (let ke in fe)
|
|
4119
|
-
|
|
4122
|
+
F = F.concat([
|
|
4120
4123
|
{ row: fe[ke], col: Be, rowspan: X[ke], colspan: 1 }
|
|
4121
4124
|
]);
|
|
4122
4125
|
}
|
|
4123
|
-
return
|
|
4126
|
+
return F;
|
|
4124
4127
|
}
|
|
4125
4128
|
return null;
|
|
4126
4129
|
}, Vl = ee({
|
|
4127
4130
|
cellMenu(P) {
|
|
4128
|
-
const
|
|
4129
|
-
|
|
4131
|
+
const w = b.value;
|
|
4132
|
+
w && w.setCurrentRow(P.row);
|
|
4130
4133
|
},
|
|
4131
4134
|
menuClick(P) {
|
|
4132
4135
|
Qe(P.menu, P.row);
|
|
4133
4136
|
}
|
|
4134
4137
|
}), An = ({ row: P }) => {
|
|
4135
|
-
const
|
|
4136
|
-
if (P?.[
|
|
4138
|
+
const w = d?.mergeKey;
|
|
4139
|
+
if (P?.[w] === Z.params.currentRow?.[w])
|
|
4137
4140
|
return {
|
|
4138
4141
|
backgroundColor: d?.backgroundColor
|
|
4139
4142
|
};
|
|
4140
4143
|
}, $l = () => {
|
|
4141
4144
|
const P = document.getElementById(f);
|
|
4142
4145
|
if (P) {
|
|
4143
|
-
const
|
|
4144
|
-
|
|
4146
|
+
const w = P.getElementsByTagName("form");
|
|
4147
|
+
w && w.length > 0 && (w[0].submit = () => (a.visible = !1, De(), !1));
|
|
4145
4148
|
}
|
|
4146
4149
|
}, { clickFormButton: zl, clickTableButton: Qe, clickHerf: Tn } = Li({
|
|
4147
4150
|
gridRef: b,
|
|
@@ -4165,24 +4168,24 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4165
4168
|
pageRequest: i
|
|
4166
4169
|
}), ql = async () => {
|
|
4167
4170
|
if (s(c.formItems)) {
|
|
4168
|
-
const
|
|
4169
|
-
Object.keys(
|
|
4170
|
-
|
|
4171
|
+
const w = c.formItems, B = c.formProps.foldingLength;
|
|
4172
|
+
Object.keys(w).forEach((F, X) => {
|
|
4173
|
+
w[X].folding = !(X < B);
|
|
4171
4174
|
}), Ot.value = [
|
|
4172
|
-
{ span: 24, align: "right", children:
|
|
4175
|
+
{ span: 24, align: "right", children: w },
|
|
4173
4176
|
{
|
|
4174
4177
|
span: 24,
|
|
4175
4178
|
align: c.formProps.buttonAlign,
|
|
4176
|
-
collapseNode:
|
|
4179
|
+
collapseNode: w.length > B,
|
|
4177
4180
|
slots: { default: "toolbar_tools" }
|
|
4178
4181
|
}
|
|
4179
4182
|
];
|
|
4180
4183
|
}
|
|
4181
4184
|
if (document.documentElement.clientHeight < 680) {
|
|
4182
|
-
const
|
|
4183
|
-
Object.keys(
|
|
4185
|
+
const w = p.tableColumns;
|
|
4186
|
+
Object.keys(w).forEach((F) => w[F].fixed = !1);
|
|
4184
4187
|
const B = p.tableColumnsExtra;
|
|
4185
|
-
B && Object.keys(B).forEach((
|
|
4188
|
+
B && Object.keys(B).forEach((F) => B[F].fixed = !1);
|
|
4186
4189
|
}
|
|
4187
4190
|
Vn(o.application, !0), p.rowType === "checkbox" ? Z.checkboxConfig = { highlight: !0 } : p.rowType === "radio" ? Z.radioConfig = { highlight: !0 } : Z.rowConfig.isCurrent = !0;
|
|
4188
4191
|
const P = p.pageSizes;
|
|
@@ -4190,20 +4193,20 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4190
4193
|
trigger: "click",
|
|
4191
4194
|
mode: "row",
|
|
4192
4195
|
showStatus: !0
|
|
4193
|
-
}), s(d) && s(d.mergeKey) && (Z.cellStyle = An, Z.params.mergeField = d.mergeKey, d.isMerge ? Z.columnDragConfig.dragStartMethod = () => !1 : (Z.virtualYConfig = { enabled: !1 }, Z.spanMethod = Nn(d))),
|
|
4194
|
-
}, Dl = (P,
|
|
4196
|
+
}), s(d) && s(d.mergeKey) && (Z.cellStyle = An, Z.params.mergeField = d.mergeKey, d.isMerge ? Z.columnDragConfig.dragStartMethod = () => !1 : (Z.virtualYConfig = { enabled: !1 }, Z.spanMethod = Nn(d))), N.value = !1;
|
|
4197
|
+
}, Dl = (P, w) => P && P.length > 0 ? P && w ? P.some((B) => Ee(w[B.buttonName]) && Ee(B.auth)) : !0 : !1;
|
|
4195
4198
|
ie(async () => {
|
|
4196
4199
|
if (le("加载页面模板", o), await ql(), c.storage) {
|
|
4197
4200
|
const P = nr(o.application, o.templateType);
|
|
4198
4201
|
if (s(P)) {
|
|
4199
|
-
let
|
|
4200
|
-
Me.arrayEach(c.formItems, (
|
|
4201
|
-
|
|
4202
|
+
let w = [];
|
|
4203
|
+
Me.arrayEach(c.formItems, (F, X) => {
|
|
4204
|
+
w.push(F.field);
|
|
4202
4205
|
});
|
|
4203
4206
|
let B = [];
|
|
4204
|
-
Me.objectEach(P, (
|
|
4207
|
+
Me.objectEach(P, (F, X) => {
|
|
4205
4208
|
B.push(X);
|
|
4206
|
-
}), Me.includeArrays(
|
|
4209
|
+
}), Me.includeArrays(w, B) ? jn(P) : await Ke(c.formItems, we, G);
|
|
4207
4210
|
} else
|
|
4208
4211
|
await Ke(c.formItems, we, G);
|
|
4209
4212
|
} else
|
|
@@ -4217,14 +4220,14 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4217
4220
|
}), $l(), await De(), $n();
|
|
4218
4221
|
});
|
|
4219
4222
|
const $n = Me.debounce(() => {
|
|
4220
|
-
le("屏幕高度出现变化,重新计算表格高度"), p.clientScale === 1 &&
|
|
4221
|
-
|
|
4223
|
+
le("屏幕高度出现变化,重新计算表格高度"), p.clientScale === 1 && E.value == 0 && (window.onresize = () => {
|
|
4224
|
+
E.value = document.body.clientWidth;
|
|
4222
4225
|
}), dt(() => {
|
|
4223
4226
|
Bn(re.value, Z, p.clientScale);
|
|
4224
4227
|
});
|
|
4225
4228
|
}, A.templateTable.lazyComputdHeightTime);
|
|
4226
4229
|
p.clientScale === 1 && ve(
|
|
4227
|
-
[
|
|
4230
|
+
[q, E],
|
|
4228
4231
|
() => {
|
|
4229
4232
|
$n();
|
|
4230
4233
|
},
|
|
@@ -4232,32 +4235,32 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4232
4235
|
);
|
|
4233
4236
|
const Nl = (P) => {
|
|
4234
4237
|
if (s(P.instanceId)) {
|
|
4235
|
-
const
|
|
4236
|
-
|
|
4237
|
-
const B = l.value.findIndex((
|
|
4238
|
+
const w = {};
|
|
4239
|
+
w.instanceId = Ne + P.instanceId, w.title = R(P.title, A.targetModal.title), w.width = R(P.width, A.targetModal.width), w.height = R(P.height, A.targetModal.height), w.maximize = R(P.maximize, !1), w.autoLoad = R(P.autoLoad, !1), w.componentVue = R(P.componentVue, A.targetModal.componentVue), w.componentParams = P.componentParams, w.componentUrl = P.componentUrl, w.visible = !0;
|
|
4240
|
+
const B = l.value.findIndex((F) => F.instanceId === w.instanceId);
|
|
4238
4241
|
if (s(B) && B >= 0)
|
|
4239
4242
|
if (l.value[B].visible) {
|
|
4240
4243
|
Oe("已经打开该数据弹窗信息");
|
|
4241
4244
|
return;
|
|
4242
4245
|
} else
|
|
4243
|
-
l.value[B] =
|
|
4246
|
+
l.value[B] = w;
|
|
4244
4247
|
else
|
|
4245
|
-
l.value.push(
|
|
4248
|
+
l.value.push(w);
|
|
4246
4249
|
} else
|
|
4247
|
-
a.title =
|
|
4250
|
+
a.title = R(P.title, A.targetModal.title), a.width = R(P.width, A.targetModal.width), a.height = R(P.height, A.targetModal.height), a.maximize = R(P.maximize, !1), a.autoLoad = R(P.autoLoad, !1), a.componentVue = R(P.componentVue, A.targetModal.componentVue), a.componentParams = P.componentParams, a.componentUrl = P.componentUrl, a.visible = !0;
|
|
4248
4251
|
}, _t = (P) => {
|
|
4249
|
-
if (
|
|
4250
|
-
const
|
|
4251
|
-
|
|
4252
|
+
if (s(P)) {
|
|
4253
|
+
const w = l.value.findIndex((B) => B.instanceId === P);
|
|
4254
|
+
w !== -1 && (l.value[w].visible = !1, l.value[w].autoLoad && De());
|
|
4252
4255
|
} else
|
|
4253
4256
|
a.visible = !1, a.autoLoad && De();
|
|
4254
|
-
}, zn = (P,
|
|
4255
|
-
if (s(
|
|
4256
|
-
const B = l.value.findIndex((
|
|
4257
|
+
}, zn = (P, w) => {
|
|
4258
|
+
if (s(w)) {
|
|
4259
|
+
const B = l.value.findIndex((F) => F.instanceId === w);
|
|
4257
4260
|
if (B !== -1) {
|
|
4258
4261
|
l.value[B].visible = !1;
|
|
4259
|
-
const
|
|
4260
|
-
Ze("submit", { data: P, params:
|
|
4262
|
+
const F = l.value[B].componentParams;
|
|
4263
|
+
Ze("submit", { data: P, params: F, button: F[A.buttonKeyName] });
|
|
4261
4264
|
}
|
|
4262
4265
|
} else {
|
|
4263
4266
|
a.visible = !1;
|
|
@@ -4267,13 +4270,13 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4267
4270
|
}, Bl = async () => await Sl(b, Z), Il = async () => {
|
|
4268
4271
|
const P = b.value;
|
|
4269
4272
|
if (P) {
|
|
4270
|
-
const { pager:
|
|
4271
|
-
return jt(
|
|
4273
|
+
const { pager: w, filter: B, form: F, sort: X } = P.getProxyInfo();
|
|
4274
|
+
return jt(w, X, B, F, G, we);
|
|
4272
4275
|
} else
|
|
4273
4276
|
return null;
|
|
4274
4277
|
}, jn = (P) => {
|
|
4275
|
-
for (let
|
|
4276
|
-
we.value[
|
|
4278
|
+
for (let w in P)
|
|
4279
|
+
we.value[w] ? we.value[w].setValue(P[w]) : G[w] = P[w];
|
|
4277
4280
|
};
|
|
4278
4281
|
return n({
|
|
4279
4282
|
doSearch: De,
|
|
@@ -4287,16 +4290,16 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4287
4290
|
setExportColumns: (P) => {
|
|
4288
4291
|
Z.params.exportColumns = P;
|
|
4289
4292
|
}
|
|
4290
|
-
}), (P,
|
|
4291
|
-
const B =
|
|
4293
|
+
}), (P, w) => {
|
|
4294
|
+
const B = H("a-button"), F = H("a-space"), X = H("vxe-form"), fe = H("a-collapse-panel"), Pe = H("a-collapse"), _e = H("a-menu-item"), se = H("a-menu"), Be = H("a-dropdown"), ke = H("vxe-button"), Ll = H("vxe-grid");
|
|
4292
4295
|
return Vt((x(), W("div", {
|
|
4293
4296
|
id: f,
|
|
4294
4297
|
class: "sag-vxe-page-wrapper"
|
|
4295
4298
|
}, [
|
|
4296
4299
|
Vt(K("div", As, [
|
|
4297
4300
|
D(Pe, {
|
|
4298
|
-
activeKey:
|
|
4299
|
-
"onUpdate:activeKey":
|
|
4301
|
+
activeKey: q.value,
|
|
4302
|
+
"onUpdate:activeKey": w[2] || (w[2] = (k) => q.value = k),
|
|
4300
4303
|
expandIconPosition: "end",
|
|
4301
4304
|
accordion: ""
|
|
4302
4305
|
}, {
|
|
@@ -4325,24 +4328,24 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4325
4328
|
class: "sag-vxe-page-form"
|
|
4326
4329
|
}, xe({
|
|
4327
4330
|
toolbar_tools: I(() => [
|
|
4328
|
-
D(
|
|
4331
|
+
D(F, null, {
|
|
4329
4332
|
default: I(() => [
|
|
4330
4333
|
D(B, {
|
|
4331
4334
|
type: "primary",
|
|
4332
|
-
size:
|
|
4333
|
-
onClick:
|
|
4334
|
-
disabled:
|
|
4335
|
+
size: O(Y),
|
|
4336
|
+
onClick: w[0] || (w[0] = (k) => De()),
|
|
4337
|
+
disabled: U.value
|
|
4335
4338
|
}, {
|
|
4336
|
-
default: I(() =>
|
|
4339
|
+
default: I(() => w[5] || (w[5] = [
|
|
4337
4340
|
ce(" 查询 ")
|
|
4338
4341
|
])),
|
|
4339
4342
|
_: 1
|
|
4340
4343
|
}, 8, ["size", "disabled"]),
|
|
4341
4344
|
D(B, {
|
|
4342
|
-
size:
|
|
4343
|
-
onClick:
|
|
4345
|
+
size: O(Y),
|
|
4346
|
+
onClick: w[1] || (w[1] = (k) => Cn())
|
|
4344
4347
|
}, {
|
|
4345
|
-
default: I(() =>
|
|
4348
|
+
default: I(() => w[6] || (w[6] = [
|
|
4346
4349
|
ce("重置")
|
|
4347
4350
|
])),
|
|
4348
4351
|
_: 1
|
|
@@ -4372,8 +4375,8 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4372
4375
|
"onUpdate:value": ($) => G[k.field] = $,
|
|
4373
4376
|
ref: ($) => ye($, k.field),
|
|
4374
4377
|
title: k?.item?.title
|
|
4375
|
-
}, k?.item?.itemRender?.props), null, 16, ["value", "onUpdate:value", "title"])) :
|
|
4376
|
-
c.vxeSlot ?
|
|
4378
|
+
}, k?.item?.itemRender?.props), null, 16, ["value", "onUpdate:value", "title"])) : j("", !0),
|
|
4379
|
+
c.vxeSlot ? j("", !0) : (x(), z(ls, te({
|
|
4377
4380
|
key: 1,
|
|
4378
4381
|
value: G[k.field],
|
|
4379
4382
|
"onUpdate:value": ($) => G[k.field] = $,
|
|
@@ -4387,8 +4390,8 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4387
4390
|
value: G[k.field],
|
|
4388
4391
|
"onUpdate:value": ($) => G[k.field] = $,
|
|
4389
4392
|
ref: ($) => ye($, k.field)
|
|
4390
|
-
}, k?.item?.itemRender?.props), null, 16, ["value", "onUpdate:value"])) :
|
|
4391
|
-
c.vxeSlot ?
|
|
4393
|
+
}, k?.item?.itemRender?.props), null, 16, ["value", "onUpdate:value"])) : j("", !0),
|
|
4394
|
+
c.vxeSlot ? j("", !0) : (x(), z(os, te({
|
|
4392
4395
|
key: 1,
|
|
4393
4396
|
value: G[k.field],
|
|
4394
4397
|
"onUpdate:value": ($) => G[k.field] = $,
|
|
@@ -4402,8 +4405,8 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4402
4405
|
"onUpdate:value": ($) => G[k.field] = $,
|
|
4403
4406
|
ref: ($) => ye($, k.field),
|
|
4404
4407
|
title: k?.item?.title
|
|
4405
|
-
}, k?.item?.itemRender?.props), null, 16, ["value", "onUpdate:value", "title"])) :
|
|
4406
|
-
c.vxeSlot ?
|
|
4408
|
+
}, k?.item?.itemRender?.props), null, 16, ["value", "onUpdate:value", "title"])) : j("", !0),
|
|
4409
|
+
c.vxeSlot ? j("", !0) : (x(), z(cs, te({
|
|
4407
4410
|
key: 1,
|
|
4408
4411
|
value: G[k.field],
|
|
4409
4412
|
"onUpdate:value": ($) => G[k.field] = $,
|
|
@@ -4418,8 +4421,8 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4418
4421
|
"onUpdate:value": ($) => G[k.field] = $,
|
|
4419
4422
|
ref: ($) => ye($, k.field),
|
|
4420
4423
|
title: k?.item?.title
|
|
4421
|
-
}, k?.item?.itemRender?.props), null, 16, ["value", "onUpdate:value", "title"])) :
|
|
4422
|
-
c.vxeSlot ?
|
|
4424
|
+
}, k?.item?.itemRender?.props), null, 16, ["value", "onUpdate:value", "title"])) : j("", !0),
|
|
4425
|
+
c.vxeSlot ? j("", !0) : (x(), z(ss, te({
|
|
4423
4426
|
key: 1,
|
|
4424
4427
|
value: G[k.field],
|
|
4425
4428
|
"onUpdate:value": ($) => G[k.field] = $,
|
|
@@ -4437,7 +4440,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4437
4440
|
]),
|
|
4438
4441
|
_: 2
|
|
4439
4442
|
}, [
|
|
4440
|
-
Ce(
|
|
4443
|
+
Ce(O(g), (k) => ({
|
|
4441
4444
|
name: k,
|
|
4442
4445
|
fn: I(($) => [
|
|
4443
4446
|
oe(P.$slots, k, te($, {
|
|
@@ -4453,7 +4456,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4453
4456
|
_: 3
|
|
4454
4457
|
}, 8, ["activeKey"])
|
|
4455
4458
|
], 512), [
|
|
4456
|
-
[$t,
|
|
4459
|
+
[$t, O(s)(c.formItems)]
|
|
4457
4460
|
]),
|
|
4458
4461
|
K("div", Ts, [
|
|
4459
4462
|
D(Ll, te({
|
|
@@ -4473,7 +4476,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4473
4476
|
K("a", {
|
|
4474
4477
|
href: "javascript:void(0)",
|
|
4475
4478
|
class: "sag-vxe-page-link",
|
|
4476
|
-
onClick: (ue) =>
|
|
4479
|
+
onClick: (ue) => O(Tn)(k, $)
|
|
4477
4480
|
}, ae(k[$.property]), 9, Ms)
|
|
4478
4481
|
]),
|
|
4479
4482
|
vertical: I(({ row: k, column: $ }) => [
|
|
@@ -4481,25 +4484,25 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4481
4484
|
key: ue.value
|
|
4482
4485
|
}, [
|
|
4483
4486
|
K("span", Vs, ae(ue.title) + ":", 1),
|
|
4484
|
-
|
|
4487
|
+
w[7] || (w[7] = ce(" ")),
|
|
4485
4488
|
ue.formatter === "operate" ? (x(), W("span", $s, [
|
|
4486
4489
|
K("a", {
|
|
4487
4490
|
href: "javascript:void(0)",
|
|
4488
4491
|
class: "sag-vxe-page-link",
|
|
4489
|
-
onClick: (eu) =>
|
|
4492
|
+
onClick: (eu) => O(Tn)(k, ue)
|
|
4490
4493
|
}, ae(k[ue.field]), 9, zs)
|
|
4491
|
-
])) : (x(), W("span", js, ae(
|
|
4494
|
+
])) : (x(), W("span", js, ae(O(V).stringFormat(k[ue.field], ue.formatter)), 1))
|
|
4492
4495
|
]))), 128))
|
|
4493
4496
|
]),
|
|
4494
4497
|
button: I(({ row: k }) => [
|
|
4495
4498
|
K("div", qs, [
|
|
4496
4499
|
(x(!0), W(de, null, Ce(y.tableButtons, ($) => (x(), W(de, { key: $ }, [
|
|
4497
|
-
|
|
4498
|
-
p.showButtonLink ?
|
|
4500
|
+
O(V).toString(k[$.buttonName], !0) && O(Ee)($.auth) ? (x(), W("span", Ds, [
|
|
4501
|
+
p.showButtonLink ? j("", !0) : (x(), z(B, {
|
|
4499
4502
|
key: 0,
|
|
4500
4503
|
size: "small",
|
|
4501
|
-
type:
|
|
4502
|
-
onClick: (ue) =>
|
|
4504
|
+
type: O(V).toString($.status, "primary"),
|
|
4505
|
+
onClick: (ue) => O(Qe)($, k)
|
|
4503
4506
|
}, {
|
|
4504
4507
|
icon: I(() => [
|
|
4505
4508
|
D(ze, {
|
|
@@ -4515,15 +4518,15 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4515
4518
|
key: 1,
|
|
4516
4519
|
href: "javascript:void(0)",
|
|
4517
4520
|
class: "sag-vxe-page-button-link",
|
|
4518
|
-
onClick: (ue) =>
|
|
4521
|
+
onClick: (ue) => O(Qe)($, k)
|
|
4519
4522
|
}, [
|
|
4520
4523
|
D(ze, {
|
|
4521
4524
|
icon: $.icon
|
|
4522
4525
|
}, null, 8, ["icon"]),
|
|
4523
4526
|
ce(" " + ae($.buttonName), 1)
|
|
4524
|
-
], 8, Ns)) :
|
|
4525
|
-
|
|
4526
|
-
])) :
|
|
4527
|
+
], 8, Ns)) : j("", !0),
|
|
4528
|
+
w[8] || (w[8] = ce(" "))
|
|
4529
|
+
])) : j("", !0)
|
|
4527
4530
|
], 64))), 128))
|
|
4528
4531
|
]),
|
|
4529
4532
|
Dl(y.tableMoreButtons, k) ? (x(), z(Be, {
|
|
@@ -4534,11 +4537,11 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4534
4537
|
D(se, null, {
|
|
4535
4538
|
default: I(() => [
|
|
4536
4539
|
(x(!0), W(de, null, Ce(y.tableMoreButtons, ($) => (x(), W(de, { key: $ }, [
|
|
4537
|
-
|
|
4538
|
-
|
|
4540
|
+
O(Ee)($.auth) ? (x(), W(de, { key: 0 }, [
|
|
4541
|
+
O(V).toString(k[$.buttonName], !0) ? (x(), z(_e, { key: 0 }, {
|
|
4539
4542
|
default: I(() => [
|
|
4540
4543
|
K("a", {
|
|
4541
|
-
onClick: (ue) =>
|
|
4544
|
+
onClick: (ue) => O(Qe)($, k)
|
|
4542
4545
|
}, [
|
|
4543
4546
|
D(ze, {
|
|
4544
4547
|
icon: $.icon
|
|
@@ -4547,8 +4550,8 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4547
4550
|
], 8, Bs)
|
|
4548
4551
|
]),
|
|
4549
4552
|
_: 2
|
|
4550
|
-
}, 1024)) :
|
|
4551
|
-
], 64)) :
|
|
4553
|
+
}, 1024)) : j("", !0)
|
|
4554
|
+
], 64)) : j("", !0)
|
|
4552
4555
|
], 64))), 128))
|
|
4553
4556
|
]),
|
|
4554
4557
|
_: 2
|
|
@@ -4560,29 +4563,29 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4560
4563
|
size: "small"
|
|
4561
4564
|
}, {
|
|
4562
4565
|
default: I(() => [
|
|
4563
|
-
|
|
4564
|
-
D(
|
|
4566
|
+
w[9] || (w[9] = ce(" 更多操作 ")),
|
|
4567
|
+
D(O(yt))
|
|
4565
4568
|
]),
|
|
4566
4569
|
_: 1
|
|
4567
4570
|
}, 8, ["type"])
|
|
4568
4571
|
]),
|
|
4569
4572
|
_: 2
|
|
4570
|
-
}, 1024)) :
|
|
4573
|
+
}, 1024)) : j("", !0)
|
|
4571
4574
|
]),
|
|
4572
4575
|
toolbar_buttons: I(() => [
|
|
4573
|
-
|
|
4576
|
+
O(s)(y.formButtons) && y.formButtons.length > 0 ? (x(), z(F, {
|
|
4574
4577
|
key: 0,
|
|
4575
4578
|
wrap: !0,
|
|
4576
4579
|
style: { "margin-bottom": "0px" }
|
|
4577
4580
|
}, {
|
|
4578
4581
|
default: I(() => [
|
|
4579
4582
|
(x(!0), W(de, null, Ce(y.formButtons, (k) => (x(), W("span", { key: k }, [
|
|
4580
|
-
|
|
4583
|
+
O(Ee)(k.auth) ? (x(), z(B, {
|
|
4581
4584
|
key: 0,
|
|
4582
4585
|
round: "",
|
|
4583
|
-
size:
|
|
4584
|
-
type:
|
|
4585
|
-
onClick: ($) =>
|
|
4586
|
+
size: O(Y),
|
|
4587
|
+
type: O(V).toString(k.status, "primary"),
|
|
4588
|
+
onClick: ($) => O(zl)(k)
|
|
4586
4589
|
}, {
|
|
4587
4590
|
icon: I(() => [
|
|
4588
4591
|
D(ze, {
|
|
@@ -4593,81 +4596,81 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4593
4596
|
ce(" " + ae(k.buttonName), 1)
|
|
4594
4597
|
]),
|
|
4595
4598
|
_: 2
|
|
4596
|
-
}, 1032, ["size", "type", "onClick"])) :
|
|
4599
|
+
}, 1032, ["size", "type", "onClick"])) : j("", !0)
|
|
4597
4600
|
]))), 128))
|
|
4598
4601
|
]),
|
|
4599
4602
|
_: 1
|
|
4600
|
-
})) :
|
|
4601
|
-
(x(!0), W(de, null, Ce(
|
|
4603
|
+
})) : j("", !0),
|
|
4604
|
+
(x(!0), W(de, null, Ce(O(h), (k) => oe(P.$slots, k)), 256))
|
|
4602
4605
|
]),
|
|
4603
4606
|
toolbar_tools: I(() => [
|
|
4604
|
-
|
|
4607
|
+
O(s)(p.tableColumnsExtra) ? (x(), z(ke, {
|
|
4605
4608
|
key: 0,
|
|
4606
4609
|
size: "small",
|
|
4607
4610
|
circle: !0,
|
|
4608
|
-
onClick:
|
|
4611
|
+
onClick: w[3] || (w[3] = (k) => O(Vn)(o.application, !1)),
|
|
4609
4612
|
title: "切换"
|
|
4610
4613
|
}, {
|
|
4611
|
-
default: I(() =>
|
|
4614
|
+
default: I(() => w[10] || (w[10] = [
|
|
4612
4615
|
K("i", { class: "vxe-button--icon vxe-icon-refresh" }, null, -1)
|
|
4613
4616
|
])),
|
|
4614
4617
|
_: 1
|
|
4615
|
-
})) :
|
|
4616
|
-
|
|
4618
|
+
})) : j("", !0),
|
|
4619
|
+
O(s)(i.requestDownload) && typeof i.requestDownload == "object" ? (x(), z(ks, {
|
|
4617
4620
|
key: 1,
|
|
4618
|
-
onExport:
|
|
4619
|
-
}, null, 8, ["onExport"])) :
|
|
4621
|
+
onExport: O(Mn)
|
|
4622
|
+
}, null, 8, ["onExport"])) : j("", !0),
|
|
4620
4623
|
i.requestDownload === !0 || typeof i.requestDownload == "string" ? (x(), z(ke, {
|
|
4621
4624
|
key: 2,
|
|
4622
4625
|
size: "small",
|
|
4623
4626
|
circle: !0,
|
|
4624
|
-
onClick:
|
|
4627
|
+
onClick: O(Mn),
|
|
4625
4628
|
title: "下载"
|
|
4626
4629
|
}, {
|
|
4627
|
-
default: I(() =>
|
|
4630
|
+
default: I(() => w[11] || (w[11] = [
|
|
4628
4631
|
K("i", { class: "vxe-button--icon vxe-icon-download" }, null, -1)
|
|
4629
4632
|
])),
|
|
4630
4633
|
_: 1
|
|
4631
|
-
}, 8, ["onClick"])) :
|
|
4634
|
+
}, 8, ["onClick"])) : j("", !0),
|
|
4632
4635
|
i.requestImport ? (x(), z(ke, {
|
|
4633
4636
|
key: 3,
|
|
4634
4637
|
size: "small",
|
|
4635
4638
|
circle: !0,
|
|
4636
|
-
onClick:
|
|
4639
|
+
onClick: w[4] || (w[4] = (k) => O(jl)()),
|
|
4637
4640
|
title: "导入"
|
|
4638
4641
|
}, {
|
|
4639
|
-
default: I(() =>
|
|
4642
|
+
default: I(() => w[12] || (w[12] = [
|
|
4640
4643
|
K("i", { class: "vxe-button--icon vxe-icon-upload" }, null, -1)
|
|
4641
4644
|
])),
|
|
4642
4645
|
_: 1
|
|
4643
|
-
})) :
|
|
4646
|
+
})) : j("", !0)
|
|
4644
4647
|
]),
|
|
4645
4648
|
empty: I(() => [
|
|
4646
|
-
|
|
4649
|
+
L.value === "error" ? (x(), W("h2", Is, w[13] || (w[13] = [
|
|
4647
4650
|
K("span", { style: { "font-size": "24px", color: "red" } }, "您好,数据获取出现异常,请您稍后再次尝试!", -1)
|
|
4648
|
-
]))) :
|
|
4649
|
-
|
|
4651
|
+
]))) : j("", !0),
|
|
4652
|
+
L.value === "none" ? (x(), W("h2", Ls, w[14] || (w[14] = [
|
|
4650
4653
|
K("span", { style: { "font-size": "24px", color: "red" } }, "没有更多数据了!", -1)
|
|
4651
|
-
]))) :
|
|
4652
|
-
|
|
4653
|
-
|
|
4654
|
+
]))) : j("", !0),
|
|
4655
|
+
L.value === "more" ? (x(), W("h2", Rs, [
|
|
4656
|
+
w[16] || (w[16] = K("span", { style: { "font-size": "16px" } }, [
|
|
4654
4657
|
ce(" 您好,因数据量过大,强制显示将会 "),
|
|
4655
4658
|
K("span", { style: { color: "red" } }, "取消合并列"),
|
|
4656
4659
|
ce(" 模式,建议您调整查询条件后重新查询! ")
|
|
4657
4660
|
], -1)),
|
|
4658
|
-
|
|
4661
|
+
w[17] || (w[17] = K("br", null, null, -1)),
|
|
4659
4662
|
K("a", {
|
|
4660
4663
|
onClick: Pl,
|
|
4661
4664
|
href: "javascript:void(0)",
|
|
4662
4665
|
class: "link"
|
|
4663
|
-
},
|
|
4666
|
+
}, w[15] || (w[15] = [
|
|
4664
4667
|
K("span", { style: { "font-size": "24px", color: "red" } }, "是否强制显示?", -1)
|
|
4665
4668
|
]))
|
|
4666
|
-
])) :
|
|
4669
|
+
])) : j("", !0)
|
|
4667
4670
|
]),
|
|
4668
4671
|
_: 2
|
|
4669
4672
|
}, [
|
|
4670
|
-
Ce(S
|
|
4673
|
+
Ce(O(S), (k) => ({
|
|
4671
4674
|
name: k,
|
|
4672
4675
|
fn: I(($) => [
|
|
4673
4676
|
oe(P.$slots, k, Wl(Gl($)))
|
|
@@ -4682,14 +4685,14 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4682
4685
|
}, k, {
|
|
4683
4686
|
onCancel: (ue) => _t(k.instanceId),
|
|
4684
4687
|
onSubmit: (ue) => zn(ue, k.instanceId)
|
|
4685
|
-
}), null, 16, ["onCancel", "onSubmit"])) :
|
|
4688
|
+
}), null, 16, ["onCancel", "onSubmit"])) : j("", !0)
|
|
4686
4689
|
], 64))), 256)),
|
|
4687
4690
|
a.visible ? (x(), z(za, te({ key: 0 }, a, {
|
|
4688
4691
|
onCancel: _t,
|
|
4689
4692
|
onSubmit: zn
|
|
4690
|
-
}), null, 16)) :
|
|
4693
|
+
}), null, 16)) : j("", !0)
|
|
4691
4694
|
], 512)), [
|
|
4692
|
-
[$t, !
|
|
4695
|
+
[$t, !N.value]
|
|
4693
4696
|
]);
|
|
4694
4697
|
};
|
|
4695
4698
|
}
|
|
@@ -4724,22 +4727,22 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4724
4727
|
},
|
|
4725
4728
|
emits: ["update:value", "change"],
|
|
4726
4729
|
setup(e, { expose: n, emit: t }) {
|
|
4727
|
-
|
|
4730
|
+
T.locale("zh-cn"), T.extend(St);
|
|
4728
4731
|
const a = e, l = a.picker || "day", r = a.format || "YYYY-MM-DD";
|
|
4729
|
-
let o =
|
|
4732
|
+
let o = M();
|
|
4730
4733
|
const i = (C, m) => {
|
|
4731
4734
|
_(m, !0);
|
|
4732
|
-
}, u = () => s(o.value) ?
|
|
4733
|
-
o.value =
|
|
4735
|
+
}, u = () => s(o.value) ? T(o.value).format(r) : null, c = (C) => {
|
|
4736
|
+
o.value = T(C), _();
|
|
4734
4737
|
}, p = (C) => {
|
|
4735
|
-
o.value =
|
|
4736
|
-
}, d = (C) => !!(s(a.max) &&
|
|
4738
|
+
o.value = T().add(C || 0, l), _();
|
|
4739
|
+
}, d = (C) => !!(s(a.max) && T(C).format(r) > a.max || s(a.min) && T(C).format(r) < a.min), y = t, _ = (C, m = !1) => {
|
|
4737
4740
|
s(C) ? (y("update:value", C), m && y("change", C)) : (y("update:value", u()), m && y("change", u()));
|
|
4738
4741
|
};
|
|
4739
4742
|
return ve(
|
|
4740
4743
|
() => a.value,
|
|
4741
4744
|
(C, m) => {
|
|
4742
|
-
o.value = C ?
|
|
4745
|
+
o.value = C ? T(C) : null;
|
|
4743
4746
|
}
|
|
4744
4747
|
), ie(() => {
|
|
4745
4748
|
s(a.value) && c(a.value);
|
|
@@ -4748,18 +4751,18 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4748
4751
|
setValue: p,
|
|
4749
4752
|
getValue: u
|
|
4750
4753
|
}), (C, m) => {
|
|
4751
|
-
const f =
|
|
4754
|
+
const f = H("a-date-picker");
|
|
4752
4755
|
return x(), z(f, {
|
|
4753
|
-
value:
|
|
4756
|
+
value: O(o),
|
|
4754
4757
|
"onUpdate:value": m[0] || (m[0] = (v) => gt(o) ? o.value = v : o = v),
|
|
4755
4758
|
"show-time": a.showTime,
|
|
4756
4759
|
disabled: a.disabled,
|
|
4757
|
-
locale:
|
|
4758
|
-
format:
|
|
4760
|
+
locale: O(Ge),
|
|
4761
|
+
format: O(r),
|
|
4759
4762
|
disabledDate: d,
|
|
4760
|
-
picker:
|
|
4763
|
+
picker: O(l) === "day" ? "date" : O(l),
|
|
4761
4764
|
style: ge(a.style),
|
|
4762
|
-
getPopupContainer: (v) =>
|
|
4765
|
+
getPopupContainer: (v) => O(Le)(a.mountainTop, e.getPopupContainer, v),
|
|
4763
4766
|
onChange: i
|
|
4764
4767
|
}, null, 8, ["value", "show-time", "disabled", "locale", "format", "picker", "style", "getPopupContainer"]);
|
|
4765
4768
|
};
|
|
@@ -4787,48 +4790,48 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4787
4790
|
},
|
|
4788
4791
|
emits: ["update:value", "change"],
|
|
4789
4792
|
setup(e, { expose: n, emit: t }) {
|
|
4790
|
-
|
|
4791
|
-
const a = e, l = a.picker || "day", r = a.format || "YYYY-MM-DD", o = t, i =
|
|
4792
|
-
{ label: "当天", value: [
|
|
4793
|
-
{ label: "近7天", value: [
|
|
4794
|
-
{ label: "近两周", value: [
|
|
4795
|
-
{ label: "近一个月", value: [
|
|
4796
|
-
{ label: "近三个月", value: [
|
|
4797
|
-
{ label: "近六个月", value: [
|
|
4798
|
-
{ label: "近一年", value: [
|
|
4799
|
-
{ label: "近三年", value: [
|
|
4793
|
+
T.locale("zh-cn"), T.extend(wn), T.extend(St);
|
|
4794
|
+
const a = e, l = a.picker || "day", r = a.format || "YYYY-MM-DD", o = t, i = M(), u = [
|
|
4795
|
+
{ label: "当天", value: [T().add(0, l)] },
|
|
4796
|
+
{ label: "近7天", value: [T().add(-7, l)] },
|
|
4797
|
+
{ label: "近两周", value: [T().add(-14, l)] },
|
|
4798
|
+
{ label: "近一个月", value: [T().add(-30, l)] },
|
|
4799
|
+
{ label: "近三个月", value: [T().add(-90, l)] },
|
|
4800
|
+
{ label: "近六个月", value: [T().add(-180, l)] },
|
|
4801
|
+
{ label: "近一年", value: [T().add(-365, l)] },
|
|
4802
|
+
{ label: "近三年", value: [T().add(-1095, l)] }
|
|
4800
4803
|
], c = [
|
|
4801
|
-
{ label: "本月", value: [
|
|
4802
|
-
{ label: "近一个月", value: [
|
|
4803
|
-
{ label: "近三个月", value: [
|
|
4804
|
-
{ label: "近六个月", value: [
|
|
4805
|
-
{ label: "近一年", value: [
|
|
4806
|
-
{ label: "近两年", value: [
|
|
4807
|
-
{ label: "近三年", value: [
|
|
4804
|
+
{ label: "本月", value: [T().add(0, l)] },
|
|
4805
|
+
{ label: "近一个月", value: [T().add(-1, l)] },
|
|
4806
|
+
{ label: "近三个月", value: [T().add(-3, l)] },
|
|
4807
|
+
{ label: "近六个月", value: [T().add(-5, l)] },
|
|
4808
|
+
{ label: "近一年", value: [T().add(-12, l)] },
|
|
4809
|
+
{ label: "近两年", value: [T().add(-24, l)] },
|
|
4810
|
+
{ label: "近三年", value: [T().add(-36, l)] }
|
|
4808
4811
|
], p = [
|
|
4809
|
-
{ label: "本年", value: [
|
|
4810
|
-
{ label: "近一年", value: [
|
|
4811
|
-
{ label: "近两年", value: [
|
|
4812
|
-
{ label: "近三年", value: [
|
|
4813
|
-
{ label: "近五年", value: [
|
|
4814
|
-
], d =
|
|
4812
|
+
{ label: "本年", value: [T().add(0, l)] },
|
|
4813
|
+
{ label: "近一年", value: [T().add(-1, l)] },
|
|
4814
|
+
{ label: "近两年", value: [T().add(-2, l)] },
|
|
4815
|
+
{ label: "近三年", value: [T().add(-3, l)] },
|
|
4816
|
+
{ label: "近五年", value: [T().add(-5, l)] }
|
|
4817
|
+
], d = M(l === "day" ? u : l === "month" ? c : p), y = (f, v) => {
|
|
4815
4818
|
m(v, !0);
|
|
4816
4819
|
}, _ = () => {
|
|
4817
4820
|
let f = null, v = null;
|
|
4818
|
-
return i.value && i.value[0] && (f =
|
|
4821
|
+
return i.value && i.value[0] && (f = T(i.value[0]).format(r)), i.value && i.value[1] && (v = T(i.value[1]).format(r)), !f && !v ? null : [f, v];
|
|
4819
4822
|
}, C = (f, v) => {
|
|
4820
4823
|
typeof f == "number" || typeof v == "number" ? i.value = [
|
|
4821
|
-
s(f) ?
|
|
4822
|
-
s(v) ?
|
|
4823
|
-
] : i.value = [s(f) ?
|
|
4824
|
+
s(f) ? T().add(f, l) : null,
|
|
4825
|
+
s(v) ? T().add(v, l) : null
|
|
4826
|
+
] : i.value = [s(f) ? T(f) : null, s(v) ? T(v) : null], m();
|
|
4824
4827
|
}, m = (f, v = !1) => {
|
|
4825
4828
|
s(f) ? (o("update:value", f), v && o("change", f)) : (o("update:value", _()), v && o("change", _()));
|
|
4826
4829
|
};
|
|
4827
4830
|
return ve(
|
|
4828
4831
|
() => a.value,
|
|
4829
4832
|
(f, v) => {
|
|
4830
|
-
let g = null,
|
|
4831
|
-
s(f) && (s(f[0]) && (g =
|
|
4833
|
+
let g = null, S = null;
|
|
4834
|
+
s(f) && (s(f[0]) && (g = T(f[0])), s(f[1]) && (S = T(f[1]))), i.value = [g, S];
|
|
4832
4835
|
}
|
|
4833
4836
|
), ie(() => {
|
|
4834
4837
|
s(a.value) && C(a.value[0], a.value[1]);
|
|
@@ -4836,17 +4839,17 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4836
4839
|
setValue: C,
|
|
4837
4840
|
getValue: _
|
|
4838
4841
|
}), (f, v) => {
|
|
4839
|
-
const g =
|
|
4842
|
+
const g = H("a-range-picker");
|
|
4840
4843
|
return x(), z(g, {
|
|
4841
4844
|
value: i.value,
|
|
4842
|
-
"onUpdate:value": v[0] || (v[0] = (
|
|
4845
|
+
"onUpdate:value": v[0] || (v[0] = (S) => i.value = S),
|
|
4843
4846
|
presets: d.value,
|
|
4844
|
-
locale:
|
|
4847
|
+
locale: O(Ge),
|
|
4845
4848
|
allowEmpty: [!0, !0],
|
|
4846
|
-
format:
|
|
4847
|
-
picker:
|
|
4849
|
+
format: O(r),
|
|
4850
|
+
picker: O(l) === "day" ? "date" : O(l),
|
|
4848
4851
|
style: ge(a.style),
|
|
4849
|
-
getPopupContainer: (
|
|
4852
|
+
getPopupContainer: (S) => O(Le)(a.mountainTop, e.getPopupContainer, S),
|
|
4850
4853
|
onChange: y
|
|
4851
4854
|
}, null, 8, ["value", "presets", "locale", "format", "picker", "style", "getPopupContainer"]);
|
|
4852
4855
|
};
|
|
@@ -4877,7 +4880,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4877
4880
|
a("click", t.name);
|
|
4878
4881
|
};
|
|
4879
4882
|
return (r, o) => {
|
|
4880
|
-
const i =
|
|
4883
|
+
const i = H("a-button");
|
|
4881
4884
|
return x(), z(i, {
|
|
4882
4885
|
round: "",
|
|
4883
4886
|
size: t.size,
|
|
@@ -4889,7 +4892,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4889
4892
|
t.icon !== "none" ? (x(), z(ze, {
|
|
4890
4893
|
key: 0,
|
|
4891
4894
|
icon: t.icon
|
|
4892
|
-
}, null, 8, ["icon"])) :
|
|
4895
|
+
}, null, 8, ["icon"])) : j("", !0)
|
|
4893
4896
|
]),
|
|
4894
4897
|
default: I(() => [
|
|
4895
4898
|
ce(" " + ae(t.name), 1)
|
|
@@ -4933,7 +4936,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4933
4936
|
},
|
|
4934
4937
|
emits: ["update:value", "change"],
|
|
4935
4938
|
setup(e, { expose: n, emit: t }) {
|
|
4936
|
-
const a = e, l = A.application || "", r = A.ctxPath || "", o = "请输入" + a.title + "搜索", i = a.fieldNames.label, u = a.fieldNames.value, c =
|
|
4939
|
+
const a = e, l = A.application || "", r = A.ctxPath || "", o = "请输入" + a.title + "搜索", i = a.fieldNames.label, u = a.fieldNames.value, c = M([]), p = M([]), d = async () => {
|
|
4937
4940
|
const g = await yl(
|
|
4938
4941
|
ne(r, a.requestUrl),
|
|
4939
4942
|
a.requestParams,
|
|
@@ -4941,9 +4944,9 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4941
4944
|
"CASCADER_" + a.cacheKey
|
|
4942
4945
|
);
|
|
4943
4946
|
p.value = g;
|
|
4944
|
-
}, y = t, _ = (g,
|
|
4945
|
-
s(
|
|
4946
|
-
}, C = (g,
|
|
4947
|
+
}, y = t, _ = (g, S) => {
|
|
4948
|
+
s(S) ? (y("update:value", g[g.length - 1]), y("change", S[S.length - 1])) : (y("update:value", null), y("change", null));
|
|
4949
|
+
}, C = (g, S) => S.some((h) => h[i].indexOf(g) > -1), m = () => p.value.filter((S) => S[u] === c.value[c.value.length - 1])[i], f = () => c.value, v = (g) => {
|
|
4947
4950
|
c.value = g, y("update:value", g);
|
|
4948
4951
|
};
|
|
4949
4952
|
return ie(() => {
|
|
@@ -4952,12 +4955,12 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4952
4955
|
getName: m,
|
|
4953
4956
|
getValue: f,
|
|
4954
4957
|
setValue: v
|
|
4955
|
-
}), (g,
|
|
4956
|
-
const h =
|
|
4958
|
+
}), (g, S) => {
|
|
4959
|
+
const h = H("a-cascader");
|
|
4957
4960
|
return x(), W("div", Es, [
|
|
4958
4961
|
D(h, {
|
|
4959
4962
|
value: c.value,
|
|
4960
|
-
"onUpdate:value":
|
|
4963
|
+
"onUpdate:value": S[0] || (S[0] = (b) => c.value = b),
|
|
4961
4964
|
options: p.value,
|
|
4962
4965
|
fieldNames: a.fieldNames,
|
|
4963
4966
|
"show-search": { filter: C },
|
|
@@ -4966,7 +4969,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4966
4969
|
changeOnSelect: a.changeOnSelect,
|
|
4967
4970
|
placeholder: o,
|
|
4968
4971
|
style: ge(a.style),
|
|
4969
|
-
getPopupContainer: (b) =>
|
|
4972
|
+
getPopupContainer: (b) => O(Le)(a.mountainTop, e.getPopupContainer, b),
|
|
4970
4973
|
onChange: _
|
|
4971
4974
|
}, null, 8, ["value", "options", "fieldNames", "show-search", "disabled", "clearable", "changeOnSelect", "style", "getPopupContainer"])
|
|
4972
4975
|
]);
|
|
@@ -4997,7 +5000,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
4997
5000
|
setup(e) {
|
|
4998
5001
|
const n = e, t = Object.keys(Ie()), a = t.filter((r) => r === "extra"), l = t.filter((r) => r === "title");
|
|
4999
5002
|
return (r, o) => {
|
|
5000
|
-
const i =
|
|
5003
|
+
const i = H("a-card");
|
|
5001
5004
|
return x(), z(i, {
|
|
5002
5005
|
size: "small",
|
|
5003
5006
|
headStyle: n.headStyle,
|
|
@@ -5011,15 +5014,15 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5011
5014
|
]),
|
|
5012
5015
|
_: 2
|
|
5013
5016
|
}, [
|
|
5014
|
-
|
|
5017
|
+
O(l).length === 1 || O(s)(n.title) ? {
|
|
5015
5018
|
name: "title",
|
|
5016
5019
|
fn: I(() => [
|
|
5017
|
-
|
|
5018
|
-
|
|
5020
|
+
O(l).length === 1 ? oe(r.$slots, "title", { key: 0 }) : j("", !0),
|
|
5021
|
+
O(l).length !== 1 ? (x(), W("span", Us, ae(n.title), 1)) : j("", !0)
|
|
5019
5022
|
]),
|
|
5020
5023
|
key: "0"
|
|
5021
5024
|
} : void 0,
|
|
5022
|
-
|
|
5025
|
+
O(a).length === 1 ? {
|
|
5023
5026
|
name: "extra",
|
|
5024
5027
|
fn: I(() => [
|
|
5025
5028
|
oe(r.$slots, "extra")
|
|
@@ -5061,10 +5064,10 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5061
5064
|
},
|
|
5062
5065
|
emits: ["update:value", "change"],
|
|
5063
5066
|
setup(e, { expose: n, emit: t }) {
|
|
5064
|
-
const a = e, l = V
|
|
5067
|
+
const a = e, l = M(V.toString(a.value, null)), r = t, o = Object.keys(Ie()), i = o.filter((_) => _ === "addonAfter"), u = o.filter((_) => _ === "addonBefore"), c = () => {
|
|
5065
5068
|
y(!0);
|
|
5066
5069
|
}, p = () => l.value, d = (_) => {
|
|
5067
|
-
a.formatter === "date" ? l.value =
|
|
5070
|
+
a.formatter === "date" ? l.value = V.toDateString(_) : a.formatter === "datetime" ? l.value = V.toDatetimeString(_) : l.value = _, y();
|
|
5068
5071
|
};
|
|
5069
5072
|
ve(
|
|
5070
5073
|
() => a.value,
|
|
@@ -5079,7 +5082,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5079
5082
|
getValue: p,
|
|
5080
5083
|
setValue: d
|
|
5081
5084
|
}), (_, C) => {
|
|
5082
|
-
const m =
|
|
5085
|
+
const m = H("a-input");
|
|
5083
5086
|
return x(), z(m, {
|
|
5084
5087
|
value: l.value,
|
|
5085
5088
|
"onUpdate:value": C[0] || (C[0] = (f) => l.value = f),
|
|
@@ -5090,19 +5093,19 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5090
5093
|
style: ge(a.style),
|
|
5091
5094
|
onChange: c
|
|
5092
5095
|
}, xe({ _: 2 }, [
|
|
5093
|
-
|
|
5096
|
+
O(i).length === 1 || O(s)(a.addonAfter) ? {
|
|
5094
5097
|
name: "addonAfter",
|
|
5095
5098
|
fn: I(() => [
|
|
5096
|
-
|
|
5097
|
-
|
|
5099
|
+
O(i).length === 1 ? oe(_.$slots, "addonAfter", { key: 0 }) : j("", !0),
|
|
5100
|
+
O(i).length !== 1 ? (x(), W("span", Fs, ae(a.addonAfter), 1)) : j("", !0)
|
|
5098
5101
|
]),
|
|
5099
5102
|
key: "0"
|
|
5100
5103
|
} : void 0,
|
|
5101
|
-
|
|
5104
|
+
O(u).length === 1 || O(s)(a.addonBefore) ? {
|
|
5102
5105
|
name: "addonBefore",
|
|
5103
5106
|
fn: I(() => [
|
|
5104
|
-
|
|
5105
|
-
|
|
5107
|
+
O(u).length === 1 ? oe(_.$slots, "addonBefore", { key: 0 }) : j("", !0),
|
|
5108
|
+
O(u).length !== 1 ? (x(), W("span", Hs, ae(a.addonBefore), 1)) : j("", !0)
|
|
5106
5109
|
]),
|
|
5107
5110
|
key: "1"
|
|
5108
5111
|
} : void 0
|
|
@@ -5147,7 +5150,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5147
5150
|
},
|
|
5148
5151
|
emits: ["update:value", "change"],
|
|
5149
5152
|
setup(e, { expose: n, emit: t }) {
|
|
5150
|
-
const a = e, l = V
|
|
5153
|
+
const a = e, l = M(V.toString(a.value, null)), r = t, o = Object.keys(Ie()), i = o.filter((_) => _ === "addonAfter"), u = o.filter((_) => _ === "addonBefore"), c = () => {
|
|
5151
5154
|
y(!0);
|
|
5152
5155
|
}, p = () => l.value, d = (_) => {
|
|
5153
5156
|
l.value = _, y();
|
|
@@ -5165,7 +5168,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5165
5168
|
getValue: p,
|
|
5166
5169
|
setValue: d
|
|
5167
5170
|
}), (_, C) => {
|
|
5168
|
-
const m =
|
|
5171
|
+
const m = H("a-input-number");
|
|
5169
5172
|
return x(), z(m, {
|
|
5170
5173
|
value: l.value,
|
|
5171
5174
|
"onUpdate:value": C[0] || (C[0] = (f) => l.value = f),
|
|
@@ -5180,19 +5183,19 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5180
5183
|
style: ge(a.style),
|
|
5181
5184
|
onChange: c
|
|
5182
5185
|
}, xe({ _: 2 }, [
|
|
5183
|
-
|
|
5186
|
+
O(i).length === 1 || O(s)(a.addonAfter) ? {
|
|
5184
5187
|
name: "addonAfter",
|
|
5185
5188
|
fn: I(() => [
|
|
5186
|
-
|
|
5187
|
-
|
|
5189
|
+
O(i).length === 1 ? oe(_.$slots, "addonAfter", { key: 0 }) : j("", !0),
|
|
5190
|
+
O(i).length !== 1 ? (x(), W("span", Ys, ae(a.addonAfter), 1)) : j("", !0)
|
|
5188
5191
|
]),
|
|
5189
5192
|
key: "0"
|
|
5190
5193
|
} : void 0,
|
|
5191
|
-
|
|
5194
|
+
O(u).length === 1 || O(s)(a.addonBefore) ? {
|
|
5192
5195
|
name: "addonBefore",
|
|
5193
5196
|
fn: I(() => [
|
|
5194
|
-
|
|
5195
|
-
|
|
5197
|
+
O(u).length === 1 ? oe(_.$slots, "addonBefore", { key: 0 }) : j("", !0),
|
|
5198
|
+
O(u).length !== 1 ? (x(), W("span", Ws, ae(a.addonBefore), 1)) : j("", !0)
|
|
5196
5199
|
]),
|
|
5197
5200
|
key: "1"
|
|
5198
5201
|
} : void 0
|
|
@@ -5221,7 +5224,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5221
5224
|
},
|
|
5222
5225
|
emits: ["update:value", "search", "suffix"],
|
|
5223
5226
|
setup(e, { emit: n }) {
|
|
5224
|
-
const t = e, a =
|
|
5227
|
+
const t = e, a = M(t.value), l = n, r = () => {
|
|
5225
5228
|
l("search");
|
|
5226
5229
|
}, o = () => {
|
|
5227
5230
|
a.value = "", l("update:value", a.value), l("suffix");
|
|
@@ -5232,7 +5235,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5232
5235
|
a.value = i;
|
|
5233
5236
|
}
|
|
5234
5237
|
), (i, u) => {
|
|
5235
|
-
const c =
|
|
5238
|
+
const c = H("a-input-search");
|
|
5236
5239
|
return x(), z(c, {
|
|
5237
5240
|
value: a.value,
|
|
5238
5241
|
"onUpdate:value": u[0] || (u[0] = (p) => a.value = p),
|
|
@@ -5285,7 +5288,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5285
5288
|
},
|
|
5286
5289
|
emits: ["update:value", "change"],
|
|
5287
5290
|
setup(e, { expose: n, emit: t }) {
|
|
5288
|
-
const a = e, l = V
|
|
5291
|
+
const a = e, l = M(V.toString(a.value, null)), r = t, o = () => {
|
|
5289
5292
|
c(!0);
|
|
5290
5293
|
}, i = () => l.value, u = (p) => {
|
|
5291
5294
|
l.value = p, c();
|
|
@@ -5303,7 +5306,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5303
5306
|
getValue: i,
|
|
5304
5307
|
setValue: u
|
|
5305
5308
|
}), (p, d) => {
|
|
5306
|
-
const y =
|
|
5309
|
+
const y = H("a-textarea");
|
|
5307
5310
|
return x(), z(y, {
|
|
5308
5311
|
value: l.value,
|
|
5309
5312
|
"onUpdate:value": d[0] || (d[0] = (_) => l.value = _),
|
|
@@ -5355,7 +5358,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5355
5358
|
},
|
|
5356
5359
|
emits: ["update:value", "update:label", "change"],
|
|
5357
5360
|
setup(e, { expose: n, emit: t }) {
|
|
5358
|
-
const a = e, l = t, r =
|
|
5361
|
+
const a = e, l = t, r = V.toString(a.value, null), o = a.multiple ? M(s(r) ? r.split(",") : []) : M(r), i = M(a.multiple ? [] : null), u = M(a.multiple ? {} : null), c = M([]), p = async () => {
|
|
5359
5362
|
const v = ne(A.ctxPath, A.requestDictUrl);
|
|
5360
5363
|
return await On(A.application, v, a.requestParams);
|
|
5361
5364
|
}, d = (v, g) => g.label.toLowerCase().indexOf(v.toLowerCase()) >= 0, y = (v, g) => {
|
|
@@ -5375,12 +5378,12 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5375
5378
|
if (s(o.value))
|
|
5376
5379
|
if (a.multiple) {
|
|
5377
5380
|
const g = [];
|
|
5378
|
-
o.value.forEach((
|
|
5379
|
-
let h = c.value.filter((b) => b.value ===
|
|
5380
|
-
h.length === 1 && (g.push(h[0].label), u.value[
|
|
5381
|
+
o.value.forEach((S) => {
|
|
5382
|
+
let h = c.value.filter((b) => b.value === S);
|
|
5383
|
+
h.length === 1 && (g.push(h[0].label), u.value[S] = h[0]);
|
|
5381
5384
|
}), i.value = g;
|
|
5382
5385
|
} else {
|
|
5383
|
-
const g = c.value.filter((
|
|
5386
|
+
const g = c.value.filter((S) => S.value === o.value);
|
|
5384
5387
|
s(g) && (i.value = g[0].label, u.value = g[0]);
|
|
5385
5388
|
}
|
|
5386
5389
|
else
|
|
@@ -5395,10 +5398,10 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5395
5398
|
c.value = v, s(a.extraOptions) && a.extraOptions?.length > 0 && c.value.unshift(...a.extraOptions), s(o.value) && !s(i.value) && f();
|
|
5396
5399
|
});
|
|
5397
5400
|
}), (v, g) => {
|
|
5398
|
-
const
|
|
5401
|
+
const S = H("a-select");
|
|
5399
5402
|
return x(), W("div", Gs, [
|
|
5400
|
-
D(
|
|
5401
|
-
value:
|
|
5403
|
+
D(S, {
|
|
5404
|
+
value: O(o),
|
|
5402
5405
|
"onUpdate:value": g[0] || (g[0] = (h) => gt(o) ? o.value = h : null),
|
|
5403
5406
|
onChange: y,
|
|
5404
5407
|
placeholder: "--请选择--",
|
|
@@ -5411,7 +5414,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5411
5414
|
defaultActiveFirstOption: !a.multiple,
|
|
5412
5415
|
autoClearSearchValue: !a.filterable,
|
|
5413
5416
|
listHeight: a.listHeight,
|
|
5414
|
-
getPopupContainer: (h) =>
|
|
5417
|
+
getPopupContainer: (h) => O(Le)(a.mountainTop, e.getPopupContainer, h),
|
|
5415
5418
|
disabled: e.disabled,
|
|
5416
5419
|
style: ge(a.style),
|
|
5417
5420
|
size: "medium"
|
|
@@ -5461,50 +5464,50 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5461
5464
|
},
|
|
5462
5465
|
emits: ["update:value", "update:label", "change", "query"],
|
|
5463
5466
|
setup(e, { expose: n, emit: t }) {
|
|
5464
|
-
const a = e, l =
|
|
5467
|
+
const a = e, l = M(a.value ? a.value : a.multiple ? [] : null), r = M(a.label ? a.label : a.multiple ? [] : null), o = M(a.multiple ? {} : null), i = M([]), u = M(!1), c = t, p = "请输入" + a.title + "搜索", d = async (L) => {
|
|
5465
5468
|
if (a.corpFilter && !s(a.corpId))
|
|
5466
5469
|
return i.value = [], [];
|
|
5467
|
-
let
|
|
5468
|
-
Object.assign(
|
|
5469
|
-
const
|
|
5470
|
-
return u.value = !1, i.value =
|
|
5470
|
+
let q = { corpId: a.corpId, initValue: L };
|
|
5471
|
+
Object.assign(q, a.requestParams), i.value = [], u.value = !0;
|
|
5472
|
+
const E = await Re(a.requestUrl, q);
|
|
5473
|
+
return u.value = !1, i.value = E, E;
|
|
5471
5474
|
}, y = It(() => {
|
|
5472
|
-
d(null).then((
|
|
5473
|
-
c("query",
|
|
5475
|
+
d(null).then((L) => {
|
|
5476
|
+
c("query", L);
|
|
5474
5477
|
});
|
|
5475
|
-
}, 300), _ = (
|
|
5476
|
-
m(
|
|
5477
|
-
|
|
5478
|
+
}, 300), _ = (L) => {
|
|
5479
|
+
m(L).then(() => {
|
|
5480
|
+
N(!0);
|
|
5478
5481
|
});
|
|
5479
|
-
}, C = (
|
|
5480
|
-
if (l.value =
|
|
5481
|
-
const
|
|
5482
|
-
l.value.forEach((
|
|
5483
|
-
let
|
|
5484
|
-
|
|
5485
|
-
}), r.value =
|
|
5482
|
+
}, C = (L, q) => q.label.toLowerCase().indexOf(Te(L).toLowerCase()) >= 0, m = async (L) => {
|
|
5483
|
+
if (l.value = L, a.multiple) {
|
|
5484
|
+
const q = [];
|
|
5485
|
+
l.value.forEach((E) => {
|
|
5486
|
+
let Y = i.value.filter((re) => re.value === E);
|
|
5487
|
+
Y.length === 1 && (q.push(Y[0].label), o.value[E] = Y[0]);
|
|
5488
|
+
}), r.value = q;
|
|
5486
5489
|
} else {
|
|
5487
|
-
let
|
|
5488
|
-
|
|
5490
|
+
let q = i.value.filter((E) => E.value === L);
|
|
5491
|
+
q.length === 1 ? (r.value = q[0].label, o.value = q[0]) : (r.value = null, o.value = null);
|
|
5489
5492
|
}
|
|
5490
|
-
}, f = () => r.value, v = () => l.value, g = (
|
|
5491
|
-
m(
|
|
5492
|
-
|
|
5493
|
+
}, f = () => r.value, v = () => l.value, g = (L) => {
|
|
5494
|
+
m(L).then(() => {
|
|
5495
|
+
N();
|
|
5493
5496
|
});
|
|
5494
|
-
},
|
|
5495
|
-
l.value = a.multiple ? [] : null, r.value = a.multiple ? [] : null, o.value = a.multiple ? {} : null,
|
|
5497
|
+
}, S = () => {
|
|
5498
|
+
l.value = a.multiple ? [] : null, r.value = a.multiple ? [] : null, o.value = a.multiple ? {} : null, N();
|
|
5496
5499
|
}, h = async () => {
|
|
5497
|
-
|
|
5500
|
+
S(), i.value = [];
|
|
5498
5501
|
}, b = async () => {
|
|
5499
|
-
|
|
5500
|
-
},
|
|
5501
|
-
c("update:value", l.value), c("update:label", r.value),
|
|
5502
|
-
},
|
|
5502
|
+
S(), i.value = [], await y();
|
|
5503
|
+
}, N = (L = !1) => {
|
|
5504
|
+
c("update:value", l.value), c("update:label", r.value), L && c("change", o.value);
|
|
5505
|
+
}, U = (L, q) => a.multiple ? s(L) && !s(q) || !s(L) && s(q) ? !0 : !s(L) && !s(q) || L.length !== q.length ? !1 : !L.every((E, Y) => E === q[Y]) : L !== q;
|
|
5503
5506
|
return ve(
|
|
5504
5507
|
() => [a.corpId, a.value],
|
|
5505
|
-
async ([
|
|
5506
|
-
const re =
|
|
5507
|
-
re && (
|
|
5508
|
+
async ([L, q], [E, Y]) => {
|
|
5509
|
+
const re = L !== E, G = U(q, l.value);
|
|
5510
|
+
re && (S(), await d(q)), G && g(q);
|
|
5508
5511
|
}
|
|
5509
5512
|
), ie(async () => {
|
|
5510
5513
|
d(null);
|
|
@@ -5514,12 +5517,12 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5514
5517
|
setValue: g,
|
|
5515
5518
|
clear: h,
|
|
5516
5519
|
reload: b
|
|
5517
|
-
}), (
|
|
5518
|
-
const
|
|
5520
|
+
}), (L, q) => {
|
|
5521
|
+
const E = H("a-spin"), Y = H("a-select");
|
|
5519
5522
|
return x(), W("div", Js, [
|
|
5520
|
-
D(
|
|
5523
|
+
D(Y, {
|
|
5521
5524
|
value: l.value,
|
|
5522
|
-
"onUpdate:value":
|
|
5525
|
+
"onUpdate:value": q[0] || (q[0] = (re) => l.value = re),
|
|
5523
5526
|
placeholder: p,
|
|
5524
5527
|
style: ge(a.style),
|
|
5525
5528
|
"filter-option": C,
|
|
@@ -5529,14 +5532,14 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5529
5532
|
options: i.value,
|
|
5530
5533
|
allowClear: a.clearable,
|
|
5531
5534
|
listHeight: a.listHeight,
|
|
5532
|
-
getPopupContainer: (re) =>
|
|
5535
|
+
getPopupContainer: (re) => O(Le)(a.mountainTop, e.getPopupContainer, re),
|
|
5533
5536
|
onChange: _,
|
|
5534
5537
|
"show-search": ""
|
|
5535
5538
|
}, xe({ _: 2 }, [
|
|
5536
5539
|
u.value ? {
|
|
5537
5540
|
name: "notFoundContent",
|
|
5538
5541
|
fn: I(() => [
|
|
5539
|
-
D(
|
|
5542
|
+
D(E, { size: "small" })
|
|
5540
5543
|
]),
|
|
5541
5544
|
key: "0"
|
|
5542
5545
|
} : void 0
|
|
@@ -5582,41 +5585,41 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5582
5585
|
},
|
|
5583
5586
|
emits: ["update:value", "update:label", "change"],
|
|
5584
5587
|
setup(e, { expose: n, emit: t }) {
|
|
5585
|
-
const a = e, l =
|
|
5588
|
+
const a = e, l = M(a.value || null), r = M(a.label || ""), o = M({}), i = M([]), u = M(!1), c = t, p = "请输入" + a.title + "搜索", d = async (S, h = null) => {
|
|
5586
5589
|
if (i.value = [], a.corpFilter && !s(a.corpId))
|
|
5587
5590
|
return [];
|
|
5588
|
-
if (s(
|
|
5589
|
-
let b = { corpId: a.corpId, searchValue: Te(
|
|
5591
|
+
if (s(S)) {
|
|
5592
|
+
let b = { corpId: a.corpId, searchValue: Te(S), initValue: h };
|
|
5590
5593
|
Object.assign(b, a.requestParams), u.value = !0;
|
|
5591
|
-
const
|
|
5592
|
-
return u.value = !1, i.value =
|
|
5594
|
+
const N = await Re(a.requestUrl, b);
|
|
5595
|
+
return u.value = !1, i.value = N, N;
|
|
5593
5596
|
} else
|
|
5594
5597
|
return [];
|
|
5595
|
-
}, y = (
|
|
5596
|
-
l.value =
|
|
5598
|
+
}, y = (S) => {
|
|
5599
|
+
l.value = S, C(S).then((h) => {
|
|
5597
5600
|
g(!0);
|
|
5598
5601
|
});
|
|
5599
|
-
}, _ = It((
|
|
5600
|
-
d(
|
|
5601
|
-
}, 500), C = async (
|
|
5602
|
-
if (s(
|
|
5603
|
-
let h = i.value.filter((b) => b.value ===
|
|
5602
|
+
}, _ = It((S) => {
|
|
5603
|
+
d(S);
|
|
5604
|
+
}, 500), C = async (S) => {
|
|
5605
|
+
if (s(S)) {
|
|
5606
|
+
let h = i.value.filter((b) => b.value === S);
|
|
5604
5607
|
return h.length === 1 ? (l.value = h[0].value, r.value = h[0].label, o.value = h[0], !0) : (l.value = null, r.value = "", o.value = null, !1);
|
|
5605
5608
|
} else
|
|
5606
5609
|
return l.value = null, r.value = "", o.value = null, !0;
|
|
5607
|
-
}, m = () => r.value, f = () => l.value, v = (
|
|
5608
|
-
l.value =
|
|
5610
|
+
}, m = () => r.value, f = () => l.value, v = (S) => {
|
|
5611
|
+
l.value = S, C(S).then((h) => {
|
|
5609
5612
|
h && g();
|
|
5610
5613
|
});
|
|
5611
|
-
}, g = (
|
|
5612
|
-
c("update:value", l.value), c("update:label", r.value),
|
|
5614
|
+
}, g = (S = !1) => {
|
|
5615
|
+
c("update:value", l.value), c("update:label", r.value), S && c("change", o.value);
|
|
5613
5616
|
};
|
|
5614
5617
|
return ve(
|
|
5615
5618
|
() => [a.corpId, a.value],
|
|
5616
|
-
async ([
|
|
5617
|
-
const
|
|
5618
|
-
|
|
5619
|
-
|
|
5619
|
+
async ([S, h], [b, N]) => {
|
|
5620
|
+
const U = S !== b, L = h !== l.value;
|
|
5621
|
+
U && (i.value = [], r.value = null, l.value = null, o.value = null, g()), L && C(h).then((q) => {
|
|
5622
|
+
q || d(null, h).then(() => {
|
|
5620
5623
|
v(h);
|
|
5621
5624
|
});
|
|
5622
5625
|
});
|
|
@@ -5627,17 +5630,17 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5627
5630
|
value: l.value,
|
|
5628
5631
|
label: r.value
|
|
5629
5632
|
}
|
|
5630
|
-
] : d(l.value
|
|
5633
|
+
] : d(null, l.value));
|
|
5631
5634
|
}), n({
|
|
5632
5635
|
getName: m,
|
|
5633
5636
|
getValue: f,
|
|
5634
5637
|
setValue: v
|
|
5635
|
-
}), (
|
|
5636
|
-
const b =
|
|
5638
|
+
}), (S, h) => {
|
|
5639
|
+
const b = H("a-spin"), N = H("a-select");
|
|
5637
5640
|
return x(), W("div", Zs, [
|
|
5638
|
-
D(
|
|
5641
|
+
D(N, {
|
|
5639
5642
|
value: l.value,
|
|
5640
|
-
"onUpdate:value": h[0] || (h[0] = (
|
|
5643
|
+
"onUpdate:value": h[0] || (h[0] = (U) => l.value = U),
|
|
5641
5644
|
placeholder: p,
|
|
5642
5645
|
style: ge(a.style),
|
|
5643
5646
|
"filter-option": !1,
|
|
@@ -5647,9 +5650,9 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5647
5650
|
listHeight: a.listHeight,
|
|
5648
5651
|
"default-active-first-option": !1,
|
|
5649
5652
|
"show-arrow": !1,
|
|
5650
|
-
getPopupContainer: (
|
|
5653
|
+
getPopupContainer: (U) => O(Le)(a.mountainTop, e.getPopupContainer, U),
|
|
5651
5654
|
onChange: y,
|
|
5652
|
-
onSearch:
|
|
5655
|
+
onSearch: O(_),
|
|
5653
5656
|
"show-search": ""
|
|
5654
5657
|
}, xe({ _: 2 }, [
|
|
5655
5658
|
u.value ? {
|
|
@@ -5680,9 +5683,9 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5680
5683
|
//
|
|
5681
5684
|
},
|
|
5682
5685
|
setup(e) {
|
|
5683
|
-
const n = e, t = Object.keys(Ie()), a = t.filter((i) => i !== "header"), l = t.filter((i) => i === "header"), r =
|
|
5686
|
+
const n = e, t = Object.keys(Ie()), a = t.filter((i) => i !== "header"), l = t.filter((i) => i === "header"), r = M(n.activeKey), o = M(n.header instanceof Object ? n.header : { default: n.header });
|
|
5684
5687
|
return (i, u) => {
|
|
5685
|
-
const c =
|
|
5688
|
+
const c = H("a-collapse-panel"), p = H("a-collapse");
|
|
5686
5689
|
return x(), z(p, {
|
|
5687
5690
|
activeKey: r.value,
|
|
5688
5691
|
"onUpdate:activeKey": u[0] || (u[0] = (d) => r.value = d),
|
|
@@ -5691,13 +5694,13 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5691
5694
|
accordion: ""
|
|
5692
5695
|
}, {
|
|
5693
5696
|
default: I(() => [
|
|
5694
|
-
(x(!0), W(de, null, Ce(
|
|
5697
|
+
(x(!0), W(de, null, Ce(O(a), (d) => (x(), z(c, {
|
|
5695
5698
|
key: d,
|
|
5696
5699
|
forceRender: "",
|
|
5697
5700
|
showArrow: n.showArrow
|
|
5698
5701
|
}, {
|
|
5699
5702
|
header: I(() => [
|
|
5700
|
-
|
|
5703
|
+
O(l).length === 1 ? oe(i.$slots, "header", { key: 0 }) : (x(), W("span", Qs, ae(o.value[d]), 1))
|
|
5701
5704
|
]),
|
|
5702
5705
|
default: I(() => [
|
|
5703
5706
|
oe(i.$slots, d)
|
|
@@ -5744,7 +5747,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5744
5747
|
},
|
|
5745
5748
|
emits: ["update:checked", "change"],
|
|
5746
5749
|
setup(e, { emit: n }) {
|
|
5747
|
-
const t = e, a =
|
|
5750
|
+
const t = e, a = M(t.checked), l = n, r = (o) => {
|
|
5748
5751
|
l("update:checked", o), l("change", o);
|
|
5749
5752
|
};
|
|
5750
5753
|
return ve(
|
|
@@ -5753,7 +5756,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5753
5756
|
a.value = o;
|
|
5754
5757
|
}
|
|
5755
5758
|
), (o, i) => {
|
|
5756
|
-
const u =
|
|
5759
|
+
const u = H("a-switch");
|
|
5757
5760
|
return x(), z(u, {
|
|
5758
5761
|
checked: a.value,
|
|
5759
5762
|
"onUpdate:checked": i[0] || (i[0] = (c) => a.value = c),
|
|
@@ -5791,7 +5794,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5791
5794
|
},
|
|
5792
5795
|
emits: ["update:activeKey", "change"],
|
|
5793
5796
|
setup(e, { emit: n }) {
|
|
5794
|
-
const t = e, a = t.tabColorBlack ? "rgba(0, 0, 0, 0.02)" : "#ffffff", l = Object.keys(Ie()), r = l.filter((p) => p != "rightExtra" && p != "header"), o =
|
|
5797
|
+
const t = e, a = t.tabColorBlack ? "rgba(0, 0, 0, 0.02)" : "#ffffff", l = Object.keys(Ie()), r = l.filter((p) => p != "rightExtra" && p != "header"), o = M(t.activeKey), i = M(t.header instanceof Object ? t.header : { default: t.header }), u = n, c = (p) => {
|
|
5795
5798
|
u("update:activeKey", p), u("change", p);
|
|
5796
5799
|
};
|
|
5797
5800
|
return ve(
|
|
@@ -5800,18 +5803,18 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5800
5803
|
o.value = p;
|
|
5801
5804
|
}
|
|
5802
5805
|
), (p, d) => {
|
|
5803
|
-
const y =
|
|
5806
|
+
const y = H("a-tab-pane"), _ = H("a-tabs");
|
|
5804
5807
|
return x(), z(_, {
|
|
5805
5808
|
activeKey: o.value,
|
|
5806
5809
|
"onUpdate:activeKey": d[0] || (d[0] = (C) => o.value = C),
|
|
5807
5810
|
type: t.type,
|
|
5808
5811
|
"tab-position": t.position,
|
|
5809
5812
|
tabBarGutter: t.position === "left" ? 4 : 25,
|
|
5810
|
-
tabBarStyle: { margin: 0, backgroundColor:
|
|
5813
|
+
tabBarStyle: { margin: 0, backgroundColor: O(a) },
|
|
5811
5814
|
onChange: c
|
|
5812
5815
|
}, xe({
|
|
5813
5816
|
default: I(() => [
|
|
5814
|
-
(x(!0), W(de, null, Ce(
|
|
5817
|
+
(x(!0), W(de, null, Ce(O(r), (C, m) => (x(), z(y, {
|
|
5815
5818
|
key: C,
|
|
5816
5819
|
forceRender: t.forceRender && !t.notForceRender?.includes(C),
|
|
5817
5820
|
style: ge(t.position === "left" ? { paddingLeft: "0" } : {})
|
|
@@ -5820,7 +5823,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5820
5823
|
K("span", {
|
|
5821
5824
|
style: ge(m === 0 && t.position === "top" ? { marginLeft: "10px" } : {})
|
|
5822
5825
|
}, [
|
|
5823
|
-
|
|
5826
|
+
O(l).includes("header") ? oe(p.$slots, "header", {
|
|
5824
5827
|
key: 0,
|
|
5825
5828
|
tabKey: C
|
|
5826
5829
|
}) : (x(), W(de, { key: 1 }, [
|
|
@@ -5837,7 +5840,7 @@ const vs = { id: "div_view_modal" }, bs = { class: "sag-ubmp-pc-modal-minimized-
|
|
|
5837
5840
|
]),
|
|
5838
5841
|
_: 2
|
|
5839
5842
|
}, [
|
|
5840
|
-
|
|
5843
|
+
O(l).includes("rightExtra") ? {
|
|
5841
5844
|
name: "rightExtra",
|
|
5842
5845
|
fn: I(() => [
|
|
5843
5846
|
oe(p.$slots, "rightExtra")
|