ui-process-h5 1.5.3 → 1.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/v2/style.css +1 -1
- package/v2/ui-process-h5.js +367 -363
- package/v2/ui-process-h5.umd.cjs +12 -12
- package/v2.7/style.css +1 -1
- package/v2.7/ui-process-h5.js +235 -231
- package/v2.7/ui-process-h5.umd.cjs +12 -12
- package/v3/style.css +1 -1
- package/v3/ui-process-h5.js +464 -464
- package/v3/ui-process-h5.umd.cjs +9 -9
package/v3/ui-process-h5.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import Ll, { openBlock as u, createElementBlock as
|
|
1
|
+
import Ll, { openBlock as u, createElementBlock as f, normalizeClass as Te, normalizeStyle as W, createElementVNode as h, toDisplayString as T, renderSlot as qe, createCommentVNode as v, pushScopeId as pe, popScopeId as ue, Fragment as D, renderList as U, resolveComponent as V, createVNode as S, withCtx as Z, withDirectives as It, vShow as Gl, createTextVNode as J, mergeProps as He, withModifiers as Rl, vModelText as Ot, createBlock as dt, resolveDynamicComponent as ql } from "vue";
|
|
2
2
|
function jl(e, s) {
|
|
3
3
|
const i = /* @__PURE__ */ Object.create(null), n = e.split(",");
|
|
4
4
|
for (let a = 0; a < n.length; a++)
|
|
@@ -1409,74 +1409,74 @@ const z = (e, s) => {
|
|
|
1409
1409
|
for (const [n, a] of s)
|
|
1410
1410
|
i[n] = a;
|
|
1411
1411
|
return i;
|
|
1412
|
-
}, Fd = (e) => (pe("data-v-536a626f"), e = e(), ue(), e), xd = { class: "top-popup-header" }, Ud = { class: "header-title" }, Pd = { class: "top-popup-body" }, Jd = { class: "top-popup-drawer-header" }, Ld = { class: "header-title" }, Gd = /* @__PURE__ */ Fd(() => /* @__PURE__ */
|
|
1412
|
+
}, Fd = (e) => (pe("data-v-536a626f"), e = e(), ue(), e), xd = { class: "top-popup-header" }, Ud = { class: "header-title" }, Pd = { class: "top-popup-body" }, Jd = { class: "top-popup-drawer-header" }, Ld = { class: "header-title" }, Gd = /* @__PURE__ */ Fd(() => /* @__PURE__ */ h("div", {
|
|
1413
1413
|
class: "header-comfig",
|
|
1414
1414
|
style: { width: "20px" }
|
|
1415
1415
|
}, null, -1)), Rd = { class: "top-popup-drawer--body" }, qd = { class: "top-tips-header" }, jd = { class: "top-tips-body" }, Kd = { class: "top-tips-footer" };
|
|
1416
1416
|
function Yd(e, s, i, n, a, l) {
|
|
1417
|
-
return u(),
|
|
1417
|
+
return u(), f("div", {
|
|
1418
1418
|
class: Te(["top-popup-zindex", e.className]),
|
|
1419
1419
|
style: W(`${e.isIndex ? `z-index:${e.isIndex}` : ""}`)
|
|
1420
1420
|
}, [
|
|
1421
|
-
|
|
1421
|
+
h("div", {
|
|
1422
1422
|
class: "top-popup-mask",
|
|
1423
1423
|
style: W(
|
|
1424
1424
|
e.show && e.isMask ? "visibility: visible; opacity: .7;" : "visibility: hidden; opacity: 0;"
|
|
1425
1425
|
),
|
|
1426
1426
|
onClick: s[0] || (s[0] = (m) => e.isMaskClose && e.handleClose())
|
|
1427
1427
|
}, null, 4),
|
|
1428
|
-
!e.isTips && !e.isDrawer ? (u(),
|
|
1428
|
+
!e.isTips && !e.isDrawer ? (u(), f("div", {
|
|
1429
1429
|
key: 0,
|
|
1430
1430
|
class: "top-popup",
|
|
1431
1431
|
style: W(
|
|
1432
1432
|
e.show ? "transform: translateY(0)" : "transform: translateY(100%)"
|
|
1433
1433
|
)
|
|
1434
1434
|
}, [
|
|
1435
|
-
|
|
1436
|
-
|
|
1435
|
+
h("div", xd, [
|
|
1436
|
+
h("div", {
|
|
1437
1437
|
class: "header-cancel",
|
|
1438
1438
|
onClick: s[1] || (s[1] = (...m) => e.handleCancel && e.handleCancel(...m))
|
|
1439
1439
|
}, T(e.cancelText), 1),
|
|
1440
|
-
|
|
1441
|
-
|
|
1440
|
+
h("div", Ud, T(e.titleText), 1),
|
|
1441
|
+
h("div", {
|
|
1442
1442
|
class: "header-comfig",
|
|
1443
1443
|
onClick: s[2] || (s[2] = (...m) => e.handleComfig && e.handleComfig(...m))
|
|
1444
1444
|
}, T(e.comfigText), 1)
|
|
1445
1445
|
]),
|
|
1446
|
-
|
|
1446
|
+
h("div", Pd, [
|
|
1447
1447
|
qe(e.$slots, "default", {}, void 0, !0)
|
|
1448
1448
|
])
|
|
1449
|
-
], 4)) : !e.isTips && e.isDrawer ? (u(),
|
|
1449
|
+
], 4)) : !e.isTips && e.isDrawer ? (u(), f("div", {
|
|
1450
1450
|
key: 1,
|
|
1451
1451
|
class: Te(["top-popup-drawer", e.show ? "top-popup-drawer--active" : ""]),
|
|
1452
1452
|
style: W(e.width ? `width:${e.width};` : "")
|
|
1453
1453
|
}, [
|
|
1454
|
-
|
|
1455
|
-
|
|
1454
|
+
h("div", Jd, [
|
|
1455
|
+
h("div", {
|
|
1456
1456
|
class: "header-cancel",
|
|
1457
1457
|
onClick: s[3] || (s[3] = (...m) => e.handleCancel && e.handleCancel(...m))
|
|
1458
1458
|
}, " \u5173\u95ED "),
|
|
1459
|
-
|
|
1459
|
+
h("div", Ld, T(e.titleText), 1),
|
|
1460
1460
|
Gd
|
|
1461
1461
|
]),
|
|
1462
|
-
|
|
1462
|
+
h("div", Rd, [
|
|
1463
1463
|
qe(e.$slots, "default", {}, void 0, !0)
|
|
1464
1464
|
])
|
|
1465
|
-
], 6)) : e.isTips && !e.isDrawer ? (u(),
|
|
1465
|
+
], 6)) : e.isTips && !e.isDrawer ? (u(), f("div", {
|
|
1466
1466
|
key: 2,
|
|
1467
1467
|
class: "top-tips",
|
|
1468
1468
|
style: W(
|
|
1469
1469
|
e.show ? "visibility: visible; opacity: 1; transform: scale(1)" : "visibility: hidden; opacity: 0; transform: scale(1.2)"
|
|
1470
1470
|
)
|
|
1471
1471
|
}, [
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1472
|
+
h("div", qd, T(e.titleText), 1),
|
|
1473
|
+
h("div", jd, T(e.context), 1),
|
|
1474
|
+
h("div", Kd, [
|
|
1475
|
+
h("div", {
|
|
1476
1476
|
class: "top-tips-btn",
|
|
1477
1477
|
onClick: s[4] || (s[4] = (...m) => e.handleCancel && e.handleCancel(...m))
|
|
1478
1478
|
}, T(e.cancelText), 1),
|
|
1479
|
-
|
|
1479
|
+
h("div", {
|
|
1480
1480
|
class: "top-tips-btn",
|
|
1481
1481
|
onClick: s[5] || (s[5] = (...m) => e.handleComfig && e.handleComfig(...m))
|
|
1482
1482
|
}, T(e.comfigText), 1)
|
|
@@ -1611,13 +1611,13 @@ const Hd = De({
|
|
|
1611
1611
|
controls: ""
|
|
1612
1612
|
}, zd = ["src"], Xd = ["src"];
|
|
1613
1613
|
function _d(e, s, i, n, a, l) {
|
|
1614
|
-
return e.url ? (u(),
|
|
1615
|
-
e.videoShow ? (u(),
|
|
1616
|
-
|
|
1614
|
+
return e.url ? (u(), f("div", Wd, [
|
|
1615
|
+
e.videoShow ? (u(), f("video", Zd, [
|
|
1616
|
+
h("source", {
|
|
1617
1617
|
src: e.url,
|
|
1618
1618
|
type: "video/mp4"
|
|
1619
1619
|
}, null, 8, zd)
|
|
1620
|
-
])) : (u(),
|
|
1620
|
+
])) : (u(), f("iframe", {
|
|
1621
1621
|
key: 1,
|
|
1622
1622
|
style: { height: "100%", border: "unset", width: "100vw" },
|
|
1623
1623
|
src: e.url
|
|
@@ -1774,26 +1774,26 @@ const ep = (e) => (pe("data-v-d8a210ac"), e = e(), ue(), e), tp = {
|
|
|
1774
1774
|
}, sp = ["src"], ip = ["src"], np = {
|
|
1775
1775
|
key: 2,
|
|
1776
1776
|
class: "preview-image-view--page"
|
|
1777
|
-
}, op = { class: "page-item" }, ap = /* @__PURE__ */ ep(() => /* @__PURE__ */
|
|
1777
|
+
}, op = { class: "page-item" }, ap = /* @__PURE__ */ ep(() => /* @__PURE__ */ h("div", { class: "preview-image-view--close" }, null, -1));
|
|
1778
1778
|
function rp(e, s, i, n, a, l) {
|
|
1779
|
-
return e.visible ? (u(),
|
|
1780
|
-
|
|
1779
|
+
return e.visible ? (u(), f("div", tp, [
|
|
1780
|
+
h("div", {
|
|
1781
1781
|
class: "preview-image-mask",
|
|
1782
1782
|
onClick: s[0] || (s[0] = (...m) => e.handleClose && e.handleClose(...m))
|
|
1783
1783
|
}),
|
|
1784
|
-
e.isOne ? (u(),
|
|
1784
|
+
e.isOne ? (u(), f("div", {
|
|
1785
1785
|
key: 1,
|
|
1786
1786
|
class: "preview-image-view--one",
|
|
1787
1787
|
onTouchstart: s[5] || (s[5] = (...m) => e.handelTouchstart && e.handelTouchstart(...m)),
|
|
1788
1788
|
onTouchmove: s[6] || (s[6] = (...m) => e.handelTouchmove && e.handelTouchmove(...m)),
|
|
1789
1789
|
style: W(`transform:${e.styleZoom} translate(${e.moveX},${e.moveY});${e.duration};${e.styleOrigin ? `transformOrigin:${e.styleOrigin}` : ""};`)
|
|
1790
1790
|
}, [
|
|
1791
|
-
(u(!0),
|
|
1791
|
+
(u(!0), f(D, null, U(e.imagesList, (m, k) => (u(), f("img", {
|
|
1792
1792
|
class: "img-view",
|
|
1793
1793
|
key: k,
|
|
1794
1794
|
src: m
|
|
1795
1795
|
}, null, 8, ip))), 128))
|
|
1796
|
-
], 36)) : (u(),
|
|
1796
|
+
], 36)) : (u(), f("div", {
|
|
1797
1797
|
key: 0,
|
|
1798
1798
|
class: "preview-image-view--img",
|
|
1799
1799
|
style: W(`transform: translate(${e.move}%,-50%);${e.duration}`),
|
|
@@ -1801,19 +1801,19 @@ function rp(e, s, i, n, a, l) {
|
|
|
1801
1801
|
onTouchmove: s[3] || (s[3] = (...m) => e.touchmoveView && e.touchmoveView(...m)),
|
|
1802
1802
|
onTouchend: s[4] || (s[4] = (...m) => e.touchendView && e.touchendView(...m))
|
|
1803
1803
|
}, [
|
|
1804
|
-
|
|
1804
|
+
h("div", {
|
|
1805
1805
|
class: "preview-image-mask",
|
|
1806
1806
|
onClick: s[1] || (s[1] = (...m) => e.handleClose && e.handleClose(...m)),
|
|
1807
1807
|
style: { opacity: "0", "z-index": "1" }
|
|
1808
1808
|
}),
|
|
1809
|
-
(u(!0),
|
|
1809
|
+
(u(!0), f(D, null, U(e.imagesList, (m, k) => (u(), f("img", {
|
|
1810
1810
|
class: "img-view",
|
|
1811
1811
|
key: k,
|
|
1812
1812
|
src: m
|
|
1813
1813
|
}, null, 8, sp))), 128))
|
|
1814
1814
|
], 36)),
|
|
1815
|
-
e.isOne ? v("", !0) : (u(),
|
|
1816
|
-
|
|
1815
|
+
e.isOne ? v("", !0) : (u(), f("div", np, [
|
|
1816
|
+
h("span", op, T(e.isIndex) + "/" + T(e.imagesList.length), 1)
|
|
1817
1817
|
])),
|
|
1818
1818
|
ap
|
|
1819
1819
|
])) : v("", !0);
|
|
@@ -1914,79 +1914,79 @@ const yi = /* @__PURE__ */ z($d, [["render", rp], ["__scopeId", "data-v-d8a210ac
|
|
|
1914
1914
|
const fo = (e) => (pe("data-v-e027ecfa"), e = e(), ue(), e), cp = { class: "process-wrap" }, dp = {
|
|
1915
1915
|
key: 0,
|
|
1916
1916
|
class: "attch-list"
|
|
1917
|
-
}, pp = { class: "list-items-icon" }, up = ["src"], hp = ["src"], fp = ["src"], mp = ["src"], gp = ["src"], Ap = ["src"], yp = ["onClick"], kp = { class: "info-name" }, Cp = { class: "info-name-text" }, Ip = { class: "info-attribute" }, bp = { class: "info-attribute-time" }, vp = { class: "info-attribute-size" }, Ep = ["onClick"], wp = /* @__PURE__ */ fo(() => /* @__PURE__ */
|
|
1917
|
+
}, pp = { class: "list-items-icon" }, up = ["src"], hp = ["src"], fp = ["src"], mp = ["src"], gp = ["src"], Ap = ["src"], yp = ["onClick"], kp = { class: "info-name" }, Cp = { class: "info-name-text" }, Ip = { class: "info-attribute" }, bp = { class: "info-attribute-time" }, vp = { class: "info-attribute-size" }, Ep = ["onClick"], wp = /* @__PURE__ */ fo(() => /* @__PURE__ */ h("span", { class: "download-text" }, "\u4E0B\u8F7D", -1)), Bp = [
|
|
1918
1918
|
wp
|
|
1919
1919
|
], Tp = {
|
|
1920
1920
|
key: 1,
|
|
1921
1921
|
class: "attch-list"
|
|
1922
|
-
}, Np = /* @__PURE__ */ fo(() => /* @__PURE__ */
|
|
1923
|
-
/* @__PURE__ */
|
|
1922
|
+
}, Np = /* @__PURE__ */ fo(() => /* @__PURE__ */ h("div", { class: "attch-list--white" }, [
|
|
1923
|
+
/* @__PURE__ */ h("div", { class: "attch-list--label" }, "\u6682\u65E0\u9644\u4EF6")
|
|
1924
1924
|
], -1)), Dp = [
|
|
1925
1925
|
Np
|
|
1926
1926
|
];
|
|
1927
1927
|
function Sp(e, s, i, n, a, l) {
|
|
1928
1928
|
const m = V("PreView"), k = V("TopPopup"), y = V("PreviewImage");
|
|
1929
|
-
return u(),
|
|
1930
|
-
e.listData.length > 0 ? (u(),
|
|
1931
|
-
(u(!0),
|
|
1929
|
+
return u(), f("div", cp, [
|
|
1930
|
+
e.listData.length > 0 ? (u(), f("div", dp, [
|
|
1931
|
+
(u(!0), f(D, null, U(e.listData, (b, I) => (u(), f("div", {
|
|
1932
1932
|
key: b.id,
|
|
1933
1933
|
class: "list-items"
|
|
1934
1934
|
}, [
|
|
1935
|
-
|
|
1935
|
+
h("div", pp, [
|
|
1936
1936
|
e.xlsIcon.includes(
|
|
1937
1937
|
b.name.substring(b.name.lastIndexOf(".") + 1)
|
|
1938
|
-
) ? (u(),
|
|
1938
|
+
) ? (u(), f("img", {
|
|
1939
1939
|
key: 0,
|
|
1940
1940
|
class: "icon-img",
|
|
1941
1941
|
src: e.xls
|
|
1942
1942
|
}, null, 8, up)) : e.imgIcon.includes(
|
|
1943
1943
|
b.name.substring(b.name.lastIndexOf(".") + 1)
|
|
1944
|
-
) ? (u(),
|
|
1944
|
+
) ? (u(), f("img", {
|
|
1945
1945
|
key: 1,
|
|
1946
1946
|
class: "icon-img",
|
|
1947
1947
|
src: e.image
|
|
1948
|
-
}, null, 8, hp)) : b.name.substring(b.name.lastIndexOf(".") + 1) == "pdf" ? (u(),
|
|
1948
|
+
}, null, 8, hp)) : b.name.substring(b.name.lastIndexOf(".") + 1) == "pdf" ? (u(), f("img", {
|
|
1949
1949
|
key: 2,
|
|
1950
1950
|
class: "icon-img",
|
|
1951
1951
|
src: e.pdf
|
|
1952
1952
|
}, null, 8, fp)) : e.docIcon.includes(
|
|
1953
1953
|
b.name.substring(b.name.lastIndexOf(".") + 1)
|
|
1954
|
-
) ? (u(),
|
|
1954
|
+
) ? (u(), f("img", {
|
|
1955
1955
|
key: 3,
|
|
1956
1956
|
class: "icon-img",
|
|
1957
1957
|
src: e.doc
|
|
1958
1958
|
}, null, 8, mp)) : e.zipIcon.includes(
|
|
1959
1959
|
b.name.substring(b.name.lastIndexOf(".") + 1)
|
|
1960
|
-
) ? (u(),
|
|
1960
|
+
) ? (u(), f("img", {
|
|
1961
1961
|
key: 4,
|
|
1962
1962
|
class: "icon-img",
|
|
1963
1963
|
src: e.zip
|
|
1964
|
-
}, null, 8, gp)) : (u(),
|
|
1964
|
+
}, null, 8, gp)) : (u(), f("img", {
|
|
1965
1965
|
key: 5,
|
|
1966
1966
|
class: "icon-img",
|
|
1967
1967
|
src: e.file
|
|
1968
1968
|
}, null, 8, Ap))
|
|
1969
1969
|
]),
|
|
1970
|
-
|
|
1970
|
+
h("div", {
|
|
1971
1971
|
class: "list-items-info",
|
|
1972
1972
|
onClick: (c) => e.viewFile(b)
|
|
1973
1973
|
}, [
|
|
1974
|
-
|
|
1975
|
-
|
|
1974
|
+
h("div", kp, [
|
|
1975
|
+
h("span", Cp, T(b.name), 1)
|
|
1976
1976
|
]),
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1977
|
+
h("div", Ip, [
|
|
1978
|
+
h("span", bp, T(b.uploadTime), 1),
|
|
1979
|
+
h("span", vp, T(b.size < 1024 ? b.size : b.size / 1024 > 1024 ? parseFloat(
|
|
1980
1980
|
(b.size / 1024 / 1024).toFixed(2)
|
|
1981
1981
|
) : parseFloat((b.size / 1024).toFixed(2))) + T(b.size < 1024 ? "b" : parseFloat((b.size / 1024).toFixed(2)) < 1024 ? "kb" : "M"), 1)
|
|
1982
1982
|
])
|
|
1983
1983
|
], 8, yp),
|
|
1984
|
-
|
|
1984
|
+
h("div", {
|
|
1985
1985
|
class: "list-items-download",
|
|
1986
1986
|
onClick: (c) => e.loadFile(b)
|
|
1987
1987
|
}, Bp, 8, Ep)
|
|
1988
1988
|
]))), 128))
|
|
1989
|
-
])) : (u(),
|
|
1989
|
+
])) : (u(), f("div", Tp, Dp)),
|
|
1990
1990
|
S(k, {
|
|
1991
1991
|
visible: e.visible,
|
|
1992
1992
|
"onUpdate:visible": s[0] || (s[0] = (b) => e.visible = b),
|
|
@@ -2174,82 +2174,82 @@ const Me = (e) => (pe("data-v-3c441f41"), e = e(), ue(), e), Vp = { class: "tops
|
|
|
2174
2174
|
}, Gp = {
|
|
2175
2175
|
key: 2,
|
|
2176
2176
|
style: { height: "100%" }
|
|
2177
|
-
}, Rp = { class: "seal-list__item--option" }, qp = /* @__PURE__ */ Me(() => /* @__PURE__ */
|
|
2177
|
+
}, Rp = { class: "seal-list__item--option" }, qp = /* @__PURE__ */ Me(() => /* @__PURE__ */ h("span", null, "\u8282\u70B9\u540D\u79F0", -1)), jp = { class: "seal-list__item--option" }, Kp = /* @__PURE__ */ Me(() => /* @__PURE__ */ h("span", null, "\u5BA1\u6279\u4EBA", -1)), Yp = { class: "seal-list__item--option" }, Hp = /* @__PURE__ */ Me(() => /* @__PURE__ */ h("span", null, "\u5BA1\u6279\u64CD\u4F5C", -1)), Wp = { class: "seal-list__item--option" }, Zp = /* @__PURE__ */ Me(() => /* @__PURE__ */ h("span", null, "\u5BA1\u6279\u610F\u89C1", -1)), zp = ["innerHTML"], Xp = { class: "seal-list__item--option" }, _p = /* @__PURE__ */ Me(() => /* @__PURE__ */ h("span", null, "\u5BA1\u6279\u65F6\u95F4", -1)), $p = ["onClick"], eu = /* @__PURE__ */ Me(() => /* @__PURE__ */ h("span", null, "\u67E5\u770B\u9644\u4EF6", -1)), tu = [
|
|
2178
2178
|
eu
|
|
2179
2179
|
], su = {
|
|
2180
2180
|
key: 1,
|
|
2181
2181
|
class: "textnone"
|
|
2182
|
-
}, iu = { class: "seal-list__item--option" }, nu = /* @__PURE__ */ Me(() => /* @__PURE__ */
|
|
2182
|
+
}, iu = { class: "seal-list__item--option" }, nu = /* @__PURE__ */ Me(() => /* @__PURE__ */ h("span", null, "\u5E8F\u53F7", -1)), ou = { style: { "max-width": "100px" } }, au = { class: "seal-list__item--option" }, ru = /* @__PURE__ */ Me(() => /* @__PURE__ */ h("span", null, "\u8282\u70B9\u540D\u79F0", -1)), lu = { style: { "max-width": "100px" } }, cu = { class: "seal-list__item--option" }, du = /* @__PURE__ */ Me(() => /* @__PURE__ */ h("span", null, "\u5BA1\u6279\u4EBA", -1)), pu = { style: { "max-width": "100px" } };
|
|
2183
2183
|
function uu(e, s, i, n, a, l) {
|
|
2184
2184
|
const m = V("ViewAttchList"), k = V("TopPopup");
|
|
2185
|
-
return u(),
|
|
2186
|
-
|
|
2187
|
-
(u(!0),
|
|
2185
|
+
return u(), f("div", Vp, [
|
|
2186
|
+
h("div", Op, [
|
|
2187
|
+
(u(!0), f(D, null, U(e.isTapList, (y, b) => (u(), f("div", {
|
|
2188
2188
|
class: Te(["tops-tab-header-items", [y.key === e.active ? "active" : ""]]),
|
|
2189
2189
|
onClick: (I) => e.handleActive(y.key, b)
|
|
2190
2190
|
}, T(y.label), 11, Fp))), 256)),
|
|
2191
|
-
e.isTapList.length ? (u(),
|
|
2191
|
+
e.isTapList.length ? (u(), f("div", xp)) : v("", !0)
|
|
2192
2192
|
]),
|
|
2193
|
-
|
|
2194
|
-
(u(!0),
|
|
2193
|
+
h("div", Up, [
|
|
2194
|
+
(u(!0), f(D, null, U(e.isTapList, (y) => It((u(), f("div", {
|
|
2195
2195
|
key: y.key,
|
|
2196
2196
|
style: { height: "100%" },
|
|
2197
2197
|
class: Te([y.key === "c" && "tops-tab-body-taskcommentlist"])
|
|
2198
2198
|
}, [
|
|
2199
2199
|
y.key === "a" && y.type === "default" ? qe(e.$slots, "default", { key: 0 }, void 0, !0) : v("", !0),
|
|
2200
|
-
y.key === "b" && y.type === "default" ? (u(),
|
|
2200
|
+
y.key === "b" && y.type === "default" ? (u(), f("div", {
|
|
2201
2201
|
key: 1,
|
|
2202
2202
|
style: { height: "100%" },
|
|
2203
2203
|
name: y.slot
|
|
2204
2204
|
}, [
|
|
2205
|
-
e.trackUrl ? (u(),
|
|
2205
|
+
e.trackUrl ? (u(), f("div", {
|
|
2206
2206
|
key: 0,
|
|
2207
2207
|
style: { padding: "10px 20px", color: "#1389ff" },
|
|
2208
2208
|
onClick: s[0] || (s[0] = () => e.visibleTack = !0)
|
|
2209
2209
|
}, " \u67E5\u770B\u6D41\u7A0B\u8282\u70B9\u4FE1\u606F ")) : v("", !0),
|
|
2210
|
-
e.trackUrl ? (u(),
|
|
2210
|
+
e.trackUrl ? (u(), f("iframe", {
|
|
2211
2211
|
key: 1,
|
|
2212
2212
|
src: e.trackUrl,
|
|
2213
2213
|
style: { width: "100%", height: "calc(100% - 41px)", border: "none" },
|
|
2214
2214
|
scrolling: "no",
|
|
2215
2215
|
frameborder: "0"
|
|
2216
|
-
}, null, 8, Jp)) : (u(),
|
|
2216
|
+
}, null, 8, Jp)) : (u(), f("div", Lp, " \u6682\u65E0\u6D41\u7A0B\u56FE "))
|
|
2217
2217
|
], 8, Pp)) : v("", !0),
|
|
2218
|
-
y.key === "c" && y.type === "default" ? (u(),
|
|
2219
|
-
e.taskCommentList.length > 0 ? (u(!0),
|
|
2218
|
+
y.key === "c" && y.type === "default" ? (u(), f("div", Gp, [
|
|
2219
|
+
e.taskCommentList.length > 0 ? (u(!0), f(D, { key: 0 }, U(e.taskCommentList, (b, I) => (u(), f("div", {
|
|
2220
2220
|
key: b.id,
|
|
2221
2221
|
class: "seal-list__item"
|
|
2222
2222
|
}, [
|
|
2223
|
-
|
|
2224
|
-
|
|
2223
|
+
h("div", null, [
|
|
2224
|
+
h("div", Rp, [
|
|
2225
2225
|
qp,
|
|
2226
|
-
|
|
2226
|
+
h("span", null, T(b.activityName), 1)
|
|
2227
2227
|
]),
|
|
2228
|
-
|
|
2228
|
+
h("div", jp, [
|
|
2229
2229
|
Kp,
|
|
2230
|
-
|
|
2230
|
+
h("span", null, T(b.createUserName), 1)
|
|
2231
2231
|
]),
|
|
2232
|
-
|
|
2232
|
+
h("div", Yp, [
|
|
2233
2233
|
Hp,
|
|
2234
|
-
|
|
2234
|
+
h("span", null, T(b.actionName), 1)
|
|
2235
2235
|
]),
|
|
2236
|
-
|
|
2236
|
+
h("div", Wp, [
|
|
2237
2237
|
Zp,
|
|
2238
|
-
|
|
2238
|
+
h("span", {
|
|
2239
2239
|
innerHTML: b.msg
|
|
2240
2240
|
}, null, 8, zp)
|
|
2241
2241
|
]),
|
|
2242
|
-
|
|
2242
|
+
h("div", Xp, [
|
|
2243
2243
|
_p,
|
|
2244
|
-
|
|
2244
|
+
h("span", null, T(b.createDate), 1)
|
|
2245
2245
|
]),
|
|
2246
|
-
b.metaAnnexList && b.metaAnnexList.length ? (u(),
|
|
2246
|
+
b.metaAnnexList && b.metaAnnexList.length ? (u(), f("div", {
|
|
2247
2247
|
key: 0,
|
|
2248
2248
|
class: "seal-list__item--attch",
|
|
2249
2249
|
onClick: (c) => e.viewList(b.metaAnnexList)
|
|
2250
2250
|
}, tu, 8, $p)) : v("", !0)
|
|
2251
2251
|
])
|
|
2252
|
-
]))), 128)) : (u(),
|
|
2252
|
+
]))), 128)) : (u(), f("div", su, "\u6682\u65E0\u6570\u636E"))
|
|
2253
2253
|
])) : v("", !0),
|
|
2254
2254
|
y.type == "slot" ? qe(e.$slots, y.slot, { key: 3 }, void 0, !0) : v("", !0)
|
|
2255
2255
|
], 2)), [
|
|
@@ -2278,22 +2278,22 @@ function uu(e, s, i, n, a, l) {
|
|
|
2278
2278
|
width: "60vw"
|
|
2279
2279
|
}, {
|
|
2280
2280
|
default: Z(() => [
|
|
2281
|
-
e.trackListss && e.trackListss.length ? (u(!0),
|
|
2281
|
+
e.trackListss && e.trackListss.length ? (u(!0), f(D, { key: 0 }, U(e.trackListss, (y, b) => (u(), f("div", {
|
|
2282
2282
|
key: y.id,
|
|
2283
2283
|
class: "seal-list__item"
|
|
2284
2284
|
}, [
|
|
2285
|
-
|
|
2286
|
-
|
|
2285
|
+
h("div", null, [
|
|
2286
|
+
h("div", iu, [
|
|
2287
2287
|
nu,
|
|
2288
|
-
|
|
2288
|
+
h("span", ou, T(y.no), 1)
|
|
2289
2289
|
]),
|
|
2290
|
-
|
|
2290
|
+
h("div", au, [
|
|
2291
2291
|
ru,
|
|
2292
|
-
|
|
2292
|
+
h("span", lu, T(y.name) + T(y.type !== "\u666E\u901A" ? `[${y.type}]` : ""), 1)
|
|
2293
2293
|
]),
|
|
2294
|
-
|
|
2294
|
+
h("div", cu, [
|
|
2295
2295
|
du,
|
|
2296
|
-
|
|
2296
|
+
h("span", pu, T(y.assigneeNames), 1)
|
|
2297
2297
|
])
|
|
2298
2298
|
])
|
|
2299
2299
|
]))), 128)) : v("", !0)
|
|
@@ -2384,38 +2384,38 @@ const Au = { key: 0 }, yu = {
|
|
|
2384
2384
|
class: "top-tipss-status-text"
|
|
2385
2385
|
};
|
|
2386
2386
|
function Du(e, s, i, n, a, l) {
|
|
2387
|
-
return e.show ? (u(),
|
|
2388
|
-
e.statusTips ? (u(),
|
|
2387
|
+
return e.show ? (u(), f("div", Au, [
|
|
2388
|
+
e.statusTips ? (u(), f("div", {
|
|
2389
2389
|
key: 1,
|
|
2390
2390
|
class: "top-tipss",
|
|
2391
2391
|
style: W(
|
|
2392
2392
|
e.show ? "visibility: visible; opacity: 1;" : "visibility: hidden; opacity: 0;"
|
|
2393
2393
|
)
|
|
2394
2394
|
}, [
|
|
2395
|
-
|
|
2396
|
-
e.type == "loading" ? (u(),
|
|
2397
|
-
|
|
2398
|
-
e.text ? (u(),
|
|
2395
|
+
h("div", ku, [
|
|
2396
|
+
e.type == "loading" ? (u(), f("div", Cu, [
|
|
2397
|
+
h("img", { src: e.loading }, null, 8, Iu),
|
|
2398
|
+
e.text ? (u(), f("div", bu, T(e.text), 1)) : v("", !0)
|
|
2399
2399
|
])) : v("", !0),
|
|
2400
|
-
e.type == "success" ? (u(),
|
|
2401
|
-
|
|
2402
|
-
e.text ? (u(),
|
|
2400
|
+
e.type == "success" ? (u(), f("div", vu, [
|
|
2401
|
+
h("img", { src: e.success }, null, 8, Eu),
|
|
2402
|
+
e.text ? (u(), f("div", wu, T(e.text), 1)) : v("", !0)
|
|
2403
2403
|
])) : v("", !0),
|
|
2404
|
-
e.type == "error" ? (u(),
|
|
2405
|
-
|
|
2406
|
-
e.text ? (u(),
|
|
2404
|
+
e.type == "error" ? (u(), f("div", Bu, [
|
|
2405
|
+
h("img", { src: e.error }, null, 8, Tu),
|
|
2406
|
+
e.text ? (u(), f("div", Nu, T(e.text), 1)) : v("", !0)
|
|
2407
2407
|
])) : v("", !0)
|
|
2408
2408
|
])
|
|
2409
|
-
], 4)) : (u(),
|
|
2409
|
+
], 4)) : (u(), f("div", {
|
|
2410
2410
|
key: 0,
|
|
2411
2411
|
class: "top-tipss",
|
|
2412
2412
|
style: W(
|
|
2413
2413
|
e.show ? "visibility: visible; opacity: 1;" : "visibility: hidden; opacity: 0;"
|
|
2414
2414
|
)
|
|
2415
2415
|
}, [
|
|
2416
|
-
e.text ? (u(),
|
|
2416
|
+
e.text ? (u(), f("div", yu, T(e.text), 1)) : v("", !0)
|
|
2417
2417
|
], 4)),
|
|
2418
|
-
|
|
2418
|
+
h("div", {
|
|
2419
2419
|
class: "top-tipss-mask",
|
|
2420
2420
|
style: W(
|
|
2421
2421
|
e.show && e.statusTips ? "visibility: visible; opacity: .7;" : "visibility: hidden; opacity: 0;"
|
|
@@ -2498,8 +2498,8 @@ const Se = /* @__PURE__ */ z(gu, [["render", Du], ["__scopeId", "data-v-239e459d
|
|
|
2498
2498
|
});
|
|
2499
2499
|
const Vu = { class: "top-select" }, Ou = ["src"], Fu = ["onClick"], xu = ["src"];
|
|
2500
2500
|
function Uu(e, s, i, n, a, l) {
|
|
2501
|
-
return u(),
|
|
2502
|
-
|
|
2501
|
+
return u(), f("div", Vu, [
|
|
2502
|
+
h("div", {
|
|
2503
2503
|
class: Te(["top-select-menu", [
|
|
2504
2504
|
e.border && "top-select-menu-border",
|
|
2505
2505
|
!e.activeItem.name && "top-select-menu-placeholder"
|
|
@@ -2507,30 +2507,30 @@ function Uu(e, s, i, n, a, l) {
|
|
|
2507
2507
|
onClick: s[0] || (s[0] = (...m) => e.handleExpand && e.handleExpand(...m))
|
|
2508
2508
|
}, [
|
|
2509
2509
|
J(T(e.activeItem.name ? e.activeItem.name : e.placeholder) + " ", 1),
|
|
2510
|
-
|
|
2510
|
+
h("img", {
|
|
2511
2511
|
class: Te(["top-select-menu--arrow", [e.expand ? "arrow-active" : ""]]),
|
|
2512
2512
|
src: e.arrow
|
|
2513
2513
|
}, null, 10, Ou)
|
|
2514
2514
|
], 2),
|
|
2515
|
-
e.maskShow ? (u(),
|
|
2515
|
+
e.maskShow ? (u(), f("div", {
|
|
2516
2516
|
key: 0,
|
|
2517
2517
|
class: "top-select-option-mask",
|
|
2518
2518
|
style: W(
|
|
2519
2519
|
e.expand ? "visibility: visible; opacity: .7;" : "visibility: hidden; opacity: 0;"
|
|
2520
2520
|
)
|
|
2521
2521
|
}, null, 4)) : v("", !0),
|
|
2522
|
-
e.lists && e.lists.length ? (u(),
|
|
2522
|
+
e.lists && e.lists.length ? (u(), f("div", {
|
|
2523
2523
|
key: 1,
|
|
2524
2524
|
class: Te(["top-select-option", [e.border && "top-select-option-border"]]),
|
|
2525
2525
|
style: W(`${e.expand ? "transform: translateY(2%);visibility: visible; opacity: 1;" : "transform: translateY(-50%);visibility: hidden; opacity: 0"};${e.optionStyle ? e.optionStyle : ""}`)
|
|
2526
2526
|
}, [
|
|
2527
|
-
(u(!0),
|
|
2527
|
+
(u(!0), f(D, null, U(e.lists, (m, k) => (u(), f("div", {
|
|
2528
2528
|
class: Te(["option-items", [e.active == m.id ? "option-items-active" : ""]]),
|
|
2529
2529
|
key: m.id,
|
|
2530
2530
|
onClick: (y) => e.handleClick(m, k)
|
|
2531
2531
|
}, [
|
|
2532
2532
|
J(T(m.name) + " ", 1),
|
|
2533
|
-
e.active == m.id ? (u(),
|
|
2533
|
+
e.active == m.id ? (u(), f("img", {
|
|
2534
2534
|
key: 0,
|
|
2535
2535
|
class: "option-items-check",
|
|
2536
2536
|
src: e.check
|
|
@@ -4317,7 +4317,7 @@ const Pu = De({
|
|
|
4317
4317
|
const Ju = (e) => (pe("data-v-7570a556"), e = e(), ue(), e), Lu = {
|
|
4318
4318
|
key: 1,
|
|
4319
4319
|
class: "person-views"
|
|
4320
|
-
}, Gu = { class: "views-items" }, Ru = { class: "views-items-name" }, qu = /* @__PURE__ */ Ju(() => /* @__PURE__ */
|
|
4320
|
+
}, Gu = { class: "views-items" }, Ru = { class: "views-items-name" }, qu = /* @__PURE__ */ Ju(() => /* @__PURE__ */ h("span", { class: "views-items-name--re" }, "*", -1)), ju = { class: "views-items-set" }, Ku = { key: 0 }, Yu = { key: 0 }, Hu = { key: 1 }, Wu = { key: 2 }, Zu = ["onClick"], zu = {
|
|
4321
4321
|
key: 2,
|
|
4322
4322
|
class: "person-views"
|
|
4323
4323
|
}, Xu = { class: "views-items" }, _u = { class: "views-items-name" }, $u = { class: "views-items-set" }, eh = { key: 0 }, th = { key: 0 }, sh = { key: 1 }, ih = ["onClick"], nh = {
|
|
@@ -4326,7 +4326,7 @@ const Ju = (e) => (pe("data-v-7570a556"), e = e(), ue(), e), Lu = {
|
|
|
4326
4326
|
}, oh = { class: "person-btn" };
|
|
4327
4327
|
function ah(e, s, i, n, a, l) {
|
|
4328
4328
|
const m = V("TopDownSelect"), k = V("TopPopup"), y = V("departPerson"), b = V("PreviewImage"), I = V("TopTips");
|
|
4329
|
-
return u(),
|
|
4329
|
+
return u(), f("div", null, [
|
|
4330
4330
|
S(k, {
|
|
4331
4331
|
visible: e.show,
|
|
4332
4332
|
"onUpdate:visible": s[2] || (s[2] = (c) => (e.show = c, e.$emit("update:visible", c))),
|
|
@@ -4342,23 +4342,23 @@ function ah(e, s, i, n, a, l) {
|
|
|
4342
4342
|
onChange: e.handleChange,
|
|
4343
4343
|
defaultValue: e.selectDefaultValue
|
|
4344
4344
|
}, null, 8, ["option", "onChange", "defaultValue"]),
|
|
4345
|
-
e.checkedItem.id ? (u(),
|
|
4345
|
+
e.checkedItem.id ? (u(), f("div", {
|
|
4346
4346
|
key: 0,
|
|
4347
4347
|
class: "viewTrack",
|
|
4348
4348
|
onClick: s[0] || (s[0] = (c) => e.taskurlshow = !0)
|
|
4349
4349
|
}, " \u67E5\u770B\u6D41\u7A0B\u56FE ")) : v("", !0),
|
|
4350
|
-
e.firstPerson && e.firstPerson.length ? (u(),
|
|
4351
|
-
(u(!0),
|
|
4352
|
-
|
|
4350
|
+
e.firstPerson && e.firstPerson.length ? (u(), f("div", Lu, [
|
|
4351
|
+
(u(!0), f(D, null, U(e.firstPerson, (c, w) => (u(), f("div", Gu, [
|
|
4352
|
+
h("div", Ru, [
|
|
4353
4353
|
J(T(c.name) + " ", 1),
|
|
4354
4354
|
qu
|
|
4355
4355
|
]),
|
|
4356
|
-
|
|
4357
|
-
e.partNode[c.id] && e.partNode[c.id].length ? (u(),
|
|
4358
|
-
(u(!0),
|
|
4359
|
-
e.partNode[c.id].length > 3 ? (u(),
|
|
4360
|
-
])) : c.routeTxt && c.routeTxt.userNames ? (u(),
|
|
4361
|
-
c.humanPerformerName == "\u56FA\u5B9A\u8D26\u6237" || c.humanPerformerName == "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173" ? (u(),
|
|
4356
|
+
h("div", ju, [
|
|
4357
|
+
e.partNode[c.id] && e.partNode[c.id].length ? (u(), f("div", Ku, [
|
|
4358
|
+
(u(!0), f(D, null, U(e.partNode[c.id], (M, F) => (u(), f("span", null, T(F >= 3 ? "" : F == 0 ? M : `,${M}`), 1))), 256)),
|
|
4359
|
+
e.partNode[c.id].length > 3 ? (u(), f("span", Yu, "...\u7B49" + T(e.partNode[c.id].length) + "\u4EBA", 1)) : v("", !0)
|
|
4360
|
+
])) : c.routeTxt && c.routeTxt.userNames ? (u(), f("div", Hu, T(c.routeTxt.userNames), 1)) : v("", !0),
|
|
4361
|
+
c.humanPerformerName == "\u56FA\u5B9A\u8D26\u6237" || c.humanPerformerName == "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173" ? (u(), f("div", Wu)) : (u(), f("div", {
|
|
4362
4362
|
key: 3,
|
|
4363
4363
|
class: "views-items-set-btn",
|
|
4364
4364
|
onClick: (M) => e.handleOpenPerson(c)
|
|
@@ -4366,24 +4366,24 @@ function ah(e, s, i, n, a, l) {
|
|
|
4366
4366
|
])
|
|
4367
4367
|
]))), 256))
|
|
4368
4368
|
])) : v("", !0),
|
|
4369
|
-
e.personList && e.personList.length ? (u(),
|
|
4370
|
-
(u(!0),
|
|
4371
|
-
|
|
4372
|
-
|
|
4373
|
-
e.partNode[c.id] && e.partNode[c.id].length ? (u(),
|
|
4374
|
-
(u(!0),
|
|
4375
|
-
e.partNode[c.id].length > 3 ? (u(),
|
|
4376
|
-
])) : (u(),
|
|
4377
|
-
|
|
4369
|
+
e.personList && e.personList.length ? (u(), f("div", zu, [
|
|
4370
|
+
(u(!0), f(D, null, U(e.personList, (c, w) => (u(), f("div", Xu, [
|
|
4371
|
+
h("div", _u, T(c.name), 1),
|
|
4372
|
+
h("div", $u, [
|
|
4373
|
+
e.partNode[c.id] && e.partNode[c.id].length ? (u(), f("div", eh, [
|
|
4374
|
+
(u(!0), f(D, null, U(e.partNode[c.id], (M, F) => (u(), f("span", null, T(F >= 3 ? "" : F == 0 ? M : `,${M}`), 1))), 256)),
|
|
4375
|
+
e.partNode[c.id].length > 3 ? (u(), f("span", th, "...\u7B49" + T(e.partNode[c.id].length) + "\u4EBA", 1)) : v("", !0)
|
|
4376
|
+
])) : (u(), f("div", sh)),
|
|
4377
|
+
h("div", {
|
|
4378
4378
|
class: "views-items-set-btn",
|
|
4379
4379
|
onClick: (M) => e.handleOpenPerson(c)
|
|
4380
4380
|
}, " \u8BBE\u7F6E ", 8, ih)
|
|
4381
4381
|
])
|
|
4382
4382
|
]))), 256))
|
|
4383
4383
|
])) : v("", !0),
|
|
4384
|
-
!e.firstPerson && !e.firstPerson.length && !e.personList && !e.personList.length ? (u(),
|
|
4385
|
-
|
|
4386
|
-
|
|
4384
|
+
!e.firstPerson && !e.firstPerson.length && !e.personList && !e.personList.length ? (u(), f("div", nh, " \u65E0\u9700\u8BBE\u7F6E ")) : v("", !0),
|
|
4385
|
+
h("div", oh, [
|
|
4386
|
+
h("div", {
|
|
4387
4387
|
class: "top-button",
|
|
4388
4388
|
style: { "background-color": "#3c9cff", color: "#fff" },
|
|
4389
4389
|
onClick: s[1] || (s[1] = (...c) => e.handleSumbit && e.handleSumbit(...c))
|
|
@@ -4682,38 +4682,38 @@ const dh = { class: "attch-upload" }, ph = {
|
|
|
4682
4682
|
}, Vh = ["onClick"], Oh = ["src"];
|
|
4683
4683
|
function Fh(e, s, i, n, a, l) {
|
|
4684
4684
|
const m = V("TopTips"), k = V("PreviewImage"), y = V("PreView"), b = V("TopPopup");
|
|
4685
|
-
return u(),
|
|
4686
|
-
e.buttonLoading ? (u(),
|
|
4687
|
-
|
|
4688
|
-
|
|
4689
|
-
|
|
4685
|
+
return u(), f("div", dh, [
|
|
4686
|
+
e.buttonLoading ? (u(), f("div", ph)) : v("", !0),
|
|
4687
|
+
h("div", uh, [
|
|
4688
|
+
h("div", hh, [
|
|
4689
|
+
h("div", fh, [
|
|
4690
4690
|
J(" \u9644\u4EF6 "),
|
|
4691
|
-
e.requires ? (u(),
|
|
4691
|
+
e.requires ? (u(), f("span", mh, "*")) : v("", !0)
|
|
4692
4692
|
]),
|
|
4693
|
-
|
|
4694
|
-
e.onlyShow ? v("", !0) : (u(),
|
|
4693
|
+
h("div", gh, [
|
|
4694
|
+
e.onlyShow ? v("", !0) : (u(), f("div", {
|
|
4695
4695
|
key: 0,
|
|
4696
4696
|
class: "upload-header-upload--item",
|
|
4697
4697
|
id: "inputfile",
|
|
4698
4698
|
onClick: s[0] || (s[0] = (...I) => e.handleClick && e.handleClick(...I))
|
|
4699
4699
|
}, [
|
|
4700
|
-
|
|
4700
|
+
h("img", { src: e.addFile }, null, 8, Ah),
|
|
4701
4701
|
J("\u4E0A\u4F20\u9644\u4EF6 ")
|
|
4702
4702
|
]))
|
|
4703
4703
|
])
|
|
4704
4704
|
]),
|
|
4705
|
-
|
|
4706
|
-
e.filesArr.length > 0 ? (u(),
|
|
4707
|
-
(u(!0),
|
|
4705
|
+
h("div", yh, [
|
|
4706
|
+
e.filesArr.length > 0 ? (u(), f("div", kh, [
|
|
4707
|
+
(u(!0), f(D, null, U(e.filesArr, (I, c) => (u(), f("div", {
|
|
4708
4708
|
class: "list-items",
|
|
4709
4709
|
key: I.uuid
|
|
4710
4710
|
}, [
|
|
4711
|
-
|
|
4711
|
+
h("div", Ch, [
|
|
4712
4712
|
e.xlsIcon.includes(
|
|
4713
4713
|
I.name.substring(
|
|
4714
4714
|
I.name.lastIndexOf(".") + 1
|
|
4715
4715
|
)
|
|
4716
|
-
) ? (u(),
|
|
4716
|
+
) ? (u(), f("img", {
|
|
4717
4717
|
key: 0,
|
|
4718
4718
|
class: "icon-img",
|
|
4719
4719
|
src: e.xls
|
|
@@ -4721,13 +4721,13 @@ function Fh(e, s, i, n, a, l) {
|
|
|
4721
4721
|
I.name.substring(
|
|
4722
4722
|
I.name.lastIndexOf(".") + 1
|
|
4723
4723
|
)
|
|
4724
|
-
) ? (u(),
|
|
4724
|
+
) ? (u(), f("img", {
|
|
4725
4725
|
key: 1,
|
|
4726
4726
|
class: "icon-img",
|
|
4727
4727
|
src: e.image
|
|
4728
4728
|
}, null, 8, bh)) : I.name.substring(
|
|
4729
4729
|
I.name.lastIndexOf(".") + 1
|
|
4730
|
-
) == "pdf" ? (u(),
|
|
4730
|
+
) == "pdf" ? (u(), f("img", {
|
|
4731
4731
|
key: 2,
|
|
4732
4732
|
class: "icon-img",
|
|
4733
4733
|
src: e.pdf
|
|
@@ -4735,7 +4735,7 @@ function Fh(e, s, i, n, a, l) {
|
|
|
4735
4735
|
I.name.substring(
|
|
4736
4736
|
I.name.lastIndexOf(".") + 1
|
|
4737
4737
|
)
|
|
4738
|
-
) ? (u(),
|
|
4738
|
+
) ? (u(), f("img", {
|
|
4739
4739
|
key: 3,
|
|
4740
4740
|
class: "icon-img",
|
|
4741
4741
|
src: e.doc
|
|
@@ -4743,38 +4743,38 @@ function Fh(e, s, i, n, a, l) {
|
|
|
4743
4743
|
I.name.substring(
|
|
4744
4744
|
I.name.lastIndexOf(".") + 1
|
|
4745
4745
|
)
|
|
4746
|
-
) ? (u(),
|
|
4746
|
+
) ? (u(), f("img", {
|
|
4747
4747
|
key: 4,
|
|
4748
4748
|
class: "icon-img",
|
|
4749
4749
|
src: e.zip
|
|
4750
|
-
}, null, 8, wh)) : (u(),
|
|
4750
|
+
}, null, 8, wh)) : (u(), f("img", {
|
|
4751
4751
|
key: 5,
|
|
4752
4752
|
class: "icon-img",
|
|
4753
4753
|
src: e.file
|
|
4754
4754
|
}, null, 8, Bh))
|
|
4755
4755
|
]),
|
|
4756
|
-
|
|
4757
|
-
|
|
4758
|
-
|
|
4759
|
-
|
|
4756
|
+
h("div", Th, [
|
|
4757
|
+
h("div", Nh, T(I.originFileName), 1),
|
|
4758
|
+
h("div", Dh, [
|
|
4759
|
+
h("span", Sh, T(I.fileSize < 1024 ? I.fileSize : I.fileSize / 1024 > 1024 ? parseFloat(
|
|
4760
4760
|
(I.fileSize / 1024 / 1024).toFixed(2)
|
|
4761
4761
|
) : parseFloat(
|
|
4762
4762
|
(I.fileSize / 1024).toFixed(2)
|
|
4763
4763
|
)) + T(I.fileSize < 1024 ? "b" : parseFloat(
|
|
4764
4764
|
(I.fileSize / 1024).toFixed(2)
|
|
4765
4765
|
) < 1024 ? "kb" : "M"), 1),
|
|
4766
|
-
|
|
4766
|
+
h("span", {
|
|
4767
4767
|
class: "info-attribute-views",
|
|
4768
4768
|
onClick: (w) => e.viewFile(I, c)
|
|
4769
4769
|
}, " \u9884\u89C8 ", 8, Qh)
|
|
4770
4770
|
])
|
|
4771
4771
|
]),
|
|
4772
|
-
e.onlyShow ? v("", !0) : (u(),
|
|
4773
|
-
|
|
4772
|
+
e.onlyShow ? v("", !0) : (u(), f("div", Mh, [
|
|
4773
|
+
h("div", {
|
|
4774
4774
|
onClick: (w) => e.handleDel(c, I),
|
|
4775
4775
|
class: "list-items-operation-img"
|
|
4776
4776
|
}, [
|
|
4777
|
-
|
|
4777
|
+
h("img", { src: e.del }, null, 8, Oh)
|
|
4778
4778
|
], 8, Vh)
|
|
4779
4779
|
]))
|
|
4780
4780
|
]))), 128))
|
|
@@ -4883,18 +4883,18 @@ const Uh = {
|
|
|
4883
4883
|
}, Jh = ["onClick"], Lh = { class: "top-msg-items-text" }, Gh = ["onClick"], Rh = ["src"];
|
|
4884
4884
|
function qh(e, s, i, n, a, l) {
|
|
4885
4885
|
const m = V("TopPopup");
|
|
4886
|
-
return u(),
|
|
4887
|
-
i.visible ? (u(),
|
|
4888
|
-
(u(!0),
|
|
4886
|
+
return u(), f("div", null, [
|
|
4887
|
+
i.visible ? (u(), f("div", Ph, [
|
|
4888
|
+
(u(!0), f(D, null, U(a.listData, (k) => (u(), f("div", {
|
|
4889
4889
|
class: "top-msg-items",
|
|
4890
4890
|
onClick: (y) => l.handleMsg(k)
|
|
4891
4891
|
}, [
|
|
4892
|
-
|
|
4893
|
-
|
|
4892
|
+
h("div", Lh, T(k.opinionName), 1),
|
|
4893
|
+
h("div", {
|
|
4894
4894
|
class: "top-msg-items-del",
|
|
4895
4895
|
onClick: Rl((y) => l.handleOpenMsg(k), ["stop"])
|
|
4896
4896
|
}, [
|
|
4897
|
-
|
|
4897
|
+
h("img", { src: l.Del }, null, 8, Rh)
|
|
4898
4898
|
], 8, Gh)
|
|
4899
4899
|
], 8, Jh))), 256))
|
|
4900
4900
|
])) : v("", !0),
|
|
@@ -4966,7 +4966,7 @@ const jh = {
|
|
|
4966
4966
|
watch: {
|
|
4967
4967
|
param: {
|
|
4968
4968
|
handler(e, s) {
|
|
4969
|
-
this.nextNodeData = e.nextNodeData, this.taskNode = e.taskNode, this.outGatewayUserTaskModel = e.outGatewayUserTaskModel, this.actionName = e.actionName, e.nextNodeData.length ? this.nextNodeData[0].type == "userTask" || this.nextNodeData[0].type == "UserTaskModel" ? (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = []) : this.nextNodeData[0].type == "ExclusiveGatewayModel" || this.nextNodeData[0].type == "InclusiveGatewayModel" : e.outGatewayUserTaskModel.length && (e.outGatewayUserTaskModel[0].type == "userTask" ? (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = []) : e.outGatewayUserTaskModel[0].type == "ExclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "InclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "UserTaskModel" && (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.checkedArray = [], this.entity.source = "1"));
|
|
4969
|
+
this.nextNodeData = e.nextNodeData, this.taskNode = e.taskNode, this.outGatewayUserTaskModel = e.outGatewayUserTaskModel, this.actionName = e.actionName, e.nextNodeData.length ? this.nextNodeData[0].type == "userTask" || this.nextNodeData[0].type == "UserTaskModel" ? (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = [], this.entity.type = this.param.isCheckType || "0") : this.nextNodeData[0].type == "ExclusiveGatewayModel" || this.nextNodeData[0].type == "InclusiveGatewayModel" : e.outGatewayUserTaskModel.length && (e.outGatewayUserTaskModel[0].type == "userTask" ? (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = [], this.entity.type = this.param.isCheckType || "0") : e.outGatewayUserTaskModel[0].type == "ExclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "InclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "UserTaskModel" && (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.checkedArray = [], this.entity.source = "1", this.entity.type = this.param.isCheckType || "0"));
|
|
4970
4970
|
},
|
|
4971
4971
|
immediate: !0,
|
|
4972
4972
|
deep: !0
|
|
@@ -5063,16 +5063,16 @@ const jh = {
|
|
|
5063
5063
|
this.param.endFunction && this.param.endFunction("counterSign");
|
|
5064
5064
|
}
|
|
5065
5065
|
}
|
|
5066
|
-
}, bt = (e) => (pe("data-v-
|
|
5066
|
+
}, bt = (e) => (pe("data-v-d7540359"), e = e(), ue(), e), Kh = { class: "process-popup-content" }, Yh = { key: 0 }, Hh = /* @__PURE__ */ bt(() => /* @__PURE__ */ h("div", { class: "process-pc-label" }, [
|
|
5067
5067
|
/* @__PURE__ */ J(" \u52A0\u7B7E\u7406\u7531\uFF1A"),
|
|
5068
|
-
/* @__PURE__ */
|
|
5068
|
+
/* @__PURE__ */ h("span", { class: "process-pc-label--re" }, "*")
|
|
5069
5069
|
], -1)), Wh = { class: "process-pc-value" }, Zh = { class: "process-popup-textarea" }, zh = {
|
|
5070
5070
|
key: 0,
|
|
5071
5071
|
class: "msg-btn"
|
|
5072
|
-
}, Xh = /* @__PURE__ */ bt(() => /* @__PURE__ */
|
|
5073
|
-
/* @__PURE__ */
|
|
5072
|
+
}, Xh = /* @__PURE__ */ bt(() => /* @__PURE__ */ h("div", null, [
|
|
5073
|
+
/* @__PURE__ */ h("br"),
|
|
5074
5074
|
/* @__PURE__ */ J(" \u5BA1\u6279\u4EBA "),
|
|
5075
|
-
/* @__PURE__ */
|
|
5075
|
+
/* @__PURE__ */ h("span", { class: "process-pc-label--re" }, "*")
|
|
5076
5076
|
], -1)), _h = ["onClick"], $h = { class: "process-pc-value--people" }, ef = {
|
|
5077
5077
|
key: 0,
|
|
5078
5078
|
class: "process-pc-value--data"
|
|
@@ -5080,32 +5080,32 @@ const jh = {
|
|
|
5080
5080
|
key: 1,
|
|
5081
5081
|
class: "process-pc-value--data",
|
|
5082
5082
|
style: { color: "#888" }
|
|
5083
|
-
}, sf = /* @__PURE__ */ bt(() => /* @__PURE__ */
|
|
5083
|
+
}, sf = /* @__PURE__ */ bt(() => /* @__PURE__ */ h("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), nf = [
|
|
5084
5084
|
sf
|
|
5085
|
-
], of = { class: "process-pc-label" }, af = /* @__PURE__ */ bt(() => /* @__PURE__ */
|
|
5085
|
+
], of = { class: "process-pc-label" }, af = /* @__PURE__ */ bt(() => /* @__PURE__ */ h("br", null, null, -1)), rf = /* @__PURE__ */ bt(() => /* @__PURE__ */ h("span", { class: "process-pc-label--re" }, "*", -1)), lf = ["onClick"], cf = { class: "process-pc-value--people" }, df = {
|
|
5086
5086
|
key: 0,
|
|
5087
5087
|
class: "process-pc-value--data"
|
|
5088
5088
|
}, pf = {
|
|
5089
5089
|
key: 1,
|
|
5090
5090
|
class: "process-pc-value--data",
|
|
5091
5091
|
style: { color: "#888" }
|
|
5092
|
-
}, uf = /* @__PURE__ */ bt(() => /* @__PURE__ */
|
|
5092
|
+
}, uf = /* @__PURE__ */ bt(() => /* @__PURE__ */ h("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), hf = [
|
|
5093
5093
|
uf
|
|
5094
5094
|
];
|
|
5095
5095
|
function ff(e, s, i, n, a, l) {
|
|
5096
5096
|
const m = V("TopTips"), k = V("departPerson"), y = V("TopPopup"), b = V("attchViews"), I = V("MsgList");
|
|
5097
|
-
return u(),
|
|
5098
|
-
i.param.isMsg ? (u(),
|
|
5099
|
-
|
|
5097
|
+
return u(), f("div", Kh, [
|
|
5098
|
+
i.param.isMsg ? (u(), f("div", Yh, [
|
|
5099
|
+
h("div", {
|
|
5100
5100
|
class: "process-radio-item",
|
|
5101
5101
|
onClick: s[0] || (s[0] = (c) => l.handleOpenMsg()),
|
|
5102
5102
|
style: { color: "#1389ff", "font-size": "14px" }
|
|
5103
5103
|
}, " \u5E38\u7528\u610F\u89C1 ")
|
|
5104
5104
|
])) : v("", !0),
|
|
5105
5105
|
Hh,
|
|
5106
|
-
|
|
5107
|
-
|
|
5108
|
-
It(
|
|
5106
|
+
h("div", Wh, [
|
|
5107
|
+
h("div", Zh, [
|
|
5108
|
+
It(h("textarea", {
|
|
5109
5109
|
"onUpdate:modelValue": s[1] || (s[1] = (c) => a.commentMsg = c),
|
|
5110
5110
|
class: "textarea-item",
|
|
5111
5111
|
name: "description",
|
|
@@ -5117,45 +5117,43 @@ function ff(e, s, i, n, a, l) {
|
|
|
5117
5117
|
[Ot, a.commentMsg]
|
|
5118
5118
|
])
|
|
5119
5119
|
]),
|
|
5120
|
-
i.param.isMsg ? (u(),
|
|
5121
|
-
|
|
5120
|
+
i.param.isMsg ? (u(), f("div", zh, [
|
|
5121
|
+
h("span", {
|
|
5122
5122
|
class: "msg-btn-click",
|
|
5123
5123
|
onClick: s[2] || (s[2] = (c) => l.handleMakeMsg())
|
|
5124
5124
|
}, "\u8BBE\u7F6E\u4E3A\u5E38\u7528\u610F\u89C1")
|
|
5125
5125
|
])) : v("", !0)
|
|
5126
5126
|
]),
|
|
5127
|
-
a.taskNode && a.taskNode.length > 0 && a.taskNode[0].taskState != 4 ? (u(),
|
|
5128
|
-
a.nextNodeData.length ? (u(!0),
|
|
5127
|
+
a.taskNode && a.taskNode.length > 0 && a.taskNode[0].taskState != 4 ? (u(), f(D, { key: 1 }, [
|
|
5128
|
+
a.nextNodeData.length ? (u(!0), f(D, { key: 0 }, U(a.nextNodeData, (c) => (u(), f(D, null, [
|
|
5129
5129
|
Xh,
|
|
5130
|
-
|
|
5130
|
+
h("div", {
|
|
5131
5131
|
class: "process-pc-value",
|
|
5132
5132
|
onClick: (w) => l.handleOpenPopup(c.id)
|
|
5133
5133
|
}, [
|
|
5134
|
-
|
|
5135
|
-
a.partNode[c.id] && a.partNode[c.id].length ? (u(),
|
|
5136
|
-
(u(!0),
|
|
5137
|
-
])) : (u(),
|
|
5134
|
+
h("div", $h, [
|
|
5135
|
+
a.partNode[c.id] && a.partNode[c.id].length ? (u(), f("div", ef, [
|
|
5136
|
+
(u(!0), f(D, null, U(a.partNode[c.id], (w, M) => (u(), f("span", null, T(M == 0 ? w : `,${w}`), 1))), 256))
|
|
5137
|
+
])) : (u(), f("div", tf, nf))
|
|
5138
5138
|
])
|
|
5139
5139
|
], 8, _h)
|
|
5140
|
-
], 64))), 256)) : a.outGatewayUserTaskModel.length ? (u(!0),
|
|
5141
|
-
|
|
5142
|
-
|
|
5143
|
-
|
|
5144
|
-
|
|
5145
|
-
|
|
5146
|
-
|
|
5147
|
-
|
|
5148
|
-
|
|
5149
|
-
|
|
5150
|
-
|
|
5151
|
-
|
|
5152
|
-
f("div",
|
|
5153
|
-
|
|
5154
|
-
|
|
5155
|
-
|
|
5156
|
-
|
|
5157
|
-
], 8, lf)
|
|
5158
|
-
], 64)) : v("", !0)
|
|
5140
|
+
], 64))), 256)) : a.outGatewayUserTaskModel.length ? (u(!0), f(D, { key: 1 }, U(a.outGatewayUserTaskModel, (c) => (u(), f(D, null, [
|
|
5141
|
+
h("div", of, [
|
|
5142
|
+
J(T(c.name) + " ", 1),
|
|
5143
|
+
af,
|
|
5144
|
+
J(" \u5BA1\u6279\u4EBA "),
|
|
5145
|
+
rf
|
|
5146
|
+
]),
|
|
5147
|
+
h("div", {
|
|
5148
|
+
class: "process-pc-value",
|
|
5149
|
+
onClick: (w) => l.handleOpenPopup(c.id)
|
|
5150
|
+
}, [
|
|
5151
|
+
h("div", cf, [
|
|
5152
|
+
a.partNode[c.id] && a.partNode[c.id].length ? (u(), f("div", df, [
|
|
5153
|
+
(u(!0), f(D, null, U(a.partNode[c.id], (w, M) => (u(), f("span", null, T(M == 0 ? w : `,${w}`), 1))), 256))
|
|
5154
|
+
])) : (u(), f("div", pf, hf))
|
|
5155
|
+
])
|
|
5156
|
+
], 8, lf)
|
|
5159
5157
|
], 64))), 256)) : v("", !0)
|
|
5160
5158
|
], 64)) : v("", !0),
|
|
5161
5159
|
S(m, {
|
|
@@ -5220,7 +5218,7 @@ function ff(e, s, i, n, a, l) {
|
|
|
5220
5218
|
}, null, 8, ["context", "cancel", "comfig", "visible"])
|
|
5221
5219
|
]);
|
|
5222
5220
|
}
|
|
5223
|
-
const mf = /* @__PURE__ */ z(jh, [["render", ff], ["__scopeId", "data-v-
|
|
5221
|
+
const mf = /* @__PURE__ */ z(jh, [["render", ff], ["__scopeId", "data-v-d7540359"]]);
|
|
5224
5222
|
const gf = {
|
|
5225
5223
|
name: "delegateTask",
|
|
5226
5224
|
props: {
|
|
@@ -5276,7 +5274,7 @@ const gf = {
|
|
|
5276
5274
|
watch: {
|
|
5277
5275
|
param: {
|
|
5278
5276
|
handler(e, s) {
|
|
5279
|
-
this.nextNodeData = e.nextNodeData, this.taskNode = e.taskNode, this.outGatewayUserTaskModel = e.outGatewayUserTaskModel, this.actionName = e.actionName, e.nextNodeData.length ? this.nextNodeData[0].type == "userTask" || this.nextNodeData[0].type == "UserTaskModel" ? (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = []) : this.nextNodeData[0].type == "ExclusiveGatewayModel" || this.nextNodeData[0].type == "InclusiveGatewayModel" : e.outGatewayUserTaskModel.length && (e.outGatewayUserTaskModel[0].type == "userTask" ? (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = []) : e.outGatewayUserTaskModel[0].type == "ExclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "InclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "UserTaskModel" && (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = []));
|
|
5277
|
+
this.nextNodeData = e.nextNodeData, this.taskNode = e.taskNode, this.outGatewayUserTaskModel = e.outGatewayUserTaskModel, this.actionName = e.actionName, e.nextNodeData.length ? this.nextNodeData[0].type == "userTask" || this.nextNodeData[0].type == "UserTaskModel" ? (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = [], this.entity.type = this.param.isCheckType || "0") : this.nextNodeData[0].type == "ExclusiveGatewayModel" || this.nextNodeData[0].type == "InclusiveGatewayModel" : e.outGatewayUserTaskModel.length && (e.outGatewayUserTaskModel[0].type == "userTask" ? (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = [], this.entity.type = this.param.isCheckType || "0") : e.outGatewayUserTaskModel[0].type == "ExclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "InclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "UserTaskModel" && (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = [], this.entity.type = this.param.isCheckType || "0"));
|
|
5280
5278
|
},
|
|
5281
5279
|
immediate: !0,
|
|
5282
5280
|
deep: !0
|
|
@@ -5372,45 +5370,45 @@ const gf = {
|
|
|
5372
5370
|
this.param.endFunction && this.param.endFunction("delegateTask");
|
|
5373
5371
|
}
|
|
5374
5372
|
}
|
|
5375
|
-
}, ut = (e) => (pe("data-v-
|
|
5373
|
+
}, ut = (e) => (pe("data-v-4e2b2a74"), e = e(), ue(), e), Af = { class: "process-popup-content" }, yf = { key: 0 }, kf = /* @__PURE__ */ ut(() => /* @__PURE__ */ h("div", { class: "process-pc-label" }, [
|
|
5376
5374
|
/* @__PURE__ */ J(" \u8F6C\u5BA1\u7406\u7531\uFF1A"),
|
|
5377
|
-
/* @__PURE__ */
|
|
5375
|
+
/* @__PURE__ */ h("span", { class: "process-pc-label--re" }, "*")
|
|
5378
5376
|
], -1)), Cf = { class: "process-pc-value" }, If = { class: "process-popup-textarea" }, bf = {
|
|
5379
5377
|
key: 0,
|
|
5380
5378
|
class: "msg-btn"
|
|
5381
|
-
}, vf = /* @__PURE__ */ ut(() => /* @__PURE__ */
|
|
5379
|
+
}, vf = /* @__PURE__ */ ut(() => /* @__PURE__ */ h("br", null, null, -1)), Ef = /* @__PURE__ */ ut(() => /* @__PURE__ */ h("span", { class: "process-pc-label--re" }, "*", -1)), wf = ["onClick"], Bf = { class: "process-pc-value--people" }, Tf = {
|
|
5382
5380
|
key: 0,
|
|
5383
5381
|
class: "process-pc-value--data"
|
|
5384
5382
|
}, Nf = {
|
|
5385
5383
|
key: 1,
|
|
5386
5384
|
class: "process-pc-value--data",
|
|
5387
5385
|
style: { color: "#888" }
|
|
5388
|
-
}, Df = /* @__PURE__ */ ut(() => /* @__PURE__ */
|
|
5386
|
+
}, Df = /* @__PURE__ */ ut(() => /* @__PURE__ */ h("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), Sf = [
|
|
5389
5387
|
Df
|
|
5390
|
-
], Qf = { class: "process-pc-label" }, Mf = /* @__PURE__ */ ut(() => /* @__PURE__ */
|
|
5388
|
+
], Qf = { class: "process-pc-label" }, Mf = /* @__PURE__ */ ut(() => /* @__PURE__ */ h("br", null, null, -1)), Vf = /* @__PURE__ */ ut(() => /* @__PURE__ */ h("span", { class: "process-pc-label--re" }, "*", -1)), Of = ["onClick"], Ff = { class: "process-pc-value--people" }, xf = {
|
|
5391
5389
|
key: 0,
|
|
5392
5390
|
class: "process-pc-value--data"
|
|
5393
5391
|
}, Uf = {
|
|
5394
5392
|
key: 1,
|
|
5395
5393
|
class: "process-pc-value--data",
|
|
5396
5394
|
style: { color: "#888" }
|
|
5397
|
-
}, Pf = /* @__PURE__ */ ut(() => /* @__PURE__ */
|
|
5395
|
+
}, Pf = /* @__PURE__ */ ut(() => /* @__PURE__ */ h("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), Jf = [
|
|
5398
5396
|
Pf
|
|
5399
5397
|
];
|
|
5400
5398
|
function Lf(e, s, i, n, a, l) {
|
|
5401
5399
|
const m = V("TopTips"), k = V("departPerson"), y = V("TopPopup"), b = V("attchViews"), I = V("MsgList");
|
|
5402
|
-
return u(),
|
|
5403
|
-
i.param.isMsg ? (u(),
|
|
5404
|
-
|
|
5400
|
+
return u(), f("div", Af, [
|
|
5401
|
+
i.param.isMsg ? (u(), f("div", yf, [
|
|
5402
|
+
h("div", {
|
|
5405
5403
|
class: "process-radio-item",
|
|
5406
5404
|
onClick: s[0] || (s[0] = (c) => l.handleOpenMsg()),
|
|
5407
5405
|
style: { color: "#1389ff", "font-size": "14px" }
|
|
5408
5406
|
}, " \u5E38\u7528\u610F\u89C1 ")
|
|
5409
5407
|
])) : v("", !0),
|
|
5410
5408
|
kf,
|
|
5411
|
-
|
|
5412
|
-
|
|
5413
|
-
It(
|
|
5409
|
+
h("div", Cf, [
|
|
5410
|
+
h("div", If, [
|
|
5411
|
+
It(h("textarea", {
|
|
5414
5412
|
"onUpdate:modelValue": s[1] || (s[1] = (c) => a.commentMsg = c),
|
|
5415
5413
|
class: "textarea-item",
|
|
5416
5414
|
name: "description",
|
|
@@ -5422,50 +5420,48 @@ function Lf(e, s, i, n, a, l) {
|
|
|
5422
5420
|
[Ot, a.commentMsg]
|
|
5423
5421
|
])
|
|
5424
5422
|
]),
|
|
5425
|
-
i.param.isMsg ? (u(),
|
|
5426
|
-
|
|
5423
|
+
i.param.isMsg ? (u(), f("div", bf, [
|
|
5424
|
+
h("span", {
|
|
5427
5425
|
class: "msg-btn-click",
|
|
5428
5426
|
onClick: s[2] || (s[2] = (c) => l.handleMakeMsg())
|
|
5429
5427
|
}, "\u8BBE\u7F6E\u4E3A\u5E38\u7528\u610F\u89C1")
|
|
5430
5428
|
])) : v("", !0)
|
|
5431
5429
|
]),
|
|
5432
|
-
a.taskNode && a.taskNode.length > 0 && a.taskNode[0].taskState != 4 ? (u(),
|
|
5433
|
-
a.nextNodeData.length ? (u(!0),
|
|
5434
|
-
|
|
5430
|
+
a.taskNode && a.taskNode.length > 0 && a.taskNode[0].taskState != 4 ? (u(), f(D, { key: 1 }, [
|
|
5431
|
+
a.nextNodeData.length ? (u(!0), f(D, { key: 0 }, U(a.nextNodeData, (c) => (u(), f("template", null, [
|
|
5432
|
+
h("div", null, [
|
|
5435
5433
|
J(T(c.userTaskModelDTO.name) + " ", 1),
|
|
5436
5434
|
vf,
|
|
5437
5435
|
J(" \u5BA1\u6279\u4EBA "),
|
|
5438
5436
|
Ef
|
|
5439
5437
|
]),
|
|
5440
|
-
|
|
5438
|
+
h("div", {
|
|
5441
5439
|
class: "process-pc-value",
|
|
5442
5440
|
onClick: (w) => l.handleOpenPopup(c.id)
|
|
5443
5441
|
}, [
|
|
5444
|
-
|
|
5445
|
-
a.partNode[c.id] && a.partNode[c.id].length ? (u(),
|
|
5446
|
-
(u(!0),
|
|
5447
|
-
])) : (u(),
|
|
5442
|
+
h("div", Bf, [
|
|
5443
|
+
a.partNode[c.id] && a.partNode[c.id].length ? (u(), f("div", Tf, [
|
|
5444
|
+
(u(!0), f(D, null, U(a.partNode[c.id], (w, M) => (u(), f("span", null, T(M == 0 ? w : `,${w}`), 1))), 256))
|
|
5445
|
+
])) : (u(), f("div", Nf, Sf))
|
|
5448
5446
|
])
|
|
5449
5447
|
], 8, wf)
|
|
5450
|
-
]))), 256)) : a.outGatewayUserTaskModel.length ? (u(!0),
|
|
5451
|
-
|
|
5452
|
-
|
|
5453
|
-
|
|
5454
|
-
|
|
5455
|
-
|
|
5456
|
-
|
|
5457
|
-
|
|
5458
|
-
|
|
5459
|
-
|
|
5460
|
-
|
|
5461
|
-
|
|
5462
|
-
f("div",
|
|
5463
|
-
|
|
5464
|
-
|
|
5465
|
-
|
|
5466
|
-
|
|
5467
|
-
], 8, Of)
|
|
5468
|
-
], 64)) : v("", !0)
|
|
5448
|
+
]))), 256)) : a.outGatewayUserTaskModel.length ? (u(!0), f(D, { key: 1 }, U(a.outGatewayUserTaskModel, (c) => (u(), f(D, null, [
|
|
5449
|
+
h("div", Qf, [
|
|
5450
|
+
J(T(c.name) + " ", 1),
|
|
5451
|
+
Mf,
|
|
5452
|
+
J(" \u5BA1\u6279\u4EBA "),
|
|
5453
|
+
Vf
|
|
5454
|
+
]),
|
|
5455
|
+
h("div", {
|
|
5456
|
+
class: "process-pc-value",
|
|
5457
|
+
onClick: (w) => l.handleOpenPopup(c.id)
|
|
5458
|
+
}, [
|
|
5459
|
+
h("div", Ff, [
|
|
5460
|
+
a.partNode[c.id] && a.partNode[c.id].length ? (u(), f("div", xf, [
|
|
5461
|
+
(u(!0), f(D, null, U(a.partNode[c.id], (w, M) => (u(), f("span", null, T(M == 0 ? w : `,${w}`), 1))), 256))
|
|
5462
|
+
])) : (u(), f("div", Uf, Jf))
|
|
5463
|
+
])
|
|
5464
|
+
], 8, Of)
|
|
5469
5465
|
], 64))), 256)) : v("", !0)
|
|
5470
5466
|
], 64)) : v("", !0),
|
|
5471
5467
|
S(m, {
|
|
@@ -5530,7 +5526,7 @@ function Lf(e, s, i, n, a, l) {
|
|
|
5530
5526
|
}, null, 8, ["context", "cancel", "comfig", "visible"])
|
|
5531
5527
|
]);
|
|
5532
5528
|
}
|
|
5533
|
-
const Gf = /* @__PURE__ */ z(gf, [["render", Lf], ["__scopeId", "data-v-
|
|
5529
|
+
const Gf = /* @__PURE__ */ z(gf, [["render", Lf], ["__scopeId", "data-v-4e2b2a74"]]), Rf = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAAXNSR0IArs4c6QAACZ5JREFUeF7tne1xG0cMhkE2EqeS2JXY6iLRZMb2jEdJF3YqiVNJ5EbMzIlhRDIiecAt9uPeh3+9wC5e4BEWx7O0MT4ogAIXFdigDQqgwGUFAITqQIErCgAI5YECAEINoEBMATpITDesRBQAEJFEE2ZMAQCJ6YaViAIAIpJowowpACAx3bASUQBARBJNmDEFACSmG1YiCgCISKIJM6YAgMR0w0pEAQARSTRhxhQAkJhuWIkoACAiiSbMmAIAEtMNKxEFAEQk0YQZUwBAYrphJaIAgIgkmjBjCgBITDesRBQAEJFEE2ZMAQCJ6YaViAIAIpJowowpACAx3bASUQBARBJNmDEFACSmG1YiCgCISKIJM6YAgMR0w0pEAQARSTRhxhQAkJhuWIkoACAiiSbMmAIAEtMNKxEFAEQk0YQZUwBAYrphJaIAgIgkmjBjCgBITDesRBQAEJFEE2ZMAQCJ6YaViAIAIpJowowpACAx3bASUQBARBJNmDEFACSmG1YiCgCISKKHDfPn3Svb2tt/z//NtvZonzZfa8UDILWUZh+fAs9gfDgzfDSzL/aw+ehzGFsNIDHdsMpUYA/Hn2b26so2j/aw+THzGJNvAMlWGP8+BX7dvbbvT3DM+aRDAiBz0sCaOgrc796b2fmV6tbe03Xr7tai6L8DSFQ57Moq8MvuT9vY65DTrb3JGtwBJJQRjIopMM0bG/schmN/kLQuAiDFMo0jtwK+eeOy+519td82b9z7zzAAkBkisSRBgdi8cekgdJCEFOGylQJL5o2XzswM0iqT7FtUgTLzxumREq9X00ZcsYpWAM4uKlBq3jjdgO9BKLkVKHC/e2dmnwtHkg4HHaRwxnD3ggL3uwmMCZCSnypwAEjJlOHrVIGMeWO/QzU4AISizlFg3suGkb2rwgEgkRRhc12BnGG8euc4BMlTLAq+nAJlv/w7Plf1zgEg5coCT5MCpb/8e1a1GRxcsSjt5QrkDePNrlXHonDFWl4iuh7y5o0u4KCD6Jb28sjz5o1u4ACQ5WWi6SFv3ugKDgDRLO941LnzRndwAEi8VPQsc+eNLuEAEL0yj0Wc87Lh8VmaPsq9JgpPsWIlo2OV87LhEHDQQXTK3B9p/rzR7bWK70H85aJlsX/Z8O/koLu9VgFIcuaHdp8/jA/ROQ45ZAYZupoLHz73y7/DYYfoHABSuLaGdldn3hiqcwDI0BVd8PB5/7np/JBDdQ4AKVhjw7qqM28M2TkAZNiqLnTwOvPG0HDwPUihWhvOTe7LhsdyDHmt4jHvcBVd6MD1hvHhOwdXrEI1N4ybevPGauDgijVMdS88aP7Lhqu6VnHFWlhvQ5nnv2y4WjjoIENVuvOwdecNs+Tfsu6MvthyXjUpJmVHjurOG6uFgw7SUU0XO0rdeWPVcABIsarsxFG9L//2Aa/0WsWQ3kk9FztG7XlDBA46SLEKbeio3suGz0EKdI5DsAzpDWt78da1h3GhzgEgi6uzsYPa84YgHFyxGtd4ePt6LxtKXqsY0sOV2diwxTAu2jm4YjWudff2LeYNcTi4YrmrtJFBi3kDOJ6S3eYp1v6n4U9m9urpFFv7wz5tvjYqv763bTFvAMd/NVEXkOt36Ef7bm/s981j3xVb6XSt5g3gOElwXUBu/zSc4PhiD5uPlcqwz21azRvA8b96qAfIbTiOD6fbTWq/bHisutA35HN/MtYBJDZk6nWTmE5zc319HXC8qE8+IMuvC+vvJi3nDa5VV39w5AJS7reEr7ebtHjZkGvV7K6bC4hv7phz6HV1k+XddY5ml9dwrbqpXx4gecPmOrpJy3mDa9VNMA4LMgH5bGbvZp/Ev3DcblK+s/rUo3PM1isPkDpFMFY3aT2M0zlmg1Gjg7w3sw/uE8UM+u8mrecN4AhVVl4HqV8Q/XaT1vMGcITgmIzyAJm817lmnQffVzdpo8GpJswcnQLS7hl/+27Sw7xB5wiDkT+DHHZoB8l0gjbdpP718uVCoHMMAMh0xNaQ1HxDOO/7H1+ygcOn14XVuTPI8aZtIanTTer+JvXLBQAcReDIH9LPj9kDJBndpJd5g5mjGBj1ZpD+ICnbTcq9kLk8uXSO5Rqeeah3xerrurWHZGk36WUYp3MUB6NdB+nj6daxoLEnXT18+XeIgs6xQkDaP906hWRuN+lp3qBzpIHRvoP010n2f+9iZ3cXf7NK+4cMpwVB5xAApK9O8jybbO2vp9/VNUExfbb2tuLLl7cTDxy3NSqwos2Q/tLBe/vpXEDcNBfAkSbtueN+AOmvk1RLgmsj4HDJtXRxX4AAyfV8AsfSenfb9wcIkLycROBwF3cJgz4BARKeVpWo7gI++gUESPbppXMUKPO4i74BUYcEOOKVXciyf0BUIQGOQiW+zM0YgKhBAhzLqrqg9TiAqEACHAXLe7mrsQBZOyTAsbyiC3sYD5C1QgIchUu7jLsxAVkbJMBRppoTvIwLyFogAY6Esi7ncmxARocEOMpVcpKn8QEZFRLgSCrpsm7XAchokABH2SpO9LYeQEaBBDgSy7m863UB0jskwFG+gpM9rg+QXiEBjuRSznG/TkB6gwQ4cqq3gtf1AtILJMBRoYzztlg3IK0hAY68yq3kef2AtIIEOCqVcO42GoDUhgQ4cqu2oncdQGpBAhwVyzd/Ky1AsiEBjvyKrbyDHiBZkABH5dKts50mIKUhAY461dpgF11ASkECHA3Ktt6W2oAshQQ46lVqo50AJAoJcDQq2brbAshB7/3fJ5n7R3K+2MPmrm6q2K2FAgByrvr97p2ZvTez/V+WOv082tbunv7yFB8JBQDkUpr3HeW1mf1gZt9sa4+AIcHESZAAopdzInYoACAOsViqpwCA6OWciB0KAIhDLJbqKQAgejknYocCAOIQi6V6CgCIXs6J2KEAgDjEYqmeAgCil3MidigAIA6xWKqnAIDo5ZyIHQoAiEMsluopACB6OSdihwIA4hCLpXoKAIhezonYoQCAOMRiqZ4CAKKXcyJ2KAAgDrFYqqcAgOjlnIgdCgCIQyyW6ikAIHo5J2KHAgDiEIulegoAiF7OidihAIA4xGKpngIAopdzInYoACAOsViqpwCA6OWciB0KAIhDLJbqKQAgejknYocCAOIQi6V6CgCIXs6J2KEAgDjEYqmeAgCil3MidigAIA6xWKqnAIDo5ZyIHQoAiEMsluopACB6OSdihwIA4hCLpXoKAIhezonYoQCAOMRiqZ4CAKKXcyJ2KAAgDrFYqqcAgOjlnIgdCgCIQyyW6inwD771qeduEnFsAAAAAElFTkSuQmCC";
|
|
5534
5530
|
const qf = {
|
|
5535
5531
|
name: "complete",
|
|
5536
5532
|
props: {
|
|
@@ -5577,7 +5573,7 @@ const qf = {
|
|
|
5577
5573
|
visible: !1,
|
|
5578
5574
|
entity: {
|
|
5579
5575
|
source: "0",
|
|
5580
|
-
type: "0",
|
|
5576
|
+
type: this.param.isCheckType || "0",
|
|
5581
5577
|
request: this.param.request,
|
|
5582
5578
|
codeType: [3],
|
|
5583
5579
|
multiple: !0
|
|
@@ -5711,7 +5707,7 @@ const qf = {
|
|
|
5711
5707
|
});
|
|
5712
5708
|
}), this.entity = {
|
|
5713
5709
|
source: "1",
|
|
5714
|
-
type: "0",
|
|
5710
|
+
type: this.param.isCheckType || "0",
|
|
5715
5711
|
request: this.param.request,
|
|
5716
5712
|
codeType: [3],
|
|
5717
5713
|
multiple: e.loopCardinality != 1,
|
|
@@ -5735,7 +5731,7 @@ const qf = {
|
|
|
5735
5731
|
i
|
|
5736
5732
|
), this.entity = {
|
|
5737
5733
|
source: "1",
|
|
5738
|
-
type: "0",
|
|
5734
|
+
type: this.param.isCheckType || "0",
|
|
5739
5735
|
request: this.param.request,
|
|
5740
5736
|
codeType: [3],
|
|
5741
5737
|
multiple: e.loopCardinality != 1,
|
|
@@ -5752,7 +5748,7 @@ const qf = {
|
|
|
5752
5748
|
});
|
|
5753
5749
|
})), this.entity = {
|
|
5754
5750
|
source: "1",
|
|
5755
|
-
type: "0",
|
|
5751
|
+
type: this.param.isCheckType || "0",
|
|
5756
5752
|
request: this.param.request,
|
|
5757
5753
|
codeType: [3],
|
|
5758
5754
|
multiple: e.loopCardinality != 1,
|
|
@@ -5855,7 +5851,7 @@ const qf = {
|
|
|
5855
5851
|
this.param.endFunction && this.param.endFunction("complete");
|
|
5856
5852
|
}
|
|
5857
5853
|
}
|
|
5858
|
-
}, ge = (e) => (pe("data-v-
|
|
5854
|
+
}, ge = (e) => (pe("data-v-174b8f31"), e = e(), ue(), e), jf = { class: "process-popup-content" }, Kf = {
|
|
5859
5855
|
key: 0,
|
|
5860
5856
|
class: "process-pc-label"
|
|
5861
5857
|
}, Yf = {
|
|
@@ -5865,20 +5861,20 @@ const qf = {
|
|
|
5865
5861
|
}, Hf = {
|
|
5866
5862
|
class: "process-radio",
|
|
5867
5863
|
style: { width: "100%" }
|
|
5868
|
-
}, Wf = ["onClick"], Zf = ["src"], zf = { key: 2 }, Xf = /* @__PURE__ */ ge(() => /* @__PURE__ */
|
|
5864
|
+
}, Wf = ["onClick"], Zf = ["src"], zf = { key: 2 }, Xf = /* @__PURE__ */ ge(() => /* @__PURE__ */ h("div", { class: "process-pc-label" }, [
|
|
5869
5865
|
/* @__PURE__ */ J(" \u5BA1\u6279\u610F\u89C1 "),
|
|
5870
|
-
/* @__PURE__ */
|
|
5866
|
+
/* @__PURE__ */ h("span", { class: "process-pc-label--re" }, "*")
|
|
5871
5867
|
], -1)), _f = { class: "process-pc-value" }, $f = { class: "process-popup-textarea" }, em = {
|
|
5872
5868
|
key: 0,
|
|
5873
5869
|
class: "msg-btn"
|
|
5874
|
-
}, tm = { class: "process-pc-label" }, sm = /* @__PURE__ */ ge(() => /* @__PURE__ */
|
|
5870
|
+
}, tm = { class: "process-pc-label" }, sm = /* @__PURE__ */ ge(() => /* @__PURE__ */ h("br", null, null, -1)), im = /* @__PURE__ */ ge(() => /* @__PURE__ */ h("span", { class: "process-pc-label--re" }, "*", -1)), nm = ["onClick"], om = { class: "process-pc-value--people" }, am = {
|
|
5875
5871
|
key: 0,
|
|
5876
5872
|
class: "process-pc-value--data"
|
|
5877
5873
|
}, rm = {
|
|
5878
5874
|
key: 1,
|
|
5879
5875
|
class: "process-pc-value--data",
|
|
5880
5876
|
style: { color: "#888" }
|
|
5881
|
-
}, lm = /* @__PURE__ */ ge(() => /* @__PURE__ */
|
|
5877
|
+
}, lm = /* @__PURE__ */ ge(() => /* @__PURE__ */ h("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), cm = [
|
|
5882
5878
|
lm
|
|
5883
5879
|
], dm = {
|
|
5884
5880
|
key: 2,
|
|
@@ -5886,21 +5882,21 @@ const qf = {
|
|
|
5886
5882
|
}, pm = {
|
|
5887
5883
|
key: 1,
|
|
5888
5884
|
class: "process-pc-label"
|
|
5889
|
-
}, um = { key: 0 }, hm = { key: 2 }, fm = { class: "process-pc-label" }, mm = /* @__PURE__ */ ge(() => /* @__PURE__ */
|
|
5885
|
+
}, um = { key: 0 }, hm = { key: 2 }, fm = { class: "process-pc-label" }, mm = /* @__PURE__ */ ge(() => /* @__PURE__ */ h("br", null, null, -1)), gm = /* @__PURE__ */ ge(() => /* @__PURE__ */ h("span", { class: "process-pc-label--re" }, "*", -1)), Am = ["onClick"], ym = { class: "process-pc-value--people" }, km = {
|
|
5890
5886
|
key: 0,
|
|
5891
5887
|
class: "process-pc-value--data"
|
|
5892
5888
|
}, Cm = {
|
|
5893
5889
|
key: 1,
|
|
5894
5890
|
class: "process-pc-value--data",
|
|
5895
5891
|
style: { color: "#888" }
|
|
5896
|
-
}, Im = /* @__PURE__ */ ge(() => /* @__PURE__ */
|
|
5892
|
+
}, Im = /* @__PURE__ */ ge(() => /* @__PURE__ */ h("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), bm = [
|
|
5897
5893
|
Im
|
|
5898
5894
|
], vm = {
|
|
5899
5895
|
key: 1,
|
|
5900
5896
|
class: "process-pc-label"
|
|
5901
|
-
}, Em = { key: 2 }, wm = /* @__PURE__ */ ge(() => /* @__PURE__ */
|
|
5902
|
-
/* @__PURE__ */ J(" \
|
|
5903
|
-
/* @__PURE__ */
|
|
5897
|
+
}, Em = { key: 2 }, wm = /* @__PURE__ */ ge(() => /* @__PURE__ */ h("div", { class: "process-pc-label" }, [
|
|
5898
|
+
/* @__PURE__ */ J(" \u8282\u70B9\u5BA1\u6279 "),
|
|
5899
|
+
/* @__PURE__ */ h("span", { class: "process-pc-label--re" }, "*")
|
|
5904
5900
|
], -1)), Bm = {
|
|
5905
5901
|
key: 0,
|
|
5906
5902
|
class: "process-pc-value"
|
|
@@ -5910,39 +5906,39 @@ const qf = {
|
|
|
5910
5906
|
}, Qm = { class: "process-pc-value--people" }, Mm = { style: { "margin-bottom": "10px" } }, Vm = {
|
|
5911
5907
|
key: 0,
|
|
5912
5908
|
class: "process-pc-value--data"
|
|
5913
|
-
}, Om = ["onClick"], Fm = /* @__PURE__ */ ge(() => /* @__PURE__ */
|
|
5909
|
+
}, Om = ["onClick"], Fm = /* @__PURE__ */ ge(() => /* @__PURE__ */ h("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), xm = [
|
|
5914
5910
|
Fm
|
|
5915
5911
|
], Um = {
|
|
5916
5912
|
key: 2,
|
|
5917
5913
|
class: "process-pc-value--data"
|
|
5918
|
-
}, Pm = ["onClick"], Jm = { class: "process-checkbox" }, Lm = /* @__PURE__ */ ge(() => /* @__PURE__ */
|
|
5914
|
+
}, Pm = ["onClick"], Jm = { class: "process-checkbox" }, Lm = /* @__PURE__ */ ge(() => /* @__PURE__ */ h("br", null, null, -1)), Gm = { class: "process-checkbox-item" }, Rm = { key: 0 }, qm = ["src"], jm = ["onClick"], Km = { class: "process-pc-value--people" }, Ym = {
|
|
5919
5915
|
key: 0,
|
|
5920
5916
|
class: "process-pc-value--data"
|
|
5921
5917
|
}, Hm = {
|
|
5922
5918
|
key: 1,
|
|
5923
5919
|
class: "process-pc-value--data",
|
|
5924
5920
|
style: { color: "#888" }
|
|
5925
|
-
}, Wm = /* @__PURE__ */ ge(() => /* @__PURE__ */
|
|
5921
|
+
}, Wm = /* @__PURE__ */ ge(() => /* @__PURE__ */ h("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), Zm = [
|
|
5926
5922
|
Wm
|
|
5927
5923
|
], zm = {
|
|
5928
5924
|
key: 1,
|
|
5929
5925
|
class: "process-pc-value--data"
|
|
5930
|
-
}, Xm = { key: 0 }, _m = /* @__PURE__ */ ge(() => /* @__PURE__ */
|
|
5926
|
+
}, Xm = { key: 0 }, _m = /* @__PURE__ */ ge(() => /* @__PURE__ */ h("div", { class: "process-pc-label" }, " \u4E0B\u4E00\u8282\u70B9\u5BA1\u6279 ", -1)), $m = { class: "process-pc-value" };
|
|
5931
5927
|
function eg(e, s, i, n, a, l) {
|
|
5932
5928
|
const m = V("TopTips"), k = V("departPerson"), y = V("TopPopup"), b = V("MsgList"), I = V("attchViews");
|
|
5933
|
-
return u(),
|
|
5934
|
-
i.param.isDocument ? (u(),
|
|
5935
|
-
i.param.isDocument ? (u(),
|
|
5936
|
-
|
|
5937
|
-
(u(!0),
|
|
5929
|
+
return u(), f("div", jf, [
|
|
5930
|
+
i.param.isDocument ? (u(), f("div", Kf, " \u5FEB\u6377\u56DE\u590D ")) : v("", !0),
|
|
5931
|
+
i.param.isDocument ? (u(), f("div", Yf, [
|
|
5932
|
+
h("div", Hf, [
|
|
5933
|
+
(u(!0), f(D, null, U(a.msgCheckList, (c) => (u(), f("div", {
|
|
5938
5934
|
class: Te([
|
|
5939
5935
|
"process-radio-item",
|
|
5940
5936
|
c == a.commentMsg ? "process-radio-item--check" : ""
|
|
5941
5937
|
]),
|
|
5942
5938
|
onClick: () => a.commentMsg = c
|
|
5943
5939
|
}, [
|
|
5944
|
-
|
|
5945
|
-
c == a.commentMsg ? (u(),
|
|
5940
|
+
h("span", null, [
|
|
5941
|
+
c == a.commentMsg ? (u(), f("img", {
|
|
5946
5942
|
key: 0,
|
|
5947
5943
|
class: "process-radio-item-check",
|
|
5948
5944
|
src: l.check
|
|
@@ -5950,7 +5946,7 @@ function eg(e, s, i, n, a, l) {
|
|
|
5950
5946
|
]),
|
|
5951
5947
|
J(" " + T(c), 1)
|
|
5952
5948
|
], 10, Wf))), 256)),
|
|
5953
|
-
i.param.isMsg ? (u(),
|
|
5949
|
+
i.param.isMsg ? (u(), f("div", {
|
|
5954
5950
|
key: 0,
|
|
5955
5951
|
class: "process-radio-item",
|
|
5956
5952
|
onClick: s[0] || (s[0] = (c) => l.handleOpenMsg()),
|
|
@@ -5958,17 +5954,17 @@ function eg(e, s, i, n, a, l) {
|
|
|
5958
5954
|
}, " \u5E38\u7528\u610F\u89C1 ")) : v("", !0)
|
|
5959
5955
|
])
|
|
5960
5956
|
])) : v("", !0),
|
|
5961
|
-
i.param.isMsg && !i.param.isDocument ? (u(),
|
|
5962
|
-
|
|
5957
|
+
i.param.isMsg && !i.param.isDocument ? (u(), f("div", zf, [
|
|
5958
|
+
h("div", {
|
|
5963
5959
|
class: "process-radio-item",
|
|
5964
5960
|
onClick: s[1] || (s[1] = (c) => l.handleOpenMsg()),
|
|
5965
5961
|
style: { color: "#1389ff", "font-size": "14px" }
|
|
5966
5962
|
}, " \u5E38\u7528\u610F\u89C1 ")
|
|
5967
5963
|
])) : v("", !0),
|
|
5968
5964
|
Xf,
|
|
5969
|
-
|
|
5970
|
-
|
|
5971
|
-
It(
|
|
5965
|
+
h("div", _f, [
|
|
5966
|
+
h("div", $f, [
|
|
5967
|
+
It(h("textarea", {
|
|
5972
5968
|
"onUpdate:modelValue": s[2] || (s[2] = (c) => a.commentMsg = c),
|
|
5973
5969
|
class: "textarea-item",
|
|
5974
5970
|
name: "description",
|
|
@@ -5980,83 +5976,83 @@ function eg(e, s, i, n, a, l) {
|
|
|
5980
5976
|
[Ot, a.commentMsg]
|
|
5981
5977
|
])
|
|
5982
5978
|
]),
|
|
5983
|
-
i.param.isMsg ? (u(),
|
|
5984
|
-
|
|
5979
|
+
i.param.isMsg ? (u(), f("div", em, [
|
|
5980
|
+
h("span", {
|
|
5985
5981
|
class: "msg-btn-click",
|
|
5986
5982
|
onClick: s[3] || (s[3] = (c) => l.handleMakeMsg())
|
|
5987
5983
|
}, "\u8BBE\u7F6E\u4E3A\u5E38\u7528\u610F\u89C1")
|
|
5988
5984
|
])) : v("", !0)
|
|
5989
5985
|
]),
|
|
5990
|
-
a.taskNode && a.taskNode.length > 0 && a.taskNode[0].taskState != 4 ? (u(),
|
|
5991
|
-
a.nextNodeData.length ? (u(!0),
|
|
5986
|
+
a.taskNode && a.taskNode.length > 0 && a.taskNode[0].taskState != 4 ? (u(), f(D, { key: 3 }, [
|
|
5987
|
+
a.nextNodeData.length ? (u(!0), f(D, { key: 0 }, U(a.nextNodeData, (c) => {
|
|
5992
5988
|
var w, M;
|
|
5993
|
-
return u(),
|
|
5989
|
+
return u(), f(D, null, [
|
|
5994
5990
|
c.type != "endEvent" && l.isOption(
|
|
5995
5991
|
(M = (w = c == null ? void 0 : c.userTaskModelDTO) == null ? void 0 : w.humanPerformer) == null ? void 0 : M.name
|
|
5996
|
-
) ? (u(),
|
|
5997
|
-
|
|
5998
|
-
|
|
5992
|
+
) ? (u(), f(D, { key: 0 }, [
|
|
5993
|
+
h("div", tm, [
|
|
5994
|
+
h("div", null, [
|
|
5999
5995
|
J(T(c.userTaskModelDTO.name) + " ", 1),
|
|
6000
5996
|
sm,
|
|
6001
5997
|
J(" \u5BA1\u6279\u4EBA "),
|
|
6002
5998
|
im
|
|
6003
5999
|
])
|
|
6004
6000
|
]),
|
|
6005
|
-
|
|
6001
|
+
h("div", {
|
|
6006
6002
|
class: "process-pc-value",
|
|
6007
6003
|
onClick: (F) => l.handleOpenPopup(c)
|
|
6008
6004
|
}, [
|
|
6009
|
-
|
|
6010
|
-
a.partNode[c.id] && a.partNode[c.id].length ? (u(),
|
|
6011
|
-
|
|
6012
|
-
])) : c.humanPerformerName !== "\u56FA\u5B9A\u8D26\u6237" && c.humanPerformerName !== "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173" ? (u(),
|
|
6005
|
+
h("div", om, [
|
|
6006
|
+
a.partNode[c.id] && a.partNode[c.id].length ? (u(), f("div", am, [
|
|
6007
|
+
h("span", null, T(a.partNode[c.id].join(",")), 1)
|
|
6008
|
+
])) : c.humanPerformerName !== "\u56FA\u5B9A\u8D26\u6237" && c.humanPerformerName !== "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173" ? (u(), f("div", rm, cm)) : c.routeTxt && c.routeTxt.userNames ? (u(), f("div", dm, T(c.routeTxt.userNames), 1)) : v("", !0)
|
|
6013
6009
|
])
|
|
6014
6010
|
], 8, nm)
|
|
6015
|
-
], 64)) : c.type != "endEvent" ? (u(),
|
|
6011
|
+
], 64)) : c.type != "endEvent" ? (u(), f("div", pm, [
|
|
6016
6012
|
J(T(c.userTaskModelDTO.name) + " ", 1),
|
|
6017
|
-
a.personMakeList[c.id] ? (u(),
|
|
6018
|
-
])) : (u(),
|
|
6013
|
+
a.personMakeList[c.id] ? (u(), f("span", um, "\uFF1A" + T(a.personMakeList[c.id]), 1)) : v("", !0)
|
|
6014
|
+
])) : (u(), f("div", hm, "\u4E0B\u4E00\u8282\u70B9\uFF1A\u7ED3\u675F\u4E8B\u4EF6"))
|
|
6019
6015
|
], 64);
|
|
6020
|
-
}), 256)) : a.outGatewayUserTaskModel.length ? (u(),
|
|
6021
|
-
(u(!0),
|
|
6016
|
+
}), 256)) : a.outGatewayUserTaskModel.length ? (u(), f(D, { key: 1 }, [
|
|
6017
|
+
(u(!0), f(D, null, U(a.outGatewayUserTaskModel, (c) => {
|
|
6022
6018
|
var w, M;
|
|
6023
|
-
return u(),
|
|
6024
|
-
a.outGatewayUserTaskModel.childNode && a.outGatewayUserTaskModel.childNode.length ? (u(),
|
|
6019
|
+
return u(), f(D, null, [
|
|
6020
|
+
a.outGatewayUserTaskModel.childNode && a.outGatewayUserTaskModel.childNode.length ? (u(), f(D, { key: 0 }, [
|
|
6025
6021
|
c.type != "endEvent" && l.isOption(
|
|
6026
6022
|
(M = (w = c == null ? void 0 : c.userTaskModelDTO) == null ? void 0 : w.humanPerformer) == null ? void 0 : M.name
|
|
6027
|
-
) ? (u(),
|
|
6028
|
-
|
|
6029
|
-
|
|
6023
|
+
) ? (u(), f(D, { key: 0 }, [
|
|
6024
|
+
h("div", fm, [
|
|
6025
|
+
h("div", null, [
|
|
6030
6026
|
J(T(c.userTaskModelDTO.name) + " ", 1),
|
|
6031
6027
|
mm,
|
|
6032
6028
|
J(" \u5BA1\u6279\u4EBA "),
|
|
6033
6029
|
gm
|
|
6034
6030
|
])
|
|
6035
6031
|
]),
|
|
6036
|
-
|
|
6032
|
+
h("div", {
|
|
6037
6033
|
class: "process-pc-value",
|
|
6038
6034
|
onClick: (F) => l.handleOpenPopup(c)
|
|
6039
6035
|
}, [
|
|
6040
|
-
|
|
6041
|
-
a.partNode[c.id] && a.partNode[c.id].length ? (u(),
|
|
6042
|
-
|
|
6043
|
-
])) : (u(),
|
|
6036
|
+
h("div", ym, [
|
|
6037
|
+
a.partNode[c.id] && a.partNode[c.id].length ? (u(), f("div", km, [
|
|
6038
|
+
h("span", null, T(a.partNode[c.id].join(",")), 1)
|
|
6039
|
+
])) : (u(), f("div", Cm, bm))
|
|
6044
6040
|
])
|
|
6045
6041
|
], 8, Am)
|
|
6046
|
-
], 64)) : c.type != "endEvent" ? (u(),
|
|
6047
|
-
], 64)) : (u(),
|
|
6042
|
+
], 64)) : c.type != "endEvent" ? (u(), f("div", vm, T(c.userTaskModelDTO.name), 1)) : (u(), f("div", Em, "\u4E0B\u4E00\u8282\u70B9\uFF1A\u7ED3\u675F\u4E8B\u4EF6"))
|
|
6043
|
+
], 64)) : (u(), f(D, { key: 1 }, [
|
|
6048
6044
|
wm,
|
|
6049
|
-
c.childNode && c.childNode.length ? (u(),
|
|
6050
|
-
|
|
6051
|
-
(u(!0),
|
|
6045
|
+
c.childNode && c.childNode.length ? (u(), f("div", Bm, [
|
|
6046
|
+
h("div", Tm, [
|
|
6047
|
+
(u(!0), f(D, null, U(c.childNode, (F) => (u(), f("div", {
|
|
6052
6048
|
class: Te([
|
|
6053
6049
|
"process-radio-item",
|
|
6054
6050
|
F.id == a.radioCheck ? "process-radio-item--check" : ""
|
|
6055
6051
|
]),
|
|
6056
6052
|
onClick: (L) => l.handleNode(F)
|
|
6057
6053
|
}, [
|
|
6058
|
-
|
|
6059
|
-
F.id == a.radioCheck ? (u(),
|
|
6054
|
+
h("span", null, [
|
|
6055
|
+
F.id == a.radioCheck ? (u(), f("img", {
|
|
6060
6056
|
key: 0,
|
|
6061
6057
|
class: "process-radio-item-check",
|
|
6062
6058
|
src: l.check
|
|
@@ -6065,37 +6061,37 @@ function eg(e, s, i, n, a, l) {
|
|
|
6065
6061
|
J(" " + T(F.nodeName), 1)
|
|
6066
6062
|
], 10, Nm))), 256))
|
|
6067
6063
|
])
|
|
6068
|
-
])) : (u(),
|
|
6069
|
-
|
|
6070
|
-
|
|
6071
|
-
a.partNode[c.id] && a.partNode[c.id].length ? (u(),
|
|
6072
|
-
|
|
6073
|
-
])) : c.humanPerformerName !== "\u56FA\u5B9A\u8D26\u6237" && c.humanPerformerName !== "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173" ? (u(),
|
|
6064
|
+
])) : (u(), f("div", Sm, [
|
|
6065
|
+
h("div", Qm, [
|
|
6066
|
+
h("div", Mm, T(c.userTaskModelDTO.name), 1),
|
|
6067
|
+
a.partNode[c.id] && a.partNode[c.id].length ? (u(), f("div", Vm, [
|
|
6068
|
+
h("span", null, T(a.partNode[c.id].join(",")), 1)
|
|
6069
|
+
])) : c.humanPerformerName !== "\u56FA\u5B9A\u8D26\u6237" && c.humanPerformerName !== "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173" ? (u(), f("div", {
|
|
6074
6070
|
key: 1,
|
|
6075
6071
|
class: "process-pc-value--data",
|
|
6076
6072
|
style: { color: "#888" },
|
|
6077
6073
|
onClick: (F) => l.handleOpenPopup(c)
|
|
6078
|
-
}, xm, 8, Om)) : c.routeTxt && c.routeTxt.userNames ? (u(),
|
|
6074
|
+
}, xm, 8, Om)) : c.routeTxt && c.routeTxt.userNames ? (u(), f("div", Um, T(c.routeTxt.userNames), 1)) : v("", !0)
|
|
6079
6075
|
])
|
|
6080
6076
|
]))
|
|
6081
6077
|
], 64))
|
|
6082
6078
|
], 64);
|
|
6083
6079
|
}), 256)),
|
|
6084
|
-
a.radioCheck ? (u(),
|
|
6085
|
-
a.radioCheckChild && a.radioCheckChild.length && a.radioCheckChild[0].type !== "EndEventModel" ? (u(!0),
|
|
6086
|
-
|
|
6080
|
+
a.radioCheck ? (u(), f(D, { key: 0 }, [
|
|
6081
|
+
a.radioCheckChild && a.radioCheckChild.length && a.radioCheckChild[0].type !== "EndEventModel" ? (u(!0), f(D, { key: 0 }, U(a.radioCheckChild, (c) => (u(), f("div", null, [
|
|
6082
|
+
h("div", {
|
|
6087
6083
|
class: "process-pc-label",
|
|
6088
6084
|
onClick: (w) => l.handleSaveNode(c.id)
|
|
6089
6085
|
}, [
|
|
6090
|
-
|
|
6091
|
-
J(" \
|
|
6086
|
+
h("div", Jm, [
|
|
6087
|
+
J(" \u8282\u70B9\u5BA1\u6279:"),
|
|
6092
6088
|
Lm,
|
|
6093
|
-
|
|
6089
|
+
h("div", Gm, [
|
|
6094
6090
|
J(T(c.nodeName || c.name) + " ", 1),
|
|
6095
|
-
c.humanPerformerName !== "\u56FA\u5B9A\u8D26\u6237" && c.humanPerformerName !== "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173" ? (u(),
|
|
6091
|
+
c.humanPerformerName !== "\u56FA\u5B9A\u8D26\u6237" && c.humanPerformerName !== "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173" ? (u(), f("span", Rm, [
|
|
6096
6092
|
a.radioCheckNameList.includes(
|
|
6097
6093
|
c.id
|
|
6098
|
-
) ? (u(),
|
|
6094
|
+
) ? (u(), f("img", {
|
|
6099
6095
|
key: 0,
|
|
6100
6096
|
class: "process-checkbox-item-check",
|
|
6101
6097
|
src: l.checkS
|
|
@@ -6104,22 +6100,22 @@ function eg(e, s, i, n, a, l) {
|
|
|
6104
6100
|
])
|
|
6105
6101
|
])
|
|
6106
6102
|
], 8, Pm),
|
|
6107
|
-
c.humanPerformerName !== "\u56FA\u5B9A\u8D26\u6237" && c.humanPerformerName !== "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173" ? (u(),
|
|
6103
|
+
c.humanPerformerName !== "\u56FA\u5B9A\u8D26\u6237" && c.humanPerformerName !== "\u4E0E\u6D41\u7A0B\u7533\u8BF7\u4EBA\u76F8\u5173" ? (u(), f("div", {
|
|
6108
6104
|
key: 0,
|
|
6109
6105
|
class: "process-pc-value",
|
|
6110
6106
|
onClick: (w) => l.handleOpenPopup(c)
|
|
6111
6107
|
}, [
|
|
6112
|
-
|
|
6113
|
-
a.partNode[c.id] && a.partNode[c.id].length ? (u(),
|
|
6114
|
-
|
|
6115
|
-
])) : (u(),
|
|
6108
|
+
h("div", Km, [
|
|
6109
|
+
a.partNode[c.id] && a.partNode[c.id].length ? (u(), f("div", Ym, [
|
|
6110
|
+
h("span", null, T(a.partNode[c.id].join(",")), 1)
|
|
6111
|
+
])) : (u(), f("div", Hm, Zm))
|
|
6116
6112
|
])
|
|
6117
|
-
], 8, jm)) : (u(),
|
|
6118
|
-
a.partNodeS && a.partNodeS.length ? (u(),
|
|
6113
|
+
], 8, jm)) : (u(), f("div", zm, [
|
|
6114
|
+
a.partNodeS && a.partNodeS.length ? (u(), f("span", Xm, T(a.partNodeS && a.partNodeS.length ? a.partNodeS.join(",") : ""), 1)) : v("", !0)
|
|
6119
6115
|
]))
|
|
6120
|
-
]))), 256)) : (u(),
|
|
6116
|
+
]))), 256)) : (u(), f(D, { key: 1 }, [
|
|
6121
6117
|
_m,
|
|
6122
|
-
|
|
6118
|
+
h("div", $m, T(a.radioCheckChild[0].type === "EndEventModel" ? "\u7ED3\u675F\u4E8B\u4EF6" : a.radioCheckName), 1)
|
|
6123
6119
|
], 64))
|
|
6124
6120
|
], 64)) : v("", !0)
|
|
6125
6121
|
], 64)) : v("", !0)
|
|
@@ -6185,7 +6181,7 @@ function eg(e, s, i, n, a, l) {
|
|
|
6185
6181
|
}, null, 8, ["limit", "requires", "request", "linkUrl", "onGetValue"])) : v("", !0)
|
|
6186
6182
|
]);
|
|
6187
6183
|
}
|
|
6188
|
-
const tg = /* @__PURE__ */ z(qf, [["render", eg], ["__scopeId", "data-v-
|
|
6184
|
+
const tg = /* @__PURE__ */ z(qf, [["render", eg], ["__scopeId", "data-v-174b8f31"]]);
|
|
6189
6185
|
const sg = {
|
|
6190
6186
|
name: "cancel",
|
|
6191
6187
|
props: {
|
|
@@ -6234,7 +6230,7 @@ const sg = {
|
|
|
6234
6230
|
visible: !1,
|
|
6235
6231
|
entity: {
|
|
6236
6232
|
source: "0",
|
|
6237
|
-
type: "0",
|
|
6233
|
+
type: this.param.isCheckType || "0",
|
|
6238
6234
|
request: this.param.request,
|
|
6239
6235
|
codeType: [3],
|
|
6240
6236
|
multiple: !0,
|
|
@@ -6331,41 +6327,41 @@ const sg = {
|
|
|
6331
6327
|
this.param.endFunction && this.param.endFunction("\u62D2\u7EDD");
|
|
6332
6328
|
}
|
|
6333
6329
|
}
|
|
6334
|
-
}, vt = (e) => (pe("data-v-
|
|
6330
|
+
}, vt = (e) => (pe("data-v-44b4a58e"), e = e(), ue(), e), ig = { class: "process-popup-content" }, ng = { key: 0 }, og = /* @__PURE__ */ vt(() => /* @__PURE__ */ h("div", { class: "process-pc-label" }, [
|
|
6335
6331
|
/* @__PURE__ */ J(" \u62D2\u7EDD\u7406\u7531\uFF1A "),
|
|
6336
|
-
/* @__PURE__ */
|
|
6332
|
+
/* @__PURE__ */ h("span", { class: "process-pc-label--re" }, "*")
|
|
6337
6333
|
], -1)), ag = { class: "process-pc-value" }, rg = { class: "process-popup-textarea" }, lg = {
|
|
6338
6334
|
key: 0,
|
|
6339
6335
|
class: "msg-btn"
|
|
6340
|
-
}, cg = /* @__PURE__ */ vt(() => /* @__PURE__ */
|
|
6336
|
+
}, cg = /* @__PURE__ */ vt(() => /* @__PURE__ */ h("br", null, null, -1)), dg = /* @__PURE__ */ vt(() => /* @__PURE__ */ h("span", { class: "process-pc-label--re" }, "*", -1)), pg = ["onClick"], ug = { class: "process-pc-value--people" }, hg = {
|
|
6341
6337
|
key: 0,
|
|
6342
6338
|
class: "process-pc-value--data"
|
|
6343
6339
|
}, fg = {
|
|
6344
6340
|
key: 1,
|
|
6345
6341
|
class: "process-pc-value--data",
|
|
6346
6342
|
style: { color: "#888" }
|
|
6347
|
-
}, mg = /* @__PURE__ */ vt(() => /* @__PURE__ */
|
|
6343
|
+
}, mg = /* @__PURE__ */ vt(() => /* @__PURE__ */ h("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), gg = [
|
|
6348
6344
|
mg
|
|
6349
|
-
], Ag = { style: { "font-size": "15px" } }, yg = /* @__PURE__ */ vt(() => /* @__PURE__ */
|
|
6345
|
+
], Ag = { style: { "font-size": "15px" } }, yg = /* @__PURE__ */ vt(() => /* @__PURE__ */ h("div", { class: "process-pc-label" }, [
|
|
6350
6346
|
/* @__PURE__ */ J(" \u5BA1\u6279\u4EBA "),
|
|
6351
|
-
/* @__PURE__ */
|
|
6352
|
-
], -1)), kg = /* @__PURE__ */ vt(() => /* @__PURE__ */
|
|
6347
|
+
/* @__PURE__ */ h("span", { class: "process-pc-label--re" }, "*")
|
|
6348
|
+
], -1)), kg = /* @__PURE__ */ vt(() => /* @__PURE__ */ h("div", { class: "process-pc-value--people" }, /* @__PURE__ */ T(234), -1)), Cg = [
|
|
6353
6349
|
kg
|
|
6354
6350
|
];
|
|
6355
6351
|
function Ig(e, s, i, n, a, l) {
|
|
6356
6352
|
const m = V("TopTips"), k = V("departPerson"), y = V("TopPopup"), b = V("attchViews"), I = V("MsgList");
|
|
6357
|
-
return u(),
|
|
6358
|
-
i.param.isMsg ? (u(),
|
|
6359
|
-
|
|
6353
|
+
return u(), f("div", ig, [
|
|
6354
|
+
i.param.isMsg ? (u(), f("div", ng, [
|
|
6355
|
+
h("div", {
|
|
6360
6356
|
class: "process-radio-item",
|
|
6361
6357
|
onClick: s[0] || (s[0] = (c) => l.handleOpenMsg()),
|
|
6362
6358
|
style: { color: "#1389ff", "font-size": "14px" }
|
|
6363
6359
|
}, " \u5E38\u7528\u610F\u89C1 ")
|
|
6364
6360
|
])) : v("", !0),
|
|
6365
6361
|
og,
|
|
6366
|
-
|
|
6367
|
-
|
|
6368
|
-
It(
|
|
6362
|
+
h("div", ag, [
|
|
6363
|
+
h("div", rg, [
|
|
6364
|
+
It(h("textarea", {
|
|
6369
6365
|
"onUpdate:modelValue": s[1] || (s[1] = (c) => a.commentMsg = c),
|
|
6370
6366
|
class: "textarea-item",
|
|
6371
6367
|
name: "description",
|
|
@@ -6377,43 +6373,43 @@ function Ig(e, s, i, n, a, l) {
|
|
|
6377
6373
|
[Ot, a.commentMsg]
|
|
6378
6374
|
])
|
|
6379
6375
|
]),
|
|
6380
|
-
i.param.isMsg ? (u(),
|
|
6381
|
-
|
|
6376
|
+
i.param.isMsg ? (u(), f("div", lg, [
|
|
6377
|
+
h("span", {
|
|
6382
6378
|
class: "msg-btn-click",
|
|
6383
6379
|
onClick: s[2] || (s[2] = (c) => l.handleMakeMsg())
|
|
6384
6380
|
}, "\u8BBE\u7F6E\u4E3A\u5E38\u7528\u610F\u89C1")
|
|
6385
6381
|
])) : v("", !0)
|
|
6386
6382
|
]),
|
|
6387
|
-
a.taskNode && a.taskNode.length > 0 && a.taskNode[0].taskState != 4 ? (u(),
|
|
6388
|
-
a.nextNodeData.length ? (u(!0),
|
|
6383
|
+
a.taskNode && a.taskNode.length > 0 && a.taskNode[0].taskState != 4 ? (u(), f(D, { key: 1 }, [
|
|
6384
|
+
a.nextNodeData.length ? (u(!0), f(D, { key: 0 }, U(a.nextNodeData, (c) => {
|
|
6389
6385
|
var w, M;
|
|
6390
|
-
return u(),
|
|
6386
|
+
return u(), f(D, null, [
|
|
6391
6387
|
l.isOption(
|
|
6392
6388
|
(M = (w = c == null ? void 0 : c.userTaskModelDTO) == null ? void 0 : w.humanPerformer) == null ? void 0 : M.name
|
|
6393
|
-
) ? (u(),
|
|
6394
|
-
|
|
6389
|
+
) ? (u(), f(D, { key: 0 }, [
|
|
6390
|
+
h("div", null, [
|
|
6395
6391
|
J(T(c.userTaskModelDTO.name) + " ", 1),
|
|
6396
6392
|
cg,
|
|
6397
6393
|
J(" \u5BA1\u6279\u4EBA "),
|
|
6398
6394
|
dg
|
|
6399
6395
|
]),
|
|
6400
|
-
|
|
6396
|
+
h("div", {
|
|
6401
6397
|
class: "process-pc-value",
|
|
6402
6398
|
onClick: (F) => l.handleOpenPopup(c.id)
|
|
6403
6399
|
}, [
|
|
6404
|
-
|
|
6405
|
-
a.partNode[c.id] && a.partNode[c.id].length ? (u(),
|
|
6406
|
-
(u(!0),
|
|
6407
|
-
])) : (u(),
|
|
6400
|
+
h("div", ug, [
|
|
6401
|
+
a.partNode[c.id] && a.partNode[c.id].length ? (u(), f("div", hg, [
|
|
6402
|
+
(u(!0), f(D, null, U(a.partNode[c.id], (F, L) => (u(), f("span", null, T(L == 0 ? F : `,${F}`), 1))), 256))
|
|
6403
|
+
])) : (u(), f("div", fg, gg))
|
|
6408
6404
|
])
|
|
6409
6405
|
], 8, pg)
|
|
6410
6406
|
], 64)) : v("", !0)
|
|
6411
6407
|
], 64);
|
|
6412
|
-
}), 256)) : a.outGatewayUserTaskModel.length ? (u(!0),
|
|
6413
|
-
l.isOption(c.humanPerformerName) ? (u(),
|
|
6414
|
-
|
|
6408
|
+
}), 256)) : a.outGatewayUserTaskModel.length ? (u(!0), f(D, { key: 1 }, U(a.outGatewayUserTaskModel, (c) => (u(), f(D, null, [
|
|
6409
|
+
l.isOption(c.humanPerformerName) ? (u(), f(D, { key: 0 }, [
|
|
6410
|
+
h("div", Ag, T(c.name), 1),
|
|
6415
6411
|
yg,
|
|
6416
|
-
|
|
6412
|
+
h("div", {
|
|
6417
6413
|
class: "process-pc-value",
|
|
6418
6414
|
onClick: s[3] || (s[3] = (...w) => l.handleOpenPopup && l.handleOpenPopup(...w))
|
|
6419
6415
|
}, Cg)
|
|
@@ -6482,7 +6478,7 @@ function Ig(e, s, i, n, a, l) {
|
|
|
6482
6478
|
}, null, 8, ["context", "cancel", "comfig", "visible"])
|
|
6483
6479
|
]);
|
|
6484
6480
|
}
|
|
6485
|
-
const bg = /* @__PURE__ */ z(sg, [["render", Ig], ["__scopeId", "data-v-
|
|
6481
|
+
const bg = /* @__PURE__ */ z(sg, [["render", Ig], ["__scopeId", "data-v-44b4a58e"]]);
|
|
6486
6482
|
const vg = {
|
|
6487
6483
|
name: "backNode",
|
|
6488
6484
|
props: {
|
|
@@ -6522,7 +6518,7 @@ const vg = {
|
|
|
6522
6518
|
visible: !1,
|
|
6523
6519
|
entity: {
|
|
6524
6520
|
source: "0",
|
|
6525
|
-
type: "0",
|
|
6521
|
+
type: this.param.isCheckType || "0",
|
|
6526
6522
|
request: this.param.request,
|
|
6527
6523
|
codeType: [3],
|
|
6528
6524
|
multiple: !0,
|
|
@@ -6647,27 +6643,27 @@ const vg = {
|
|
|
6647
6643
|
this.param.endFunction && this.param.endFunction("\u9000\u56DE");
|
|
6648
6644
|
}
|
|
6649
6645
|
}
|
|
6650
|
-
}, Ao = (e) => (pe("data-v-
|
|
6646
|
+
}, Ao = (e) => (pe("data-v-02dc3f85"), e = e(), ue(), e), Eg = { class: "process-popup-content" }, wg = /* @__PURE__ */ Ao(() => /* @__PURE__ */ h("div", {
|
|
6651
6647
|
class: "process-pc-label",
|
|
6652
6648
|
style: { "background-color": "#fff", position: "relative", "z-index": "199", display: "inline-block", width: "50%" }
|
|
6653
6649
|
}, [
|
|
6654
6650
|
/* @__PURE__ */ J(" \u9000\u56DE\u8282\u70B9\uFF1A "),
|
|
6655
|
-
/* @__PURE__ */
|
|
6651
|
+
/* @__PURE__ */ h("span", { class: "process-pc-label--re" }, "*")
|
|
6656
6652
|
], -1)), Bg = {
|
|
6657
6653
|
class: "process-pc-value",
|
|
6658
6654
|
style: { display: "inline-block", width: "50%" }
|
|
6659
|
-
}, Tg = { key: 0 }, Ng = /* @__PURE__ */ Ao(() => /* @__PURE__ */
|
|
6655
|
+
}, Tg = { key: 0 }, Ng = /* @__PURE__ */ Ao(() => /* @__PURE__ */ h("div", { class: "process-pc-label" }, [
|
|
6660
6656
|
/* @__PURE__ */ J(" \u9000\u56DE\u7406\u7531\uFF1A "),
|
|
6661
|
-
/* @__PURE__ */
|
|
6657
|
+
/* @__PURE__ */ h("span", { class: "process-pc-label--re" }, "*")
|
|
6662
6658
|
], -1)), Dg = { class: "process-pc-value" }, Sg = { class: "process-popup-textarea" }, Qg = {
|
|
6663
6659
|
key: 0,
|
|
6664
6660
|
class: "msg-btn"
|
|
6665
6661
|
};
|
|
6666
6662
|
function Mg(e, s, i, n, a, l) {
|
|
6667
6663
|
const m = V("TopDownSelect"), k = V("TopTips"), y = V("MsgList"), b = V("TopPopup"), I = V("attchViews");
|
|
6668
|
-
return u(),
|
|
6664
|
+
return u(), f("div", Eg, [
|
|
6669
6665
|
wg,
|
|
6670
|
-
|
|
6666
|
+
h("div", Bg, [
|
|
6671
6667
|
S(m, {
|
|
6672
6668
|
option: a.option,
|
|
6673
6669
|
onChange: l.handleChange,
|
|
@@ -6676,17 +6672,17 @@ function Mg(e, s, i, n, a, l) {
|
|
|
6676
6672
|
border: ""
|
|
6677
6673
|
}, null, 8, ["option", "onChange"])
|
|
6678
6674
|
]),
|
|
6679
|
-
i.param.isMsg ? (u(),
|
|
6680
|
-
|
|
6675
|
+
i.param.isMsg ? (u(), f("div", Tg, [
|
|
6676
|
+
h("div", {
|
|
6681
6677
|
class: "process-radio-item",
|
|
6682
6678
|
onClick: s[0] || (s[0] = (c) => l.handleOpenMsg()),
|
|
6683
6679
|
style: { color: "#1389ff", "font-size": "14px" }
|
|
6684
6680
|
}, " \u5E38\u7528\u610F\u89C1 ")
|
|
6685
6681
|
])) : v("", !0),
|
|
6686
6682
|
Ng,
|
|
6687
|
-
|
|
6688
|
-
|
|
6689
|
-
It(
|
|
6683
|
+
h("div", Dg, [
|
|
6684
|
+
h("div", Sg, [
|
|
6685
|
+
It(h("textarea", {
|
|
6690
6686
|
"onUpdate:modelValue": s[1] || (s[1] = (c) => a.commentMsg = c),
|
|
6691
6687
|
class: "textarea-item",
|
|
6692
6688
|
name: "description",
|
|
@@ -6698,8 +6694,8 @@ function Mg(e, s, i, n, a, l) {
|
|
|
6698
6694
|
[Ot, a.commentMsg]
|
|
6699
6695
|
])
|
|
6700
6696
|
]),
|
|
6701
|
-
i.param.isMsg ? (u(),
|
|
6702
|
-
|
|
6697
|
+
i.param.isMsg ? (u(), f("div", Qg, [
|
|
6698
|
+
h("span", {
|
|
6703
6699
|
class: "msg-btn-click",
|
|
6704
6700
|
onClick: s[2] || (s[2] = (c) => l.handleMakeMsg())
|
|
6705
6701
|
}, "\u8BBE\u7F6E\u4E3A\u5E38\u7528\u610F\u89C1")
|
|
@@ -6748,7 +6744,7 @@ function Mg(e, s, i, n, a, l) {
|
|
|
6748
6744
|
}, null, 8, ["limit", "requires", "request", "linkUrl", "onGetValue"])) : v("", !0)
|
|
6749
6745
|
]);
|
|
6750
6746
|
}
|
|
6751
|
-
const Vg = /* @__PURE__ */ z(vg, [["render", Mg], ["__scopeId", "data-v-
|
|
6747
|
+
const Vg = /* @__PURE__ */ z(vg, [["render", Mg], ["__scopeId", "data-v-02dc3f85"]]);
|
|
6752
6748
|
const Og = {
|
|
6753
6749
|
name: "ccTask",
|
|
6754
6750
|
props: {
|
|
@@ -6786,7 +6782,7 @@ const Og = {
|
|
|
6786
6782
|
visible: !1,
|
|
6787
6783
|
entity: {
|
|
6788
6784
|
source: "0",
|
|
6789
|
-
type: "0",
|
|
6785
|
+
type: this.param.isCheckType || "0",
|
|
6790
6786
|
request: this.param.request,
|
|
6791
6787
|
codeType: [3],
|
|
6792
6788
|
multiple: !0,
|
|
@@ -6801,7 +6797,7 @@ const Og = {
|
|
|
6801
6797
|
watch: {
|
|
6802
6798
|
param: {
|
|
6803
6799
|
handler(e, s) {
|
|
6804
|
-
this.nextNodeData = e.nextNodeData, this.taskNode = e.taskNode, this.outGatewayUserTaskModel = e.outGatewayUserTaskModel, this.actionName = e.actionName, e.nextNodeData.length ? this.nextNodeData[0].type == "userTask" || this.nextNodeData[0].type == "UserTaskModel" ? (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = []) : this.nextNodeData[0].type == "ExclusiveGatewayModel" || this.nextNodeData[0].type == "InclusiveGatewayModel" : e.outGatewayUserTaskModel.length && (e.outGatewayUserTaskModel[0].type == "userTask" ? (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = []) : e.outGatewayUserTaskModel[0].type == "ExclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "InclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "UserTaskModel" && (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.checkedArray = [], this.entity.source = "1"));
|
|
6800
|
+
this.nextNodeData = e.nextNodeData, this.taskNode = e.taskNode, this.outGatewayUserTaskModel = e.outGatewayUserTaskModel, this.actionName = e.actionName, e.nextNodeData.length ? this.nextNodeData[0].type == "userTask" || this.nextNodeData[0].type == "UserTaskModel" ? (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = [], this.entity.type = this.param.isCheckType || "0") : this.nextNodeData[0].type == "ExclusiveGatewayModel" || this.nextNodeData[0].type == "InclusiveGatewayModel" : e.outGatewayUserTaskModel.length && (e.outGatewayUserTaskModel[0].type == "userTask" ? (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = [], this.entity.type = this.param.isCheckType || "0") : e.outGatewayUserTaskModel[0].type == "ExclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "InclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "UserTaskModel" && (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.checkedArray = [], this.entity.source = "1", this.entity.type = this.param.isCheckType || "0"));
|
|
6805
6801
|
},
|
|
6806
6802
|
immediate: !0,
|
|
6807
6803
|
deep: !0
|
|
@@ -6874,9 +6870,9 @@ const Og = {
|
|
|
6874
6870
|
this.param.endFunction && this.param.endFunction("ccTask");
|
|
6875
6871
|
}
|
|
6876
6872
|
}
|
|
6877
|
-
}, ks = (e) => (pe("data-v-
|
|
6873
|
+
}, ks = (e) => (pe("data-v-45a2f581"), e = e(), ue(), e), Fg = { class: "process-popup-content" }, xg = /* @__PURE__ */ ks(() => /* @__PURE__ */ h("div", null, [
|
|
6878
6874
|
/* @__PURE__ */ J(" \u6284\u9001\u4EBA\u5458 "),
|
|
6879
|
-
/* @__PURE__ */
|
|
6875
|
+
/* @__PURE__ */ h("span", { class: "process-pc-label--re" }, "*")
|
|
6880
6876
|
], -1)), Ug = ["onClick"], Pg = { class: "process-pc-value--people" }, Jg = {
|
|
6881
6877
|
key: 0,
|
|
6882
6878
|
class: "process-pc-value--data"
|
|
@@ -6884,11 +6880,11 @@ const Og = {
|
|
|
6884
6880
|
key: 1,
|
|
6885
6881
|
class: "process-pc-value--data",
|
|
6886
6882
|
style: { color: "#888" }
|
|
6887
|
-
}, Gg = /* @__PURE__ */ ks(() => /* @__PURE__ */
|
|
6883
|
+
}, Gg = /* @__PURE__ */ ks(() => /* @__PURE__ */ h("span", null, " \u8BF7\u9009\u62E9\u6284\u9001\u4EBA\u5458 ", -1)), Rg = [
|
|
6888
6884
|
Gg
|
|
6889
|
-
], qg = /* @__PURE__ */ ks(() => /* @__PURE__ */
|
|
6885
|
+
], qg = /* @__PURE__ */ ks(() => /* @__PURE__ */ h("div", null, [
|
|
6890
6886
|
/* @__PURE__ */ J(" \u6284\u9001\u4EBA\u5458 "),
|
|
6891
|
-
/* @__PURE__ */
|
|
6887
|
+
/* @__PURE__ */ h("span", { class: "process-pc-label--re" }, "*")
|
|
6892
6888
|
], -1)), jg = ["onClick"], Kg = { class: "process-pc-value--people" }, Yg = {
|
|
6893
6889
|
key: 0,
|
|
6894
6890
|
class: "process-pc-value--data"
|
|
@@ -6896,38 +6892,38 @@ const Og = {
|
|
|
6896
6892
|
key: 1,
|
|
6897
6893
|
class: "process-pc-value--data",
|
|
6898
6894
|
style: { color: "#888" }
|
|
6899
|
-
}, Wg = /* @__PURE__ */ ks(() => /* @__PURE__ */
|
|
6895
|
+
}, Wg = /* @__PURE__ */ ks(() => /* @__PURE__ */ h("span", null, " \u8BF7\u9009\u62E9\u6284\u9001\u4EBA\u5458 ", -1)), Zg = [
|
|
6900
6896
|
Wg
|
|
6901
6897
|
];
|
|
6902
6898
|
function zg(e, s, i, n, a, l) {
|
|
6903
6899
|
const m = V("TopTips"), k = V("departPerson"), y = V("TopPopup"), b = V("attchViews");
|
|
6904
|
-
return u(),
|
|
6905
|
-
a.taskNode && a.taskNode.length > 0 && a.taskNode[0].taskState != 4 ? (u(),
|
|
6906
|
-
a.nextNodeData.length ? (u(!0),
|
|
6900
|
+
return u(), f("div", Fg, [
|
|
6901
|
+
a.taskNode && a.taskNode.length > 0 && a.taskNode[0].taskState != 4 ? (u(), f(D, { key: 0 }, [
|
|
6902
|
+
a.nextNodeData.length ? (u(!0), f(D, { key: 0 }, U(a.nextNodeData, (I) => (u(), f(D, null, [
|
|
6907
6903
|
xg,
|
|
6908
|
-
|
|
6904
|
+
h("div", {
|
|
6909
6905
|
class: "process-pc-value",
|
|
6910
6906
|
onClick: (c) => l.handleOpenPopup(I.id)
|
|
6911
6907
|
}, [
|
|
6912
|
-
|
|
6913
|
-
a.partNode[I.id] && a.partNode[I.id].length ? (u(),
|
|
6914
|
-
(u(!0),
|
|
6915
|
-
])) : (u(),
|
|
6908
|
+
h("div", Pg, [
|
|
6909
|
+
a.partNode[I.id] && a.partNode[I.id].length ? (u(), f("div", Jg, [
|
|
6910
|
+
(u(!0), f(D, null, U(a.partNode[I.id], (c, w) => (u(), f("span", null, T(w == 0 ? c : `,${c}`), 1))), 256))
|
|
6911
|
+
])) : (u(), f("div", Lg, Rg))
|
|
6916
6912
|
])
|
|
6917
6913
|
], 8, Ug)
|
|
6918
|
-
], 64))), 256)) : a.outGatewayUserTaskModel.length ? (u(!0),
|
|
6914
|
+
], 64))), 256)) : a.outGatewayUserTaskModel.length ? (u(!0), f(D, { key: 1 }, U(a.outGatewayUserTaskModel, (I) => (u(), f(D, null, [
|
|
6919
6915
|
qg,
|
|
6920
|
-
|
|
6916
|
+
h("div", {
|
|
6921
6917
|
class: "process-pc-value",
|
|
6922
6918
|
onClick: (c) => l.handleOpenPopup(I.id)
|
|
6923
6919
|
}, [
|
|
6924
|
-
|
|
6925
|
-
a.partNode[I.id] && a.partNode[I.id].length ? (u(),
|
|
6926
|
-
(u(!0),
|
|
6927
|
-
])) : (u(),
|
|
6920
|
+
h("div", Kg, [
|
|
6921
|
+
a.partNode[I.id] && a.partNode[I.id].length ? (u(), f("div", Yg, [
|
|
6922
|
+
(u(!0), f(D, null, U(a.partNode[I.id], (c, w) => (u(), f("span", null, T(w == 0 ? c : `\uFF1B${c}`), 1))), 256))
|
|
6923
|
+
])) : (u(), f("div", Hg, Zg))
|
|
6928
6924
|
])
|
|
6929
6925
|
], 8, jg)
|
|
6930
|
-
]))), 256)) : v("", !0)
|
|
6926
|
+
], 64))), 256)) : v("", !0)
|
|
6931
6927
|
], 64)) : v("", !0),
|
|
6932
6928
|
S(m, {
|
|
6933
6929
|
ref: "topTips",
|
|
@@ -6964,7 +6960,7 @@ function zg(e, s, i, n, a, l) {
|
|
|
6964
6960
|
}, null, 8, ["limit", "requires", "request", "linkUrl", "onGetValue"])) : v("", !0)
|
|
6965
6961
|
]);
|
|
6966
6962
|
}
|
|
6967
|
-
const Xg = /* @__PURE__ */ z(Og, [["render", zg], ["__scopeId", "data-v-
|
|
6963
|
+
const Xg = /* @__PURE__ */ z(Og, [["render", zg], ["__scopeId", "data-v-45a2f581"]]);
|
|
6968
6964
|
const _g = {
|
|
6969
6965
|
name: "restart",
|
|
6970
6966
|
props: {
|
|
@@ -7058,9 +7054,9 @@ const _g = {
|
|
|
7058
7054
|
this.param.endFunction && this.param.endFunction();
|
|
7059
7055
|
}
|
|
7060
7056
|
}
|
|
7061
|
-
}, ki = (e) => (pe("data-v-1bc995da"), e = e(), ue(), e), $g = { class: "process-popup-content" }, eA = { class: "process-pc-label" }, tA = /* @__PURE__ */ ki(() => /* @__PURE__ */
|
|
7057
|
+
}, ki = (e) => (pe("data-v-1bc995da"), e = e(), ue(), e), $g = { class: "process-popup-content" }, eA = { class: "process-pc-label" }, tA = /* @__PURE__ */ ki(() => /* @__PURE__ */ h("br", null, null, -1)), sA = /* @__PURE__ */ ki(() => /* @__PURE__ */ h("div", null, [
|
|
7062
7058
|
/* @__PURE__ */ J("\u5BA1\u6279\u4EBA"),
|
|
7063
|
-
/* @__PURE__ */
|
|
7059
|
+
/* @__PURE__ */ h("span", { class: "process-pc-label--re" }, "*")
|
|
7064
7060
|
], -1)), iA = { class: "process-pc-value--people" }, nA = {
|
|
7065
7061
|
key: 0,
|
|
7066
7062
|
class: "process-pc-value--data"
|
|
@@ -7068,28 +7064,28 @@ const _g = {
|
|
|
7068
7064
|
key: 1,
|
|
7069
7065
|
class: "process-pc-value--data",
|
|
7070
7066
|
style: { color: "#888" }
|
|
7071
|
-
}, aA = /* @__PURE__ */ ki(() => /* @__PURE__ */
|
|
7067
|
+
}, aA = /* @__PURE__ */ ki(() => /* @__PURE__ */ h("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), rA = [
|
|
7072
7068
|
aA
|
|
7073
7069
|
];
|
|
7074
7070
|
function lA(e, s, i, n, a, l) {
|
|
7075
7071
|
const m = V("TopTips"), k = V("departPerson"), y = V("TopPopup");
|
|
7076
|
-
return u(),
|
|
7077
|
-
|
|
7078
|
-
|
|
7079
|
-
|
|
7072
|
+
return u(), f("div", $g, [
|
|
7073
|
+
h("template", null, [
|
|
7074
|
+
h("div", eA, [
|
|
7075
|
+
h("div", null, [
|
|
7080
7076
|
J(T(a.getFirstProcessNode.name) + " ", 1),
|
|
7081
7077
|
tA,
|
|
7082
7078
|
sA
|
|
7083
7079
|
])
|
|
7084
7080
|
]),
|
|
7085
|
-
|
|
7081
|
+
h("div", {
|
|
7086
7082
|
class: "process-pc-value",
|
|
7087
7083
|
onClick: s[0] || (s[0] = (b) => l.handleOpenPopup(a.getFirstProcessNode.id))
|
|
7088
7084
|
}, [
|
|
7089
|
-
|
|
7090
|
-
a.partNode[a.getFirstProcessNode.id] && a.partNode[a.getFirstProcessNode.id].length ? (u(),
|
|
7091
|
-
(u(!0),
|
|
7092
|
-
])) : (u(),
|
|
7085
|
+
h("div", iA, [
|
|
7086
|
+
a.partNode[a.getFirstProcessNode.id] && a.partNode[a.getFirstProcessNode.id].length ? (u(), f("div", nA, [
|
|
7087
|
+
(u(!0), f(D, null, U(a.partNode[a.getFirstProcessNode.id], (b, I) => (u(), f("span", null, T(I == 0 ? b : `,${b}`), 1))), 256))
|
|
7088
|
+
])) : (u(), f("div", oA, rA))
|
|
7093
7089
|
])
|
|
7094
7090
|
])
|
|
7095
7091
|
]),
|
|
@@ -7179,6 +7175,10 @@ const cA = /* @__PURE__ */ z(_g, [["render", lA], ["__scopeId", "data-v-1bc995da
|
|
|
7179
7175
|
isMsg: {
|
|
7180
7176
|
type: Boolean,
|
|
7181
7177
|
default: !1
|
|
7178
|
+
},
|
|
7179
|
+
isCheckType: {
|
|
7180
|
+
type: String,
|
|
7181
|
+
default: "0"
|
|
7182
7182
|
}
|
|
7183
7183
|
},
|
|
7184
7184
|
data() {
|
|
@@ -7507,7 +7507,7 @@ const cA = /* @__PURE__ */ z(_g, [["render", lA], ["__scopeId", "data-v-1bc995da
|
|
|
7507
7507
|
let l;
|
|
7508
7508
|
this.getVars && (l = this.getVars()), await this.handleGetSimulation(l);
|
|
7509
7509
|
}
|
|
7510
|
-
i && (this.operationParam.request = i, this.annexlabel = n), this.titleText = s, this.operationCom = e, this.operationParam.visible = this.TopPopup1, this.operationParam.annex = n, 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.userInfo = this.user, this.operationParam.nextNodeData = this.nextNodeData, this.operationParam.outGatewayUserTaskModel = this.outGatewayUserTaskModel, this.operationParam.taskNode = this.taskNode, this.operationParam.appId = this.processStatus.appId, this.operationParam.endFunction = this.endFunction, this.operationParam.isDocument = this.isDocument, this.operationParam.isMsg = this.isMsg, this.operationParam.canCheck = this.canCheck, this.taskObj.commentModels.some(
|
|
7510
|
+
i && (this.operationParam.request = i, this.annexlabel = n), this.titleText = s, this.operationCom = e, this.operationParam.visible = this.TopPopup1, this.operationParam.annex = n, 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.userInfo = this.user, this.operationParam.nextNodeData = this.nextNodeData, this.operationParam.outGatewayUserTaskModel = this.outGatewayUserTaskModel, this.operationParam.taskNode = this.taskNode, this.operationParam.appId = this.processStatus.appId, this.operationParam.endFunction = this.endFunction, this.operationParam.isDocument = this.isDocument, this.operationParam.isMsg = this.isMsg, this.operationParam.canCheck = this.canCheck, this.operationParam.isCheckType = this.isCheckType, this.taskObj.commentModels.some(
|
|
7511
7511
|
(l) => this.operationParam.actionComplete = l != null && l.isDefault ? l.actionName : ""
|
|
7512
7512
|
), this.TopPopup1 = !0;
|
|
7513
7513
|
},
|
|
@@ -7598,10 +7598,10 @@ const Et = (e) => (pe("data-v-1955f9e4"), e = e(), ue(), e), pA = { class: "proc
|
|
|
7598
7598
|
class: "process-main",
|
|
7599
7599
|
id: "process-header",
|
|
7600
7600
|
ref: "processheader"
|
|
7601
|
-
}, hA = { class: "process-ml-item border" }, fA = /* @__PURE__ */ Et(() => /* @__PURE__ */
|
|
7601
|
+
}, hA = { class: "process-ml-item border" }, fA = /* @__PURE__ */ Et(() => /* @__PURE__ */ h("div", { class: "process-mli-name" }, "\u6D41\u7A0B\u72B6\u6001", -1)), mA = { class: "process-mli-value" }, gA = { class: "process-ml-item border" }, AA = /* @__PURE__ */ Et(() => /* @__PURE__ */ h("div", { class: "process-mli-name" }, "\u6D41\u7A0B\u53D1\u8D77\u65F6\u95F4", -1)), yA = { class: "process-mli-value" }, kA = {
|
|
7602
7602
|
key: 0,
|
|
7603
7603
|
class: "process-ml-item"
|
|
7604
|
-
}, CA = /* @__PURE__ */ Et(() => /* @__PURE__ */
|
|
7604
|
+
}, CA = /* @__PURE__ */ Et(() => /* @__PURE__ */ h("div", { class: "process-mli-name" }, "\u5BA1\u6279\u8282\u70B9", -1)), IA = {
|
|
7605
7605
|
class: "process-mli-value",
|
|
7606
7606
|
style: { width: "50%", "text-align": "right" }
|
|
7607
7607
|
}, bA = { class: "process-mliv-jd" }, vA = ["slot"], EA = {
|
|
@@ -7610,20 +7610,20 @@ const Et = (e) => (pe("data-v-1955f9e4"), e = e(), ue(), e), pA = { class: "proc
|
|
|
7610
7610
|
}, wA = ["slot"], BA = {
|
|
7611
7611
|
key: 0,
|
|
7612
7612
|
class: "footBtnRow"
|
|
7613
|
-
}, TA = ["onClick"], NA = /* @__PURE__ */ Et(() => /* @__PURE__ */
|
|
7613
|
+
}, TA = ["onClick"], NA = /* @__PURE__ */ Et(() => /* @__PURE__ */ h("div", { class: "circle" }, null, -1)), DA = /* @__PURE__ */ Et(() => /* @__PURE__ */ h("div", { class: "circle" }, null, -1)), SA = /* @__PURE__ */ Et(() => /* @__PURE__ */ h("div", { class: "circle" }, null, -1)), QA = [
|
|
7614
7614
|
NA,
|
|
7615
7615
|
DA,
|
|
7616
7616
|
SA
|
|
7617
7617
|
], MA = ["onClick"], VA = ["onClick"];
|
|
7618
7618
|
function OA(e, s, i, n, a, l) {
|
|
7619
7619
|
const m = V("TopTab"), k = V("TopPopup"), y = V("TopTips"), b = V("TopSumbitPopup");
|
|
7620
|
-
return u(),
|
|
7621
|
-
|
|
7622
|
-
e.formData.currentState || e.processStatus.bizStatusName || e.processStatus.status ? (u(),
|
|
7623
|
-
|
|
7620
|
+
return u(), f("div", null, [
|
|
7621
|
+
h("div", pA, [
|
|
7622
|
+
e.formData.currentState || e.processStatus.bizStatusName || e.processStatus.status ? (u(), f("div", uA, [
|
|
7623
|
+
h("div", hA, [
|
|
7624
7624
|
fA,
|
|
7625
|
-
|
|
7626
|
-
e.formData.currentState || e.processStatus.bizStatusName || e.processStatus.status ? (u(),
|
|
7625
|
+
h("div", mA, [
|
|
7626
|
+
e.formData.currentState || e.processStatus.bizStatusName || e.processStatus.status ? (u(), f("div", {
|
|
7627
7627
|
key: 0,
|
|
7628
7628
|
class: "process-mliv-dd",
|
|
7629
7629
|
style: W({
|
|
@@ -7634,20 +7634,20 @@ function OA(e, s, i, n, a, l) {
|
|
|
7634
7634
|
}, T(e.formData.currentState || e.processStatus.bizStatusName || e.processStatus.status), 5)) : v("", !0)
|
|
7635
7635
|
])
|
|
7636
7636
|
]),
|
|
7637
|
-
|
|
7637
|
+
h("div", gA, [
|
|
7638
7638
|
AA,
|
|
7639
|
-
|
|
7640
|
-
|
|
7639
|
+
h("div", yA, [
|
|
7640
|
+
h("span", null, T(e.processStatus.createTime), 1)
|
|
7641
7641
|
])
|
|
7642
7642
|
]),
|
|
7643
|
-
e.processStatus.allUserNames && e.processStatus.allUserNames.length ? (u(),
|
|
7643
|
+
e.processStatus.allUserNames && e.processStatus.allUserNames.length ? (u(), f("div", kA, [
|
|
7644
7644
|
CA,
|
|
7645
|
-
|
|
7646
|
-
|
|
7645
|
+
h("div", IA, [
|
|
7646
|
+
h("span", bA, T(`${e.processStatus.taskState == 4 ? e.processStatus.currUserName : e.processStatus.allUserNames.toString()}\u5BA1\u6279\u4E2D`), 1)
|
|
7647
7647
|
])
|
|
7648
7648
|
])) : v("", !0)
|
|
7649
7649
|
], 512)) : v("", !0),
|
|
7650
|
-
|
|
7650
|
+
h("div", {
|
|
7651
7651
|
class: "process-card",
|
|
7652
7652
|
style: W({ height: e.processCardHeight })
|
|
7653
7653
|
}, [
|
|
@@ -7660,16 +7660,16 @@ function OA(e, s, i, n, a, l) {
|
|
|
7660
7660
|
trackList: e.trackList
|
|
7661
7661
|
}, {
|
|
7662
7662
|
default: Z(() => [
|
|
7663
|
-
e.selfTapList && e.selfTapList.length ? (u(!0),
|
|
7663
|
+
e.selfTapList && e.selfTapList.length ? (u(!0), f(D, { key: 0 }, U(e.selfTapList, (I, c) => (u(), f("div", {
|
|
7664
7664
|
key: c,
|
|
7665
7665
|
slot: I.slot
|
|
7666
7666
|
}, [
|
|
7667
7667
|
qe(e.$slots, I.slot, {}, void 0, !0)
|
|
7668
|
-
], 8, vA))), 128)) : (u(),
|
|
7669
|
-
|
|
7668
|
+
], 8, vA))), 128)) : (u(), f(D, { key: 1 }, [
|
|
7669
|
+
h("div", EA, [
|
|
7670
7670
|
qe(e.$slots, "default", {}, void 0, !0)
|
|
7671
7671
|
]),
|
|
7672
|
-
(u(!0),
|
|
7672
|
+
(u(!0), f(D, null, U(e.tapList, (I, c) => (u(), f("div", {
|
|
7673
7673
|
style: {},
|
|
7674
7674
|
key: c,
|
|
7675
7675
|
slot: I.slot
|
|
@@ -7681,22 +7681,22 @@ function OA(e, s, i, n, a, l) {
|
|
|
7681
7681
|
_: 3
|
|
7682
7682
|
}, 8, ["tapList", "selfTapList", "processIntId", "track", "taskComment", "trackList"])
|
|
7683
7683
|
], 4),
|
|
7684
|
-
e.isView ? v("", !0) : (u(),
|
|
7684
|
+
e.isView ? v("", !0) : (u(), f("div", {
|
|
7685
7685
|
key: 1,
|
|
7686
7686
|
class: "process-btn",
|
|
7687
7687
|
id: "process-footer",
|
|
7688
7688
|
style: W({ bottom: e.processBtn })
|
|
7689
7689
|
}, [
|
|
7690
|
-
e.isAdditional ? (u(),
|
|
7690
|
+
e.isAdditional ? (u(), f("div", BA, [
|
|
7691
7691
|
qe(e.$slots, "btn", { data: e.processStatus }, void 0, !0)
|
|
7692
|
-
])) : (u(),
|
|
7693
|
-
e.isDocument && (e.formData.currentState == "\u7F16\u6587\u53F7\u5957\u7EA2" || e.formData.currentState == "\u76D6\u7AE0") ? (u(),
|
|
7692
|
+
])) : (u(), f(D, { key: 1 }, [
|
|
7693
|
+
e.isDocument && (e.formData.currentState == "\u7F16\u6587\u53F7\u5957\u7EA2" || e.formData.currentState == "\u76D6\u7AE0") ? (u(), f("div", {
|
|
7694
7694
|
key: 0,
|
|
7695
7695
|
class: "top-button",
|
|
7696
7696
|
style: W(e.getBtnStyle("default"))
|
|
7697
|
-
}, " \u8BF7\u53BBPC\u7AEF\u5904\u7406\u8BE5\u6D41\u7A0B ", 4)) : (u(),
|
|
7698
|
-
e.formData.currentState != "\u5DF2\u5B8C\u6210" || e.processStatus.status != "\u5DF2\u5B8C\u6210" || e.processStatus.bizStatusName != "\u5DF2\u5B8C\u6210" ? (u(!0),
|
|
7699
|
-
c < 3 ? (u(),
|
|
7697
|
+
}, " \u8BF7\u53BBPC\u7AEF\u5904\u7406\u8BE5\u6D41\u7A0B ", 4)) : (u(), f(D, { key: 1 }, [
|
|
7698
|
+
e.formData.currentState != "\u5DF2\u5B8C\u6210" || e.processStatus.status != "\u5DF2\u5B8C\u6210" || e.processStatus.bizStatusName != "\u5DF2\u5B8C\u6210" ? (u(!0), f(D, { key: 0 }, U(e.operBtn, (I, c) => (u(), f(D, null, [
|
|
7699
|
+
c < 3 ? (u(), f("div", {
|
|
7700
7700
|
class: "top-button",
|
|
7701
7701
|
style: W(
|
|
7702
7702
|
e.getBtnStyle(
|
|
@@ -7707,7 +7707,7 @@ function OA(e, s, i, n, a, l) {
|
|
|
7707
7707
|
onClick: (w) => I.click(I.name)
|
|
7708
7708
|
}, T(I.name), 13, TA)) : v("", !0)
|
|
7709
7709
|
], 64))), 256)) : v("", !0),
|
|
7710
|
-
e.operBtn.length > 3 && e.actionBtn && e.actionBtn.length ? (u(),
|
|
7710
|
+
e.operBtn.length > 3 && e.actionBtn && e.actionBtn.length ? (u(), f("div", {
|
|
7711
7711
|
key: 1,
|
|
7712
7712
|
class: "elips",
|
|
7713
7713
|
onClick: s[0] || (s[0] = (...I) => e.handleActionOpen && e.handleActionOpen(...I))
|
|
@@ -7747,28 +7747,28 @@ function OA(e, s, i, n, a, l) {
|
|
|
7747
7747
|
statusTips: e.statusTips,
|
|
7748
7748
|
type: e.typeTips
|
|
7749
7749
|
}, null, 8, ["text", "statusTips", "type"]),
|
|
7750
|
-
e.actionBtn && e.actionBtn.length || e.taskNodeList && e.taskNodeList.length ? (u(),
|
|
7750
|
+
e.actionBtn && e.actionBtn.length || e.taskNodeList && e.taskNodeList.length ? (u(), f("div", {
|
|
7751
7751
|
key: 0,
|
|
7752
7752
|
class: "top-elips",
|
|
7753
7753
|
style: W(
|
|
7754
7754
|
e.actionShow ? "transform: translateY(0)" : "transform: translateY(100%)"
|
|
7755
7755
|
)
|
|
7756
7756
|
}, [
|
|
7757
|
-
e.taskNodeShow ? (u(!0),
|
|
7757
|
+
e.taskNodeShow ? (u(!0), f(D, { key: 0 }, U(e.taskNodeList, (I) => (u(), f("div", {
|
|
7758
7758
|
class: "top-elips-items",
|
|
7759
7759
|
onClick: (c) => e.handleGet(I),
|
|
7760
7760
|
key: I.taskId
|
|
7761
|
-
}, T(I.name), 9, MA))), 128)) : (u(!0),
|
|
7761
|
+
}, T(I.name), 9, MA))), 128)) : (u(!0), f(D, { key: 1 }, U(e.actionBtn, (I) => (u(), f("div", {
|
|
7762
7762
|
class: "top-elips-items",
|
|
7763
7763
|
onClick: (c) => I.click(I.name),
|
|
7764
7764
|
key: I.name
|
|
7765
7765
|
}, T(I.name), 9, VA))), 128)),
|
|
7766
|
-
|
|
7766
|
+
h("div", {
|
|
7767
7767
|
class: "top-elips-items top-elips-items--cancel",
|
|
7768
7768
|
onClick: s[2] || (s[2] = (...I) => e.handleActionClose && e.handleActionClose(...I))
|
|
7769
7769
|
}, " \u53D6\u6D88 ")
|
|
7770
7770
|
], 4)) : v("", !0),
|
|
7771
|
-
|
|
7771
|
+
h("div", {
|
|
7772
7772
|
class: "top-elips-mask",
|
|
7773
7773
|
onClick: s[3] || (s[3] = (...I) => e.handleActionClose && e.handleActionClose(...I)),
|
|
7774
7774
|
style: W(
|