ui-process-h5 2.5.71 → 2.5.73
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 +107 -103
- package/v2/ui-process-h5.umd.cjs +6 -6
- package/v2.7/style.css +1 -1
- package/v2.7/ui-process-h5.js +12 -8
- package/v2.7/ui-process-h5.umd.cjs +8 -8
- package/v3/style.css +1 -1
- package/v3/ui-process-h5.js +85 -81
- package/v3/ui-process-h5.umd.cjs +5 -5
package/v3/ui-process-h5.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { openBlock as a, createElementBlock as r, normalizeClass as U, normalizeStyle as M, createElementVNode as l, toDisplayString as A, renderSlot as
|
|
1
|
+
import { openBlock as a, createElementBlock as r, normalizeClass as U, normalizeStyle as M, createElementVNode as l, toDisplayString as A, renderSlot as R, createCommentVNode as m, pushScopeId as J, popScopeId as q, Fragment as C, renderList as T, resolveComponent as k, createVNode as I, withCtx as v, withDirectives as be, vShow as Rs, createTextVNode as B, createBlock as D, mergeProps as oe, withModifiers as ze, vModelText as Oe, resolveDynamicComponent as xt } from "vue";
|
|
2
2
|
import Ut from "dsbridge";
|
|
3
3
|
import { departPerson as ae } from "checked-pick-app";
|
|
4
4
|
/**
|
|
@@ -223,7 +223,7 @@ function ne(e, t, s, n, i, o) {
|
|
|
223
223
|
}
|
|
224
224
|
const hi = /* @__PURE__ */ Ks("__proto__,__v_isRef,__isVue"), ns = new Set(
|
|
225
225
|
/* @__PURE__ */ Object.getOwnPropertyNames(Symbol).filter((e) => e !== "arguments" && e !== "caller").map((e) => Symbol[e]).filter(Qe)
|
|
226
|
-
),
|
|
226
|
+
), qt = /* @__PURE__ */ ui();
|
|
227
227
|
function ui() {
|
|
228
228
|
const e = {};
|
|
229
229
|
return ["includes", "indexOf", "lastIndexOf"].forEach((t) => {
|
|
@@ -263,8 +263,8 @@ class os {
|
|
|
263
263
|
return n === (i ? o ? ds : cs : o ? Ei : ls).get(t) || Object.getPrototypeOf(t) === Object.getPrototypeOf(n) ? t : void 0;
|
|
264
264
|
const c = E(t);
|
|
265
265
|
if (!i) {
|
|
266
|
-
if (c && P(
|
|
267
|
-
return Reflect.get(
|
|
266
|
+
if (c && P(qt, s))
|
|
267
|
+
return Reflect.get(qt, s, n);
|
|
268
268
|
if (s === "hasOwnProperty")
|
|
269
269
|
return mi;
|
|
270
270
|
}
|
|
@@ -331,14 +331,14 @@ function Je(e, t, s = !1, n = !1) {
|
|
|
331
331
|
return h(e.get(o));
|
|
332
332
|
e !== i && e.get(t);
|
|
333
333
|
}
|
|
334
|
-
function
|
|
334
|
+
function qe(e, t = !1) {
|
|
335
335
|
const s = this.__v_raw, n = b(s), i = b(e);
|
|
336
336
|
return t || (Ie(e, i) && V(n, "has", e), V(n, "has", i)), e === i ? s.has(e) : s.has(e) || s.has(i);
|
|
337
337
|
}
|
|
338
|
-
function
|
|
338
|
+
function Re(e, t = !1) {
|
|
339
339
|
return e = e.__v_raw, !t && V(b(e), "iterate", de), Reflect.get(e, "size", e);
|
|
340
340
|
}
|
|
341
|
-
function
|
|
341
|
+
function Rt(e) {
|
|
342
342
|
e = b(e);
|
|
343
343
|
const t = b(this);
|
|
344
344
|
return ot(t).has.call(t, e) || (t.add(e), ne(t, "add", e, e)), this;
|
|
@@ -407,10 +407,10 @@ function Ci() {
|
|
|
407
407
|
return Je(this, o);
|
|
408
408
|
},
|
|
409
409
|
get size() {
|
|
410
|
-
return
|
|
410
|
+
return Re(this);
|
|
411
411
|
},
|
|
412
|
-
has:
|
|
413
|
-
add:
|
|
412
|
+
has: qe,
|
|
413
|
+
add: Rt,
|
|
414
414
|
set: Kt,
|
|
415
415
|
delete: Yt,
|
|
416
416
|
clear: Ht,
|
|
@@ -420,10 +420,10 @@ function Ci() {
|
|
|
420
420
|
return Je(this, o, !1, !0);
|
|
421
421
|
},
|
|
422
422
|
get size() {
|
|
423
|
-
return
|
|
423
|
+
return Re(this);
|
|
424
424
|
},
|
|
425
|
-
has:
|
|
426
|
-
add:
|
|
425
|
+
has: qe,
|
|
426
|
+
add: Rt,
|
|
427
427
|
set: Kt,
|
|
428
428
|
delete: Yt,
|
|
429
429
|
clear: Ht,
|
|
@@ -433,10 +433,10 @@ function Ci() {
|
|
|
433
433
|
return Je(this, o, !0);
|
|
434
434
|
},
|
|
435
435
|
get size() {
|
|
436
|
-
return
|
|
436
|
+
return Re(this, !0);
|
|
437
437
|
},
|
|
438
438
|
has(o) {
|
|
439
|
-
return
|
|
439
|
+
return qe.call(this, o, !0);
|
|
440
440
|
},
|
|
441
441
|
add: te("add"),
|
|
442
442
|
set: te("set"),
|
|
@@ -448,10 +448,10 @@ function Ci() {
|
|
|
448
448
|
return Je(this, o, !0, !0);
|
|
449
449
|
},
|
|
450
450
|
get size() {
|
|
451
|
-
return
|
|
451
|
+
return Re(this, !0);
|
|
452
452
|
},
|
|
453
453
|
has(o) {
|
|
454
|
-
return
|
|
454
|
+
return qe.call(this, o, !0);
|
|
455
455
|
},
|
|
456
456
|
add: te("add"),
|
|
457
457
|
set: te("set"),
|
|
@@ -784,11 +784,11 @@ let $ = null, se = 0;
|
|
|
784
784
|
const gs = /* @__PURE__ */ Promise.resolve();
|
|
785
785
|
let Dt = null;
|
|
786
786
|
const Ji = 100;
|
|
787
|
-
function
|
|
787
|
+
function qi(e) {
|
|
788
788
|
const t = Dt || gs;
|
|
789
789
|
return e ? t.then(this ? e.bind(this) : e) : t;
|
|
790
790
|
}
|
|
791
|
-
function
|
|
791
|
+
function Ri(e) {
|
|
792
792
|
let t = ie + 1, s = j.length;
|
|
793
793
|
for (; t < s; ) {
|
|
794
794
|
const n = t + s >>> 1, i = j[n], o = De(i);
|
|
@@ -800,7 +800,7 @@ function Ot(e) {
|
|
|
800
800
|
(!j.length || !j.includes(
|
|
801
801
|
e,
|
|
802
802
|
_e && e.allowRecurse ? ie + 1 : ie
|
|
803
|
-
)) && (e.id == null ? j.push(e) : j.splice(
|
|
803
|
+
)) && (e.id == null ? j.push(e) : j.splice(Ri(e.id), 0, e), As());
|
|
804
804
|
}
|
|
805
805
|
function As() {
|
|
806
806
|
!_e && !yt && (yt = !0, Dt = gs.then(ys));
|
|
@@ -1014,7 +1014,7 @@ function tn(e, t, {
|
|
|
1014
1014
|
if (!(!G.active || !G.dirty))
|
|
1015
1015
|
if (t) {
|
|
1016
1016
|
const w = G.run();
|
|
1017
|
-
(n || f || (y ? w.some((dt,
|
|
1017
|
+
(n || f || (y ? w.some((dt, qs) => Ie(dt, re[qs])) : Ie(w, re))) && (N && N(), Ze(t, u, 3, [
|
|
1018
1018
|
w,
|
|
1019
1019
|
re === We ? void 0 : y && re[0] === We ? [] : re,
|
|
1020
1020
|
L
|
|
@@ -1085,7 +1085,7 @@ const Ct = (e) => e ? Nn(e) ? Bn(e) || e.proxy : Ct(e.parent) : null, Pe = /* @_
|
|
|
1085
1085
|
$forceUpdate: (e) => e.f || (e.f = () => {
|
|
1086
1086
|
e.effect.dirty = !0, Ot(e.update);
|
|
1087
1087
|
}),
|
|
1088
|
-
$nextTick: (e) => e.n || (e.n =
|
|
1088
|
+
$nextTick: (e) => e.n || (e.n = qi.bind(e.proxy)),
|
|
1089
1089
|
$watch: (e) => sn.bind(e)
|
|
1090
1090
|
}), on = (e) => e === "_" || e === "$", ht = (e, t) => e !== z && !e.__isScriptSetup && P(e, t), an = {
|
|
1091
1091
|
get({ _: e }, t) {
|
|
@@ -1710,11 +1710,11 @@ const O = (e, t) => {
|
|
|
1710
1710
|
for (const [n, i] of t)
|
|
1711
1711
|
s[n] = i;
|
|
1712
1712
|
return s;
|
|
1713
|
-
}, Dn = (e) => (J("data-v-65789867"), e = e(),
|
|
1713
|
+
}, Dn = (e) => (J("data-v-65789867"), e = e(), q(), e), On = { class: "top-popup-header" }, Qn = { class: "header-title" }, Ln = { class: "top-popup-body" }, Vn = { class: "top-popup-drawer-header" }, xn = { class: "header-title" }, Un = /* @__PURE__ */ Dn(() => /* @__PURE__ */ l("div", {
|
|
1714
1714
|
class: "header-comfig",
|
|
1715
1715
|
style: { width: "20px" }
|
|
1716
|
-
}, null, -1)), Fn = { class: "top-popup-drawer--body" }, Gn = { class: "top-tips-header" }, Jn = { class: "top-tips-body" },
|
|
1717
|
-
function
|
|
1716
|
+
}, null, -1)), Fn = { class: "top-popup-drawer--body" }, Gn = { class: "top-tips-header" }, Jn = { class: "top-tips-body" }, qn = { class: "top-tips-footer" };
|
|
1717
|
+
function Rn(e, t, s, n, i, o) {
|
|
1718
1718
|
return a(), r("div", {
|
|
1719
1719
|
class: U(["top-popup-zindex", e.className]),
|
|
1720
1720
|
style: M(`${e.isIndex ? `z-index:${e.isIndex}` : ""}`)
|
|
@@ -1745,7 +1745,7 @@ function qn(e, t, s, n, i, o) {
|
|
|
1745
1745
|
}, A(e.comfigText), 1)
|
|
1746
1746
|
]),
|
|
1747
1747
|
l("div", Ln, [
|
|
1748
|
-
|
|
1748
|
+
R(e.$slots, "default", {}, void 0, !0)
|
|
1749
1749
|
])
|
|
1750
1750
|
], 4)) : !e.isTips && e.isDrawer ? (a(), r("div", {
|
|
1751
1751
|
key: 1,
|
|
@@ -1761,7 +1761,7 @@ function qn(e, t, s, n, i, o) {
|
|
|
1761
1761
|
Un
|
|
1762
1762
|
]),
|
|
1763
1763
|
l("div", Fn, [
|
|
1764
|
-
|
|
1764
|
+
R(e.$slots, "default", {}, void 0, !0)
|
|
1765
1765
|
])
|
|
1766
1766
|
], 6)) : e.isTips && !e.isDrawer ? (a(), r("div", {
|
|
1767
1767
|
key: 2,
|
|
@@ -1772,7 +1772,7 @@ function qn(e, t, s, n, i, o) {
|
|
|
1772
1772
|
}, [
|
|
1773
1773
|
l("div", Gn, A(e.titleText), 1),
|
|
1774
1774
|
l("div", Jn, A(e.context), 1),
|
|
1775
|
-
l("div",
|
|
1775
|
+
l("div", qn, [
|
|
1776
1776
|
l("div", {
|
|
1777
1777
|
class: "top-tips-btn",
|
|
1778
1778
|
onClick: t[4] || (t[4] = (...c) => e.handleCancel && e.handleCancel(...c))
|
|
@@ -1785,7 +1785,7 @@ function qn(e, t, s, n, i, o) {
|
|
|
1785
1785
|
], 4)) : m("", !0)
|
|
1786
1786
|
], 6);
|
|
1787
1787
|
}
|
|
1788
|
-
const H = /* @__PURE__ */ O(Mn, [["render",
|
|
1788
|
+
const H = /* @__PURE__ */ O(Mn, [["render", Rn], ["__scopeId", "data-v-65789867"]]), Kn = Z({
|
|
1789
1789
|
name: "PreView",
|
|
1790
1790
|
props: {
|
|
1791
1791
|
file: {
|
|
@@ -1984,7 +1984,7 @@ const Ps = /* @__PURE__ */ O(Kn, [["render", zn]]), Zn = Z({
|
|
|
1984
1984
|
});
|
|
1985
1985
|
}
|
|
1986
1986
|
});
|
|
1987
|
-
const Xn = (e) => (J("data-v-2d8081f9"), e = e(),
|
|
1987
|
+
const Xn = (e) => (J("data-v-2d8081f9"), e = e(), q(), e), _n = {
|
|
1988
1988
|
key: 0,
|
|
1989
1989
|
class: "preview-image"
|
|
1990
1990
|
}, $n = ["src"], eo = ["src"], to = {
|
|
@@ -2125,7 +2125,7 @@ const rt = /* @__PURE__ */ O(Zn, [["render", no], ["__scopeId", "data-v-2d8081f9
|
|
|
2125
2125
|
}
|
|
2126
2126
|
}
|
|
2127
2127
|
});
|
|
2128
|
-
const Us = (e) => (J("data-v-d92f70c8"), e = e(),
|
|
2128
|
+
const Us = (e) => (J("data-v-d92f70c8"), e = e(), q(), e), ao = { class: "process-wrap" }, ro = {
|
|
2129
2129
|
key: 0,
|
|
2130
2130
|
class: "attch-list"
|
|
2131
2131
|
}, lo = { class: "list-items-icon" }, co = ["src"], po = ["src"], ho = ["src"], uo = ["src"], mo = ["src"], go = ["src"], Ao = ["onClick"], fo = { class: "info-name" }, yo = { class: "info-name-text" }, Co = { class: "info-attribute" }, ko = { class: "info-attribute-time" }, Io = { class: "info-attribute-size" }, To = ["onClick"], bo = /* @__PURE__ */ Us(() => /* @__PURE__ */ l("span", { class: "download-text" }, "\u4E0B\u8F7D", -1)), wo = [
|
|
@@ -2389,7 +2389,7 @@ const So = /* @__PURE__ */ O(oo, [["render", vo], ["__scopeId", "data-v-d92f70c8
|
|
|
2389
2389
|
}
|
|
2390
2390
|
}
|
|
2391
2391
|
});
|
|
2392
|
-
const X = (e) => (J("data-v-92331bf2"), e = e(),
|
|
2392
|
+
const X = (e) => (J("data-v-92331bf2"), e = e(), q(), e), Mo = { class: "tops-tab" }, Do = { class: "tops-tab-header" }, Oo = ["onClick"], Qo = {
|
|
2393
2393
|
key: 0,
|
|
2394
2394
|
class: "bottom-line"
|
|
2395
2395
|
}, Lo = { class: "tops-tab-body" }, Vo = ["name"], xo = ["src"], Uo = {
|
|
@@ -2398,7 +2398,7 @@ const X = (e) => (J("data-v-92331bf2"), e = e(), R(), e), Mo = { class: "tops-ta
|
|
|
2398
2398
|
}, Fo = {
|
|
2399
2399
|
key: 2,
|
|
2400
2400
|
style: { height: "100%" }
|
|
2401
|
-
}, Go = { class: "seal-list__item--option" }, Jo = /* @__PURE__ */ X(() => /* @__PURE__ */ l("span", null, "\u8282\u70B9\u540D\u79F0", -1)),
|
|
2401
|
+
}, Go = { class: "seal-list__item--option" }, Jo = /* @__PURE__ */ X(() => /* @__PURE__ */ l("span", null, "\u8282\u70B9\u540D\u79F0", -1)), qo = { class: "seal-list__item--option" }, Ro = /* @__PURE__ */ X(() => /* @__PURE__ */ l("span", null, "\u5BA1\u6279\u4EBA", -1)), Ko = { class: "seal-list__item--option" }, Yo = /* @__PURE__ */ X(() => /* @__PURE__ */ l("span", null, "\u5BA1\u6279\u64CD\u4F5C", -1)), Ho = { class: "seal-list__item--option" }, jo = /* @__PURE__ */ X(() => /* @__PURE__ */ l("span", null, "\u5BA1\u6279\u610F\u89C1", -1)), Wo = ["innerHTML"], zo = { class: "seal-list__item--option" }, Zo = /* @__PURE__ */ X(() => /* @__PURE__ */ l("span", null, "\u5BA1\u6279\u65F6\u95F4", -1)), Xo = ["onClick"], _o = /* @__PURE__ */ X(() => /* @__PURE__ */ l("span", null, "\u67E5\u770B\u9644\u4EF6", -1)), $o = [
|
|
2402
2402
|
_o
|
|
2403
2403
|
], ea = ["onClick"], ta = /* @__PURE__ */ X(() => /* @__PURE__ */ l("span", null, "\u67E5\u770B\u7B7E\u5B57", -1)), sa = [
|
|
2404
2404
|
ta
|
|
@@ -2422,7 +2422,7 @@ function ua(e, t, s, n, i, o) {
|
|
|
2422
2422
|
style: { height: "100%" },
|
|
2423
2423
|
class: U([u.key === "c" && "tops-tab-body-taskcommentlist"])
|
|
2424
2424
|
}, [
|
|
2425
|
-
u.key === "a" && u.type === "default" ?
|
|
2425
|
+
u.key === "a" && u.type === "default" ? R(e.$slots, "default", { key: 0 }, void 0, !0) : m("", !0),
|
|
2426
2426
|
u.key === "b" && u.type === "default" ? (a(), r("div", {
|
|
2427
2427
|
key: 1,
|
|
2428
2428
|
style: { height: "100%" },
|
|
@@ -2451,8 +2451,8 @@ function ua(e, t, s, n, i, o) {
|
|
|
2451
2451
|
Jo,
|
|
2452
2452
|
l("span", null, A(p.activityName), 1)
|
|
2453
2453
|
]),
|
|
2454
|
-
l("div",
|
|
2455
|
-
|
|
2454
|
+
l("div", qo, [
|
|
2455
|
+
Ro,
|
|
2456
2456
|
l("span", null, A(p.createUserName), 1)
|
|
2457
2457
|
]),
|
|
2458
2458
|
l("div", Ko, [
|
|
@@ -2482,9 +2482,9 @@ function ua(e, t, s, n, i, o) {
|
|
|
2482
2482
|
])
|
|
2483
2483
|
]))), 128)) : (a(), r("div", ia, "\u6682\u65E0\u6570\u636E"))
|
|
2484
2484
|
])) : m("", !0),
|
|
2485
|
-
u.type == "slot" ?
|
|
2485
|
+
u.type == "slot" ? R(e.$slots, u.slot, { key: 3 }, void 0, !0) : m("", !0)
|
|
2486
2486
|
], 2)), [
|
|
2487
|
-
[
|
|
2487
|
+
[Rs, e.active === u.key]
|
|
2488
2488
|
])), 128))
|
|
2489
2489
|
]),
|
|
2490
2490
|
I(h, {
|
|
@@ -2755,7 +2755,7 @@ const Qa = { class: "top-select" }, La = {
|
|
|
2755
2755
|
function Fa(e, t, s, n, i, o) {
|
|
2756
2756
|
return a(), r("div", Qa, [
|
|
2757
2757
|
e.isSlots ? (a(), r("div", La, [
|
|
2758
|
-
|
|
2758
|
+
R(e.$slots, "header", {
|
|
2759
2759
|
data: { ...e.activeItem, placeholder: e.placeholder }
|
|
2760
2760
|
}, void 0, !0)
|
|
2761
2761
|
])) : (a(), r("div", {
|
|
@@ -3302,7 +3302,7 @@ const Fs = /* @__PURE__ */ O(Oa, [["render", Fa], ["__scopeId", "data-v-01edd5c4
|
|
|
3302
3302
|
}
|
|
3303
3303
|
}
|
|
3304
3304
|
});
|
|
3305
|
-
const Le = (e) => (J("data-v-ae9bbc96"), e = e(),
|
|
3305
|
+
const Le = (e) => (J("data-v-ae9bbc96"), e = e(), q(), e), qa = { class: "sumbmitPopup-index-sumbit" }, Ra = /* @__PURE__ */ Le(() => /* @__PURE__ */ l("div", { class: "top-popup" }, null, -1)), Ka = { class: "sumbmitPopup-select" }, Ya = /* @__PURE__ */ Le(() => /* @__PURE__ */ l("div", { class: "sumbmitPopup-select-checked-title" }, "\u5F53\u524D\u6D41\u7A0B", -1)), Ha = { class: "sumbmitPopup-select-viewTrack" }, ja = ["src"], Wa = {
|
|
3306
3306
|
key: 0,
|
|
3307
3307
|
class: "person-views"
|
|
3308
3308
|
}, za = /* @__PURE__ */ Le(() => /* @__PURE__ */ l("div", { class: "person-views-title" }, "\u4E0B\u4E00\u6B65\u5904\u7406\u8282\u70B9", -1)), Za = { class: "views-items-name" }, Xa = /* @__PURE__ */ Le(() => /* @__PURE__ */ l("span", { class: "views-items-name--re" }, "*", -1)), _a = { class: "views-items-set" }, $a = { key: 0 }, er = { key: 0 }, tr = { key: 1 }, sr = { key: 2 }, ir = { key: 3 }, nr = ["onClick"], or = {
|
|
@@ -3314,8 +3314,8 @@ const Le = (e) => (J("data-v-ae9bbc96"), e = e(), R(), e), Ra = { class: "sumbmi
|
|
|
3314
3314
|
}, Ar = { style: { height: "100%" } };
|
|
3315
3315
|
function fr(e, t, s, n, i, o) {
|
|
3316
3316
|
const c = k("TopDownSelect"), h = k("TopPopup"), g = k("departPerson"), u = k("PreviewImage"), p = k("TopTips");
|
|
3317
|
-
return a(), r("div",
|
|
3318
|
-
|
|
3317
|
+
return a(), r("div", qa, [
|
|
3318
|
+
Ra,
|
|
3319
3319
|
I(h, {
|
|
3320
3320
|
visible: e.show,
|
|
3321
3321
|
"onUpdate:visible": t[2] || (t[2] = (d) => (e.show = d, e.$emit("update:visible", d))),
|
|
@@ -3698,7 +3698,7 @@ const Ir = { class: "attch-upload" }, Tr = {
|
|
|
3698
3698
|
}, Er = { class: "upload-header-upload" }, vr = ["src"], Sr = { class: "upload-body" }, Pr = {
|
|
3699
3699
|
key: 0,
|
|
3700
3700
|
class: "upload-list"
|
|
3701
|
-
}, Mr = { class: "list-items-icon" }, Dr = ["src"], Or = ["src"], Qr = ["src"], Lr = ["src"], Vr = ["src"], xr = ["src"], Ur = { class: "list-items-info" }, Fr = { class: "info-name" }, Gr = { class: "info-attribute" }, Jr = { class: "info-attribute-size" },
|
|
3701
|
+
}, Mr = { class: "list-items-icon" }, Dr = ["src"], Or = ["src"], Qr = ["src"], Lr = ["src"], Vr = ["src"], xr = ["src"], Ur = { class: "list-items-info" }, Fr = { class: "info-name" }, Gr = { class: "info-attribute" }, Jr = { class: "info-attribute-size" }, qr = ["onClick"], Rr = {
|
|
3702
3702
|
key: 0,
|
|
3703
3703
|
class: "list-items-operation"
|
|
3704
3704
|
}, Kr = ["onClick"], Yr = ["src"];
|
|
@@ -3788,10 +3788,10 @@ function Hr(e, t, s, n, i, o) {
|
|
|
3788
3788
|
l("span", {
|
|
3789
3789
|
class: "info-attribute-views",
|
|
3790
3790
|
onClick: (f) => e.viewFile(p, d)
|
|
3791
|
-
}, " \u9884\u89C8 ", 8,
|
|
3791
|
+
}, " \u9884\u89C8 ", 8, qr)
|
|
3792
3792
|
])
|
|
3793
3793
|
]),
|
|
3794
|
-
e.onlyShow ? m("", !0) : (a(), r("div",
|
|
3794
|
+
e.onlyShow ? m("", !0) : (a(), r("div", Rr, [
|
|
3795
3795
|
l("div", {
|
|
3796
3796
|
onClick: (f) => e.handleDel(d, p),
|
|
3797
3797
|
class: "list-items-operation-img"
|
|
@@ -4089,7 +4089,7 @@ const tl = {
|
|
|
4089
4089
|
this.param.endFunction && this.param.endFunction("counterSign");
|
|
4090
4090
|
}
|
|
4091
4091
|
}
|
|
4092
|
-
}, Ue = (e) => (J("data-v-8d76b3e3"), e = e(),
|
|
4092
|
+
}, Ue = (e) => (J("data-v-8d76b3e3"), e = e(), q(), e), sl = { class: "process-popup-content" }, il = { class: "process-popup-content-msg" }, nl = { key: 0 }, ol = /* @__PURE__ */ Ue(() => /* @__PURE__ */ l("div", { class: "process-pc-label" }, [
|
|
4093
4093
|
/* @__PURE__ */ B(" \u52A0\u7B7E\u7406\u7531\uFF1A"),
|
|
4094
4094
|
/* @__PURE__ */ l("span", { class: "process-pc-label--re" }, "*")
|
|
4095
4095
|
], -1)), al = { class: "process-pc-value" }, rl = { class: "process-popup-textarea" }, ll = { class: "process-popup-textarea-num" }, cl = {
|
|
@@ -4405,7 +4405,7 @@ const vl = {
|
|
|
4405
4405
|
this.param.endFunction && this.param.endFunction("delegateTask");
|
|
4406
4406
|
}
|
|
4407
4407
|
}
|
|
4408
|
-
}, Fe = (e) => (J("data-v-01833862"), e = e(),
|
|
4408
|
+
}, Fe = (e) => (J("data-v-01833862"), e = e(), q(), e), Sl = { class: "process-popup-content" }, Pl = { class: "process-popup-content-msg" }, Ml = { key: 0 }, Dl = /* @__PURE__ */ Fe(() => /* @__PURE__ */ l("div", { class: "process-pc-label" }, [
|
|
4409
4409
|
/* @__PURE__ */ B(" \u8F6C\u5BA1\u7406\u7531\uFF1A"),
|
|
4410
4410
|
/* @__PURE__ */ l("span", { class: "process-pc-label--re" }, "*")
|
|
4411
4411
|
], -1)), Ol = { class: "process-pc-value" }, Ql = { class: "process-popup-textarea" }, Ll = { class: "process-popup-textarea-num" }, Vl = {
|
|
@@ -4420,12 +4420,12 @@ const vl = {
|
|
|
4420
4420
|
], -1)), Fl = ["onClick"], Gl = { class: "process-pc-value--people" }, Jl = {
|
|
4421
4421
|
key: 0,
|
|
4422
4422
|
class: "process-pc-value--data"
|
|
4423
|
-
},
|
|
4423
|
+
}, ql = {
|
|
4424
4424
|
key: 1,
|
|
4425
4425
|
class: "process-pc-value--data",
|
|
4426
4426
|
style: { color: "#888" }
|
|
4427
|
-
},
|
|
4428
|
-
|
|
4427
|
+
}, Rl = /* @__PURE__ */ Fe(() => /* @__PURE__ */ l("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), Kl = [
|
|
4428
|
+
Rl
|
|
4429
4429
|
], Yl = /* @__PURE__ */ Fe(() => /* @__PURE__ */ l("div", { class: "process-pc-label" }, [
|
|
4430
4430
|
/* @__PURE__ */ B(" \u5BA1\u6279\u4EBA "),
|
|
4431
4431
|
/* @__PURE__ */ l("span", { class: "process-pc-label--re" }, "*")
|
|
@@ -4484,7 +4484,7 @@ function $l(e, t, s, n, i, o) {
|
|
|
4484
4484
|
l("div", Gl, [
|
|
4485
4485
|
i.partNode[d.id] && i.partNode[d.id].length ? (a(), r("div", Jl, [
|
|
4486
4486
|
(a(!0), r(C, null, T(i.partNode[d.id], (f, y) => (a(), r("span", null, A(y == 0 ? f : `,${f}`), 1))), 256))
|
|
4487
|
-
])) : (a(), r("div",
|
|
4487
|
+
])) : (a(), r("div", ql, Kl))
|
|
4488
4488
|
])
|
|
4489
4489
|
], 8, Fl)
|
|
4490
4490
|
], 64))), 256)) : i.outGatewayUserTaskModel.length ? (a(!0), r(C, { key: 1 }, T(i.outGatewayUserTaskModel, (d) => (a(), r(C, null, [
|
|
@@ -4837,7 +4837,7 @@ const sc = {
|
|
|
4837
4837
|
}, this.$emit("onVars", this.getVars));
|
|
4838
4838
|
}
|
|
4839
4839
|
}
|
|
4840
|
-
}, ic = (e) => (J("data-v-4122dc5c"), e = e(),
|
|
4840
|
+
}, ic = (e) => (J("data-v-4122dc5c"), e = e(), q(), e), nc = {
|
|
4841
4841
|
key: 0,
|
|
4842
4842
|
class: "treenode"
|
|
4843
4843
|
}, oc = {
|
|
@@ -5077,10 +5077,10 @@ const Fc = {
|
|
|
5077
5077
|
}
|
|
5078
5078
|
}
|
|
5079
5079
|
}
|
|
5080
|
-
}, Vt = (e) => (J("data-v-957e50ec"), e = e(),
|
|
5080
|
+
}, Vt = (e) => (J("data-v-957e50ec"), e = e(), q(), e), Gc = { class: "test" }, Jc = { key: 0 }, qc = /* @__PURE__ */ Vt(() => /* @__PURE__ */ l("div", { class: "treeperson-title" }, [
|
|
5081
5081
|
/* @__PURE__ */ B(" \u4E0B\u4E00\u6B65\u5BA1\u6279\u8282\u70B9 "),
|
|
5082
5082
|
/* @__PURE__ */ l("span", { class: "treeperson-title--re" }, "*")
|
|
5083
|
-
], -1)),
|
|
5083
|
+
], -1)), Rc = {
|
|
5084
5084
|
key: 0,
|
|
5085
5085
|
class: "treeperson-firstnode"
|
|
5086
5086
|
}, Kc = ["onClick"], Yc = /* @__PURE__ */ Vt(() => /* @__PURE__ */ l("span", null, null, -1)), Hc = /* @__PURE__ */ Vt(() => /* @__PURE__ */ l("div", { class: "treeperson-title" }, [
|
|
@@ -5096,9 +5096,9 @@ function jc(e, t, s, n, i, o) {
|
|
|
5096
5096
|
key: g
|
|
5097
5097
|
}, [
|
|
5098
5098
|
h.childNode && h.childNode.length ? (a(), r(C, { key: 0 }, [
|
|
5099
|
-
|
|
5099
|
+
qc,
|
|
5100
5100
|
s.nodeType == "outing" ? (a(), r(C, { key: 0 }, [
|
|
5101
|
-
h.type == "ExclusiveGatewayModel" && h.childNode.length == 1 ? m("", !0) : (a(), r("div",
|
|
5101
|
+
h.type == "ExclusiveGatewayModel" && h.childNode.length == 1 ? m("", !0) : (a(), r("div", Rc, [
|
|
5102
5102
|
(a(!0), r(C, null, T(h.childNode, (u, p) => (a(), r("div", {
|
|
5103
5103
|
class: U(["treeperson-radio", i.firstCheck == u.id ? "treeperson-radio-active" : ""]),
|
|
5104
5104
|
onClick: (d) => o.handleFirstNodeClick(u),
|
|
@@ -5166,7 +5166,7 @@ const zc = {
|
|
|
5166
5166
|
startDrawing(e) {
|
|
5167
5167
|
if (this.$refs.canvasRef.getContext) {
|
|
5168
5168
|
this.isDrawing = !0, this.currentPath = [];
|
|
5169
|
-
const t = this.$refs.canvasRef.getBoundingClientRect(), s = (e.touches[0].clientX - t.left) * (this.$refs.canvasRef.width / t.width) /
|
|
5169
|
+
const t = this.$refs.canvasRef.getBoundingClientRect(), s = (e.touches[0].clientX - t.left) * (this.$refs.canvasRef.width / t.width) / 2, n = (e.touches[0].clientY - t.top) * (this.$refs.canvasRef.height / t.height) / 2;
|
|
5170
5170
|
this.ctx.beginPath(), this.ctx.moveTo(s, n), this.currentPath.push({ x: s, y: n });
|
|
5171
5171
|
} else
|
|
5172
5172
|
this.isDrawing = !0, this.currentPath = [], this.currentPath.push({ x: e.touches[0].x, y: e.touches[0].y });
|
|
@@ -5174,7 +5174,7 @@ const zc = {
|
|
|
5174
5174
|
draw(e) {
|
|
5175
5175
|
if (!!this.isDrawing)
|
|
5176
5176
|
if (this.$refs.canvasRef.getContext && this.currentPath.length > 0) {
|
|
5177
|
-
const t = this.$refs.canvasRef.getBoundingClientRect(), s = (e.touches[0].clientX - t.left) * (this.$refs.canvasRef.width / t.width) /
|
|
5177
|
+
const t = this.$refs.canvasRef.getBoundingClientRect(), s = (e.touches[0].clientX - t.left) * (this.$refs.canvasRef.width / t.width) / 2, n = (e.touches[0].clientY - t.top) * (this.$refs.canvasRef.height / t.height) / 2;
|
|
5178
5178
|
this.ctx.lineWidth = 3, this.ctx.lineCap = "round", this.ctx.lineJoin = "round", this.ctx.strokeStyle = "#000000", this.ctx.imageSmoothingEnabled = !0, this.ctx.imageSmoothingQuality = "high", this.$refs.canvasRef.style.imageRendering = "auto", this.ctx.lineTo(s, n), this.ctx.stroke(), this.currentPath.push({ x: s, y: n });
|
|
5179
5179
|
} else
|
|
5180
5180
|
this.currentPath.length > 0 && (this.currentPath.push({ x: e.touches[0].x, y: e.touches[0].y }), this.ctx.moveTo(this.currentPath[this.currentPath.length - 2].x, this.currentPath[this.currentPath.length - 2].y), this.ctx.lineTo(this.currentPath[this.currentPath.length - 1].x, this.currentPath[this.currentPath.length - 1].y), this.ctx.setLineWidth(3), this.ctx.lineCap = "round", this.ctx.lineJoin = "round", this.ctx.setStrokeStyle("#000"), this.ctx.stroke(), this.ctx.draw(!0));
|
|
@@ -5206,10 +5206,10 @@ const zc = {
|
|
|
5206
5206
|
if (console.log("File Size (KB):", o), o <= 64)
|
|
5207
5207
|
return console.log("finallySize: ", o), this.$refs.canvasRef.toDataURL("image/jpeg", t);
|
|
5208
5208
|
if (o > 200)
|
|
5209
|
-
this.$emit("validateFail", "\u8BF7\u7B80\u5316\u7B7E\u5B57!");
|
|
5210
|
-
|
|
5209
|
+
return this.$emit("validateFail", "\u8BF7\u7B80\u5316\u7B7E\u5B57!"), null;
|
|
5210
|
+
{
|
|
5211
5211
|
let c, h;
|
|
5212
|
-
return t - 0.05 > 0 ? (c = t - 0.05, h = this.$refs.canvasRef.toDataURL("image/jpeg", c), this.fixAccuracy(h, c)) : (c = t / 2, h = this.$refs.canvasRef.toDataURL("image/jpeg", c), this.fixAccuracy(h, c));
|
|
5212
|
+
return t - 0.05 > 0 ? (console.log(t, "File Size (KB):", o), c = t - 0.05, h = this.$refs.canvasRef.toDataURL("image/jpeg", c), this.fixAccuracy(h, c)) : (console.log(t, "File Size (KB):", o), c = t / 2, h = this.$refs.canvasRef.toDataURL("image/jpeg", c), this.fixAccuracy(h, c));
|
|
5213
5213
|
}
|
|
5214
5214
|
},
|
|
5215
5215
|
saveSignature() {
|
|
@@ -5227,7 +5227,11 @@ const zc = {
|
|
|
5227
5227
|
const i = new Blob([n], { type: "text/plain" }), h = new File([i], "text.txt").size / 1024;
|
|
5228
5228
|
console.log("\u521D\u59CB\u957F\u5EA6", h);
|
|
5229
5229
|
let g = 64 * s / h, u = this.$refs.canvasRef.toDataURL("image/jpeg", g);
|
|
5230
|
-
n = this.fixAccuracy(u, g), n
|
|
5230
|
+
if (n = this.fixAccuracy(u, g), !n) {
|
|
5231
|
+
this.savaClock = !1, this.$emit("validateFail", "\u8BF7\u7B80\u5316\u7B7E\u5B57!");
|
|
5232
|
+
return;
|
|
5233
|
+
}
|
|
5234
|
+
this.signatureImage = n || "";
|
|
5231
5235
|
let p = JSON.parse(localStorage.getItem("signaturesArr")) || [];
|
|
5232
5236
|
p.unshift(this.signatureImage), this.historyPics = p.slice(0, 3), localStorage.setItem("signaturesArr", JSON.stringify(this.historyPics)), this.savaClock = !1, this.$emit("saveSignature", this.signatureImage, !0);
|
|
5233
5237
|
} else
|
|
@@ -5268,7 +5272,7 @@ const zc = {
|
|
|
5268
5272
|
if (s) {
|
|
5269
5273
|
let n = document.getElementById("canvas-id");
|
|
5270
5274
|
const i = s.offsetWidth, o = s.offsetHeight - this.actionHeight - this.historyHeight;
|
|
5271
|
-
n.style.width = `${i}px`, n.style.height = `${o}px`, n.width = i *
|
|
5275
|
+
n.style.width = `${i}px`, n.style.height = `${o}px`, n.width = i * 2, n.height = o * 2, this.ctx = this.$refs.canvasRef.getContext("2d"), this.ctx.scale(2, 2), this.ctx.fillStyle = "#fff", this.ctx.fillRect(0, 0, n.width, n.height);
|
|
5272
5276
|
}
|
|
5273
5277
|
console.log("first"), console.log(window.devicePixelRatio);
|
|
5274
5278
|
} else {
|
|
@@ -5347,7 +5351,7 @@ function sd(e, t, s, n, i, o) {
|
|
|
5347
5351
|
])
|
|
5348
5352
|
], 4);
|
|
5349
5353
|
}
|
|
5350
|
-
const id = /* @__PURE__ */ O(zc, [["render", sd], ["__scopeId", "data-v-
|
|
5354
|
+
const id = /* @__PURE__ */ O(zc, [["render", sd], ["__scopeId", "data-v-06c2c4ac"]]);
|
|
5351
5355
|
const nd = {
|
|
5352
5356
|
name: "complete",
|
|
5353
5357
|
props: {
|
|
@@ -5798,7 +5802,7 @@ const nd = {
|
|
|
5798
5802
|
this.handleTips(e, !1, "success");
|
|
5799
5803
|
}
|
|
5800
5804
|
}
|
|
5801
|
-
}, Gs = (e) => (J("data-v-fbf6200f"), e = e(),
|
|
5805
|
+
}, Gs = (e) => (J("data-v-fbf6200f"), e = e(), q(), e), od = { class: "process-popup-content" }, ad = {
|
|
5802
5806
|
key: 0,
|
|
5803
5807
|
class: "process-popup-content-msg"
|
|
5804
5808
|
}, rd = {
|
|
@@ -5901,7 +5905,7 @@ function Nd(e, t, s, n, i, o) {
|
|
|
5901
5905
|
onOnVars: o.onVars
|
|
5902
5906
|
}, null, 8, ["items", "param", "onOnMultiNode", "onOnVars"])) : m("", !0)
|
|
5903
5907
|
])) : m("", !0),
|
|
5904
|
-
|
|
5908
|
+
R(e.$slots, "completeSlot", {}, void 0, !0),
|
|
5905
5909
|
I(h, {
|
|
5906
5910
|
ref: "topTips",
|
|
5907
5911
|
text: i.textTips,
|
|
@@ -6131,7 +6135,7 @@ const Ed = {
|
|
|
6131
6135
|
this.param.endFunction && this.param.endFunction("\u62D2\u7EDD");
|
|
6132
6136
|
}
|
|
6133
6137
|
}
|
|
6134
|
-
}, we = (e) => (J("data-v-233f0688"), e = e(),
|
|
6138
|
+
}, we = (e) => (J("data-v-233f0688"), e = e(), q(), e), vd = { class: "process-popup-content" }, Sd = { class: "process-popup-content-msg" }, Pd = { key: 0 }, Md = /* @__PURE__ */ we(() => /* @__PURE__ */ l("div", { class: "process-pc-label" }, [
|
|
6135
6139
|
/* @__PURE__ */ B(" \u62D2\u7EDD\u7406\u7531\uFF1A "),
|
|
6136
6140
|
/* @__PURE__ */ l("span", { class: "process-pc-label--re" }, "*")
|
|
6137
6141
|
], -1)), Dd = { class: "process-pc-value" }, Od = { class: "process-popup-textarea" }, Qd = { class: "process-popup-textarea-num" }, Ld = {
|
|
@@ -6143,12 +6147,12 @@ const Ed = {
|
|
|
6143
6147
|
}, xd = /* @__PURE__ */ we(() => /* @__PURE__ */ l("br", null, null, -1)), Ud = /* @__PURE__ */ we(() => /* @__PURE__ */ l("span", { class: "process-pc-label--re" }, "*", -1)), Fd = ["onClick"], Gd = { class: "process-pc-value--people" }, Jd = {
|
|
6144
6148
|
key: 0,
|
|
6145
6149
|
class: "process-pc-value--data"
|
|
6146
|
-
},
|
|
6150
|
+
}, qd = {
|
|
6147
6151
|
key: 1,
|
|
6148
6152
|
class: "process-pc-value--data",
|
|
6149
6153
|
style: { color: "#888" }
|
|
6150
|
-
},
|
|
6151
|
-
|
|
6154
|
+
}, Rd = /* @__PURE__ */ we(() => /* @__PURE__ */ l("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), Kd = [
|
|
6155
|
+
Rd
|
|
6152
6156
|
], Yd = { style: { "font-size": "15px" } }, Hd = /* @__PURE__ */ we(() => /* @__PURE__ */ l("div", { class: "process-pc-label" }, [
|
|
6153
6157
|
/* @__PURE__ */ B(" \u5BA1\u6279\u4EBA "),
|
|
6154
6158
|
/* @__PURE__ */ l("span", { class: "process-pc-label--re" }, "*")
|
|
@@ -6210,7 +6214,7 @@ function Zd(e, t, s, n, i, o) {
|
|
|
6210
6214
|
l("div", Gd, [
|
|
6211
6215
|
i.partNode[d.id] && i.partNode[d.id].length ? (a(), r("div", Jd, [
|
|
6212
6216
|
(a(!0), r(C, null, T(i.partNode[d.id], (N, L) => (a(), r("span", null, A(L == 0 ? N : `,${N}`), 1))), 256))
|
|
6213
|
-
])) : (a(), r("div",
|
|
6217
|
+
])) : (a(), r("div", qd, Kd))
|
|
6214
6218
|
])
|
|
6215
6219
|
], 8, Fd)
|
|
6216
6220
|
], 64)) : m("", !0)
|
|
@@ -6457,7 +6461,7 @@ const _d = {
|
|
|
6457
6461
|
this.param.endFunction && this.param.endFunction("\u9000\u56DE");
|
|
6458
6462
|
}
|
|
6459
6463
|
}
|
|
6460
|
-
}, Js = (e) => (J("data-v-6b4e6494"), e = e(),
|
|
6464
|
+
}, Js = (e) => (J("data-v-6b4e6494"), e = e(), q(), e), $d = { class: "process-popup-content" }, ep = { class: "process-popup-content-msg" }, tp = /* @__PURE__ */ Js(() => /* @__PURE__ */ l("div", {
|
|
6461
6465
|
class: "process-pc-label",
|
|
6462
6466
|
style: { "background-color": "#fff", position: "relative", "z-index": "199", display: "inline-block", width: "50%" }
|
|
6463
6467
|
}, [
|
|
@@ -7192,7 +7196,7 @@ const hp = /* @__PURE__ */ O(cp, [["render", pp]]), up = Z({
|
|
|
7192
7196
|
}
|
|
7193
7197
|
}
|
|
7194
7198
|
});
|
|
7195
|
-
const Ne = (e) => (J("data-v-82be93ee"), e = e(),
|
|
7199
|
+
const Ne = (e) => (J("data-v-82be93ee"), e = e(), q(), e), mp = { class: "process-warp" }, gp = {
|
|
7196
7200
|
key: 0,
|
|
7197
7201
|
class: "process-main",
|
|
7198
7202
|
id: "process-header",
|
|
@@ -7264,17 +7268,17 @@ function Fp(e, t, s, n, i, o) {
|
|
|
7264
7268
|
slot: p.slot,
|
|
7265
7269
|
style: { height: "100%" }
|
|
7266
7270
|
}, [
|
|
7267
|
-
|
|
7271
|
+
R(e.$slots, p.slot, {}, void 0, !0)
|
|
7268
7272
|
], 8, Bp))), 128)) : (a(), r(C, { key: 1 }, [
|
|
7269
7273
|
l("div", Ep, [
|
|
7270
|
-
|
|
7274
|
+
R(e.$slots, "default", {}, void 0, !0)
|
|
7271
7275
|
]),
|
|
7272
7276
|
(a(!0), r(C, null, T(e.tapList, (p, d) => (a(), r("div", {
|
|
7273
7277
|
style: { height: "100%" },
|
|
7274
7278
|
key: d,
|
|
7275
7279
|
slot: p.slot
|
|
7276
7280
|
}, [
|
|
7277
|
-
|
|
7281
|
+
R(e.$slots, p.slot, {}, void 0, !0)
|
|
7278
7282
|
], 8, vp))), 128))
|
|
7279
7283
|
], 64))
|
|
7280
7284
|
]),
|
|
@@ -7288,7 +7292,7 @@ function Fp(e, t, s, n, i, o) {
|
|
|
7288
7292
|
style: M({ bottom: e.processBtn })
|
|
7289
7293
|
}, [
|
|
7290
7294
|
e.isAdditional ? (a(), r("div", Sp, [
|
|
7291
|
-
|
|
7295
|
+
R(e.$slots, "btn", { data: e.processStatus }, void 0, !0)
|
|
7292
7296
|
])) : (a(), r(C, { key: 1 }, [
|
|
7293
7297
|
e.isDocument && (e.formData.currentState == "\u7F16\u6587\u53F7\u5957\u7EA2" || e.formData.currentState == "\u76D6\u7AE0") ? (a(), r("div", {
|
|
7294
7298
|
key: 0,
|
|
@@ -7329,7 +7333,7 @@ function Fp(e, t, s, n, i, o) {
|
|
|
7329
7333
|
}, {
|
|
7330
7334
|
default: v(() => [
|
|
7331
7335
|
l("div", Lp, [
|
|
7332
|
-
|
|
7336
|
+
R(e.$slots, "completeSlot", {}, void 0, !0)
|
|
7333
7337
|
])
|
|
7334
7338
|
]),
|
|
7335
7339
|
_: 3
|
|
@@ -7409,7 +7413,7 @@ function Fp(e, t, s, n, i, o) {
|
|
|
7409
7413
|
}, {
|
|
7410
7414
|
default: v(() => [
|
|
7411
7415
|
l("div", Up, [
|
|
7412
|
-
|
|
7416
|
+
R(e.$slots, "completeSlot", {}, void 0, !0)
|
|
7413
7417
|
])
|
|
7414
7418
|
]),
|
|
7415
7419
|
_: 3
|
|
@@ -7419,9 +7423,9 @@ function Fp(e, t, s, n, i, o) {
|
|
|
7419
7423
|
}, 8, ["titleText", "visible"])
|
|
7420
7424
|
]);
|
|
7421
7425
|
}
|
|
7422
|
-
const
|
|
7426
|
+
const Rp = /* @__PURE__ */ O(up, [["render", Fp], ["__scopeId", "data-v-82be93ee"]]);
|
|
7423
7427
|
export {
|
|
7424
|
-
|
|
7428
|
+
Rp as TopProcess,
|
|
7425
7429
|
yr as TopSumbitPopup,
|
|
7426
7430
|
So as ViewAttchList,
|
|
7427
7431
|
Ve as attchViews
|