ui-process-h5 2.5.12 → 2.5.13-beta
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/style.css +1 -1
- package/v2/ui-process-h5.js +212 -163
- package/v2/ui-process-h5.umd.cjs +5 -5
- package/v2.7/style.css +1 -1
- package/v2.7/ui-process-h5.js +134 -85
- package/v2.7/ui-process-h5.umd.cjs +6 -6
- package/v3/style.css +1 -1
- package/v3/ui-process-h5.js +770 -719
- package/v3/ui-process-h5.umd.cjs +4 -4
package/v2.7/ui-process-h5.js
CHANGED
|
@@ -283,7 +283,7 @@ var j = function() {
|
|
|
283
283
|
var s = new j();
|
|
284
284
|
return s.text = e, s.isComment = !0, s;
|
|
285
285
|
};
|
|
286
|
-
function
|
|
286
|
+
function _e(e) {
|
|
287
287
|
return new j(void 0, void 0, void 0, String(e));
|
|
288
288
|
}
|
|
289
289
|
function us(e) {
|
|
@@ -308,7 +308,7 @@ var Ut = function() {
|
|
|
308
308
|
}
|
|
309
309
|
return s;
|
|
310
310
|
}, Ut.apply(this, arguments);
|
|
311
|
-
}, Yn = 0, Ot = [],
|
|
311
|
+
}, Yn = 0, Ot = [], _n = function() {
|
|
312
312
|
for (var e = 0; e < Ot.length; e++) {
|
|
313
313
|
var s = Ot[e];
|
|
314
314
|
s.subs = s.subs.filter(function(t) {
|
|
@@ -347,7 +347,7 @@ function et(e) {
|
|
|
347
347
|
function tt() {
|
|
348
348
|
St.pop(), te.target = St[St.length - 1];
|
|
349
349
|
}
|
|
350
|
-
var Ma = Array.prototype, Vt = Object.create(Ma),
|
|
350
|
+
var Ma = Array.prototype, Vt = Object.create(Ma), Hn = [
|
|
351
351
|
"push",
|
|
352
352
|
"pop",
|
|
353
353
|
"shift",
|
|
@@ -356,7 +356,7 @@ var Ma = Array.prototype, Vt = Object.create(Ma), _n = [
|
|
|
356
356
|
"sort",
|
|
357
357
|
"reverse"
|
|
358
358
|
];
|
|
359
|
-
|
|
359
|
+
Hn.forEach(function(e) {
|
|
360
360
|
var s = Ma[e];
|
|
361
361
|
Ie(Vt, e, function() {
|
|
362
362
|
for (var i = [], a = 0; a < arguments.length; a++)
|
|
@@ -538,24 +538,24 @@ function ds(e, s, t) {
|
|
|
538
538
|
}
|
|
539
539
|
});
|
|
540
540
|
}
|
|
541
|
-
var
|
|
541
|
+
var H, Xn = function() {
|
|
542
542
|
function e(s) {
|
|
543
|
-
s === void 0 && (s = !1), this.detached = s, this.active = !0, this.effects = [], this.cleanups = [], this.parent =
|
|
543
|
+
s === void 0 && (s = !1), this.detached = s, this.active = !0, this.effects = [], this.cleanups = [], this.parent = H, !s && H && (this.index = (H.scopes || (H.scopes = [])).push(this) - 1);
|
|
544
544
|
}
|
|
545
545
|
return e.prototype.run = function(s) {
|
|
546
546
|
if (this.active) {
|
|
547
|
-
var t =
|
|
547
|
+
var t = H;
|
|
548
548
|
try {
|
|
549
|
-
return
|
|
549
|
+
return H = this, s();
|
|
550
550
|
} finally {
|
|
551
|
-
|
|
551
|
+
H = t;
|
|
552
552
|
}
|
|
553
553
|
} else
|
|
554
554
|
process.env.NODE_ENV !== "production" && m("cannot run an inactive effect scope.");
|
|
555
555
|
}, e.prototype.on = function() {
|
|
556
|
-
|
|
556
|
+
H = this;
|
|
557
557
|
}, e.prototype.off = function() {
|
|
558
|
-
|
|
558
|
+
H = this.parent;
|
|
559
559
|
}, e.prototype.stop = function(s) {
|
|
560
560
|
if (this.active) {
|
|
561
561
|
var t = void 0, i = void 0;
|
|
@@ -575,7 +575,7 @@ var _, Xn = function() {
|
|
|
575
575
|
}, e;
|
|
576
576
|
}();
|
|
577
577
|
function $n(e, s) {
|
|
578
|
-
s === void 0 && (s =
|
|
578
|
+
s === void 0 && (s = H), s && s.active && s.effects.push(e);
|
|
579
579
|
}
|
|
580
580
|
function er(e) {
|
|
581
581
|
var s = e._provided, t = e.$parent && e.$parent._provided;
|
|
@@ -654,7 +654,7 @@ function sr(e) {
|
|
|
654
654
|
return e;
|
|
655
655
|
}
|
|
656
656
|
function Ms(e) {
|
|
657
|
-
return fe(e) ? [
|
|
657
|
+
return fe(e) ? [_e(e)] : I(e) ? Va(e) : void 0;
|
|
658
658
|
}
|
|
659
659
|
function it(e) {
|
|
660
660
|
return d(e) && d(e.text) && Mn(e.isComment);
|
|
@@ -662,7 +662,7 @@ function it(e) {
|
|
|
662
662
|
function Va(e, s) {
|
|
663
663
|
var t = [], i, a, n, r;
|
|
664
664
|
for (i = 0; i < e.length; i++)
|
|
665
|
-
a = e[i], !(C(a) || typeof a == "boolean") && (n = t.length - 1, r = t[n], I(a) ? a.length > 0 && (a = Va(a, "".concat(s || "", "_").concat(i)), it(a[0]) && it(r) && (t[n] =
|
|
665
|
+
a = e[i], !(C(a) || typeof a == "boolean") && (n = t.length - 1, r = t[n], I(a) ? a.length > 0 && (a = Va(a, "".concat(s || "", "_").concat(i)), it(a[0]) && it(r) && (t[n] = _e(r.text + a[0].text), a.shift()), t.push.apply(t, a)) : fe(a) ? it(r) ? t[n] = _e(r.text + a) : a !== "" && t.push(_e(a)) : it(a) && it(r) ? t[n] = _e(r.text + a.text) : (S(e._isVList) && d(a.tag) && C(a.key) && d(s) && (a.key = "__vlist".concat(s, "_").concat(i, "__")), t.push(a)));
|
|
666
666
|
return t;
|
|
667
667
|
}
|
|
668
668
|
function ir(e, s) {
|
|
@@ -778,7 +778,7 @@ function dr(e, s) {
|
|
|
778
778
|
return typeof e == "string" ? s + e : e;
|
|
779
779
|
}
|
|
780
780
|
function qa(e) {
|
|
781
|
-
e._o = cr, e._n = lt, e._s = Pn, e._l = ir, e._t = ar, e._q = Ve, e._i = xa, e._m = lr, e._f = nr, e._k = rr, e._b = or, e._v =
|
|
781
|
+
e._o = cr, e._n = lt, e._s = Pn, e._l = ir, e._t = ar, e._q = Ve, e._i = xa, e._m = lr, e._f = nr, e._k = rr, e._b = or, e._v = _e, e._e = Qe, e._u = Ja, e._g = pr, e._d = ur, e._p = dr;
|
|
782
782
|
}
|
|
783
783
|
function Ps(e, s) {
|
|
784
784
|
if (!e || !e.length)
|
|
@@ -1144,7 +1144,7 @@ var Dr = 0, Ls = function() {
|
|
|
1144
1144
|
function e(s, t, i, a, n) {
|
|
1145
1145
|
$n(
|
|
1146
1146
|
this,
|
|
1147
|
-
|
|
1147
|
+
H && !H._vm ? H : s ? s._scope : void 0
|
|
1148
1148
|
), (this.vm = s) && n && (s._watcher = this), a ? (this.deep = !!a.deep, this.user = !!a.user, this.lazy = !!a.lazy, this.sync = !!a.sync, this.before = a.before, process.env.NODE_ENV !== "production" && (this.onTrack = a.onTrack, this.onTrigger = a.onTrigger)) : this.deep = this.user = this.lazy = this.sync = !1, this.cb = i, this.id = ++Dr, this.active = !0, this.post = !1, this.dirty = this.lazy, this.deps = [], this.newDeps = [], this.depIds = new ct(), this.newDepIds = new ct(), this.expression = process.env.NODE_ENV !== "production" ? t.toString() : "", O(t) ? this.getter = t : (this.getter = Rn(t), this.getter || (this.getter = Q, process.env.NODE_ENV !== "production" && m('Failed watching path: "'.concat(t, '" ') + "Watcher only accepts simple dot-delimited paths. For full control, use a function instead.", s))), this.value = this.lazy ? void 0 : this.get();
|
|
1149
1149
|
}
|
|
1150
1150
|
return e.prototype.get = function() {
|
|
@@ -1209,7 +1209,7 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
1209
1209
|
function Or(e) {
|
|
1210
1210
|
e._events = /* @__PURE__ */ Object.create(null), e._hasHookEvent = !1;
|
|
1211
1211
|
var s = e.$options._parentListeners;
|
|
1212
|
-
s &&
|
|
1212
|
+
s && _a(e, s);
|
|
1213
1213
|
}
|
|
1214
1214
|
var ut;
|
|
1215
1215
|
function Sr(e, s) {
|
|
@@ -1225,7 +1225,7 @@ function Pr(e, s) {
|
|
|
1225
1225
|
a !== null && t.$off(e, i);
|
|
1226
1226
|
};
|
|
1227
1227
|
}
|
|
1228
|
-
function
|
|
1228
|
+
function _a(e, s, t) {
|
|
1229
1229
|
ut = e, Ua(s, t || {}, Sr, Mr, Pr, e), ut = void 0;
|
|
1230
1230
|
}
|
|
1231
1231
|
function Qr(e) {
|
|
@@ -1280,7 +1280,7 @@ function Qr(e) {
|
|
|
1280
1280
|
};
|
|
1281
1281
|
}
|
|
1282
1282
|
var Le = null, dt = !1;
|
|
1283
|
-
function
|
|
1283
|
+
function Ha(e) {
|
|
1284
1284
|
var s = Le;
|
|
1285
1285
|
return Le = e, function() {
|
|
1286
1286
|
Le = s;
|
|
@@ -1297,7 +1297,7 @@ function Lr(e) {
|
|
|
1297
1297
|
}
|
|
1298
1298
|
function Fr(e) {
|
|
1299
1299
|
e.prototype._update = function(s, t) {
|
|
1300
|
-
var i = this, a = i.$el, n = i._vnode, r =
|
|
1300
|
+
var i = this, a = i.$el, n = i._vnode, r = Ha(i);
|
|
1301
1301
|
i._vnode = s, n ? i.$el = i.__patch__(n, s) : i.$el = i.__patch__(i.$el, s, t, !1), r(), a && (a.__vue__ = null), i.$el && (i.$el.__vue__ = i);
|
|
1302
1302
|
for (var o = i; o && o.$vnode && o.$parent && o.$vnode === o.$parent._vnode; )
|
|
1303
1303
|
o.$parent.$el = o.$el, o = o.$parent;
|
|
@@ -1347,7 +1347,7 @@ function Vr(e, s, t, i, a) {
|
|
|
1347
1347
|
var h = i.data.attrs || q;
|
|
1348
1348
|
e._attrsProxy && Gt(e._attrsProxy, h, u.data && u.data.attrs || q, e, "$attrs") && (l = !0), e.$attrs = h, t = t || q;
|
|
1349
1349
|
var g = e.$options._parentListeners;
|
|
1350
|
-
if (e._listenersProxy && Gt(e._listenersProxy, t, g || q, e, "$listeners"), e.$listeners = e.$options._parentListeners = t,
|
|
1350
|
+
if (e._listenersProxy && Gt(e._listenersProxy, t, g || q, e, "$listeners"), e.$listeners = e.$options._parentListeners = t, _a(e, t, g), s && e.$options.props) {
|
|
1351
1351
|
be(!1);
|
|
1352
1352
|
for (var v = e._props, k = e.$options._propKeys || [], M = 0; M < k.length; M++) {
|
|
1353
1353
|
var G = k[M], oe = e.$options.props;
|
|
@@ -1394,9 +1394,9 @@ function W(e, s, t, i) {
|
|
|
1394
1394
|
Ne(n[o], e, t || null, e, r);
|
|
1395
1395
|
e._hasHookEvent && e.$emit("hook:" + s), i && Te(a), tt();
|
|
1396
1396
|
}
|
|
1397
|
-
var Gr = 100, ue = [], Us = [], ht = {}, Pt = {}, vs = !1, Vs = !1,
|
|
1397
|
+
var Gr = 100, ue = [], Us = [], ht = {}, Pt = {}, vs = !1, Vs = !1, He = 0;
|
|
1398
1398
|
function Jr() {
|
|
1399
|
-
|
|
1399
|
+
He = ue.length = Us.length = 0, ht = {}, process.env.NODE_ENV !== "production" && (Pt = {}), vs = Vs = !1;
|
|
1400
1400
|
}
|
|
1401
1401
|
var za = 0, ys = Date.now;
|
|
1402
1402
|
if (K && !Xe) {
|
|
@@ -1416,13 +1416,13 @@ var qr = function(e, s) {
|
|
|
1416
1416
|
function Ai() {
|
|
1417
1417
|
za = ys(), Vs = !0;
|
|
1418
1418
|
var e, s;
|
|
1419
|
-
for (ue.sort(qr),
|
|
1420
|
-
if (e = ue[
|
|
1419
|
+
for (ue.sort(qr), He = 0; He < ue.length; He++)
|
|
1420
|
+
if (e = ue[He], e.before && e.before(), s = e.id, ht[s] = null, e.run(), process.env.NODE_ENV !== "production" && ht[s] != null && (Pt[s] = (Pt[s] || 0) + 1, Pt[s] > Gr)) {
|
|
1421
1421
|
m("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
|
}
|
|
1424
1424
|
var t = Us.slice(), i = ue.slice();
|
|
1425
|
-
Jr(), Kr(t), Rr(i),
|
|
1425
|
+
Jr(), Kr(t), Rr(i), _n(), Ft && x.devtools && Ft.emit("flush");
|
|
1426
1426
|
}
|
|
1427
1427
|
function Rr(e) {
|
|
1428
1428
|
for (var s = e.length; s--; ) {
|
|
@@ -1443,7 +1443,7 @@ function Yr(e) {
|
|
|
1443
1443
|
if (ht[s] = !0, !Vs)
|
|
1444
1444
|
ue.push(e);
|
|
1445
1445
|
else {
|
|
1446
|
-
for (var t = ue.length - 1; t >
|
|
1446
|
+
for (var t = ue.length - 1; t > He && ue[t].id > e.id; )
|
|
1447
1447
|
t--;
|
|
1448
1448
|
ue.splice(t + 1, 0, e);
|
|
1449
1449
|
}
|
|
@@ -1456,7 +1456,7 @@ function Yr(e) {
|
|
|
1456
1456
|
}
|
|
1457
1457
|
}
|
|
1458
1458
|
}
|
|
1459
|
-
function
|
|
1459
|
+
function _r(e) {
|
|
1460
1460
|
var s = e.$options.provide;
|
|
1461
1461
|
if (s) {
|
|
1462
1462
|
var t = O(s) ? s.call(e) : s;
|
|
@@ -1468,7 +1468,7 @@ function Hr(e) {
|
|
|
1468
1468
|
}
|
|
1469
1469
|
}
|
|
1470
1470
|
}
|
|
1471
|
-
function
|
|
1471
|
+
function Hr(e) {
|
|
1472
1472
|
var s = Xa(e.$options.inject, e);
|
|
1473
1473
|
s && (be(!1), Object.keys(s).forEach(function(t) {
|
|
1474
1474
|
process.env.NODE_ENV !== "production" ? se(e, t, s[t], function() {
|
|
@@ -1579,7 +1579,7 @@ function Ii(e, s, t, i, a) {
|
|
|
1579
1579
|
var r;
|
|
1580
1580
|
if (C(e.cid) && (r = e, e = br(r, n), e === void 0))
|
|
1581
1581
|
return Tr(r, s, t, i, a);
|
|
1582
|
-
s = s || {},
|
|
1582
|
+
s = s || {}, _s(e), d(s.model) && $r(e.options, s);
|
|
1583
1583
|
var o = tr(s, e, a);
|
|
1584
1584
|
if (S(e.options.functional))
|
|
1585
1585
|
return Wr(e, o, s, t, i);
|
|
@@ -2120,7 +2120,7 @@ function Mo(e) {
|
|
|
2120
2120
|
var t = this;
|
|
2121
2121
|
t._uid = So++;
|
|
2122
2122
|
var i, a;
|
|
2123
|
-
process.env.NODE_ENV !== "production" && x.performance && ae && (i = "vue-perf-start:".concat(t._uid), a = "vue-perf-end:".concat(t._uid), ae(i)), t._isVue = !0, t.__v_skip = !0, t._scope = new Xn(!0), t._scope._vm = !0, s && s._isComponent ? Po(t, s) : t.$options = Ge(
|
|
2123
|
+
process.env.NODE_ENV !== "production" && x.performance && ae && (i = "vue-perf-start:".concat(t._uid), a = "vue-perf-end:".concat(t._uid), ae(i)), t._isVue = !0, t.__v_skip = !0, t._scope = new Xn(!0), t._scope._vm = !0, s && s._isComponent ? Po(t, s) : t.$options = Ge(_s(t.constructor), s || {}, t), process.env.NODE_ENV !== "production" ? en(t) : t._renderProxy = t, t._self = t, Lr(t), Or(t), Cr(t), W(t, "beforeCreate", void 0, !1), Hr(t), bo(t), _r(t), W(t, "created"), process.env.NODE_ENV !== "production" && x.performance && ae && (t._name = Me(t, !1), ae(a), Rt("vue ".concat(t._name, " init"), i, a)), t.$options.el && t.$mount(t.$options.el);
|
|
2124
2124
|
};
|
|
2125
2125
|
}
|
|
2126
2126
|
function Po(e, s) {
|
|
@@ -2129,10 +2129,10 @@ function Po(e, s) {
|
|
|
2129
2129
|
var a = i.componentOptions;
|
|
2130
2130
|
t.propsData = a.propsData, t._parentListeners = a.listeners, t._renderChildren = a.children, t._componentTag = a.tag, s.render && (t.render = s.render, t.staticRenderFns = s.staticRenderFns);
|
|
2131
2131
|
}
|
|
2132
|
-
function
|
|
2132
|
+
function _s(e) {
|
|
2133
2133
|
var s = e.options;
|
|
2134
2134
|
if (e.super) {
|
|
2135
|
-
var t =
|
|
2135
|
+
var t = _s(e.super), i = e.superOptions;
|
|
2136
2136
|
if (t !== i) {
|
|
2137
2137
|
e.superOptions = t;
|
|
2138
2138
|
var a = Qo(e);
|
|
@@ -2311,14 +2311,14 @@ Object.defineProperty(P, "FunctionalRenderContext", {
|
|
|
2311
2311
|
value: Gs
|
|
2312
2312
|
});
|
|
2313
2313
|
P.version = xr;
|
|
2314
|
-
var Ko = Z("style,class"), Yo = Z("input,textarea,option,select,progress"),
|
|
2314
|
+
var Ko = Z("style,class"), Yo = Z("input,textarea,option,select,progress"), _o = function(e, s, t) {
|
|
2315
2315
|
return t === "value" && Yo(e) && s !== "button" || t === "selected" && e === "option" || t === "checked" && e === "input" || t === "muted" && e === "video";
|
|
2316
|
-
}, sn = Z("contenteditable,draggable,spellcheck"),
|
|
2317
|
-
return Yt(s) || s === "false" ? "false" : e === "contenteditable" &&
|
|
2318
|
-
}, Zo = Z("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"), Ts = "http://www.w3.org/1999/xlink",
|
|
2316
|
+
}, sn = Z("contenteditable,draggable,spellcheck"), Ho = Z("events,caret,typing,plaintext-only"), Wo = function(e, s) {
|
|
2317
|
+
return Yt(s) || s === "false" ? "false" : e === "contenteditable" && Ho(s) ? s : "true";
|
|
2318
|
+
}, Zo = Z("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"), Ts = "http://www.w3.org/1999/xlink", Hs = function(e) {
|
|
2319
2319
|
return e.charAt(5) === ":" && e.slice(0, 5) === "xlink";
|
|
2320
2320
|
}, an = function(e) {
|
|
2321
|
-
return
|
|
2321
|
+
return Hs(e) ? e.slice(6, e.length) : "";
|
|
2322
2322
|
}, Yt = function(e) {
|
|
2323
2323
|
return e == null || e === !1;
|
|
2324
2324
|
};
|
|
@@ -2520,7 +2520,7 @@ function Tl(e) {
|
|
|
2520
2520
|
function g(p, c, f, A, y, N, b) {
|
|
2521
2521
|
if (d(p.elm) && d(N) && (p = N[b] = us(p)), p.isRootInsert = !y, !v(p, c, f, A)) {
|
|
2522
2522
|
var T = p.data, B = p.children, E = p.tag;
|
|
2523
|
-
d(E) ? (process.env.NODE_ENV !== "production" && (T && T.pre && h++, u(p, h) && m("Unknown custom element: <" + E + '> - did you register the component correctly? For recursive components, make sure to provide the "name" option.', p.context)), p.elm = p.ns ? n.createElementNS(p.ns, E) : n.createElement(E, p), Be(p), oe(p, B, c), d(T) &&
|
|
2523
|
+
d(E) ? (process.env.NODE_ENV !== "production" && (T && T.pre && h++, u(p, h) && m("Unknown custom element: <" + E + '> - did you register the component correctly? For recursive components, make sure to provide the "name" option.', p.context)), p.elm = p.ns ? n.createElementNS(p.ns, E) : n.createElement(E, p), Be(p), oe(p, B, c), d(T) && _(p, c), G(f, p.elm, A), process.env.NODE_ENV !== "production" && T && T.pre && h--) : S(p.isComment) ? (p.elm = n.createComment(p.text), G(f, p.elm, A)) : (p.elm = n.createTextNode(p.text), G(f, p.elm, A));
|
|
2524
2524
|
}
|
|
2525
2525
|
}
|
|
2526
2526
|
function v(p, c, f, A) {
|
|
@@ -2532,7 +2532,7 @@ function Tl(e) {
|
|
|
2532
2532
|
}
|
|
2533
2533
|
}
|
|
2534
2534
|
function k(p, c) {
|
|
2535
|
-
d(p.data.pendingInsert) && (c.push.apply(c, p.data.pendingInsert), p.data.pendingInsert = null), p.elm = p.componentInstance.$el, Y(p) ? (
|
|
2535
|
+
d(p.data.pendingInsert) && (c.push.apply(c, p.data.pendingInsert), p.data.pendingInsert = null), p.elm = p.componentInstance.$el, Y(p) ? (_(p, c), Be(p)) : (We(p), c.push(p));
|
|
2536
2536
|
}
|
|
2537
2537
|
function M(p, c, f, A) {
|
|
2538
2538
|
for (var y, N = p; N.componentInstance; )
|
|
@@ -2560,7 +2560,7 @@ function Tl(e) {
|
|
|
2560
2560
|
p = p.componentInstance._vnode;
|
|
2561
2561
|
return d(p.tag);
|
|
2562
2562
|
}
|
|
2563
|
-
function
|
|
2563
|
+
function _(p, c) {
|
|
2564
2564
|
for (var f = 0; f < i.create.length; ++f)
|
|
2565
2565
|
i.create[f](Ce, p);
|
|
2566
2566
|
s = p.data.hook, d(s) && (d(s.create) && s.create(Ce, p), d(s.insert) && c.push(p));
|
|
@@ -2682,7 +2682,7 @@ function Tl(e) {
|
|
|
2682
2682
|
var L = !1;
|
|
2683
2683
|
for (var z in b)
|
|
2684
2684
|
if (!Tt(z)) {
|
|
2685
|
-
L = !0,
|
|
2685
|
+
L = !0, _(c, f);
|
|
2686
2686
|
break;
|
|
2687
2687
|
}
|
|
2688
2688
|
!L && b.class && qt(b.class);
|
|
@@ -2810,11 +2810,11 @@ function Ui(e, s) {
|
|
|
2810
2810
|
a = l[i], n = o[i], n !== a && Vi(r, i, a, s.data.pre);
|
|
2811
2811
|
(Xe || xs) && l.value !== o.value && Vi(r, "value", l.value);
|
|
2812
2812
|
for (i in o)
|
|
2813
|
-
C(l[i]) && (
|
|
2813
|
+
C(l[i]) && (Hs(i) ? r.removeAttributeNS(Ts, an(i)) : sn(i) || r.removeAttribute(i));
|
|
2814
2814
|
}
|
|
2815
2815
|
}
|
|
2816
2816
|
function Vi(e, s, t, i) {
|
|
2817
|
-
i || e.tagName.indexOf("-") > -1 ? Gi(e, s, t) : Zo(s) ? Yt(t) ? e.removeAttribute(s) : (t = s === "allowfullscreen" && e.tagName === "EMBED" ? "true" : s, e.setAttribute(s, t)) : sn(s) ? e.setAttribute(s, Wo(s, t)) :
|
|
2817
|
+
i || e.tagName.indexOf("-") > -1 ? Gi(e, s, t) : Zo(s) ? Yt(t) ? e.removeAttribute(s) : (t = s === "allowfullscreen" && e.tagName === "EMBED" ? "true" : s, e.setAttribute(s, t)) : sn(s) ? e.setAttribute(s, Wo(s, t)) : Hs(s) ? Yt(t) ? e.removeAttributeNS(Ts, an(s)) : e.setAttributeNS(Ts, s, t) : Gi(e, s, t);
|
|
2818
2818
|
}
|
|
2819
2819
|
function Gi(e, s, t) {
|
|
2820
2820
|
if (Yt(t))
|
|
@@ -3035,12 +3035,12 @@ function un(e) {
|
|
|
3035
3035
|
if (!!e) {
|
|
3036
3036
|
if (typeof e == "object") {
|
|
3037
3037
|
var s = {};
|
|
3038
|
-
return e.css !== !1 && D(s,
|
|
3038
|
+
return e.css !== !1 && D(s, _i(e.name || "v")), D(s, e), s;
|
|
3039
3039
|
} else if (typeof e == "string")
|
|
3040
|
-
return
|
|
3040
|
+
return _i(e);
|
|
3041
3041
|
}
|
|
3042
3042
|
}
|
|
3043
|
-
var
|
|
3043
|
+
var _i = Je(function(e) {
|
|
3044
3044
|
return {
|
|
3045
3045
|
enterClass: "".concat(e, "-enter"),
|
|
3046
3046
|
enterToClass: "".concat(e, "-enter-to"),
|
|
@@ -3049,14 +3049,14 @@ var Hi = Je(function(e) {
|
|
|
3049
3049
|
leaveToClass: "".concat(e, "-leave-to"),
|
|
3050
3050
|
leaveActiveClass: "".concat(e, "-leave-active")
|
|
3051
3051
|
};
|
|
3052
|
-
}), dn = K && !$e, Ye = "transition", os = "animation", Qt = "transition",
|
|
3053
|
-
dn && (window.ontransitionend === void 0 && window.onwebkittransitionend !== void 0 && (Qt = "WebkitTransition",
|
|
3054
|
-
var
|
|
3052
|
+
}), dn = K && !$e, Ye = "transition", os = "animation", Qt = "transition", _t = "transitionend", ks = "animation", hn = "animationend";
|
|
3053
|
+
dn && (window.ontransitionend === void 0 && window.onwebkittransitionend !== void 0 && (Qt = "WebkitTransition", _t = "webkitTransitionEnd"), window.onanimationend === void 0 && window.onwebkitanimationend !== void 0 && (ks = "WebkitAnimation", hn = "webkitAnimationEnd"));
|
|
3054
|
+
var Hi = K ? window.requestAnimationFrame ? window.requestAnimationFrame.bind(window) : setTimeout : function(e) {
|
|
3055
3055
|
return e();
|
|
3056
3056
|
};
|
|
3057
3057
|
function fn(e) {
|
|
3058
|
-
|
|
3059
|
-
|
|
3058
|
+
Hi(function() {
|
|
3059
|
+
Hi(e);
|
|
3060
3060
|
});
|
|
3061
3061
|
}
|
|
3062
3062
|
function Fe(e, s) {
|
|
@@ -3070,7 +3070,7 @@ function mn(e, s, t) {
|
|
|
3070
3070
|
var i = gn(e, s), a = i.type, n = i.timeout, r = i.propCount;
|
|
3071
3071
|
if (!a)
|
|
3072
3072
|
return t();
|
|
3073
|
-
var o = a === Ye ?
|
|
3073
|
+
var o = a === Ye ? _t : hn, l = 0, u = function() {
|
|
3074
3074
|
e.removeEventListener(o, h), t();
|
|
3075
3075
|
}, h = function(g) {
|
|
3076
3076
|
g.target === e && ++l >= r && u();
|
|
@@ -3106,11 +3106,11 @@ function Ns(e, s) {
|
|
|
3106
3106
|
d(t._leaveCb) && (t._leaveCb.cancelled = !0, t._leaveCb());
|
|
3107
3107
|
var i = un(e.data.transition);
|
|
3108
3108
|
if (!C(i) && !(d(t._enterCb) || t.nodeType !== 1)) {
|
|
3109
|
-
for (var a = i.css, n = i.type, r = i.enterClass, o = i.enterToClass, l = i.enterActiveClass, u = i.appearClass, h = i.appearToClass, g = i.appearActiveClass, v = i.beforeEnter, k = i.enter, M = i.afterEnter, G = i.enterCancelled, oe = i.beforeAppear, Y = i.appear,
|
|
3109
|
+
for (var a = i.css, n = i.type, r = i.enterClass, o = i.enterToClass, l = i.enterActiveClass, u = i.appearClass, h = i.appearToClass, g = i.appearActiveClass, v = i.beforeEnter, k = i.enter, M = i.afterEnter, G = i.enterCancelled, oe = i.beforeAppear, Y = i.appear, _ = i.afterAppear, Be = i.appearCancelled, Re = i.duration, xe = Le, le = Le.$vnode; le && le.parent; )
|
|
3110
3110
|
xe = le.context, le = le.parent;
|
|
3111
3111
|
var ee = !xe._isMounted || !e.isRootInsert;
|
|
3112
3112
|
if (!(ee && !Y && Y !== "")) {
|
|
3113
|
-
var st = ee && u ? u : r, je = ee && g ? g : l, It = ee && h ? h : o, ce = ee && oe || v, me = ee && O(Y) ? Y : k, De = ee &&
|
|
3113
|
+
var st = ee && u ? u : r, je = ee && g ? g : l, It = ee && h ? h : o, ce = ee && oe || v, me = ee && O(Y) ? Y : k, De = ee && _ || M, Tt = ee && Be || G, ge = lt(V(Re) ? Re.enter : Re);
|
|
3114
3114
|
process.env.NODE_ENV !== "production" && ge != null && vn(ge, "enter", e);
|
|
3115
3115
|
var Ke = a !== !1 && !$e, p = Xs(me), c = t._enterCb = Lt(function() {
|
|
3116
3116
|
Ke && (de(t, It), de(t, je)), c.cancelled ? (Ke && de(t, st), Tt && Tt(t)) : De && De(t), t._enterCb = null;
|
|
@@ -3134,14 +3134,14 @@ function An(e, s) {
|
|
|
3134
3134
|
return;
|
|
3135
3135
|
var a = i.css, n = i.type, r = i.leaveClass, o = i.leaveToClass, l = i.leaveActiveClass, u = i.beforeLeave, h = i.leave, g = i.afterLeave, v = i.leaveCancelled, k = i.delayLeave, M = i.duration, G = a !== !1 && !$e, oe = Xs(h), Y = lt(V(M) ? M.leave : M);
|
|
3136
3136
|
process.env.NODE_ENV !== "production" && d(Y) && vn(Y, "leave", e);
|
|
3137
|
-
var
|
|
3138
|
-
t.parentNode && t.parentNode._pending && (t.parentNode._pending[e.key] = null), G && (de(t, o), de(t, l)),
|
|
3137
|
+
var _ = t._leaveCb = Lt(function() {
|
|
3138
|
+
t.parentNode && t.parentNode._pending && (t.parentNode._pending[e.key] = null), G && (de(t, o), de(t, l)), _.cancelled ? (G && de(t, r), v && v(t)) : (s(), g && g(t)), t._leaveCb = null;
|
|
3139
3139
|
});
|
|
3140
3140
|
k ? k(Be) : Be();
|
|
3141
3141
|
function Be() {
|
|
3142
|
-
|
|
3143
|
-
de(t, r),
|
|
3144
|
-
})), h && h(t,
|
|
3142
|
+
_.cancelled || (!e.data.show && t.parentNode && ((t.parentNode._pending || (t.parentNode._pending = {}))[e.key] = e), u && u(t), G && (Fe(t, r), Fe(t, l), fn(function() {
|
|
3143
|
+
de(t, r), _.cancelled || (Fe(t, o), oe || (yn(Y) ? setTimeout(_, Y) : mn(t, n, _)));
|
|
3144
|
+
})), h && h(t, _), !G && !oe && _());
|
|
3145
3145
|
}
|
|
3146
3146
|
}
|
|
3147
3147
|
function vn(e, s, t) {
|
|
@@ -3165,7 +3165,7 @@ var Kl = K ? {
|
|
|
3165
3165
|
remove: function(e, s) {
|
|
3166
3166
|
e.data.show !== !0 ? An(e, s) : s();
|
|
3167
3167
|
}
|
|
3168
|
-
} : {}, Yl = [Bl, xl, Pl, Ul, Rl, Kl],
|
|
3168
|
+
} : {}, Yl = [Bl, xl, Pl, Ul, Rl, Kl], _l = Yl.concat(wl), Hl = Tl({ nodeOps: vl, modules: _l });
|
|
3169
3169
|
$e && document.addEventListener("selectionchange", function() {
|
|
3170
3170
|
var e = document.activeElement;
|
|
3171
3171
|
e && e.vmodel && $s(e, "input");
|
|
@@ -3174,12 +3174,12 @@ var Cn = {
|
|
|
3174
3174
|
inserted: function(e, s, t, i) {
|
|
3175
3175
|
t.tag === "select" ? (i.elm && !i.elm._vOptions ? ye(t, "postpatch", function() {
|
|
3176
3176
|
Cn.componentUpdated(e, s, t);
|
|
3177
|
-
}) : Xi(e, s, t.context), e._vOptions = [].map.call(e.options,
|
|
3177
|
+
}) : Xi(e, s, t.context), e._vOptions = [].map.call(e.options, Ht)) : (t.tag === "textarea" || bs(e.type)) && (e._vModifiers = s.modifiers, s.modifiers.lazy || (e.addEventListener("compositionstart", Wl), e.addEventListener("compositionend", ta), e.addEventListener("change", ta), $e && (e.vmodel = !0)));
|
|
3178
3178
|
},
|
|
3179
3179
|
componentUpdated: function(e, s, t) {
|
|
3180
3180
|
if (t.tag === "select") {
|
|
3181
3181
|
Xi(e, s, t.context);
|
|
3182
|
-
var i = e._vOptions, a = e._vOptions = [].map.call(e.options,
|
|
3182
|
+
var i = e._vOptions, a = e._vOptions = [].map.call(e.options, Ht);
|
|
3183
3183
|
if (a.some(function(r, o) {
|
|
3184
3184
|
return !Ve(r, i[o]);
|
|
3185
3185
|
})) {
|
|
@@ -3204,8 +3204,8 @@ function $i(e, s, t) {
|
|
|
3204
3204
|
}
|
|
3205
3205
|
for (var n, r, o = 0, l = e.options.length; o < l; o++)
|
|
3206
3206
|
if (r = e.options[o], a)
|
|
3207
|
-
n = xa(i,
|
|
3208
|
-
else if (Ve(
|
|
3207
|
+
n = xa(i, Ht(r)) > -1, r.selected !== n && (r.selected = n);
|
|
3208
|
+
else if (Ve(Ht(r), i)) {
|
|
3209
3209
|
e.selectedIndex !== o && (e.selectedIndex = o);
|
|
3210
3210
|
return;
|
|
3211
3211
|
}
|
|
@@ -3216,7 +3216,7 @@ function ea(e, s) {
|
|
|
3216
3216
|
return !Ve(t, e);
|
|
3217
3217
|
});
|
|
3218
3218
|
}
|
|
3219
|
-
function
|
|
3219
|
+
function Ht(e) {
|
|
3220
3220
|
return "_value" in e ? e._value : e.value;
|
|
3221
3221
|
}
|
|
3222
3222
|
function Wl(e) {
|
|
@@ -3358,7 +3358,7 @@ var ic = {
|
|
|
3358
3358
|
beforeMount: function() {
|
|
3359
3359
|
var e = this, s = this._update;
|
|
3360
3360
|
this._update = function(t, i) {
|
|
3361
|
-
var a =
|
|
3361
|
+
var a = Ha(e);
|
|
3362
3362
|
e.__patch__(
|
|
3363
3363
|
e._vnode,
|
|
3364
3364
|
e.kept,
|
|
@@ -3393,8 +3393,8 @@ var ic = {
|
|
|
3393
3393
|
!e.length || !this.hasMove(e[0].elm, s) || (e.forEach(ac), e.forEach(nc), e.forEach(rc), this._reflow = document.body.offsetHeight, e.forEach(function(t) {
|
|
3394
3394
|
if (t.data.moved) {
|
|
3395
3395
|
var i = t.elm, a = i.style;
|
|
3396
|
-
Fe(i, s), a.transform = a.WebkitTransform = a.transitionDuration = "", i.addEventListener(
|
|
3397
|
-
r && r.target !== i || (!r || /transform$/.test(r.propertyName)) && (i.removeEventListener(
|
|
3396
|
+
Fe(i, s), a.transform = a.WebkitTransform = a.transitionDuration = "", i.addEventListener(_t, i._moveCb = function n(r) {
|
|
3397
|
+
r && r.target !== i || (!r || /transform$/.test(r.propertyName)) && (i.removeEventListener(_t, n), i._moveCb = null, de(i, s));
|
|
3398
3398
|
});
|
|
3399
3399
|
}
|
|
3400
3400
|
}));
|
|
@@ -3432,14 +3432,14 @@ var oc = {
|
|
|
3432
3432
|
Transition: sc,
|
|
3433
3433
|
TransitionGroup: ic
|
|
3434
3434
|
};
|
|
3435
|
-
P.config.mustUseProp =
|
|
3435
|
+
P.config.mustUseProp = _o;
|
|
3436
3436
|
P.config.isReservedTag = nn;
|
|
3437
3437
|
P.config.isReservedAttr = Ko;
|
|
3438
3438
|
P.config.getTagNamespace = il;
|
|
3439
3439
|
P.config.isUnknownElement = al;
|
|
3440
3440
|
D(P.options.directives, zl);
|
|
3441
3441
|
D(P.options.components, oc);
|
|
3442
|
-
P.prototype.__patch__ = K ?
|
|
3442
|
+
P.prototype.__patch__ = K ? Hl : Q;
|
|
3443
3443
|
P.prototype.$mount = function(e, s) {
|
|
3444
3444
|
return e = e && K ? nl(e) : void 0, Ur(this, e, s);
|
|
3445
3445
|
};
|
|
@@ -4735,22 +4735,22 @@ var Kc = function() {
|
|
|
4735
4735
|
}), 0) : e._e()]);
|
|
4736
4736
|
}, Yc = [];
|
|
4737
4737
|
const ca = {};
|
|
4738
|
-
var
|
|
4738
|
+
var _c = /* @__PURE__ */ F(
|
|
4739
4739
|
jc,
|
|
4740
4740
|
Kc,
|
|
4741
4741
|
Yc,
|
|
4742
4742
|
!1,
|
|
4743
|
-
|
|
4743
|
+
Hc,
|
|
4744
4744
|
"a791e974",
|
|
4745
4745
|
null,
|
|
4746
4746
|
null
|
|
4747
4747
|
);
|
|
4748
|
-
function
|
|
4748
|
+
function Hc(e) {
|
|
4749
4749
|
for (let s in ca)
|
|
4750
4750
|
this[s] = ca[s];
|
|
4751
4751
|
}
|
|
4752
4752
|
const Sn = /* @__PURE__ */ function() {
|
|
4753
|
-
return
|
|
4753
|
+
return _c.exports;
|
|
4754
4754
|
}(), Wc = "data:image/png;base64,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", Zc = {
|
|
4755
4755
|
name: "TopSubmitPopup",
|
|
4756
4756
|
components: {
|
|
@@ -7395,7 +7395,17 @@ var Vp = function() {
|
|
|
7395
7395
|
return e.handleMakeMsg();
|
|
7396
7396
|
}
|
|
7397
7397
|
}
|
|
7398
|
-
}, [e._v("\u8BBE\u7F6E\u4E3A\u5E38\u7528\u610F\u89C1")])]) : e._e()])]) : e._e(), e.
|
|
7398
|
+
}, [e._v("\u8BBE\u7F6E\u4E3A\u5E38\u7528\u610F\u89C1")])]) : e._e()])]) : e._e(), e.hasSign ? t("div", {
|
|
7399
|
+
staticClass: "process-pc-label"
|
|
7400
|
+
}, [e._v(" \u5BA1\u6279\u7B7E\u5B57"), t("span", {
|
|
7401
|
+
staticClass: "process-pc-label--re"
|
|
7402
|
+
}, [e._v("*")])]) : e._e(), e.hasSign ? t("div", {
|
|
7403
|
+
staticClass: "process-pc-value"
|
|
7404
|
+
}, [t("span", {
|
|
7405
|
+
on: {
|
|
7406
|
+
click: e.toSign
|
|
7407
|
+
}
|
|
7408
|
+
}, [e._v("\u53BB\u7B7E\u5B57")])]) : e._e(), e.taskNode && e.taskNode.length > 0 && e.taskNode[0].taskState != 4 && e.taskNode[0].taskState != 11 ? t("div", {
|
|
7399
7409
|
staticClass: "process-popup-content-person"
|
|
7400
7410
|
}, [e.nextNodeData.length ? [e.nextNodeData.length == 1 && e.nextNodeData[0].type == "endEvent" ? t("div", [e._v(" \u4E0B\u4E00\u8282\u70B9\uFF1A\u7ED3\u675F\u4E8B\u4EF6 ")]) : t("TreePerson", {
|
|
7401
7411
|
attrs: {
|
|
@@ -7497,7 +7507,27 @@ var Vp = function() {
|
|
|
7497
7507
|
on: {
|
|
7498
7508
|
getValue: e.getValues
|
|
7499
7509
|
}
|
|
7500
|
-
}) : e._e()
|
|
7510
|
+
}) : e._e(), t("TopPopup", {
|
|
7511
|
+
ref: "TopPopupSign",
|
|
7512
|
+
attrs: {
|
|
7513
|
+
visible: e.signVisible,
|
|
7514
|
+
titleText: "\u7B7E\u5B57",
|
|
7515
|
+
isDrawer: !0
|
|
7516
|
+
},
|
|
7517
|
+
on: {
|
|
7518
|
+
"update:visible": function(i) {
|
|
7519
|
+
return e.signVisible = i;
|
|
7520
|
+
}
|
|
7521
|
+
}
|
|
7522
|
+
}, [t("div", {
|
|
7523
|
+
staticStyle: {
|
|
7524
|
+
height: "100%"
|
|
7525
|
+
}
|
|
7526
|
+
}, [e.signVisible ? t("TopSign", {
|
|
7527
|
+
on: {
|
|
7528
|
+
saveSignature: e.handleSignature
|
|
7529
|
+
}
|
|
7530
|
+
}) : e._e()], 1)])], 2);
|
|
7501
7531
|
}, Gp = [];
|
|
7502
7532
|
const Jp = {
|
|
7503
7533
|
name: "complete",
|
|
@@ -7530,6 +7560,13 @@ const Jp = {
|
|
|
7530
7560
|
return this.nextNodeData[0].userTaskModelDTO.name;
|
|
7531
7561
|
}
|
|
7532
7562
|
return !1;
|
|
7563
|
+
},
|
|
7564
|
+
hasSign() {
|
|
7565
|
+
if (this.param.taskObj.activityExtendAttributes) {
|
|
7566
|
+
let e = JSON.parse(this.param.taskObj.activityExtendAttributes);
|
|
7567
|
+
return e.find((s) => s.key == "\u7B7E\u5B57") ? e.find((s) => s.key == "\u7B7E\u5B57").value == "1" : !1;
|
|
7568
|
+
} else
|
|
7569
|
+
return !1;
|
|
7533
7570
|
}
|
|
7534
7571
|
},
|
|
7535
7572
|
data() {
|
|
@@ -7581,7 +7618,9 @@ const Jp = {
|
|
|
7581
7618
|
msgCheckListS: ["\u540C\u610F", "\u5DF2\u9605"],
|
|
7582
7619
|
actionName: "",
|
|
7583
7620
|
partNodeS: [],
|
|
7584
|
-
makeType: ""
|
|
7621
|
+
makeType: "",
|
|
7622
|
+
digitalSignature: "",
|
|
7623
|
+
signVisible: !1
|
|
7585
7624
|
};
|
|
7586
7625
|
},
|
|
7587
7626
|
watch: {
|
|
@@ -7761,6 +7800,10 @@ const Jp = {
|
|
|
7761
7800
|
this.handleTips("\u8BF7\u8F93\u5165\u5BA1\u6279\u610F\u89C1!", !1, "success");
|
|
7762
7801
|
return;
|
|
7763
7802
|
}
|
|
7803
|
+
if (this.hasSign && !this.digitalSignature) {
|
|
7804
|
+
this.handleTips("\u8BF7\u7B7E\u5B57!", !1, "success");
|
|
7805
|
+
return;
|
|
7806
|
+
}
|
|
7764
7807
|
if (this.requires && this.attchLists.length <= 0) {
|
|
7765
7808
|
this.handleTips("\u8BF7\u4E0A\u4F20\u9644\u4EF6!", !1, "success");
|
|
7766
7809
|
return;
|
|
@@ -7796,7 +7839,7 @@ const Jp = {
|
|
|
7796
7839
|
}
|
|
7797
7840
|
e = this.multiNodeParticipant;
|
|
7798
7841
|
}
|
|
7799
|
-
this.param.beforeFunction && !await this.param.beforeFunction() || (this.handleTips("", !0, "loading"), this.param.actionComplete, this.commentMsg, this.param.taskInstId, this.param.vars || this.gateVars, await this.param.request.post("/aws/tis/complete", {
|
|
7842
|
+
this.param.beforeFunction && !await this.param.beforeFunction() || (this.handleTips("", !0, "loading"), this.param.actionComplete, this.commentMsg, this.param.taskInstId, this.param.vars || this.gateVars, this.hasSign && this.digitalSignature, await this.param.request.post("/aws/tis/complete", {
|
|
7800
7843
|
actionName: this.param.actionComplete,
|
|
7801
7844
|
commentMsg: this.commentMsg,
|
|
7802
7845
|
taskInstId: this.param.taskInstId,
|
|
@@ -7858,6 +7901,12 @@ const Jp = {
|
|
|
7858
7901
|
},
|
|
7859
7902
|
onVars(e) {
|
|
7860
7903
|
this.gateVars = e;
|
|
7904
|
+
},
|
|
7905
|
+
tosign() {
|
|
7906
|
+
this.signVisible = !0;
|
|
7907
|
+
},
|
|
7908
|
+
handleSignature(e, s) {
|
|
7909
|
+
this.digitalSignature = e, s && (this.signVisible = !1);
|
|
7861
7910
|
}
|
|
7862
7911
|
}
|
|
7863
7912
|
}, Aa = {};
|
|
@@ -7867,7 +7916,7 @@ var qp = /* @__PURE__ */ F(
|
|
|
7867
7916
|
Gp,
|
|
7868
7917
|
!1,
|
|
7869
7918
|
Rp,
|
|
7870
|
-
"
|
|
7919
|
+
"c86eff6e",
|
|
7871
7920
|
null,
|
|
7872
7921
|
null
|
|
7873
7922
|
);
|
|
@@ -8066,7 +8115,7 @@ var Kp = function() {
|
|
|
8066
8115
|
staticClass: "process-pc-label--re"
|
|
8067
8116
|
}, [e._v("*")])]);
|
|
8068
8117
|
}];
|
|
8069
|
-
const
|
|
8118
|
+
const _p = {
|
|
8070
8119
|
name: "cancel",
|
|
8071
8120
|
props: {
|
|
8072
8121
|
param: {
|
|
@@ -8213,8 +8262,8 @@ const Hp = {
|
|
|
8213
8262
|
}
|
|
8214
8263
|
}
|
|
8215
8264
|
}, va = {};
|
|
8216
|
-
var
|
|
8217
|
-
|
|
8265
|
+
var Hp = /* @__PURE__ */ F(
|
|
8266
|
+
_p,
|
|
8218
8267
|
Kp,
|
|
8219
8268
|
Yp,
|
|
8220
8269
|
!1,
|
|
@@ -8228,7 +8277,7 @@ function Wp(e) {
|
|
|
8228
8277
|
this[s] = va[s];
|
|
8229
8278
|
}
|
|
8230
8279
|
const Zp = /* @__PURE__ */ function() {
|
|
8231
|
-
return
|
|
8280
|
+
return Hp.exports;
|
|
8232
8281
|
}();
|
|
8233
8282
|
var zp = function() {
|
|
8234
8283
|
var e = this, s = e.$createElement, t = e._self._c || s;
|
|
@@ -9111,7 +9160,7 @@ const lu = /* @__PURE__ */ function() {
|
|
|
9111
9160
|
switch (t && (this.operationParam.request = t, this.annexlabel = i), this.titleText = s, this.operationCom = e, this.operationParam.annex = i, this.operationParam.subjectId = this.formData.subjectId, this.operationParam.processInstId = this.processIntId, this.operationParam.taskInstId = this.taskNode && this.taskNode.length ? this.taskNode[0].taskId : "", this.operationParam.actionName = s, this.operationParam.formData = this.formData, this.operationParam.ProcessInsObj = this.ProcessInsObj, this.operationParam.userInfo = this.user, this.operationParam.nextNodeData = this.nextNodeData, this.operationParam.outGatewayUserTaskModel = this.outGatewayUserTaskModel, console.log(
|
|
9112
9161
|
"outGatewayUserTaskModel",
|
|
9113
9162
|
this.outGatewayUserTaskModel
|
|
9114
|
-
), 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.taskObj.commentModels.some(
|
|
9163
|
+
), 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.operationParam.taskObj = this.taskObj, this.taskObj.commentModels.some(
|
|
9115
9164
|
(r) => this.operationParam.actionComplete = r != null && r.isDefault ? r.actionName : ""
|
|
9116
9165
|
), a) {
|
|
9117
9166
|
case "\u6284\u9001":
|