ui-process-h5 2.2.1 → 2.2.3
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 +12 -26
- package/v2/ui-process-h5.umd.cjs +1 -1
- package/v2.7/style.css +1 -1
- package/v2.7/ui-process-h5.js +12 -26
- package/v2.7/ui-process-h5.umd.cjs +1 -1
- package/v3/style.css +1 -1
- package/v3/ui-process-h5.js +183 -201
- package/v3/ui-process-h5.umd.cjs +4 -4
package/v3/ui-process-h5.js
CHANGED
|
@@ -11,7 +11,7 @@ function dt(e) {
|
|
|
11
11
|
if (E(e)) {
|
|
12
12
|
const t = {};
|
|
13
13
|
for (let s = 0; s < e.length; s++) {
|
|
14
|
-
const n = e[s], i = W(n) ?
|
|
14
|
+
const n = e[s], i = W(n) ? Gs(n) : dt(n);
|
|
15
15
|
if (i)
|
|
16
16
|
for (const o in i)
|
|
17
17
|
t[o] = i[o];
|
|
@@ -20,14 +20,14 @@ function dt(e) {
|
|
|
20
20
|
} else {
|
|
21
21
|
if (W(e))
|
|
22
22
|
return e;
|
|
23
|
-
if (
|
|
23
|
+
if (G(e))
|
|
24
24
|
return e;
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
|
-
const Us = /;(?![^(]*\))/g, Fs = /:([^]+)/,
|
|
28
|
-
function
|
|
27
|
+
const Us = /;(?![^(]*\))/g, Fs = /:([^]+)/, xs = /\/\*.*?\*\//gs;
|
|
28
|
+
function Gs(e) {
|
|
29
29
|
const t = {};
|
|
30
|
-
return e.replace(
|
|
30
|
+
return e.replace(xs, "").split(Us).forEach((s) => {
|
|
31
31
|
if (s) {
|
|
32
32
|
const n = s.split(Fs);
|
|
33
33
|
n.length > 1 && (t[n[0].trim()] = n[1].trim());
|
|
@@ -43,7 +43,7 @@ function ht(e) {
|
|
|
43
43
|
const n = ht(e[s]);
|
|
44
44
|
n && (t += n + " ");
|
|
45
45
|
}
|
|
46
|
-
else if (
|
|
46
|
+
else if (G(e))
|
|
47
47
|
for (const s in e)
|
|
48
48
|
e[s] && (t += s + " ");
|
|
49
49
|
return t.trim();
|
|
@@ -54,7 +54,7 @@ const Rt = () => {
|
|
|
54
54
|
}, Js = () => !1, qs = /^on[^a-z]/, Rs = (e) => qs.test(e), Z = Object.assign, Ks = (e, t) => {
|
|
55
55
|
const s = e.indexOf(t);
|
|
56
56
|
s > -1 && e.splice(s, 1);
|
|
57
|
-
}, Ys = Object.prototype.hasOwnProperty, v = (e, t) => Ys.call(e, t), E = Array.isArray, Ce = (e) => Xe(e) === "[object Map]", Hs = (e) => Xe(e) === "[object Set]", D = (e) => typeof e == "function", W = (e) => typeof e == "string", ut = (e) => typeof e == "symbol",
|
|
57
|
+
}, Ys = Object.prototype.hasOwnProperty, v = (e, t) => Ys.call(e, t), E = Array.isArray, Ce = (e) => Xe(e) === "[object Map]", Hs = (e) => Xe(e) === "[object Set]", D = (e) => typeof e == "function", W = (e) => typeof e == "string", ut = (e) => typeof e == "symbol", G = (e) => e !== null && typeof e == "object", js = (e) => G(e) && D(e.then) && D(e.catch), Zs = Object.prototype.toString, Xe = (e) => Zs.call(e), Kt = (e) => Xe(e).slice(8, -1), Ws = (e) => Xe(e) === "[object Object]", mt = (e) => W(e) && e !== "NaN" && e[0] !== "-" && "" + parseInt(e, 10) === e, zs = (e) => {
|
|
58
58
|
const t = /* @__PURE__ */ Object.create(null);
|
|
59
59
|
return (s) => t[s] || (t[s] = e(s));
|
|
60
60
|
}, Xs = zs((e) => e.charAt(0).toUpperCase() + e.slice(1)), He = (e, t) => !Object.is(e, t), _s = (e, t, s) => {
|
|
@@ -239,16 +239,16 @@ function At(e = !1, t = !1) {
|
|
|
239
239
|
return di;
|
|
240
240
|
}
|
|
241
241
|
const h = Reflect.get(n, i, o);
|
|
242
|
-
return (ut(i) ? Xt.has(i) : ai(i)) || (e || J(n, "get", i), t) ? h :
|
|
242
|
+
return (ut(i) ? Xt.has(i) : ai(i)) || (e || J(n, "get", i), t) ? h : x(h) ? p && mt(i) ? h : h.value : G(h) ? e ? ns(h) : is(h) : h;
|
|
243
243
|
};
|
|
244
244
|
}
|
|
245
245
|
const hi = /* @__PURE__ */ ui();
|
|
246
246
|
function ui(e = !1) {
|
|
247
247
|
return function(s, n, i, o) {
|
|
248
248
|
let p = s[n];
|
|
249
|
-
if (fe(p) &&
|
|
249
|
+
if (fe(p) && x(p) && !x(i))
|
|
250
250
|
return !1;
|
|
251
|
-
if (!e && (!at(i) && !fe(i) && (p = b(p), i = b(i)), !E(s) &&
|
|
251
|
+
if (!e && (!at(i) && !fe(i) && (p = b(p), i = b(i)), !E(s) && x(p) && !x(i)))
|
|
252
252
|
return p.value = i, !0;
|
|
253
253
|
const h = E(s) && mt(n) ? Number(n) < s.length : v(s, n), u = Reflect.set(s, n, i, o);
|
|
254
254
|
return s === b(o) && (h ? He(i, p) && re(s, "set", n, i, p) : re(s, "add", n, i)), u;
|
|
@@ -297,7 +297,7 @@ function Fe(e, t = !1) {
|
|
|
297
297
|
const s = this.__v_raw, n = b(s), i = b(e);
|
|
298
298
|
return t || (e !== i && J(n, "has", e), J(n, "has", i)), e === i ? s.has(e) : s.has(e) || s.has(i);
|
|
299
299
|
}
|
|
300
|
-
function
|
|
300
|
+
function xe(e, t = !1) {
|
|
301
301
|
return e = e.__v_raw, !t && J(b(e), "iterate", de), Reflect.get(e, "size", e);
|
|
302
302
|
}
|
|
303
303
|
function Pt(e) {
|
|
@@ -324,7 +324,7 @@ function Ut() {
|
|
|
324
324
|
const e = b(this), t = e.size !== 0, s = process.env.NODE_ENV !== "production" ? Ce(e) ? new Map(e) : new Set(e) : void 0, n = e.clear();
|
|
325
325
|
return t && re(e, "clear", void 0, void 0, s), n;
|
|
326
326
|
}
|
|
327
|
-
function
|
|
327
|
+
function Ge(e, t) {
|
|
328
328
|
return function(n, i) {
|
|
329
329
|
const o = this, p = o.__v_raw, h = b(p), u = t ? ft : e ? kt : Ct;
|
|
330
330
|
return !e && J(h, "iterate", de), p.forEach((A, d) => n.call(i, u(A), u(d), o));
|
|
@@ -362,33 +362,33 @@ function Ci() {
|
|
|
362
362
|
return Ue(this, o);
|
|
363
363
|
},
|
|
364
364
|
get size() {
|
|
365
|
-
return
|
|
365
|
+
return xe(this);
|
|
366
366
|
},
|
|
367
367
|
has: Fe,
|
|
368
368
|
add: Pt,
|
|
369
369
|
set: Vt,
|
|
370
370
|
delete: Lt,
|
|
371
371
|
clear: Ut,
|
|
372
|
-
forEach:
|
|
372
|
+
forEach: Ge(!1, !1)
|
|
373
373
|
}, t = {
|
|
374
374
|
get(o) {
|
|
375
375
|
return Ue(this, o, !1, !0);
|
|
376
376
|
},
|
|
377
377
|
get size() {
|
|
378
|
-
return
|
|
378
|
+
return xe(this);
|
|
379
379
|
},
|
|
380
380
|
has: Fe,
|
|
381
381
|
add: Pt,
|
|
382
382
|
set: Vt,
|
|
383
383
|
delete: Lt,
|
|
384
384
|
clear: Ut,
|
|
385
|
-
forEach:
|
|
385
|
+
forEach: Ge(!1, !0)
|
|
386
386
|
}, s = {
|
|
387
387
|
get(o) {
|
|
388
388
|
return Ue(this, o, !0);
|
|
389
389
|
},
|
|
390
390
|
get size() {
|
|
391
|
-
return
|
|
391
|
+
return xe(this, !0);
|
|
392
392
|
},
|
|
393
393
|
has(o) {
|
|
394
394
|
return Fe.call(this, o, !0);
|
|
@@ -397,13 +397,13 @@ function Ci() {
|
|
|
397
397
|
set: se("set"),
|
|
398
398
|
delete: se("delete"),
|
|
399
399
|
clear: se("clear"),
|
|
400
|
-
forEach:
|
|
400
|
+
forEach: Ge(!0, !1)
|
|
401
401
|
}, n = {
|
|
402
402
|
get(o) {
|
|
403
403
|
return Ue(this, o, !0, !0);
|
|
404
404
|
},
|
|
405
405
|
get size() {
|
|
406
|
-
return
|
|
406
|
+
return xe(this, !0);
|
|
407
407
|
},
|
|
408
408
|
has(o) {
|
|
409
409
|
return Fe.call(this, o, !0);
|
|
@@ -412,7 +412,7 @@ function Ci() {
|
|
|
412
412
|
set: se("set"),
|
|
413
413
|
delete: se("delete"),
|
|
414
414
|
clear: se("clear"),
|
|
415
|
-
forEach:
|
|
415
|
+
forEach: Ge(!0, !0)
|
|
416
416
|
};
|
|
417
417
|
return ["keys", "values", "entries", Symbol.iterator].forEach((o) => {
|
|
418
418
|
e[o] = Je(o, !1, !1), s[o] = Je(o, !0, !1), t[o] = Je(o, !1, !0), n[o] = Je(o, !0, !0);
|
|
@@ -470,7 +470,7 @@ function qe(e) {
|
|
|
470
470
|
return yt(e, !0, yi, Ni, ss);
|
|
471
471
|
}
|
|
472
472
|
function yt(e, t, s, n, i) {
|
|
473
|
-
if (!
|
|
473
|
+
if (!G(e))
|
|
474
474
|
return process.env.NODE_ENV !== "production" && console.warn(`value cannot be made reactive: ${String(e)}`), e;
|
|
475
475
|
if (e.__v_raw && !(t && e.__v_isReactive))
|
|
476
476
|
return e;
|
|
@@ -502,18 +502,18 @@ function b(e) {
|
|
|
502
502
|
function Qi(e) {
|
|
503
503
|
return _s(e, "__v_skip", !0), e;
|
|
504
504
|
}
|
|
505
|
-
const Ct = (e) =>
|
|
506
|
-
function
|
|
505
|
+
const Ct = (e) => G(e) ? is(e) : e, kt = (e) => G(e) ? ns(e) : e;
|
|
506
|
+
function x(e) {
|
|
507
507
|
return !!(e && e.__v_isRef === !0);
|
|
508
508
|
}
|
|
509
509
|
function Oi(e) {
|
|
510
|
-
return
|
|
510
|
+
return x(e) ? e.value : e;
|
|
511
511
|
}
|
|
512
512
|
const Si = {
|
|
513
513
|
get: (e, t, s) => Oi(Reflect.get(e, t, s)),
|
|
514
514
|
set: (e, t, s, n) => {
|
|
515
515
|
const i = e[t];
|
|
516
|
-
return
|
|
516
|
+
return x(i) && !x(s) ? (i.value = s, !0) : Reflect.set(e, t, s, n);
|
|
517
517
|
}
|
|
518
518
|
};
|
|
519
519
|
function Di(e) {
|
|
@@ -571,16 +571,16 @@ function Ui(e) {
|
|
|
571
571
|
}
|
|
572
572
|
function Fi({ vnode: e, recurseCount: t }) {
|
|
573
573
|
const s = t > 0 ? `... (${t} recursive calls)` : "", n = e.component ? e.component.parent == null : !1, i = ` at <${Cs(e.component, e.type, n)}`, o = ">" + s;
|
|
574
|
-
return e.props ? [i, ...
|
|
574
|
+
return e.props ? [i, ...xi(e.props), o] : [i + o];
|
|
575
575
|
}
|
|
576
|
-
function
|
|
576
|
+
function xi(e) {
|
|
577
577
|
const t = [], s = Object.keys(e);
|
|
578
578
|
return s.slice(0, 3).forEach((n) => {
|
|
579
579
|
t.push(...os(n, e[n]));
|
|
580
580
|
}), s.length > 3 && t.push(" ..."), t;
|
|
581
581
|
}
|
|
582
582
|
function os(e, t, s) {
|
|
583
|
-
return W(t) ? (t = JSON.stringify(t), s ? t : [`${e}=${t}`]) : typeof t == "number" || typeof t == "boolean" || t == null ? s ? t : [`${e}=${t}`] :
|
|
583
|
+
return W(t) ? (t = JSON.stringify(t), s ? t : [`${e}=${t}`]) : typeof t == "number" || typeof t == "boolean" || t == null ? s ? t : [`${e}=${t}`] : x(t) ? (t = os(e, b(t.value), !0), s ? t : [`${e}=Ref<`, t, ">"]) : D(t) ? [`${e}=fn${t.name ? `<${t.name}>` : ""}`] : (t = b(t), s ? t : [`${e}=`, t]);
|
|
584
584
|
}
|
|
585
585
|
const as = {
|
|
586
586
|
sp: "serverPrefetch hook",
|
|
@@ -654,9 +654,9 @@ function rs(e, t, s, n = !0) {
|
|
|
654
654
|
return;
|
|
655
655
|
}
|
|
656
656
|
}
|
|
657
|
-
|
|
657
|
+
Gi(e, s, i, n);
|
|
658
658
|
}
|
|
659
|
-
function
|
|
659
|
+
function Gi(e, t, s, n = !0) {
|
|
660
660
|
if (process.env.NODE_ENV !== "production") {
|
|
661
661
|
const i = as[t];
|
|
662
662
|
if (s && Pi(s), L(`Unhandled error${i ? ` during execution of ${i}` : ""}`), s && Vi(), n)
|
|
@@ -807,8 +807,8 @@ function _i(e, t, { immediate: s, deep: n, flush: i, onTrack: o, onTrigger: p }
|
|
|
807
807
|
L("Invalid watch source: ", M, "A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.");
|
|
808
808
|
}, u = ti() === (ee == null ? void 0 : ee.scope) ? ee : null;
|
|
809
809
|
let A, d = !1, c = !1;
|
|
810
|
-
if (
|
|
811
|
-
if (
|
|
810
|
+
if (x(e) ? (A = () => e.value, d = at(e)) : ue(e) ? (A = () => e, n = !0) : E(e) ? (c = !0, d = e.some((M) => ue(M) || at(M)), A = () => e.map((M) => {
|
|
811
|
+
if (x(M))
|
|
812
812
|
return M.value;
|
|
813
813
|
if (ue(M))
|
|
814
814
|
return ge(M);
|
|
@@ -866,9 +866,9 @@ function en(e, t) {
|
|
|
866
866
|
};
|
|
867
867
|
}
|
|
868
868
|
function ge(e, t) {
|
|
869
|
-
if (!
|
|
869
|
+
if (!G(e) || e.__v_skip || (t = t || /* @__PURE__ */ new Set(), t.has(e)))
|
|
870
870
|
return e;
|
|
871
|
-
if (t.add(e),
|
|
871
|
+
if (t.add(e), x(e))
|
|
872
872
|
ge(e.value, t);
|
|
873
873
|
else if (E(e))
|
|
874
874
|
for (let s = 0; s < e.length; s++)
|
|
@@ -963,7 +963,7 @@ process.env.NODE_ENV !== "production" && (nn.ownKeys = (e) => (L("Avoid app logi
|
|
|
963
963
|
function on(e) {
|
|
964
964
|
const t = e.type, { mixins: s, extends: n } = t, { mixins: i, optionsCache: o, config: { optionMergeStrategies: p } } = e.appContext, h = o.get(t);
|
|
965
965
|
let u;
|
|
966
|
-
return h ? u = h : !i.length && !s && !n ? u = t : (u = {}, i.length && i.forEach((A) => We(u, A, p, !0)), We(u, t, p)),
|
|
966
|
+
return h ? u = h : !i.length && !s && !n ? u = t : (u = {}, i.length && i.forEach((A) => We(u, A, p, !0)), We(u, t, p)), G(t) && o.set(t, u), u;
|
|
967
967
|
}
|
|
968
968
|
function We(e, t, s, n = !1) {
|
|
969
969
|
const { mixins: i, extends: o } = t;
|
|
@@ -978,7 +978,7 @@ function We(e, t, s, n = !1) {
|
|
|
978
978
|
return e;
|
|
979
979
|
}
|
|
980
980
|
const an = {
|
|
981
|
-
data:
|
|
981
|
+
data: xt,
|
|
982
982
|
props: pe,
|
|
983
983
|
emits: pe,
|
|
984
984
|
methods: pe,
|
|
@@ -1000,18 +1000,18 @@ const an = {
|
|
|
1000
1000
|
components: pe,
|
|
1001
1001
|
directives: pe,
|
|
1002
1002
|
watch: ln,
|
|
1003
|
-
provide:
|
|
1003
|
+
provide: xt,
|
|
1004
1004
|
inject: rn
|
|
1005
1005
|
};
|
|
1006
|
-
function
|
|
1006
|
+
function xt(e, t) {
|
|
1007
1007
|
return t ? e ? function() {
|
|
1008
1008
|
return Z(D(e) ? e.call(this, this) : e, D(t) ? t.call(this, this) : t);
|
|
1009
1009
|
} : t : e;
|
|
1010
1010
|
}
|
|
1011
1011
|
function rn(e, t) {
|
|
1012
|
-
return pe(
|
|
1012
|
+
return pe(Gt(e), Gt(t));
|
|
1013
1013
|
}
|
|
1014
|
-
function
|
|
1014
|
+
function Gt(e) {
|
|
1015
1015
|
if (E(e)) {
|
|
1016
1016
|
const t = {};
|
|
1017
1017
|
for (let s = 0; s < e.length; s++)
|
|
@@ -1063,7 +1063,7 @@ let ye = null;
|
|
|
1063
1063
|
function un(e) {
|
|
1064
1064
|
return e ? e.__v_isVNode === !0 : !1;
|
|
1065
1065
|
}
|
|
1066
|
-
const mn = (...e) => fs(...e), ms = "__vInternal", As = ({ key: e }) => e != null ? e : null, Ye = ({ ref: e, ref_key: t, ref_for: s }) => e != null ? W(e) ||
|
|
1066
|
+
const mn = (...e) => fs(...e), ms = "__vInternal", As = ({ key: e }) => e != null ? e : null, Ye = ({ ref: e, ref_key: t, ref_for: s }) => e != null ? W(e) || x(e) || D(e) ? { i: oe, r: e, k: t, f: !!s } : e : null;
|
|
1067
1067
|
function An(e, t = null, s = null, n = 0, i = null, o = e === us ? 0 : 1, p = !1, h = !1) {
|
|
1068
1068
|
const u = {
|
|
1069
1069
|
__v_isVNode: !0,
|
|
@@ -1104,9 +1104,9 @@ function fs(e, t = null, s = null, n = 0, i = null, o = !1) {
|
|
|
1104
1104
|
if (ks(e) && (e = e.__vccOpts), t) {
|
|
1105
1105
|
t = gn(t);
|
|
1106
1106
|
let { class: h, style: u } = t;
|
|
1107
|
-
h && !W(h) && (t.class = ht(h)),
|
|
1107
|
+
h && !W(h) && (t.class = ht(h)), G(u) && (rt(u) && !E(u) && (u = Z({}, u)), t.style = dt(u));
|
|
1108
1108
|
}
|
|
1109
|
-
const p = W(e) ? 1 : zi(e) ? 128 : pn(e) ? 64 :
|
|
1109
|
+
const p = W(e) ? 1 : zi(e) ? 128 : pn(e) ? 64 : G(e) ? 4 : D(e) ? 2 : 0;
|
|
1110
1110
|
return process.env.NODE_ENV !== "production" && p & 4 && rt(e) && (e = b(e), L("Vue received a Component which was made a reactive object. This can lead to unnecessary performance overhead, and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.", `
|
|
1111
1111
|
Component that was made reactive: `, e)), An(e, t, s, n, i, p, o, !0);
|
|
1112
1112
|
}
|
|
@@ -1246,7 +1246,7 @@ function Bn() {
|
|
|
1246
1246
|
return;
|
|
1247
1247
|
const e = { style: "color:#3ba776" }, t = { style: "color:#0b1bc9" }, s = { style: "color:#b62e24" }, n = { style: "color:#9d288c" }, i = {
|
|
1248
1248
|
header(c) {
|
|
1249
|
-
return
|
|
1249
|
+
return G(c) ? c.__isVue ? ["div", e, "VueInstance"] : x(c) ? [
|
|
1250
1250
|
"div",
|
|
1251
1251
|
{},
|
|
1252
1252
|
["span", e, d(c)],
|
|
@@ -1326,7 +1326,7 @@ function Bn() {
|
|
|
1326
1326
|
] : ["span", {}];
|
|
1327
1327
|
}
|
|
1328
1328
|
function h(c, f = !0) {
|
|
1329
|
-
return typeof c == "number" ? ["span", t, c] : typeof c == "string" ? ["span", s, JSON.stringify(c)] : typeof c == "boolean" ? ["span", n, c] :
|
|
1329
|
+
return typeof c == "number" ? ["span", t, c] : typeof c == "string" ? ["span", s, JSON.stringify(c)] : typeof c == "boolean" ? ["span", n, c] : G(c) ? ["object", { object: f ? b(c) : c }] : ["span", s, String(c)];
|
|
1330
1330
|
}
|
|
1331
1331
|
function u(c, f) {
|
|
1332
1332
|
const T = c.type;
|
|
@@ -1339,7 +1339,7 @@ function Bn() {
|
|
|
1339
1339
|
}
|
|
1340
1340
|
function A(c, f, T) {
|
|
1341
1341
|
const w = c[T];
|
|
1342
|
-
if (E(w) && w.includes(f) ||
|
|
1342
|
+
if (E(w) && w.includes(f) || G(w) && f in w || c.extends && A(c.extends, f, T) || c.mixins && c.mixins.some((P) => A(P, f, T)))
|
|
1343
1343
|
return !0;
|
|
1344
1344
|
}
|
|
1345
1345
|
function d(c) {
|
|
@@ -1428,7 +1428,7 @@ const S = (e, t) => {
|
|
|
1428
1428
|
class: "header-comfig",
|
|
1429
1429
|
style: { width: "20px" }
|
|
1430
1430
|
}, null, -1)), Vn = { class: "top-popup-drawer--body" }, Ln = { class: "top-tips-header" }, Un = { class: "top-tips-body" }, Fn = { class: "top-tips-footer" };
|
|
1431
|
-
function
|
|
1431
|
+
function xn(e, t, s, n, i, o) {
|
|
1432
1432
|
return a(), r("div", {
|
|
1433
1433
|
class: F(["top-popup-zindex", e.className]),
|
|
1434
1434
|
style: Q(`${e.isIndex ? `z-index:${e.isIndex}` : ""}`)
|
|
@@ -1499,7 +1499,7 @@ function Gn(e, t, s, n, i, o) {
|
|
|
1499
1499
|
], 4)) : m("", !0)
|
|
1500
1500
|
], 6);
|
|
1501
1501
|
}
|
|
1502
|
-
const H = /* @__PURE__ */ S(En, [["render",
|
|
1502
|
+
const H = /* @__PURE__ */ S(En, [["render", xn], ["__scopeId", "data-v-65789867"]]), Gn = _({
|
|
1503
1503
|
name: "PreView",
|
|
1504
1504
|
props: {
|
|
1505
1505
|
file: {
|
|
@@ -1555,7 +1555,7 @@ function Yn(e, t, s, n, i, o) {
|
|
|
1555
1555
|
`, 8, Kn))
|
|
1556
1556
|
])) : m("", !0);
|
|
1557
1557
|
}
|
|
1558
|
-
const Is = /* @__PURE__ */ S(
|
|
1558
|
+
const Is = /* @__PURE__ */ S(Gn, [["render", Yn]]), Hn = _({
|
|
1559
1559
|
name: "preview-image",
|
|
1560
1560
|
props: {
|
|
1561
1561
|
images: {
|
|
@@ -2103,7 +2103,7 @@ const te = (e) => (q("data-v-10c6f1e7"), e = e(), R(), e), Eo = { class: "tops-t
|
|
|
2103
2103
|
}, Vo = {
|
|
2104
2104
|
key: 2,
|
|
2105
2105
|
style: { height: "100%" }
|
|
2106
|
-
}, Lo = { class: "seal-list__item--option" }, Uo = /* @__PURE__ */ te(() => /* @__PURE__ */ l("span", null, "\u8282\u70B9\u540D\u79F0", -1)), Fo = { class: "seal-list__item--option" },
|
|
2106
|
+
}, Lo = { class: "seal-list__item--option" }, Uo = /* @__PURE__ */ te(() => /* @__PURE__ */ l("span", null, "\u8282\u70B9\u540D\u79F0", -1)), Fo = { class: "seal-list__item--option" }, xo = /* @__PURE__ */ te(() => /* @__PURE__ */ l("span", null, "\u5BA1\u6279\u4EBA", -1)), Go = { class: "seal-list__item--option" }, Jo = /* @__PURE__ */ te(() => /* @__PURE__ */ l("span", null, "\u5BA1\u6279\u64CD\u4F5C", -1)), qo = { class: "seal-list__item--option" }, Ro = /* @__PURE__ */ te(() => /* @__PURE__ */ l("span", null, "\u5BA1\u6279\u610F\u89C1", -1)), Ko = ["innerHTML"], Yo = { class: "seal-list__item--option" }, Ho = /* @__PURE__ */ te(() => /* @__PURE__ */ l("span", null, "\u5BA1\u6279\u65F6\u95F4", -1)), jo = ["onClick"], Zo = /* @__PURE__ */ te(() => /* @__PURE__ */ l("span", null, "\u67E5\u770B\u9644\u4EF6", -1)), Wo = [
|
|
2107
2107
|
Zo
|
|
2108
2108
|
], zo = {
|
|
2109
2109
|
key: 1,
|
|
@@ -2155,10 +2155,10 @@ function aa(e, t, s, n, i, o) {
|
|
|
2155
2155
|
l("span", null, g(A.activityName), 1)
|
|
2156
2156
|
]),
|
|
2157
2157
|
l("div", Fo, [
|
|
2158
|
-
|
|
2158
|
+
xo,
|
|
2159
2159
|
l("span", null, g(A.createUserName), 1)
|
|
2160
2160
|
]),
|
|
2161
|
-
l("div",
|
|
2161
|
+
l("div", Go, [
|
|
2162
2162
|
Jo,
|
|
2163
2163
|
l("span", null, g(A.actionName), 1)
|
|
2164
2164
|
]),
|
|
@@ -2903,7 +2903,7 @@ const Qs = /* @__PURE__ */ S(Na, [["render", Sa], ["__scopeId", "data-v-01edd5c4
|
|
|
2903
2903
|
}
|
|
2904
2904
|
}
|
|
2905
2905
|
});
|
|
2906
|
-
const Qe = (e) => (q("data-v-5e78bab3"), e = e(), R(), e), Va = { class: "sumbmitPopup-index-sumbit" }, La = /* @__PURE__ */ Qe(() => /* @__PURE__ */ l("div", { class: "top-popup" }, null, -1)), Ua = { class: "sumbmitPopup-select" }, Fa = /* @__PURE__ */ Qe(() => /* @__PURE__ */ l("div", { class: "sumbmitPopup-select-checked-title" }, " \u5F53\u524D\u6D41\u7A0B ", -1)),
|
|
2906
|
+
const Qe = (e) => (q("data-v-5e78bab3"), e = e(), R(), e), Va = { class: "sumbmitPopup-index-sumbit" }, La = /* @__PURE__ */ Qe(() => /* @__PURE__ */ l("div", { class: "top-popup" }, null, -1)), Ua = { class: "sumbmitPopup-select" }, Fa = /* @__PURE__ */ Qe(() => /* @__PURE__ */ l("div", { class: "sumbmitPopup-select-checked-title" }, " \u5F53\u524D\u6D41\u7A0B ", -1)), xa = { class: "sumbmitPopup-select-viewTrack" }, Ga = ["src"], Ja = {
|
|
2907
2907
|
key: 0,
|
|
2908
2908
|
class: "person-views"
|
|
2909
2909
|
}, qa = /* @__PURE__ */ Qe(() => /* @__PURE__ */ l("div", { class: "person-views-title" }, "\u4E0B\u4E00\u6B65\u5904\u7406\u8282\u70B9", -1)), Ra = { class: "views-items" }, Ka = { class: "views-items-name" }, Ya = /* @__PURE__ */ Qe(() => /* @__PURE__ */ l("span", { class: "views-items-name--re" }, "*", -1)), Ha = { class: "views-items-set" }, ja = { key: 0 }, Za = { key: 0 }, Wa = { key: 1 }, za = { key: 2 }, Xa = ["onClick"], _a = {
|
|
@@ -2947,13 +2947,13 @@ function cr(e, t, s, n, i, o) {
|
|
|
2947
2947
|
class: F(["sumbmitPopup-select-checked-node", e.resubmit ? "sumbmitPopup-select-checked-node--noafter" : ""])
|
|
2948
2948
|
}, g(c.data.name ? c.data.name : c.data.placeholder), 3)
|
|
2949
2949
|
]),
|
|
2950
|
-
l("div",
|
|
2950
|
+
l("div", xa, [
|
|
2951
2951
|
e.checkedItem.id ? (a(), r("div", {
|
|
2952
2952
|
key: 0,
|
|
2953
2953
|
class: "viewTrack",
|
|
2954
2954
|
onClick: t[1] || (t[1] = (f) => e.taskurlshow = !0)
|
|
2955
2955
|
}, [
|
|
2956
|
-
l("img", { src: e.ProcessImg }, null, 8,
|
|
2956
|
+
l("img", { src: e.ProcessImg }, null, 8, Ga),
|
|
2957
2957
|
B(" \u67E5\u770B\u6D41\u7A0B\u56FE ")
|
|
2958
2958
|
])) : m("", !0)
|
|
2959
2959
|
])
|
|
@@ -3423,8 +3423,8 @@ function Fr(e, t, s, n, i, o) {
|
|
|
3423
3423
|
}, 8, ["visible"])
|
|
3424
3424
|
]);
|
|
3425
3425
|
}
|
|
3426
|
-
const Oe = /* @__PURE__ */ S(hr, [["render", Fr], ["__scopeId", "data-v-091baeca"]]),
|
|
3427
|
-
const
|
|
3426
|
+
const Oe = /* @__PURE__ */ S(hr, [["render", Fr], ["__scopeId", "data-v-091baeca"]]), xr = "data:image/png;base64,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";
|
|
3427
|
+
const Gr = {
|
|
3428
3428
|
name: "msgList",
|
|
3429
3429
|
components: {
|
|
3430
3430
|
TopPopup: H
|
|
@@ -3455,7 +3455,7 @@ const xr = {
|
|
|
3455
3455
|
},
|
|
3456
3456
|
computed: {
|
|
3457
3457
|
Del() {
|
|
3458
|
-
return
|
|
3458
|
+
return xr;
|
|
3459
3459
|
}
|
|
3460
3460
|
},
|
|
3461
3461
|
watch: {
|
|
@@ -3525,7 +3525,7 @@ function Hr(e, t, s, n, i, o) {
|
|
|
3525
3525
|
}, null, 8, ["context", "cancel", "comfig", "visible"])
|
|
3526
3526
|
]);
|
|
3527
3527
|
}
|
|
3528
|
-
const Se = /* @__PURE__ */ S(
|
|
3528
|
+
const Se = /* @__PURE__ */ S(Gr, [["render", Hr], ["__scopeId", "data-v-bd747d99"]]);
|
|
3529
3529
|
const jr = {
|
|
3530
3530
|
name: "counterSign",
|
|
3531
3531
|
props: {
|
|
@@ -4019,7 +4019,7 @@ const kl = {
|
|
|
4019
4019
|
], Ul = /* @__PURE__ */ Pe(() => /* @__PURE__ */ l("div", { class: "process-pc-label" }, [
|
|
4020
4020
|
/* @__PURE__ */ B(" \u5BA1\u6279\u4EBA "),
|
|
4021
4021
|
/* @__PURE__ */ l("span", { class: "process-pc-label--re" }, "*")
|
|
4022
|
-
], -1)), Fl = ["onClick"],
|
|
4022
|
+
], -1)), Fl = ["onClick"], xl = { class: "process-pc-value--people" }, Gl = {
|
|
4023
4023
|
key: 0,
|
|
4024
4024
|
class: "process-pc-value--data"
|
|
4025
4025
|
}, Jl = {
|
|
@@ -4083,8 +4083,8 @@ function Yl(e, t, s, n, i, o) {
|
|
|
4083
4083
|
class: "process-pc-value",
|
|
4084
4084
|
onClick: (f) => o.handleOpenPopup(c.id)
|
|
4085
4085
|
}, [
|
|
4086
|
-
l("div",
|
|
4087
|
-
i.partNode[c.id] && i.partNode[c.id].length ? (a(), r("div",
|
|
4086
|
+
l("div", xl, [
|
|
4087
|
+
i.partNode[c.id] && i.partNode[c.id].length ? (a(), r("div", Gl, [
|
|
4088
4088
|
(a(!0), r(y, null, I(i.partNode[c.id], (f, T) => (a(), r("span", null, g(T == 0 ? f : `,${f}`), 1))), 256))
|
|
4089
4089
|
])) : (a(), r("div", Jl, Rl))
|
|
4090
4090
|
])
|
|
@@ -4634,7 +4634,7 @@ const Qc = {
|
|
|
4634
4634
|
/* @__PURE__ */ B(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "),
|
|
4635
4635
|
/* @__PURE__ */ l("span", { class: "treeperson-title--re" }, "*")
|
|
4636
4636
|
], -1));
|
|
4637
|
-
function
|
|
4637
|
+
function xc(e, t, s, n, i, o) {
|
|
4638
4638
|
const p = C("TreeNode");
|
|
4639
4639
|
return a(), r("div", Oc, [
|
|
4640
4640
|
i.nodeItems && i.nodeItems.length ? (a(), r("div", Sc, [
|
|
@@ -4690,7 +4690,7 @@ function Gc(e, t, s, n, i, o) {
|
|
|
4690
4690
|
])) : m("", !0)
|
|
4691
4691
|
]);
|
|
4692
4692
|
}
|
|
4693
|
-
const
|
|
4693
|
+
const Gc = /* @__PURE__ */ S(Qc, [["render", xc], ["__scopeId", "data-v-6f06fcea"]]);
|
|
4694
4694
|
const Jc = {
|
|
4695
4695
|
name: "complete",
|
|
4696
4696
|
props: {
|
|
@@ -4706,7 +4706,7 @@ const Jc = {
|
|
|
4706
4706
|
TopPopup: H,
|
|
4707
4707
|
departPerson: ce,
|
|
4708
4708
|
MsgList: Se,
|
|
4709
|
-
TreePerson:
|
|
4709
|
+
TreePerson: Gc
|
|
4710
4710
|
},
|
|
4711
4711
|
computed: {
|
|
4712
4712
|
check() {
|
|
@@ -4782,11 +4782,7 @@ const Jc = {
|
|
|
4782
4782
|
});
|
|
4783
4783
|
}), this.nextNodeData && this.nextNodeData.length ? (this.nextNodeData.map((s, n) => {
|
|
4784
4784
|
s.type !== "endEvent" && (s.userTaskModelDTO.participantList && s.userTaskModelDTO.participantList.length && s.userTaskModelDTO.participantList.map((i) => {
|
|
4785
|
-
this.multiNodeParticipant[s.id] || (this.multiNodeParticipant[s.id] = []), this.partNode[s.id] || (this.partNode[s.id] = []), this.multiNodeParticipant[s.id].includes(
|
|
4786
|
-
i.id
|
|
4787
|
-
) || this.multiNodeParticipant[s.id].push(
|
|
4788
|
-
i.id
|
|
4789
|
-
), this.partNode[s.id].includes(i.name) || this.partNode[s.id].push(i.name);
|
|
4785
|
+
this.multiNodeParticipant[s.id] || (this.multiNodeParticipant[s.id] = []), this.partNode[s.id] || (this.partNode[s.id] = []), this.multiNodeParticipant[s.id].includes(i.id) || this.multiNodeParticipant[s.id].push(i.id), this.partNode[s.id].includes(i.name) || this.partNode[s.id].push(i.name);
|
|
4790
4786
|
}), (s.userTaskModelDTO.humanPerformer.name == "\u56FA\u5B9A\u8D26\u6237" || s.userTaskModelDTO.humanPerformer.name == "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173") && this.personMake.push(s.id));
|
|
4791
4787
|
}), this.personMake && this.personMake.length && this.param.request.post(
|
|
4792
4788
|
`aws/repository/getParticipantsOfPerformerNames?taskInstId=${this.param.taskInstId}`,
|
|
@@ -4797,11 +4793,7 @@ const Jc = {
|
|
|
4797
4793
|
s.code == 200 && (this.personMakeList = s.data);
|
|
4798
4794
|
})) : this.outGatewayUserTaskModel && this.outGatewayUserTaskModel.length && this.outGatewayUserTaskModel.map((s, n) => {
|
|
4799
4795
|
s.type !== "endEvent" && s.participantList && s.participantList.length && s.participantList.map((i) => {
|
|
4800
|
-
this.multiNodeParticipant[s.id] || (this.multiNodeParticipant[s.id] = []), this.partNode[s.id] || (this.partNode[s.id] = []), this.multiNodeParticipant[s.id].includes(
|
|
4801
|
-
i.id
|
|
4802
|
-
) || this.multiNodeParticipant[s.id].push(
|
|
4803
|
-
i.id
|
|
4804
|
-
), this.partNode[s.id].includes(i.name) || this.partNode[s.id].push(i.name);
|
|
4796
|
+
this.multiNodeParticipant[s.id] || (this.multiNodeParticipant[s.id] = []), this.partNode[s.id] || (this.partNode[s.id] = []), this.multiNodeParticipant[s.id].includes(i.id) || this.multiNodeParticipant[s.id].push(i.id), this.partNode[s.id].includes(i.name) || this.partNode[s.id].push(i.name);
|
|
4805
4797
|
});
|
|
4806
4798
|
});
|
|
4807
4799
|
},
|
|
@@ -4838,10 +4830,7 @@ const Jc = {
|
|
|
4838
4830
|
) : (this.radioCheckNameList.push(e.id), this.gateVars[e.incomingConditionItemList[0].itemName] = e.incomingConditionItemList[0].compareValue), this.gateVars[e.itemName] = e.compareValue) : (this.radioCheckNameList = [], this.radioCheckNodeList = [], this.radioCheckNameList.push(e.id), e.childNode && e.childNode.length && (this.radioCheckNodeList = e.childNode), this.gateVars[e.incomingConditionItemList[0].itemName] = e.incomingConditionItemList[0].compareValue, this.gateVars[e.itemName] = e.compareValue);
|
|
4839
4831
|
},
|
|
4840
4832
|
handleSaveNodeS(e) {
|
|
4841
|
-
this.makeType == "InclusiveGatewayModel" ? this.radioCheckNode.includes(e.id) ? this.radioCheckNode.splice(
|
|
4842
|
-
this.radioCheckNode.indexOf(e.id),
|
|
4843
|
-
1
|
|
4844
|
-
) : this.radioCheckNode.push(e.id) : this.radioCheckNode && this.radioCheckNode.length ? this.radioCheckNode = [] : (this.radioCheckNode.push(e.id), e.childNode && e.childNode.length && this.radioCheckNodeList.push(e.childNode));
|
|
4833
|
+
this.makeType == "InclusiveGatewayModel" ? this.radioCheckNode.includes(e.id) ? this.radioCheckNode.splice(this.radioCheckNode.indexOf(e.id), 1) : this.radioCheckNode.push(e.id) : this.radioCheckNode && this.radioCheckNode.length ? this.radioCheckNode = [] : (this.radioCheckNode.push(e.id), e.childNode && e.childNode.length && this.radioCheckNodeList.push(e.childNode));
|
|
4845
4834
|
},
|
|
4846
4835
|
forRadioChild(e, t) {
|
|
4847
4836
|
e.map((s, n) => {
|
|
@@ -4851,9 +4840,7 @@ const Jc = {
|
|
|
4851
4840
|
async handleNode(e) {
|
|
4852
4841
|
this.makeType = e.type, this.radioCheckNameList = [], this.radioCheck = e.id, this.radioCheckName = e.nodeName, this.radioCheckChild = e.childNode && e.childNode.length ? e.childNode : [e], this.radioCheckChild && this.radioCheckChild.length && this.radioCheckChild.map((t) => {
|
|
4853
4842
|
t.participantList && t.participantList.length ? t.participantList.map((s) => {
|
|
4854
|
-
this.multiNodeParticipant[t.id] || (this.multiNodeParticipant[t.id] = []), this.partNode[t.id] || (this.partNode[t.id] = []), this.multiNodeParticipant[t.id].includes(
|
|
4855
|
-
s.id
|
|
4856
|
-
) || this.multiNodeParticipant[t.id].push(s.id), this.partNode[t.id].includes(s.name) || this.partNode[t.id].push(s.name);
|
|
4843
|
+
this.multiNodeParticipant[t.id] || (this.multiNodeParticipant[t.id] = []), this.partNode[t.id] || (this.partNode[t.id] = []), this.multiNodeParticipant[t.id].includes(s.id) || this.multiNodeParticipant[t.id].push(s.id), this.partNode[t.id].includes(s.name) || this.partNode[t.id].push(s.name);
|
|
4857
4844
|
}) : this.param.request.post(
|
|
4858
4845
|
`/aws/repository/getParticipantsOfPerformerNames?taskInstId=${this.param.taskInstId}`,
|
|
4859
4846
|
{ userTaskDefIds: [t.id] }
|
|
@@ -4945,7 +4932,7 @@ const Jc = {
|
|
|
4945
4932
|
this.visibleListMsg = !0;
|
|
4946
4933
|
},
|
|
4947
4934
|
async confirm() {
|
|
4948
|
-
if (
|
|
4935
|
+
if (!this.commentMsg && this.param.isRequire) {
|
|
4949
4936
|
this.handleTips("\u8BF7\u8F93\u5165\u5BA1\u6279\u610F\u89C1!", !1, "success");
|
|
4950
4937
|
return;
|
|
4951
4938
|
}
|
|
@@ -4953,14 +4940,13 @@ const Jc = {
|
|
|
4953
4940
|
this.handleTips("\u8BF7\u4E0A\u4F20\u9644\u4EF6!", !1, "success");
|
|
4954
4941
|
return;
|
|
4955
4942
|
}
|
|
4943
|
+
this.commentMsg || (this.commentMsg = " ");
|
|
4956
4944
|
let e = {};
|
|
4957
4945
|
this.radioCheckNameList && this.radioCheckNameList.length ? this.radioCheckChild[0].type !== "EndEventModel" && this.radioCheckNameList.map((t, s) => {
|
|
4958
4946
|
(!this.multiNodeParticipant[t] || !this.multiNodeParticipant[t].length) && this.radioCheckChild.map((n, i) => {
|
|
4959
|
-
n.id == t && (n.humanPerformerName !== "\u56FA\u5B9A\u8D26\u6237" || n.humanPerformerName !== "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173") && (!n.childNode || !n.childNode.length || this.radioCheckNode.map(
|
|
4960
|
-
|
|
4961
|
-
|
|
4962
|
-
}
|
|
4963
|
-
));
|
|
4947
|
+
n.id == t && (n.humanPerformerName !== "\u56FA\u5B9A\u8D26\u6237" || n.humanPerformerName !== "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173") && (!n.childNode || !n.childNode.length || this.radioCheckNode.map((o, p) => {
|
|
4948
|
+
!this.multiNodeParticipant[o] || this.multiNodeParticipant[o].length, e[o] = this.multiNodeParticipant[o];
|
|
4949
|
+
}));
|
|
4964
4950
|
}), e[t] = this.multiNodeParticipant[t];
|
|
4965
4951
|
}) : e = this.multiNodeParticipant, !(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", {
|
|
4966
4952
|
actionName: this.param.actionComplete,
|
|
@@ -5028,7 +5014,7 @@ const Jc = {
|
|
|
5028
5014
|
this.gateVars = e;
|
|
5029
5015
|
}
|
|
5030
5016
|
}
|
|
5031
|
-
}, Os = (e) => (q("data-v-
|
|
5017
|
+
}, Os = (e) => (q("data-v-2e0ff542"), e = e(), R(), e), qc = { class: "process-popup-content" }, Rc = {
|
|
5032
5018
|
key: 0,
|
|
5033
5019
|
class: "process-popup-content-msg"
|
|
5034
5020
|
}, Kc = {
|
|
@@ -5050,28 +5036,22 @@ const Jc = {
|
|
|
5050
5036
|
}, np = {
|
|
5051
5037
|
key: 1,
|
|
5052
5038
|
class: "process-popup-content-person"
|
|
5053
|
-
}, op = { style: { height: "100%" } };
|
|
5054
|
-
function
|
|
5039
|
+
}, op = { key: 0 }, ap = { style: { height: "100%" } };
|
|
5040
|
+
function rp(e, t, s, n, i, o) {
|
|
5055
5041
|
const p = C("TreePerson"), h = C("TopTips"), u = C("departPerson"), A = C("TopPopup"), d = C("MsgList"), c = C("attchViews");
|
|
5056
5042
|
return a(), r("div", qc, [
|
|
5057
5043
|
s.param.ProcessInsObj && s.param.ProcessInsObj.processDefId != "obj_94014ede99b6495d8f6d5977314faa15" ? (a(), r("div", Rc, [
|
|
5058
|
-
s.param.isQuickReply ? (a(), r("div", Kc, "
|
|
5044
|
+
s.param.isQuickReply ? (a(), r("div", Kc, "\u5FEB\u6377\u56DE\u590D")) : m("", !0),
|
|
5059
5045
|
s.param.isQuickReply ? (a(), r("div", Yc, [
|
|
5060
5046
|
l("div", Hc, [
|
|
5061
5047
|
s.param.isDocument ? (a(!0), r(y, { key: 0 }, I(i.msgCheckList, (f) => (a(), r("div", {
|
|
5062
|
-
class: F([
|
|
5063
|
-
"process-radio-item",
|
|
5064
|
-
f == i.commentMsg ? "process-radio-item--check" : ""
|
|
5065
|
-
]),
|
|
5048
|
+
class: F(["process-radio-item", f == i.commentMsg ? "process-radio-item--check" : ""]),
|
|
5066
5049
|
onClick: () => i.commentMsg = f
|
|
5067
5050
|
}, [
|
|
5068
5051
|
Zc,
|
|
5069
5052
|
B(" " + g(f), 1)
|
|
5070
5053
|
], 10, jc))), 256)) : (a(!0), r(y, { key: 1 }, I(i.msgCheckListS, (f) => (a(), r("div", {
|
|
5071
|
-
class: F([
|
|
5072
|
-
"process-radio-item",
|
|
5073
|
-
f == i.commentMsg ? "process-radio-item--check" : ""
|
|
5074
|
-
]),
|
|
5054
|
+
class: F(["process-radio-item", f == i.commentMsg ? "process-radio-item--check" : ""]),
|
|
5075
5055
|
onClick: () => i.commentMsg = f
|
|
5076
5056
|
}, [
|
|
5077
5057
|
zc,
|
|
@@ -5120,13 +5100,15 @@ function ap(e, t, s, n, i, o) {
|
|
|
5120
5100
|
])
|
|
5121
5101
|
])) : m("", !0),
|
|
5122
5102
|
i.taskNode && i.taskNode.length > 0 && i.taskNode[0].taskState != 4 && i.taskNode[0].taskState != 11 ? (a(), r("div", np, [
|
|
5123
|
-
i.nextNodeData.length ? (a(),
|
|
5124
|
-
|
|
5125
|
-
|
|
5126
|
-
|
|
5127
|
-
|
|
5128
|
-
|
|
5129
|
-
|
|
5103
|
+
i.nextNodeData.length ? (a(), r(y, { key: 0 }, [
|
|
5104
|
+
i.nextNodeData.length == 1 && i.nextNodeData[0].type == "endEvent" ? (a(), r("div", op, " \u4E0B\u4E00\u8282\u70B9\uFF1A\u7ED3\u675F\u4E8B\u4EF6 ")) : (a(), O(p, {
|
|
5105
|
+
key: 1,
|
|
5106
|
+
items: i.nextNodeData,
|
|
5107
|
+
nodeType: "nexting",
|
|
5108
|
+
param: s.param,
|
|
5109
|
+
onOnMultiNode: o.onMultiNode
|
|
5110
|
+
}, null, 8, ["items", "param", "onOnMultiNode"]))
|
|
5111
|
+
], 64)) : i.outGatewayUserTaskModel.length ? (a(), O(p, {
|
|
5130
5112
|
key: 1,
|
|
5131
5113
|
items: i.outGatewayUserTaskModel,
|
|
5132
5114
|
nodeType: "outing",
|
|
@@ -5150,7 +5132,7 @@ function ap(e, t, s, n, i, o) {
|
|
|
5150
5132
|
isDrawer: !0
|
|
5151
5133
|
}, {
|
|
5152
5134
|
default: N(() => [
|
|
5153
|
-
l("div",
|
|
5135
|
+
l("div", ap, [
|
|
5154
5136
|
i.visible ? (a(), O(u, le({
|
|
5155
5137
|
key: 0,
|
|
5156
5138
|
isTitle: !1,
|
|
@@ -5200,8 +5182,8 @@ function ap(e, t, s, n, i, o) {
|
|
|
5200
5182
|
}, null, 8, ["limit", "requires", "request", "linkUrl", "onGetValue"])) : m("", !0)
|
|
5201
5183
|
]);
|
|
5202
5184
|
}
|
|
5203
|
-
const
|
|
5204
|
-
const
|
|
5185
|
+
const lp = /* @__PURE__ */ S(Jc, [["render", rp], ["__scopeId", "data-v-2e0ff542"]]);
|
|
5186
|
+
const cp = {
|
|
5205
5187
|
name: "cancel",
|
|
5206
5188
|
props: {
|
|
5207
5189
|
param: {
|
|
@@ -5347,44 +5329,44 @@ const lp = {
|
|
|
5347
5329
|
this.param.endFunction && this.param.endFunction("\u62D2\u7EDD");
|
|
5348
5330
|
}
|
|
5349
5331
|
}
|
|
5350
|
-
}, Te = (e) => (q("data-v-d0ec490f"), e = e(), R(), e),
|
|
5332
|
+
}, Te = (e) => (q("data-v-d0ec490f"), e = e(), R(), e), pp = { class: "process-popup-content" }, dp = { class: "process-popup-content-msg" }, hp = { key: 0 }, up = /* @__PURE__ */ Te(() => /* @__PURE__ */ l("div", { class: "process-pc-label" }, [
|
|
5351
5333
|
/* @__PURE__ */ B(" \u62D2\u7EDD\u7406\u7531\uFF1A "),
|
|
5352
5334
|
/* @__PURE__ */ l("span", { class: "process-pc-label--re" }, "*")
|
|
5353
|
-
], -1)),
|
|
5335
|
+
], -1)), mp = { class: "process-pc-value" }, Ap = { class: "process-popup-textarea" }, fp = { class: "process-popup-textarea-num" }, gp = {
|
|
5354
5336
|
key: 0,
|
|
5355
5337
|
class: "msg-btn"
|
|
5356
|
-
},
|
|
5338
|
+
}, yp = {
|
|
5357
5339
|
key: 0,
|
|
5358
5340
|
class: "process-popup-content-person"
|
|
5359
|
-
},
|
|
5341
|
+
}, Cp = /* @__PURE__ */ Te(() => /* @__PURE__ */ l("br", null, null, -1)), kp = /* @__PURE__ */ Te(() => /* @__PURE__ */ l("span", { class: "process-pc-label--re" }, "*", -1)), Ip = ["onClick"], Tp = { class: "process-pc-value--people" }, bp = {
|
|
5360
5342
|
key: 0,
|
|
5361
5343
|
class: "process-pc-value--data"
|
|
5362
|
-
},
|
|
5344
|
+
}, wp = {
|
|
5363
5345
|
key: 1,
|
|
5364
5346
|
class: "process-pc-value--data",
|
|
5365
5347
|
style: { color: "#888" }
|
|
5366
|
-
},
|
|
5367
|
-
|
|
5368
|
-
],
|
|
5348
|
+
}, Bp = /* @__PURE__ */ Te(() => /* @__PURE__ */ l("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), Np = [
|
|
5349
|
+
Bp
|
|
5350
|
+
], Ep = { style: { "font-size": "15px" } }, Mp = /* @__PURE__ */ Te(() => /* @__PURE__ */ l("div", { class: "process-pc-label" }, [
|
|
5369
5351
|
/* @__PURE__ */ B(" \u5BA1\u6279\u4EBA "),
|
|
5370
5352
|
/* @__PURE__ */ l("span", { class: "process-pc-label--re" }, "*")
|
|
5371
|
-
], -1)),
|
|
5372
|
-
|
|
5373
|
-
],
|
|
5374
|
-
function
|
|
5353
|
+
], -1)), vp = /* @__PURE__ */ Te(() => /* @__PURE__ */ l("div", { class: "process-pc-value--people" }, /* @__PURE__ */ g(234), -1)), Qp = [
|
|
5354
|
+
vp
|
|
5355
|
+
], Op = { style: { height: "100%" } };
|
|
5356
|
+
function Sp(e, t, s, n, i, o) {
|
|
5375
5357
|
const p = C("TopTips"), h = C("departPerson"), u = C("TopPopup"), A = C("attchViews"), d = C("MsgList");
|
|
5376
|
-
return a(), r("div",
|
|
5377
|
-
l("div",
|
|
5378
|
-
s.param.isMsg ? (a(), r("div",
|
|
5358
|
+
return a(), r("div", pp, [
|
|
5359
|
+
l("div", dp, [
|
|
5360
|
+
s.param.isMsg ? (a(), r("div", hp, [
|
|
5379
5361
|
l("div", {
|
|
5380
5362
|
class: "process-radio-item",
|
|
5381
5363
|
onClick: t[0] || (t[0] = (c) => o.handleOpenMsg()),
|
|
5382
5364
|
style: { color: "#1389ff", "font-size": "14px" }
|
|
5383
5365
|
}, " \u5E38\u7528\u610F\u89C1 ")
|
|
5384
5366
|
])) : m("", !0),
|
|
5385
|
-
|
|
5386
|
-
l("div",
|
|
5387
|
-
l("div",
|
|
5367
|
+
up,
|
|
5368
|
+
l("div", mp, [
|
|
5369
|
+
l("div", Ap, [
|
|
5388
5370
|
Ie(l("textarea", {
|
|
5389
5371
|
"onUpdate:modelValue": t[1] || (t[1] = (c) => i.commentMsg = c),
|
|
5390
5372
|
class: "textarea-item",
|
|
@@ -5396,9 +5378,9 @@ function Op(e, t, s, n, i, o) {
|
|
|
5396
5378
|
}, null, 512), [
|
|
5397
5379
|
[ve, i.commentMsg]
|
|
5398
5380
|
]),
|
|
5399
|
-
l("div",
|
|
5381
|
+
l("div", fp, g(i.commentMsg.length) + "/200 ", 1)
|
|
5400
5382
|
]),
|
|
5401
|
-
s.param.isMsg ? (a(), r("div",
|
|
5383
|
+
s.param.isMsg ? (a(), r("div", gp, [
|
|
5402
5384
|
l("span", {
|
|
5403
5385
|
class: "msg-btn-click",
|
|
5404
5386
|
onClick: t[2] || (t[2] = (c) => o.handleMakeMsg())
|
|
@@ -5406,7 +5388,7 @@ function Op(e, t, s, n, i, o) {
|
|
|
5406
5388
|
])) : m("", !0)
|
|
5407
5389
|
])
|
|
5408
5390
|
]),
|
|
5409
|
-
i.taskNode && i.taskNode.length > 0 && i.taskNode[0].taskState != 4 ? (a(), r("div",
|
|
5391
|
+
i.taskNode && i.taskNode.length > 0 && i.taskNode[0].taskState != 4 ? (a(), r("div", yp, [
|
|
5410
5392
|
i.nextNodeData.length ? (a(!0), r(y, { key: 0 }, I(i.nextNodeData, (c) => {
|
|
5411
5393
|
var f, T;
|
|
5412
5394
|
return a(), r(y, null, [
|
|
@@ -5415,30 +5397,30 @@ function Op(e, t, s, n, i, o) {
|
|
|
5415
5397
|
) ? (a(), r(y, { key: 0 }, [
|
|
5416
5398
|
l("div", null, [
|
|
5417
5399
|
B(g(c.userTaskModelDTO.name) + " ", 1),
|
|
5418
|
-
|
|
5400
|
+
Cp,
|
|
5419
5401
|
B(" \u5BA1\u6279\u4EBA "),
|
|
5420
|
-
|
|
5402
|
+
kp
|
|
5421
5403
|
]),
|
|
5422
5404
|
l("div", {
|
|
5423
5405
|
class: "process-pc-value",
|
|
5424
5406
|
onClick: (w) => o.handleOpenPopup(c.id)
|
|
5425
5407
|
}, [
|
|
5426
|
-
l("div",
|
|
5427
|
-
i.partNode[c.id] && i.partNode[c.id].length ? (a(), r("div",
|
|
5408
|
+
l("div", Tp, [
|
|
5409
|
+
i.partNode[c.id] && i.partNode[c.id].length ? (a(), r("div", bp, [
|
|
5428
5410
|
(a(!0), r(y, null, I(i.partNode[c.id], (w, P) => (a(), r("span", null, g(P == 0 ? w : `,${w}`), 1))), 256))
|
|
5429
|
-
])) : (a(), r("div",
|
|
5411
|
+
])) : (a(), r("div", wp, Np))
|
|
5430
5412
|
])
|
|
5431
|
-
], 8,
|
|
5413
|
+
], 8, Ip)
|
|
5432
5414
|
], 64)) : m("", !0)
|
|
5433
5415
|
], 64);
|
|
5434
5416
|
}), 256)) : i.outGatewayUserTaskModel.length ? (a(!0), r(y, { key: 1 }, I(i.outGatewayUserTaskModel, (c) => (a(), r(y, null, [
|
|
5435
5417
|
o.isOption(c.humanPerformerName) ? (a(), r(y, { key: 0 }, [
|
|
5436
|
-
l("div",
|
|
5437
|
-
|
|
5418
|
+
l("div", Ep, g(c.name), 1),
|
|
5419
|
+
Mp,
|
|
5438
5420
|
l("div", {
|
|
5439
5421
|
class: "process-pc-value",
|
|
5440
5422
|
onClick: t[3] || (t[3] = (...f) => o.handleOpenPopup && o.handleOpenPopup(...f))
|
|
5441
|
-
},
|
|
5423
|
+
}, Qp)
|
|
5442
5424
|
], 64)) : m("", !0)
|
|
5443
5425
|
], 64))), 256)) : m("", !0)
|
|
5444
5426
|
])) : m("", !0),
|
|
@@ -5456,7 +5438,7 @@ function Op(e, t, s, n, i, o) {
|
|
|
5456
5438
|
isDrawer: !0
|
|
5457
5439
|
}, {
|
|
5458
5440
|
default: N(() => [
|
|
5459
|
-
l("div",
|
|
5441
|
+
l("div", Op, [
|
|
5460
5442
|
i.visible ? (a(), O(h, le({
|
|
5461
5443
|
key: 0,
|
|
5462
5444
|
isTitle: !1,
|
|
@@ -5507,8 +5489,8 @@ function Op(e, t, s, n, i, o) {
|
|
|
5507
5489
|
}, null, 8, ["context", "cancel", "comfig", "visible"])
|
|
5508
5490
|
]);
|
|
5509
5491
|
}
|
|
5510
|
-
const
|
|
5511
|
-
const
|
|
5492
|
+
const Dp = /* @__PURE__ */ S(cp, [["render", Sp], ["__scopeId", "data-v-d0ec490f"]]);
|
|
5493
|
+
const Pp = {
|
|
5512
5494
|
name: "backNode",
|
|
5513
5495
|
props: {
|
|
5514
5496
|
param: {
|
|
@@ -5673,28 +5655,28 @@ const Dp = {
|
|
|
5673
5655
|
this.param.endFunction && this.param.endFunction("\u9000\u56DE");
|
|
5674
5656
|
}
|
|
5675
5657
|
}
|
|
5676
|
-
}, Ss = (e) => (q("data-v-e20d8859"), e = e(), R(), e),
|
|
5658
|
+
}, Ss = (e) => (q("data-v-e20d8859"), e = e(), R(), e), Vp = { class: "process-popup-content" }, Lp = { class: "process-popup-content-msg" }, Up = /* @__PURE__ */ Ss(() => /* @__PURE__ */ l("div", {
|
|
5677
5659
|
class: "process-pc-label",
|
|
5678
5660
|
style: { "background-color": "#fff", position: "relative", "z-index": "199", display: "inline-block", width: "50%" }
|
|
5679
5661
|
}, [
|
|
5680
5662
|
/* @__PURE__ */ B(" \u9000\u56DE\u8282\u70B9\uFF1A "),
|
|
5681
5663
|
/* @__PURE__ */ l("span", { class: "process-pc-label--re" }, "*")
|
|
5682
|
-
], -1)),
|
|
5664
|
+
], -1)), Fp = {
|
|
5683
5665
|
class: "process-pc-value",
|
|
5684
5666
|
style: { display: "inline-block", width: "50%" }
|
|
5685
|
-
},
|
|
5667
|
+
}, xp = { key: 0 }, Gp = /* @__PURE__ */ Ss(() => /* @__PURE__ */ l("div", { class: "process-pc-label" }, [
|
|
5686
5668
|
/* @__PURE__ */ B(" \u9000\u56DE\u7406\u7531\uFF1A "),
|
|
5687
5669
|
/* @__PURE__ */ l("span", { class: "process-pc-label--re" }, "*")
|
|
5688
|
-
], -1)),
|
|
5670
|
+
], -1)), Jp = { class: "process-pc-value" }, qp = { class: "process-popup-textarea" }, Rp = { class: "process-popup-textarea-num" }, Kp = {
|
|
5689
5671
|
key: 0,
|
|
5690
5672
|
class: "msg-btn"
|
|
5691
5673
|
};
|
|
5692
|
-
function
|
|
5674
|
+
function Yp(e, t, s, n, i, o) {
|
|
5693
5675
|
const p = C("TopDownSelect"), h = C("TopTips"), u = C("MsgList"), A = C("TopPopup"), d = C("attchViews");
|
|
5694
|
-
return a(), r("div",
|
|
5695
|
-
l("div",
|
|
5696
|
-
|
|
5697
|
-
l("div",
|
|
5676
|
+
return a(), r("div", Vp, [
|
|
5677
|
+
l("div", Lp, [
|
|
5678
|
+
Up,
|
|
5679
|
+
l("div", Fp, [
|
|
5698
5680
|
k(p, {
|
|
5699
5681
|
option: i.option,
|
|
5700
5682
|
onChange: o.handleChange,
|
|
@@ -5703,7 +5685,7 @@ function Kp(e, t, s, n, i, o) {
|
|
|
5703
5685
|
border: ""
|
|
5704
5686
|
}, null, 8, ["option", "onChange"])
|
|
5705
5687
|
]),
|
|
5706
|
-
s.param.isMsg ? (a(), r("div",
|
|
5688
|
+
s.param.isMsg ? (a(), r("div", xp, [
|
|
5707
5689
|
l("div", {
|
|
5708
5690
|
class: "process-radio-item",
|
|
5709
5691
|
onClick: t[0] || (t[0] = (c) => o.handleOpenMsg()),
|
|
@@ -5711,8 +5693,8 @@ function Kp(e, t, s, n, i, o) {
|
|
|
5711
5693
|
}, " \u5E38\u7528\u610F\u89C1 ")
|
|
5712
5694
|
])) : m("", !0),
|
|
5713
5695
|
Gp,
|
|
5714
|
-
l("div",
|
|
5715
|
-
l("div",
|
|
5696
|
+
l("div", Jp, [
|
|
5697
|
+
l("div", qp, [
|
|
5716
5698
|
Ie(l("textarea", {
|
|
5717
5699
|
"onUpdate:modelValue": t[1] || (t[1] = (c) => i.commentMsg = c),
|
|
5718
5700
|
class: "textarea-item",
|
|
@@ -5724,9 +5706,9 @@ function Kp(e, t, s, n, i, o) {
|
|
|
5724
5706
|
}, null, 512), [
|
|
5725
5707
|
[ve, i.commentMsg]
|
|
5726
5708
|
]),
|
|
5727
|
-
l("div",
|
|
5709
|
+
l("div", Rp, g(i.commentMsg.length) + "/200 ", 1)
|
|
5728
5710
|
]),
|
|
5729
|
-
s.param.isMsg ? (a(), r("div",
|
|
5711
|
+
s.param.isMsg ? (a(), r("div", Kp, [
|
|
5730
5712
|
l("span", {
|
|
5731
5713
|
class: "msg-btn-click",
|
|
5732
5714
|
onClick: t[2] || (t[2] = (c) => o.handleMakeMsg())
|
|
@@ -5777,8 +5759,8 @@ function Kp(e, t, s, n, i, o) {
|
|
|
5777
5759
|
}, null, 8, ["limit", "requires", "request", "linkUrl", "onGetValue"])) : m("", !0)
|
|
5778
5760
|
]);
|
|
5779
5761
|
}
|
|
5780
|
-
const
|
|
5781
|
-
const
|
|
5762
|
+
const Hp = /* @__PURE__ */ S(Pp, [["render", Yp], ["__scopeId", "data-v-e20d8859"]]);
|
|
5763
|
+
const jp = {
|
|
5782
5764
|
name: "ccTask",
|
|
5783
5765
|
props: {
|
|
5784
5766
|
param: {
|
|
@@ -5885,10 +5867,10 @@ const Hp = {
|
|
|
5885
5867
|
this.param.endFunction && this.param.endFunction("ccTask");
|
|
5886
5868
|
}
|
|
5887
5869
|
}
|
|
5888
|
-
},
|
|
5889
|
-
function
|
|
5870
|
+
}, Zp = { style: { height: "100%" } };
|
|
5871
|
+
function Wp(e, t, s, n, i, o) {
|
|
5890
5872
|
const p = C("departPerson"), h = C("TopTips");
|
|
5891
|
-
return a(), r("div",
|
|
5873
|
+
return a(), r("div", Zp, [
|
|
5892
5874
|
s.param.visible ? (a(), O(p, le({
|
|
5893
5875
|
key: 0,
|
|
5894
5876
|
isTitle: !1,
|
|
@@ -5905,7 +5887,7 @@ function Zp(e, t, s, n, i, o) {
|
|
|
5905
5887
|
}, null, 8, ["text", "statusTips", "type"])
|
|
5906
5888
|
]);
|
|
5907
5889
|
}
|
|
5908
|
-
const
|
|
5890
|
+
const zp = /* @__PURE__ */ S(jp, [["render", Wp]]), Xp = _({
|
|
5909
5891
|
name: "TopProcess",
|
|
5910
5892
|
components: {
|
|
5911
5893
|
TopTab: ra,
|
|
@@ -6124,7 +6106,7 @@ const Wp = /* @__PURE__ */ S(Hp, [["render", Zp]]), zp = _({
|
|
|
6124
6106
|
let i = {};
|
|
6125
6107
|
i.name = this.taskObj.completeButtonLabel, i.btnProps = { type: "primary" }, e.push(i), i.click = (o) => {
|
|
6126
6108
|
this.handleActionClose(), this.showOperation(
|
|
6127
|
-
|
|
6109
|
+
lp,
|
|
6128
6110
|
o,
|
|
6129
6111
|
this.request,
|
|
6130
6112
|
this.taskObj.completeButtonAnnex
|
|
@@ -6135,7 +6117,7 @@ const Wp = /* @__PURE__ */ S(Hp, [["render", Zp]]), zp = _({
|
|
|
6135
6117
|
let i = {};
|
|
6136
6118
|
i.name = "\u62D2\u7EDD", i.btnProps = { type: "danger" }, e.push(i), i.click = (o) => {
|
|
6137
6119
|
this.handleActionClose(), this.showOperation(
|
|
6138
|
-
|
|
6120
|
+
Dp,
|
|
6139
6121
|
o,
|
|
6140
6122
|
this.request,
|
|
6141
6123
|
this.taskObj.otherButtonAnnexList
|
|
@@ -6150,7 +6132,7 @@ const Wp = /* @__PURE__ */ S(Hp, [["render", Zp]]), zp = _({
|
|
|
6150
6132
|
let o = {};
|
|
6151
6133
|
o.name = i.label, o.btnProps = { type: "danger" }, e.push(o), o.click = (p) => {
|
|
6152
6134
|
this.handleActionClose(), this.showOperation(
|
|
6153
|
-
|
|
6135
|
+
Hp,
|
|
6154
6136
|
p,
|
|
6155
6137
|
this.request,
|
|
6156
6138
|
this.taskObj.otherButtonAnnexList
|
|
@@ -6161,7 +6143,7 @@ const Wp = /* @__PURE__ */ S(Hp, [["render", Zp]]), zp = _({
|
|
|
6161
6143
|
let i = {};
|
|
6162
6144
|
i.name = this.taskObj.ccTaskButtonLabel, i.btnProps = { type: "default" }, i.click = async (o) => {
|
|
6163
6145
|
this.handleActionClose(), !(this.ccTaskFunction && !await this.ccTaskFunction()) && (this.showOperation(
|
|
6164
|
-
|
|
6146
|
+
zp,
|
|
6165
6147
|
o,
|
|
6166
6148
|
this.request,
|
|
6167
6149
|
this.taskObj.ccTaskButtonAnnex,
|
|
@@ -6424,36 +6406,36 @@ const Wp = /* @__PURE__ */ S(Hp, [["render", Zp]]), zp = _({
|
|
|
6424
6406
|
}
|
|
6425
6407
|
}
|
|
6426
6408
|
});
|
|
6427
|
-
const be = (e) => (q("data-v-69092c72"), e = e(), R(), e),
|
|
6409
|
+
const be = (e) => (q("data-v-69092c72"), e = e(), R(), e), _p = { class: "process-warp" }, $p = {
|
|
6428
6410
|
key: 0,
|
|
6429
6411
|
class: "process-main",
|
|
6430
6412
|
id: "process-header",
|
|
6431
6413
|
ref: "processheader"
|
|
6432
|
-
},
|
|
6414
|
+
}, ed = { class: "process-ml-item border" }, td = /* @__PURE__ */ be(() => /* @__PURE__ */ l("div", { class: "process-mli-name" }, "\u6D41\u7A0B\u72B6\u6001", -1)), sd = { class: "process-mli-value" }, id = { class: "process-ml-item border" }, nd = /* @__PURE__ */ be(() => /* @__PURE__ */ l("div", { class: "process-mli-name" }, "\u6D41\u7A0B\u53D1\u8D77\u65F6\u95F4", -1)), od = { class: "process-mli-value" }, ad = {
|
|
6433
6415
|
key: 0,
|
|
6434
6416
|
class: "process-ml-item"
|
|
6435
|
-
},
|
|
6417
|
+
}, rd = /* @__PURE__ */ be(() => /* @__PURE__ */ l("div", { class: "process-mli-name" }, "\u5BA1\u6279\u8282\u70B9", -1)), ld = {
|
|
6436
6418
|
class: "process-mli-value",
|
|
6437
6419
|
style: { width: "50%", "text-align": "right" }
|
|
6438
|
-
},
|
|
6420
|
+
}, cd = { class: "process-mliv-jd" }, pd = ["slot"], dd = {
|
|
6439
6421
|
slot: "default",
|
|
6440
6422
|
style: {}
|
|
6441
|
-
},
|
|
6423
|
+
}, hd = ["slot"], ud = {
|
|
6442
6424
|
key: 0,
|
|
6443
6425
|
class: "footBtnRow"
|
|
6444
|
-
},
|
|
6445
|
-
md,
|
|
6426
|
+
}, md = ["onClick"], Ad = /* @__PURE__ */ be(() => /* @__PURE__ */ l("div", { class: "circle" }, null, -1)), fd = /* @__PURE__ */ be(() => /* @__PURE__ */ l("div", { class: "circle" }, null, -1)), gd = /* @__PURE__ */ be(() => /* @__PURE__ */ l("div", { class: "circle" }, null, -1)), yd = [
|
|
6446
6427
|
Ad,
|
|
6447
|
-
fd
|
|
6448
|
-
|
|
6449
|
-
|
|
6428
|
+
fd,
|
|
6429
|
+
gd
|
|
6430
|
+
], Cd = { slot: "completeSlot" }, kd = ["onClick"], Id = ["onClick"], Td = { slot: "completeSlot" };
|
|
6431
|
+
function bd(e, t, s, n, i, o) {
|
|
6450
6432
|
const p = C("TopTab"), h = C("TopPopup"), u = C("TopTips"), A = C("TopSumbitPopup");
|
|
6451
6433
|
return a(), r("div", null, [
|
|
6452
|
-
l("div",
|
|
6453
|
-
(e.formData.currentState || e.processStatus.bizStatusName || e.processStatus.status) && !e.hideHeader ? (a(), r("div",
|
|
6454
|
-
l("div",
|
|
6455
|
-
|
|
6456
|
-
l("div",
|
|
6434
|
+
l("div", _p, [
|
|
6435
|
+
(e.formData.currentState || e.processStatus.bizStatusName || e.processStatus.status) && !e.hideHeader ? (a(), r("div", $p, [
|
|
6436
|
+
l("div", ed, [
|
|
6437
|
+
td,
|
|
6438
|
+
l("div", sd, [
|
|
6457
6439
|
e.formData.currentState || e.processStatus.bizStatusName || e.processStatus.status ? (a(), r("div", {
|
|
6458
6440
|
key: 0,
|
|
6459
6441
|
class: "process-mliv-dd",
|
|
@@ -6465,16 +6447,16 @@ function Td(e, t, s, n, i, o) {
|
|
|
6465
6447
|
}, g(e.formData.currentState || e.processStatus.bizStatusName || e.processStatus.status), 5)) : m("", !0)
|
|
6466
6448
|
])
|
|
6467
6449
|
]),
|
|
6468
|
-
l("div",
|
|
6469
|
-
|
|
6470
|
-
l("div",
|
|
6450
|
+
l("div", id, [
|
|
6451
|
+
nd,
|
|
6452
|
+
l("div", od, [
|
|
6471
6453
|
l("span", null, g(e.processStatus.createTime), 1)
|
|
6472
6454
|
])
|
|
6473
6455
|
]),
|
|
6474
|
-
e.processStatus.allUserNames && e.processStatus.allUserNames.length ? (a(), r("div",
|
|
6475
|
-
|
|
6476
|
-
l("div",
|
|
6477
|
-
l("span",
|
|
6456
|
+
e.processStatus.allUserNames && e.processStatus.allUserNames.length ? (a(), r("div", ad, [
|
|
6457
|
+
rd,
|
|
6458
|
+
l("div", ld, [
|
|
6459
|
+
l("span", cd, g(`${e.processStatus.taskState == 4 ? e.processStatus.currUserName : e.processStatus.allUserNames.toString()}\u5BA1\u6279\u4E2D`), 1)
|
|
6478
6460
|
])
|
|
6479
6461
|
])) : m("", !0)
|
|
6480
6462
|
], 512)) : m("", !0),
|
|
@@ -6496,8 +6478,8 @@ function Td(e, t, s, n, i, o) {
|
|
|
6496
6478
|
slot: d.slot
|
|
6497
6479
|
}, [
|
|
6498
6480
|
Y(e.$slots, d.slot, {}, void 0, !0)
|
|
6499
|
-
], 8,
|
|
6500
|
-
l("div",
|
|
6481
|
+
], 8, pd))), 128)) : (a(), r(y, { key: 1 }, [
|
|
6482
|
+
l("div", dd, [
|
|
6501
6483
|
Y(e.$slots, "default", {}, void 0, !0)
|
|
6502
6484
|
]),
|
|
6503
6485
|
(a(!0), r(y, null, I(e.tapList, (d, c) => (a(), r("div", {
|
|
@@ -6506,7 +6488,7 @@ function Td(e, t, s, n, i, o) {
|
|
|
6506
6488
|
slot: d.slot
|
|
6507
6489
|
}, [
|
|
6508
6490
|
Y(e.$slots, d.slot, {}, void 0, !0)
|
|
6509
|
-
], 8,
|
|
6491
|
+
], 8, hd))), 128))
|
|
6510
6492
|
], 64))
|
|
6511
6493
|
]),
|
|
6512
6494
|
_: 3
|
|
@@ -6518,7 +6500,7 @@ function Td(e, t, s, n, i, o) {
|
|
|
6518
6500
|
id: "process-footer",
|
|
6519
6501
|
style: Q({ bottom: e.processBtn })
|
|
6520
6502
|
}, [
|
|
6521
|
-
e.isAdditional ? (a(), r("div",
|
|
6503
|
+
e.isAdditional ? (a(), r("div", ud, [
|
|
6522
6504
|
Y(e.$slots, "btn", { data: e.processStatus }, void 0, !0)
|
|
6523
6505
|
])) : (a(), r(y, { key: 1 }, [
|
|
6524
6506
|
e.isDocument && (e.formData.currentState == "\u7F16\u6587\u53F7\u5957\u7EA2" || e.formData.currentState == "\u76D6\u7AE0") ? (a(), r("div", {
|
|
@@ -6536,13 +6518,13 @@ function Td(e, t, s, n, i, o) {
|
|
|
6536
6518
|
),
|
|
6537
6519
|
key: d.name,
|
|
6538
6520
|
onClick: (f) => d.click(d.name)
|
|
6539
|
-
}, g(d.name), 13,
|
|
6521
|
+
}, g(d.name), 13, md)) : m("", !0)
|
|
6540
6522
|
], 64))), 256)) : m("", !0),
|
|
6541
6523
|
e.operBtn.length > 3 && e.actionBtn && e.actionBtn.length ? (a(), r("div", {
|
|
6542
6524
|
key: 1,
|
|
6543
6525
|
class: "elips",
|
|
6544
6526
|
onClick: t[0] || (t[0] = (...d) => e.handleActionOpen && e.handleActionOpen(...d))
|
|
6545
|
-
},
|
|
6527
|
+
}, yd)) : m("", !0)
|
|
6546
6528
|
], 64))
|
|
6547
6529
|
], 64))
|
|
6548
6530
|
], 4))
|
|
@@ -6563,7 +6545,7 @@ function Td(e, t, s, n, i, o) {
|
|
|
6563
6545
|
onHandleClosePopup1: e.handleClosePopup1
|
|
6564
6546
|
}, {
|
|
6565
6547
|
default: N(() => [
|
|
6566
|
-
l("div",
|
|
6548
|
+
l("div", Cd, [
|
|
6567
6549
|
Y(e.$slots, "completeSlot", {}, void 0, !0)
|
|
6568
6550
|
])
|
|
6569
6551
|
]),
|
|
@@ -6597,11 +6579,11 @@ function Td(e, t, s, n, i, o) {
|
|
|
6597
6579
|
class: "top-elips-items",
|
|
6598
6580
|
onClick: (c) => e.handleGet(d),
|
|
6599
6581
|
key: d.taskId
|
|
6600
|
-
}, g(d.name), 9,
|
|
6582
|
+
}, g(d.name), 9, kd))), 128)) : (a(!0), r(y, { key: 1 }, I(e.actionBtn, (d) => (a(), r("div", {
|
|
6601
6583
|
class: "top-elips-items",
|
|
6602
6584
|
onClick: (c) => d.click(d.name),
|
|
6603
6585
|
key: d.name
|
|
6604
|
-
}, g(d.name), 9,
|
|
6586
|
+
}, g(d.name), 9, Id))), 128)),
|
|
6605
6587
|
l("div", {
|
|
6606
6588
|
class: "top-elips-items top-elips-items--cancel",
|
|
6607
6589
|
onClick: t[2] || (t[2] = (...d) => e.handleActionClose && e.handleActionClose(...d))
|
|
@@ -6643,7 +6625,7 @@ function Td(e, t, s, n, i, o) {
|
|
|
6643
6625
|
onHandleClosecctaskTopPopup: e.handleClosecctaskTopPopup
|
|
6644
6626
|
}, {
|
|
6645
6627
|
default: N(() => [
|
|
6646
|
-
l("div",
|
|
6628
|
+
l("div", Td, [
|
|
6647
6629
|
Y(e.$slots, "completeSlot", {}, void 0, !0)
|
|
6648
6630
|
])
|
|
6649
6631
|
]),
|
|
@@ -6654,9 +6636,9 @@ function Td(e, t, s, n, i, o) {
|
|
|
6654
6636
|
}, 8, ["titleText", "visible"])
|
|
6655
6637
|
]);
|
|
6656
6638
|
}
|
|
6657
|
-
const
|
|
6639
|
+
const Md = /* @__PURE__ */ S(Xp, [["render", bd], ["__scopeId", "data-v-69092c72"]]);
|
|
6658
6640
|
export {
|
|
6659
|
-
|
|
6641
|
+
Md as TopProcess,
|
|
6660
6642
|
pr as TopSumbitPopup,
|
|
6661
6643
|
Bo as ViewAttchList,
|
|
6662
6644
|
Oe as attchViews
|