ddy-process-h5 1.0.1-beta.3 → 1.0.1-beta.4
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/package.json +1 -1
- package/v2/ddy-process-h5.js +2263 -2203
- package/v2/ddy-process-h5.umd.cjs +8 -8
- package/v2/style.css +1 -1
- package/v2.7/ddy-process-h5.js +1447 -1387
- package/v2.7/ddy-process-h5.umd.cjs +7 -7
- package/v2.7/style.css +1 -1
- package/v3/ddy-process-h5.js +2469 -2416
- package/v3/ddy-process-h5.umd.cjs +16 -16
- package/v3/style.css +1 -1
package/v2.7/ddy-process-h5.js
CHANGED
|
@@ -28,7 +28,7 @@ function _e(e) {
|
|
|
28
28
|
return e !== null && typeof e == "object";
|
|
29
29
|
}
|
|
30
30
|
var un = Object.prototype.toString;
|
|
31
|
-
function
|
|
31
|
+
function cs(e) {
|
|
32
32
|
return un.call(e).slice(8, -1);
|
|
33
33
|
}
|
|
34
34
|
function Ve(e) {
|
|
@@ -47,7 +47,7 @@ function Fn(e) {
|
|
|
47
47
|
function Bu(e) {
|
|
48
48
|
return e == null ? "" : Array.isArray(e) || Ve(e) && e.toString === un ? JSON.stringify(e, null, 2) : String(e);
|
|
49
49
|
}
|
|
50
|
-
function
|
|
50
|
+
function $i(e) {
|
|
51
51
|
var t = parseFloat(e);
|
|
52
52
|
return isNaN(t) ? e : t;
|
|
53
53
|
}
|
|
@@ -244,14 +244,14 @@ if (qe)
|
|
|
244
244
|
}), window.addEventListener("test-passive", null, da);
|
|
245
245
|
} catch {
|
|
246
246
|
}
|
|
247
|
-
var ws,
|
|
247
|
+
var ws, us = function() {
|
|
248
248
|
return ws === void 0 && (!qe && typeof global < "u" ? ws = global.process && global.process.env.VUE_ENV === "server" : ws = !1), ws;
|
|
249
249
|
}, Hs = qe && window.__VUE_DEVTOOLS_GLOBAL_HOOK__;
|
|
250
250
|
function ti(e) {
|
|
251
251
|
return typeof e == "function" && /native code/.test(e.toString());
|
|
252
252
|
}
|
|
253
|
-
var
|
|
254
|
-
typeof Set < "u" && ti(Set) ?
|
|
253
|
+
var ps = typeof Symbol < "u" && ti(Symbol) && typeof Reflect < "u" && ti(Reflect.ownKeys), es;
|
|
254
|
+
typeof Set < "u" && ti(Set) ? es = Set : es = function() {
|
|
255
255
|
function e() {
|
|
256
256
|
this.set = /* @__PURE__ */ Object.create(null);
|
|
257
257
|
}
|
|
@@ -413,7 +413,7 @@ var Ku = {
|
|
|
413
413
|
function It(e, t, i) {
|
|
414
414
|
if (e && Pe(e, "__ob__") && e.__ob__ instanceof fa)
|
|
415
415
|
return e.__ob__;
|
|
416
|
-
if (Ar && (i || !
|
|
416
|
+
if (Ar && (i || !us()) && (re(e) || Ve(e)) && Object.isExtensible(e) && !e.__v_skip && !yt(e) && !(e instanceof Ge))
|
|
417
417
|
return new fa(e, t, i);
|
|
418
418
|
}
|
|
419
419
|
function ot(e, t, i, s, n, r) {
|
|
@@ -507,7 +507,7 @@ function Wu(e, t) {
|
|
|
507
507
|
var i = e && e.__ob__;
|
|
508
508
|
i && i.shallow !== t && O("Target is already a ".concat(i.shallow ? "" : "non-", "shallow reactive object, and cannot be converted to ").concat(t ? "" : "non-", "shallow."));
|
|
509
509
|
}
|
|
510
|
-
var s = It(e, t,
|
|
510
|
+
var s = It(e, t, us());
|
|
511
511
|
process.env.NODE_ENV !== "production" && !s && ((e == null || Nt(e)) && O("value cannot be made reactive: ".concat(String(e))), Yu(e) && O("Vue 2 does not support reactive collection types such as Map or Set."));
|
|
512
512
|
}
|
|
513
513
|
}
|
|
@@ -515,7 +515,7 @@ function Cr(e) {
|
|
|
515
515
|
return !!(e && e.__v_isReadonly);
|
|
516
516
|
}
|
|
517
517
|
function Yu(e) {
|
|
518
|
-
var t =
|
|
518
|
+
var t = cs(e);
|
|
519
519
|
return t === "Map" || t === "WeakMap" || t === "Set" || t === "WeakSet";
|
|
520
520
|
}
|
|
521
521
|
function yt(e) {
|
|
@@ -656,13 +656,13 @@ function ep(e) {
|
|
|
656
656
|
function wr(e) {
|
|
657
657
|
return Nt(e) ? [wi(e)] : re(e) ? xl(e) : void 0;
|
|
658
658
|
}
|
|
659
|
-
function
|
|
659
|
+
function qi(e) {
|
|
660
660
|
return b(e) && b(e.text) && _u(e.isComment);
|
|
661
661
|
}
|
|
662
662
|
function xl(e, t) {
|
|
663
663
|
var i = [], s, n, r, a;
|
|
664
664
|
for (s = 0; s < e.length; s++)
|
|
665
|
-
n = e[s], !($(n) || typeof n == "boolean") && (r = i.length - 1, a = i[r], re(n) ? n.length > 0 && (n = xl(n, "".concat(t || "", "_").concat(s)),
|
|
665
|
+
n = e[s], !($(n) || typeof n == "boolean") && (r = i.length - 1, a = i[r], re(n) ? n.length > 0 && (n = xl(n, "".concat(t || "", "_").concat(s)), qi(n[0]) && qi(a) && (i[r] = wi(a.text + n[0].text), n.shift()), i.push.apply(i, n)) : Nt(n) ? qi(a) ? i[r] = wi(a.text + n) : n !== "" && i.push(wi(n)) : qi(n) && qi(a) ? i[r] = wi(a.text + n.text) : (be(e._isVList) && b(n.tag) && $(n.key) && b(t) && (n.key = "__vlist".concat(t, "_").concat(s, "__")), i.push(n)));
|
|
666
666
|
return i;
|
|
667
667
|
}
|
|
668
668
|
function tp(e, t) {
|
|
@@ -674,7 +674,7 @@ function tp(e, t) {
|
|
|
674
674
|
for (i = new Array(e), s = 0; s < e; s++)
|
|
675
675
|
i[s] = t(s + 1, s);
|
|
676
676
|
else if (_e(e))
|
|
677
|
-
if (
|
|
677
|
+
if (ps && e[Symbol.iterator]) {
|
|
678
678
|
i = [];
|
|
679
679
|
for (var o = e[Symbol.iterator](), l = o.next(); !l.done; )
|
|
680
680
|
i.push(t(l.value, i.length)), l = o.next();
|
|
@@ -778,7 +778,7 @@ function up(e, t) {
|
|
|
778
778
|
return typeof e == "string" ? t + e : e;
|
|
779
779
|
}
|
|
780
780
|
function kl(e) {
|
|
781
|
-
e._o = op, e._n =
|
|
781
|
+
e._o = op, e._n = $i, e._s = Bu, e._l = tp, e._t = ip, e._q = oi, e._i = fl, e._m = ap, e._f = sp, e._k = np, e._b = rp, e._v = wi, e._e = ii, e._u = Il, e._g = lp, e._d = cp, e._p = up;
|
|
782
782
|
}
|
|
783
783
|
function Er(e, t) {
|
|
784
784
|
if (!e || !e.length)
|
|
@@ -798,10 +798,10 @@ function Er(e, t) {
|
|
|
798
798
|
function pp(e) {
|
|
799
799
|
return e.isComment && !e.asyncFactory || e.text === " ";
|
|
800
800
|
}
|
|
801
|
-
function
|
|
801
|
+
function ts(e) {
|
|
802
802
|
return e.isComment && e.asyncFactory;
|
|
803
803
|
}
|
|
804
|
-
function
|
|
804
|
+
function zi(e, t, i, s) {
|
|
805
805
|
var n, r = Object.keys(i).length > 0, a = t ? !!t.$stable : !r, o = t && t.$key;
|
|
806
806
|
if (!t)
|
|
807
807
|
n = {};
|
|
@@ -825,7 +825,7 @@ function dp(e, t, i, s) {
|
|
|
825
825
|
var a = arguments.length ? s.apply(null, arguments) : s({});
|
|
826
826
|
a = a && typeof a == "object" && !re(a) ? [a] : wr(a);
|
|
827
827
|
var o = a && a[0];
|
|
828
|
-
return Ot(r), a && (!o || a.length === 1 && o.isComment && !
|
|
828
|
+
return Ot(r), a && (!o || a.length === 1 && o.isComment && !ts(o)) ? void 0 : a;
|
|
829
829
|
};
|
|
830
830
|
return s.proxy && Object.defineProperty(t, i, {
|
|
831
831
|
get: n,
|
|
@@ -915,16 +915,16 @@ function Nl(e, t) {
|
|
|
915
915
|
function vp(e) {
|
|
916
916
|
e._vnode = null, e._staticTrees = null;
|
|
917
917
|
var t = e.$options, i = e.$vnode = t._parentVnode, s = i && i.context;
|
|
918
|
-
e.$slots = Er(t._renderChildren, s), e.$scopedSlots = i ?
|
|
918
|
+
e.$slots = Er(t._renderChildren, s), e.$scopedSlots = i ? zi(e.$parent, i.data.scopedSlots, e.$slots) : Fe, e._c = function(r, a, o, l) {
|
|
919
919
|
return zs(e, r, a, o, l, !1);
|
|
920
920
|
}, e.$createElement = function(r, a, o, l) {
|
|
921
921
|
return zs(e, r, a, o, l, !0);
|
|
922
922
|
};
|
|
923
923
|
var n = i && i.data;
|
|
924
924
|
process.env.NODE_ENV !== "production" ? (ot(e, "$attrs", n && n.attrs || Fe, function() {
|
|
925
|
-
!
|
|
925
|
+
!ss && O("$attrs is readonly.", e);
|
|
926
926
|
}, !0), ot(e, "$listeners", t._parentListeners || Fe, function() {
|
|
927
|
-
!
|
|
927
|
+
!ss && O("$listeners is readonly.", e);
|
|
928
928
|
}, !0)) : (ot(e, "$attrs", n && n.attrs || Fe, null, !0), ot(e, "$listeners", t._parentListeners || Fe, null, !0));
|
|
929
929
|
}
|
|
930
930
|
var qn = null;
|
|
@@ -933,7 +933,7 @@ function Ap(e) {
|
|
|
933
933
|
return xr(t, this);
|
|
934
934
|
}, e.prototype._render = function() {
|
|
935
935
|
var t = this, i = t.$options, s = i.render, n = i._parentVnode;
|
|
936
|
-
n && t._isMounted && (t.$scopedSlots =
|
|
936
|
+
n && t._isMounted && (t.$scopedSlots = zi(t.$parent, n.data.scopedSlots, t.$slots, t.$scopedSlots), t._slotsProxy && Nl(t._slotsProxy, t.$scopedSlots)), t.$vnode = n;
|
|
937
937
|
var r;
|
|
938
938
|
try {
|
|
939
939
|
Ot(t), qn = t, r = s.call(t._renderProxy, t.$createElement);
|
|
@@ -953,7 +953,7 @@ function Ap(e) {
|
|
|
953
953
|
};
|
|
954
954
|
}
|
|
955
955
|
function An(e, t) {
|
|
956
|
-
return (e.__esModule ||
|
|
956
|
+
return (e.__esModule || ps && e[Symbol.toStringTag] === "Module") && (e = e.default), _e(e) ? t.extend(e) : e;
|
|
957
957
|
}
|
|
958
958
|
function bp(e, t, i, s, n) {
|
|
959
959
|
var r = ii();
|
|
@@ -993,7 +993,7 @@ function Sl(e) {
|
|
|
993
993
|
if (re(e))
|
|
994
994
|
for (var t = 0; t < e.length; t++) {
|
|
995
995
|
var i = e[t];
|
|
996
|
-
if (b(i) && (b(i.componentOptions) ||
|
|
996
|
+
if (b(i) && (b(i.componentOptions) || ts(i)))
|
|
997
997
|
return i;
|
|
998
998
|
}
|
|
999
999
|
}
|
|
@@ -1081,23 +1081,23 @@ function Es() {
|
|
|
1081
1081
|
for (var t = 0; t < e.length; t++)
|
|
1082
1082
|
e[t]();
|
|
1083
1083
|
}
|
|
1084
|
-
var
|
|
1084
|
+
var Yi;
|
|
1085
1085
|
if (typeof Promise < "u" && ti(Promise)) {
|
|
1086
1086
|
var Tp = Promise.resolve();
|
|
1087
|
-
|
|
1087
|
+
Yi = function() {
|
|
1088
1088
|
Tp.then(Es), Gu && setTimeout(Te);
|
|
1089
1089
|
}, Jn = !0;
|
|
1090
1090
|
} else if (!Oi && typeof MutationObserver < "u" && (ti(MutationObserver) || MutationObserver.toString() === "[object MutationObserverConstructor]")) {
|
|
1091
1091
|
var xs = 1, Ip = new MutationObserver(Es), Ca = document.createTextNode(String(xs));
|
|
1092
1092
|
Ip.observe(Ca, {
|
|
1093
1093
|
characterData: !0
|
|
1094
|
-
}),
|
|
1094
|
+
}), Yi = function() {
|
|
1095
1095
|
xs = (xs + 1) % 2, Ca.data = String(xs);
|
|
1096
1096
|
}, Jn = !0;
|
|
1097
1097
|
} else
|
|
1098
|
-
typeof setImmediate < "u" && ti(setImmediate) ?
|
|
1098
|
+
typeof setImmediate < "u" && ti(setImmediate) ? Yi = function() {
|
|
1099
1099
|
setImmediate(Es);
|
|
1100
|
-
} :
|
|
1100
|
+
} : Yi = function() {
|
|
1101
1101
|
setTimeout(Es, 0);
|
|
1102
1102
|
};
|
|
1103
1103
|
function xr(e, t) {
|
|
@@ -1111,13 +1111,13 @@ function xr(e, t) {
|
|
|
1111
1111
|
}
|
|
1112
1112
|
else
|
|
1113
1113
|
i && i(t);
|
|
1114
|
-
}), Kn || (Kn = !0,
|
|
1114
|
+
}), Kn || (Kn = !0, Yi()), !e && typeof Promise < "u")
|
|
1115
1115
|
return new Promise(function(s) {
|
|
1116
1116
|
i = s;
|
|
1117
1117
|
});
|
|
1118
1118
|
}
|
|
1119
1119
|
var kp = "2.7.14";
|
|
1120
|
-
var wa = new
|
|
1120
|
+
var wa = new es();
|
|
1121
1121
|
function Zs(e) {
|
|
1122
1122
|
return Ls(e, wa), wa.clear(), e;
|
|
1123
1123
|
}
|
|
@@ -1145,7 +1145,7 @@ var Np = 0, Tr = function() {
|
|
|
1145
1145
|
Zu(
|
|
1146
1146
|
this,
|
|
1147
1147
|
Ke && !Ke._vm ? Ke : t ? t._scope : void 0
|
|
1148
|
-
), (this.vm = t) && r && (t._watcher = this), n ? (this.deep = !!n.deep, this.user = !!n.user, this.lazy = !!n.lazy, this.sync = !!n.sync, this.before = n.before, process.env.NODE_ENV !== "production" && (this.onTrack = n.onTrack, this.onTrigger = n.onTrigger)) : this.deep = this.user = this.lazy = this.sync = !1, this.cb = s, this.id = ++Np, this.active = !0, this.post = !1, this.dirty = this.lazy, this.deps = [], this.newDeps = [], this.depIds = new
|
|
1148
|
+
), (this.vm = t) && r && (t._watcher = this), n ? (this.deep = !!n.deep, this.user = !!n.user, this.lazy = !!n.lazy, this.sync = !!n.sync, this.before = n.before, process.env.NODE_ENV !== "production" && (this.onTrack = n.onTrack, this.onTrigger = n.onTrigger)) : this.deep = this.user = this.lazy = this.sync = !1, this.cb = s, this.id = ++Np, this.active = !0, this.post = !1, this.dirty = this.lazy, this.deps = [], this.newDeps = [], this.depIds = new es(), this.newDepIds = new es(), this.expression = process.env.NODE_ENV !== "production" ? i.toString() : "", ye(i) ? this.getter = i : (this.getter = Qu(i), this.getter || (this.getter = Te, process.env.NODE_ENV !== "production" && O('Failed watching path: "'.concat(i, '" ') + "Watcher only accepts simple dot-delimited paths. For full control, use a function instead.", t))), this.value = this.lazy ? void 0 : this.get();
|
|
1149
1149
|
}
|
|
1150
1150
|
return e.prototype.get = function() {
|
|
1151
1151
|
Li(this);
|
|
@@ -1211,22 +1211,22 @@ function Sp(e) {
|
|
|
1211
1211
|
var t = e.$options._parentListeners;
|
|
1212
1212
|
t && Bl(e, t);
|
|
1213
1213
|
}
|
|
1214
|
-
var
|
|
1214
|
+
var is;
|
|
1215
1215
|
function Pp(e, t) {
|
|
1216
|
-
|
|
1216
|
+
is.$on(e, t);
|
|
1217
1217
|
}
|
|
1218
1218
|
function _p(e, t) {
|
|
1219
|
-
|
|
1219
|
+
is.$off(e, t);
|
|
1220
1220
|
}
|
|
1221
1221
|
function Bp(e, t) {
|
|
1222
|
-
var i =
|
|
1222
|
+
var i = is;
|
|
1223
1223
|
return function s() {
|
|
1224
1224
|
var n = t.apply(null, arguments);
|
|
1225
1225
|
n !== null && i.$off(e, s);
|
|
1226
1226
|
};
|
|
1227
1227
|
}
|
|
1228
1228
|
function Bl(e, t, i) {
|
|
1229
|
-
|
|
1229
|
+
is = e, El(t, i || {}, Pp, _p, Bp, e), is = void 0;
|
|
1230
1230
|
}
|
|
1231
1231
|
function Dp(e) {
|
|
1232
1232
|
var t = /^hook:/;
|
|
@@ -1279,7 +1279,7 @@ function Dp(e) {
|
|
|
1279
1279
|
return s;
|
|
1280
1280
|
};
|
|
1281
1281
|
}
|
|
1282
|
-
var si = null,
|
|
1282
|
+
var si = null, ss = !1;
|
|
1283
1283
|
function Dl(e) {
|
|
1284
1284
|
var t = si;
|
|
1285
1285
|
return si = e, function() {
|
|
@@ -1341,7 +1341,7 @@ function Rp(e, t, i) {
|
|
|
1341
1341
|
return e.$vnode == null && (e._isMounted = !0, We(e, "mounted")), e;
|
|
1342
1342
|
}
|
|
1343
1343
|
function Lp(e, t, i, s, n) {
|
|
1344
|
-
process.env.NODE_ENV !== "production" && (
|
|
1344
|
+
process.env.NODE_ENV !== "production" && (ss = !0);
|
|
1345
1345
|
var r = s.data.scopedSlots, a = e.$scopedSlots, o = !!(r && !r.$stable || a !== Fe && !a.$stable || r && e.$scopedSlots.$key !== r.$key || !r && e.$scopedSlots.$key), l = !!(n || e.$options._renderChildren || o), p = e.$vnode;
|
|
1346
1346
|
e.$options._parentVnode = s, e.$vnode = s, e._vnode && (e._vnode.parent = s), e.$options._renderChildren = n;
|
|
1347
1347
|
var h = s.data.attrs || Fe;
|
|
@@ -1355,7 +1355,7 @@ function Lp(e, t, i, s, n) {
|
|
|
1355
1355
|
}
|
|
1356
1356
|
Rt(!0), e.$options.propsData = t;
|
|
1357
1357
|
}
|
|
1358
|
-
l && (e.$slots = Er(n, s.context), e.$forceUpdate()), process.env.NODE_ENV !== "production" && (
|
|
1358
|
+
l && (e.$slots = Er(n, s.context), e.$forceUpdate()), process.env.NODE_ENV !== "production" && (ss = !1);
|
|
1359
1359
|
}
|
|
1360
1360
|
function Ml(e) {
|
|
1361
1361
|
for (; e && (e = e.$parent); )
|
|
@@ -1394,9 +1394,9 @@ function We(e, t, i, s) {
|
|
|
1394
1394
|
Ft(r[o], e, i || null, e, a);
|
|
1395
1395
|
e._hasHookEvent && e.$emit("hook:" + t), s && Ot(n), Fi();
|
|
1396
1396
|
}
|
|
1397
|
-
var Fp = 100, wt = [], kr = [],
|
|
1397
|
+
var Fp = 100, wt = [], kr = [], ns = {}, Fs = {}, Wn = !1, Nr = !1, Ei = 0;
|
|
1398
1398
|
function Vp() {
|
|
1399
|
-
Ei = wt.length = kr.length = 0,
|
|
1399
|
+
Ei = wt.length = kr.length = 0, ns = {}, process.env.NODE_ENV !== "production" && (Fs = {}), Wn = Nr = !1;
|
|
1400
1400
|
}
|
|
1401
1401
|
var Rl = 0, Yn = Date.now;
|
|
1402
1402
|
if (qe && !Oi) {
|
|
@@ -1417,7 +1417,7 @@ function Ea() {
|
|
|
1417
1417
|
Rl = Yn(), Nr = !0;
|
|
1418
1418
|
var e, t;
|
|
1419
1419
|
for (wt.sort(jp), Ei = 0; Ei < wt.length; Ei++)
|
|
1420
|
-
if (e = wt[Ei], e.before && e.before(), t = e.id,
|
|
1420
|
+
if (e = wt[Ei], e.before && e.before(), t = e.id, ns[t] = null, e.run(), process.env.NODE_ENV !== "production" && ns[t] != null && (Fs[t] = (Fs[t] || 0) + 1, Fs[t] > Fp)) {
|
|
1421
1421
|
O("You may have an infinite update loop " + (e.user ? 'in watcher with expression "'.concat(e.expression, '"') : "in a component render function."), e.vm);
|
|
1422
1422
|
break;
|
|
1423
1423
|
}
|
|
@@ -1439,8 +1439,8 @@ function Gp(e) {
|
|
|
1439
1439
|
}
|
|
1440
1440
|
function qp(e) {
|
|
1441
1441
|
var t = e.id;
|
|
1442
|
-
if (
|
|
1443
|
-
if (
|
|
1442
|
+
if (ns[t] == null && !(e === at.target && e.noRecurse)) {
|
|
1443
|
+
if (ns[t] = !0, !Nr)
|
|
1444
1444
|
wt.push(e);
|
|
1445
1445
|
else {
|
|
1446
1446
|
for (var i = wt.length - 1; i > Ei && wt[i].id > e.id; )
|
|
@@ -1462,7 +1462,7 @@ function Jp(e) {
|
|
|
1462
1462
|
var i = ye(t) ? t.call(e) : t;
|
|
1463
1463
|
if (!_e(i))
|
|
1464
1464
|
return;
|
|
1465
|
-
for (var s = Xu(e), n =
|
|
1465
|
+
for (var s = Xu(e), n = ps ? Reflect.ownKeys(i) : Object.keys(i), r = 0; r < n.length; r++) {
|
|
1466
1466
|
var a = n[r];
|
|
1467
1467
|
Object.defineProperty(s, a, Object.getOwnPropertyDescriptor(i, a));
|
|
1468
1468
|
}
|
|
@@ -1478,7 +1478,7 @@ function Hp(e) {
|
|
|
1478
1478
|
}
|
|
1479
1479
|
function Ll(e, t) {
|
|
1480
1480
|
if (e) {
|
|
1481
|
-
for (var i = /* @__PURE__ */ Object.create(null), s =
|
|
1481
|
+
for (var i = /* @__PURE__ */ Object.create(null), s = ps ? Reflect.ownKeys(e) : Object.keys(e), n = 0; n < s.length; n++) {
|
|
1482
1482
|
var r = s[n];
|
|
1483
1483
|
if (r !== "__ob__") {
|
|
1484
1484
|
var a = e[r].from;
|
|
@@ -1499,13 +1499,13 @@ function Sr(e, t, i, s, n) {
|
|
|
1499
1499
|
Pe(s, "_uid") ? (o = Object.create(s), o._original = s) : (o = s, s = s._original);
|
|
1500
1500
|
var l = be(a._compiled), p = !l;
|
|
1501
1501
|
this.data = e, this.props = t, this.children = i, this.parent = s, this.listeners = e.on || Fe, this.injections = Ll(a.inject, s), this.slots = function() {
|
|
1502
|
-
return r.$slots ||
|
|
1502
|
+
return r.$slots || zi(s, e.scopedSlots, r.$slots = Er(i, s)), r.$slots;
|
|
1503
1503
|
}, Object.defineProperty(this, "scopedSlots", {
|
|
1504
1504
|
enumerable: !0,
|
|
1505
1505
|
get: function() {
|
|
1506
|
-
return
|
|
1506
|
+
return zi(s, e.scopedSlots, this.slots());
|
|
1507
1507
|
}
|
|
1508
|
-
}), l && (this.$options = a, this.$slots = this.slots(), this.$scopedSlots =
|
|
1508
|
+
}), l && (this.$options = a, this.$slots = this.slots(), this.$scopedSlots = zi(s, e.scopedSlots, this.$slots)), a._scopeId ? this._c = function(h, g, C, N) {
|
|
1509
1509
|
var J = zs(o, h, g, C, N, p);
|
|
1510
1510
|
return J && !re(J) && (J.fnScopeId = a._scopeId, J.fnContext = s), J;
|
|
1511
1511
|
} : this._c = function(h, g, C, N) {
|
|
@@ -1687,19 +1687,19 @@ var it = pe.optionMergeStrategies;
|
|
|
1687
1687
|
process.env.NODE_ENV !== "production" && (it.el = it.propsData = function(e, t, i, s) {
|
|
1688
1688
|
return i || O('option "'.concat(s, '" can only be used during instance ') + "creation with the `new` keyword."), Fl(e, t);
|
|
1689
1689
|
});
|
|
1690
|
-
function
|
|
1690
|
+
function rs(e, t, i) {
|
|
1691
1691
|
if (i === void 0 && (i = !0), !t)
|
|
1692
1692
|
return e;
|
|
1693
|
-
for (var s, n, r, a =
|
|
1694
|
-
s = a[o], s !== "__ob__" && (n = e[s], r = t[s], !i || !Pe(e, s) ? br(e, s, r) : n !== r && Ve(n) && Ve(r) &&
|
|
1693
|
+
for (var s, n, r, a = ps ? Reflect.ownKeys(t) : Object.keys(t), o = 0; o < a.length; o++)
|
|
1694
|
+
s = a[o], s !== "__ob__" && (n = e[s], r = t[s], !i || !Pe(e, s) ? br(e, s, r) : n !== r && Ve(n) && Ve(r) && rs(n, r));
|
|
1695
1695
|
return e;
|
|
1696
1696
|
}
|
|
1697
1697
|
function Sa(e, t, i) {
|
|
1698
1698
|
return i ? function() {
|
|
1699
1699
|
var n = ye(t) ? t.call(i, i) : t, r = ye(e) ? e.call(i, i) : e;
|
|
1700
|
-
return n ?
|
|
1700
|
+
return n ? rs(n, r) : r;
|
|
1701
1701
|
} : t ? e ? function() {
|
|
1702
|
-
return
|
|
1702
|
+
return rs(ye(t) ? t.call(this, this) : t, ye(e) ? e.call(this, this) : e);
|
|
1703
1703
|
} : t : e;
|
|
1704
1704
|
}
|
|
1705
1705
|
it.data = function(e, t, i) {
|
|
@@ -1746,7 +1746,7 @@ it.props = it.methods = it.inject = it.computed = function(e, t, i, s) {
|
|
|
1746
1746
|
it.provide = function(e, t) {
|
|
1747
1747
|
return e ? function() {
|
|
1748
1748
|
var i = /* @__PURE__ */ Object.create(null);
|
|
1749
|
-
return
|
|
1749
|
+
return rs(i, ye(e) ? e.call(this) : e), t && rs(
|
|
1750
1750
|
i,
|
|
1751
1751
|
ye(t) ? t.call(this) : t,
|
|
1752
1752
|
!1
|
|
@@ -1774,7 +1774,7 @@ function rd(e, t) {
|
|
|
1774
1774
|
for (var o in i)
|
|
1775
1775
|
r = i[o], a = ai(o), s[a] = Ve(r) ? r : { type: r };
|
|
1776
1776
|
else
|
|
1777
|
-
process.env.NODE_ENV !== "production" && O('Invalid value for option "props": expected an Array or an Object, ' + "but got ".concat(
|
|
1777
|
+
process.env.NODE_ENV !== "production" && O('Invalid value for option "props": expected an Array or an Object, ' + "but got ".concat(cs(i), "."), t);
|
|
1778
1778
|
e.props = s;
|
|
1779
1779
|
}
|
|
1780
1780
|
}
|
|
@@ -1791,7 +1791,7 @@ function ad(e, t) {
|
|
|
1791
1791
|
s[r] = Ve(a) ? fe({ from: r }, a) : { from: a };
|
|
1792
1792
|
}
|
|
1793
1793
|
else
|
|
1794
|
-
process.env.NODE_ENV !== "production" && O('Invalid value for option "inject": expected an Array or an Object, ' + "but got ".concat(
|
|
1794
|
+
process.env.NODE_ENV !== "production" && O('Invalid value for option "inject": expected an Array or an Object, ' + "but got ".concat(cs(i), "."), t);
|
|
1795
1795
|
}
|
|
1796
1796
|
}
|
|
1797
1797
|
function od(e) {
|
|
@@ -1803,7 +1803,7 @@ function od(e) {
|
|
|
1803
1803
|
}
|
|
1804
1804
|
}
|
|
1805
1805
|
function Dr(e, t, i) {
|
|
1806
|
-
Ve(t) || O('Invalid value for option "'.concat(e, '": expected an Object, ') + "but got ".concat(
|
|
1806
|
+
Ve(t) || O('Invalid value for option "'.concat(e, '": expected an Object, ') + "but got ".concat(cs(t), "."), i);
|
|
1807
1807
|
}
|
|
1808
1808
|
function li(e, t, i) {
|
|
1809
1809
|
if (process.env.NODE_ENV !== "production" && nd(t), ye(t) && (t = t.options), rd(t, i), ad(t, i), od(t), !t._base && (t.extends && (e = li(e, t.extends, i)), t.mixins))
|
|
@@ -1921,7 +1921,7 @@ function _a(e, t) {
|
|
|
1921
1921
|
return -1;
|
|
1922
1922
|
}
|
|
1923
1923
|
function hd(e, t, i) {
|
|
1924
|
-
var s = 'Invalid prop: type check failed for prop "'.concat(e, '".') + " Expected ".concat(i.map(ul).join(", ")), n = i[0], r =
|
|
1924
|
+
var s = 'Invalid prop: type check failed for prop "'.concat(e, '".') + " Expected ".concat(i.map(ul).join(", ")), n = i[0], r = cs(t);
|
|
1925
1925
|
return i.length === 1 && wn(n) && wn(typeof t) && !md(n, r) && (s += " with value ".concat(Ba(t, n))), s += ", got ".concat(r, " "), wn(r) && (s += "with value ".concat(Ba(t, r), ".")), s;
|
|
1926
1926
|
}
|
|
1927
1927
|
function Ba(e, t) {
|
|
@@ -2007,7 +2007,7 @@ function Cd(e, t) {
|
|
|
2007
2007
|
if (process.env.NODE_ENV !== "production") {
|
|
2008
2008
|
var h = fi(l);
|
|
2009
2009
|
(cl(h) || pe.isReservedAttr(h)) && O('"'.concat(h, '" is a reserved attribute and cannot be used as component prop.'), e), ot(s, l, p, function() {
|
|
2010
|
-
!r && !
|
|
2010
|
+
!r && !ss && O("Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's " + 'value. Prop being mutated: "'.concat(l, '"'), e);
|
|
2011
2011
|
});
|
|
2012
2012
|
} else
|
|
2013
2013
|
ot(s, l, p);
|
|
@@ -2040,14 +2040,14 @@ function Ed(e, t) {
|
|
|
2040
2040
|
}
|
|
2041
2041
|
var xd = { lazy: !0 };
|
|
2042
2042
|
function Td(e, t) {
|
|
2043
|
-
var i = e._computedWatchers = /* @__PURE__ */ Object.create(null), s =
|
|
2043
|
+
var i = e._computedWatchers = /* @__PURE__ */ Object.create(null), s = us();
|
|
2044
2044
|
for (var n in t) {
|
|
2045
2045
|
var r = t[n], a = ye(r) ? r : r.get;
|
|
2046
2046
|
process.env.NODE_ENV !== "production" && a == null && O('Getter is missing for computed property "'.concat(n, '".'), e), s || (i[n] = new Tr(e, a || Te, Te, xd)), n in e ? process.env.NODE_ENV !== "production" && (n in e.$data ? O('The computed property "'.concat(n, '" is already defined in data.'), e) : e.$options.props && n in e.$options.props ? O('The computed property "'.concat(n, '" is already defined as a prop.'), e) : e.$options.methods && n in e.$options.methods && O('The computed property "'.concat(n, '" is already defined as a method.'), e)) : jl(e, n, r);
|
|
2047
2047
|
}
|
|
2048
2048
|
}
|
|
2049
2049
|
function jl(e, t, i) {
|
|
2050
|
-
var s = !
|
|
2050
|
+
var s = !us();
|
|
2051
2051
|
ye(i) ? (ht.get = s ? Ra(t) : La(i), ht.set = Te) : (ht.get = i.get ? s && i.cache !== !1 ? Ra(t) : La(i.get) : Te, ht.set = i.set || Te), process.env.NODE_ENV !== "production" && ht.set === Te && (ht.set = function() {
|
|
2052
2052
|
O('Computed property "'.concat(t, '" was assigned to but it has no setter.'), this);
|
|
2053
2053
|
}), Object.defineProperty(e, t, ht);
|
|
@@ -2300,7 +2300,7 @@ function Qd(e) {
|
|
|
2300
2300
|
}
|
|
2301
2301
|
Qd(Ce);
|
|
2302
2302
|
Object.defineProperty(Ce.prototype, "$isServer", {
|
|
2303
|
-
get:
|
|
2303
|
+
get: us
|
|
2304
2304
|
});
|
|
2305
2305
|
Object.defineProperty(Ce.prototype, "$ssrContext", {
|
|
2306
2306
|
get: function() {
|
|
@@ -2477,7 +2477,7 @@ function Ua(e, t, i) {
|
|
|
2477
2477
|
var s = e._setupState;
|
|
2478
2478
|
s && Pe(s, t) && (yt(s[t]) ? s[t].value = i : s[t] = i);
|
|
2479
2479
|
}
|
|
2480
|
-
var Dt = new Ge("", {}, []),
|
|
2480
|
+
var Dt = new Ge("", {}, []), Ji = ["create", "activate", "update", "remove", "destroy"];
|
|
2481
2481
|
function zt(e, t) {
|
|
2482
2482
|
return e.key === t.key && e.asyncFactory === t.asyncFactory && (e.tag === t.tag && e.isComment === t.isComment && b(e.data) === b(t.data) && yh(e, t) || be(e.isAsyncPlaceholder) && $(t.asyncFactory.error));
|
|
2483
2483
|
}
|
|
@@ -2495,9 +2495,9 @@ function vh(e, t, i) {
|
|
|
2495
2495
|
}
|
|
2496
2496
|
function Ah(e) {
|
|
2497
2497
|
var t, i, s = {}, n = e.modules, r = e.nodeOps;
|
|
2498
|
-
for (t = 0; t <
|
|
2499
|
-
for (s[
|
|
2500
|
-
b(n[i][
|
|
2498
|
+
for (t = 0; t < Ji.length; ++t)
|
|
2499
|
+
for (s[Ji[t]] = [], i = 0; i < n.length; ++i)
|
|
2500
|
+
b(n[i][Ji[t]]) && s[Ji[t]].push(n[i][Ji[t]]);
|
|
2501
2501
|
function a(m) {
|
|
2502
2502
|
return new Ge(r.tagName(m).toLowerCase(), {}, [], void 0, m);
|
|
2503
2503
|
}
|
|
@@ -2755,20 +2755,20 @@ function En(e, t) {
|
|
|
2755
2755
|
function Ch(e, t) {
|
|
2756
2756
|
var i = e === Dt, s = t === Dt, n = Ga(e.data.directives, e.context), r = Ga(t.data.directives, t.context), a = [], o = [], l, p, h;
|
|
2757
2757
|
for (l in r)
|
|
2758
|
-
p = n[l], h = r[l], p ? (h.oldValue = p.value, h.oldArg = p.arg,
|
|
2758
|
+
p = n[l], h = r[l], p ? (h.oldValue = p.value, h.oldArg = p.arg, Hi(h, "update", t, e), h.def && h.def.componentUpdated && o.push(h)) : (Hi(h, "bind", t, e), h.def && h.def.inserted && a.push(h));
|
|
2759
2759
|
if (a.length) {
|
|
2760
2760
|
var g = function() {
|
|
2761
2761
|
for (var C = 0; C < a.length; C++)
|
|
2762
|
-
|
|
2762
|
+
Hi(a[C], "inserted", t, e);
|
|
2763
2763
|
};
|
|
2764
2764
|
i ? Bt(t, "insert", g) : g();
|
|
2765
2765
|
}
|
|
2766
2766
|
if (o.length && Bt(t, "postpatch", function() {
|
|
2767
2767
|
for (var C = 0; C < o.length; C++)
|
|
2768
|
-
|
|
2768
|
+
Hi(o[C], "componentUpdated", t, e);
|
|
2769
2769
|
}), !i)
|
|
2770
2770
|
for (l in n)
|
|
2771
|
-
r[l] ||
|
|
2771
|
+
r[l] || Hi(n[l], "unbind", e, e, s);
|
|
2772
2772
|
}
|
|
2773
2773
|
var wh = /* @__PURE__ */ Object.create(null);
|
|
2774
2774
|
function Ga(e, t) {
|
|
@@ -2791,7 +2791,7 @@ function Ga(e, t) {
|
|
|
2791
2791
|
function Eh(e) {
|
|
2792
2792
|
return e.rawName || "".concat(e.name, ".").concat(Object.keys(e.modifiers || {}).join("."));
|
|
2793
2793
|
}
|
|
2794
|
-
function
|
|
2794
|
+
function Hi(e, t, i, s, n) {
|
|
2795
2795
|
var r = e.def && e.def[t];
|
|
2796
2796
|
if (r)
|
|
2797
2797
|
try {
|
|
@@ -2851,9 +2851,9 @@ function kh(e) {
|
|
|
2851
2851
|
}
|
|
2852
2852
|
b(e[Tn]) && (e.change = [].concat(e[Tn], e.change || []), delete e[Tn]);
|
|
2853
2853
|
}
|
|
2854
|
-
var
|
|
2854
|
+
var as;
|
|
2855
2855
|
function Nh(e, t, i) {
|
|
2856
|
-
var s =
|
|
2856
|
+
var s = as;
|
|
2857
2857
|
return function n() {
|
|
2858
2858
|
var r = t.apply(null, arguments);
|
|
2859
2859
|
r !== null && ql(e, n, i, s);
|
|
@@ -2868,10 +2868,10 @@ function Ph(e, t, i, s) {
|
|
|
2868
2868
|
return r.apply(this, arguments);
|
|
2869
2869
|
};
|
|
2870
2870
|
}
|
|
2871
|
-
|
|
2871
|
+
as.addEventListener(e, t, yl ? { capture: i, passive: s } : i);
|
|
2872
2872
|
}
|
|
2873
2873
|
function ql(e, t, i, s) {
|
|
2874
|
-
(s ||
|
|
2874
|
+
(s || as).removeEventListener(
|
|
2875
2875
|
e,
|
|
2876
2876
|
t._wrapper || t,
|
|
2877
2877
|
i
|
|
@@ -2880,7 +2880,7 @@ function ql(e, t, i, s) {
|
|
|
2880
2880
|
function In(e, t) {
|
|
2881
2881
|
if (!($(e.data.on) && $(t.data.on))) {
|
|
2882
2882
|
var i = t.data.on || {}, s = e.data.on || {};
|
|
2883
|
-
|
|
2883
|
+
as = t.elm || e.elm, kh(i), El(i, s, Ph, ql, Nh, t.context), as = void 0;
|
|
2884
2884
|
}
|
|
2885
2885
|
}
|
|
2886
2886
|
var _h = {
|
|
@@ -2935,7 +2935,7 @@ function Mh(e, t) {
|
|
|
2935
2935
|
var i = e.value, s = e._vModifiers;
|
|
2936
2936
|
if (b(s)) {
|
|
2937
2937
|
if (s.number)
|
|
2938
|
-
return
|
|
2938
|
+
return $i(i) !== $i(t);
|
|
2939
2939
|
if (s.trim)
|
|
2940
2940
|
return i.trim() !== t.trim();
|
|
2941
2941
|
}
|
|
@@ -3110,7 +3110,7 @@ function tr(e, t) {
|
|
|
3110
3110
|
S = B.context, B = B.parent;
|
|
3111
3111
|
var U = !S._isMounted || !e.isRootInsert;
|
|
3112
3112
|
if (!(U && !se && se !== "")) {
|
|
3113
|
-
var I = U && p ? p : a, R = U && g ? g : l, D = U && h ? h : o, V = U && ne || C, L = U && ye(se) ? se : N, j = U && Z || J, ee = U && _ || Q, Ie =
|
|
3113
|
+
var I = U && p ? p : a, R = U && g ? g : l, D = U && h ? h : o, V = U && ne || C, L = U && ye(se) ? se : N, j = U && Z || J, ee = U && _ || Q, Ie = $i(_e(A) ? A.enter : A);
|
|
3114
3114
|
process.env.NODE_ENV !== "production" && Ie != null && ic(Ie, "enter", e);
|
|
3115
3115
|
var le = n !== !1 && !Ri, m = Qr(L), v = i._enterCb = Js(function() {
|
|
3116
3116
|
le && (Et(i, D), Et(i, R)), v.cancelled ? (le && Et(i, I), ee && ee(i)) : j && j(i), i._enterCb = null;
|
|
@@ -3132,7 +3132,7 @@ function tc(e, t) {
|
|
|
3132
3132
|
return t();
|
|
3133
3133
|
if (b(i._leaveCb))
|
|
3134
3134
|
return;
|
|
3135
|
-
var n = s.css, r = s.type, a = s.leaveClass, o = s.leaveToClass, l = s.leaveActiveClass, p = s.beforeLeave, h = s.leave, g = s.afterLeave, C = s.leaveCancelled, N = s.delayLeave, J = s.duration, Q = n !== !1 && !Ri, ne = Qr(h), se =
|
|
3135
|
+
var n = s.css, r = s.type, a = s.leaveClass, o = s.leaveToClass, l = s.leaveActiveClass, p = s.beforeLeave, h = s.leave, g = s.afterLeave, C = s.leaveCancelled, N = s.delayLeave, J = s.duration, Q = n !== !1 && !Ri, ne = Qr(h), se = $i(_e(J) ? J.leave : J);
|
|
3136
3136
|
process.env.NODE_ENV !== "production" && b(se) && ic(se, "leave", e);
|
|
3137
3137
|
var Z = i._leaveCb = Js(function() {
|
|
3138
3138
|
i.parentNode && i.parentNode._pending && (i.parentNode._pending[e.key] = null), Q && (Et(i, o), Et(i, l)), Z.cancelled ? (Q && Et(i, a), C && C(i)) : (t(), g && g(i)), i._leaveCb = null;
|
|
@@ -3304,7 +3304,7 @@ function zh(e, t) {
|
|
|
3304
3304
|
return t.key === e.key && t.tag === e.tag;
|
|
3305
3305
|
}
|
|
3306
3306
|
var Zh = function(e) {
|
|
3307
|
-
return e.tag ||
|
|
3307
|
+
return e.tag || ts(e);
|
|
3308
3308
|
}, Xh = function(e) {
|
|
3309
3309
|
return e.name === "show";
|
|
3310
3310
|
}, $h = {
|
|
@@ -3328,14 +3328,14 @@ var Zh = function(e) {
|
|
|
3328
3328
|
var a = "__transition-".concat(this._uid, "-");
|
|
3329
3329
|
r.key = r.key == null ? r.isComment ? a + "comment" : a + r.tag : Nt(r.key) ? String(r.key).indexOf(a) === 0 ? r.key : a + r.key : r.key;
|
|
3330
3330
|
var o = (r.data || (r.data = {})).transition = ac(this), l = this._vnode, p = sr(l);
|
|
3331
|
-
if (r.data.directives && r.data.directives.some(Xh) && (r.data.show = !0), p && p.data && !zh(r, p) && !
|
|
3331
|
+
if (r.data.directives && r.data.directives.some(Xh) && (r.data.show = !0), p && p.data && !zh(r, p) && !ts(p) && !(p.componentInstance && p.componentInstance._vnode.isComment)) {
|
|
3332
3332
|
var h = p.data.transition = fe({}, o);
|
|
3333
3333
|
if (s === "out-in")
|
|
3334
3334
|
return this._leaving = !0, Bt(h, "afterLeave", function() {
|
|
3335
3335
|
t._leaving = !1, t.$forceUpdate();
|
|
3336
3336
|
}), lo(e, n);
|
|
3337
3337
|
if (s === "in-out") {
|
|
3338
|
-
if (
|
|
3338
|
+
if (ts(r))
|
|
3339
3339
|
return l;
|
|
3340
3340
|
var g, C = function() {
|
|
3341
3341
|
g();
|
|
@@ -4152,7 +4152,7 @@ const If = /* @__PURE__ */ function() {
|
|
|
4152
4152
|
function vt(e, t) {
|
|
4153
4153
|
t && (e.super_ = t, e.prototype = Object.create(t.prototype, { constructor: { value: e, enumerable: !1, writable: !0, configurable: !0 } }));
|
|
4154
4154
|
}
|
|
4155
|
-
const
|
|
4155
|
+
const ds = Object.prototype.toString, kf = Object.prototype.hasOwnProperty;
|
|
4156
4156
|
function nr(e) {
|
|
4157
4157
|
return e === void 0;
|
|
4158
4158
|
}
|
|
@@ -4163,20 +4163,20 @@ function gc(e) {
|
|
|
4163
4163
|
return e == null;
|
|
4164
4164
|
}
|
|
4165
4165
|
function lt(e) {
|
|
4166
|
-
return
|
|
4166
|
+
return ds.call(e) === "[object Array]";
|
|
4167
4167
|
}
|
|
4168
4168
|
function ci(e) {
|
|
4169
|
-
return
|
|
4169
|
+
return ds.call(e) === "[object Object]";
|
|
4170
4170
|
}
|
|
4171
4171
|
function Vt(e) {
|
|
4172
|
-
return
|
|
4172
|
+
return ds.call(e) === "[object Number]";
|
|
4173
4173
|
}
|
|
4174
4174
|
function ri(e) {
|
|
4175
|
-
const t =
|
|
4175
|
+
const t = ds.call(e);
|
|
4176
4176
|
return t === "[object Function]" || t === "[object AsyncFunction]" || t === "[object GeneratorFunction]" || t === "[object AsyncGeneratorFunction]" || t === "[object Proxy]";
|
|
4177
4177
|
}
|
|
4178
4178
|
function ct(e) {
|
|
4179
|
-
return
|
|
4179
|
+
return ds.call(e) === "[object String]";
|
|
4180
4180
|
}
|
|
4181
4181
|
function Vi(e, t) {
|
|
4182
4182
|
return !gc(e) && kf.call(e, t);
|
|
@@ -4593,7 +4593,7 @@ function $f(e, t, i, s, n, r) {
|
|
|
4593
4593
|
});
|
|
4594
4594
|
}
|
|
4595
4595
|
}
|
|
4596
|
-
function
|
|
4596
|
+
function Zi(e) {
|
|
4597
4597
|
return e ? ar().createSVGTransformFromMatrix(e) : ar().createSVGTransform();
|
|
4598
4598
|
}
|
|
4599
4599
|
var Ao = /([&<>]{1})/g, em = /([&<>\n\r"]{1})/g, tm = {
|
|
@@ -4666,7 +4666,7 @@ function bo(e, t) {
|
|
|
4666
4666
|
function rm(e) {
|
|
4667
4667
|
return Array.prototype.slice.call(e);
|
|
4668
4668
|
}
|
|
4669
|
-
function
|
|
4669
|
+
function hs(e) {
|
|
4670
4670
|
var t = e.parentNode;
|
|
4671
4671
|
return t && t.removeChild(e), e;
|
|
4672
4672
|
}
|
|
@@ -4678,7 +4678,7 @@ function om(e, t) {
|
|
|
4678
4678
|
for (e.clear(), i = 0; s = t[i]; i++)
|
|
4679
4679
|
e.appendItem(am(e, s));
|
|
4680
4680
|
}
|
|
4681
|
-
function
|
|
4681
|
+
function os(e, t) {
|
|
4682
4682
|
var i = e.transform.baseVal;
|
|
4683
4683
|
return t && (Array.isArray(t) || (t = [t]), om(i, t)), i.consolidate();
|
|
4684
4684
|
}
|
|
@@ -4758,7 +4758,7 @@ function F(e, t, i) {
|
|
|
4758
4758
|
var s = ui(e);
|
|
4759
4759
|
return i || s.get("color:border-color") || s.get("bioc:stroke") || t || lr;
|
|
4760
4760
|
}
|
|
4761
|
-
function
|
|
4761
|
+
function Ki(e, t, i, s) {
|
|
4762
4762
|
var n = ui(e), r = n.get("label");
|
|
4763
4763
|
return s || r && r.get("color:color") || t || F(e, i);
|
|
4764
4764
|
}
|
|
@@ -4807,7 +4807,7 @@ function ym(e) {
|
|
|
4807
4807
|
];
|
|
4808
4808
|
return mi(r);
|
|
4809
4809
|
}
|
|
4810
|
-
function
|
|
4810
|
+
function Wi(e, t = {}) {
|
|
4811
4811
|
return {
|
|
4812
4812
|
width: tt(e, t),
|
|
4813
4813
|
height: Ue(e, t)
|
|
@@ -4980,20 +4980,20 @@ function Bi(e) {
|
|
|
4980
4980
|
e.parentNode && e.parentNode.removeChild(e);
|
|
4981
4981
|
}
|
|
4982
4982
|
function Bn(e, t, i, s, n) {
|
|
4983
|
-
var r =
|
|
4983
|
+
var r = Zi();
|
|
4984
4984
|
r.setTranslate(t, i);
|
|
4985
|
-
var a =
|
|
4985
|
+
var a = Zi();
|
|
4986
4986
|
a.setRotate(s || 0, 0, 0);
|
|
4987
|
-
var o =
|
|
4988
|
-
o.setScale(n || 1, n || 1),
|
|
4987
|
+
var o = Zi();
|
|
4988
|
+
o.setScale(n || 1, n || 1), os(e, [r, a, o]);
|
|
4989
4989
|
}
|
|
4990
4990
|
function Pc(e, t, i) {
|
|
4991
|
-
var s =
|
|
4992
|
-
s.setTranslate(t, i),
|
|
4991
|
+
var s = Zi();
|
|
4992
|
+
s.setTranslate(t, i), os(e, s);
|
|
4993
4993
|
}
|
|
4994
4994
|
function Mm(e, t) {
|
|
4995
|
-
var i =
|
|
4996
|
-
i.setRotate(t, 0, 0),
|
|
4995
|
+
var i = Zi();
|
|
4996
|
+
i.setRotate(t, 0, 0), os(e, i);
|
|
4997
4997
|
}
|
|
4998
4998
|
function Om(e, t) {
|
|
4999
4999
|
return t = { exports: {} }, e(t, t.exports), t.exports;
|
|
@@ -5686,7 +5686,7 @@ function gi(e, t, i, s, n, r, a) {
|
|
|
5686
5686
|
return gt(f).add("djs-label"), Ne(d, f), f;
|
|
5687
5687
|
}
|
|
5688
5688
|
function ee(d, u, c, f = {}) {
|
|
5689
|
-
var y = ge(u), x =
|
|
5689
|
+
var y = ge(u), x = Wi({
|
|
5690
5690
|
x: u.x,
|
|
5691
5691
|
y: u.y,
|
|
5692
5692
|
width: u.width,
|
|
@@ -5697,7 +5697,7 @@ function gi(e, t, i, s, n, r, a) {
|
|
|
5697
5697
|
box: x,
|
|
5698
5698
|
padding: 7,
|
|
5699
5699
|
style: {
|
|
5700
|
-
fill:
|
|
5700
|
+
fill: Ki(u, p, l, f.stroke)
|
|
5701
5701
|
}
|
|
5702
5702
|
});
|
|
5703
5703
|
}
|
|
@@ -5715,7 +5715,7 @@ function gi(e, t, i, s, n, r, a) {
|
|
|
5715
5715
|
{},
|
|
5716
5716
|
r.getExternalStyle(),
|
|
5717
5717
|
{
|
|
5718
|
-
fill:
|
|
5718
|
+
fill: Ki(u, p, l, c.stroke)
|
|
5719
5719
|
}
|
|
5720
5720
|
)
|
|
5721
5721
|
});
|
|
@@ -5728,7 +5728,7 @@ function gi(e, t, i, s, n, r, a) {
|
|
|
5728
5728
|
},
|
|
5729
5729
|
align: "center-middle",
|
|
5730
5730
|
style: {
|
|
5731
|
-
fill:
|
|
5731
|
+
fill: Ki(c, p, l, f.stroke)
|
|
5732
5732
|
}
|
|
5733
5733
|
});
|
|
5734
5734
|
if (y) {
|
|
@@ -5740,7 +5740,7 @@ function gi(e, t, i, s, n, r, a) {
|
|
|
5740
5740
|
var {
|
|
5741
5741
|
width: f,
|
|
5742
5742
|
height: y
|
|
5743
|
-
} =
|
|
5743
|
+
} = Wi(u, c);
|
|
5744
5744
|
return ne(d, f, y, js, {
|
|
5745
5745
|
...c,
|
|
5746
5746
|
fill: ie(u, o, c.fill),
|
|
@@ -6270,13 +6270,13 @@ function gi(e, t, i, s, n, r, a) {
|
|
|
6270
6270
|
strokeWidth: Vm
|
|
6271
6271
|
}), le(d, G, u, c);
|
|
6272
6272
|
} else {
|
|
6273
|
-
var Ee =
|
|
6273
|
+
var Ee = Wi(u, c);
|
|
6274
6274
|
x || (Ee.height = tt(u, c), Ee.width = Ue(u, c));
|
|
6275
6275
|
var Ae = j(d, G, {
|
|
6276
6276
|
box: Ee,
|
|
6277
6277
|
align: "center-middle",
|
|
6278
6278
|
style: {
|
|
6279
|
-
fill:
|
|
6279
|
+
fill: Ki(u, p, l, c.stroke)
|
|
6280
6280
|
}
|
|
6281
6281
|
});
|
|
6282
6282
|
if (!x) {
|
|
@@ -6452,7 +6452,7 @@ function gi(e, t, i, s, n, r, a) {
|
|
|
6452
6452
|
var {
|
|
6453
6453
|
width: f,
|
|
6454
6454
|
height: y
|
|
6455
|
-
} =
|
|
6455
|
+
} = Wi(u, c), x = ne(d, f, y, 0, 0, {
|
|
6456
6456
|
fill: "none",
|
|
6457
6457
|
stroke: "none"
|
|
6458
6458
|
}), P = s.getScaledPath("TEXT_ANNOTATION", {
|
|
@@ -6471,10 +6471,10 @@ function gi(e, t, i, s, n, r, a) {
|
|
|
6471
6471
|
var G = ge(u), ae = G.get("text") || "";
|
|
6472
6472
|
return j(d, ae, {
|
|
6473
6473
|
align: "left-top",
|
|
6474
|
-
box:
|
|
6474
|
+
box: Wi(u, c),
|
|
6475
6475
|
padding: 7,
|
|
6476
6476
|
style: {
|
|
6477
|
-
fill:
|
|
6477
|
+
fill: Ki(u, p, l, c.stroke)
|
|
6478
6478
|
}
|
|
6479
6479
|
}), x;
|
|
6480
6480
|
},
|
|
@@ -6696,7 +6696,7 @@ hn.prototype.layoutText = function(e, t) {
|
|
|
6696
6696
|
}
|
|
6697
6697
|
var A = de("tspan");
|
|
6698
6698
|
he(A, { x: _, y: Q }), A.textContent = Z.text, Ne(ne, A);
|
|
6699
|
-
}),
|
|
6699
|
+
}), hs(g);
|
|
6700
6700
|
var se = {
|
|
6701
6701
|
width: J,
|
|
6702
6702
|
height: N
|
|
@@ -7225,12 +7225,12 @@ const yg = {
|
|
|
7225
7225
|
yg
|
|
7226
7226
|
]
|
|
7227
7227
|
};
|
|
7228
|
-
function
|
|
7228
|
+
function ls(e, t) {
|
|
7229
7229
|
t = !!t, lt(e) || (e = [e]);
|
|
7230
7230
|
var i, s, n, r;
|
|
7231
7231
|
return q(e, function(a) {
|
|
7232
7232
|
var o = a;
|
|
7233
|
-
a.waypoints && !t && (o =
|
|
7233
|
+
a.waypoints && !t && (o = ls(a.waypoints, !0));
|
|
7234
7234
|
var l = o.x, p = o.y, h = o.height || 0, g = o.width || 0;
|
|
7235
7235
|
(l < i || i === void 0) && (i = l), (p < s || s === void 0) && (s = p), (l + g > n || n === void 0) && (n = l + g), (p + h > r || r === void 0) && (r = p + h);
|
|
7236
7236
|
}), {
|
|
@@ -7314,7 +7314,7 @@ Se.prototype.clear = function() {
|
|
|
7314
7314
|
Se.prototype._updateOverlayContainer = function(e) {
|
|
7315
7315
|
var t = e.element, i = e.html, s = t.x, n = t.y;
|
|
7316
7316
|
if (t.waypoints) {
|
|
7317
|
-
var r =
|
|
7317
|
+
var r = ls(t);
|
|
7318
7318
|
s = r.x, n = r.y;
|
|
7319
7319
|
}
|
|
7320
7320
|
Rc(i, s, n), Hr(e.html, "data-container-id", t.id);
|
|
@@ -7323,11 +7323,11 @@ Se.prototype._updateOverlay = function(e) {
|
|
|
7323
7323
|
var t = e.position, i = e.htmlContainer, s = e.element, n = t.left, r = t.top;
|
|
7324
7324
|
if (t.right !== void 0) {
|
|
7325
7325
|
var a;
|
|
7326
|
-
s.waypoints ? a =
|
|
7326
|
+
s.waypoints ? a = ls(s).width : a = s.width, n = t.right * -1 + a;
|
|
7327
7327
|
}
|
|
7328
7328
|
if (t.bottom !== void 0) {
|
|
7329
7329
|
var o;
|
|
7330
|
-
s.waypoints ? o =
|
|
7330
|
+
s.waypoints ? o = ls(s).height : o = s.height, r = t.bottom * -1 + o;
|
|
7331
7331
|
}
|
|
7332
7332
|
Rc(i, n || 0, r || 0), this._updateOverlayVisibilty(e, this._canvas.viewbox());
|
|
7333
7333
|
};
|
|
@@ -7939,7 +7939,7 @@ function Jc(e, t, i) {
|
|
|
7939
7939
|
}
|
|
7940
7940
|
this.removeHits = function(I) {
|
|
7941
7941
|
var R = Dm(".djs-hit", I);
|
|
7942
|
-
q(R,
|
|
7942
|
+
q(R, hs);
|
|
7943
7943
|
}, this.createDefaultHit = function(I, R) {
|
|
7944
7944
|
var D = I.waypoints, V = I.isFrame, L;
|
|
7945
7945
|
return D ? this.createWaypointsHit(R, D) : (L = V ? "stroke" : "all", this.createBoxHit(R, L, {
|
|
@@ -8473,11 +8473,11 @@ z.prototype.hideLayer = function(e) {
|
|
|
8473
8473
|
if (!t)
|
|
8474
8474
|
throw new Error("layer <" + e + "> does not exist");
|
|
8475
8475
|
const i = t.group;
|
|
8476
|
-
return t.visible && (
|
|
8476
|
+
return t.visible && (hs(i), t.visible = !1), i;
|
|
8477
8477
|
};
|
|
8478
8478
|
z.prototype._removeLayer = function(e) {
|
|
8479
8479
|
const t = this._layers[e];
|
|
8480
|
-
t && (delete this._layers[e],
|
|
8480
|
+
t && (delete this._layers[e], hs(t.group));
|
|
8481
8481
|
};
|
|
8482
8482
|
z.prototype.getActiveLayer = function() {
|
|
8483
8483
|
const e = this._findPlaneForRoot(this.getRootElement());
|
|
@@ -8622,10 +8622,10 @@ z.prototype.viewbox = function(e) {
|
|
|
8622
8622
|
this._changeViewbox(function() {
|
|
8623
8623
|
o = Math.min(i.width / e.width, i.height / e.height);
|
|
8624
8624
|
const h = this._svg.createSVGMatrix().scale(o).translate(-e.x, -e.y);
|
|
8625
|
-
|
|
8625
|
+
os(t, h);
|
|
8626
8626
|
});
|
|
8627
8627
|
else
|
|
8628
|
-
return r = this._rootElement ? this.getActiveLayer() : null, s = r && r.getBBox() || {}, a =
|
|
8628
|
+
return r = this._rootElement ? this.getActiveLayer() : null, s = r && r.getBBox() || {}, a = os(t), n = a ? a.matrix : $f(), o = Gs(n.a, 1e3), l = Gs(-n.e || 0, 1e3), p = Gs(-n.f || 0, 1e3), e = this._cachedViewbox = {
|
|
8629
8629
|
x: l ? l / o : 0,
|
|
8630
8630
|
y: p ? p / o : 0,
|
|
8631
8631
|
width: i.width / o,
|
|
@@ -8660,7 +8660,7 @@ z.prototype.scrollToElement = function(e, t) {
|
|
|
8660
8660
|
bottom: t.bottom || i,
|
|
8661
8661
|
left: t.left || i
|
|
8662
8662
|
};
|
|
8663
|
-
const n =
|
|
8663
|
+
const n = ls(e), r = ur(n), a = this.viewbox(), o = this.zoom();
|
|
8664
8664
|
let l, p;
|
|
8665
8665
|
a.y += t.top / o, a.x += t.left / o, a.width -= (t.right + t.left) / o, a.height -= (t.bottom + t.top) / o;
|
|
8666
8666
|
const h = ur(a);
|
|
@@ -8881,7 +8881,7 @@ st.prototype.set = function(e, t, i) {
|
|
|
8881
8881
|
e && (this.ensureBound(e, t), t.collection ? this.ensureRefsCollection(e, t).add(i) : e[t.name] = i);
|
|
8882
8882
|
};
|
|
8883
8883
|
var Xr = new st({ name: "children", enumerable: !0, collection: !0 }, { name: "parent" }), $c = new st({ name: "labels", enumerable: !0, collection: !0 }, { name: "labelTarget" }), So = new st({ name: "attachers", collection: !0 }, { name: "host" }), eu = new st({ name: "outgoing", collection: !0 }, { name: "source" }), tu = new st({ name: "incoming", collection: !0 }, { name: "target" });
|
|
8884
|
-
function
|
|
8884
|
+
function fs() {
|
|
8885
8885
|
Object.defineProperty(this, "businessObject", {
|
|
8886
8886
|
writable: !0
|
|
8887
8887
|
}), Object.defineProperty(this, "label", {
|
|
@@ -8894,25 +8894,25 @@ function hs() {
|
|
|
8894
8894
|
}
|
|
8895
8895
|
}), Xr.bind(this, "parent"), $c.bind(this, "labels"), eu.bind(this, "outgoing"), tu.bind(this, "incoming");
|
|
8896
8896
|
}
|
|
8897
|
-
function
|
|
8898
|
-
|
|
8897
|
+
function ms() {
|
|
8898
|
+
fs.call(this), Xr.bind(this, "children"), So.bind(this, "host"), So.bind(this, "attachers");
|
|
8899
8899
|
}
|
|
8900
|
-
vt(
|
|
8900
|
+
vt(ms, fs);
|
|
8901
8901
|
function iu() {
|
|
8902
|
-
|
|
8902
|
+
fs.call(this), Xr.bind(this, "children");
|
|
8903
8903
|
}
|
|
8904
|
-
vt(iu,
|
|
8904
|
+
vt(iu, ms);
|
|
8905
8905
|
function su() {
|
|
8906
|
-
|
|
8906
|
+
ms.call(this), $c.bind(this, "labelTarget");
|
|
8907
8907
|
}
|
|
8908
|
-
vt(su,
|
|
8908
|
+
vt(su, ms);
|
|
8909
8909
|
function nu() {
|
|
8910
|
-
|
|
8910
|
+
fs.call(this), eu.bind(this, "source"), tu.bind(this, "target");
|
|
8911
8911
|
}
|
|
8912
|
-
vt(nu,
|
|
8912
|
+
vt(nu, fs);
|
|
8913
8913
|
var py = {
|
|
8914
8914
|
connection: nu,
|
|
8915
|
-
shape:
|
|
8915
|
+
shape: ms,
|
|
8916
8916
|
label: su,
|
|
8917
8917
|
root: iu
|
|
8918
8918
|
};
|
|
@@ -8977,7 +8977,7 @@ Je.prototype.off = function(e, t) {
|
|
|
8977
8977
|
});
|
|
8978
8978
|
};
|
|
8979
8979
|
Je.prototype.createEvent = function(e) {
|
|
8980
|
-
var t = new
|
|
8980
|
+
var t = new gs();
|
|
8981
8981
|
return t.init(e), t;
|
|
8982
8982
|
};
|
|
8983
8983
|
Je.prototype.fire = function(e, t) {
|
|
@@ -8985,7 +8985,7 @@ Je.prototype.fire = function(e, t) {
|
|
|
8985
8985
|
if (r = hy.call(arguments), typeof e == "object" && (t = e, e = t.type), !e)
|
|
8986
8986
|
throw new Error("no event type specified");
|
|
8987
8987
|
if (s = this._listeners[e], !!s) {
|
|
8988
|
-
t instanceof
|
|
8988
|
+
t instanceof gs ? i = t : i = this.createEvent(t), r[0] = i;
|
|
8989
8989
|
var a = i.type;
|
|
8990
8990
|
e !== a && (i.type = e);
|
|
8991
8991
|
try {
|
|
@@ -9049,15 +9049,15 @@ Je.prototype._removeListener = function(e, t) {
|
|
|
9049
9049
|
for (; i; )
|
|
9050
9050
|
s = i.next, r = i.callback, (r === t || r[cn] === t) && (n ? n.next = s : this._setListeners(e, s)), n = i, i = s;
|
|
9051
9051
|
};
|
|
9052
|
-
function
|
|
9052
|
+
function gs() {
|
|
9053
9053
|
}
|
|
9054
|
-
|
|
9054
|
+
gs.prototype.stopPropagation = function() {
|
|
9055
9055
|
this.cancelBubble = !0;
|
|
9056
9056
|
};
|
|
9057
|
-
|
|
9057
|
+
gs.prototype.preventDefault = function() {
|
|
9058
9058
|
this.defaultPrevented = !0;
|
|
9059
9059
|
};
|
|
9060
|
-
|
|
9060
|
+
gs.prototype.init = function(e) {
|
|
9061
9061
|
Y(this, e || {});
|
|
9062
9062
|
};
|
|
9063
9063
|
function fy(e, t) {
|
|
@@ -9138,7 +9138,7 @@ Xe.prototype.update = function(e, t, i) {
|
|
|
9138
9138
|
};
|
|
9139
9139
|
Xe.prototype.remove = function(e) {
|
|
9140
9140
|
var t = this._elementRegistry.getGraphics(e);
|
|
9141
|
-
|
|
9141
|
+
hs(t.parentNode);
|
|
9142
9142
|
};
|
|
9143
9143
|
function au(e, t, i) {
|
|
9144
9144
|
var s = i || t.firstChild;
|
|
@@ -9539,18 +9539,18 @@ rt.prototype.getPropertyDescriptor = function(e, t) {
|
|
|
9539
9539
|
rt.prototype.getTypeDescriptor = function(e) {
|
|
9540
9540
|
return this.registry.typeMap[e];
|
|
9541
9541
|
};
|
|
9542
|
-
var _o = String.fromCharCode, wy = Object.prototype.hasOwnProperty, Ey = /&#(\d+);|&#x([0-9a-f]+);|&(\w+);/ig,
|
|
9542
|
+
var _o = String.fromCharCode, wy = Object.prototype.hasOwnProperty, Ey = /&#(\d+);|&#x([0-9a-f]+);|&(\w+);/ig, Xi = {
|
|
9543
9543
|
amp: "&",
|
|
9544
9544
|
apos: "'",
|
|
9545
9545
|
gt: ">",
|
|
9546
9546
|
lt: "<",
|
|
9547
9547
|
quot: '"'
|
|
9548
9548
|
};
|
|
9549
|
-
Object.keys(
|
|
9550
|
-
|
|
9549
|
+
Object.keys(Xi).forEach(function(e) {
|
|
9550
|
+
Xi[e.toUpperCase()] = Xi[e];
|
|
9551
9551
|
});
|
|
9552
9552
|
function xy(e, t, i, s) {
|
|
9553
|
-
return s ? wy.call(
|
|
9553
|
+
return s ? wy.call(Xi, s) ? Xi[s] : "&" + s + ";" : _o(t || parseInt(i, 16));
|
|
9554
9554
|
}
|
|
9555
9555
|
function Zt(e) {
|
|
9556
9556
|
return e.length > 3 && e.indexOf("&") !== -1 ? e.replace(Ey, xy) : e;
|
|
@@ -9900,39 +9900,39 @@ function By(e) {
|
|
|
9900
9900
|
this.warnings.push(t);
|
|
9901
9901
|
};
|
|
9902
9902
|
}
|
|
9903
|
-
function
|
|
9903
|
+
function ys() {
|
|
9904
9904
|
}
|
|
9905
|
-
|
|
9905
|
+
ys.prototype.handleEnd = function() {
|
|
9906
9906
|
};
|
|
9907
|
-
|
|
9907
|
+
ys.prototype.handleText = function() {
|
|
9908
9908
|
};
|
|
9909
|
-
|
|
9909
|
+
ys.prototype.handleNode = function() {
|
|
9910
9910
|
};
|
|
9911
9911
|
function ta() {
|
|
9912
9912
|
}
|
|
9913
|
-
ta.prototype = Object.create(
|
|
9913
|
+
ta.prototype = Object.create(ys.prototype);
|
|
9914
9914
|
ta.prototype.handleNode = function() {
|
|
9915
9915
|
return this;
|
|
9916
9916
|
};
|
|
9917
9917
|
function Ui() {
|
|
9918
9918
|
}
|
|
9919
|
-
Ui.prototype = Object.create(
|
|
9919
|
+
Ui.prototype = Object.create(ys.prototype);
|
|
9920
9920
|
Ui.prototype.handleText = function(e) {
|
|
9921
9921
|
this.body = (this.body || "") + e;
|
|
9922
9922
|
};
|
|
9923
|
-
function
|
|
9923
|
+
function vs(e, t) {
|
|
9924
9924
|
this.property = e, this.context = t;
|
|
9925
9925
|
}
|
|
9926
|
-
|
|
9927
|
-
|
|
9926
|
+
vs.prototype = Object.create(Ui.prototype);
|
|
9927
|
+
vs.prototype.handleNode = function(e) {
|
|
9928
9928
|
if (this.element)
|
|
9929
9929
|
throw Gt("expected no sub nodes");
|
|
9930
9930
|
return this.element = this.createReference(e), this;
|
|
9931
9931
|
};
|
|
9932
|
-
|
|
9932
|
+
vs.prototype.handleEnd = function() {
|
|
9933
9933
|
this.element.id = this.body;
|
|
9934
9934
|
};
|
|
9935
|
-
|
|
9935
|
+
vs.prototype.createReference = function(e) {
|
|
9936
9936
|
return {
|
|
9937
9937
|
property: this.property.ns.name,
|
|
9938
9938
|
id: ""
|
|
@@ -10029,7 +10029,7 @@ Re.prototype.valueHandler = function(e, t) {
|
|
|
10029
10029
|
return new ia(e, t);
|
|
10030
10030
|
};
|
|
10031
10031
|
Re.prototype.referenceHandler = function(e) {
|
|
10032
|
-
return new
|
|
10032
|
+
return new vs(e, this.context);
|
|
10033
10033
|
};
|
|
10034
10034
|
Re.prototype.handler = function(e) {
|
|
10035
10035
|
return e === "Element" ? new Mi(this.model, e, this.context) : new Re(this.model, e, this.context);
|
|
@@ -15109,746 +15109,1150 @@ function wA(e) {
|
|
|
15109
15109
|
}
|
|
15110
15110
|
const Nu = /* @__PURE__ */ function() {
|
|
15111
15111
|
return CA.exports;
|
|
15112
|
-
}();
|
|
15113
|
-
|
|
15114
|
-
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
15115
|
-
return i("div", {
|
|
15116
|
-
attrs: {
|
|
15117
|
-
type: "flex"
|
|
15118
|
-
}
|
|
15119
|
-
}, [i("div", [e._l(e.flowList, function(s, n) {
|
|
15120
|
-
return [["candidate", "sequenceFlow"].includes(s.historyActivityType) ? e._e() : i("div", {
|
|
15121
|
-
key: s.id,
|
|
15122
|
-
staticClass: "flow-item",
|
|
15123
|
-
attrs: {
|
|
15124
|
-
timestamp: s.endTime || s.createTime,
|
|
15125
|
-
placement: "top"
|
|
15126
|
-
}
|
|
15127
|
-
}, [i("p", [e._v(" " + e._s(s.assigneeName) + " \u5728 [" + e._s(s.createTime) + "] \u5F00\u59CB\u5904\u7406 [" + e._s(s.historyActivityType == "endEvent" ? "\u7ED3\u675F" : s.historyActivityName || "\u672A\u547D\u540D") + "] \u73AF\u8282 ")]), s.historyActivityDurationTime ? i("p", [e._v(" \u4EFB\u52A1\u5386\u65F6 [" + e._s(s.historyActivityDurationTime) + "] ")]) : e._e(), s.comments && s.comments.length > 0 ? [e._l(s.comments.filter(function(r) {
|
|
15128
|
-
return r.action === "AddComment";
|
|
15129
|
-
}), function(r, a) {
|
|
15130
|
-
return i("p", {
|
|
15131
|
-
key: a
|
|
15132
|
-
}, [a < 1 ? [e.commentMap[r.type] ? i("span", [e._v(" " + e._s(e.commentMap[r.type]) + ": [" + e._s(r.fullMessage) + "] ")]) : e._e(), s.comments.filter(function(o) {
|
|
15133
|
-
return o.action === "AddComment";
|
|
15134
|
-
}).length > 1 ? i("span", {
|
|
15135
|
-
staticStyle: {
|
|
15136
|
-
color: "#1989fa",
|
|
15137
|
-
float: "right"
|
|
15138
|
-
},
|
|
15139
|
-
on: {
|
|
15140
|
-
click: e.handleClick
|
|
15141
|
-
}
|
|
15142
|
-
}, [e._v(" " + e._s(e.toggleText) + " "), i("i", {
|
|
15143
|
-
class: [e.isFlag ? "arrow-up" : "arrow-down"]
|
|
15144
|
-
})]) : e._e(), r.time ? i("p", {
|
|
15145
|
-
staticStyle: {
|
|
15146
|
-
color: "gray",
|
|
15147
|
-
"font-size": "12px"
|
|
15148
|
-
}
|
|
15149
|
-
}, [e._v(e._s(r.time))]) : e._e()] : e._e(), a > 0 && e.isFlag ? [e.commentMap[r.type] ? i("span", [e._v(" " + e._s(e.commentMap[r.type]) + ": [" + e._s(r.fullMessage) + "] ")]) : e._e(), r.time ? i("p", {
|
|
15150
|
-
staticStyle: {
|
|
15151
|
-
color: "gray",
|
|
15152
|
-
"font-size": "12px"
|
|
15153
|
-
}
|
|
15154
|
-
}, [e._v(e._s(r.time))]) : e._e()] : e._e()], 2);
|
|
15155
|
-
}), s.attachments && s.attachments.length > 0 ? [i("div", {
|
|
15156
|
-
staticStyle: {
|
|
15157
|
-
display: "flex",
|
|
15158
|
-
"justify-content": "space-between"
|
|
15159
|
-
}
|
|
15160
|
-
}, [i("span", [e._v("\u9644\u4EF6: ")]), i("div", {
|
|
15161
|
-
staticStyle: {
|
|
15162
|
-
flex: "1",
|
|
15163
|
-
margin: "-15px 0 0 4px"
|
|
15164
|
-
}
|
|
15165
|
-
}, [i("nf-upload", {
|
|
15166
|
-
attrs: {
|
|
15167
|
-
"model-value": s.attachments,
|
|
15168
|
-
props: {
|
|
15169
|
-
label: "name",
|
|
15170
|
-
value: "url"
|
|
15171
|
-
},
|
|
15172
|
-
"upload-preview": e.handleUploadPreview,
|
|
15173
|
-
disabled: ""
|
|
15174
|
-
}
|
|
15175
|
-
})], 1)])] : e._e()] : e._e(), s.endTime ? i("p", [e._v("\u7ED3\u675F\u65F6\u95F4: [" + e._s(s.endTime) + "]")]) : e._e()], 2)];
|
|
15176
|
-
})], 2)]);
|
|
15177
|
-
}, xA = [];
|
|
15178
|
-
const TA = {
|
|
15179
|
-
name: "nf-flow",
|
|
15112
|
+
}(), EA = "data:image/png;base64,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", xA = "data:image/png;base64,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", la = "data:image/png;base64,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", TA = {
|
|
15113
|
+
name: "TopTips",
|
|
15180
15114
|
props: {
|
|
15181
|
-
|
|
15182
|
-
|
|
15183
|
-
|
|
15184
|
-
}
|
|
15115
|
+
text: { default: "", type: String },
|
|
15116
|
+
type: { default: "default", type: String },
|
|
15117
|
+
statusTips: { default: !1, type: Boolean },
|
|
15118
|
+
domNode: { default: "", type: String },
|
|
15119
|
+
visible: { default: !1, type: Boolean }
|
|
15185
15120
|
},
|
|
15186
15121
|
data() {
|
|
15187
15122
|
return {
|
|
15188
|
-
|
|
15189
|
-
|
|
15190
|
-
|
|
15191
|
-
assigneeComment: "\u53D8\u66F4\u5BA1\u6838\u4EBA",
|
|
15192
|
-
dispatchComment: "\u8C03\u5EA6",
|
|
15193
|
-
transferComment: "\u8F6C\u529E",
|
|
15194
|
-
delegateComment: "\u59D4\u6258",
|
|
15195
|
-
rollbackComment: "\u9A73\u56DE\u610F\u89C1",
|
|
15196
|
-
terminateComment: "\u7EC8\u6B62\u610F\u89C1",
|
|
15197
|
-
addMultiInstanceComment: "\u52A0\u7B7E",
|
|
15198
|
-
deleteMultiInstanceComment: "\u51CF\u7B7E",
|
|
15199
|
-
withdrawComment: "\u64A4\u9500",
|
|
15200
|
-
recallComment: "\u64A4\u56DE",
|
|
15201
|
-
deleteProcessComment: "\u5220\u9664\u6D41\u7A0B",
|
|
15202
|
-
skipComment: "\u8DF3\u8FC7",
|
|
15203
|
-
comment: "\u5BA1\u6279\u610F\u89C1"
|
|
15204
|
-
}
|
|
15123
|
+
show: !1,
|
|
15124
|
+
status: "",
|
|
15125
|
+
timeOut: null
|
|
15205
15126
|
};
|
|
15206
15127
|
},
|
|
15128
|
+
computed: {
|
|
15129
|
+
error() {
|
|
15130
|
+
return EA;
|
|
15131
|
+
},
|
|
15132
|
+
loading() {
|
|
15133
|
+
return xA;
|
|
15134
|
+
},
|
|
15135
|
+
success() {
|
|
15136
|
+
return la;
|
|
15137
|
+
}
|
|
15138
|
+
},
|
|
15139
|
+
watch: {
|
|
15140
|
+
type: {
|
|
15141
|
+
handler(e, t) {
|
|
15142
|
+
if (e == "loading") {
|
|
15143
|
+
clearInterval(this.timeOut);
|
|
15144
|
+
return;
|
|
15145
|
+
} else
|
|
15146
|
+
this.timeOut = setTimeout(() => {
|
|
15147
|
+
this.show = !1;
|
|
15148
|
+
}, 1500);
|
|
15149
|
+
},
|
|
15150
|
+
immediate: !0,
|
|
15151
|
+
deep: !0
|
|
15152
|
+
}
|
|
15153
|
+
},
|
|
15154
|
+
mounted() {
|
|
15155
|
+
this.$nextTick(() => {
|
|
15156
|
+
const e = document.getElementsByClassName("process-warp")[0] ? document.getElementsByClassName("process-warp")[0] : document.getElementsByClassName("sumbmitPopup-index-sumbit")[0].getElementsByClassName("top-popup")[0];
|
|
15157
|
+
e.append ? e.append(this.$el) : e.appendChild(this.$el);
|
|
15158
|
+
});
|
|
15159
|
+
},
|
|
15207
15160
|
methods: {
|
|
15208
|
-
|
|
15209
|
-
this.
|
|
15161
|
+
handleOpen() {
|
|
15162
|
+
this.show || (this.show = !0, this.type == "loading" ? clearInterval(this.timeOut) : this.timeOut = setTimeout(() => {
|
|
15163
|
+
this.show = !1;
|
|
15164
|
+
}, 1500));
|
|
15165
|
+
},
|
|
15166
|
+
handleClose() {
|
|
15167
|
+
this.show = !1;
|
|
15210
15168
|
}
|
|
15211
15169
|
}
|
|
15212
|
-
}
|
|
15213
|
-
var IA =
|
|
15170
|
+
};
|
|
15171
|
+
var IA = function() {
|
|
15172
|
+
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
15173
|
+
return e.show ? i("div", [e.statusTips ? i("div", {
|
|
15174
|
+
staticClass: "top-tipss",
|
|
15175
|
+
style: e.show ? "visibility: visible; opacity: 1;" : "visibility: hidden; opacity: 0;"
|
|
15176
|
+
}, [i("div", {
|
|
15177
|
+
staticClass: "top-tipss-status"
|
|
15178
|
+
}, [e.type == "loading" ? i("div", {
|
|
15179
|
+
staticClass: "top-tipss-loadinig"
|
|
15180
|
+
}, [i("img", {
|
|
15181
|
+
attrs: {
|
|
15182
|
+
src: e.loading
|
|
15183
|
+
}
|
|
15184
|
+
}), e.text ? i("div", {
|
|
15185
|
+
staticClass: "top-tipss-status-text"
|
|
15186
|
+
}, [e._v(" " + e._s(e.text) + " ")]) : e._e()]) : e._e(), e.type == "success" ? i("div", {
|
|
15187
|
+
staticClass: "top-tipss-success"
|
|
15188
|
+
}, [i("img", {
|
|
15189
|
+
attrs: {
|
|
15190
|
+
src: e.success
|
|
15191
|
+
}
|
|
15192
|
+
}), e.text ? i("div", {
|
|
15193
|
+
staticClass: "top-tipss-status-text"
|
|
15194
|
+
}, [e._v(" " + e._s(e.text) + " ")]) : e._e()]) : e._e(), e.type == "error" ? i("div", {
|
|
15195
|
+
staticClass: "top-tipss-error"
|
|
15196
|
+
}, [i("img", {
|
|
15197
|
+
attrs: {
|
|
15198
|
+
src: e.error
|
|
15199
|
+
}
|
|
15200
|
+
}), e.text ? i("div", {
|
|
15201
|
+
staticClass: "top-tipss-status-text"
|
|
15202
|
+
}, [e._v(" " + e._s(e.text) + " ")]) : e._e()]) : e._e()])]) : i("div", {
|
|
15203
|
+
staticClass: "top-tipss",
|
|
15204
|
+
style: e.show ? "visibility: visible; opacity: 1;" : "visibility: hidden; opacity: 0;"
|
|
15205
|
+
}, [e.text ? i("div", {
|
|
15206
|
+
staticClass: "top-tipss-text"
|
|
15207
|
+
}, [e._v(e._s(e.text))]) : e._e()]), i("div", {
|
|
15208
|
+
staticClass: "top-tipss-mask",
|
|
15209
|
+
style: e.show && e.statusTips ? "visibility: visible; opacity: .7;" : "visibility: hidden; opacity: 0;"
|
|
15210
|
+
})]) : e._e();
|
|
15211
|
+
}, kA = [];
|
|
15212
|
+
const Fo = {};
|
|
15213
|
+
var NA = /* @__PURE__ */ ve(
|
|
15214
15214
|
TA,
|
|
15215
|
-
|
|
15216
|
-
xA,
|
|
15217
|
-
!1,
|
|
15215
|
+
IA,
|
|
15218
15216
|
kA,
|
|
15219
|
-
|
|
15217
|
+
!1,
|
|
15218
|
+
SA,
|
|
15219
|
+
"79d9d777",
|
|
15220
15220
|
null,
|
|
15221
15221
|
null
|
|
15222
15222
|
);
|
|
15223
|
-
function
|
|
15223
|
+
function SA(e) {
|
|
15224
15224
|
for (let t in Fo)
|
|
15225
15225
|
this[t] = Fo[t];
|
|
15226
15226
|
}
|
|
15227
|
-
const
|
|
15228
|
-
return
|
|
15229
|
-
}(),
|
|
15230
|
-
name: "
|
|
15227
|
+
const pt = /* @__PURE__ */ function() {
|
|
15228
|
+
return NA.exports;
|
|
15229
|
+
}(), PA = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAAXNSR0IArs4c6QAAEmBJREFUeF7tnAt0VdWZx397n3PvDUlISHgEkJfDGxXRVnGqq2o7PtvB1hl0fFun6ji+xhfgzCioq5WA2hFxptUOY23VqlNf06laW7VrVUfs8gEqgmBFRZ4hIRBIcu85e8/69j4HriEJAYLiY691181Ncs/Z+3/++/u+/b0U3T1mWM0AAlZhmaEirFUoZZlus+WlDM8ZJqKpsJZhCiYAxmgC5T8Pk+lYWG4Vy7UhBrSF15ViOYaNrZr5TVt4lxtUfuu1Z9iQAShWETNDme5ckuqWiwkIdxGyEsUMCg6QOTbXazMDAs1wYD9jGKk1gwJFX6UIUZQrS7W7v0AI5fJKAGqy0IQVrMAq6rE0WUsUW9YZwwqtWQq8FRve3VDGKi5TrQ6wGWRQGKYTu3ns5tg9gGRCD6NZ5Njinlz1HFtBK/thOUwZJmjNKGCcggoDthChYguRvIqetTFCJb8arf0rHaGGUEGgIBNiNcjKNwKLjOEdq3kdxUvkeKv+MiW/B2HyOBSTMbsD1O4BlK5AKA706UE/AyeguBrLGAVxbAksWGMwGmwuRAWyYI3KaLbeX36Xfi4YbFwEnnyOkt+1RlgDSmu0AhUoBO8AxWIst2h4sq6Z1R6k3d9uuwaQMOcG2U5+An1vtiNizWlYJivFMKUoExIIvwvGM6U1gqoSOHwIDKyAYb1gdDXIBYQZ+1TA0EqP+PuN8NFG3MqFSEvqYfkGWLkRXvgAGlogFzqQBVSHshDQWjZbeB/DPF3CL+uuUKu2smk6dleYtPMAPWQDFjlwosqbbVUGJhvNJA1fDRQ18libI0xTAdszCwf0Qx1QgxrTB0ZUoQSc0gxUlnjArDx+QbPNTIwFYZEIJwGksQW2FDxIyxqwi+vgjTXYN9ZiN+WhPIPqEaLd9ywfAq9geapgeajxWtWAsHwcllOUCP4uj64DlLImoW7lLDtcW85XcEaoGBRbzOYCJoqxNeUEB/VHTxwE+/WFA2pgcCXkgo7nJWwpJFPPBJ5VHY3WGD5sdADx1jqYvwJeW41Z00QcBqiyDDpQ6MiywsJ9RnF34xT1rpNLMnaCTTsHkGiFGVb3yTIiDrhKwQVygdgQaY0qCdG9e6COGgZnjodD9/FLFJbIdku3jLBCxtabt/m8VfUkP6Sf5TrplpSvpNd5+SP4xUJ4fjmsb8a2RMTGYANNRr5r4a4g5ta6PMucWEhNjy7wqGsA/cRmuFAVBJyqEr6m5Rko/kqBCTR6cx72rYK/OwBOGu3lS1bkQyeM6cLcuvwvwry88XLq8SXwyzfgvQYoy7qHJ7tOY/mdgRsaWnjRgZSuaQd36Ryg1L65UBVqZtt+UcxkFKdrxVcCRU6eVGuM/u4Y1NkT/FYaUJ4ITWGN9U95O8Z0eent/2Mxo9J7iAyT369q8lvv3tfh0cXYXIApCQliS6uxTi7dHwY8vOYatdaBdAFRZ8K7Y4CKaNin1vaMDWcpxVStGWIscVOeuKqE7LdHwaUT4cAav4XkcckQGdJW8O4mLh1+PRHM7u9yT7n3gjVwx3z49TtOyOfLswRaERjDB9ZSG2h+XjdVbUpkgLf22xkdAyQCLVHjvWvtJcAUYLAQQ7ZWaYbghBFQeyz0yoEITlG5nxQoHaElYIlpIQphQytM/S08ucxpQCcChdDgtNys9VPVXHedorW2vW77AIkqF3UoMifLX+qAWVrxtdh4w29IL7jwK3D+wZANPLW7Jsz2FIe2v246p3wMd78KP3kFPtjg2BUHmsBYXjQxUxry/J8jQrrmNpfqFKCeN9nR2Sx3asU3RStYhdmnguDyiXDqfl4IplpqV5kjC0ltnpTjMqnUNtpV4OWaqewTJfLgW3D7fGeAxsqiResay+/zeS7edJ1a0nWAxKCaoaKeP7SjwoArNJyb0ZTUN5OvKSc79Qg44wDoVQItkbdod3URe5pPArhY8CUhbGiB+96A2j/Cmiby1T3IFgwtBu6JYn606Z/VO+2BtG1tRUK54jZbHURcoyzThBlRTJQLCSeNgluOg4qcB0du3B1DtkFzwcsOGSLLemT89u2Okc51Yytc/TQ88Y4DLgoDQmGaVcyMQ2ZvvFLVtxXa2wAq2oN9brb/YGEamqFy3tnYij1jPGr2MZ45blvtptzZKiMMPLEEHn0bljf4aw+rgu+OhUmjvT3VXfeSawuTrnkG7luIrcihnEfB8L6CmXXXqh+7CRRh4QFK2TPD6l4hg4MMc7Xi2/mYKDaEJ42Byw+DQwb6Bbjj827sKzljiYwR5ggw//UazP/IneHc6BHCxH3gewd5oIRJ6Xd2lVHFc/7TSrj9JXh8sZtHIRuQMYZHcyEXrLxa1Tk8ZCiV/JDInZrZtqwQcY3WXGigP9YJZT3rGDh+hN/P2W6QOQKMLFqe5vlPwFPLIAw8MDIEqCj297x7kmdt+p1dBShlfT6Rm3LPKc84oW1Qzv30obHMKc1y54orVbM73M5QkUdqus2KC7NPrR1oLE9lAg5obKFQXUrm4kPgvIOgf7nXNruqrYoXJjaT2CnrtsDxv4CFq6FfuX8AMkTwr22C8f3hqTOhb6m3szo77HYVuHQNq5tg3mtw55+gfguFyhIyhZi3tOLYuqlqZYqJSo0ksZZNzClKc1s2pGLdZgrj+pC5f7I/kcteFXnUHUOAcCBshiPvgcVrYWDlxwFa2Qhj+sEfzoV+Zf5v8p3uGOlaxBNw+sOwqI5C3zIy+YiN1nClDnjIWdkzrBaAHJX61NqjDc7mGSuHv/Is5jtj0Dd/E3rmuofi6eKKATrqHni7A4DG9oPn9wBA6Xbd1ArX/h4eW4xpyqPlcG0sb2u4uG6qek6w2QpQ71p7mYXbhSX1W4iOH0l449FwYD/vH+6u7SUgfdoApWsRH/iCtXD9c/DUUqLqUkJhl4LL109VczxAQL9ZdrixTDdwlmgncRFcNhE9/ahEayVapzvovTcA5DRx0ZpueB7mzPeum8Rn9XOtuGHtFPWuA6i61h6jLTfFMFFsjvE1HqC/Gesh6U727C0AFa/pV297gBau8ToogPlGcV39VPWMB2imvTzQzMzHlAiy50zAXnKo9yM79Vh0rukOFn3aW6ztmsS/Pfdl7M9e9xGXbEBLbJhWP03d7gCqmmnnZjQXN0dELRHhrcfBpYduY87uWrJtQd0rAEpOAimT7ngZrnraHZ+iHiFhIWZuw7XqUlV+ix2XM/xAw3fEci4JCeedBCeO7F7V/jE7qEjNfxparHguqcr/zVI473F3xoyyckaDx6zhX1XvWntOoPl+a8QRuYD4iCEE1x8JB/bfffO+o+24NzAonVsqrBeshhv/AH/8wLmRg1zACxHME4D+JdCcvCXPwT1zmJPHoeXcNbKq62cukfzyElnlo+mdD7GKxSOwYiMccy+IDBjY01vLMsRiXrkJRAY+czYMqnAH5i5b0uIHElnSlfNiekZb2uDPZ48sIt7USlCWZX5kuF9Vz7Q/zQR8vbGVkX1LMZcdhj7nQG/ed0V77YoA/6QY1BXZma5Rjj0/WwBzXsKs24KuzLGoEPOMMOjZXMCYtZsZMKQS+2/Ho04Y6Y8VXV186s+R0ItjURcYJIxZUgcnP+jf22PQ6D7wyKkg78Korp7F5CAs0duu+JPSNYosenIp/NNT2A8aUX3LWJ03LBaAfpcLGJcC9KPjUSKgdwRQMXjigHrgDVi6HjYXduxhFAyF/jKp+mb/Lp+LXa5CfZlDdQ//Lp8787DIthJ5IvPavwbOnQB/LXklOzBTigESQX1FAlC/Mla1xixWVTPtK7mAoXVb6C0Muv0ElEQrZA93xKBif84j4s953Yd/xfcrboodDVmoXFuOMJXtAFAMYGOzT4sRADojp7tmcuPyHBy5rw8qnDjCBzA78mGla5Q1SfTjcgFoA6pPGatbhUHVM21dLqR8VRO5kdXw4GQ4KNFgsoD2nlp62JOnf8av4Ln3oCy3cy5Yua448wqRf297H1msOA8yoX/vws518Igp7B6UgRNHwY+/1bk/yQUNkmPHa6vh1Iexy+pR/ctpao2pky0m0UeXNdHV03OxkD1iHiytg0G9vF95bxg7609qV2lUeK36uQVojTjcauDps3bscOsUoOpauz4XULZqEznRFk+cBqN6+wiDRBfaG223mGRVyL7vitZIr/eZ2GIF1quqWi+k122m97Be2LsnoY4e9nGN0haktk73u16Bl1Z4SsafdSH9pFfzfUpZXYhY4tR8JmBc3RYGDKnA3noc6lsjveTvzA4qNiIfeBMeWAgrm3wW2I7Gnlbz+9XA97pLzYuhmAkYU5cYircldpBsr64aii1J4E+YlWZ3dAaSMO0zYyjKUSMX8PX6Fkb2L8dMOxwtiVASavnyqOGPGu6wujnPwZUlxGeOJ7joEBhW2TWAhCmfy8NqjpejmPu2c3ccnrg7Jnzp7vDuji8dZv6sJwdVcZiJVzUTENrUYSZbpGqWnRsqLm4pELUmLtdLvmAu17mJyzUXEpVkXPhnbsNUdal32s+ylwdQm4/Jfem0dwavKNqp9VMSp33bsM+BSdjn5C9I2Ec8EhL2WdBR2Kdt4FAKTyQudv0XJHB4YxI4lAKZ7QOHSWzehZ6tDz03NBMd9wULPT+9lKiqRxJ6VsWh5xSgm+03rOJOrRmzNXlhLPrmb3zOkxeehcfeLkpeECeZ5eL116pn0+QFlw/dNv2lTtJf+pK5728/v+kviyT95b9dQUwn6S+ixooTqODpjGZ/SaDqXUpGrOq//5wmUEnqnyRQrd+WQLVIK475eAKVAPQFTMH7X4lgPAl1zRgpnVKKD2PLHWUZ5m6fgleUxDkgZHA+SeIsSBKnTZI4J8JXPydJnOK7mv2iT+Isz1LIBWQiw6MlHSZxCouKUl97z7QXoZgK29KAzxyPkmTOz3oacGMrXPRreOBN7IBylCgkV8ZpqV0/Tf2Hc9Nslwbsg0dbK156zrW9w80ukVyqe6QS0GU8SN7y7GM/24nk1/zWpdzRIsnxAaGLpSlqozJmb7pErU8CaVux2D6qk5Yi3GRHu1KEwJUi5OpbyPeXUoTD4fTPUCmCMCRNOb5fShFecBm0+aoeZPMxrSZOShE6qNfovJjlh3ZUNuDfi4pZ7KAK9GVJMUt51vuuXRBwFxPL93Qxi0yrKSlmmTPfJUwYqX+WYhYrxSwx/9hRnYawaZfKoYYm5VDf30vLoYqTFiQpQepZ710Af25wDQq6oRzKq/5tBXWz7KVYrtmuoG4k1Irg3tsK6iTpPAQRyFM6KqhTzF4/Rd3hZM5OF9S1Edp9p9vyqJSzFa76Z3BxSaYkCEhJpgTp9qaSzFdXwy0vwrN/dkDlpULSlWRaPrQwM9zCvetuUE1thXLbYEPnkqNtUa/hFOC04qLevBT1jkWddeDeUdQrJQYSY//pK76otyKLKcsQRGlRLzwQah7a/aLeYih3UBYusbC/qPJViJPGwL5JWbgUqHwSQzJKJDfpvQ3wP0vgP1/1P0sJQ2Qwxu6psvDi1RVZ266xgOZqBecneTkFrVAlGYLepaijhn5KjQXed+cq21wgNhYbSmMB39Tg7sBwy55rLJDKpKJWOJU32eE6wwUaztCafaQ1xZai1hQHp60p+vmEpsEV3dyaYiO8Ka0p1vrcpFfba01h+Mi1pihwV+N1SWuKnWyZs/PWS9vmJopTrOJ4kUsiwIVRzQXXx8M1Nxlfg9rfNzdRkhg6oKcvt5QjS1WPpLlJOzX2aS28a27S7GvLJL1m1SaQhMvFddg312AXrvHNTcqkuUkGLYyR5ibW8or6RJubtN1uxe1xZtn+seF0FOcpGKIUpZJkKvaIa48T+8QGSac7fHBRe5zeSbmltMfp2aY9zqYk9C3tcdYXtcf50KftSU6TyLii9jixtWyx8AGWeYHm/nVTVNJHyOqdaWhSvNSdZ1B7UjfpqtKnB/2N4UQUVwFjlEoaLFmMa7CknH2iXEcp7d633r+zBkvSXCl5SaWQdSFxabCkXJcXAUbUgTRYulVrfvPpN1hKQWqnRVfVTFupDOMIOSwwTLAwWmnGttuiqyhVRhb9sRZdRY9OmNJeiy5reFvBklhadEW8ZDWLGqapxq3G307Km/aeffcwyPcWChB1mjR5GzHH5ta1MjCMGI5mnIGRGgYFmr4KpHawp1JJkzd/5tm+yVsyY2uRcu1N0vYsNqwzsELDUgyLopB3++ZYuWyvbPLW0XbrpE1gFg5DUYFvC3iQy+U0rp3XMKUZ6hSmL9Nejnb5nfK315A2gZaNeXjpk2wT+P9KELohNtx5+AAAAABJRU5ErkJggg==", _A = {
|
|
15230
|
+
name: "attchViews",
|
|
15231
15231
|
components: {
|
|
15232
|
-
|
|
15233
|
-
|
|
15234
|
-
|
|
15235
|
-
|
|
15236
|
-
PreviewImage: dn
|
|
15232
|
+
TopTips: pt,
|
|
15233
|
+
PreviewImage: dn,
|
|
15234
|
+
PreView: lc,
|
|
15235
|
+
TopPopup: nt
|
|
15237
15236
|
},
|
|
15238
15237
|
props: {
|
|
15239
|
-
|
|
15240
|
-
type:
|
|
15241
|
-
|
|
15238
|
+
request: {
|
|
15239
|
+
type: Function,
|
|
15240
|
+
defalut: () => {
|
|
15241
|
+
}
|
|
15242
15242
|
},
|
|
15243
|
-
|
|
15244
|
-
type: String,
|
|
15245
|
-
default:
|
|
15243
|
+
limit: {
|
|
15244
|
+
type: [Number, String],
|
|
15245
|
+
default: 4
|
|
15246
15246
|
},
|
|
15247
|
-
|
|
15248
|
-
type:
|
|
15249
|
-
default:
|
|
15247
|
+
changeFn: {
|
|
15248
|
+
type: Function,
|
|
15249
|
+
default: null
|
|
15250
15250
|
},
|
|
15251
|
-
|
|
15252
|
-
|
|
15253
|
-
default: () => []
|
|
15251
|
+
requires: {
|
|
15252
|
+
default: !1
|
|
15254
15253
|
},
|
|
15255
|
-
|
|
15254
|
+
inComing: {
|
|
15256
15255
|
type: Array,
|
|
15257
|
-
|
|
15256
|
+
defalut: () => []
|
|
15258
15257
|
},
|
|
15259
|
-
|
|
15260
|
-
type:
|
|
15261
|
-
default: ""
|
|
15258
|
+
deletFn: {
|
|
15259
|
+
type: Function
|
|
15262
15260
|
},
|
|
15263
|
-
|
|
15264
|
-
type:
|
|
15265
|
-
default:
|
|
15261
|
+
onlyShow: {
|
|
15262
|
+
type: Boolean,
|
|
15263
|
+
default: !1
|
|
15266
15264
|
},
|
|
15267
|
-
|
|
15268
|
-
type:
|
|
15269
|
-
|
|
15265
|
+
linkUrl: {
|
|
15266
|
+
type: Function,
|
|
15267
|
+
defalut: null
|
|
15270
15268
|
}
|
|
15271
15269
|
},
|
|
15272
15270
|
data() {
|
|
15273
15271
|
return {
|
|
15274
|
-
|
|
15275
|
-
|
|
15276
|
-
|
|
15277
|
-
|
|
15278
|
-
|
|
15279
|
-
|
|
15280
|
-
|
|
15281
|
-
|
|
15282
|
-
|
|
15283
|
-
|
|
15284
|
-
|
|
15285
|
-
|
|
15286
|
-
|
|
15287
|
-
|
|
15288
|
-
|
|
15289
|
-
|
|
15290
|
-
|
|
15291
|
-
|
|
15292
|
-
|
|
15293
|
-
|
|
15294
|
-
|
|
15295
|
-
|
|
15296
|
-
|
|
15297
|
-
|
|
15298
|
-
|
|
15299
|
-
|
|
15300
|
-
|
|
15301
|
-
|
|
15302
|
-
|
|
15303
|
-
|
|
15304
|
-
{
|
|
15305
|
-
label: "\u6D41\u7A0B\u56FE",
|
|
15306
|
-
key: "b",
|
|
15307
|
-
type: "default",
|
|
15308
|
-
slot: "b"
|
|
15309
|
-
},
|
|
15310
|
-
{
|
|
15311
|
-
label: "\u5BA1\u6279\u8BB0\u5F55",
|
|
15312
|
-
key: "c",
|
|
15313
|
-
type: "default",
|
|
15314
|
-
slot: "c"
|
|
15315
|
-
}
|
|
15272
|
+
lists: [],
|
|
15273
|
+
filesArr: [],
|
|
15274
|
+
imgIcon: ["jpg", "jpeg", "png", "gif"],
|
|
15275
|
+
docIcon: ["doc", "docx"],
|
|
15276
|
+
xlsIcon: ["xls", "xlsx"],
|
|
15277
|
+
zipIcon: ["zip", "rar", "7z"],
|
|
15278
|
+
extension: [
|
|
15279
|
+
"bmp",
|
|
15280
|
+
"gif",
|
|
15281
|
+
"jpg",
|
|
15282
|
+
"jpeg",
|
|
15283
|
+
"png",
|
|
15284
|
+
"doc",
|
|
15285
|
+
"docx",
|
|
15286
|
+
"xls",
|
|
15287
|
+
"xlsx",
|
|
15288
|
+
"ppt",
|
|
15289
|
+
"pptx",
|
|
15290
|
+
"html",
|
|
15291
|
+
"htm",
|
|
15292
|
+
"txt",
|
|
15293
|
+
"wps",
|
|
15294
|
+
"rar",
|
|
15295
|
+
"zip",
|
|
15296
|
+
"gz",
|
|
15297
|
+
"bz2",
|
|
15298
|
+
"mp4",
|
|
15299
|
+
"avi",
|
|
15300
|
+
"rmvb",
|
|
15301
|
+
"pdf"
|
|
15316
15302
|
],
|
|
15317
|
-
|
|
15303
|
+
current: "",
|
|
15304
|
+
buttonLoading: !1,
|
|
15305
|
+
handleCloseType: !0,
|
|
15306
|
+
uploadState: !0,
|
|
15307
|
+
textTips: "",
|
|
15308
|
+
statusTips: !1,
|
|
15309
|
+
typeTips: "success",
|
|
15318
15310
|
visible: !1,
|
|
15319
|
-
|
|
15320
|
-
|
|
15321
|
-
|
|
15322
|
-
signPreViewVisible: !1,
|
|
15323
|
-
signLists: [],
|
|
15324
|
-
indexd: 0
|
|
15311
|
+
indexd: 0,
|
|
15312
|
+
visibleS: !1,
|
|
15313
|
+
fileUrl: ""
|
|
15325
15314
|
};
|
|
15326
15315
|
},
|
|
15327
15316
|
watch: {
|
|
15328
|
-
|
|
15317
|
+
inComing: {
|
|
15329
15318
|
handler(e, t) {
|
|
15330
|
-
|
|
15331
|
-
i.sort && i.sort > 1 ? this.isTapList.splice(i.sort - 1, 0, i) : i.sort == 1 ? this.isTapList.unshift(i) : this.isTapList.push(i);
|
|
15332
|
-
}), this.active = this.isTapList[0].key);
|
|
15319
|
+
e && (this.filesArr = [].concat(e), this.emitView());
|
|
15333
15320
|
},
|
|
15334
15321
|
immediate: !0,
|
|
15335
15322
|
deep: !0
|
|
15323
|
+
}
|
|
15324
|
+
},
|
|
15325
|
+
computed: {
|
|
15326
|
+
haveCount() {
|
|
15327
|
+
return this.limit == -1 ? 100 : this.limit - this.filesArr.length;
|
|
15336
15328
|
},
|
|
15337
|
-
|
|
15338
|
-
|
|
15339
|
-
e.length && (this.isTapList = [].concat(e), this.active = this.isTapList[0].key);
|
|
15340
|
-
},
|
|
15341
|
-
immediate: !0,
|
|
15342
|
-
deep: !0
|
|
15329
|
+
addFile() {
|
|
15330
|
+
return PA;
|
|
15343
15331
|
},
|
|
15344
|
-
|
|
15345
|
-
|
|
15346
|
-
e && (this.trackUrl = e, window.location.protocol == "https:" && (this.trackUrl = this.trackUrl.replace(
|
|
15347
|
-
"http://59.53.91.230:8088/",
|
|
15348
|
-
"https://kq.ddzg.cn:8093/"
|
|
15349
|
-
), this.trackUrl = this.trackUrl.replace(
|
|
15350
|
-
"http://59.53.91.231:8088/",
|
|
15351
|
-
"https://acme-test.ddzg.cn:2119/"
|
|
15352
|
-
), this.trackUrl = this.trackUrl.replace(
|
|
15353
|
-
"http://121.40.143.183:80/",
|
|
15354
|
-
"https://acme-aws.ddzg.cn/"
|
|
15355
|
-
), this.trackUrl = this.trackUrl.replace(
|
|
15356
|
-
"http://121.40.143.183/",
|
|
15357
|
-
"https://acme-aws.ddzg.cn/"
|
|
15358
|
-
), this.trackUrl = this.trackUrl.replace(
|
|
15359
|
-
"http://acme-aws.ddzg.cn/",
|
|
15360
|
-
"https://acme-aws.ddzg.cn/"
|
|
15361
|
-
)));
|
|
15362
|
-
},
|
|
15363
|
-
immediate: !0,
|
|
15364
|
-
deep: !0
|
|
15332
|
+
del() {
|
|
15333
|
+
return cc;
|
|
15365
15334
|
},
|
|
15366
|
-
|
|
15367
|
-
|
|
15368
|
-
e && (this.taskCommentList = e);
|
|
15369
|
-
},
|
|
15370
|
-
immediate: !0,
|
|
15371
|
-
deep: !0
|
|
15335
|
+
doc() {
|
|
15336
|
+
return uc;
|
|
15372
15337
|
},
|
|
15373
|
-
|
|
15374
|
-
|
|
15375
|
-
|
|
15376
|
-
|
|
15377
|
-
|
|
15378
|
-
|
|
15338
|
+
file() {
|
|
15339
|
+
return pc;
|
|
15340
|
+
},
|
|
15341
|
+
image() {
|
|
15342
|
+
return dc;
|
|
15343
|
+
},
|
|
15344
|
+
pdf() {
|
|
15345
|
+
return hc;
|
|
15346
|
+
},
|
|
15347
|
+
xls() {
|
|
15348
|
+
return fc;
|
|
15349
|
+
},
|
|
15350
|
+
zip() {
|
|
15351
|
+
return mc;
|
|
15379
15352
|
}
|
|
15380
15353
|
},
|
|
15381
15354
|
mounted() {
|
|
15382
|
-
this
|
|
15355
|
+
this.$nextTick(() => {
|
|
15356
|
+
let e = document.createElement("input");
|
|
15357
|
+
e.type = "file", e.className = "upload-input", e.style = "opacity: 0;position: absolute;width:100%;height:100%;visibility: hidden;", e.multiple = !0, e.id = "fileUp", e.addEventListener("change", this.handleSelect), document.getElementById("inputfile").appendChild(e);
|
|
15358
|
+
});
|
|
15383
15359
|
},
|
|
15384
15360
|
methods: {
|
|
15385
|
-
|
|
15386
|
-
|
|
15361
|
+
handleClick() {
|
|
15362
|
+
if (typeof nativeMethod < "u" && nativeMethod.vueSelectFile && nativeMethod.vueSelectFile(2, "*", this.limit || 1), this.haveCount <= 0) {
|
|
15363
|
+
this.handleTips(
|
|
15364
|
+
`\u6700\u591A\u4E0A\u4F20${this.limit}\u4E2A\u6587\u4EF6`,
|
|
15365
|
+
!1,
|
|
15366
|
+
"success"
|
|
15367
|
+
);
|
|
15368
|
+
return;
|
|
15369
|
+
}
|
|
15370
|
+
document.getElementById("fileUp").click();
|
|
15387
15371
|
},
|
|
15388
|
-
|
|
15389
|
-
|
|
15390
|
-
|
|
15391
|
-
|
|
15392
|
-
|
|
15393
|
-
|
|
15394
|
-
|
|
15395
|
-
|
|
15396
|
-
|
|
15397
|
-
|
|
15398
|
-
|
|
15399
|
-
|
|
15372
|
+
async handleSelect(e, t) {
|
|
15373
|
+
this.handleTips("\u4E0A\u4F20\u4E2D", !0, "loading");
|
|
15374
|
+
const i = Array.from(e.target.files);
|
|
15375
|
+
document.getElementById("fileUp").value = "";
|
|
15376
|
+
let s = 0, n = this.haveCount > i.length ? i.length : this.haveCount;
|
|
15377
|
+
try {
|
|
15378
|
+
for (let r = 0; r < n; r++)
|
|
15379
|
+
if (this.extension.includes(
|
|
15380
|
+
i[r].name.substring(
|
|
15381
|
+
i[r].name.lastIndexOf(".") + 1
|
|
15382
|
+
)
|
|
15383
|
+
)) {
|
|
15384
|
+
const a = new FormData();
|
|
15385
|
+
a.append("file", i[r]);
|
|
15386
|
+
const o = await this.request.post(
|
|
15387
|
+
"/file/upload",
|
|
15388
|
+
a,
|
|
15389
|
+
{
|
|
15390
|
+
headers: {
|
|
15391
|
+
"Content-Type": "multipart/form-data"
|
|
15392
|
+
}
|
|
15393
|
+
}
|
|
15394
|
+
);
|
|
15395
|
+
if (o.code === 200) {
|
|
15396
|
+
if (this.filesArr.length > 0) {
|
|
15397
|
+
for (let l = 0; l < this.filesArr.length; l++)
|
|
15398
|
+
if (o.name == this.filesArr[l].name && s++, this.filesArr[l].name.includes(`(${s})`) && s++, s > 0) {
|
|
15399
|
+
let p = o.name.lastIndexOf(
|
|
15400
|
+
"."
|
|
15401
|
+
);
|
|
15402
|
+
o.name = `${o.name.substring(
|
|
15403
|
+
0,
|
|
15404
|
+
p
|
|
15405
|
+
)} (${s}) .${o.name.substring(
|
|
15406
|
+
o.name.lastIndexOf(
|
|
15407
|
+
"."
|
|
15408
|
+
) + 1
|
|
15409
|
+
)}`;
|
|
15410
|
+
}
|
|
15411
|
+
}
|
|
15412
|
+
this.filesArr.push(o.data);
|
|
15413
|
+
} else {
|
|
15414
|
+
this.handleTips("\u4E0A\u4F20\u5931\u8D25", !0, "error"), this.viewImage();
|
|
15415
|
+
return;
|
|
15416
|
+
}
|
|
15417
|
+
} else {
|
|
15418
|
+
this.handleTips(
|
|
15419
|
+
`\u6587\u4EF6${i[r].name}\u683C\u5F0F\u9519\u8BEF,\u8BF7\u91CD\u65B0\u4E0A\u4F20`,
|
|
15420
|
+
!0,
|
|
15421
|
+
"error"
|
|
15422
|
+
);
|
|
15423
|
+
return;
|
|
15424
|
+
}
|
|
15425
|
+
this.handleTips("\u4E0A\u4F20\u6210\u529F", !0, "success"), this.viewImage(), this.emitView();
|
|
15426
|
+
} catch {
|
|
15427
|
+
this.handleTips("\u4E0A\u4F20\u5931\u8D25", !0, "error"), this.emitView();
|
|
15400
15428
|
}
|
|
15401
15429
|
},
|
|
15402
|
-
|
|
15403
|
-
|
|
15430
|
+
handleDel(e, t) {
|
|
15431
|
+
if (this.deletFn) {
|
|
15432
|
+
if (this.deletFn(t) === !1) {
|
|
15433
|
+
this.handleTips("\u5220\u9664\u5931\u8D25", !0, "error");
|
|
15434
|
+
return;
|
|
15435
|
+
}
|
|
15436
|
+
this.filesArr.splice(e, 1), this.emitView();
|
|
15437
|
+
} else
|
|
15438
|
+
this.filesArr.splice(e, 1), this.emitView();
|
|
15404
15439
|
},
|
|
15405
|
-
|
|
15406
|
-
this.
|
|
15440
|
+
viewFile(e, t) {
|
|
15441
|
+
this.imgIcon.includes(
|
|
15442
|
+
e.name.substring(e.name.lastIndexOf(".") + 1).toLowerCase()
|
|
15443
|
+
) ? (this.indexd = this.lists.indexOf(e.url), this.visible = !0) : e.url && (this.fileUrl = e.url, this.visibleS = !0);
|
|
15444
|
+
},
|
|
15445
|
+
viewImage() {
|
|
15446
|
+
this.lists = [];
|
|
15447
|
+
let e = [];
|
|
15448
|
+
this.filesArr.map((t, i) => {
|
|
15449
|
+
this.imgIcon.includes(
|
|
15450
|
+
t.name.substring(t.name.lastIndexOf(".") + 1).toLowerCase()
|
|
15451
|
+
);
|
|
15452
|
+
}), e = this.filesArr.filter((t) => this.imgIcon.includes(
|
|
15453
|
+
t.name.substring(t.name.lastIndexOf(".") + 1).toLowerCase()
|
|
15454
|
+
)), e.forEach((t, i) => {
|
|
15455
|
+
this.lists.push(t.url);
|
|
15456
|
+
});
|
|
15457
|
+
},
|
|
15458
|
+
emitView() {
|
|
15459
|
+
this.$emit("getValue", this.filesArr);
|
|
15460
|
+
},
|
|
15461
|
+
clearData() {
|
|
15462
|
+
this.filesArr = [];
|
|
15463
|
+
},
|
|
15464
|
+
handleTips(e, t, i) {
|
|
15465
|
+
this.textTips = e, this.statusTips = t, this.typeTips = i, this.$refs.topTips.handleOpen();
|
|
15407
15466
|
}
|
|
15408
15467
|
}
|
|
15409
15468
|
};
|
|
15410
|
-
var
|
|
15469
|
+
var BA = function() {
|
|
15411
15470
|
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
15412
15471
|
return i("div", {
|
|
15413
|
-
staticClass: "
|
|
15414
|
-
}, [i("div", {
|
|
15415
|
-
staticClass: "
|
|
15416
|
-
}
|
|
15417
|
-
|
|
15418
|
-
|
|
15419
|
-
|
|
15420
|
-
|
|
15421
|
-
|
|
15422
|
-
|
|
15423
|
-
|
|
15424
|
-
|
|
15425
|
-
|
|
15426
|
-
}
|
|
15427
|
-
staticClass: "
|
|
15428
|
-
|
|
15429
|
-
|
|
15430
|
-
|
|
15472
|
+
staticClass: "attch-upload"
|
|
15473
|
+
}, [e.buttonLoading ? i("div", {
|
|
15474
|
+
staticClass: "attch-upload-mask"
|
|
15475
|
+
}) : e._e(), i("div", {
|
|
15476
|
+
staticClass: "attch-upload-body"
|
|
15477
|
+
}, [i("div", {
|
|
15478
|
+
staticClass: "upload-header"
|
|
15479
|
+
}, [i("div", {
|
|
15480
|
+
staticClass: "upload-header-title"
|
|
15481
|
+
}, [e._v(" \u9644\u4EF6 "), e.requires ? i("span", {
|
|
15482
|
+
staticClass: "upload-header-title--re"
|
|
15483
|
+
}, [e._v("*")]) : e._e()]), i("div", {
|
|
15484
|
+
staticClass: "upload-header-upload"
|
|
15485
|
+
}, [e.onlyShow ? e._e() : i("div", {
|
|
15486
|
+
staticClass: "upload-header-upload--item",
|
|
15487
|
+
attrs: {
|
|
15488
|
+
id: "inputfile"
|
|
15489
|
+
},
|
|
15490
|
+
on: {
|
|
15491
|
+
click: e.handleClick
|
|
15492
|
+
}
|
|
15493
|
+
}, [i("img", {
|
|
15494
|
+
attrs: {
|
|
15495
|
+
src: e.addFile
|
|
15496
|
+
}
|
|
15497
|
+
}), e._v("\u4E0A\u4F20\u9644\u4EF6 ")])])]), i("div", {
|
|
15498
|
+
staticClass: "upload-body"
|
|
15499
|
+
}, [e.filesArr.length > 0 ? i("div", {
|
|
15500
|
+
staticClass: "upload-list"
|
|
15501
|
+
}, e._l(e.filesArr, function(s, n) {
|
|
15431
15502
|
return i("div", {
|
|
15432
|
-
|
|
15433
|
-
|
|
15434
|
-
|
|
15435
|
-
|
|
15436
|
-
|
|
15437
|
-
|
|
15438
|
-
|
|
15439
|
-
|
|
15440
|
-
staticStyle: {
|
|
15441
|
-
height: "100%"
|
|
15503
|
+
key: s.uuid,
|
|
15504
|
+
staticClass: "list-items"
|
|
15505
|
+
}, [i("div", {
|
|
15506
|
+
staticClass: "list-items-icon"
|
|
15507
|
+
}, [e.xlsIcon.includes(s.name.substring(s.name.lastIndexOf(".") + 1).toLowerCase()) ? i("img", {
|
|
15508
|
+
staticClass: "icon-img",
|
|
15509
|
+
attrs: {
|
|
15510
|
+
src: e.xls
|
|
15442
15511
|
}
|
|
15443
|
-
}
|
|
15444
|
-
staticClass: "
|
|
15445
|
-
staticStyle: {
|
|
15446
|
-
height: "100%"
|
|
15447
|
-
},
|
|
15512
|
+
}) : e.imgIcon.includes(s.name.substring(s.name.lastIndexOf(".") + 1).toLowerCase()) ? i("img", {
|
|
15513
|
+
staticClass: "icon-img",
|
|
15448
15514
|
attrs: {
|
|
15449
|
-
|
|
15515
|
+
src: e.image
|
|
15450
15516
|
}
|
|
15451
|
-
}
|
|
15452
|
-
|
|
15453
|
-
|
|
15454
|
-
|
|
15455
|
-
},
|
|
15456
|
-
on: {
|
|
15457
|
-
click: function() {
|
|
15458
|
-
return e.visibleTack = !0;
|
|
15459
|
-
}
|
|
15517
|
+
}) : s.name.substring(s.name.lastIndexOf(".") + 1).toLowerCase() == "pdf" ? i("img", {
|
|
15518
|
+
staticClass: "icon-img",
|
|
15519
|
+
attrs: {
|
|
15520
|
+
src: e.pdf
|
|
15460
15521
|
}
|
|
15461
|
-
}
|
|
15462
|
-
|
|
15463
|
-
refInFor: !0,
|
|
15522
|
+
}) : e.docIcon.includes(s.name.substring(s.name.lastIndexOf(".") + 1).toLowerCase()) ? i("img", {
|
|
15523
|
+
staticClass: "icon-img",
|
|
15464
15524
|
attrs: {
|
|
15465
|
-
|
|
15466
|
-
approvalData: e.approvalData
|
|
15525
|
+
src: e.doc
|
|
15467
15526
|
}
|
|
15468
|
-
}) : i("
|
|
15469
|
-
staticClass: "
|
|
15470
|
-
|
|
15471
|
-
|
|
15472
|
-
height: "100%"
|
|
15527
|
+
}) : e.zipIcon.includes(s.name.substring(s.name.lastIndexOf(".") + 1).toLowerCase()) ? i("img", {
|
|
15528
|
+
staticClass: "icon-img",
|
|
15529
|
+
attrs: {
|
|
15530
|
+
src: e.zip
|
|
15473
15531
|
}
|
|
15474
|
-
}
|
|
15532
|
+
}) : i("img", {
|
|
15533
|
+
staticClass: "icon-img",
|
|
15475
15534
|
attrs: {
|
|
15476
|
-
|
|
15535
|
+
src: e.file
|
|
15477
15536
|
}
|
|
15478
|
-
})
|
|
15479
|
-
staticClass: "
|
|
15480
|
-
}, [
|
|
15481
|
-
|
|
15482
|
-
|
|
15483
|
-
|
|
15484
|
-
|
|
15485
|
-
|
|
15486
|
-
|
|
15487
|
-
|
|
15488
|
-
|
|
15489
|
-
|
|
15490
|
-
|
|
15491
|
-
|
|
15537
|
+
})]), i("div", {
|
|
15538
|
+
staticClass: "list-items-info"
|
|
15539
|
+
}, [i("div", {
|
|
15540
|
+
staticClass: "info-name"
|
|
15541
|
+
}, [e._v(" " + e._s(s.name) + " ")]), i("div", {
|
|
15542
|
+
staticClass: "info-attribute"
|
|
15543
|
+
}, [i("span", {
|
|
15544
|
+
staticClass: "info-attribute-size"
|
|
15545
|
+
}, [e._v(e._s(s.fileSize < 1024 ? s.fileSize : s.fileSize / 1024 > 1024 ? parseFloat((s.fileSize / 1024 / 1024).toFixed(2)) : parseFloat((s.fileSize / 1024).toFixed(2))) + e._s(s.fileSize < 1024 ? "b" : parseFloat((s.fileSize / 1024).toFixed(2)) < 1024 ? "kb" : "M") + " ")]), i("span", {
|
|
15546
|
+
staticClass: "info-attribute-views",
|
|
15547
|
+
on: {
|
|
15548
|
+
click: function(r) {
|
|
15549
|
+
return e.viewFile(s, n);
|
|
15550
|
+
}
|
|
15492
15551
|
}
|
|
15493
|
-
}
|
|
15494
|
-
|
|
15552
|
+
}, [e._v(" \u9884\u89C8 ")])])]), e.onlyShow ? e._e() : i("div", {
|
|
15553
|
+
staticClass: "list-items-operation"
|
|
15554
|
+
}, [i("div", {
|
|
15555
|
+
staticClass: "list-items-operation-img",
|
|
15556
|
+
on: {
|
|
15557
|
+
click: function(r) {
|
|
15558
|
+
return e.handleDel(n, s);
|
|
15559
|
+
}
|
|
15560
|
+
}
|
|
15561
|
+
}, [i("img", {
|
|
15562
|
+
attrs: {
|
|
15563
|
+
src: e.del
|
|
15564
|
+
}
|
|
15565
|
+
})])])]);
|
|
15566
|
+
}), 0) : e._e()])]), i("TopTips", {
|
|
15567
|
+
ref: "topTips",
|
|
15495
15568
|
attrs: {
|
|
15496
|
-
|
|
15569
|
+
text: e.textTips,
|
|
15570
|
+
statusTips: e.statusTips,
|
|
15571
|
+
type: e.typeTips
|
|
15497
15572
|
}
|
|
15498
|
-
})
|
|
15573
|
+
}), i("PreviewImage", {
|
|
15499
15574
|
attrs: {
|
|
15500
|
-
images: e.
|
|
15501
|
-
visible: e.
|
|
15575
|
+
images: e.lists,
|
|
15576
|
+
visible: e.visible,
|
|
15502
15577
|
indexd: e.indexd
|
|
15503
15578
|
},
|
|
15504
15579
|
on: {
|
|
15505
15580
|
"update:visible": function(s) {
|
|
15506
|
-
return e.
|
|
15581
|
+
return e.visible = s;
|
|
15507
15582
|
}
|
|
15508
15583
|
}
|
|
15509
15584
|
}), i("TopPopup", {
|
|
15510
|
-
ref: "
|
|
15585
|
+
ref: "TopPopup",
|
|
15511
15586
|
attrs: {
|
|
15512
|
-
visible: e.
|
|
15513
|
-
titleText: "\
|
|
15587
|
+
visible: e.visibleS,
|
|
15588
|
+
titleText: "\u9644\u4EF6\u9884\u89C8",
|
|
15514
15589
|
isDrawer: "",
|
|
15515
|
-
|
|
15590
|
+
isIndex: 99
|
|
15516
15591
|
},
|
|
15517
15592
|
on: {
|
|
15518
15593
|
"update:visible": function(s) {
|
|
15519
|
-
return e.
|
|
15594
|
+
return e.visibleS = s;
|
|
15520
15595
|
}
|
|
15521
15596
|
}
|
|
15522
|
-
}, [e.
|
|
15523
|
-
|
|
15524
|
-
|
|
15525
|
-
|
|
15526
|
-
|
|
15527
|
-
|
|
15528
|
-
}, [i("span", [e._v("\u5E8F\u53F7")]), i("span", {
|
|
15529
|
-
staticStyle: {
|
|
15530
|
-
"max-width": "100px"
|
|
15531
|
-
}
|
|
15532
|
-
}, [e._v(e._s(n + 1))])]), i("div", {
|
|
15533
|
-
staticClass: "seal-list__item--option"
|
|
15534
|
-
}, [i("span", [e._v("\u8282\u70B9\u540D\u79F0")]), i("span", {
|
|
15535
|
-
staticStyle: {
|
|
15536
|
-
"max-width": "100px"
|
|
15537
|
-
}
|
|
15538
|
-
}, [e._v(e._s(s.historyActivityName))])]), i("div", {
|
|
15539
|
-
staticClass: "seal-list__item--option"
|
|
15540
|
-
}, [i("span", [e._v("\u5BA1\u6279\u4EBA")]), i("span", {
|
|
15541
|
-
staticStyle: {
|
|
15542
|
-
"max-width": "100px"
|
|
15543
|
-
}
|
|
15544
|
-
}, [e._v(e._s(s.assigneeName))])])])]);
|
|
15545
|
-
}) : e._e()], 2)], 1);
|
|
15546
|
-
}, _A = [];
|
|
15597
|
+
}, [e.visibleS ? i("PreView", {
|
|
15598
|
+
attrs: {
|
|
15599
|
+
file: e.fileUrl
|
|
15600
|
+
}
|
|
15601
|
+
}) : e._e()], 1)], 1);
|
|
15602
|
+
}, DA = [];
|
|
15547
15603
|
const Vo = {};
|
|
15548
|
-
var
|
|
15549
|
-
SA,
|
|
15550
|
-
PA,
|
|
15604
|
+
var MA = /* @__PURE__ */ ve(
|
|
15551
15605
|
_A,
|
|
15552
|
-
|
|
15606
|
+
BA,
|
|
15553
15607
|
DA,
|
|
15554
|
-
|
|
15608
|
+
!1,
|
|
15609
|
+
OA,
|
|
15610
|
+
"26dcacc2",
|
|
15555
15611
|
null,
|
|
15556
15612
|
null
|
|
15557
15613
|
);
|
|
15558
|
-
function
|
|
15614
|
+
function OA(e) {
|
|
15559
15615
|
for (let t in Vo)
|
|
15560
15616
|
this[t] = Vo[t];
|
|
15561
15617
|
}
|
|
15562
|
-
const
|
|
15563
|
-
return
|
|
15564
|
-
}(), OA = "data:image/png;base64,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", RA = "data:image/png;base64,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", la = "data:image/png;base64,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", LA = {
|
|
15565
|
-
|
|
15566
|
-
|
|
15567
|
-
|
|
15568
|
-
|
|
15569
|
-
|
|
15570
|
-
domNode: { default: "", type: String },
|
|
15571
|
-
visible: { default: !1, type: Boolean }
|
|
15572
|
-
},
|
|
15573
|
-
data() {
|
|
15574
|
-
return {
|
|
15575
|
-
show: !1,
|
|
15576
|
-
status: "",
|
|
15577
|
-
timeOut: null
|
|
15578
|
-
};
|
|
15579
|
-
},
|
|
15580
|
-
computed: {
|
|
15581
|
-
error() {
|
|
15582
|
-
return OA;
|
|
15583
|
-
},
|
|
15584
|
-
loading() {
|
|
15585
|
-
return RA;
|
|
15586
|
-
},
|
|
15587
|
-
success() {
|
|
15588
|
-
return la;
|
|
15589
|
-
}
|
|
15590
|
-
},
|
|
15591
|
-
watch: {
|
|
15592
|
-
type: {
|
|
15593
|
-
handler(e, t) {
|
|
15594
|
-
if (e == "loading") {
|
|
15595
|
-
clearInterval(this.timeOut);
|
|
15596
|
-
return;
|
|
15597
|
-
} else
|
|
15598
|
-
this.timeOut = setTimeout(() => {
|
|
15599
|
-
this.show = !1;
|
|
15600
|
-
}, 1500);
|
|
15601
|
-
},
|
|
15602
|
-
immediate: !0,
|
|
15603
|
-
deep: !0
|
|
15618
|
+
const Gi = /* @__PURE__ */ function() {
|
|
15619
|
+
return MA.exports;
|
|
15620
|
+
}();
|
|
15621
|
+
var RA = function() {
|
|
15622
|
+
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
15623
|
+
return i("div", {
|
|
15624
|
+
attrs: {
|
|
15625
|
+
type: "flex"
|
|
15604
15626
|
}
|
|
15627
|
+
}, [i("div", [e._l(e.flowList, function(s, n) {
|
|
15628
|
+
return [["candidate", "sequenceFlow"].includes(s.historyActivityType) ? e._e() : i("div", {
|
|
15629
|
+
key: s.id,
|
|
15630
|
+
staticClass: "flow-item",
|
|
15631
|
+
attrs: {
|
|
15632
|
+
timestamp: s.endTime || s.createTime,
|
|
15633
|
+
placement: "top"
|
|
15634
|
+
}
|
|
15635
|
+
}, [i("p", [e._v(" " + e._s(s.assigneeName) + " \u5728 [" + e._s(s.createTime) + "] \u5F00\u59CB\u5904\u7406 [" + e._s(s.historyActivityType == "endEvent" ? "\u7ED3\u675F" : s.historyActivityName || "\u672A\u547D\u540D") + "] \u73AF\u8282 ")]), s.historyActivityDurationTime ? i("p", [e._v(" \u4EFB\u52A1\u5386\u65F6 [" + e._s(s.historyActivityDurationTime) + "] ")]) : e._e(), s.comments && s.comments.length > 0 ? e._l(s.comments.filter(function(r) {
|
|
15636
|
+
return r.action === "AddComment";
|
|
15637
|
+
}), function(r, a) {
|
|
15638
|
+
return i("p", {
|
|
15639
|
+
key: a
|
|
15640
|
+
}, [a < 1 ? [e.commentMap[r.type] ? i("span", [e._v(" " + e._s(e.commentMap[r.type]) + ": [" + e._s(r.fullMessage) + "] ")]) : e._e(), s.comments.filter(function(o) {
|
|
15641
|
+
return o.action === "AddComment";
|
|
15642
|
+
}).length > 1 ? i("span", {
|
|
15643
|
+
staticStyle: {
|
|
15644
|
+
color: "#1989fa",
|
|
15645
|
+
float: "right"
|
|
15646
|
+
},
|
|
15647
|
+
on: {
|
|
15648
|
+
click: e.handleClick
|
|
15649
|
+
}
|
|
15650
|
+
}, [e._v(" " + e._s(e.toggleText) + " "), i("i", {
|
|
15651
|
+
class: [e.isFlag ? "arrow-up" : "arrow-down"]
|
|
15652
|
+
})]) : e._e(), r.time ? i("p", {
|
|
15653
|
+
staticStyle: {
|
|
15654
|
+
color: "gray",
|
|
15655
|
+
"font-size": "12px"
|
|
15656
|
+
}
|
|
15657
|
+
}, [e._v(e._s(r.time))]) : e._e()] : e._e(), a > 0 && e.isFlag ? [e.commentMap[r.type] ? i("span", [e._v(" " + e._s(e.commentMap[r.type]) + ": [" + e._s(r.fullMessage) + "] ")]) : e._e(), r.time ? i("p", {
|
|
15658
|
+
staticStyle: {
|
|
15659
|
+
color: "gray",
|
|
15660
|
+
"font-size": "12px"
|
|
15661
|
+
}
|
|
15662
|
+
}, [e._v(e._s(r.time))]) : e._e()] : e._e()], 2);
|
|
15663
|
+
}) : e._e(), s.endTime ? i("p", [e._v("\u7ED3\u675F\u65F6\u95F4: [" + e._s(s.endTime) + "]")]) : e._e(), i("div", {
|
|
15664
|
+
staticClass: "p-file"
|
|
15665
|
+
}, [s.attachmentsFujian && s.attachmentsFujian.length > 0 ? i("div", {
|
|
15666
|
+
on: {
|
|
15667
|
+
click: function(r) {
|
|
15668
|
+
return e.$emit("view", s.attachmentsFujian);
|
|
15669
|
+
}
|
|
15670
|
+
}
|
|
15671
|
+
}, [e._v(" \u67E5\u770B\u9644\u4EF6")]) : e._e(), s.attachmentsQianzi && s.attachmentsQianzi.length > 0 ? i("div", {
|
|
15672
|
+
on: {
|
|
15673
|
+
click: function(r) {
|
|
15674
|
+
return e.$emit("view", s.attachmentsQianzi);
|
|
15675
|
+
}
|
|
15676
|
+
}
|
|
15677
|
+
}, [e._v(" \u67E5\u770B\u7B7E\u5B57")]) : e._e()])], 2)];
|
|
15678
|
+
})], 2)]);
|
|
15679
|
+
}, LA = [];
|
|
15680
|
+
const FA = {
|
|
15681
|
+
name: "nf-flow",
|
|
15682
|
+
components: {
|
|
15683
|
+
attchViews: Gi
|
|
15605
15684
|
},
|
|
15606
|
-
|
|
15607
|
-
|
|
15608
|
-
|
|
15609
|
-
|
|
15610
|
-
|
|
15611
|
-
},
|
|
15612
|
-
methods: {
|
|
15613
|
-
handleOpen() {
|
|
15614
|
-
this.show || (this.show = !0, this.type == "loading" ? clearInterval(this.timeOut) : this.timeOut = setTimeout(() => {
|
|
15615
|
-
this.show = !1;
|
|
15616
|
-
}, 1500));
|
|
15685
|
+
props: {
|
|
15686
|
+
request: {
|
|
15687
|
+
type: Object,
|
|
15688
|
+
default: () => {
|
|
15689
|
+
}
|
|
15617
15690
|
},
|
|
15618
|
-
|
|
15619
|
-
|
|
15620
|
-
|
|
15621
|
-
}
|
|
15622
|
-
};
|
|
15623
|
-
var FA = function() {
|
|
15624
|
-
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
15625
|
-
return e.show ? i("div", [e.statusTips ? i("div", {
|
|
15626
|
-
staticClass: "top-tipss",
|
|
15627
|
-
style: e.show ? "visibility: visible; opacity: 1;" : "visibility: hidden; opacity: 0;"
|
|
15628
|
-
}, [i("div", {
|
|
15629
|
-
staticClass: "top-tipss-status"
|
|
15630
|
-
}, [e.type == "loading" ? i("div", {
|
|
15631
|
-
staticClass: "top-tipss-loadinig"
|
|
15632
|
-
}, [i("img", {
|
|
15633
|
-
attrs: {
|
|
15634
|
-
src: e.loading
|
|
15635
|
-
}
|
|
15636
|
-
}), e.text ? i("div", {
|
|
15637
|
-
staticClass: "top-tipss-status-text"
|
|
15638
|
-
}, [e._v(" " + e._s(e.text) + " ")]) : e._e()]) : e._e(), e.type == "success" ? i("div", {
|
|
15639
|
-
staticClass: "top-tipss-success"
|
|
15640
|
-
}, [i("img", {
|
|
15641
|
-
attrs: {
|
|
15642
|
-
src: e.success
|
|
15691
|
+
flowList: {
|
|
15692
|
+
type: Array,
|
|
15693
|
+
default: () => []
|
|
15643
15694
|
}
|
|
15644
|
-
}
|
|
15645
|
-
|
|
15646
|
-
|
|
15647
|
-
|
|
15648
|
-
|
|
15649
|
-
|
|
15650
|
-
|
|
15695
|
+
},
|
|
15696
|
+
data() {
|
|
15697
|
+
return {
|
|
15698
|
+
isFlag: !1,
|
|
15699
|
+
toggleText: "\u5C55\u5F00",
|
|
15700
|
+
commentMap: {
|
|
15701
|
+
assigneeComment: "\u53D8\u66F4\u5BA1\u6838\u4EBA",
|
|
15702
|
+
dispatchComment: "\u8C03\u5EA6",
|
|
15703
|
+
transferComment: "\u8F6C\u529E",
|
|
15704
|
+
delegateComment: "\u59D4\u6258",
|
|
15705
|
+
rollbackComment: "\u9A73\u56DE\u610F\u89C1",
|
|
15706
|
+
terminateComment: "\u7EC8\u6B62\u610F\u89C1",
|
|
15707
|
+
addMultiInstanceComment: "\u52A0\u7B7E",
|
|
15708
|
+
deleteMultiInstanceComment: "\u51CF\u7B7E",
|
|
15709
|
+
withdrawComment: "\u64A4\u9500",
|
|
15710
|
+
recallComment: "\u64A4\u56DE",
|
|
15711
|
+
deleteProcessComment: "\u5220\u9664\u6D41\u7A0B",
|
|
15712
|
+
skipComment: "\u8DF3\u8FC7",
|
|
15713
|
+
comment: "\u5BA1\u6279\u610F\u89C1"
|
|
15714
|
+
}
|
|
15715
|
+
};
|
|
15716
|
+
},
|
|
15717
|
+
methods: {
|
|
15718
|
+
handleClick() {
|
|
15719
|
+
this.isFlag = !this.isFlag, this.toggleText = this.isFlag ? "\u6536\u8D77" : "\u5C55\u5F00";
|
|
15651
15720
|
}
|
|
15652
|
-
}
|
|
15653
|
-
|
|
15654
|
-
|
|
15655
|
-
staticClass: "top-tipss",
|
|
15656
|
-
style: e.show ? "visibility: visible; opacity: 1;" : "visibility: hidden; opacity: 0;"
|
|
15657
|
-
}, [e.text ? i("div", {
|
|
15658
|
-
staticClass: "top-tipss-text"
|
|
15659
|
-
}, [e._v(e._s(e.text))]) : e._e()]), i("div", {
|
|
15660
|
-
staticClass: "top-tipss-mask",
|
|
15661
|
-
style: e.show && e.statusTips ? "visibility: visible; opacity: .7;" : "visibility: hidden; opacity: 0;"
|
|
15662
|
-
})]) : e._e();
|
|
15663
|
-
}, VA = [];
|
|
15664
|
-
const jo = {};
|
|
15665
|
-
var jA = /* @__PURE__ */ ve(
|
|
15666
|
-
LA,
|
|
15721
|
+
}
|
|
15722
|
+
}, jo = {};
|
|
15723
|
+
var VA = /* @__PURE__ */ ve(
|
|
15667
15724
|
FA,
|
|
15668
|
-
|
|
15725
|
+
RA,
|
|
15726
|
+
LA,
|
|
15669
15727
|
!1,
|
|
15670
|
-
|
|
15671
|
-
"
|
|
15728
|
+
jA,
|
|
15729
|
+
"1641d78e",
|
|
15672
15730
|
null,
|
|
15673
15731
|
null
|
|
15674
15732
|
);
|
|
15675
|
-
function
|
|
15733
|
+
function jA(e) {
|
|
15676
15734
|
for (let t in jo)
|
|
15677
15735
|
this[t] = jo[t];
|
|
15678
15736
|
}
|
|
15679
|
-
const
|
|
15680
|
-
return
|
|
15681
|
-
}(), UA =
|
|
15682
|
-
name: "
|
|
15737
|
+
const QA = /* @__PURE__ */ function() {
|
|
15738
|
+
return VA.exports;
|
|
15739
|
+
}(), UA = {
|
|
15740
|
+
name: "TopTab",
|
|
15741
|
+
components: {
|
|
15742
|
+
processFlow: QA,
|
|
15743
|
+
BpmnLook: Nu,
|
|
15744
|
+
TopPopup: nt,
|
|
15745
|
+
ViewAttchList: If,
|
|
15746
|
+
PreviewImage: dn
|
|
15747
|
+
},
|
|
15683
15748
|
props: {
|
|
15684
|
-
|
|
15685
|
-
type:
|
|
15686
|
-
default:
|
|
15749
|
+
ProcessInsObj: {
|
|
15750
|
+
type: Object,
|
|
15751
|
+
default: () => ({})
|
|
15687
15752
|
},
|
|
15688
|
-
|
|
15753
|
+
processXml: {
|
|
15689
15754
|
type: String,
|
|
15690
15755
|
default: ""
|
|
15691
15756
|
},
|
|
15692
|
-
|
|
15693
|
-
type:
|
|
15694
|
-
default:
|
|
15757
|
+
approvalData: {
|
|
15758
|
+
type: Array,
|
|
15759
|
+
default: () => []
|
|
15695
15760
|
},
|
|
15696
|
-
|
|
15697
|
-
type:
|
|
15698
|
-
default:
|
|
15761
|
+
tapList: {
|
|
15762
|
+
type: Array,
|
|
15763
|
+
default: () => []
|
|
15699
15764
|
},
|
|
15700
|
-
|
|
15701
|
-
type:
|
|
15702
|
-
default:
|
|
15765
|
+
selfTapList: {
|
|
15766
|
+
type: Array,
|
|
15767
|
+
default: () => []
|
|
15703
15768
|
},
|
|
15704
|
-
|
|
15769
|
+
track: {
|
|
15705
15770
|
type: String,
|
|
15706
|
-
default: "
|
|
15771
|
+
default: ""
|
|
15707
15772
|
},
|
|
15708
|
-
|
|
15709
|
-
type:
|
|
15710
|
-
default:
|
|
15773
|
+
taskComment: {
|
|
15774
|
+
type: Array,
|
|
15775
|
+
default: () => []
|
|
15711
15776
|
},
|
|
15712
|
-
|
|
15713
|
-
type:
|
|
15714
|
-
default:
|
|
15777
|
+
trackList: {
|
|
15778
|
+
type: Array,
|
|
15779
|
+
default: () => []
|
|
15715
15780
|
}
|
|
15716
15781
|
},
|
|
15717
15782
|
data() {
|
|
15718
15783
|
return {
|
|
15719
|
-
|
|
15720
|
-
|
|
15721
|
-
text: ""
|
|
15722
|
-
},
|
|
15723
|
-
lists: [],
|
|
15724
|
-
expand: !1,
|
|
15784
|
+
trackUrl: "",
|
|
15785
|
+
taskCommentList: [],
|
|
15725
15786
|
active: "",
|
|
15726
|
-
|
|
15727
|
-
|
|
15728
|
-
|
|
15787
|
+
defaultTabList: [
|
|
15788
|
+
{
|
|
15789
|
+
label: "\u57FA\u672C\u4FE1\u606F",
|
|
15790
|
+
key: "a",
|
|
15791
|
+
type: "default",
|
|
15792
|
+
slot: "default"
|
|
15793
|
+
},
|
|
15794
|
+
{
|
|
15795
|
+
label: "\u6D41\u7A0B\u56FE",
|
|
15796
|
+
key: "b",
|
|
15797
|
+
type: "default",
|
|
15798
|
+
slot: "b"
|
|
15799
|
+
},
|
|
15800
|
+
{
|
|
15801
|
+
label: "\u5BA1\u6279\u8BB0\u5F55",
|
|
15802
|
+
key: "c",
|
|
15803
|
+
type: "default",
|
|
15804
|
+
slot: "c"
|
|
15805
|
+
}
|
|
15806
|
+
],
|
|
15807
|
+
isTapList: [
|
|
15808
|
+
{
|
|
15809
|
+
label: "\u57FA\u672C\u4FE1\u606F",
|
|
15810
|
+
key: "a",
|
|
15811
|
+
type: "default",
|
|
15812
|
+
slot: "default"
|
|
15813
|
+
},
|
|
15814
|
+
{
|
|
15815
|
+
label: "\u6D41\u7A0B\u56FE",
|
|
15816
|
+
key: "b",
|
|
15817
|
+
type: "default",
|
|
15818
|
+
slot: "b"
|
|
15819
|
+
},
|
|
15820
|
+
{
|
|
15821
|
+
label: "\u5BA1\u6279\u8BB0\u5F55",
|
|
15822
|
+
key: "c",
|
|
15823
|
+
type: "default",
|
|
15824
|
+
slot: "c"
|
|
15825
|
+
}
|
|
15826
|
+
],
|
|
15827
|
+
label: document.getElementsByClassName("tops-tab-header-items"),
|
|
15828
|
+
visible: !1,
|
|
15829
|
+
inList: [],
|
|
15830
|
+
visibleTack: !1,
|
|
15831
|
+
trackListss: [],
|
|
15832
|
+
signPreViewVisible: !1,
|
|
15833
|
+
signLists: [],
|
|
15834
|
+
indexd: 0
|
|
15729
15835
|
};
|
|
15730
15836
|
},
|
|
15731
15837
|
watch: {
|
|
15732
|
-
|
|
15838
|
+
tapList: {
|
|
15733
15839
|
handler(e, t) {
|
|
15734
|
-
|
|
15840
|
+
this.selfTapList.length || (this.isTapList = [].concat(this.defaultTabList), e.length > 0 && e.forEach((i, s) => {
|
|
15841
|
+
i.sort && i.sort > 1 ? this.isTapList.splice(i.sort - 1, 0, i) : i.sort == 1 ? this.isTapList.unshift(i) : this.isTapList.push(i);
|
|
15842
|
+
}), this.active = this.isTapList[0].key);
|
|
15735
15843
|
},
|
|
15736
15844
|
immediate: !0,
|
|
15737
15845
|
deep: !0
|
|
15738
15846
|
},
|
|
15739
|
-
|
|
15847
|
+
selfTapList: {
|
|
15848
|
+
handler(e, t) {
|
|
15849
|
+
e.length && (this.isTapList = [].concat(e), this.active = this.isTapList[0].key);
|
|
15850
|
+
},
|
|
15740
15851
|
immediate: !0,
|
|
15741
|
-
deep: !0
|
|
15852
|
+
deep: !0
|
|
15853
|
+
},
|
|
15854
|
+
track: {
|
|
15742
15855
|
handler(e, t) {
|
|
15743
|
-
this.
|
|
15744
|
-
|
|
15745
|
-
|
|
15746
|
-
|
|
15747
|
-
|
|
15748
|
-
|
|
15749
|
-
|
|
15750
|
-
|
|
15751
|
-
|
|
15856
|
+
e && (this.trackUrl = e, window.location.protocol == "https:" && (this.trackUrl = this.trackUrl.replace(
|
|
15857
|
+
"http://59.53.91.230:8088/",
|
|
15858
|
+
"https://kq.ddzg.cn:8093/"
|
|
15859
|
+
), this.trackUrl = this.trackUrl.replace(
|
|
15860
|
+
"http://59.53.91.231:8088/",
|
|
15861
|
+
"https://acme-test.ddzg.cn:2119/"
|
|
15862
|
+
), this.trackUrl = this.trackUrl.replace(
|
|
15863
|
+
"http://121.40.143.183:80/",
|
|
15864
|
+
"https://acme-aws.ddzg.cn/"
|
|
15865
|
+
), this.trackUrl = this.trackUrl.replace(
|
|
15866
|
+
"http://121.40.143.183/",
|
|
15867
|
+
"https://acme-aws.ddzg.cn/"
|
|
15868
|
+
), this.trackUrl = this.trackUrl.replace(
|
|
15869
|
+
"http://acme-aws.ddzg.cn/",
|
|
15870
|
+
"https://acme-aws.ddzg.cn/"
|
|
15871
|
+
)));
|
|
15872
|
+
},
|
|
15873
|
+
immediate: !0,
|
|
15874
|
+
deep: !0
|
|
15752
15875
|
},
|
|
15753
|
-
|
|
15754
|
-
|
|
15876
|
+
taskComment: {
|
|
15877
|
+
handler(e, t) {
|
|
15878
|
+
e && (this.taskCommentList = e);
|
|
15879
|
+
},
|
|
15880
|
+
immediate: !0,
|
|
15881
|
+
deep: !0
|
|
15882
|
+
},
|
|
15883
|
+
trackList: {
|
|
15884
|
+
handler(e, t) {
|
|
15885
|
+
e && (this.trackListss = e);
|
|
15886
|
+
},
|
|
15887
|
+
immediate: !0,
|
|
15888
|
+
deep: !0
|
|
15755
15889
|
}
|
|
15756
15890
|
},
|
|
15891
|
+
mounted() {
|
|
15892
|
+
this.tabAnimation(0);
|
|
15893
|
+
},
|
|
15757
15894
|
methods: {
|
|
15758
|
-
|
|
15759
|
-
|
|
15895
|
+
formatFlow(e) {
|
|
15896
|
+
return (e || []).map((i) => ({
|
|
15897
|
+
...i,
|
|
15898
|
+
attachmentsFujian: (i.attachments || []).filter((s) => s.type != "signature"),
|
|
15899
|
+
attachmentsQianzi: (i.attachments || []).filter((s) => s.type == "signature")
|
|
15900
|
+
}));
|
|
15760
15901
|
},
|
|
15761
|
-
|
|
15762
|
-
this.active
|
|
15902
|
+
handleActive(e, t) {
|
|
15903
|
+
e !== this.active && (this.active = e, this.tabAnimation(t));
|
|
15763
15904
|
},
|
|
15764
|
-
|
|
15765
|
-
|
|
15905
|
+
tabAnimation(e) {
|
|
15906
|
+
if (this.label.length) {
|
|
15907
|
+
let t = document.getElementsByClassName("bottom-line")[0], i;
|
|
15908
|
+
if (t.offsetWidth < this.label[e].offsetWidth - 10) {
|
|
15909
|
+
let s = (this.label[e].offsetWidth - t.offsetWidth - 10) / 2;
|
|
15910
|
+
i = `${this.label[e].offsetLeft + s}px`;
|
|
15911
|
+
} else if (t.offsetWidth > this.label[e].offsetWidth - 10) {
|
|
15912
|
+
let s = (t.offsetWidth - this.label[e].offsetWidth + 10) / 2;
|
|
15913
|
+
i = `${this.label[e].offsetLeft - s}px`;
|
|
15914
|
+
} else
|
|
15915
|
+
i = `${this.label[e].offsetLeft}px`;
|
|
15916
|
+
t.style.transition = ".3s", t.style.transform = `translateX(${i})`;
|
|
15917
|
+
}
|
|
15918
|
+
},
|
|
15919
|
+
viewList(e) {
|
|
15920
|
+
this.visible = !0, this.inList = e;
|
|
15921
|
+
},
|
|
15922
|
+
viewSign(e, t) {
|
|
15923
|
+
this.signLists = e.filter((i) => i.digitalSignature).map((i) => i.digitalSignature), this.indexd = this.signLists.findIndex((i) => i == t), this.signPreViewVisible = !0;
|
|
15766
15924
|
}
|
|
15767
15925
|
}
|
|
15768
15926
|
};
|
|
15769
|
-
var
|
|
15927
|
+
var GA = function() {
|
|
15770
15928
|
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
15771
15929
|
return i("div", {
|
|
15772
|
-
staticClass: "
|
|
15773
|
-
}, [
|
|
15774
|
-
|
|
15775
|
-
|
|
15776
|
-
|
|
15930
|
+
staticClass: "tops-tab"
|
|
15931
|
+
}, [i("div", {
|
|
15932
|
+
staticClass: "tops-tab-header"
|
|
15933
|
+
}, [e._l(e.isTapList, function(s, n) {
|
|
15934
|
+
return [i("div", {
|
|
15935
|
+
staticClass: "tops-tab-header-items",
|
|
15936
|
+
class: [s.key === e.active ? "active" : ""],
|
|
15937
|
+
on: {
|
|
15938
|
+
click: function(r) {
|
|
15939
|
+
return e.handleActive(s.key, n);
|
|
15940
|
+
}
|
|
15941
|
+
}
|
|
15942
|
+
}, [e._v(" " + e._s(s.label) + " ")])];
|
|
15943
|
+
}), e.isTapList.length ? i("div", {
|
|
15944
|
+
staticClass: "bottom-line"
|
|
15945
|
+
}) : e._e()], 2), i("div", {
|
|
15946
|
+
staticClass: "tops-tab-body"
|
|
15947
|
+
}, e._l(e.isTapList, function(s) {
|
|
15948
|
+
return i("div", {
|
|
15949
|
+
directives: [{
|
|
15950
|
+
name: "show",
|
|
15951
|
+
rawName: "v-show",
|
|
15952
|
+
value: e.active === s.key,
|
|
15953
|
+
expression: "active === item.key"
|
|
15954
|
+
}],
|
|
15955
|
+
key: s.key,
|
|
15956
|
+
class: [s.key === "c" && "tops-tab-body-taskcommentlist"],
|
|
15957
|
+
staticStyle: {
|
|
15958
|
+
height: "100%"
|
|
15959
|
+
}
|
|
15960
|
+
}, [s.key === "a" && s.type === "default" ? e._t("default") : e._e(), e.active === s.key && s.key === "b" && s.type === "default" ? i("div", {
|
|
15961
|
+
staticClass: "uph-tab-b",
|
|
15962
|
+
staticStyle: {
|
|
15963
|
+
height: "100%"
|
|
15964
|
+
},
|
|
15965
|
+
attrs: {
|
|
15966
|
+
name: s.slot
|
|
15967
|
+
}
|
|
15968
|
+
}, [e.processXml ? i("div", {
|
|
15969
|
+
staticStyle: {
|
|
15970
|
+
padding: "10px 20px",
|
|
15971
|
+
color: "#1389ff"
|
|
15972
|
+
},
|
|
15973
|
+
on: {
|
|
15974
|
+
click: function() {
|
|
15975
|
+
return e.visibleTack = !0;
|
|
15976
|
+
}
|
|
15977
|
+
}
|
|
15978
|
+
}, [e._v(" \u67E5\u770B\u6D41\u7A0B\u8282\u70B9\u4FE1\u606F ")]) : e._e(), s.key === "b" && e.processXml ? i("BpmnLook", {
|
|
15979
|
+
ref: "PreviewRef",
|
|
15980
|
+
refInFor: !0,
|
|
15981
|
+
attrs: {
|
|
15982
|
+
diagram: e.processXml,
|
|
15983
|
+
approvalData: e.approvalData
|
|
15984
|
+
}
|
|
15985
|
+
}) : i("div", {
|
|
15986
|
+
staticClass: "textnone"
|
|
15987
|
+
}, [e._v(" \u6682\u65E0\u6D41\u7A0B\u56FE ")])], 1) : e._e(), s.key === "c" && s.type === "default" ? i("div", {
|
|
15988
|
+
staticStyle: {
|
|
15989
|
+
height: "100%"
|
|
15990
|
+
}
|
|
15991
|
+
}, [s.key === "c" && e.ProcessInsObj.flow ? i("processFlow", {
|
|
15992
|
+
attrs: {
|
|
15993
|
+
request: e.ProcessInsObj.request,
|
|
15994
|
+
"flow-list": e.formatFlow(e.ProcessInsObj.flow)
|
|
15995
|
+
},
|
|
15996
|
+
on: {
|
|
15997
|
+
view: e.viewList
|
|
15998
|
+
}
|
|
15999
|
+
}) : i("div", {
|
|
16000
|
+
staticClass: "textnone"
|
|
16001
|
+
}, [e._v("\u6682\u65E0\u6570\u636E")])], 1) : e._e(), s.type == "slot" ? e._t(s.slot) : e._e()], 2);
|
|
16002
|
+
}), 0), i("TopPopup", {
|
|
16003
|
+
ref: "TopPopup",
|
|
16004
|
+
attrs: {
|
|
16005
|
+
visible: e.visible,
|
|
16006
|
+
titleText: "\u9644\u4EF6\u5217\u8868",
|
|
16007
|
+
isDrawer: "",
|
|
16008
|
+
isIndex: 5
|
|
16009
|
+
},
|
|
16010
|
+
on: {
|
|
16011
|
+
"update:visible": function(s) {
|
|
16012
|
+
return e.visible = s;
|
|
16013
|
+
}
|
|
15777
16014
|
}
|
|
15778
|
-
}, [
|
|
15779
|
-
|
|
15780
|
-
|
|
15781
|
-
}
|
|
15782
|
-
})],
|
|
15783
|
-
|
|
15784
|
-
|
|
16015
|
+
}, [i("ViewAttchList", {
|
|
16016
|
+
attrs: {
|
|
16017
|
+
inList: e.inList
|
|
16018
|
+
}
|
|
16019
|
+
})], 1), i("PreviewImage", {
|
|
16020
|
+
attrs: {
|
|
16021
|
+
images: e.signLists,
|
|
16022
|
+
visible: e.signPreViewVisible,
|
|
16023
|
+
indexd: e.indexd
|
|
16024
|
+
},
|
|
15785
16025
|
on: {
|
|
15786
|
-
|
|
16026
|
+
"update:visible": function(s) {
|
|
16027
|
+
return e.signPreViewVisible = s;
|
|
16028
|
+
}
|
|
15787
16029
|
}
|
|
15788
|
-
}
|
|
15789
|
-
|
|
15790
|
-
class: [e.expand ? "arrow-active" : ""],
|
|
16030
|
+
}), i("TopPopup", {
|
|
16031
|
+
ref: "TopPopups",
|
|
15791
16032
|
attrs: {
|
|
15792
|
-
|
|
16033
|
+
visible: e.visibleTack,
|
|
16034
|
+
titleText: "\u6D41\u7A0B\u4FE1\u606F",
|
|
16035
|
+
isDrawer: "",
|
|
16036
|
+
width: "60vw"
|
|
16037
|
+
},
|
|
16038
|
+
on: {
|
|
16039
|
+
"update:visible": function(s) {
|
|
16040
|
+
return e.visibleTack = s;
|
|
16041
|
+
}
|
|
15793
16042
|
}
|
|
15794
|
-
}
|
|
15795
|
-
staticClass: "top-select-option-mask",
|
|
15796
|
-
style: e.expand ? "visibility: visible; opacity: .7;" : "visibility: hidden; opacity: 0;"
|
|
15797
|
-
}) : e._e(), e.lists && e.lists.length ? i("div", {
|
|
15798
|
-
staticClass: "top-select-option",
|
|
15799
|
-
class: [e.border && "top-select-option-border"],
|
|
15800
|
-
style: `${e.expand ? "transform: translateY(2%);visibility: visible; opacity: 1;" : "transform: translateY(-50%);visibility: hidden; opacity: 0"};${e.optionStyle ? e.optionStyle : ""}`
|
|
15801
|
-
}, e._l(e.lists, function(s, n) {
|
|
16043
|
+
}, [e.trackListss && e.trackListss.length ? e._l(e.trackListss, function(s, n) {
|
|
15802
16044
|
return i("div", {
|
|
15803
16045
|
key: s.id,
|
|
15804
|
-
staticClass: "
|
|
15805
|
-
|
|
15806
|
-
|
|
15807
|
-
|
|
15808
|
-
|
|
15809
|
-
|
|
16046
|
+
staticClass: "seal-list__item"
|
|
16047
|
+
}, [i("div", [i("div", {
|
|
16048
|
+
staticClass: "seal-list__item--option"
|
|
16049
|
+
}, [i("span", [e._v("\u5E8F\u53F7")]), i("span", {
|
|
16050
|
+
staticStyle: {
|
|
16051
|
+
"max-width": "100px"
|
|
15810
16052
|
}
|
|
15811
|
-
}, [e._v(
|
|
15812
|
-
staticClass: "option
|
|
15813
|
-
|
|
15814
|
-
|
|
16053
|
+
}, [e._v(e._s(n + 1))])]), i("div", {
|
|
16054
|
+
staticClass: "seal-list__item--option"
|
|
16055
|
+
}, [i("span", [e._v("\u8282\u70B9\u540D\u79F0")]), i("span", {
|
|
16056
|
+
staticStyle: {
|
|
16057
|
+
"max-width": "100px"
|
|
15815
16058
|
}
|
|
15816
|
-
}
|
|
15817
|
-
|
|
15818
|
-
},
|
|
16059
|
+
}, [e._v(e._s(s.historyActivityName))])]), i("div", {
|
|
16060
|
+
staticClass: "seal-list__item--option"
|
|
16061
|
+
}, [i("span", [e._v("\u5BA1\u6279\u4EBA")]), i("span", {
|
|
16062
|
+
staticStyle: {
|
|
16063
|
+
"max-width": "100px"
|
|
16064
|
+
}
|
|
16065
|
+
}, [e._v(e._s(s.assigneeName))])])])]);
|
|
16066
|
+
}) : e._e()], 2)], 1);
|
|
16067
|
+
}, qA = [];
|
|
15819
16068
|
const Qo = {};
|
|
15820
|
-
var
|
|
16069
|
+
var JA = /* @__PURE__ */ ve(
|
|
16070
|
+
UA,
|
|
16071
|
+
GA,
|
|
15821
16072
|
qA,
|
|
15822
|
-
JA,
|
|
15823
|
-
HA,
|
|
15824
16073
|
!1,
|
|
15825
|
-
|
|
15826
|
-
"
|
|
16074
|
+
HA,
|
|
16075
|
+
"8ff4442e",
|
|
15827
16076
|
null,
|
|
15828
16077
|
null
|
|
15829
16078
|
);
|
|
15830
|
-
function
|
|
16079
|
+
function HA(e) {
|
|
15831
16080
|
for (let t in Qo)
|
|
15832
16081
|
this[t] = Qo[t];
|
|
15833
16082
|
}
|
|
15834
|
-
const
|
|
15835
|
-
return
|
|
15836
|
-
}(),
|
|
15837
|
-
name: "
|
|
15838
|
-
components: {
|
|
15839
|
-
BpmnLook: Nu,
|
|
15840
|
-
TopPopup: nt,
|
|
15841
|
-
TopDownSelect: Su,
|
|
15842
|
-
PreviewImage: dn,
|
|
15843
|
-
departPerson: qt,
|
|
15844
|
-
TopTips: pt
|
|
15845
|
-
},
|
|
16083
|
+
const KA = /* @__PURE__ */ function() {
|
|
16084
|
+
return JA.exports;
|
|
16085
|
+
}(), WA = "data:image/png;base64,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", YA = "data:image/png;base64,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", zA = {
|
|
16086
|
+
name: "TopDownSelect",
|
|
15846
16087
|
props: {
|
|
15847
|
-
|
|
16088
|
+
option: {
|
|
16089
|
+
type: Array,
|
|
16090
|
+
default: []
|
|
16091
|
+
},
|
|
16092
|
+
optionStyle: {
|
|
15848
16093
|
type: String,
|
|
15849
|
-
default: "
|
|
16094
|
+
default: ""
|
|
15850
16095
|
},
|
|
15851
|
-
|
|
16096
|
+
maskShow: {
|
|
16097
|
+
type: Boolean,
|
|
16098
|
+
default: !0
|
|
16099
|
+
},
|
|
16100
|
+
border: {
|
|
16101
|
+
type: Boolean,
|
|
16102
|
+
default: !1
|
|
16103
|
+
},
|
|
16104
|
+
defaultValue: {
|
|
16105
|
+
type: String,
|
|
16106
|
+
default: ""
|
|
16107
|
+
},
|
|
16108
|
+
placeholder: {
|
|
16109
|
+
type: String,
|
|
16110
|
+
default: "\u8BF7\u9009\u62E9"
|
|
16111
|
+
},
|
|
16112
|
+
isSlots: {
|
|
16113
|
+
type: Boolean,
|
|
16114
|
+
default: !1
|
|
16115
|
+
},
|
|
16116
|
+
disibled: {
|
|
16117
|
+
type: Boolean,
|
|
16118
|
+
default: !1
|
|
16119
|
+
}
|
|
16120
|
+
},
|
|
16121
|
+
data() {
|
|
16122
|
+
return {
|
|
16123
|
+
value: {
|
|
16124
|
+
id: "",
|
|
16125
|
+
text: ""
|
|
16126
|
+
},
|
|
16127
|
+
lists: [],
|
|
16128
|
+
expand: !1,
|
|
16129
|
+
active: "",
|
|
16130
|
+
activeItem: {
|
|
16131
|
+
name: ""
|
|
16132
|
+
}
|
|
16133
|
+
};
|
|
16134
|
+
},
|
|
16135
|
+
watch: {
|
|
16136
|
+
option: {
|
|
16137
|
+
handler(e, t) {
|
|
16138
|
+
e && e.length && (this.lists = e);
|
|
16139
|
+
},
|
|
16140
|
+
immediate: !0,
|
|
16141
|
+
deep: !0
|
|
16142
|
+
},
|
|
16143
|
+
defaultValue: {
|
|
16144
|
+
immediate: !0,
|
|
16145
|
+
deep: !0,
|
|
16146
|
+
handler(e, t) {
|
|
16147
|
+
this.active = e;
|
|
16148
|
+
let s = JSON.parse(JSON.stringify(this.option)).filter((n, r) => n.id == e);
|
|
16149
|
+
this.activeItem = s[0], this.activeItem && this.$emit("change", this.activeItem);
|
|
16150
|
+
}
|
|
16151
|
+
}
|
|
16152
|
+
},
|
|
16153
|
+
computed: {
|
|
16154
|
+
arrow() {
|
|
16155
|
+
return WA;
|
|
16156
|
+
},
|
|
16157
|
+
check() {
|
|
16158
|
+
return YA;
|
|
16159
|
+
}
|
|
16160
|
+
},
|
|
16161
|
+
methods: {
|
|
16162
|
+
handleExpand() {
|
|
16163
|
+
this.disibled || (this.expand ? this.expand = !1 : this.expand = !0);
|
|
16164
|
+
},
|
|
16165
|
+
handleClick(e, t) {
|
|
16166
|
+
this.active != e.id && (this.active = e.id, this.activeItem = e, this.expand = !1, this.$emit("change", this.activeItem, this.lists));
|
|
16167
|
+
},
|
|
16168
|
+
handleClose() {
|
|
16169
|
+
this.expand = !1, this.active = "", this.activeItem = { name: "" };
|
|
16170
|
+
}
|
|
16171
|
+
}
|
|
16172
|
+
};
|
|
16173
|
+
var ZA = function() {
|
|
16174
|
+
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
16175
|
+
return i("div", {
|
|
16176
|
+
staticClass: "top-select"
|
|
16177
|
+
}, [e.isSlots ? i("div", {
|
|
16178
|
+
staticStyle: {
|
|
16179
|
+
position: "relative",
|
|
16180
|
+
"z-index": "80"
|
|
16181
|
+
}
|
|
16182
|
+
}, [e._t("header", null, {
|
|
16183
|
+
data: Object.assign({}, e.activeItem, {
|
|
16184
|
+
placeholder: e.placeholder
|
|
16185
|
+
})
|
|
16186
|
+
})], 2) : i("div", {
|
|
16187
|
+
staticClass: "top-select-menu",
|
|
16188
|
+
class: [e.border && "top-select-menu-border", !e.activeItem && "top-select-menu-placeholder"],
|
|
16189
|
+
on: {
|
|
16190
|
+
click: e.handleExpand
|
|
16191
|
+
}
|
|
16192
|
+
}, [e._v(" " + e._s(e.activeItem ? e.activeItem.name : e.placeholder) + " "), e.disibled ? e._e() : i("img", {
|
|
16193
|
+
staticClass: "top-select-menu--arrow",
|
|
16194
|
+
class: [e.expand ? "arrow-active" : ""],
|
|
16195
|
+
attrs: {
|
|
16196
|
+
src: e.arrow
|
|
16197
|
+
}
|
|
16198
|
+
})]), e.maskShow ? i("div", {
|
|
16199
|
+
staticClass: "top-select-option-mask",
|
|
16200
|
+
style: e.expand ? "visibility: visible; opacity: .7;" : "visibility: hidden; opacity: 0;"
|
|
16201
|
+
}) : e._e(), e.lists && e.lists.length ? i("div", {
|
|
16202
|
+
staticClass: "top-select-option",
|
|
16203
|
+
class: [e.border && "top-select-option-border"],
|
|
16204
|
+
style: `${e.expand ? "transform: translateY(2%);visibility: visible; opacity: 1;" : "transform: translateY(-50%);visibility: hidden; opacity: 0"};${e.optionStyle ? e.optionStyle : ""}`
|
|
16205
|
+
}, e._l(e.lists, function(s, n) {
|
|
16206
|
+
return i("div", {
|
|
16207
|
+
key: s.id,
|
|
16208
|
+
staticClass: "option-items",
|
|
16209
|
+
class: [e.active == s.id ? "option-items-active" : ""],
|
|
16210
|
+
on: {
|
|
16211
|
+
click: function(r) {
|
|
16212
|
+
return e.handleClick(s, n);
|
|
16213
|
+
}
|
|
16214
|
+
}
|
|
16215
|
+
}, [e._v(" " + e._s(s.name) + " "), e.active == s.id ? i("img", {
|
|
16216
|
+
staticClass: "option-items-check",
|
|
16217
|
+
attrs: {
|
|
16218
|
+
src: e.check
|
|
16219
|
+
}
|
|
16220
|
+
}) : e._e()]);
|
|
16221
|
+
}), 0) : e._e()]);
|
|
16222
|
+
}, XA = [];
|
|
16223
|
+
const Uo = {};
|
|
16224
|
+
var $A = /* @__PURE__ */ ve(
|
|
16225
|
+
zA,
|
|
16226
|
+
ZA,
|
|
16227
|
+
XA,
|
|
16228
|
+
!1,
|
|
16229
|
+
e0,
|
|
16230
|
+
"a791e974",
|
|
16231
|
+
null,
|
|
16232
|
+
null
|
|
16233
|
+
);
|
|
16234
|
+
function e0(e) {
|
|
16235
|
+
for (let t in Uo)
|
|
16236
|
+
this[t] = Uo[t];
|
|
16237
|
+
}
|
|
16238
|
+
const Su = /* @__PURE__ */ function() {
|
|
16239
|
+
return $A.exports;
|
|
16240
|
+
}(), t0 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAAXNSR0IArs4c6QAADGdJREFUeF7tnVFSHDkMhuVhD7AV9j1wksBJApeA5YnwlJBLQE4COUl63zOpHGAZb3l2mpqQGWYsS7as/qna2oe0ZeuXvpHd7W4Hwh8UgAJbFQjQBgpAge0KABBkBxR4RQEAgvSAAgAEOQAFeAqggvB0Q6uJKABAJhJouMlTAIDwdEOriSgAQCYSaLjJUwCA8HRDq4koAEAmEmi4yVMAgPB0Q6uJKNAdIH9+jEezGb0PkY5oRkeU/k/L/4ZlzAINtKAhBhpmC/r6/So8TiSWcFNBgS4AOfwcz2Kkt4HoA0ODgSI9hkhfAAtDvYk3MQ3IXx/jSZzR3apClIcq0v1TpJufV+H/aoM/KLBDAZOApGnUwQHdUaQThQgOkej+x2W4UbANk84UMAfIqmo8VNB5eFrQKapJBaU77sIUIG9u4zVzncENwUCBbuYX4Z5rAO18K2AGkMPP8UFpSrUrgphy7VJowv9uApAGleNlyIewoHPc5ZowCVtcbw5IxTXHruhjTbJLoQn+e1NADMExhn6YX4bjCeYBXLZYQRquO7YnRKBzLNrBy6hAswpisHqgioCL3xRoBojJ6rGSJxJ9wINE0JIUaAJI2ltFcbmFxOof1iJWI1N5XG0A+RTvKNBZZV+zugsLOsVt3yzJXF7cBpDb+E1sA6JWWCLdz/8O51rmYbcPBaoD0sH0Cov1PnK3yiirA2LgqfnewmKatbdUbi+sDshhB+uP53vgWIe4Tfx9HQMgrymFh4b75pHb6+oD0sMCHc9D3CZ8rmMA5BXF8MAwN538XQ9AAIi/rBb0qD4g7V6MypYNFSRbMncNAAgW6e6SWtKh6oDgOYhk+GBLW4HqgBje5v6b1vPLUF0f7YDDfp4C1RNg+c2rGaW9WLb/sBfLdnwqja46IMkvy++CPOsOQCqloO1uWgFi/X0QelrQMT4qZzt5a4yuCSDmp1moHjVyr4s+mgCynGYZ3rSIXbxd5G6VQTYDxGwVCfQ4vwinVdRHJ+YVaAbIarFubi2CtYf5nK06wKaAKB9zkC0ktpZkS+a+QVNAkrqrqVY67iAdo9buD1Ordtob7rk5IGuQtHt4CDgMp2jboZkApGklARxtM9B472YAaQIJnncYT8/2wzMFyAjJ8phn3om2eyuKBfneUk36QnOAjNEQP+F2NIwp1aQTPtd5s4A8T7kOlifdvi8+ng1HQOfmBq5v9fFqjvLsLzKiYnDkRpuVAqYryHqU2IBgIY5kL1AAgBSIh6b+FQAg/mMMDwsUACAF4qGpfwUAiP8Yw8MCBQBIgXho6l8BAOI/xvCwQAEAUiAemvpXAID4jzE8LFAAgBSIh6b+FQAg/mMMDwsUACAF4qGpfwUAiP8Yw8MCBQBIgXho6l8BAOI/xvCwQAEAUiAemvpXAID4jzE8LFAAgBSIh6b+FegCkKJPlOKNQv9ZrOiheUBKvwKPz/soZs8ETJsGpBSOVfyG+WU4nkAs4aKCAmYBEYJjlGx4WtApjlRTyCDnJk0CIgwHIHGexJrumQNECQ5AoplFjm2bAkQZDkDiOJG1XDMDyOpbvOkgnRp/WJPUUNlBHyYAqQwHKomDxK3lQnNAGsEBSGplWOf9NAWkMRxdQ5LWa3+0PtfRaPL/SzRI3dJvBogROLqCZHkTI9A1BTozmpuWhjVQpMenSDclsDQBxBgcXUDy5jZea5+6ZSm7BccyRKL7H5fhhmOzOiDicES6F/xFNXl3S1wzTqb03WYICzr/fhUec92oCoh4oAOdzy/CvfCvqylIKj0bys2bHq9n7cmrBogWHGOkpCHh/uJIZw774CDpgTiwFxZ0mltFqgCiDYdnSA4/xTvBKaSDNOe7wHn1QR0QaTh2/Qp4qySHt/Eb4XYun4r1lozzKlUBqQ2Hx0oCQGTYWFqxBIj03HlX5Xgpo5dKAkAcAtIaDk+VBIA4A8QKHFqQpKezMdAgGLZXTQVaPjU/qtWf635aT7GswaEEiesccu1cS0CswgFIXKd8nnOtALEOx0QhGSgQa/9RXtbVvzpGesval9YCEOG7RZR7tyo3PNLjze2/5vXaWtb0Zb0v9uOD2oBIJ1utgEpXvFaJsrNfRkLstGnggi4AYQ9yi8C14Bi7nwgkrA16Bhh4dQjs3GP8YLCfpB9+jg8U6URCzNpwTAgSALKeoFUBuY1RAA72Pn2BvpcmXFcSRkJI6appx3wFEUqq5nC4ryROv2xvHhD2ANd/VowFT3LKqPnrmWO71dQ1Z4yca9n5x6iorDWI2FtuRiDxCAcZ0ZYDwK420wEkKdEwkEUH8+yKYuN/n18G1o9f42Hv1b15QMQXtw0g8QxHig8A2cBarSlW6lo8wRiD3+vnZsNFGmOPkbK/mLHP+FlbKgDIZmkZOVZUhldrkfTBaant2Or37TXgmF+E032SnXMN930QVJDGFWTsvidIeoNjOZVlvpMOQIwA8jzdmpHpStIjHCWAcKqV+za1p1jrglquJL3CAUCEkW0JiMrCnah4TSL2zGaMFUPkkjBzp1glfbpty4hd0SJ9k5Div9YFkPQOByqIMKoWANGqJLnHOHuAA4A4BaQ1JOJwNHiQOaYGpliCkFipIL/cAj6gO6n3Roho55fXPcGBCiIIRzLF+KETX4O8dEnhVKStkHiDYwmI4ItpwunWnzmLgIzTrdmM3nO3TWyIxG+QsDewbQszQ0yNjJF+719jjN3YXJ0nkzNe9QqyPt3SgsQrHEk7cd9yssPZtU8LOs49r7AaIFqVZPntp0h3YrE0UjnW/cEZIeXR5ZwNknqtCogSJOXqjRYMwvF8R1B2K4+cZj1YYty9Gt2qDohZSBjz05q5kW5ACE9Raw6/WV/cytEUEHOQGIdjPbtWOxVOaEHvaCb2mkGzBNboOL2bEwL9kw54LbXfpIIoLtzz9egIjnzn0KJUgaaAjINvdisTcJTmj/v2JgBJKleHBHC4T24JB80AUhUSwCGRO5OwYQqQGpB4/ZjaJLK1gZPmANGEBHA0yLDOuzQJiAYkgKPzTG00fLOASEICOBpll4NuTQMiAonR7SMOcmcSLpgHpBgSADKJRNZysgtAkvPsHa0ARCt3JmG3H0A+xzPWtnYAMolE1nISgGgpC7suFAAgLsIIJ7QUACBaysKuCwUAiIswwgktBQCIlrKw60IBAOIijHBCSwEAoqUs7LpQAIC4CCOc0FIAgGgpq2T3+esmgU4o4qMNG2VOB6rO6Gt4ouH7VSg6XBWAKCWytFmFc1ekh2jSXref/clV83DCW03EP8qdK37/17NPKkMF6SD4+MK7QJCYe/IAiID2mibYlVNzUJ3a5rw4B0CMB5u9zd+4X02Gx/iaDQBpEqn9O8URbPtrtetKzoIdgOxStfG/AxDBADC+8g5ABPXXMAVABFUFIBvEZN69EAxLkSkAUiTfr40BCAARTCd/pgAIAPGX1YIeAZANYgZKe3G+CMpc11SkayLsuRIRHYCIyOjFyODFkS1+HGX7B0CyJXPbYH4ZurlDmRsE9tHYACRXar/Xcx6K9aIGANkQKexJyk7fISzovPR9iOxeKzQAIABEJM28VhEAAkBEACHGnFumY10rAASASGUY+0UhqQFo2AEgG1Rli6IRoV5sooL8GimGHt3cCsRrpwwqO9+Hts1j9o+lZ0CSWHj1NA8Szht0eT20uRqAbNEdVSQjIZ1Wj6QAAHklD/A8ZD9I8CR9g07ep1ijy6tK8oBNfNthASATBiS5niBJ/z84oBNa0Lv9flc7vCrQGWfUAGTigHCSpsc23DcK01P0Hv3dZ8whfXKV88MxlSnWPiJ6uYYLiBf/Rf0AIKJymjAGQATDAEAExTRiCoAIBgKACIppxBQAEQwEABEU04gpACIYCAAiKKYRUwBEMBAARFBMI6aw/0wwEIztN93s5hWUqStTAEQwXJ6/7i4oU1em3tzG6+D4oV/NYDwt6PjnVcj6HBIqSM0IMfrCvjOGaJuaMNYfyQwAEdJf0wx7e7fmoDqzzakeAKSjIK+mWmnjYv4XBTvyU2GoRZ8/QgVRiIiWyRdnpJ9o9ePE7hCJ7n9chpsSfwBIiXoN247b/RsOwWzXuQvx1xwBIGbDjIFZUACAWIgCxmBWAQBiNjQYmAUFAIiFKGAMZhUAIGZDg4FZUACAWIgCxmBWAQBiNjQYmAUFAIiFKGAMZhUAIGZDg4FZUACAWIgCxmBWAQBiNjQYmAUFAIiFKGAMZhUAIGZDg4FZUOA/PPf9I/jtWsEAAAAASUVORK5CYII=", i0 = {
|
|
16241
|
+
name: "TopSubmitPopup",
|
|
16242
|
+
components: {
|
|
16243
|
+
BpmnLook: Nu,
|
|
16244
|
+
TopPopup: nt,
|
|
16245
|
+
TopDownSelect: Su,
|
|
16246
|
+
PreviewImage: dn,
|
|
16247
|
+
departPerson: qt,
|
|
16248
|
+
TopTips: pt
|
|
16249
|
+
},
|
|
16250
|
+
props: {
|
|
16251
|
+
isCheckType: {
|
|
16252
|
+
type: String,
|
|
16253
|
+
default: "0"
|
|
16254
|
+
},
|
|
16255
|
+
visible: {
|
|
15852
16256
|
type: Boolean,
|
|
15853
16257
|
default: !1
|
|
15854
16258
|
},
|
|
@@ -16056,7 +16460,7 @@ const Su = /* @__PURE__ */ function() {
|
|
|
16056
16460
|
},
|
|
16057
16461
|
computed: {
|
|
16058
16462
|
ProcessImg() {
|
|
16059
|
-
return
|
|
16463
|
+
return t0;
|
|
16060
16464
|
}
|
|
16061
16465
|
},
|
|
16062
16466
|
methods: {
|
|
@@ -16487,7 +16891,7 @@ const Su = /* @__PURE__ */ function() {
|
|
|
16487
16891
|
}
|
|
16488
16892
|
}
|
|
16489
16893
|
};
|
|
16490
|
-
var
|
|
16894
|
+
var s0 = function() {
|
|
16491
16895
|
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
16492
16896
|
return i("div", {
|
|
16493
16897
|
staticClass: "sumbmitPopup-index-sumbit"
|
|
@@ -16615,605 +17019,214 @@ var ZA = function() {
|
|
|
16615
17019
|
class: ["include-assign-" + (a.assigneeRetain ? "true" : "false")]
|
|
16616
17020
|
}, [e._v(e._s(s.assigneeRetain == "true" ? "\u4E14\u540C\u65F6\u6EE1\u8DB3" : "\u6216\u8005\u6EE1\u8DB3"))]) : e._e()]) : e._e()]);
|
|
16617
17021
|
}), 0)]) : e._e()]);
|
|
16618
|
-
})], 2) : e._e(), e.personList && e.personList.length ? i("div", {
|
|
16619
|
-
staticClass: "person-views"
|
|
16620
|
-
}, [i("div", {
|
|
16621
|
-
staticClass: "person-views-title"
|
|
16622
|
-
}, [e._v("\u5176\u4ED6\u5904\u7406\u8282\u70B9")]), e._l(e.personList, function(s, n) {
|
|
16623
|
-
return i("div", {
|
|
16624
|
-
staticClass: "views-items"
|
|
16625
|
-
}, [i("div", {
|
|
16626
|
-
staticClass: "views-items-name"
|
|
16627
|
-
}, [e._v(" " + e._s(s.name) + " ")]), i("div", {
|
|
16628
|
-
staticClass: "views-items-set"
|
|
16629
|
-
}, [s.noPersonnel ? e._e() : i("div", {
|
|
16630
|
-
staticClass: "views-items-set-btn",
|
|
16631
|
-
on: {
|
|
16632
|
-
click: function(r) {
|
|
16633
|
-
return e.handleOpenPerson(s);
|
|
16634
|
-
}
|
|
16635
|
-
}
|
|
16636
|
-
}, [e._v(" \u8BBE\u7F6E ")]), e.partNode[s.id] && e.partNode[s.id].length ? i("div", [e._l(e.partNode[s.id], function(r, a) {
|
|
16637
|
-
return i("span", [e._v(" " + e._s(a >= 3 ? "" : a == 0 ? r : `,${r}`) + " ")]);
|
|
16638
|
-
}), e.partNode[s.id].length > 3 ? i("span", [e._v("...\u7B49" + e._s(e.partNode[s.id].length) + "\u4EBA")]) : e._e()], 2) : s.noPersonnel ? i("div", [e._v("\u6CA1\u6709\u53EF\u9009\u4EBA\u5458\uFF0C\u8BF7\u68C0\u67E5\u914D\u7F6E")]) : i("div")])]);
|
|
16639
|
-
})], 2) : e._e(), !e.firstPerson && !e.firstPerson.length && !e.personList && !e.personList.length ? i("div", {
|
|
16640
|
-
staticClass: "person-views-white"
|
|
16641
|
-
}, [e._v(" \u65E0\u9700\u8BBE\u7F6E ")]) : e._e()], 1), i("TopPopup", {
|
|
16642
|
-
ref: "TopPopup",
|
|
16643
|
-
attrs: {
|
|
16644
|
-
visible: e.visiblePerson,
|
|
16645
|
-
titleText: "\u9009\u4EBA",
|
|
16646
|
-
isDrawer: !0,
|
|
16647
|
-
isIndex: 199
|
|
16648
|
-
},
|
|
16649
|
-
on: {
|
|
16650
|
-
"update:visible": function(s) {
|
|
16651
|
-
return e.visiblePerson = s;
|
|
16652
|
-
}
|
|
16653
|
-
}
|
|
16654
|
-
}, [i("div", {
|
|
16655
|
-
staticStyle: {
|
|
16656
|
-
height: "100%"
|
|
16657
|
-
}
|
|
16658
|
-
}, [e.visiblePerson ? i("departPerson", e._b({
|
|
16659
|
-
attrs: {
|
|
16660
|
-
isTitle: !1,
|
|
16661
|
-
visible: e.visiblePerson,
|
|
16662
|
-
checkedArray: e.checkedArray
|
|
16663
|
-
},
|
|
16664
|
-
on: {
|
|
16665
|
-
"update:visible": function(s) {
|
|
16666
|
-
e.visiblePerson = s;
|
|
16667
|
-
},
|
|
16668
|
-
callback: e.handleCallback,
|
|
16669
|
-
cancel: e.handleCancel
|
|
16670
|
-
}
|
|
16671
|
-
}, "departPerson", e.entity, !1)) : e._e()], 1)]), i("TopPopup", {
|
|
16672
|
-
ref: "TopPopupDept",
|
|
16673
|
-
attrs: {
|
|
16674
|
-
visible: e.showDept,
|
|
16675
|
-
titleText: "\u9009\u62E9\u90E8\u95E8",
|
|
16676
|
-
isIndex: 99,
|
|
16677
|
-
className: "sumbmitPopup-index",
|
|
16678
|
-
comfigText: "\u786E\u5B9A",
|
|
16679
|
-
comfig: e.handleSumbitDept
|
|
16680
|
-
},
|
|
16681
|
-
on: {
|
|
16682
|
-
"update:visible": function(s) {
|
|
16683
|
-
return e.showDept = s;
|
|
16684
|
-
}
|
|
16685
|
-
}
|
|
16686
|
-
}, [i("div", {
|
|
16687
|
-
staticClass: "tree"
|
|
16688
|
-
}, e._l([].concat(e.deptList), function(s) {
|
|
16689
|
-
return i("div", {
|
|
16690
|
-
key: s.id,
|
|
16691
|
-
staticClass: "node"
|
|
16692
|
-
}, [i("div", {
|
|
16693
|
-
staticClass: "node-p",
|
|
16694
|
-
on: {
|
|
16695
|
-
click: function(n) {
|
|
16696
|
-
return e.handleClickDept(s);
|
|
16697
|
-
}
|
|
16698
|
-
}
|
|
16699
|
-
}, [e._v(e._s(s.label))]), s.children ? i("div", {
|
|
16700
|
-
staticClass: "children"
|
|
16701
|
-
}, e._l(s.children, function(n) {
|
|
16702
|
-
return i("div", {
|
|
16703
|
-
key: n.id,
|
|
16704
|
-
staticClass: "node-s",
|
|
16705
|
-
on: {
|
|
16706
|
-
click: function(r) {
|
|
16707
|
-
return e.handleClickDept(n);
|
|
16708
|
-
}
|
|
16709
|
-
}
|
|
16710
|
-
}, [e._v(" " + e._s(n.label) + " ")]);
|
|
16711
|
-
}), 0) : e._e()]);
|
|
16712
|
-
}), 0)]), i("TopPopup", {
|
|
16713
|
-
ref: "TopPopupFlow",
|
|
16714
|
-
staticClass: "top-pop-flow",
|
|
16715
|
-
attrs: {
|
|
16716
|
-
visible: e.showFlow,
|
|
16717
|
-
titleText: "\u67E5\u770B\u6D41\u7A0B\u56FE",
|
|
16718
|
-
isIndex: 99,
|
|
16719
|
-
className: "sumbmitPopup-index",
|
|
16720
|
-
comfigText: "\u5173\u95ED",
|
|
16721
|
-
comfig: e.handleSumbitFlow
|
|
16722
|
-
},
|
|
16723
|
-
on: {
|
|
16724
|
-
"update:visible": function(s) {
|
|
16725
|
-
return e.showFlow = s;
|
|
16726
|
-
}
|
|
16727
|
-
}
|
|
16728
|
-
}, [e.showFlow && e.processXml ? i("BpmnLook", {
|
|
16729
|
-
ref: "PreviewRef",
|
|
16730
|
-
attrs: {
|
|
16731
|
-
diagram: e.processXml,
|
|
16732
|
-
approvalData: e.approvalData
|
|
16733
|
-
}
|
|
16734
|
-
}) : e._e()], 1), i("PreviewImage", {
|
|
16735
|
-
attrs: {
|
|
16736
|
-
images: e.trackUrl,
|
|
16737
|
-
visible: e.taskurlshow,
|
|
16738
|
-
indexd: 0,
|
|
16739
|
-
isOne: !0,
|
|
16740
|
-
isStyle: e.isStyle
|
|
16741
|
-
},
|
|
16742
|
-
on: {
|
|
16743
|
-
"update:visible": function(s) {
|
|
16744
|
-
return e.taskurlshow = s;
|
|
16745
|
-
}
|
|
16746
|
-
}
|
|
16747
|
-
}), i("TopTips", {
|
|
16748
|
-
ref: "topTips",
|
|
16749
|
-
attrs: {
|
|
16750
|
-
text: e.textTips,
|
|
16751
|
-
statusTips: e.statusTips,
|
|
16752
|
-
type: e.typeTips
|
|
16753
|
-
}
|
|
16754
|
-
}), i("TopPopup", {
|
|
16755
|
-
ref: "TopPopupFF",
|
|
16756
|
-
attrs: {
|
|
16757
|
-
visible: e.flowForecastVisible,
|
|
16758
|
-
titleText: "\u6D41\u7A0B\u9884\u6D4B",
|
|
16759
|
-
isIndex: 129,
|
|
16760
|
-
cancel: e.flowForecastClose,
|
|
16761
|
-
comfig: e.flowForecastClose
|
|
16762
|
-
},
|
|
16763
|
-
on: {
|
|
16764
|
-
"update:visible": function(s) {
|
|
16765
|
-
return e.flowForecastVisible = s;
|
|
16766
|
-
}
|
|
16767
|
-
}
|
|
16768
|
-
}, [i("div", {
|
|
16769
|
-
staticStyle: {
|
|
16770
|
-
margin: "20px"
|
|
16771
|
-
}
|
|
16772
|
-
}, [i("div", {
|
|
16773
|
-
staticStyle: {
|
|
16774
|
-
"margin-left": "10px",
|
|
16775
|
-
"margin-bottom": "10px"
|
|
16776
|
-
},
|
|
16777
|
-
domProps: {
|
|
16778
|
-
innerHTML: e._s(e.flowForecastData.completeTime)
|
|
16779
|
-
}
|
|
16780
|
-
}), i("div", {
|
|
16781
|
-
staticClass: "timeline"
|
|
16782
|
-
}, e._l(e.flowForecastData.processBudgetModelList, function(s, n) {
|
|
16783
|
-
return i("div", {
|
|
16784
|
-
key: n,
|
|
16785
|
-
staticClass: "timeline-item"
|
|
16786
|
-
}, [i("div", {
|
|
16787
|
-
staticClass: "item-top"
|
|
16788
|
-
}, [i("div", {
|
|
16789
|
-
staticClass: "top-spot"
|
|
16790
|
-
}, [i("div", {
|
|
16791
|
-
staticClass: "spot",
|
|
16792
|
-
class: {
|
|
16793
|
-
active: n == 0
|
|
16794
|
-
}
|
|
16795
|
-
})]), i("div", {
|
|
16796
|
-
staticClass: "top-title"
|
|
16797
|
-
}, [e._v(e._s(s.title))])]), i("div", {
|
|
16798
|
-
staticClass: "item-bottom",
|
|
16799
|
-
class: {
|
|
16800
|
-
last: n == e.flowForecastData.processBudgetModelList.length - 1
|
|
16801
|
-
}
|
|
16802
|
-
}, [i("span", {
|
|
16803
|
-
staticStyle: {
|
|
16804
|
-
color: "#009800"
|
|
16805
|
-
}
|
|
16806
|
-
}, [e._v(" \u6267\u884C\u4EBA\uFF1A" + e._s(s.excutor) + " ")])])]);
|
|
16807
|
-
}), 0)])])], 1);
|
|
16808
|
-
}, XA = [];
|
|
16809
|
-
const Uo = {};
|
|
16810
|
-
var $A = /* @__PURE__ */ ve(
|
|
16811
|
-
zA,
|
|
16812
|
-
ZA,
|
|
16813
|
-
XA,
|
|
16814
|
-
!1,
|
|
16815
|
-
e0,
|
|
16816
|
-
"5693a855",
|
|
16817
|
-
null,
|
|
16818
|
-
null
|
|
16819
|
-
);
|
|
16820
|
-
function e0(e) {
|
|
16821
|
-
for (let t in Uo)
|
|
16822
|
-
this[t] = Uo[t];
|
|
16823
|
-
}
|
|
16824
|
-
const t0 = /* @__PURE__ */ function() {
|
|
16825
|
-
return $A.exports;
|
|
16826
|
-
}(), i0 = "data:image/png;base64,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", s0 = {
|
|
16827
|
-
name: "attchViews",
|
|
16828
|
-
components: {
|
|
16829
|
-
TopTips: pt,
|
|
16830
|
-
PreviewImage: dn,
|
|
16831
|
-
PreView: lc,
|
|
16832
|
-
TopPopup: nt
|
|
16833
|
-
},
|
|
16834
|
-
props: {
|
|
16835
|
-
request: {
|
|
16836
|
-
type: Function,
|
|
16837
|
-
defalut: () => {
|
|
16838
|
-
}
|
|
16839
|
-
},
|
|
16840
|
-
limit: {
|
|
16841
|
-
type: Number | String,
|
|
16842
|
-
default: 4
|
|
16843
|
-
},
|
|
16844
|
-
changeFn: {
|
|
16845
|
-
type: Function,
|
|
16846
|
-
default: null
|
|
16847
|
-
},
|
|
16848
|
-
requires: {
|
|
16849
|
-
default: !1
|
|
16850
|
-
},
|
|
16851
|
-
inComing: {
|
|
16852
|
-
type: Array,
|
|
16853
|
-
defalut: () => []
|
|
16854
|
-
},
|
|
16855
|
-
deletFn: {
|
|
16856
|
-
type: Function
|
|
16857
|
-
},
|
|
16858
|
-
onlyShow: {
|
|
16859
|
-
type: Boolean,
|
|
16860
|
-
default: !1
|
|
16861
|
-
},
|
|
16862
|
-
linkUrl: {
|
|
16863
|
-
type: Function,
|
|
16864
|
-
defalut: null
|
|
16865
|
-
}
|
|
16866
|
-
},
|
|
16867
|
-
data() {
|
|
16868
|
-
return {
|
|
16869
|
-
lists: [],
|
|
16870
|
-
filesArr: [],
|
|
16871
|
-
imgIcon: ["jpg", "jpeg", "png", "gif"],
|
|
16872
|
-
docIcon: ["doc", "docx"],
|
|
16873
|
-
xlsIcon: ["xls", "xlsx"],
|
|
16874
|
-
zipIcon: ["zip", "rar", "7z"],
|
|
16875
|
-
extension: [
|
|
16876
|
-
"bmp",
|
|
16877
|
-
"gif",
|
|
16878
|
-
"jpg",
|
|
16879
|
-
"jpeg",
|
|
16880
|
-
"png",
|
|
16881
|
-
"doc",
|
|
16882
|
-
"docx",
|
|
16883
|
-
"xls",
|
|
16884
|
-
"xlsx",
|
|
16885
|
-
"ppt",
|
|
16886
|
-
"pptx",
|
|
16887
|
-
"html",
|
|
16888
|
-
"htm",
|
|
16889
|
-
"txt",
|
|
16890
|
-
"wps",
|
|
16891
|
-
"rar",
|
|
16892
|
-
"zip",
|
|
16893
|
-
"gz",
|
|
16894
|
-
"bz2",
|
|
16895
|
-
"mp4",
|
|
16896
|
-
"avi",
|
|
16897
|
-
"rmvb",
|
|
16898
|
-
"pdf"
|
|
16899
|
-
],
|
|
16900
|
-
current: "",
|
|
16901
|
-
buttonLoading: !1,
|
|
16902
|
-
handleCloseType: !0,
|
|
16903
|
-
uploadState: !0,
|
|
16904
|
-
textTips: "",
|
|
16905
|
-
statusTips: !1,
|
|
16906
|
-
typeTips: "success",
|
|
16907
|
-
visible: !1,
|
|
16908
|
-
indexd: 0,
|
|
16909
|
-
visibleS: !1,
|
|
16910
|
-
fileUrl: ""
|
|
16911
|
-
};
|
|
16912
|
-
},
|
|
16913
|
-
watch: {
|
|
16914
|
-
inComing: {
|
|
16915
|
-
handler(e, t) {
|
|
16916
|
-
e && (this.filesArr = [].concat(e), this.emitView());
|
|
16917
|
-
},
|
|
16918
|
-
immediate: !0,
|
|
16919
|
-
deep: !0
|
|
16920
|
-
}
|
|
16921
|
-
},
|
|
16922
|
-
computed: {
|
|
16923
|
-
haveCount() {
|
|
16924
|
-
return this.limit == -1 ? 100 : this.limit - this.filesArr.length;
|
|
16925
|
-
},
|
|
16926
|
-
addFile() {
|
|
16927
|
-
return i0;
|
|
16928
|
-
},
|
|
16929
|
-
del() {
|
|
16930
|
-
return cc;
|
|
16931
|
-
},
|
|
16932
|
-
doc() {
|
|
16933
|
-
return uc;
|
|
16934
|
-
},
|
|
16935
|
-
file() {
|
|
16936
|
-
return pc;
|
|
16937
|
-
},
|
|
16938
|
-
image() {
|
|
16939
|
-
return dc;
|
|
16940
|
-
},
|
|
16941
|
-
pdf() {
|
|
16942
|
-
return hc;
|
|
16943
|
-
},
|
|
16944
|
-
xls() {
|
|
16945
|
-
return fc;
|
|
16946
|
-
},
|
|
16947
|
-
zip() {
|
|
16948
|
-
return mc;
|
|
16949
|
-
}
|
|
16950
|
-
},
|
|
16951
|
-
mounted() {
|
|
16952
|
-
this.$nextTick(() => {
|
|
16953
|
-
let e = document.createElement("input");
|
|
16954
|
-
e.type = "file", e.className = "upload-input", e.style = "opacity: 0;position: absolute;width:100%;height:100%;visibility: hidden;", e.multiple = !0, e.id = "fileUp", e.addEventListener("change", this.handleSelect), document.getElementById("inputfile").appendChild(e);
|
|
16955
|
-
});
|
|
16956
|
-
},
|
|
16957
|
-
methods: {
|
|
16958
|
-
handleClick() {
|
|
16959
|
-
if (typeof nativeMethod < "u" && nativeMethod.vueSelectFile && nativeMethod.vueSelectFile(2, "*", this.limit || 1), this.haveCount <= 0) {
|
|
16960
|
-
this.handleTips(
|
|
16961
|
-
`\u6700\u591A\u4E0A\u4F20${this.limit}\u4E2A\u6587\u4EF6`,
|
|
16962
|
-
!1,
|
|
16963
|
-
"success"
|
|
16964
|
-
);
|
|
16965
|
-
return;
|
|
16966
|
-
}
|
|
16967
|
-
document.getElementById("fileUp").click();
|
|
16968
|
-
},
|
|
16969
|
-
async handleSelect(e, t) {
|
|
16970
|
-
this.handleTips("\u4E0A\u4F20\u4E2D", !0, "loading");
|
|
16971
|
-
const i = Array.from(e.target.files);
|
|
16972
|
-
document.getElementById("fileUp").value = "";
|
|
16973
|
-
let s = 0, n = this.haveCount > i.length ? i.length : this.haveCount;
|
|
16974
|
-
try {
|
|
16975
|
-
for (let r = 0; r < n; r++)
|
|
16976
|
-
if (this.extension.includes(
|
|
16977
|
-
i[r].name.substring(
|
|
16978
|
-
i[r].name.lastIndexOf(".") + 1
|
|
16979
|
-
)
|
|
16980
|
-
)) {
|
|
16981
|
-
const a = new FormData();
|
|
16982
|
-
a.append("file", i[r]);
|
|
16983
|
-
const o = await this.request.post(
|
|
16984
|
-
"/file/upload",
|
|
16985
|
-
a,
|
|
16986
|
-
{
|
|
16987
|
-
headers: {
|
|
16988
|
-
"Content-Type": "multipart/form-data"
|
|
16989
|
-
}
|
|
16990
|
-
}
|
|
16991
|
-
);
|
|
16992
|
-
if (o.code === 200) {
|
|
16993
|
-
if (this.filesArr.length > 0) {
|
|
16994
|
-
for (let l = 0; l < this.filesArr.length; l++)
|
|
16995
|
-
if (o.name == this.filesArr[l].name && s++, this.filesArr[l].name.includes(`(${s})`) && s++, s > 0) {
|
|
16996
|
-
let p = o.name.lastIndexOf(
|
|
16997
|
-
"."
|
|
16998
|
-
);
|
|
16999
|
-
o.name = `${o.name.substring(
|
|
17000
|
-
0,
|
|
17001
|
-
p
|
|
17002
|
-
)} (${s}) .${o.name.substring(
|
|
17003
|
-
o.name.lastIndexOf(
|
|
17004
|
-
"."
|
|
17005
|
-
) + 1
|
|
17006
|
-
)}`;
|
|
17007
|
-
}
|
|
17008
|
-
}
|
|
17009
|
-
this.filesArr.push(o.data);
|
|
17010
|
-
} else {
|
|
17011
|
-
this.handleTips("\u4E0A\u4F20\u5931\u8D25", !0, "error"), this.viewImage();
|
|
17012
|
-
return;
|
|
17013
|
-
}
|
|
17014
|
-
} else {
|
|
17015
|
-
this.handleTips(
|
|
17016
|
-
`\u6587\u4EF6${i[r].name}\u683C\u5F0F\u9519\u8BEF,\u8BF7\u91CD\u65B0\u4E0A\u4F20`,
|
|
17017
|
-
!0,
|
|
17018
|
-
"error"
|
|
17019
|
-
);
|
|
17020
|
-
return;
|
|
17021
|
-
}
|
|
17022
|
-
this.handleTips("\u4E0A\u4F20\u6210\u529F", !0, "success"), this.viewImage(), this.emitView();
|
|
17023
|
-
} catch {
|
|
17024
|
-
this.handleTips("\u4E0A\u4F20\u5931\u8D25", !0, "error"), this.emitView();
|
|
17025
|
-
}
|
|
17026
|
-
},
|
|
17027
|
-
handleDel(e, t) {
|
|
17028
|
-
if (this.deletFn) {
|
|
17029
|
-
if (this.deletFn(t) === !1) {
|
|
17030
|
-
this.handleTips("\u5220\u9664\u5931\u8D25", !0, "error");
|
|
17031
|
-
return;
|
|
17032
|
-
}
|
|
17033
|
-
this.filesArr.splice(e, 1), this.emitView();
|
|
17034
|
-
} else
|
|
17035
|
-
this.filesArr.splice(e, 1), this.emitView();
|
|
17036
|
-
},
|
|
17037
|
-
viewFile(e, t) {
|
|
17038
|
-
this.imgIcon.includes(
|
|
17039
|
-
e.name.substring(e.name.lastIndexOf(".") + 1).toLowerCase()
|
|
17040
|
-
) ? (this.indexd = this.lists.indexOf(e.url), this.visible = !0) : e.url && (this.fileUrl = e.url, this.visibleS = !0);
|
|
17041
|
-
},
|
|
17042
|
-
viewImage() {
|
|
17043
|
-
this.lists = [];
|
|
17044
|
-
let e = [];
|
|
17045
|
-
this.filesArr.map((t, i) => {
|
|
17046
|
-
this.imgIcon.includes(
|
|
17047
|
-
t.name.substring(t.name.lastIndexOf(".") + 1).toLowerCase()
|
|
17048
|
-
);
|
|
17049
|
-
}), e = this.filesArr.filter((t) => this.imgIcon.includes(
|
|
17050
|
-
t.name.substring(t.name.lastIndexOf(".") + 1).toLowerCase()
|
|
17051
|
-
)), e.forEach((t, i) => {
|
|
17052
|
-
this.lists.push(t.url);
|
|
17053
|
-
});
|
|
17054
|
-
},
|
|
17055
|
-
emitView() {
|
|
17056
|
-
this.$emit("getValue", this.filesArr);
|
|
17057
|
-
},
|
|
17058
|
-
clearData() {
|
|
17059
|
-
this.filesArr = [];
|
|
17060
|
-
},
|
|
17061
|
-
handleTips(e, t, i) {
|
|
17062
|
-
this.textTips = e, this.statusTips = t, this.typeTips = i, this.$refs.topTips.handleOpen();
|
|
17063
|
-
}
|
|
17064
|
-
}
|
|
17065
|
-
};
|
|
17066
|
-
var n0 = function() {
|
|
17067
|
-
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
17068
|
-
return i("div", {
|
|
17069
|
-
staticClass: "attch-upload"
|
|
17070
|
-
}, [e.buttonLoading ? i("div", {
|
|
17071
|
-
staticClass: "attch-upload-mask"
|
|
17072
|
-
}) : e._e(), i("div", {
|
|
17073
|
-
staticClass: "attch-upload-body"
|
|
17074
|
-
}, [i("div", {
|
|
17075
|
-
staticClass: "upload-header"
|
|
17076
|
-
}, [i("div", {
|
|
17077
|
-
staticClass: "upload-header-title"
|
|
17078
|
-
}, [e._v(" \u9644\u4EF6 "), e.requires ? i("span", {
|
|
17079
|
-
staticClass: "upload-header-title--re"
|
|
17080
|
-
}, [e._v("*")]) : e._e()]), i("div", {
|
|
17081
|
-
staticClass: "upload-header-upload"
|
|
17082
|
-
}, [e.onlyShow ? e._e() : i("div", {
|
|
17083
|
-
staticClass: "upload-header-upload--item",
|
|
17084
|
-
attrs: {
|
|
17085
|
-
id: "inputfile"
|
|
17086
|
-
},
|
|
17087
|
-
on: {
|
|
17088
|
-
click: e.handleClick
|
|
17089
|
-
}
|
|
17090
|
-
}, [i("img", {
|
|
17091
|
-
attrs: {
|
|
17092
|
-
src: e.addFile
|
|
17093
|
-
}
|
|
17094
|
-
}), e._v("\u4E0A\u4F20\u9644\u4EF6 ")])])]), i("div", {
|
|
17095
|
-
staticClass: "upload-body"
|
|
17096
|
-
}, [e.filesArr.length > 0 ? i("div", {
|
|
17097
|
-
staticClass: "upload-list"
|
|
17098
|
-
}, e._l(e.filesArr, function(s, n) {
|
|
17099
|
-
return i("div", {
|
|
17100
|
-
key: s.uuid,
|
|
17101
|
-
staticClass: "list-items"
|
|
17102
|
-
}, [i("div", {
|
|
17103
|
-
staticClass: "list-items-icon"
|
|
17104
|
-
}, [e.xlsIcon.includes(s.name.substring(s.name.lastIndexOf(".") + 1).toLowerCase()) ? i("img", {
|
|
17105
|
-
staticClass: "icon-img",
|
|
17106
|
-
attrs: {
|
|
17107
|
-
src: e.xls
|
|
17108
|
-
}
|
|
17109
|
-
}) : e.imgIcon.includes(s.name.substring(s.name.lastIndexOf(".") + 1).toLowerCase()) ? i("img", {
|
|
17110
|
-
staticClass: "icon-img",
|
|
17111
|
-
attrs: {
|
|
17112
|
-
src: e.image
|
|
17113
|
-
}
|
|
17114
|
-
}) : s.name.substring(s.name.lastIndexOf(".") + 1).toLowerCase() == "pdf" ? i("img", {
|
|
17115
|
-
staticClass: "icon-img",
|
|
17116
|
-
attrs: {
|
|
17117
|
-
src: e.pdf
|
|
17118
|
-
}
|
|
17119
|
-
}) : e.docIcon.includes(s.name.substring(s.name.lastIndexOf(".") + 1).toLowerCase()) ? i("img", {
|
|
17120
|
-
staticClass: "icon-img",
|
|
17121
|
-
attrs: {
|
|
17122
|
-
src: e.doc
|
|
17123
|
-
}
|
|
17124
|
-
}) : e.zipIcon.includes(s.name.substring(s.name.lastIndexOf(".") + 1).toLowerCase()) ? i("img", {
|
|
17125
|
-
staticClass: "icon-img",
|
|
17126
|
-
attrs: {
|
|
17127
|
-
src: e.zip
|
|
17128
|
-
}
|
|
17129
|
-
}) : i("img", {
|
|
17130
|
-
staticClass: "icon-img",
|
|
17131
|
-
attrs: {
|
|
17132
|
-
src: e.file
|
|
17133
|
-
}
|
|
17134
|
-
})]), i("div", {
|
|
17135
|
-
staticClass: "list-items-info"
|
|
17022
|
+
})], 2) : e._e(), e.personList && e.personList.length ? i("div", {
|
|
17023
|
+
staticClass: "person-views"
|
|
17024
|
+
}, [i("div", {
|
|
17025
|
+
staticClass: "person-views-title"
|
|
17026
|
+
}, [e._v("\u5176\u4ED6\u5904\u7406\u8282\u70B9")]), e._l(e.personList, function(s, n) {
|
|
17027
|
+
return i("div", {
|
|
17028
|
+
staticClass: "views-items"
|
|
17136
17029
|
}, [i("div", {
|
|
17137
|
-
staticClass: "
|
|
17030
|
+
staticClass: "views-items-name"
|
|
17138
17031
|
}, [e._v(" " + e._s(s.name) + " ")]), i("div", {
|
|
17139
|
-
staticClass: "
|
|
17140
|
-
}, [i("
|
|
17141
|
-
staticClass: "
|
|
17142
|
-
}, [e._v(e._s(s.fileSize < 1024 ? s.fileSize : s.fileSize / 1024 > 1024 ? parseFloat((s.fileSize / 1024 / 1024).toFixed(2)) : parseFloat((s.fileSize / 1024).toFixed(2))) + e._s(s.fileSize < 1024 ? "b" : parseFloat((s.fileSize / 1024).toFixed(2)) < 1024 ? "kb" : "M") + " ")]), i("span", {
|
|
17143
|
-
staticClass: "info-attribute-views",
|
|
17032
|
+
staticClass: "views-items-set"
|
|
17033
|
+
}, [s.noPersonnel ? e._e() : i("div", {
|
|
17034
|
+
staticClass: "views-items-set-btn",
|
|
17144
17035
|
on: {
|
|
17145
17036
|
click: function(r) {
|
|
17146
|
-
return e.
|
|
17037
|
+
return e.handleOpenPerson(s);
|
|
17147
17038
|
}
|
|
17148
17039
|
}
|
|
17149
|
-
}, [e._v(" \
|
|
17150
|
-
|
|
17040
|
+
}, [e._v(" \u8BBE\u7F6E ")]), e.partNode[s.id] && e.partNode[s.id].length ? i("div", [e._l(e.partNode[s.id], function(r, a) {
|
|
17041
|
+
return i("span", [e._v(" " + e._s(a >= 3 ? "" : a == 0 ? r : `,${r}`) + " ")]);
|
|
17042
|
+
}), e.partNode[s.id].length > 3 ? i("span", [e._v("...\u7B49" + e._s(e.partNode[s.id].length) + "\u4EBA")]) : e._e()], 2) : s.noPersonnel ? i("div", [e._v("\u6CA1\u6709\u53EF\u9009\u4EBA\u5458\uFF0C\u8BF7\u68C0\u67E5\u914D\u7F6E")]) : i("div")])]);
|
|
17043
|
+
})], 2) : e._e(), !e.firstPerson && !e.firstPerson.length && !e.personList && !e.personList.length ? i("div", {
|
|
17044
|
+
staticClass: "person-views-white"
|
|
17045
|
+
}, [e._v(" \u65E0\u9700\u8BBE\u7F6E ")]) : e._e()], 1), i("TopPopup", {
|
|
17046
|
+
ref: "TopPopup",
|
|
17047
|
+
attrs: {
|
|
17048
|
+
visible: e.visiblePerson,
|
|
17049
|
+
titleText: "\u9009\u4EBA",
|
|
17050
|
+
isDrawer: !0,
|
|
17051
|
+
isIndex: 199
|
|
17052
|
+
},
|
|
17053
|
+
on: {
|
|
17054
|
+
"update:visible": function(s) {
|
|
17055
|
+
return e.visiblePerson = s;
|
|
17056
|
+
}
|
|
17057
|
+
}
|
|
17058
|
+
}, [i("div", {
|
|
17059
|
+
staticStyle: {
|
|
17060
|
+
height: "100%"
|
|
17061
|
+
}
|
|
17062
|
+
}, [e.visiblePerson ? i("departPerson", e._b({
|
|
17063
|
+
attrs: {
|
|
17064
|
+
isTitle: !1,
|
|
17065
|
+
visible: e.visiblePerson,
|
|
17066
|
+
checkedArray: e.checkedArray
|
|
17067
|
+
},
|
|
17068
|
+
on: {
|
|
17069
|
+
"update:visible": function(s) {
|
|
17070
|
+
e.visiblePerson = s;
|
|
17071
|
+
},
|
|
17072
|
+
callback: e.handleCallback,
|
|
17073
|
+
cancel: e.handleCancel
|
|
17074
|
+
}
|
|
17075
|
+
}, "departPerson", e.entity, !1)) : e._e()], 1)]), i("TopPopup", {
|
|
17076
|
+
ref: "TopPopupDept",
|
|
17077
|
+
attrs: {
|
|
17078
|
+
visible: e.showDept,
|
|
17079
|
+
titleText: "\u9009\u62E9\u90E8\u95E8",
|
|
17080
|
+
isIndex: 99,
|
|
17081
|
+
className: "sumbmitPopup-index",
|
|
17082
|
+
comfigText: "\u786E\u5B9A",
|
|
17083
|
+
comfig: e.handleSumbitDept
|
|
17084
|
+
},
|
|
17085
|
+
on: {
|
|
17086
|
+
"update:visible": function(s) {
|
|
17087
|
+
return e.showDept = s;
|
|
17088
|
+
}
|
|
17089
|
+
}
|
|
17090
|
+
}, [i("div", {
|
|
17091
|
+
staticClass: "tree"
|
|
17092
|
+
}, e._l([].concat(e.deptList), function(s) {
|
|
17093
|
+
return i("div", {
|
|
17094
|
+
key: s.id,
|
|
17095
|
+
staticClass: "node"
|
|
17151
17096
|
}, [i("div", {
|
|
17152
|
-
staticClass: "
|
|
17097
|
+
staticClass: "node-p",
|
|
17153
17098
|
on: {
|
|
17154
|
-
click: function(
|
|
17155
|
-
return e.
|
|
17099
|
+
click: function(n) {
|
|
17100
|
+
return e.handleClickDept(s);
|
|
17156
17101
|
}
|
|
17157
17102
|
}
|
|
17158
|
-
}, [i("
|
|
17159
|
-
|
|
17160
|
-
|
|
17103
|
+
}, [e._v(e._s(s.label))]), s.children ? i("div", {
|
|
17104
|
+
staticClass: "children"
|
|
17105
|
+
}, e._l(s.children, function(n) {
|
|
17106
|
+
return i("div", {
|
|
17107
|
+
key: n.id,
|
|
17108
|
+
staticClass: "node-s",
|
|
17109
|
+
on: {
|
|
17110
|
+
click: function(r) {
|
|
17111
|
+
return e.handleClickDept(n);
|
|
17112
|
+
}
|
|
17113
|
+
}
|
|
17114
|
+
}, [e._v(" " + e._s(n.label) + " ")]);
|
|
17115
|
+
}), 0) : e._e()]);
|
|
17116
|
+
}), 0)]), i("TopPopup", {
|
|
17117
|
+
ref: "TopPopupFlow",
|
|
17118
|
+
staticClass: "top-pop-flow",
|
|
17119
|
+
attrs: {
|
|
17120
|
+
visible: e.showFlow,
|
|
17121
|
+
titleText: "\u67E5\u770B\u6D41\u7A0B\u56FE",
|
|
17122
|
+
isIndex: 99,
|
|
17123
|
+
className: "sumbmitPopup-index",
|
|
17124
|
+
comfigText: "\u5173\u95ED",
|
|
17125
|
+
comfig: e.handleSumbitFlow
|
|
17126
|
+
},
|
|
17127
|
+
on: {
|
|
17128
|
+
"update:visible": function(s) {
|
|
17129
|
+
return e.showFlow = s;
|
|
17161
17130
|
}
|
|
17162
|
-
}
|
|
17163
|
-
}
|
|
17164
|
-
ref: "
|
|
17131
|
+
}
|
|
17132
|
+
}, [e.showFlow && e.processXml ? i("BpmnLook", {
|
|
17133
|
+
ref: "PreviewRef",
|
|
17165
17134
|
attrs: {
|
|
17166
|
-
|
|
17167
|
-
|
|
17168
|
-
type: e.typeTips
|
|
17135
|
+
diagram: e.processXml,
|
|
17136
|
+
approvalData: e.approvalData
|
|
17169
17137
|
}
|
|
17170
|
-
}), i("PreviewImage", {
|
|
17138
|
+
}) : e._e()], 1), i("PreviewImage", {
|
|
17171
17139
|
attrs: {
|
|
17172
|
-
images: e.
|
|
17173
|
-
visible: e.
|
|
17174
|
-
indexd:
|
|
17140
|
+
images: e.trackUrl,
|
|
17141
|
+
visible: e.taskurlshow,
|
|
17142
|
+
indexd: 0,
|
|
17143
|
+
isOne: !0,
|
|
17144
|
+
isStyle: e.isStyle
|
|
17175
17145
|
},
|
|
17176
17146
|
on: {
|
|
17177
17147
|
"update:visible": function(s) {
|
|
17178
|
-
return e.
|
|
17148
|
+
return e.taskurlshow = s;
|
|
17179
17149
|
}
|
|
17180
17150
|
}
|
|
17151
|
+
}), i("TopTips", {
|
|
17152
|
+
ref: "topTips",
|
|
17153
|
+
attrs: {
|
|
17154
|
+
text: e.textTips,
|
|
17155
|
+
statusTips: e.statusTips,
|
|
17156
|
+
type: e.typeTips
|
|
17157
|
+
}
|
|
17181
17158
|
}), i("TopPopup", {
|
|
17182
|
-
ref: "
|
|
17159
|
+
ref: "TopPopupFF",
|
|
17183
17160
|
attrs: {
|
|
17184
|
-
visible: e.
|
|
17185
|
-
titleText: "\
|
|
17186
|
-
|
|
17187
|
-
|
|
17161
|
+
visible: e.flowForecastVisible,
|
|
17162
|
+
titleText: "\u6D41\u7A0B\u9884\u6D4B",
|
|
17163
|
+
isIndex: 129,
|
|
17164
|
+
cancel: e.flowForecastClose,
|
|
17165
|
+
comfig: e.flowForecastClose
|
|
17188
17166
|
},
|
|
17189
17167
|
on: {
|
|
17190
17168
|
"update:visible": function(s) {
|
|
17191
|
-
return e.
|
|
17169
|
+
return e.flowForecastVisible = s;
|
|
17192
17170
|
}
|
|
17193
17171
|
}
|
|
17194
|
-
}, [
|
|
17195
|
-
|
|
17196
|
-
|
|
17172
|
+
}, [i("div", {
|
|
17173
|
+
staticStyle: {
|
|
17174
|
+
margin: "20px"
|
|
17197
17175
|
}
|
|
17198
|
-
}
|
|
17199
|
-
|
|
17176
|
+
}, [i("div", {
|
|
17177
|
+
staticStyle: {
|
|
17178
|
+
"margin-left": "10px",
|
|
17179
|
+
"margin-bottom": "10px"
|
|
17180
|
+
},
|
|
17181
|
+
domProps: {
|
|
17182
|
+
innerHTML: e._s(e.flowForecastData.completeTime)
|
|
17183
|
+
}
|
|
17184
|
+
}), i("div", {
|
|
17185
|
+
staticClass: "timeline"
|
|
17186
|
+
}, e._l(e.flowForecastData.processBudgetModelList, function(s, n) {
|
|
17187
|
+
return i("div", {
|
|
17188
|
+
key: n,
|
|
17189
|
+
staticClass: "timeline-item"
|
|
17190
|
+
}, [i("div", {
|
|
17191
|
+
staticClass: "item-top"
|
|
17192
|
+
}, [i("div", {
|
|
17193
|
+
staticClass: "top-spot"
|
|
17194
|
+
}, [i("div", {
|
|
17195
|
+
staticClass: "spot",
|
|
17196
|
+
class: {
|
|
17197
|
+
active: n == 0
|
|
17198
|
+
}
|
|
17199
|
+
})]), i("div", {
|
|
17200
|
+
staticClass: "top-title"
|
|
17201
|
+
}, [e._v(e._s(s.title))])]), i("div", {
|
|
17202
|
+
staticClass: "item-bottom",
|
|
17203
|
+
class: {
|
|
17204
|
+
last: n == e.flowForecastData.processBudgetModelList.length - 1
|
|
17205
|
+
}
|
|
17206
|
+
}, [i("span", {
|
|
17207
|
+
staticStyle: {
|
|
17208
|
+
color: "#009800"
|
|
17209
|
+
}
|
|
17210
|
+
}, [e._v(" \u6267\u884C\u4EBA\uFF1A" + e._s(s.excutor) + " ")])])]);
|
|
17211
|
+
}), 0)])])], 1);
|
|
17212
|
+
}, n0 = [];
|
|
17200
17213
|
const Go = {};
|
|
17201
|
-
var
|
|
17214
|
+
var r0 = /* @__PURE__ */ ve(
|
|
17215
|
+
i0,
|
|
17202
17216
|
s0,
|
|
17203
17217
|
n0,
|
|
17204
|
-
r0,
|
|
17205
17218
|
!1,
|
|
17206
|
-
|
|
17207
|
-
"
|
|
17219
|
+
a0,
|
|
17220
|
+
"5693a855",
|
|
17208
17221
|
null,
|
|
17209
17222
|
null
|
|
17210
17223
|
);
|
|
17211
|
-
function
|
|
17224
|
+
function a0(e) {
|
|
17212
17225
|
for (let t in Go)
|
|
17213
17226
|
this[t] = Go[t];
|
|
17214
17227
|
}
|
|
17215
|
-
const
|
|
17216
|
-
return
|
|
17228
|
+
const o0 = /* @__PURE__ */ function() {
|
|
17229
|
+
return r0.exports;
|
|
17217
17230
|
}(), l0 = "data:image/png;base64,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";
|
|
17218
17231
|
var c0 = function() {
|
|
17219
17232
|
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
@@ -17549,7 +17562,7 @@ const g0 = {
|
|
|
17549
17562
|
},
|
|
17550
17563
|
components: {
|
|
17551
17564
|
TopTips: pt,
|
|
17552
|
-
attchViews:
|
|
17565
|
+
attchViews: Gi,
|
|
17553
17566
|
TopPopup: nt,
|
|
17554
17567
|
departPerson: qt,
|
|
17555
17568
|
MsgList: As
|
|
@@ -17912,7 +17925,7 @@ const C0 = {
|
|
|
17912
17925
|
},
|
|
17913
17926
|
components: {
|
|
17914
17927
|
TopTips: pt,
|
|
17915
|
-
attchViews:
|
|
17928
|
+
attchViews: Gi,
|
|
17916
17929
|
TopPopup: nt,
|
|
17917
17930
|
departPerson: qt,
|
|
17918
17931
|
MsgList: As
|
|
@@ -17959,14 +17972,13 @@ const C0 = {
|
|
|
17959
17972
|
watch: {
|
|
17960
17973
|
param: {
|
|
17961
17974
|
handler(e, t) {
|
|
17962
|
-
this.nextNodeData = e.nextNodeData, this.taskNode = e.taskNode, this.outGatewayUserTaskModel = e.outGatewayUserTaskModel, this.actionName = e.actionName, e.nextNodeData.length ? this.nextNodeData[0].type == "userTask" || this.nextNodeData[0].type == "UserTaskModel" ? (this.entity.multiple = !0, this.entity.codeType = this.param.isCodeType || [3], this.entity.source = "1", this.entity.checkedArray = [], this.entity.type = this.param.isCheckType || "0", this.entity.orgType = this.param.isOrgType || [0]) : this.nextNodeData[0].type == "ExclusiveGatewayModel" || this.nextNodeData[0].type == "InclusiveGatewayModel" : e.outGatewayUserTaskModel.length && (e.outGatewayUserTaskModel[0].type == "userTask" ? (this.entity.multiple = !0, this.entity.codeType = this.param.isCodeType || [3], this.entity.source = "1", this.entity.checkedArray = [], this.entity.type = this.param.isCheckType || "0", this.entity.orgType = this.param.isOrgType || [0]) : e.outGatewayUserTaskModel[0].type == "ExclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "InclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "UserTaskModel" && (this.entity.multiple = !0, this.entity.codeType = this.param.isCodeType || [3], this.entity.source = "1", this.entity.checkedArray = [], this.entity.type = this.param.isCheckType || "0", this.entity.orgType = this.param.isOrgType || [0]));
|
|
17975
|
+
this.nextNodeData = e.nextNodeData, this.taskNode = e.taskNode, this.outGatewayUserTaskModel = e.outGatewayUserTaskModel, this.actionName = e.actionName, this.attachShow(), e.nextNodeData.length ? this.nextNodeData[0].type == "userTask" || this.nextNodeData[0].type == "UserTaskModel" ? (this.entity.multiple = !0, this.entity.codeType = this.param.isCodeType || [3], this.entity.source = "1", this.entity.checkedArray = [], this.entity.type = this.param.isCheckType || "0", this.entity.orgType = this.param.isOrgType || [0]) : this.nextNodeData[0].type == "ExclusiveGatewayModel" || this.nextNodeData[0].type == "InclusiveGatewayModel" : e.outGatewayUserTaskModel.length && (e.outGatewayUserTaskModel[0].type == "userTask" ? (this.entity.multiple = !0, this.entity.codeType = this.param.isCodeType || [3], this.entity.source = "1", this.entity.checkedArray = [], this.entity.type = this.param.isCheckType || "0", this.entity.orgType = this.param.isOrgType || [0]) : e.outGatewayUserTaskModel[0].type == "ExclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "InclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "UserTaskModel" && (this.entity.multiple = !0, this.entity.codeType = this.param.isCodeType || [3], this.entity.source = "1", this.entity.checkedArray = [], this.entity.type = this.param.isCheckType || "0", this.entity.orgType = this.param.isOrgType || [0]));
|
|
17963
17976
|
},
|
|
17964
17977
|
immediate: !0,
|
|
17965
17978
|
deep: !0
|
|
17966
17979
|
}
|
|
17967
17980
|
},
|
|
17968
17981
|
created() {
|
|
17969
|
-
this.makeDelegateTaskButtonAnnex();
|
|
17970
17982
|
},
|
|
17971
17983
|
methods: {
|
|
17972
17984
|
handleMakeMsg() {
|
|
@@ -18007,6 +18019,21 @@ const C0 = {
|
|
|
18007
18019
|
t.code == 200 ? (this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), window.top.postMessage("success", "*"), this.handleFinal(), this.commentMsg = "") : this.handleTips(t.msg, !0, "error");
|
|
18008
18020
|
});
|
|
18009
18021
|
},
|
|
18022
|
+
attachShow(e = "\u529E\u7406") {
|
|
18023
|
+
const t = (this.param || {}).extendedProperties || [];
|
|
18024
|
+
let i = !1, s, n = "";
|
|
18025
|
+
s = t.find((a) => a.name == "delegateTaskButtonAnnex"), n = s ? s.value : "", n && (i = !0);
|
|
18026
|
+
let r = "";
|
|
18027
|
+
if (typeof n != "string" && n != null && n.map((a) => {
|
|
18028
|
+
a.indexOf(this.operationLabel) != -1 && (i = !0, r = a);
|
|
18029
|
+
}), r && (n = r), i) {
|
|
18030
|
+
const a = n.split(":");
|
|
18031
|
+
this.attachRule.required = a[1] == "true", this.attachRule.limit = a[2] == -1 ? 999 : a[2], this.otherList = n;
|
|
18032
|
+
let o = this.otherList.split(":");
|
|
18033
|
+
this.limit = o[2], this.requires = JSON.parse(o[1]), this.labels = o[0];
|
|
18034
|
+
}
|
|
18035
|
+
return console.log(i, "sign", this.labels, this.limit), i;
|
|
18036
|
+
},
|
|
18010
18037
|
makeDelegateTaskButtonAnnex() {
|
|
18011
18038
|
if (this.param.annex && this.param.annex.length) {
|
|
18012
18039
|
this.otherList = this.param.annex;
|
|
@@ -18061,7 +18088,7 @@ var w0 = /* @__PURE__ */ ve(
|
|
|
18061
18088
|
b0,
|
|
18062
18089
|
!1,
|
|
18063
18090
|
E0,
|
|
18064
|
-
"
|
|
18091
|
+
"3e18ae74",
|
|
18065
18092
|
null,
|
|
18066
18093
|
null
|
|
18067
18094
|
);
|
|
@@ -18392,24 +18419,22 @@ const k0 = {
|
|
|
18392
18419
|
humanPerformer: {
|
|
18393
18420
|
name: e.humanPerformerName
|
|
18394
18421
|
}
|
|
18395
|
-
} : this.handleTips("\u52A0\u8F7D\u5931\u8D25,\u8BF7\u5237\u65B0", !0, "error"), e.humanPerformer.name == "\u56FA\u5B9A\u5355\u4F4D" || e.humanPerformerName == "\u56FA\u5B9A\u5355\u4F4D") {
|
|
18422
|
+
} : this.handleTips("\u52A0\u8F7D\u5931\u8D25,\u8BF7\u5237\u65B0", !0, "error"), console.log(e, "itemsssssssss"), e.humanPerformer.name == "\u56FA\u5B9A\u5355\u4F4D" || e.humanPerformerName == "\u56FA\u5B9A\u5355\u4F4D") {
|
|
18396
18423
|
let t, i = [];
|
|
18397
|
-
e.
|
|
18398
|
-
t = s.name, s.id;
|
|
18399
|
-
}), this.multiNodeParticipant[e.id] && this.multiNodeParticipant[e.id].length && this.partNodeArr[e.id].forEach((s, n) => {
|
|
18424
|
+
console.log(this.multiNodeParticipant, e, "multiNodeParticipant"), this.multiNodeParticipant[e.id] && this.multiNodeParticipant[e.id].length && this.partNodeArr[e.id].forEach((s, n) => {
|
|
18400
18425
|
i.push({
|
|
18401
18426
|
type: 3,
|
|
18402
18427
|
id: s.id,
|
|
18403
18428
|
subjectId: s.subjectId
|
|
18404
18429
|
});
|
|
18405
|
-
}), this.entity = {
|
|
18430
|
+
}), console.error(this.param.request, "param"), this.entity = {
|
|
18406
18431
|
source: "1",
|
|
18407
18432
|
type: this.param.isCheckType || "0",
|
|
18408
18433
|
orgType: this.param.isOrgType || [0],
|
|
18409
18434
|
request: this.param.request,
|
|
18410
18435
|
codeType: this.param.isCodeType || [3],
|
|
18411
|
-
multiple: e.loopCardinality != 1,
|
|
18412
|
-
maxMultiple: e.loopCardinality
|
|
18436
|
+
multiple: e.loopCardinality != -1,
|
|
18437
|
+
maxMultiple: e.loopCardinality != -1 ? 100 : 1,
|
|
18413
18438
|
subjectName: t,
|
|
18414
18439
|
checkedArray: i
|
|
18415
18440
|
};
|
|
@@ -18472,14 +18497,14 @@ const k0 = {
|
|
|
18472
18497
|
id: i.id,
|
|
18473
18498
|
subjectId: i.subjectId
|
|
18474
18499
|
});
|
|
18475
|
-
}), this.entity = {
|
|
18500
|
+
}), console.error(this.param.request, "par"), this.entity = {
|
|
18476
18501
|
source: "1",
|
|
18477
18502
|
type: this.param.isCheckType || "0",
|
|
18478
18503
|
orgType: this.param.isOrgType || [0],
|
|
18479
18504
|
request: this.param.request,
|
|
18480
18505
|
codeType: this.param.isCodeType || [3],
|
|
18481
|
-
multiple: e.loopCardinality != 1,
|
|
18482
|
-
maxMultiple: e.loopCardinality
|
|
18506
|
+
multiple: e.loopCardinality != -1,
|
|
18507
|
+
maxMultiple: e.loopCardinality != -1 ? 100 : 1,
|
|
18483
18508
|
checkedArray: t
|
|
18484
18509
|
};
|
|
18485
18510
|
}
|
|
@@ -18507,7 +18532,7 @@ var N0 = /* @__PURE__ */ ve(
|
|
|
18507
18532
|
I0,
|
|
18508
18533
|
!1,
|
|
18509
18534
|
S0,
|
|
18510
|
-
"
|
|
18535
|
+
"0738b5a2",
|
|
18511
18536
|
null,
|
|
18512
18537
|
null
|
|
18513
18538
|
);
|
|
@@ -18584,7 +18609,7 @@ var _0 = function() {
|
|
|
18584
18609
|
var e = this, t = e.$createElement, i = e._self._c || t;
|
|
18585
18610
|
return i("div", {
|
|
18586
18611
|
staticClass: "treeperson-title"
|
|
18587
|
-
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\
|
|
18612
|
+
}, [e._v(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B91 "), i("span", {
|
|
18588
18613
|
staticClass: "treeperson-title--re"
|
|
18589
18614
|
}, [e._v("*")])]);
|
|
18590
18615
|
}, function() {
|
|
@@ -18634,11 +18659,11 @@ const D0 = {
|
|
|
18634
18659
|
watch: {
|
|
18635
18660
|
items: {
|
|
18636
18661
|
handler(e, t) {
|
|
18637
|
-
e && e.length && (this.nodeType == "nexting" ? (this.nodeItems = [], this.childrenEndItems = !0, e.forEach((i) => {
|
|
18662
|
+
e && e.length && (console.log(e, "ceshi\u6570\u636E\u53D8\u5316"), this.nodeType == "nexting" ? (this.nodeItems = [], this.childrenEndItems = !0, e.forEach((i) => {
|
|
18638
18663
|
i = {
|
|
18639
18664
|
...i,
|
|
18640
18665
|
...i.userTaskModelDTO
|
|
18641
|
-
}, i.humanPerformerName = i.humanPerformer.name, this.nodeItems.push(i);
|
|
18666
|
+
}, i.humanPerformerName = i.humanPerformer.name, console.log("\u6253\u5370\u5F53\u524D\u5904\u7406\u540E\u6570\u636E", i), this.nodeItems.push(i);
|
|
18642
18667
|
})) : this.nodeType == "outing" && (this.nodeItems = e), this.nodeItems.length == 1 && this.nodeItems[0].type == "ExclusiveGatewayModel" && this.nodeItems[0].childNode && this.nodeItems[0].childNode.length == 1 && this.handleFirstNodeClick(this.nodeItems[0]));
|
|
18643
18668
|
},
|
|
18644
18669
|
immediate: !0,
|
|
@@ -18680,7 +18705,7 @@ var M0 = /* @__PURE__ */ ve(
|
|
|
18680
18705
|
B0,
|
|
18681
18706
|
!1,
|
|
18682
18707
|
O0,
|
|
18683
|
-
"
|
|
18708
|
+
"6397d5bb",
|
|
18684
18709
|
null,
|
|
18685
18710
|
null
|
|
18686
18711
|
);
|
|
@@ -18871,7 +18896,7 @@ var U0 = function() {
|
|
|
18871
18896
|
}
|
|
18872
18897
|
}, [e.historyPics[0] ? i("img", {
|
|
18873
18898
|
attrs: {
|
|
18874
|
-
src: e.historyPics[0] ? e.historyPics[0] : "",
|
|
18899
|
+
src: e.historyPics[0] ? e.historyPics[0].url : "",
|
|
18875
18900
|
fit: "scale-down"
|
|
18876
18901
|
}
|
|
18877
18902
|
}) : e._e()]), i("div", {
|
|
@@ -18881,9 +18906,9 @@ var U0 = function() {
|
|
|
18881
18906
|
return e.useHistory(1);
|
|
18882
18907
|
}
|
|
18883
18908
|
}
|
|
18884
|
-
}, [e.historyPics[1] ? i("img", {
|
|
18909
|
+
}, [e.historyPics[1] && e.historyPics[1].url ? i("img", {
|
|
18885
18910
|
attrs: {
|
|
18886
|
-
src: e.historyPics[1]
|
|
18911
|
+
src: e.historyPics[1].url,
|
|
18887
18912
|
fit: "scale-down"
|
|
18888
18913
|
}
|
|
18889
18914
|
}) : e._e()]), i("div", {
|
|
@@ -18896,9 +18921,9 @@ var U0 = function() {
|
|
|
18896
18921
|
return e.useHistory(2);
|
|
18897
18922
|
}
|
|
18898
18923
|
}
|
|
18899
|
-
}, [e.historyPics[2] ? i("img", {
|
|
18924
|
+
}, [e.historyPics[2] && e.historyPics[2].url ? i("img", {
|
|
18900
18925
|
attrs: {
|
|
18901
|
-
src: e.historyPics[2]
|
|
18926
|
+
src: e.historyPics[2].url,
|
|
18902
18927
|
fit: "scale-down"
|
|
18903
18928
|
}
|
|
18904
18929
|
}) : e._e()])]), i("div", {
|
|
@@ -18941,6 +18966,13 @@ var U0 = function() {
|
|
|
18941
18966
|
})], 1);
|
|
18942
18967
|
}, G0 = [];
|
|
18943
18968
|
const q0 = {
|
|
18969
|
+
props: {
|
|
18970
|
+
request: {
|
|
18971
|
+
type: Function,
|
|
18972
|
+
default: () => {
|
|
18973
|
+
}
|
|
18974
|
+
}
|
|
18975
|
+
},
|
|
18944
18976
|
components: {
|
|
18945
18977
|
signDrawer: Pu
|
|
18946
18978
|
},
|
|
@@ -19039,18 +19071,9 @@ const q0 = {
|
|
|
19039
19071
|
this.savaClock = !0;
|
|
19040
19072
|
let e = this;
|
|
19041
19073
|
if (this.$refs.canvasRef.getContext) {
|
|
19042
|
-
let
|
|
19043
|
-
const
|
|
19044
|
-
|
|
19045
|
-
const a = new Blob([s], { type: "text/plain" }), p = new File([a], "text.txt").size / 1024;
|
|
19046
|
-
let h = 64 * i / p, g = this.getRotatedDataURL(n, -90, h);
|
|
19047
|
-
if (s = this.fixAccuracy(g, h), !s) {
|
|
19048
|
-
this.savaClock = !1, this.$emit("validateFail", "\u8BF7\u7B80\u5316\u7B7E\u5B57!");
|
|
19049
|
-
return;
|
|
19050
|
-
}
|
|
19051
|
-
this.signatureImage = s || "";
|
|
19052
|
-
let C = JSON.parse(localStorage.getItem("signaturesArr")) || [];
|
|
19053
|
-
C.unshift(this.signatureImage), this.historyPics = C.slice(0, 3), localStorage.setItem("signaturesArr", JSON.stringify(this.historyPics)), this.savaClock = !1, this.$emit("saveSignature", this.signatureImage, !0);
|
|
19074
|
+
let t = 0.6;
|
|
19075
|
+
const i = document.getElementById("canvas-id");
|
|
19076
|
+
return this.getRotatedDataURL(i, -90, t), !0;
|
|
19054
19077
|
} else
|
|
19055
19078
|
uni.canvasToTempFilePath({
|
|
19056
19079
|
canvasId: "canvas-id",
|
|
@@ -19083,7 +19106,27 @@ const q0 = {
|
|
|
19083
19106
|
n * Math.abs(Math.cos(r))
|
|
19084
19107
|
);
|
|
19085
19108
|
const l = document.createElement("canvas"), p = l.getContext("2d");
|
|
19086
|
-
|
|
19109
|
+
l.width = a, l.height = o, p.translate(a / 2, o / 2), p.rotate(r), p.drawImage(e, -s / 2, -n / 2, s, n), l.toBlob((h) => {
|
|
19110
|
+
this.uploadImage(h);
|
|
19111
|
+
}, "image/png", 0.95);
|
|
19112
|
+
},
|
|
19113
|
+
async uploadImage(e, t) {
|
|
19114
|
+
this.loading = !0;
|
|
19115
|
+
const i = new FormData();
|
|
19116
|
+
i.append("file", e, t || `signature-${Date.now()}.png`);
|
|
19117
|
+
const s = await this.request.post(
|
|
19118
|
+
"/file/upload",
|
|
19119
|
+
i,
|
|
19120
|
+
{
|
|
19121
|
+
headers: {
|
|
19122
|
+
"Content-Type": "multipart/form-data"
|
|
19123
|
+
}
|
|
19124
|
+
}
|
|
19125
|
+
);
|
|
19126
|
+
if (console.log(s), this.loading = !1, !s.success)
|
|
19127
|
+
return;
|
|
19128
|
+
let n = JSON.parse(localStorage.getItem("signaturesArr")) || [];
|
|
19129
|
+
n.unshift(s.data), this.$set(this, "historyPics", n.slice(0, 3)), localStorage.setItem("signaturesArr", JSON.stringify(this.historyPics)), this.$emit("saveSignature", s.data, !0);
|
|
19087
19130
|
}
|
|
19088
19131
|
},
|
|
19089
19132
|
computed: {
|
|
@@ -19119,7 +19162,7 @@ var J0 = /* @__PURE__ */ ve(
|
|
|
19119
19162
|
G0,
|
|
19120
19163
|
!1,
|
|
19121
19164
|
H0,
|
|
19122
|
-
"
|
|
19165
|
+
"58762489",
|
|
19123
19166
|
null,
|
|
19124
19167
|
null
|
|
19125
19168
|
);
|
|
@@ -19235,7 +19278,7 @@ var W0 = function() {
|
|
|
19235
19278
|
}
|
|
19236
19279
|
}, [e._v("\u8BBE\u7F6E\u4E3A\u5E38\u7528\u610F\u89C1")])]) : e._e()])]) : e._e(), i("div", {
|
|
19237
19280
|
staticClass: "process-popup-content-person"
|
|
19238
|
-
}, [
|
|
19281
|
+
}, [e.nextNodeData.length == 1 && e.nextNodeData[0].nodeType == "endEvent" ? i("div", [e._v(" \u4E0B\u4E00\u8282\u70B9\uFF1A\u7ED3\u675F\u4E8B\u4EF6 ")]) : i("TreePerson", {
|
|
19239
19282
|
attrs: {
|
|
19240
19283
|
items: e.nextNodeData,
|
|
19241
19284
|
nodeType: "nexting",
|
|
@@ -19245,7 +19288,7 @@ var W0 = function() {
|
|
|
19245
19288
|
onMultiNode: e.onMultiNode,
|
|
19246
19289
|
onMultiNodeObj: e.onMultiNodeObj
|
|
19247
19290
|
}
|
|
19248
|
-
})]
|
|
19291
|
+
})], 1), e._t("completeSlot"), i("TopTips", {
|
|
19249
19292
|
ref: "topTips",
|
|
19250
19293
|
attrs: {
|
|
19251
19294
|
text: e.textTips,
|
|
@@ -19344,6 +19387,9 @@ var W0 = function() {
|
|
|
19344
19387
|
height: "100%"
|
|
19345
19388
|
}
|
|
19346
19389
|
}, [e.signVisible ? i("TopSign", {
|
|
19390
|
+
attrs: {
|
|
19391
|
+
request: e.param.request
|
|
19392
|
+
},
|
|
19347
19393
|
on: {
|
|
19348
19394
|
saveSignature: e.handleSignature,
|
|
19349
19395
|
validateFail: e.noticeFail,
|
|
@@ -19362,7 +19408,7 @@ const z0 = {
|
|
|
19362
19408
|
},
|
|
19363
19409
|
components: {
|
|
19364
19410
|
TopTips: pt,
|
|
19365
|
-
attchViews:
|
|
19411
|
+
attchViews: Gi,
|
|
19366
19412
|
TopPopup: nt,
|
|
19367
19413
|
departPerson: qt,
|
|
19368
19414
|
MsgList: As,
|
|
@@ -19386,15 +19432,16 @@ const z0 = {
|
|
|
19386
19432
|
return !1;
|
|
19387
19433
|
},
|
|
19388
19434
|
signRequired() {
|
|
19389
|
-
|
|
19390
|
-
let e = JSON.parse(this.param.taskObj.activityExtendAttributes);
|
|
19391
|
-
return e.find((t) => t.key == "\u7B7E\u5B57") ? e.find((t) => t.key == "\u7B7E\u5B57").value == "1" : !1;
|
|
19392
|
-
} else
|
|
19393
|
-
return !1;
|
|
19435
|
+
return !!this.param.extendedProperties.find((t) => t.name == "signature");
|
|
19394
19436
|
}
|
|
19395
19437
|
},
|
|
19396
19438
|
data() {
|
|
19397
19439
|
return {
|
|
19440
|
+
showFile: !1,
|
|
19441
|
+
attachRule: {
|
|
19442
|
+
limit: 0,
|
|
19443
|
+
required: !1
|
|
19444
|
+
},
|
|
19398
19445
|
partNodeArr: {},
|
|
19399
19446
|
commentMsg: "",
|
|
19400
19447
|
style: {
|
|
@@ -19451,7 +19498,7 @@ const z0 = {
|
|
|
19451
19498
|
watch: {
|
|
19452
19499
|
"param.visible": {
|
|
19453
19500
|
handler(e, t) {
|
|
19454
|
-
this.nextNodeData = this.param.nextNodeData, this.taskNode = this.param.taskNode, this.outGatewayUserTaskModel = this.param.outGatewayUserTaskModel, this.actionName = this.param.actionName, this.outGatewayUserTaskModel && this.outGatewayUserTaskModel.length && this.outGatewayUserTaskModel.map((i) => {
|
|
19501
|
+
this.nextNodeData = this.param.nextNodeData, this.taskNode = this.param.taskNode, this.outGatewayUserTaskModel = this.param.outGatewayUserTaskModel, this.actionName = this.param.actionName, this.attachShow(), console.log(this.showFile, "showFile:::"), this.outGatewayUserTaskModel && this.outGatewayUserTaskModel.length && this.outGatewayUserTaskModel.map((i) => {
|
|
19455
19502
|
i.type !== "endEvent" && (i.userTaskModelDTO = {
|
|
19456
19503
|
name: i.name,
|
|
19457
19504
|
humanPerformer: {
|
|
@@ -19463,7 +19510,7 @@ const z0 = {
|
|
|
19463
19510
|
name: i.humanPerformerName
|
|
19464
19511
|
});
|
|
19465
19512
|
}), this.nextNodeData && this.nextNodeData.length ? (this.nextNodeData.map((i, s) => {
|
|
19466
|
-
i.
|
|
19513
|
+
i.nodeType !== "endEvent" && (i.userTaskModelDTO || (i.userTaskModelDTO = {
|
|
19467
19514
|
name: i.name,
|
|
19468
19515
|
humanPerformer: {
|
|
19469
19516
|
name: i.humanPerformerName
|
|
@@ -19481,7 +19528,7 @@ const z0 = {
|
|
|
19481
19528
|
).then((i) => {
|
|
19482
19529
|
i.code == 200 && (this.personMakeList = i.data);
|
|
19483
19530
|
})) : this.outGatewayUserTaskModel && this.outGatewayUserTaskModel.length && this.outGatewayUserTaskModel.map((i, s) => {
|
|
19484
|
-
i.
|
|
19531
|
+
i.nodeType !== "endEvent" && i.participantList && i.participantList.length && i.participantList.map((n) => {
|
|
19485
19532
|
this.multiNodeParticipant[i.id] || (this.multiNodeParticipant[i.id] = []), this.partNode[i.id] || (this.partNode[i.id] = []), this.multiNodeParticipant[i.id].includes(n.id) || this.multiNodeParticipant[i.id].push(n.id), this.partNode[i.id].includes(n.name) || this.partNode[i.id].push(n.name);
|
|
19486
19533
|
});
|
|
19487
19534
|
});
|
|
@@ -19621,7 +19668,7 @@ const z0 = {
|
|
|
19621
19668
|
this.visibleListMsg = !0;
|
|
19622
19669
|
},
|
|
19623
19670
|
async confirm() {
|
|
19624
|
-
this.commonConfirm();
|
|
19671
|
+
this.signRequired ? this.signConfirm() : this.commonConfirm();
|
|
19625
19672
|
},
|
|
19626
19673
|
async commonConfirm() {
|
|
19627
19674
|
if (this.param.ProcessInsObj.processDefId == "obj_94014ede99b6495d8f6d5977314faa15" && (this.commentMsg = "\u540C\u610F"), !this.commentMsg && this.param.isRequire) {
|
|
@@ -19663,6 +19710,10 @@ const z0 = {
|
|
|
19663
19710
|
}
|
|
19664
19711
|
e = this.multiNodeParticipant;
|
|
19665
19712
|
}
|
|
19713
|
+
if (this.signRequired) {
|
|
19714
|
+
this.signVisible = !0;
|
|
19715
|
+
return;
|
|
19716
|
+
}
|
|
19666
19717
|
if (this.param.beforeFunction && !await this.param.beforeFunction())
|
|
19667
19718
|
return;
|
|
19668
19719
|
this.handleTips("", !0, "loading"), this.param.actionComplete, this.commentMsg, this.param.taskInstId, this.param.vars || this.gateVars;
|
|
@@ -19679,16 +19730,10 @@ const z0 = {
|
|
|
19679
19730
|
commentMsg: this.commentMsg,
|
|
19680
19731
|
taskId: this.param.taskInstId,
|
|
19681
19732
|
vars: this.param.vars || this.gateVars,
|
|
19682
|
-
multiNodeParticipant: e
|
|
19733
|
+
multiNodeParticipant: e,
|
|
19734
|
+
attachment: this.attchLists
|
|
19683
19735
|
}).then((s) => {
|
|
19684
|
-
|
|
19685
|
-
if (this.attchLists.length > 0) {
|
|
19686
|
-
this.uploadAttch();
|
|
19687
|
-
return;
|
|
19688
|
-
}
|
|
19689
|
-
this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), window.top.postMessage("success", "*"), this.handleFinal(), this.commentMsg = "";
|
|
19690
|
-
} else
|
|
19691
|
-
this.handleTips(s.msg, !0, "error");
|
|
19736
|
+
s.code == 200 ? (this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), window.top.postMessage("success", "*"), this.handleFinal(), this.commentMsg = "") : this.handleTips(s.msg, !0, "error");
|
|
19692
19737
|
});
|
|
19693
19738
|
},
|
|
19694
19739
|
async signConfirm(e = !0) {
|
|
@@ -19712,14 +19757,14 @@ const z0 = {
|
|
|
19712
19757
|
let t = {};
|
|
19713
19758
|
if (this.radioCheckNameList && this.radioCheckNameList.length) {
|
|
19714
19759
|
if (this.radioCheckChild[0].type !== "EndEventModel") {
|
|
19715
|
-
let
|
|
19716
|
-
if (this.radioCheckNameList.map((
|
|
19717
|
-
(!this.multiNodeParticipant[
|
|
19718
|
-
|
|
19719
|
-
(!this.multiNodeParticipant[
|
|
19760
|
+
let n = 0;
|
|
19761
|
+
if (this.radioCheckNameList.map((r, a) => {
|
|
19762
|
+
(!this.multiNodeParticipant[r] || !this.multiNodeParticipant[r].length) && this.radioCheckChild.map((o, l) => {
|
|
19763
|
+
o.id == r && (o.humanPerformerName !== "\u56FA\u5B9A\u8D26\u6237" || o.humanPerformerName !== "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173") && (!o.childNode || !o.childNode.length ? n += 1 : this.radioCheckNode.map((p, h) => {
|
|
19764
|
+
(!this.multiNodeParticipant[p] || !this.multiNodeParticipant[p].length) && (n += 1), t[p] = this.multiNodeParticipant[p];
|
|
19720
19765
|
}));
|
|
19721
|
-
}), t[
|
|
19722
|
-
}),
|
|
19766
|
+
}), t[r] = this.multiNodeParticipant[r];
|
|
19767
|
+
}), n > 0) {
|
|
19723
19768
|
this.handleTips("\u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA!", !1, "success");
|
|
19724
19769
|
return;
|
|
19725
19770
|
}
|
|
@@ -19739,30 +19784,45 @@ const z0 = {
|
|
|
19739
19784
|
this.handleTips("\u8BF7\u7B7E\u5B57!", !1, "success");
|
|
19740
19785
|
return;
|
|
19741
19786
|
}
|
|
19742
|
-
this.param.beforeFunction && !await this.param.beforeFunction()
|
|
19787
|
+
if (this.param.beforeFunction && !await this.param.beforeFunction())
|
|
19788
|
+
return;
|
|
19789
|
+
this.handleTips("", !0, "loading"), this.signVisible = !1;
|
|
19790
|
+
let i = [];
|
|
19791
|
+
const s = Array.isArray(this.param.nextNodeData) ? this.param.nextNodeData[0] : this.param.nextNodeData;
|
|
19792
|
+
s.setPersonnel ? i = s.assignees : i = (this.partNodeArr[s.id] || []).map((n) => ({
|
|
19793
|
+
id: n.id,
|
|
19794
|
+
name: n.name
|
|
19795
|
+
})), await this.param.request.post("/bladex/blade-workflow/tis/complete", {
|
|
19796
|
+
pass: !0,
|
|
19797
|
+
assignees: i,
|
|
19798
|
+
processInstanceId: this.param.processInstId,
|
|
19743
19799
|
actionName: this.param.actionComplete,
|
|
19744
19800
|
commentMsg: this.commentMsg,
|
|
19745
|
-
|
|
19801
|
+
taskId: this.param.taskInstId,
|
|
19746
19802
|
vars: this.param.vars || this.gateVars,
|
|
19747
19803
|
multiNodeParticipant: t,
|
|
19748
|
-
digitalSignature: this.digitalSignature
|
|
19749
|
-
|
|
19750
|
-
|
|
19751
|
-
|
|
19752
|
-
|
|
19753
|
-
|
|
19754
|
-
|
|
19755
|
-
|
|
19756
|
-
|
|
19757
|
-
|
|
19758
|
-
|
|
19804
|
+
digitalSignature: this.digitalSignature,
|
|
19805
|
+
attachment: this.attchLists
|
|
19806
|
+
}).then((n) => {
|
|
19807
|
+
n.code == 200 ? (this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), window.top.postMessage("success", "*"), this.handleFinal(), this.commentMsg = "") : this.handleTips(n.msg, !0, "error");
|
|
19808
|
+
});
|
|
19809
|
+
},
|
|
19810
|
+
attachShow(e = "\u529E\u7406") {
|
|
19811
|
+
const t = (this.param || {}).extendedProperties || [];
|
|
19812
|
+
let i = !1, s, n = "";
|
|
19813
|
+
s = t.find((a) => a.name == "completeButtonAnnex"), n = s ? s.value : "", n && (i = !0);
|
|
19814
|
+
let r = "";
|
|
19815
|
+
if (typeof n != "string" && n != null && n.map((a) => {
|
|
19816
|
+
a.indexOf(this.operationLabel) != -1 && (i = !0, r = a);
|
|
19817
|
+
}), r && (n = r), i) {
|
|
19818
|
+
const a = n.split(":");
|
|
19819
|
+
this.attachRule.required = a[1] == "true", this.attachRule.limit = a[2] == -1 ? 999 : a[2], this.otherList = n;
|
|
19820
|
+
let o = this.otherList.split(":");
|
|
19821
|
+
this.limit = o[2], this.requires = JSON.parse(o[1]), this.labels = o[0];
|
|
19822
|
+
}
|
|
19823
|
+
return console.log(i, "sign", this.labels, this.limit), i;
|
|
19759
19824
|
},
|
|
19760
19825
|
makeDelegateTaskButtonAnnex() {
|
|
19761
|
-
if (this.param.annex && this.param.annex.length) {
|
|
19762
|
-
this.otherList = this.param.annex;
|
|
19763
|
-
let e = this.otherList.split(";");
|
|
19764
|
-
this.limit = e[2], this.labels = e[0];
|
|
19765
|
-
}
|
|
19766
19826
|
},
|
|
19767
19827
|
handleCallback(e) {
|
|
19768
19828
|
this.visible = !1, this.multiNodeParticipant[this.partObjId] = [], this.partNode[this.partObjId] = [], e.map((t, i) => {
|
|
@@ -19823,7 +19883,7 @@ var Z0 = /* @__PURE__ */ ve(
|
|
|
19823
19883
|
Y0,
|
|
19824
19884
|
!1,
|
|
19825
19885
|
X0,
|
|
19826
|
-
"
|
|
19886
|
+
"740eb947",
|
|
19827
19887
|
null,
|
|
19828
19888
|
null
|
|
19829
19889
|
);
|
|
@@ -20033,7 +20093,7 @@ const tb = {
|
|
|
20033
20093
|
},
|
|
20034
20094
|
components: {
|
|
20035
20095
|
TopTips: pt,
|
|
20036
|
-
attchViews:
|
|
20096
|
+
attchViews: Gi,
|
|
20037
20097
|
TopPopup: nt,
|
|
20038
20098
|
departPerson: qt,
|
|
20039
20099
|
MsgList: As
|
|
@@ -20328,7 +20388,7 @@ const ab = {
|
|
|
20328
20388
|
},
|
|
20329
20389
|
components: {
|
|
20330
20390
|
TopTips: pt,
|
|
20331
|
-
attchViews:
|
|
20391
|
+
attchViews: Gi,
|
|
20332
20392
|
TopPopup: nt,
|
|
20333
20393
|
departPerson: qt,
|
|
20334
20394
|
TopDownSelect: Su,
|
|
@@ -20873,7 +20933,7 @@ var vb = /* @__PURE__ */ ve(
|
|
|
20873
20933
|
gb,
|
|
20874
20934
|
!1,
|
|
20875
20935
|
Ab,
|
|
20876
|
-
"
|
|
20936
|
+
"02829154",
|
|
20877
20937
|
null,
|
|
20878
20938
|
null
|
|
20879
20939
|
);
|
|
@@ -20887,10 +20947,10 @@ const bb = /* @__PURE__ */ function() {
|
|
|
20887
20947
|
name: "TopProcess",
|
|
20888
20948
|
components: {
|
|
20889
20949
|
processBtns: bb,
|
|
20890
|
-
TopTab:
|
|
20950
|
+
TopTab: KA,
|
|
20891
20951
|
TopPopup: nt,
|
|
20892
20952
|
TopTips: pt,
|
|
20893
|
-
TopSumbitPopup:
|
|
20953
|
+
TopSumbitPopup: o0
|
|
20894
20954
|
},
|
|
20895
20955
|
props: {
|
|
20896
20956
|
tapList: { require: !1, default: () => [], type: Array },
|
|
@@ -21396,7 +21456,7 @@ const bb = /* @__PURE__ */ function() {
|
|
|
21396
21456
|
}) : this.$refs.topTips.handleClose();
|
|
21397
21457
|
},
|
|
21398
21458
|
async showOperation(e, t, i, s, n) {
|
|
21399
|
-
this.beforeFunction && (this.operationParam.beforeFunction = this.beforeFunction), this.operationParam.request = this.request, this.annexlabel = s || "fasdfsafdsa", this.titleText = t, this.operationCom = e, this.operationParam.annex = s || "fasdfsafdsa", this.operationParam.subjectId = this.formData.subjectId, this.operationParam.processInstId = this.processIntId, this.operationParam.taskInstId = (this.ProcessInsObj.process || {}).taskId || "", this.operationParam.variables = (this.ProcessInsObj.process || {}).variables || {}, this.operationParam.actionName = t, this.operationParam.formData = this.formData, this.operationParam.ProcessInsObj = this.ProcessInsObj, this.operationParam.userInfo = this.user, this.operationParam.nextNodeData = (this.nextTaskNode || {}).id ? [this.nextTaskNode] : [], this.operationParam.outGatewayUserTaskModel = this.outGatewayUserTaskModel, this.operationParam.taskNode = this.taskNode, this.operationParam.appId = this.processStatus.appId, this.operationParam.endFunction = this.endFunction, this.operationParam.isDocument = this.isDocument, this.operationParam.isQuickReply = this.isQuickReply, this.operationParam.isMsg = this.isMsg, this.operationParam.isRequire = this.isRequire, this.operationParam.canCheck = this.canCheck, this.operationParam.isCheckType = this.isCheckType, this.operationParam.isOrgType = this.isOrgType, this.operationParam.isCodeType = this.isCodeType, this.TopPopup1 = !0;
|
|
21459
|
+
this.beforeFunction && (this.operationParam.beforeFunction = this.beforeFunction), console.error(this.request, "requ"), this.operationParam.request = this.request, this.annexlabel = s || "fasdfsafdsa", this.titleText = t, this.operationCom = e, this.operationParam.annex = s || "fasdfsafdsa", this.operationParam.subjectId = this.formData.subjectId, this.operationParam.processInstId = this.processIntId, this.operationParam.taskInstId = (this.ProcessInsObj.process || {}).taskId || "", this.operationParam.variables = (this.ProcessInsObj.process || {}).variables || {}, this.operationParam.extendedProperties = (this.ProcessInsObj.form || {}).extendedProperties || [], this.operationParam.actionName = t, this.operationParam.formData = this.formData, this.operationParam.ProcessInsObj = this.ProcessInsObj, this.operationParam.userInfo = this.user, console.log(this.nextTaskNode, "CES SHUJU"), this.operationParam.nextNodeData = (this.nextTaskNode || {}).id ? [this.nextTaskNode] : [], this.operationParam.outGatewayUserTaskModel = this.outGatewayUserTaskModel, this.operationParam.taskNode = this.taskNode, this.operationParam.appId = this.processStatus.appId, this.operationParam.endFunction = this.endFunction, this.operationParam.isDocument = this.isDocument, this.operationParam.isQuickReply = this.isQuickReply, this.operationParam.isMsg = this.isMsg, this.operationParam.isRequire = this.isRequire, this.operationParam.canCheck = this.canCheck, this.operationParam.isCheckType = this.isCheckType, this.operationParam.isOrgType = this.isOrgType, this.operationParam.isCodeType = this.isCodeType, this.TopPopup1 = !0;
|
|
21400
21460
|
},
|
|
21401
21461
|
handleCancelPopup() {
|
|
21402
21462
|
this.TopPopup1 = !1, this.operationParam.visible = !1, this.submitLoading = !1;
|
|
@@ -21764,7 +21824,7 @@ const Nb = /* @__PURE__ */ function() {
|
|
|
21764
21824
|
}();
|
|
21765
21825
|
export {
|
|
21766
21826
|
Nb as TopProcess,
|
|
21767
|
-
|
|
21827
|
+
o0 as TopSumbitPopup,
|
|
21768
21828
|
If as ViewAttchList,
|
|
21769
|
-
|
|
21829
|
+
Gi as attchViews
|
|
21770
21830
|
};
|