ui-process-h5 1.0.28 → 1.0.30
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 +275 -319
- package/v2/ui-process-h5.umd.cjs +11 -11
- package/v2.7/style.css +1 -1
- package/v2.7/ui-process-h5.js +5276 -5320
- package/v2.7/ui-process-h5.umd.cjs +17 -17
- package/v3/style.css +1 -1
- package/v3/ui-process-h5.js +231 -271
- package/v3/ui-process-h5.umd.cjs +13 -13
package/v3/ui-process-h5.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { openBlock as h, createElementBlock as f, normalizeStyle as _, createElementVNode as p, toDisplayString as w, renderSlot as nt, normalizeClass as it, createCommentVNode as E, pushScopeId as be, popScopeId as ke, Fragment as
|
|
1
|
+
import { openBlock as h, createElementBlock as f, normalizeStyle as _, createElementVNode as p, toDisplayString as w, renderSlot as nt, normalizeClass as it, createCommentVNode as E, pushScopeId as be, popScopeId as ke, Fragment as I, renderList as F, resolveComponent as S, createVNode as x, withCtx as fe, withDirectives as ls, vShow as Xl, createTextVNode as J, vModelText as Qs, mergeProps as Mt, createBlock as Lt, resolveDynamicComponent as $l } from "vue";
|
|
2
2
|
function ec(e, t) {
|
|
3
3
|
const s = /* @__PURE__ */ Object.create(null), n = e.split(",");
|
|
4
4
|
for (let i = 0; i < n.length; i++)
|
|
@@ -1579,14 +1579,14 @@ const Na = /* @__PURE__ */ te(nd, [["render", ld]]), cd = Me({
|
|
|
1579
1579
|
watch: {
|
|
1580
1580
|
images: {
|
|
1581
1581
|
handler(e, t) {
|
|
1582
|
-
this.imagesList = e
|
|
1582
|
+
this.imagesList = e;
|
|
1583
1583
|
},
|
|
1584
1584
|
immediate: !0,
|
|
1585
1585
|
deep: !0
|
|
1586
1586
|
},
|
|
1587
1587
|
visible: {
|
|
1588
1588
|
handler(e, t) {
|
|
1589
|
-
this.show = e
|
|
1589
|
+
this.show = e;
|
|
1590
1590
|
},
|
|
1591
1591
|
immediate: !0
|
|
1592
1592
|
},
|
|
@@ -1646,7 +1646,7 @@ function Ad(e, t, s, n, i, o) {
|
|
|
1646
1646
|
onTouchmove: t[2] || (t[2] = (...r) => e.touchmoveView && e.touchmoveView(...r)),
|
|
1647
1647
|
onTouchend: t[3] || (t[3] = (...r) => e.touchendView && e.touchendView(...r))
|
|
1648
1648
|
}, [
|
|
1649
|
-
(h(!0), f(
|
|
1649
|
+
(h(!0), f(I, null, F(e.imagesList, (r, a) => (h(), f("img", {
|
|
1650
1650
|
class: "img-view",
|
|
1651
1651
|
key: a,
|
|
1652
1652
|
src: r,
|
|
@@ -1740,7 +1740,7 @@ const Zi = /* @__PURE__ */ te(cd, [["render", Ad], ["__scopeId", "data-v-16d08b9
|
|
|
1740
1740
|
) ? (this.visibleImg = !0, this.indexd = this.lists.indexOf(e.url)) : (this.fileUrl = e.url, this.visible = !0);
|
|
1741
1741
|
},
|
|
1742
1742
|
loadFile(e) {
|
|
1743
|
-
|
|
1743
|
+
e.url && (navigator.userAgent.match(/(iPhone|iPod|iPad);?/i) && (window.open("CnSellersApp://"), window.setTimeout(function() {
|
|
1744
1744
|
window.location.href = e.url;
|
|
1745
1745
|
}, 2e3)), navigator.userAgent.match(/android/i) && (window.open("sellingworldapp://"), window.setTimeout(function() {
|
|
1746
1746
|
window.location.href = e.url;
|
|
@@ -1765,7 +1765,7 @@ function Md(e, t, s, n, i, o) {
|
|
|
1765
1765
|
const r = S("PreView"), a = S("TopPopup"), l = S("PreviewImage");
|
|
1766
1766
|
return h(), f("div", vd, [
|
|
1767
1767
|
e.listData.length > 0 ? (h(), f("div", yd, [
|
|
1768
|
-
(h(!0), f(
|
|
1768
|
+
(h(!0), f(I, null, F(e.listData, (u, c) => (h(), f("div", {
|
|
1769
1769
|
key: u.id,
|
|
1770
1770
|
class: "list-items"
|
|
1771
1771
|
}, [
|
|
@@ -1930,7 +1930,7 @@ const Ld = /* @__PURE__ */ te(gd, [["render", Md], ["__scopeId", "data-v-e027ecf
|
|
|
1930
1930
|
handler(e, t) {
|
|
1931
1931
|
this.selfTapList.length || (this.isTapList = [].concat(this.defaultTabList), e.length > 0 && e.forEach((s, n) => {
|
|
1932
1932
|
s.sort && s.sort > 1 ? this.isTapList.splice(s.sort - 1, 0, s) : s.sort == 1 ? this.isTapList.unshift(s) : this.isTapList.push(s);
|
|
1933
|
-
}), this.active = this.isTapList[0].key
|
|
1933
|
+
}), this.active = this.isTapList[0].key);
|
|
1934
1934
|
},
|
|
1935
1935
|
immediate: !0,
|
|
1936
1936
|
deep: !0
|
|
@@ -2009,14 +2009,14 @@ function bp(e, t, s, n, i, o) {
|
|
|
2009
2009
|
const r = S("ViewAttchList"), a = S("TopPopup");
|
|
2010
2010
|
return h(), f("div", Gd, [
|
|
2011
2011
|
p("div", Rd, [
|
|
2012
|
-
(h(!0), f(
|
|
2012
|
+
(h(!0), f(I, null, F(e.isTapList, (l, u) => (h(), f("div", {
|
|
2013
2013
|
class: it(["tops-tab-header-items", [l.key === e.active ? "active" : ""]]),
|
|
2014
2014
|
onClick: (c) => e.handleActive(l.key, u)
|
|
2015
2015
|
}, w(l.label), 11, qd))), 256)),
|
|
2016
2016
|
e.isTapList.length ? (h(), f("div", Kd)) : E("", !0)
|
|
2017
2017
|
]),
|
|
2018
2018
|
p("div", Hd, [
|
|
2019
|
-
(h(!0), f(
|
|
2019
|
+
(h(!0), f(I, null, F(e.isTapList, (l) => ls((h(), f("div", {
|
|
2020
2020
|
key: l.key,
|
|
2021
2021
|
style: { height: "100%" },
|
|
2022
2022
|
class: it([l.key === "c" && "tops-tab-body-taskcommentlist"])
|
|
@@ -2041,7 +2041,7 @@ function bp(e, t, s, n, i, o) {
|
|
|
2041
2041
|
}, null, 8, Wd)) : (h(), f("div", Zd, " \u6682\u65E0\u6D41\u7A0B\u56FE "))
|
|
2042
2042
|
], 8, Yd)) : E("", !0),
|
|
2043
2043
|
l.key === "c" && l.type === "default" ? (h(), f("div", zd, [
|
|
2044
|
-
e.taskCommentList.length > 0 ? (h(!0), f(
|
|
2044
|
+
e.taskCommentList.length > 0 ? (h(!0), f(I, { key: 0 }, F(e.taskCommentList, (u, c) => (h(), f("div", {
|
|
2045
2045
|
key: u.id,
|
|
2046
2046
|
class: "seal-list__item"
|
|
2047
2047
|
}, [
|
|
@@ -2102,7 +2102,7 @@ function bp(e, t, s, n, i, o) {
|
|
|
2102
2102
|
width: "60vw"
|
|
2103
2103
|
}, {
|
|
2104
2104
|
default: fe(() => [
|
|
2105
|
-
e.trackListss && e.trackListss.length ? (h(!0), f(
|
|
2105
|
+
e.trackListss && e.trackListss.length ? (h(!0), f(I, { key: 0 }, F(e.trackListss, (l, u) => (h(), f("div", {
|
|
2106
2106
|
key: l.id,
|
|
2107
2107
|
class: "seal-list__item"
|
|
2108
2108
|
}, [
|
|
@@ -2378,7 +2378,7 @@ const Le = /* @__PURE__ */ te(wp, [["render", Jp], ["__scopeId", "data-v-089fd09
|
|
|
2378
2378
|
},
|
|
2379
2379
|
methods: {
|
|
2380
2380
|
handleClick() {
|
|
2381
|
-
if (
|
|
2381
|
+
if (this.haveCount <= 0) {
|
|
2382
2382
|
this.handleTips(
|
|
2383
2383
|
`\u6700\u591A\u4E0A\u4F20${props.limit}\u4E2A\u6587\u4EF6`,
|
|
2384
2384
|
!1,
|
|
@@ -2388,7 +2388,7 @@ const Le = /* @__PURE__ */ te(wp, [["render", Jp], ["__scopeId", "data-v-089fd09
|
|
|
2388
2388
|
}
|
|
2389
2389
|
},
|
|
2390
2390
|
async handleSelect(e, t) {
|
|
2391
|
-
this.handleTips("\u4E0A\u4F20\u4E2D", !0, "loading")
|
|
2391
|
+
this.handleTips("\u4E0A\u4F20\u4E2D", !0, "loading");
|
|
2392
2392
|
const s = Array.from(e.target.files);
|
|
2393
2393
|
let n = 0, i = this.haveCount > s.length ? s.length : this.haveCount;
|
|
2394
2394
|
try {
|
|
@@ -2439,7 +2439,7 @@ const Le = /* @__PURE__ */ te(wp, [["render", Jp], ["__scopeId", "data-v-089fd09
|
|
|
2439
2439
|
);
|
|
2440
2440
|
return;
|
|
2441
2441
|
}
|
|
2442
|
-
this.handleTips("\u4E0A\u4F20\u6210\u529F", !0, "success"), this.viewImage(),
|
|
2442
|
+
this.handleTips("\u4E0A\u4F20\u6210\u529F", !0, "success"), this.viewImage(), this.emitView();
|
|
2443
2443
|
} catch {
|
|
2444
2444
|
this.handleTips("\u4E0A\u4F20\u5931\u8D25", !0, "error"), this.emitView();
|
|
2445
2445
|
}
|
|
@@ -2455,7 +2455,7 @@ const Le = /* @__PURE__ */ te(wp, [["render", Jp], ["__scopeId", "data-v-089fd09
|
|
|
2455
2455
|
this.filesArr.splice(e, 1), this.emitView();
|
|
2456
2456
|
},
|
|
2457
2457
|
viewFile(e, t) {
|
|
2458
|
-
|
|
2458
|
+
this.imgIcon.includes(
|
|
2459
2459
|
e.name.substring(e.name.lastIndexOf(".") + 1)
|
|
2460
2460
|
) ? (this.visible = !0, this.indexd = this.lists.indexOf(e.url)) : e.url && (this.visibleS = !0, this.fileUrl = e.url);
|
|
2461
2461
|
},
|
|
@@ -2473,10 +2473,10 @@ const Le = /* @__PURE__ */ te(wp, [["render", Jp], ["__scopeId", "data-v-089fd09
|
|
|
2473
2473
|
});
|
|
2474
2474
|
},
|
|
2475
2475
|
emitView() {
|
|
2476
|
-
|
|
2476
|
+
this.$emit("getValue", this.filesArr);
|
|
2477
2477
|
},
|
|
2478
2478
|
clearData() {
|
|
2479
|
-
this.filesArr = []
|
|
2479
|
+
this.filesArr = [];
|
|
2480
2480
|
},
|
|
2481
2481
|
handleTips(e, t, s) {
|
|
2482
2482
|
this.textTips = e, this.statusTips = t, this.typeTips = s, this.$refs.topTips.handleOpen();
|
|
@@ -2520,7 +2520,7 @@ function dh(e, t, s, n, i, o) {
|
|
|
2520
2520
|
]),
|
|
2521
2521
|
p("div", Wp, [
|
|
2522
2522
|
e.filesArr.length > 0 ? (h(), f("div", Zp, [
|
|
2523
|
-
(h(!0), f(
|
|
2523
|
+
(h(!0), f(I, null, F(e.filesArr, (c, d) => (h(), f("div", {
|
|
2524
2524
|
class: "list-items",
|
|
2525
2525
|
key: c.uuid
|
|
2526
2526
|
}, [
|
|
@@ -2879,14 +2879,14 @@ typeof Set < "u" && Dt(Set) ? Ns = Set : Ns = /* @__PURE__ */ function() {
|
|
|
2879
2879
|
this.set = /* @__PURE__ */ Object.create(null);
|
|
2880
2880
|
}, e;
|
|
2881
2881
|
}();
|
|
2882
|
-
var
|
|
2882
|
+
var k = X, _i = X, jn = X, bt = X;
|
|
2883
2883
|
if (process.env.NODE_ENV !== "production") {
|
|
2884
2884
|
var Ro = typeof console < "u", Nh = /(?:^|[-_])(\w)/g, Bh = function(e) {
|
|
2885
2885
|
return e.replace(Nh, function(t) {
|
|
2886
2886
|
return t.toUpperCase();
|
|
2887
2887
|
}).replace(/[-_]/g, "");
|
|
2888
2888
|
};
|
|
2889
|
-
|
|
2889
|
+
k = function(e, t) {
|
|
2890
2890
|
var s = t ? jn(t) : "";
|
|
2891
2891
|
G.warnHandler ? G.warnHandler.call(null, e, t, s) : Ro && !G.silent && console.error("[Vue warn]: " + e + s);
|
|
2892
2892
|
}, _i = function(e, t) {
|
|
@@ -3067,23 +3067,23 @@ function De(e, t, s, n, i) {
|
|
|
3067
3067
|
}
|
|
3068
3068
|
}
|
|
3069
3069
|
function $i(e, t, s) {
|
|
3070
|
-
if (process.env.NODE_ENV !== "production" && (T(e) || ht(e)) &&
|
|
3070
|
+
if (process.env.NODE_ENV !== "production" && (T(e) || ht(e)) && k("Cannot set reactive property on undefined, null, or primitive value: " + e), Array.isArray(e) && Ja(t))
|
|
3071
3071
|
return e.length = Math.max(e.length, t), e.splice(t, 1, s), s;
|
|
3072
3072
|
if (t in e && !(t in Object.prototype))
|
|
3073
3073
|
return e[t] = s, s;
|
|
3074
3074
|
var n = e.__ob__;
|
|
3075
|
-
return e._isVue || n && n.vmCount ? (process.env.NODE_ENV !== "production" &&
|
|
3075
|
+
return e._isVue || n && n.vmCount ? (process.env.NODE_ENV !== "production" && k(
|
|
3076
3076
|
"Avoid adding reactive properties to a Vue instance or its root $data at runtime - declare it upfront in the data option."
|
|
3077
3077
|
), s) : n ? (De(n.value, t, s), n.dep.notify(), s) : (e[t] = s, s);
|
|
3078
3078
|
}
|
|
3079
3079
|
function za(e, t) {
|
|
3080
|
-
if (process.env.NODE_ENV !== "production" && (T(e) || ht(e)) &&
|
|
3080
|
+
if (process.env.NODE_ENV !== "production" && (T(e) || ht(e)) && k("Cannot delete reactive property on undefined, null, or primitive value: " + e), Array.isArray(e) && Ja(t)) {
|
|
3081
3081
|
e.splice(t, 1);
|
|
3082
3082
|
return;
|
|
3083
3083
|
}
|
|
3084
3084
|
var s = e.__ob__;
|
|
3085
3085
|
if (e._isVue || s && s.vmCount) {
|
|
3086
|
-
process.env.NODE_ENV !== "production" &&
|
|
3086
|
+
process.env.NODE_ENV !== "production" && k(
|
|
3087
3087
|
"Avoid deleting properties on a Vue instance or its root $data - just set it to null."
|
|
3088
3088
|
);
|
|
3089
3089
|
return;
|
|
@@ -3096,7 +3096,7 @@ function _a(e) {
|
|
|
3096
3096
|
}
|
|
3097
3097
|
var we = G.optionMergeStrategies;
|
|
3098
3098
|
process.env.NODE_ENV !== "production" && (we.el = we.propsData = function(e, t, s, n) {
|
|
3099
|
-
return s ||
|
|
3099
|
+
return s || k(
|
|
3100
3100
|
'option "' + n + '" can only be used during instance creation with the `new` keyword.'
|
|
3101
3101
|
), Xa(e, t);
|
|
3102
3102
|
});
|
|
@@ -3119,7 +3119,7 @@ function fi(e, t, s) {
|
|
|
3119
3119
|
} : t : e;
|
|
3120
3120
|
}
|
|
3121
3121
|
we.data = function(e, t, s) {
|
|
3122
|
-
return s ? fi(e, t, s) : t && typeof t != "function" ? (process.env.NODE_ENV !== "production" &&
|
|
3122
|
+
return s ? fi(e, t, s) : t && typeof t != "function" ? (process.env.NODE_ENV !== "production" && k(
|
|
3123
3123
|
'The "data" option should be a function that returns a per-instance value in component definitions.',
|
|
3124
3124
|
s
|
|
3125
3125
|
), e) : fi(e, t);
|
|
@@ -3171,9 +3171,9 @@ function Jh(e) {
|
|
|
3171
3171
|
eo(t);
|
|
3172
3172
|
}
|
|
3173
3173
|
function eo(e) {
|
|
3174
|
-
new RegExp("^[a-zA-Z][\\-\\.0-9_" + qa.source + "]*$").test(e) ||
|
|
3174
|
+
new RegExp("^[a-zA-Z][\\-\\.0-9_" + qa.source + "]*$").test(e) || k(
|
|
3175
3175
|
'Invalid component name: "' + e + '". Component names should conform to valid custom element name in html5 specification.'
|
|
3176
|
-
), (fh(e) || G.isReservedTag(e)) &&
|
|
3176
|
+
), (fh(e) || G.isReservedTag(e)) && k(
|
|
3177
3177
|
"Do not use built-in or reserved HTML elements as component id: " + e
|
|
3178
3178
|
);
|
|
3179
3179
|
}
|
|
@@ -3183,12 +3183,12 @@ function Ph(e, t) {
|
|
|
3183
3183
|
var n = {}, i, o, r;
|
|
3184
3184
|
if (Array.isArray(s))
|
|
3185
3185
|
for (i = s.length; i--; )
|
|
3186
|
-
o = s[i], typeof o == "string" ? (r = Ft(o), n[r] = { type: null }) : process.env.NODE_ENV !== "production" &&
|
|
3186
|
+
o = s[i], typeof o == "string" ? (r = Ft(o), n[r] = { type: null }) : process.env.NODE_ENV !== "production" && k("props must be strings when using array syntax.");
|
|
3187
3187
|
else if (ce(s))
|
|
3188
3188
|
for (var a in s)
|
|
3189
3189
|
o = s[a], r = Ft(a), n[r] = ce(o) ? o : { type: o };
|
|
3190
3190
|
else
|
|
3191
|
-
process.env.NODE_ENV !== "production" &&
|
|
3191
|
+
process.env.NODE_ENV !== "production" && k(
|
|
3192
3192
|
'Invalid value for option "props": expected an Array or an Object, but got ' + On(s) + ".",
|
|
3193
3193
|
t
|
|
3194
3194
|
);
|
|
@@ -3208,7 +3208,7 @@ function Mh(e, t) {
|
|
|
3208
3208
|
n[o] = ce(r) ? q({ from: o }, r) : { from: r };
|
|
3209
3209
|
}
|
|
3210
3210
|
else
|
|
3211
|
-
process.env.NODE_ENV !== "production" &&
|
|
3211
|
+
process.env.NODE_ENV !== "production" && k(
|
|
3212
3212
|
'Invalid value for option "inject": expected an Array or an Object, but got ' + On(s) + ".",
|
|
3213
3213
|
t
|
|
3214
3214
|
);
|
|
@@ -3223,7 +3223,7 @@ function Lh(e) {
|
|
|
3223
3223
|
}
|
|
3224
3224
|
}
|
|
3225
3225
|
function to(e, t, s) {
|
|
3226
|
-
ce(t) ||
|
|
3226
|
+
ce(t) || k(
|
|
3227
3227
|
'Invalid value for option "' + e + '": expected an Object, but got ' + On(t) + ".",
|
|
3228
3228
|
s
|
|
3229
3229
|
);
|
|
@@ -3255,7 +3255,7 @@ function so(e, t, s, n) {
|
|
|
3255
3255
|
if ($(i, r))
|
|
3256
3256
|
return i[r];
|
|
3257
3257
|
var a = i[s] || i[o] || i[r];
|
|
3258
|
-
return process.env.NODE_ENV !== "production" && n && !a &&
|
|
3258
|
+
return process.env.NODE_ENV !== "production" && n && !a && k(
|
|
3259
3259
|
"Failed to resolve " + t.slice(0, -1) + ": " + s,
|
|
3260
3260
|
e
|
|
3261
3261
|
), a;
|
|
@@ -3281,7 +3281,7 @@ function no(e, t, s, n) {
|
|
|
3281
3281
|
function jh(e, t, s) {
|
|
3282
3282
|
if ($(t, "default")) {
|
|
3283
3283
|
var n = t.default;
|
|
3284
|
-
return process.env.NODE_ENV !== "production" && ee(n) &&
|
|
3284
|
+
return process.env.NODE_ENV !== "production" && ee(n) && k(
|
|
3285
3285
|
'Invalid default value for prop "' + s + '": Props with type Object/Array must use a factory function to return the default value.',
|
|
3286
3286
|
e
|
|
3287
3287
|
), e && e.$options.propsData && e.$options.propsData[s] === void 0 && e._props[s] !== void 0 ? e._props[s] : typeof n == "function" && yn(t.type) !== "Function" ? n.call(e) : n;
|
|
@@ -3289,7 +3289,7 @@ function jh(e, t, s) {
|
|
|
3289
3289
|
}
|
|
3290
3290
|
function Gh(e, t, s, n, i) {
|
|
3291
3291
|
if (e.required && i) {
|
|
3292
|
-
|
|
3292
|
+
k(
|
|
3293
3293
|
'Missing required prop: "' + t + '"',
|
|
3294
3294
|
n
|
|
3295
3295
|
);
|
|
@@ -3308,14 +3308,14 @@ function Gh(e, t, s, n, i) {
|
|
|
3308
3308
|
return v;
|
|
3309
3309
|
});
|
|
3310
3310
|
if (!r && c) {
|
|
3311
|
-
|
|
3311
|
+
k(
|
|
3312
3312
|
Hh(t, s, a),
|
|
3313
3313
|
n
|
|
3314
3314
|
);
|
|
3315
3315
|
return;
|
|
3316
3316
|
}
|
|
3317
3317
|
var d = e.validator;
|
|
3318
|
-
d && (d(s) ||
|
|
3318
|
+
d && (d(s) || k(
|
|
3319
3319
|
'Invalid prop: custom validator check failed for prop "' + t + '".',
|
|
3320
3320
|
n
|
|
3321
3321
|
));
|
|
@@ -3335,7 +3335,7 @@ function qh(e, t, s) {
|
|
|
3335
3335
|
try {
|
|
3336
3336
|
n = e instanceof t;
|
|
3337
3337
|
} catch {
|
|
3338
|
-
|
|
3338
|
+
k('Invalid prop type: "' + String(t) + '" is not a constructor', s), n = !1;
|
|
3339
3339
|
}
|
|
3340
3340
|
return {
|
|
3341
3341
|
valid: n,
|
|
@@ -3420,7 +3420,7 @@ function Yo(e, t, s) {
|
|
|
3420
3420
|
Wo(e, t, s);
|
|
3421
3421
|
}
|
|
3422
3422
|
function Wo(e, t, s) {
|
|
3423
|
-
if (process.env.NODE_ENV !== "production" &&
|
|
3423
|
+
if (process.env.NODE_ENV !== "production" && k("Error in " + s + ': "' + e.toString() + '"', t), (Ae || zi) && typeof console < "u")
|
|
3424
3424
|
console.error(e);
|
|
3425
3425
|
else
|
|
3426
3426
|
throw e;
|
|
@@ -3473,12 +3473,12 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
3473
3473
|
var _h = Ce(
|
|
3474
3474
|
"Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,require"
|
|
3475
3475
|
), zo = function(e, t) {
|
|
3476
|
-
|
|
3476
|
+
k(
|
|
3477
3477
|
'Property or method "' + t + '" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.',
|
|
3478
3478
|
e
|
|
3479
3479
|
);
|
|
3480
3480
|
}, _o = function(e, t) {
|
|
3481
|
-
|
|
3481
|
+
k(
|
|
3482
3482
|
'Property "' + t + '" must be accessed with "$data.' + t + '" because properties starting with "$" or "_" are not proxied in the Vue instance to prevent conflicts with Vue internals. See: https://vuejs.org/v2/api/#data',
|
|
3483
3483
|
e
|
|
3484
3484
|
);
|
|
@@ -3487,7 +3487,7 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
3487
3487
|
var Xh = Ce("stop,prevent,self,ctrl,shift,alt,meta,exact");
|
|
3488
3488
|
G.keyCodes = new Proxy(G.keyCodes, {
|
|
3489
3489
|
set: function(e, t, s) {
|
|
3490
|
-
return Xh(t) ? (
|
|
3490
|
+
return Xh(t) ? (k("Avoid overwriting built-in modifier in config.keyCodes: ." + t), !1) : (e[t] = s, !0);
|
|
3491
3491
|
}
|
|
3492
3492
|
});
|
|
3493
3493
|
}
|
|
@@ -3566,7 +3566,7 @@ function yi(e, t) {
|
|
|
3566
3566
|
function el(e, t, s, n, i, o) {
|
|
3567
3567
|
var r, a, l, u;
|
|
3568
3568
|
for (r in e)
|
|
3569
|
-
a = e[r], l = t[r], u = er(r), T(a) ? process.env.NODE_ENV !== "production" &&
|
|
3569
|
+
a = e[r], l = t[r], u = er(r), T(a) ? process.env.NODE_ENV !== "production" && k(
|
|
3570
3570
|
'Invalid handler for event "' + u.name + '": got ' + String(a),
|
|
3571
3571
|
o
|
|
3572
3572
|
) : T(l) ? (T(a.fns) && (a = e[r] = yi(a, o)), Z(u.once) && (a = e[r] = i(u.name, a, u.capture)), s(u.name, a, u.capture, u.passive, u.params)) : a !== l && (l.fns = a, e[r] = l);
|
|
@@ -3634,7 +3634,7 @@ function of(e) {
|
|
|
3634
3634
|
var t = sl(e.$options.inject, e);
|
|
3635
3635
|
t && (ut(!1), Object.keys(t).forEach(function(s) {
|
|
3636
3636
|
process.env.NODE_ENV !== "production" ? De(e, s, t[s], function() {
|
|
3637
|
-
|
|
3637
|
+
k(
|
|
3638
3638
|
'Avoid mutating an injected value directly since the changes will be overwritten whenever the provided component re-renders. injection being mutated: "' + s + '"',
|
|
3639
3639
|
e
|
|
3640
3640
|
);
|
|
@@ -3658,7 +3658,7 @@ function sl(e, t) {
|
|
|
3658
3658
|
var l = e[o].default;
|
|
3659
3659
|
s[o] = typeof l == "function" ? l.call(t) : l;
|
|
3660
3660
|
} else
|
|
3661
|
-
process.env.NODE_ENV !== "production" &&
|
|
3661
|
+
process.env.NODE_ENV !== "production" && k('Injection "' + o + '" not found', t);
|
|
3662
3662
|
}
|
|
3663
3663
|
}
|
|
3664
3664
|
return s;
|
|
@@ -3740,7 +3740,7 @@ function cf(e, t) {
|
|
|
3740
3740
|
}
|
|
3741
3741
|
function uf(e, t, s, n) {
|
|
3742
3742
|
var i = this.$scopedSlots[e], o;
|
|
3743
|
-
i ? (s = s || {}, n && (process.env.NODE_ENV !== "production" && !ee(n) &&
|
|
3743
|
+
i ? (s = s || {}, n && (process.env.NODE_ENV !== "production" && !ee(n) && k("slot v-bind without argument expects an Object", this), s = q(q({}, n), s)), o = i(s) || (typeof t == "function" ? t() : t)) : o = this.$slots[e] || (typeof t == "function" ? t() : t);
|
|
3744
3744
|
var r = s && s.slot;
|
|
3745
3745
|
return r ? this.$createElement("template", { slot: r }, o) : o;
|
|
3746
3746
|
}
|
|
@@ -3757,7 +3757,7 @@ function pf(e, t, s, n, i) {
|
|
|
3757
3757
|
function hf(e, t, s, n, i) {
|
|
3758
3758
|
if (s)
|
|
3759
3759
|
if (!ee(s))
|
|
3760
|
-
process.env.NODE_ENV !== "production" &&
|
|
3760
|
+
process.env.NODE_ENV !== "production" && k(
|
|
3761
3761
|
"v-bind without argument expects an Object or Array value",
|
|
3762
3762
|
this
|
|
3763
3763
|
);
|
|
@@ -3807,7 +3807,7 @@ function nr(e, t, s) {
|
|
|
3807
3807
|
function Af(e, t) {
|
|
3808
3808
|
if (t)
|
|
3809
3809
|
if (!ce(t))
|
|
3810
|
-
process.env.NODE_ENV !== "production" &&
|
|
3810
|
+
process.env.NODE_ENV !== "production" && k(
|
|
3811
3811
|
"v-on without argument expects an Object value",
|
|
3812
3812
|
this
|
|
3813
3813
|
);
|
|
@@ -3831,7 +3831,7 @@ function il(e, t, s, n) {
|
|
|
3831
3831
|
function gf(e, t) {
|
|
3832
3832
|
for (var s = 0; s < t.length; s += 2) {
|
|
3833
3833
|
var n = t[s];
|
|
3834
|
-
typeof n == "string" && n ? e[t[s]] = t[s + 1] : process.env.NODE_ENV !== "production" && n !== "" && n !== null &&
|
|
3834
|
+
typeof n == "string" && n ? e[t[s]] = t[s + 1] : process.env.NODE_ENV !== "production" && n !== "" && n !== null && k(
|
|
3835
3835
|
"Invalid value for dynamic directive argument (expected string or null): " + n,
|
|
3836
3836
|
this
|
|
3837
3837
|
);
|
|
@@ -3932,7 +3932,7 @@ function ar(e, t, s, n, i) {
|
|
|
3932
3932
|
if (!T(e)) {
|
|
3933
3933
|
var o = s.$options._base;
|
|
3934
3934
|
if (ee(e) && (e = o.extend(e)), typeof e != "function") {
|
|
3935
|
-
process.env.NODE_ENV !== "production" &&
|
|
3935
|
+
process.env.NODE_ENV !== "production" && k("Invalid Component definition: " + String(e), s);
|
|
3936
3936
|
return;
|
|
3937
3937
|
}
|
|
3938
3938
|
var r;
|
|
@@ -3999,21 +3999,21 @@ function kn(e, t, s, n, i, o) {
|
|
|
3999
3999
|
}
|
|
4000
4000
|
function wf(e, t, s, n, i) {
|
|
4001
4001
|
if (g(s) && g(s.__ob__))
|
|
4002
|
-
return process.env.NODE_ENV !== "production" &&
|
|
4002
|
+
return process.env.NODE_ENV !== "production" && k(
|
|
4003
4003
|
"Avoid using observed data object as vnode data: " + JSON.stringify(s) + `
|
|
4004
4004
|
Always create fresh vnode data objects in each render!`,
|
|
4005
4005
|
e
|
|
4006
4006
|
), St();
|
|
4007
4007
|
if (g(s) && g(s.is) && (t = s.is), !t)
|
|
4008
4008
|
return St();
|
|
4009
|
-
process.env.NODE_ENV !== "production" && g(s) && g(s.key) && !ht(s.key) &&
|
|
4009
|
+
process.env.NODE_ENV !== "production" && g(s) && g(s.key) && !ht(s.key) && k(
|
|
4010
4010
|
"Avoid using non-primitive value as key, use string/number value instead.",
|
|
4011
4011
|
e
|
|
4012
4012
|
), Array.isArray(n) && typeof n[0] == "function" && (s = s || {}, s.scopedSlots = { default: n[0] }, n.length = 0), i === rl ? n = oo(n) : i === Ef && (n = sf(n));
|
|
4013
4013
|
var o, r;
|
|
4014
4014
|
if (typeof t == "string") {
|
|
4015
4015
|
var a;
|
|
4016
|
-
r = e.$vnode && e.$vnode.ns || G.getTagNamespace(t), G.isReservedTag(t) ? (process.env.NODE_ENV !== "production" && g(s) && g(s.nativeOn) && s.tag !== "component" &&
|
|
4016
|
+
r = e.$vnode && e.$vnode.ns || G.getTagNamespace(t), G.isReservedTag(t) ? (process.env.NODE_ENV !== "production" && g(s) && g(s.nativeOn) && s.tag !== "component" && k(
|
|
4017
4017
|
"The .native modifier for v-on is only valid on components but it was used on <" + t + ">.",
|
|
4018
4018
|
e
|
|
4019
4019
|
), o = new me(
|
|
@@ -4055,9 +4055,9 @@ function Bf(e) {
|
|
|
4055
4055
|
};
|
|
4056
4056
|
var i = s && s.data;
|
|
4057
4057
|
process.env.NODE_ENV !== "production" ? (De(e, "$attrs", i && i.attrs || Ee, function() {
|
|
4058
|
-
!Ds &&
|
|
4058
|
+
!Ds && k("$attrs is readonly.", e);
|
|
4059
4059
|
}, !0), De(e, "$listeners", t._parentListeners || Ee, function() {
|
|
4060
|
-
!Ds &&
|
|
4060
|
+
!Ds && k("$listeners is readonly.", e);
|
|
4061
4061
|
}, !0)) : (De(e, "$attrs", i && i.attrs || Ee, null, !0), De(e, "$listeners", t._parentListeners || Ee, null, !0));
|
|
4062
4062
|
}
|
|
4063
4063
|
var Ci = null;
|
|
@@ -4086,7 +4086,7 @@ function Tf(e) {
|
|
|
4086
4086
|
} finally {
|
|
4087
4087
|
Ci = null;
|
|
4088
4088
|
}
|
|
4089
|
-
return Array.isArray(o) && o.length === 1 && (o = o[0]), o instanceof me || (process.env.NODE_ENV !== "production" && Array.isArray(o) &&
|
|
4089
|
+
return Array.isArray(o) && o.length === 1 && (o = o[0]), o instanceof me || (process.env.NODE_ENV !== "production" && Array.isArray(o) && k(
|
|
4090
4090
|
"Multiple root nodes returned from render function. Render function should return a single root node.",
|
|
4091
4091
|
t
|
|
4092
4092
|
), o = St()), o.parent = i, o;
|
|
@@ -4119,7 +4119,7 @@ function Sf(e, t) {
|
|
|
4119
4119
|
}, l = mn(function(d) {
|
|
4120
4120
|
e.resolved = Rn(d, t), i ? n.length = 0 : a(!0);
|
|
4121
4121
|
}), u = mn(function(d) {
|
|
4122
|
-
process.env.NODE_ENV !== "production" &&
|
|
4122
|
+
process.env.NODE_ENV !== "production" && k(
|
|
4123
4123
|
"Failed to resolve async component: " + String(e) + (d ? `
|
|
4124
4124
|
Reason: ` + d : "")
|
|
4125
4125
|
), g(e.errorComp) && (e.error = !0, a(!0));
|
|
@@ -4252,10 +4252,10 @@ function Jf(e) {
|
|
|
4252
4252
|
};
|
|
4253
4253
|
}
|
|
4254
4254
|
function Pf(e, t, s) {
|
|
4255
|
-
e.$el = t, e.$options.render || (e.$options.render = St, process.env.NODE_ENV !== "production" && (e.$options.template && e.$options.template.charAt(0) !== "#" || e.$options.el || t ?
|
|
4255
|
+
e.$el = t, e.$options.render || (e.$options.render = St, process.env.NODE_ENV !== "production" && (e.$options.template && e.$options.template.charAt(0) !== "#" || e.$options.el || t ? k(
|
|
4256
4256
|
"You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.",
|
|
4257
4257
|
e
|
|
4258
|
-
) :
|
|
4258
|
+
) : k(
|
|
4259
4259
|
"Failed to mount component: template or render function not defined.",
|
|
4260
4260
|
e
|
|
4261
4261
|
))), Se(e, "beforeMount");
|
|
@@ -4341,7 +4341,7 @@ function lr() {
|
|
|
4341
4341
|
return i.id - o.id;
|
|
4342
4342
|
}), Xt = 0; Xt < He.length; Xt++)
|
|
4343
4343
|
if (e = He[Xt], e.before && e.before(), t = e.id, Ss[t] = null, e.run(), process.env.NODE_ENV !== "production" && Ss[t] != null && (rn[t] = (rn[t] || 0) + 1, rn[t] > Lf)) {
|
|
4344
|
-
|
|
4344
|
+
k(
|
|
4345
4345
|
"You may have an infinite update loop " + (e.user ? 'in watcher with expression "' + e.expression + '"' : "in a component render function."),
|
|
4346
4346
|
e.vm
|
|
4347
4347
|
);
|
|
@@ -4383,7 +4383,7 @@ function Kf(e) {
|
|
|
4383
4383
|
}
|
|
4384
4384
|
}
|
|
4385
4385
|
var Hf = 0, xe = function(e, t, s, n, i) {
|
|
4386
|
-
this.vm = e, i && (e._watcher = this), e._watchers.push(this), n ? (this.deep = !!n.deep, this.user = !!n.user, this.lazy = !!n.lazy, this.sync = !!n.sync, this.before = n.before) : this.deep = this.user = this.lazy = this.sync = !1, this.cb = s, this.id = ++Hf, this.active = !0, this.dirty = this.lazy, this.deps = [], this.newDeps = [], this.depIds = new Ns(), this.newDepIds = new Ns(), this.expression = process.env.NODE_ENV !== "production" ? t.toString() : "", typeof t == "function" ? this.getter = t : (this.getter = kh(t), this.getter || (this.getter = X, process.env.NODE_ENV !== "production" &&
|
|
4386
|
+
this.vm = e, i && (e._watcher = this), e._watchers.push(this), n ? (this.deep = !!n.deep, this.user = !!n.user, this.lazy = !!n.lazy, this.sync = !!n.sync, this.before = n.before) : this.deep = this.user = this.lazy = this.sync = !1, this.cb = s, this.id = ++Hf, this.active = !0, this.dirty = this.lazy, this.deps = [], this.newDeps = [], this.depIds = new Ns(), this.newDepIds = new Ns(), this.expression = process.env.NODE_ENV !== "production" ? t.toString() : "", typeof t == "function" ? this.getter = t : (this.getter = kh(t), this.getter || (this.getter = X, process.env.NODE_ENV !== "production" && k(
|
|
4387
4387
|
'Failed watching path: "' + t + '" Watcher only accepts simple dot-delimited paths. For full control, use a function instead.',
|
|
4388
4388
|
e
|
|
4389
4389
|
))), this.value = this.lazy ? void 0 : this.get();
|
|
@@ -4472,11 +4472,11 @@ function Wf(e, t) {
|
|
|
4472
4472
|
var u = no(l, t, s, e);
|
|
4473
4473
|
if (process.env.NODE_ENV !== "production") {
|
|
4474
4474
|
var c = Rt(l);
|
|
4475
|
-
(Pa(c) || G.isReservedAttr(c)) &&
|
|
4475
|
+
(Pa(c) || G.isReservedAttr(c)) && k(
|
|
4476
4476
|
'"' + c + '" is a reserved attribute and cannot be used as component prop.',
|
|
4477
4477
|
e
|
|
4478
4478
|
), De(n, l, u, function() {
|
|
4479
|
-
!o && !Ds &&
|
|
4479
|
+
!o && !Ds && k(
|
|
4480
4480
|
`Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: "` + l + '"',
|
|
4481
4481
|
e
|
|
4482
4482
|
);
|
|
@@ -4491,17 +4491,17 @@ function Wf(e, t) {
|
|
|
4491
4491
|
}
|
|
4492
4492
|
function Zf(e) {
|
|
4493
4493
|
var t = e.$options.data;
|
|
4494
|
-
t = e._data = typeof t == "function" ? zf(t, e) : t || {}, ce(t) || (t = {}, process.env.NODE_ENV !== "production" &&
|
|
4494
|
+
t = e._data = typeof t == "function" ? zf(t, e) : t || {}, ce(t) || (t = {}, process.env.NODE_ENV !== "production" && k(
|
|
4495
4495
|
`data functions should return an object:
|
|
4496
4496
|
https://vuejs.org/v2/guide/components.html#data-Must-Be-a-Function`,
|
|
4497
4497
|
e
|
|
4498
4498
|
));
|
|
4499
4499
|
for (var s = Object.keys(t), n = e.$options.props, i = e.$options.methods, o = s.length; o--; ) {
|
|
4500
4500
|
var r = s[o];
|
|
4501
|
-
process.env.NODE_ENV !== "production" && i && $(i, r) &&
|
|
4501
|
+
process.env.NODE_ENV !== "production" && i && $(i, r) && k(
|
|
4502
4502
|
'Method "' + r + '" has already been defined as a data property.',
|
|
4503
4503
|
e
|
|
4504
|
-
), n && $(n, r) ? process.env.NODE_ENV !== "production" &&
|
|
4504
|
+
), n && $(n, r) ? process.env.NODE_ENV !== "production" && k(
|
|
4505
4505
|
'The data property "' + r + '" is already declared as a prop. Use prop default value instead.',
|
|
4506
4506
|
e
|
|
4507
4507
|
) : Ka(r) || ho(e, "_data", r);
|
|
@@ -4523,7 +4523,7 @@ function Xf(e, t) {
|
|
|
4523
4523
|
var s = e._computedWatchers = /* @__PURE__ */ Object.create(null), n = xn();
|
|
4524
4524
|
for (var i in t) {
|
|
4525
4525
|
var o = t[i], r = typeof o == "function" ? o : o.get;
|
|
4526
|
-
process.env.NODE_ENV !== "production" && r == null &&
|
|
4526
|
+
process.env.NODE_ENV !== "production" && r == null && k(
|
|
4527
4527
|
'Getter is missing for computed property "' + i + '".',
|
|
4528
4528
|
e
|
|
4529
4529
|
), n || (s[i] = new xe(
|
|
@@ -4531,13 +4531,13 @@ function Xf(e, t) {
|
|
|
4531
4531
|
r || X,
|
|
4532
4532
|
X,
|
|
4533
4533
|
_f
|
|
4534
|
-
)), i in e ? process.env.NODE_ENV !== "production" && (i in e.$data ?
|
|
4534
|
+
)), i in e ? process.env.NODE_ENV !== "production" && (i in e.$data ? k('The computed property "' + i + '" is already defined in data.', e) : e.$options.props && i in e.$options.props ? k('The computed property "' + i + '" is already defined as a prop.', e) : e.$options.methods && i in e.$options.methods && k('The computed property "' + i + '" is already defined as a method.', e)) : fl(e, i, o);
|
|
4535
4535
|
}
|
|
4536
4536
|
}
|
|
4537
4537
|
function fl(e, t, s) {
|
|
4538
4538
|
var n = !xn();
|
|
4539
4539
|
typeof s == "function" ? (Fe.get = n ? cr(t) : ur(s), Fe.set = X) : (Fe.get = s.get ? n && s.cache !== !1 ? cr(t) : ur(s.get) : X, Fe.set = s.set || X), process.env.NODE_ENV !== "production" && Fe.set === X && (Fe.set = function() {
|
|
4540
|
-
|
|
4540
|
+
k(
|
|
4541
4541
|
'Computed property "' + t + '" was assigned to but it has no setter.',
|
|
4542
4542
|
this
|
|
4543
4543
|
);
|
|
@@ -4558,13 +4558,13 @@ function ur(e) {
|
|
|
4558
4558
|
function $f(e, t) {
|
|
4559
4559
|
var s = e.$options.props;
|
|
4560
4560
|
for (var n in t)
|
|
4561
|
-
process.env.NODE_ENV !== "production" && (typeof t[n] != "function" &&
|
|
4561
|
+
process.env.NODE_ENV !== "production" && (typeof t[n] != "function" && k(
|
|
4562
4562
|
'Method "' + n + '" has type "' + typeof t[n] + '" in the component definition. Did you reference the function correctly?',
|
|
4563
4563
|
e
|
|
4564
|
-
), s && $(s, n) &&
|
|
4564
|
+
), s && $(s, n) && k(
|
|
4565
4565
|
'Method "' + n + '" has already been defined as a prop.',
|
|
4566
4566
|
e
|
|
4567
|
-
), n in e && Ka(n) &&
|
|
4567
|
+
), n in e && Ka(n) && k(
|
|
4568
4568
|
'Method "' + n + '" conflicts with an existing Vue instance method. Avoid defining component methods that start with _ or $.'
|
|
4569
4569
|
)), e[n] = typeof t[n] != "function" ? X : Ch(t[n], e);
|
|
4570
4570
|
}
|
|
@@ -4590,12 +4590,12 @@ function tm(e) {
|
|
|
4590
4590
|
s.get = function() {
|
|
4591
4591
|
return this._props;
|
|
4592
4592
|
}, process.env.NODE_ENV !== "production" && (t.set = function() {
|
|
4593
|
-
|
|
4593
|
+
k(
|
|
4594
4594
|
"Avoid replacing instance root $data. Use nested data properties instead.",
|
|
4595
4595
|
this
|
|
4596
4596
|
);
|
|
4597
4597
|
}, s.set = function() {
|
|
4598
|
-
|
|
4598
|
+
k("$props is readonly.", this);
|
|
4599
4599
|
}), Object.defineProperty(e.prototype, "$data", t), Object.defineProperty(e.prototype, "$props", s), e.prototype.$set = $i, e.prototype.$delete = za, e.prototype.$watch = function(n, i, o) {
|
|
4600
4600
|
var r = this;
|
|
4601
4601
|
if (ce(i))
|
|
@@ -4649,7 +4649,7 @@ function om(e) {
|
|
|
4649
4649
|
return t;
|
|
4650
4650
|
}
|
|
4651
4651
|
function H(e) {
|
|
4652
|
-
process.env.NODE_ENV !== "production" && !(this instanceof H) &&
|
|
4652
|
+
process.env.NODE_ENV !== "production" && !(this instanceof H) && k("Vue is a constructor and should be called with the `new` keyword"), this._init(e);
|
|
4653
4653
|
}
|
|
4654
4654
|
nm(H);
|
|
4655
4655
|
tm(H);
|
|
@@ -4790,11 +4790,11 @@ function fm(e) {
|
|
|
4790
4790
|
t.get = function() {
|
|
4791
4791
|
return G;
|
|
4792
4792
|
}, process.env.NODE_ENV !== "production" && (t.set = function() {
|
|
4793
|
-
|
|
4793
|
+
k(
|
|
4794
4794
|
"Do not replace the Vue.config object, set individual fields instead."
|
|
4795
4795
|
);
|
|
4796
4796
|
}), Object.defineProperty(e, "config", t), e.util = {
|
|
4797
|
-
warn:
|
|
4797
|
+
warn: k,
|
|
4798
4798
|
extend: q,
|
|
4799
4799
|
mergeOptions: Pt,
|
|
4800
4800
|
defineReactive: De
|
|
@@ -4895,7 +4895,7 @@ var Ni = Ce("text,number,password,search,email,tel,url");
|
|
|
4895
4895
|
function Dm(e) {
|
|
4896
4896
|
if (typeof e == "string") {
|
|
4897
4897
|
var t = document.querySelector(e);
|
|
4898
|
-
return t || (process.env.NODE_ENV !== "production" &&
|
|
4898
|
+
return t || (process.env.NODE_ENV !== "production" && k(
|
|
4899
4899
|
"Cannot find element: " + e
|
|
4900
4900
|
), document.createElement("div"));
|
|
4901
4901
|
} else
|
|
@@ -5011,11 +5011,11 @@ function Hm(e) {
|
|
|
5011
5011
|
var c = 0;
|
|
5012
5012
|
function d(m, A, y, N, B, U, P) {
|
|
5013
5013
|
if (g(m.elm) && g(U) && (m = U[P] = pi(m)), m.isRootInsert = !B, !v(m, A, y, N)) {
|
|
5014
|
-
var O = m.data, R = m.children,
|
|
5015
|
-
g(
|
|
5016
|
-
"Unknown custom element: <" +
|
|
5014
|
+
var O = m.data, R = m.children, V = m.tag;
|
|
5015
|
+
g(V) ? (process.env.NODE_ENV !== "production" && (O && O.pre && c++, u(m, c) && k(
|
|
5016
|
+
"Unknown custom element: <" + V + '> - did you register the component correctly? For recursive components, make sure to provide the "name" option.',
|
|
5017
5017
|
m.context
|
|
5018
|
-
)), m.elm = m.ns ? o.createElementNS(m.ns,
|
|
5018
|
+
)), m.elm = m.ns ? o.createElementNS(m.ns, V) : o.createElement(V, m), j(m), ie(m, R, A), g(O) && ue(m, A), D(y, m.elm, N), process.env.NODE_ENV !== "production" && O && O.pre && c--) : Z(m.isComment) ? (m.elm = o.createComment(m.text), D(y, m.elm, N)) : (m.elm = o.createTextNode(m.text), D(y, m.elm, N));
|
|
5019
5019
|
}
|
|
5020
5020
|
}
|
|
5021
5021
|
function v(m, A, y, N) {
|
|
@@ -5098,15 +5098,15 @@ function Hm(e) {
|
|
|
5098
5098
|
l(m.elm);
|
|
5099
5099
|
}
|
|
5100
5100
|
function hs(m, A, y, N, B) {
|
|
5101
|
-
var U = 0, P = 0, O = A.length - 1, R = A[0],
|
|
5101
|
+
var U = 0, P = 0, O = A.length - 1, R = A[0], V = A[O], K = y.length - 1, W = y[0], Ie = y[K], gt, $e, Ps, wo, Jn = !B;
|
|
5102
5102
|
for (process.env.NODE_ENV !== "production" && Ht(y); U <= O && P <= K; )
|
|
5103
|
-
T(R) ? R = A[++U] : T(
|
|
5103
|
+
T(R) ? R = A[++U] : T(V) ? V = A[--O] : vt(R, W) ? (Re(R, W, N, y, P), R = A[++U], W = y[++P]) : vt(V, Ie) ? (Re(V, Ie, N, y, K), V = A[--O], Ie = y[--K]) : vt(R, Ie) ? (Re(R, Ie, N, y, K), Jn && o.insertBefore(m, R.elm, o.nextSibling(V.elm)), R = A[++U], Ie = y[--K]) : vt(V, W) ? (Re(V, W, N, y, P), Jn && o.insertBefore(m, V.elm, R.elm), V = A[--O], W = y[++P]) : (T(gt) && (gt = Km(A, U, O)), $e = g(W.key) ? gt[W.key] : Us(W, A, U, O), T($e) ? d(W, N, m, R.elm, !1, y, P) : (Ps = A[$e], vt(Ps, W) ? (Re(Ps, W, N, y, P), A[$e] = void 0, Jn && o.insertBefore(m, Ps.elm, R.elm)) : d(W, N, m, R.elm, !1, y, P)), W = y[++P]);
|
|
5104
5104
|
U > O ? (wo = T(y[K + 1]) ? null : y[K + 1].elm, ze(m, wo, y, P, K, N)) : P > K && Ge(A, U, O);
|
|
5105
5105
|
}
|
|
5106
5106
|
function Ht(m) {
|
|
5107
5107
|
for (var A = {}, y = 0; y < m.length; y++) {
|
|
5108
5108
|
var N = m[y], B = N.key;
|
|
5109
|
-
g(B) && (A[B] ?
|
|
5109
|
+
g(B) && (A[B] ? k(
|
|
5110
5110
|
"Duplicate keys detected: '" + B + "'. This may cause an update error.",
|
|
5111
5111
|
N.context
|
|
5112
5112
|
) : A[B] = !0);
|
|
@@ -5133,13 +5133,13 @@ function Hm(e) {
|
|
|
5133
5133
|
}
|
|
5134
5134
|
var O, R = A.data;
|
|
5135
5135
|
g(R) && g(O = R.hook) && g(O = O.prepatch) && O(m, A);
|
|
5136
|
-
var
|
|
5136
|
+
var V = m.children, K = A.children;
|
|
5137
5137
|
if (g(R) && L(A)) {
|
|
5138
5138
|
for (O = 0; O < n.update.length; ++O)
|
|
5139
5139
|
n.update[O](m, A);
|
|
5140
5140
|
g(O = R.hook) && g(O = O.update) && O(m, A);
|
|
5141
5141
|
}
|
|
5142
|
-
T(A.text) ? g(
|
|
5142
|
+
T(A.text) ? g(V) && g(K) ? V !== K && hs(P, V, K, y, U) : g(K) ? (process.env.NODE_ENV !== "production" && Ht(K), g(m.text) && o.setTextContent(P, ""), ze(P, null, K, 0, K.length - 1, y)) : g(V) ? Ge(V, 0, V.length - 1) : g(m.text) && o.setTextContent(P, "") : m.text !== A.text && o.setTextContent(P, A.text), g(R) && g(O = R.hook) && g(O = O.postpatch) && O(m, A);
|
|
5143
5143
|
}
|
|
5144
5144
|
}
|
|
5145
5145
|
function _e(m, A, y) {
|
|
@@ -5166,14 +5166,14 @@ function Hm(e) {
|
|
|
5166
5166
|
if (B !== m.innerHTML)
|
|
5167
5167
|
return process.env.NODE_ENV !== "production" && typeof console < "u" && !At && (At = !0, console.warn("Parent: ", m), console.warn("server innerHTML: ", B), console.warn("client innerHTML: ", m.innerHTML)), !1;
|
|
5168
5168
|
} else {
|
|
5169
|
-
for (var R = !0,
|
|
5170
|
-
if (!
|
|
5169
|
+
for (var R = !0, V = m.firstChild, K = 0; K < O.length; K++) {
|
|
5170
|
+
if (!V || !Xe(V, O[K], y, N)) {
|
|
5171
5171
|
R = !1;
|
|
5172
5172
|
break;
|
|
5173
5173
|
}
|
|
5174
|
-
|
|
5174
|
+
V = V.nextSibling;
|
|
5175
5175
|
}
|
|
5176
|
-
if (!R ||
|
|
5176
|
+
if (!R || V)
|
|
5177
5177
|
return process.env.NODE_ENV !== "production" && typeof console < "u" && !At && (At = !0, console.warn("Parent: ", m), console.warn("Mismatching childNodes vs. VNodes: ", m.childNodes, O)), !1;
|
|
5178
5178
|
}
|
|
5179
5179
|
if (g(P)) {
|
|
@@ -5209,7 +5209,7 @@ function Hm(e) {
|
|
|
5209
5209
|
if (m.nodeType === 1 && m.hasAttribute(Lo) && (m.removeAttribute(Lo), y = !0), Z(y)) {
|
|
5210
5210
|
if (Xe(m, A, U))
|
|
5211
5211
|
return _e(A, U, !0), m;
|
|
5212
|
-
process.env.NODE_ENV !== "production" &&
|
|
5212
|
+
process.env.NODE_ENV !== "production" && k(
|
|
5213
5213
|
"The client-side rendered virtual DOM tree is not matching server-rendered content. This is likely caused by incorrect HTML markup, for example nesting block-level elements inside <p>, or missing <tbody>. Bailing hydration and performing full client-side render."
|
|
5214
5214
|
);
|
|
5215
5215
|
}
|
|
@@ -5222,19 +5222,19 @@ function Hm(e) {
|
|
|
5222
5222
|
O._leaveCb ? null : R,
|
|
5223
5223
|
o.nextSibling(O)
|
|
5224
5224
|
), g(A.parent))
|
|
5225
|
-
for (var
|
|
5225
|
+
for (var V = A.parent, K = L(A); V; ) {
|
|
5226
5226
|
for (var W = 0; W < n.destroy.length; ++W)
|
|
5227
|
-
n.destroy[W](
|
|
5228
|
-
if (
|
|
5227
|
+
n.destroy[W](V);
|
|
5228
|
+
if (V.elm = A.elm, K) {
|
|
5229
5229
|
for (var Ie = 0; Ie < n.create.length; ++Ie)
|
|
5230
|
-
n.create[Ie](kt,
|
|
5231
|
-
var gt =
|
|
5230
|
+
n.create[Ie](kt, V);
|
|
5231
|
+
var gt = V.data.hook.insert;
|
|
5232
5232
|
if (gt.merged)
|
|
5233
5233
|
for (var $e = 1; $e < gt.fns.length; $e++)
|
|
5234
5234
|
gt.fns[$e]();
|
|
5235
5235
|
} else
|
|
5236
|
-
$t(
|
|
5237
|
-
|
|
5236
|
+
$t(V);
|
|
5237
|
+
V = V.parent;
|
|
5238
5238
|
}
|
|
5239
5239
|
g(R) ? Ge([m], 0, 0) : g(m.tag) && je(m);
|
|
5240
5240
|
}
|
|
@@ -5645,10 +5645,10 @@ function Dl(e, t) {
|
|
|
5645
5645
|
}
|
|
5646
5646
|
}
|
|
5647
5647
|
function Sl(e, t, s) {
|
|
5648
|
-
typeof e != "number" ?
|
|
5648
|
+
typeof e != "number" ? k(
|
|
5649
5649
|
"<transition> explicit " + t + " duration is not a valid number - got " + JSON.stringify(e) + ".",
|
|
5650
5650
|
s.context
|
|
5651
|
-
) : isNaN(e) &&
|
|
5651
|
+
) : isNaN(e) && k(
|
|
5652
5652
|
"<transition> explicit " + t + " duration is NaN - the duration expression might be incorrect.",
|
|
5653
5653
|
s.context
|
|
5654
5654
|
);
|
|
@@ -5714,7 +5714,7 @@ function Or(e, t, s) {
|
|
|
5714
5714
|
function Qr(e, t, s) {
|
|
5715
5715
|
var n = t.value, i = e.multiple;
|
|
5716
5716
|
if (i && !Array.isArray(n)) {
|
|
5717
|
-
process.env.NODE_ENV !== "production" &&
|
|
5717
|
+
process.env.NODE_ENV !== "production" && k(
|
|
5718
5718
|
'<select multiple v-model="' + t.expression + '"> expects an Array value for its binding, but got ' + Object.prototype.toString.call(n).slice(8, -1),
|
|
5719
5719
|
s
|
|
5720
5720
|
);
|
|
@@ -5832,12 +5832,12 @@ var EA = function(e) {
|
|
|
5832
5832
|
render: function(e) {
|
|
5833
5833
|
var t = this, s = this.$slots.default;
|
|
5834
5834
|
if (!!s && (s = s.filter(EA), !!s.length)) {
|
|
5835
|
-
process.env.NODE_ENV !== "production" && s.length > 1 &&
|
|
5835
|
+
process.env.NODE_ENV !== "production" && s.length > 1 && k(
|
|
5836
5836
|
"<transition> can only be used on a single element. Use <transition-group> for lists.",
|
|
5837
5837
|
this.$parent
|
|
5838
5838
|
);
|
|
5839
5839
|
var n = this.mode;
|
|
5840
|
-
process.env.NODE_ENV !== "production" && n && n !== "in-out" && n !== "out-in" &&
|
|
5840
|
+
process.env.NODE_ENV !== "production" && n && n !== "in-out" && n !== "out-in" && k(
|
|
5841
5841
|
"invalid <transition> mode: " + n,
|
|
5842
5842
|
this.$parent
|
|
5843
5843
|
);
|
|
@@ -5899,7 +5899,7 @@ var BA = {
|
|
|
5899
5899
|
o.push(l), s[l.key] = l, (l.data || (l.data = {})).transition = r;
|
|
5900
5900
|
else if (process.env.NODE_ENV !== "production") {
|
|
5901
5901
|
var u = l.componentOptions, c = u ? u.Ctor.options.name || u.tag || "" : l.tag;
|
|
5902
|
-
|
|
5902
|
+
k("<transition-group> children must be keyed: <" + c + ">");
|
|
5903
5903
|
}
|
|
5904
5904
|
}
|
|
5905
5905
|
}
|
|
@@ -8053,14 +8053,14 @@ const Fg = {
|
|
|
8053
8053
|
watch: {
|
|
8054
8054
|
param: {
|
|
8055
8055
|
handler(e, t) {
|
|
8056
|
-
this.nextNodeData = e.nextNodeData, this.taskNode = e.taskNode, this.outGatewayUserTaskModel = e.outGatewayUserTaskModel, e.nextNodeData.length ?
|
|
8056
|
+
this.nextNodeData = e.nextNodeData, this.taskNode = e.taskNode, this.outGatewayUserTaskModel = e.outGatewayUserTaskModel, 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.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") : 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"));
|
|
8057
8057
|
},
|
|
8058
8058
|
immediate: !0,
|
|
8059
8059
|
deep: !0
|
|
8060
8060
|
}
|
|
8061
8061
|
},
|
|
8062
8062
|
created() {
|
|
8063
|
-
|
|
8063
|
+
this.makeDelegateTaskButtonAnnex();
|
|
8064
8064
|
},
|
|
8065
8065
|
methods: {
|
|
8066
8066
|
handleOpenPopup(e) {
|
|
@@ -8087,25 +8087,18 @@ const Fg = {
|
|
|
8087
8087
|
if (this.param.annex && this.param.annex.length) {
|
|
8088
8088
|
this.otherList = this.param.annex;
|
|
8089
8089
|
let e = this.otherList.split(";");
|
|
8090
|
-
this.limit = e[2], this.requires = JSON.parse(e[1]), this.labels = e[0]
|
|
8091
|
-
"makeDelegateTaskButtonAnnex",
|
|
8092
|
-
this.otherList,
|
|
8093
|
-
this.limit,
|
|
8094
|
-
this.requires,
|
|
8095
|
-
this.labels
|
|
8096
|
-
);
|
|
8090
|
+
this.limit = e[2], this.requires = JSON.parse(e[1]), this.labels = e[0];
|
|
8097
8091
|
}
|
|
8098
8092
|
},
|
|
8099
8093
|
handleCallback(e) {
|
|
8100
8094
|
this.visible = !1, this.multiNodeParticipant[this.partObjId] = [], this.partNode[this.partObjId] = [], e.map((t, s) => {
|
|
8101
8095
|
this.multiNodeParticipant[this.partObjId].push(t.uid), this.partNode[this.partObjId].push(t.name);
|
|
8102
|
-
})
|
|
8096
|
+
});
|
|
8103
8097
|
},
|
|
8104
8098
|
handleCancel() {
|
|
8105
|
-
console.log("cancel_No");
|
|
8106
8099
|
},
|
|
8107
8100
|
getValues(e) {
|
|
8108
|
-
|
|
8101
|
+
this.attchLists = e;
|
|
8109
8102
|
},
|
|
8110
8103
|
async uploadAttch() {
|
|
8111
8104
|
if (this.attchLists.length > 0) {
|
|
@@ -8115,13 +8108,12 @@ const Fg = {
|
|
|
8115
8108
|
), s.uploadTime = s.createTime, s.processInstId = this.param.processInstId, s.taskInstId = this.param.taskInstId, s.name = s.originFileName;
|
|
8116
8109
|
});
|
|
8117
8110
|
let e = this.attchLists;
|
|
8118
|
-
|
|
8111
|
+
(await this.param.request.post(
|
|
8119
8112
|
"/aws/meta/annex/patchSave",
|
|
8120
8113
|
{
|
|
8121
8114
|
saveMetaAnnexCmdList: e
|
|
8122
8115
|
}
|
|
8123
|
-
);
|
|
8124
|
-
console.log("asd", t), t.success ? (this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.handleFinal(), this.commentMsg = "") : this.handleTips("\u4E0A\u4F20\u5931\u8D25", !0, "error");
|
|
8116
|
+
)).success ? (this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.handleFinal(), this.commentMsg = "") : this.handleTips("\u4E0A\u4F20\u5931\u8D25", !0, "error");
|
|
8125
8117
|
}
|
|
8126
8118
|
},
|
|
8127
8119
|
isOption(e) {
|
|
@@ -8134,7 +8126,7 @@ const Fg = {
|
|
|
8134
8126
|
this.param.endFunction && this.param.endFunction();
|
|
8135
8127
|
}
|
|
8136
8128
|
}
|
|
8137
|
-
}, qt = (e) => (be("data-v-
|
|
8129
|
+
}, qt = (e) => (be("data-v-08c15a54"), e = e(), ke(), e), Ug = { class: "process-popup-content" }, Jg = /* @__PURE__ */ qt(() => /* @__PURE__ */ p("div", { class: "process-pc-label" }, [
|
|
8138
8130
|
/* @__PURE__ */ J(" \u52A0\u7B7E\u7406\u7531\uFF1A"),
|
|
8139
8131
|
/* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*")
|
|
8140
8132
|
], -1)), Pg = { class: "process-pc-value" }, Mg = { class: "process-popup-textarea" }, Lg = /* @__PURE__ */ qt(() => /* @__PURE__ */ p("br", null, null, -1)), jg = /* @__PURE__ */ qt(() => /* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*", -1)), Gg = ["onClick"], Rg = { class: "process-pc-value--people" }, qg = {
|
|
@@ -8174,13 +8166,13 @@ function nv(e, t, s, n, i, o) {
|
|
|
8174
8166
|
])
|
|
8175
8167
|
])
|
|
8176
8168
|
]),
|
|
8177
|
-
i.taskNode && i.taskNode.length > 0 && i.taskNode[0].taskState != 11 ? (h(), f(
|
|
8178
|
-
i.nextNodeData.length ? (h(!0), f(
|
|
8169
|
+
i.taskNode && i.taskNode.length > 0 && i.taskNode[0].taskState != 11 ? (h(), f(I, { key: 0 }, [
|
|
8170
|
+
i.nextNodeData.length ? (h(!0), f(I, { key: 0 }, F(i.nextNodeData, (c) => {
|
|
8179
8171
|
var d, v;
|
|
8180
|
-
return h(), f(
|
|
8172
|
+
return h(), f(I, null, [
|
|
8181
8173
|
c.type != "endEvent" && o.isOption(
|
|
8182
8174
|
(v = (d = c == null ? void 0 : c.userTaskModelDTO) == null ? void 0 : d.humanPerformer) == null ? void 0 : v.name
|
|
8183
|
-
) ? (h(), f(
|
|
8175
|
+
) ? (h(), f(I, { key: 0 }, [
|
|
8184
8176
|
p("div", null, [
|
|
8185
8177
|
J(w(c.userTaskModelDTO.name) + " ", 1),
|
|
8186
8178
|
Lg,
|
|
@@ -8193,14 +8185,14 @@ function nv(e, t, s, n, i, o) {
|
|
|
8193
8185
|
}, [
|
|
8194
8186
|
p("div", Rg, [
|
|
8195
8187
|
i.partNode[c.id] && i.partNode[c.id].length ? (h(), f("div", qg, [
|
|
8196
|
-
(h(!0), f(
|
|
8188
|
+
(h(!0), f(I, null, F(i.partNode[c.id], (C, b) => (h(), f("span", null, w(b == 0 ? C : `,${C}`), 1))), 256))
|
|
8197
8189
|
])) : (h(), f("div", Kg, Yg))
|
|
8198
8190
|
])
|
|
8199
8191
|
], 8, Gg)
|
|
8200
8192
|
], 64)) : E("", !0)
|
|
8201
8193
|
], 64);
|
|
8202
|
-
}), 256)) : i.outGatewayUserTaskModel.length ? (h(!0), f(
|
|
8203
|
-
c.type != "endEvent" && o.isOption(c.humanPerformerName) ? (h(), f(
|
|
8194
|
+
}), 256)) : i.outGatewayUserTaskModel.length ? (h(!0), f(I, { key: 1 }, F(i.outGatewayUserTaskModel, (c) => (h(), f(I, null, [
|
|
8195
|
+
c.type != "endEvent" && o.isOption(c.humanPerformerName) ? (h(), f(I, { key: 0 }, [
|
|
8204
8196
|
p("div", Wg, [
|
|
8205
8197
|
J(w(c.name) + " ", 1),
|
|
8206
8198
|
Zg,
|
|
@@ -8213,7 +8205,7 @@ function nv(e, t, s, n, i, o) {
|
|
|
8213
8205
|
}, [
|
|
8214
8206
|
p("div", Xg, [
|
|
8215
8207
|
i.partNode[c.id] && i.partNode[c.id].length ? (h(), f("div", $g, [
|
|
8216
|
-
(h(!0), f(
|
|
8208
|
+
(h(!0), f(I, null, F(i.partNode[c.id], (d, v) => (h(), f("span", null, w(v == 0 ? d : `,${d}`), 1))), 256))
|
|
8217
8209
|
])) : (h(), f("div", ev, sv))
|
|
8218
8210
|
])
|
|
8219
8211
|
], 8, _g)
|
|
@@ -8255,7 +8247,7 @@ function nv(e, t, s, n, i, o) {
|
|
|
8255
8247
|
}, null, 8, ["limit", "requires", "request", "linkUrl", "onGetValue"])) : E("", !0)
|
|
8256
8248
|
]);
|
|
8257
8249
|
}
|
|
8258
|
-
const iv = /* @__PURE__ */ te(Fg, [["render", nv], ["__scopeId", "data-v-
|
|
8250
|
+
const iv = /* @__PURE__ */ te(Fg, [["render", nv], ["__scopeId", "data-v-08c15a54"]]);
|
|
8259
8251
|
const ov = {
|
|
8260
8252
|
name: "delegateTask",
|
|
8261
8253
|
props: {
|
|
@@ -8307,14 +8299,14 @@ const ov = {
|
|
|
8307
8299
|
watch: {
|
|
8308
8300
|
param: {
|
|
8309
8301
|
handler(e, t) {
|
|
8310
|
-
this.nextNodeData = e.nextNodeData, this.taskNode = e.taskNode, this.outGatewayUserTaskModel = e.outGatewayUserTaskModel, e.nextNodeData.length ?
|
|
8302
|
+
this.nextNodeData = e.nextNodeData, this.taskNode = e.taskNode, this.outGatewayUserTaskModel = e.outGatewayUserTaskModel, 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.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") : 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"));
|
|
8311
8303
|
},
|
|
8312
8304
|
immediate: !0,
|
|
8313
8305
|
deep: !0
|
|
8314
8306
|
}
|
|
8315
8307
|
},
|
|
8316
8308
|
created() {
|
|
8317
|
-
|
|
8309
|
+
this.makeDelegateTaskButtonAnnex();
|
|
8318
8310
|
},
|
|
8319
8311
|
methods: {
|
|
8320
8312
|
handleOpenPopup(e) {
|
|
@@ -8340,25 +8332,18 @@ const ov = {
|
|
|
8340
8332
|
if (this.param.annex && this.param.annex.length) {
|
|
8341
8333
|
this.otherList = this.param.annex;
|
|
8342
8334
|
let e = this.otherList.split(";");
|
|
8343
|
-
this.limit = e[2], this.requires = JSON.parse(e[1]), this.labels = e[0]
|
|
8344
|
-
"makeDelegateTaskButtonAnnex",
|
|
8345
|
-
this.otherList,
|
|
8346
|
-
this.limit,
|
|
8347
|
-
this.requires,
|
|
8348
|
-
this.labels
|
|
8349
|
-
);
|
|
8335
|
+
this.limit = e[2], this.requires = JSON.parse(e[1]), this.labels = e[0];
|
|
8350
8336
|
}
|
|
8351
8337
|
},
|
|
8352
8338
|
handleCallback(e) {
|
|
8353
8339
|
this.visible = !1, this.multiNodeParticipant[this.partObjId] = [], this.partNode[this.partObjId] = [], e.map((t, s) => {
|
|
8354
8340
|
this.multiNodeParticipant[this.partObjId].push(t.uid), this.partNode[this.partObjId].push(t.name);
|
|
8355
|
-
})
|
|
8341
|
+
});
|
|
8356
8342
|
},
|
|
8357
8343
|
handleCancel() {
|
|
8358
|
-
console.log("cancel_No");
|
|
8359
8344
|
},
|
|
8360
8345
|
getValues(e) {
|
|
8361
|
-
|
|
8346
|
+
this.attchLists = e;
|
|
8362
8347
|
},
|
|
8363
8348
|
async uploadAttch() {
|
|
8364
8349
|
if (this.attchLists.length > 0) {
|
|
@@ -8368,13 +8353,12 @@ const ov = {
|
|
|
8368
8353
|
), s.uploadTime = s.createTime, s.processInstId = this.param.processInstId, s.taskInstId = this.param.taskInstId, s.name = s.originFileName;
|
|
8369
8354
|
});
|
|
8370
8355
|
let e = this.attchLists;
|
|
8371
|
-
|
|
8356
|
+
(await this.param.request.post(
|
|
8372
8357
|
"/aws/meta/annex/patchSave",
|
|
8373
8358
|
{
|
|
8374
8359
|
saveMetaAnnexCmdList: e
|
|
8375
8360
|
}
|
|
8376
|
-
);
|
|
8377
|
-
console.log("asd", t), t.success ? (this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.handleFinal(), this.commentMsg = "") : this.handleTips("\u4E0A\u4F20\u5931\u8D25", !0, "error");
|
|
8361
|
+
)).success ? (this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.handleFinal(), this.commentMsg = "") : this.handleTips("\u4E0A\u4F20\u5931\u8D25", !0, "error");
|
|
8378
8362
|
}
|
|
8379
8363
|
},
|
|
8380
8364
|
isOption(e) {
|
|
@@ -8387,7 +8371,7 @@ const ov = {
|
|
|
8387
8371
|
this.param.endFunction && this.param.endFunction();
|
|
8388
8372
|
}
|
|
8389
8373
|
}
|
|
8390
|
-
}, Kt = (e) => (be("data-v-
|
|
8374
|
+
}, Kt = (e) => (be("data-v-29f5935e"), e = e(), ke(), e), rv = { class: "process-popup-content" }, av = /* @__PURE__ */ Kt(() => /* @__PURE__ */ p("div", { class: "process-pc-label" }, [
|
|
8391
8375
|
/* @__PURE__ */ J(" \u8F6C\u5BA1\u7406\u7531\uFF1A"),
|
|
8392
8376
|
/* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*")
|
|
8393
8377
|
], -1)), lv = { class: "process-pc-value" }, cv = { class: "process-popup-textarea" }, uv = /* @__PURE__ */ Kt(() => /* @__PURE__ */ p("br", null, null, -1)), dv = /* @__PURE__ */ Kt(() => /* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*", -1)), pv = ["onClick"], hv = { class: "process-pc-value--people" }, fv = {
|
|
@@ -8427,13 +8411,13 @@ function Bv(e, t, s, n, i, o) {
|
|
|
8427
8411
|
])
|
|
8428
8412
|
])
|
|
8429
8413
|
]),
|
|
8430
|
-
i.taskNode && i.taskNode.length > 0 && i.taskNode[0].taskState != 11 ? (h(), f(
|
|
8431
|
-
i.nextNodeData.length ? (h(!0), f(
|
|
8414
|
+
i.taskNode && i.taskNode.length > 0 && i.taskNode[0].taskState != 11 ? (h(), f(I, { key: 0 }, [
|
|
8415
|
+
i.nextNodeData.length ? (h(!0), f(I, { key: 0 }, F(i.nextNodeData, (c) => {
|
|
8432
8416
|
var d, v;
|
|
8433
|
-
return h(), f(
|
|
8417
|
+
return h(), f(I, null, [
|
|
8434
8418
|
c.type != "endEvent" && o.isOption(
|
|
8435
8419
|
(v = (d = c == null ? void 0 : c.userTaskModelDTO) == null ? void 0 : d.humanPerformer) == null ? void 0 : v.name
|
|
8436
|
-
) ? (h(), f(
|
|
8420
|
+
) ? (h(), f(I, { key: 0 }, [
|
|
8437
8421
|
p("div", null, [
|
|
8438
8422
|
J(w(c.userTaskModelDTO.name) + " ", 1),
|
|
8439
8423
|
uv,
|
|
@@ -8446,14 +8430,14 @@ function Bv(e, t, s, n, i, o) {
|
|
|
8446
8430
|
}, [
|
|
8447
8431
|
p("div", hv, [
|
|
8448
8432
|
i.partNode[c.id] && i.partNode[c.id].length ? (h(), f("div", fv, [
|
|
8449
|
-
(h(!0), f(
|
|
8433
|
+
(h(!0), f(I, null, F(i.partNode[c.id], (C, b) => (h(), f("span", null, w(b == 0 ? C : `,${C}`), 1))), 256))
|
|
8450
8434
|
])) : (h(), f("div", mv, gv))
|
|
8451
8435
|
])
|
|
8452
8436
|
], 8, pv)
|
|
8453
8437
|
], 64)) : E("", !0)
|
|
8454
8438
|
], 64);
|
|
8455
|
-
}), 256)) : i.outGatewayUserTaskModel.length ? (h(!0), f(
|
|
8456
|
-
c.type != "endEvent" && o.isOption(c.humanPerformerName) ? (h(), f(
|
|
8439
|
+
}), 256)) : i.outGatewayUserTaskModel.length ? (h(!0), f(I, { key: 1 }, F(i.outGatewayUserTaskModel, (c) => (h(), f(I, null, [
|
|
8440
|
+
c.type != "endEvent" && o.isOption(c.humanPerformerName) ? (h(), f(I, { key: 0 }, [
|
|
8457
8441
|
p("div", vv, [
|
|
8458
8442
|
J(w(c.name) + " ", 1),
|
|
8459
8443
|
yv,
|
|
@@ -8466,7 +8450,7 @@ function Bv(e, t, s, n, i, o) {
|
|
|
8466
8450
|
}, [
|
|
8467
8451
|
p("div", kv, [
|
|
8468
8452
|
i.partNode[c.id] && i.partNode[c.id].length ? (h(), f("div", Iv, [
|
|
8469
|
-
(h(!0), f(
|
|
8453
|
+
(h(!0), f(I, null, F(i.partNode[c.id], (d, v) => (h(), f("span", null, w(v == 0 ? d : `,${d}`), 1))), 256))
|
|
8470
8454
|
])) : (h(), f("div", Ev, Nv))
|
|
8471
8455
|
])
|
|
8472
8456
|
], 8, bv)
|
|
@@ -8508,7 +8492,7 @@ function Bv(e, t, s, n, i, o) {
|
|
|
8508
8492
|
}, null, 8, ["limit", "requires", "request", "linkUrl", "onGetValue"])) : E("", !0)
|
|
8509
8493
|
]);
|
|
8510
8494
|
}
|
|
8511
|
-
const Tv = /* @__PURE__ */ te(ov, [["render", Bv], ["__scopeId", "data-v-
|
|
8495
|
+
const Tv = /* @__PURE__ */ te(ov, [["render", Bv], ["__scopeId", "data-v-29f5935e"]]), Dv = "data:image/png;base64,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";
|
|
8512
8496
|
const Sv = {
|
|
8513
8497
|
name: "complete",
|
|
8514
8498
|
props: {
|
|
@@ -8581,20 +8565,20 @@ const Sv = {
|
|
|
8581
8565
|
}
|
|
8582
8566
|
},
|
|
8583
8567
|
created() {
|
|
8584
|
-
|
|
8568
|
+
this.makeDelegateTaskButtonAnnex();
|
|
8585
8569
|
},
|
|
8586
8570
|
methods: {
|
|
8587
8571
|
handleSaveNode(e) {
|
|
8588
8572
|
this.radioCheckNameList.includes(e) ? this.radioCheckNameList.splice(
|
|
8589
8573
|
this.radioCheckNameList.indexOf(e),
|
|
8590
8574
|
1
|
|
8591
|
-
) : this.radioCheckNameList.push(e)
|
|
8575
|
+
) : this.radioCheckNameList.push(e);
|
|
8592
8576
|
},
|
|
8593
8577
|
handleNode(e) {
|
|
8594
|
-
this.radioCheck = e.id, this.radioCheckName = e.nodeName, this.radioCheckChild = e.childNode,
|
|
8578
|
+
this.radioCheck = e.id, this.radioCheckName = e.nodeName, this.radioCheckChild = e.childNode, this.outGatewayUserTaskModel && this.outGatewayUserTaskModel.length && (this.radioCheckChild && this.radioCheckChild.length ? (this.gateVars[this.radioCheckChild[0].incomingConditionItemList[0].itemName] = this.radioCheckChild[0].incomingConditionItemList[0].compareValue, this.gateVars[e.incomingConditionItemList[0].itemName] = e.incomingConditionItemList[0].compareValue) : this.gateVars[e.incomingConditionItemList[0].itemName] = e.incomingConditionItemList[0].compareValue);
|
|
8595
8579
|
},
|
|
8596
8580
|
handleOpenPopup(e) {
|
|
8597
|
-
if (this.visible = !0, this.partObjId = e.id,
|
|
8581
|
+
if (this.visible = !0, this.partObjId = e.id, e.humanPerformerName == "\u56FA\u5B9A\u5355\u4F4D") {
|
|
8598
8582
|
let t, s = [];
|
|
8599
8583
|
e.routeTxt.companyIds.map((n, i) => {
|
|
8600
8584
|
t = n.name;
|
|
@@ -8702,7 +8686,6 @@ const Sv = {
|
|
|
8702
8686
|
});
|
|
8703
8687
|
},
|
|
8704
8688
|
handleCancel() {
|
|
8705
|
-
console.log("cancel_No");
|
|
8706
8689
|
},
|
|
8707
8690
|
getValues(e) {
|
|
8708
8691
|
this.attchLists = e;
|
|
@@ -8733,7 +8716,7 @@ const Sv = {
|
|
|
8733
8716
|
this.param.endFunction && this.param.endFunction();
|
|
8734
8717
|
}
|
|
8735
8718
|
}
|
|
8736
|
-
}, mt = (e) => (be("data-v-
|
|
8719
|
+
}, mt = (e) => (be("data-v-d4e71b58"), e = e(), ke(), e), Ov = { class: "process-popup-content" }, Qv = {
|
|
8737
8720
|
key: 0,
|
|
8738
8721
|
class: "process-pc-label"
|
|
8739
8722
|
}, xv = {
|
|
@@ -8801,13 +8784,13 @@ function dy(e, t, s, n, i, o) {
|
|
|
8801
8784
|
])
|
|
8802
8785
|
])
|
|
8803
8786
|
]),
|
|
8804
|
-
i.taskNode && i.taskNode.length > 0 && i.taskNode[0].taskState != 11 ? (h(), f(
|
|
8805
|
-
i.nextNodeData.length ? (h(!0), f(
|
|
8787
|
+
i.taskNode && i.taskNode.length > 0 && i.taskNode[0].taskState != 11 ? (h(), f(I, { key: 2 }, [
|
|
8788
|
+
i.nextNodeData.length ? (h(!0), f(I, { key: 0 }, F(i.nextNodeData, (c) => {
|
|
8806
8789
|
var d, v;
|
|
8807
|
-
return h(), f(
|
|
8790
|
+
return h(), f(I, null, [
|
|
8808
8791
|
c.type != "endEvent" && o.isOption(
|
|
8809
8792
|
(v = (d = c == null ? void 0 : c.userTaskModelDTO) == null ? void 0 : d.humanPerformer) == null ? void 0 : v.name
|
|
8810
|
-
) ? (h(), f(
|
|
8793
|
+
) ? (h(), f(I, { key: 0 }, [
|
|
8811
8794
|
p("div", Jv, [
|
|
8812
8795
|
p("div", null, [
|
|
8813
8796
|
J(w(c.userTaskModelDTO.name) + " ", 1),
|
|
@@ -8822,18 +8805,18 @@ function dy(e, t, s, n, i, o) {
|
|
|
8822
8805
|
}, [
|
|
8823
8806
|
p("div", jv, [
|
|
8824
8807
|
i.partNode[c.id] && i.partNode[c.id].length ? (h(), f("div", Gv, [
|
|
8825
|
-
(
|
|
8808
|
+
p("span", null, w(i.partNode[c.id].join(",")), 1)
|
|
8826
8809
|
])) : (h(), f("div", Rv, Kv))
|
|
8827
8810
|
])
|
|
8828
8811
|
], 8, Lv)
|
|
8829
8812
|
], 64)) : (h(), f("div", Hv, w(c.userTaskModelDTO.name), 1))
|
|
8830
8813
|
], 64);
|
|
8831
|
-
}), 256)) : i.outGatewayUserTaskModel.length ? (h(), f(
|
|
8832
|
-
(h(!0), f(
|
|
8814
|
+
}), 256)) : i.outGatewayUserTaskModel.length ? (h(), f(I, { key: 1 }, [
|
|
8815
|
+
(h(!0), f(I, null, F(i.outGatewayUserTaskModel, (c) => (h(), f(I, null, [
|
|
8833
8816
|
Yv,
|
|
8834
8817
|
p("div", Wv, [
|
|
8835
8818
|
p("div", Zv, [
|
|
8836
|
-
(h(!0), f(
|
|
8819
|
+
(h(!0), f(I, null, F(c.childNode, (d) => (h(), f("div", {
|
|
8837
8820
|
class: it([
|
|
8838
8821
|
"process-radio-item",
|
|
8839
8822
|
d.id == i.radioCheck ? "process-radio-item--check" : ""
|
|
@@ -8852,8 +8835,8 @@ function dy(e, t, s, n, i, o) {
|
|
|
8852
8835
|
])
|
|
8853
8836
|
])
|
|
8854
8837
|
], 64))), 256)),
|
|
8855
|
-
i.radioCheck ? (h(), f(
|
|
8856
|
-
i.radioCheckChild && i.radioCheckChild.length ? (h(!0), f(
|
|
8838
|
+
i.radioCheck ? (h(), f(I, { key: 0 }, [
|
|
8839
|
+
i.radioCheckChild && i.radioCheckChild.length ? (h(!0), f(I, { key: 0 }, F(i.radioCheckChild, (c) => (h(), f("div", null, [
|
|
8857
8840
|
p("div", {
|
|
8858
8841
|
class: "process-pc-label",
|
|
8859
8842
|
onClick: (d) => o.handleSaveNode(c.id)
|
|
@@ -8881,11 +8864,11 @@ function dy(e, t, s, n, i, o) {
|
|
|
8881
8864
|
}, [
|
|
8882
8865
|
p("div", iy, [
|
|
8883
8866
|
i.partNode[c.id] && i.partNode[c.id].length ? (h(), f("div", oy, [
|
|
8884
|
-
(
|
|
8867
|
+
p("span", null, w(i.partNode[c.id].join(",")), 1)
|
|
8885
8868
|
])) : (h(), f("div", ry, ly))
|
|
8886
8869
|
])
|
|
8887
8870
|
], 8, ny)
|
|
8888
|
-
]))), 256)) : (h(), f(
|
|
8871
|
+
]))), 256)) : (h(), f(I, { key: 1 }, [
|
|
8889
8872
|
cy,
|
|
8890
8873
|
p("div", uy, w(i.radioCheckName), 1)
|
|
8891
8874
|
], 64))
|
|
@@ -8923,7 +8906,7 @@ function dy(e, t, s, n, i, o) {
|
|
|
8923
8906
|
}, null, 8, ["limit", "requires", "request", "linkUrl", "onGetValue"])) : E("", !0)
|
|
8924
8907
|
]);
|
|
8925
8908
|
}
|
|
8926
|
-
const py = /* @__PURE__ */ te(Sv, [["render", dy], ["__scopeId", "data-v-
|
|
8909
|
+
const py = /* @__PURE__ */ te(Sv, [["render", dy], ["__scopeId", "data-v-d4e71b58"]]);
|
|
8927
8910
|
const hy = {
|
|
8928
8911
|
name: "cancel",
|
|
8929
8912
|
props: {
|
|
@@ -8973,7 +8956,7 @@ const hy = {
|
|
|
8973
8956
|
};
|
|
8974
8957
|
},
|
|
8975
8958
|
created() {
|
|
8976
|
-
|
|
8959
|
+
this.makeDelegateTaskButtonAnnex();
|
|
8977
8960
|
},
|
|
8978
8961
|
methods: {
|
|
8979
8962
|
handleOpenPopup(e) {
|
|
@@ -8993,25 +8976,18 @@ const hy = {
|
|
|
8993
8976
|
if (this.param.annex && this.param.annex.length) {
|
|
8994
8977
|
this.otherList = this.param.annex;
|
|
8995
8978
|
let e = this.otherList.split(";");
|
|
8996
|
-
this.limit = e[2], this.requires = JSON.parse(e[1]), this.labels = e[0]
|
|
8997
|
-
"makeDelegateTaskButtonAnnex",
|
|
8998
|
-
this.otherList,
|
|
8999
|
-
this.limit,
|
|
9000
|
-
this.requires,
|
|
9001
|
-
this.labels
|
|
9002
|
-
);
|
|
8979
|
+
this.limit = e[2], this.requires = JSON.parse(e[1]), this.labels = e[0];
|
|
9003
8980
|
}
|
|
9004
8981
|
},
|
|
9005
8982
|
handleCallback(e) {
|
|
9006
8983
|
this.visible = !1, this.multiNodeParticipant[this.partObjId] = [], this.partNode[this.partObjId] = [], e.map((t, s) => {
|
|
9007
8984
|
this.multiNodeParticipant[this.partObjId].push(t.uid), this.partNode[this.partObjId].push(t.name);
|
|
9008
|
-
})
|
|
8985
|
+
});
|
|
9009
8986
|
},
|
|
9010
8987
|
handleCancel() {
|
|
9011
|
-
console.log("cancel_No");
|
|
9012
8988
|
},
|
|
9013
8989
|
getValues(e) {
|
|
9014
|
-
|
|
8990
|
+
this.attchLists = e;
|
|
9015
8991
|
},
|
|
9016
8992
|
async uploadAttch() {
|
|
9017
8993
|
if (this.attchLists.length > 0) {
|
|
@@ -9021,13 +8997,12 @@ const hy = {
|
|
|
9021
8997
|
), s.uploadTime = s.createTime, s.processInstId = this.param.processInstId, s.taskInstId = this.param.taskInstId, s.name = s.originFileName;
|
|
9022
8998
|
});
|
|
9023
8999
|
let e = this.attchLists;
|
|
9024
|
-
|
|
9000
|
+
(await this.param.request.post(
|
|
9025
9001
|
"/aws/meta/annex/patchSave",
|
|
9026
9002
|
{
|
|
9027
9003
|
saveMetaAnnexCmdList: e
|
|
9028
9004
|
}
|
|
9029
|
-
);
|
|
9030
|
-
console.log("asd", t), t.success ? (this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.handleFinal(), this.commentMsg = "") : this.handleTips("\u4E0A\u4F20\u5931\u8D25", !0, "error");
|
|
9005
|
+
)).success ? (this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.handleFinal(), this.commentMsg = "") : this.handleTips("\u4E0A\u4F20\u5931\u8D25", !0, "error");
|
|
9031
9006
|
}
|
|
9032
9007
|
},
|
|
9033
9008
|
isOption(e) {
|
|
@@ -9040,7 +9015,7 @@ const hy = {
|
|
|
9040
9015
|
this.param.endFunction && this.param.endFunction();
|
|
9041
9016
|
}
|
|
9042
9017
|
}
|
|
9043
|
-
}, ds = (e) => (be("data-v-
|
|
9018
|
+
}, ds = (e) => (be("data-v-9613f11c"), e = e(), ke(), e), fy = { class: "process-popup-content" }, my = /* @__PURE__ */ ds(() => /* @__PURE__ */ p("div", { class: "process-pc-label" }, [
|
|
9044
9019
|
/* @__PURE__ */ J(" \u62D2\u7EDD\u7406\u7531\uFF1A "),
|
|
9045
9020
|
/* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*")
|
|
9046
9021
|
], -1)), Ay = { class: "process-pc-value" }, gy = { class: "process-popup-textarea" }, vy = /* @__PURE__ */ ds(() => /* @__PURE__ */ p("br", null, null, -1)), yy = /* @__PURE__ */ ds(() => /* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*", -1)), Cy = ["onClick"], by = { class: "process-pc-value--people" }, ky = {
|
|
@@ -9076,13 +9051,13 @@ function Sy(e, t, s, n, i, o) {
|
|
|
9076
9051
|
])
|
|
9077
9052
|
])
|
|
9078
9053
|
]),
|
|
9079
|
-
i.taskNode && i.taskNode.length > 0 && i.taskNode[0].taskState != 11 ? (h(), f(
|
|
9080
|
-
i.nextNodeData.length ? (h(!0), f(
|
|
9054
|
+
i.taskNode && i.taskNode.length > 0 && i.taskNode[0].taskState != 11 ? (h(), f(I, { key: 0 }, [
|
|
9055
|
+
i.nextNodeData.length ? (h(!0), f(I, { key: 0 }, F(i.nextNodeData, (c) => {
|
|
9081
9056
|
var d, v;
|
|
9082
|
-
return h(), f(
|
|
9057
|
+
return h(), f(I, null, [
|
|
9083
9058
|
c.type != "endEvent" && o.isOption(
|
|
9084
9059
|
(v = (d = c == null ? void 0 : c.userTaskModelDTO) == null ? void 0 : d.humanPerformer) == null ? void 0 : v.name
|
|
9085
|
-
) ? (h(), f(
|
|
9060
|
+
) ? (h(), f(I, { key: 0 }, [
|
|
9086
9061
|
p("div", null, [
|
|
9087
9062
|
J(w(c.userTaskModelDTO.name) + " ", 1),
|
|
9088
9063
|
vy,
|
|
@@ -9095,14 +9070,14 @@ function Sy(e, t, s, n, i, o) {
|
|
|
9095
9070
|
}, [
|
|
9096
9071
|
p("div", by, [
|
|
9097
9072
|
i.partNode[c.id] && i.partNode[c.id].length ? (h(), f("div", ky, [
|
|
9098
|
-
(h(!0), f(
|
|
9073
|
+
(h(!0), f(I, null, F(i.partNode[c.id], (C, b) => (h(), f("span", null, w(b == 0 ? C : `,${C}`), 1))), 256))
|
|
9099
9074
|
])) : (h(), f("div", Iy, wy))
|
|
9100
9075
|
])
|
|
9101
9076
|
], 8, Cy)
|
|
9102
9077
|
], 64)) : E("", !0)
|
|
9103
9078
|
], 64);
|
|
9104
|
-
}), 256)) : i.outGatewayUserTaskModel.length ? (h(!0), f(
|
|
9105
|
-
c.type != "endEvent" && o.isOption(c.humanPerformerName) ? (h(), f(
|
|
9079
|
+
}), 256)) : i.outGatewayUserTaskModel.length ? (h(!0), f(I, { key: 1 }, F(i.outGatewayUserTaskModel, (c) => (h(), f(I, null, [
|
|
9080
|
+
c.type != "endEvent" && o.isOption(c.humanPerformerName) ? (h(), f(I, { key: 0 }, [
|
|
9106
9081
|
p("div", Ny, w(c.name), 1),
|
|
9107
9082
|
By,
|
|
9108
9083
|
p("div", {
|
|
@@ -9147,7 +9122,7 @@ function Sy(e, t, s, n, i, o) {
|
|
|
9147
9122
|
}, null, 8, ["limit", "requires", "request", "linkUrl", "onGetValue"])) : E("", !0)
|
|
9148
9123
|
]);
|
|
9149
9124
|
}
|
|
9150
|
-
const Oy = /* @__PURE__ */ te(hy, [["render", Sy], ["__scopeId", "data-v-
|
|
9125
|
+
const Oy = /* @__PURE__ */ te(hy, [["render", Sy], ["__scopeId", "data-v-9613f11c"]]), Qy = "data:image/png;base64,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", xy = "data:image/png;base64,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", Vy = Me({
|
|
9151
9126
|
name: "TopDownSelect",
|
|
9152
9127
|
props: {
|
|
9153
9128
|
option: {
|
|
@@ -9213,10 +9188,10 @@ const Oy = /* @__PURE__ */ te(hy, [["render", Sy], ["__scopeId", "data-v-5519e7e
|
|
|
9213
9188
|
},
|
|
9214
9189
|
methods: {
|
|
9215
9190
|
handleExpand() {
|
|
9216
|
-
this.expand ? this.expand = !1 : this.expand = !0
|
|
9191
|
+
this.expand ? this.expand = !1 : this.expand = !0;
|
|
9217
9192
|
},
|
|
9218
9193
|
handleClick(e, t) {
|
|
9219
|
-
|
|
9194
|
+
this.active = e.id, this.activeItem = e, this.expand = !1, this.$emit("change", this.activeItem, this.lists);
|
|
9220
9195
|
}
|
|
9221
9196
|
}
|
|
9222
9197
|
});
|
|
@@ -9248,7 +9223,7 @@ function My(e, t, s, n, i, o) {
|
|
|
9248
9223
|
class: it(["top-select-option", [e.border && "top-select-option-border"]]),
|
|
9249
9224
|
style: _(`${e.expand ? "transform: translateY(2%);visibility: visible; opacity: 1;" : "transform: translateY(-50%);visibility: hidden; opacity: 0"};${e.optionStyle ? e.optionStyle : ""}`)
|
|
9250
9225
|
}, [
|
|
9251
|
-
(h(!0), f(
|
|
9226
|
+
(h(!0), f(I, null, F(e.lists, (r, a) => (h(), f("div", {
|
|
9252
9227
|
class: it(["option-items", [e.active == r.id ? "option-items-active" : ""]]),
|
|
9253
9228
|
key: r.id,
|
|
9254
9229
|
onClick: (l) => e.handleClick(r, a)
|
|
@@ -9329,14 +9304,14 @@ const Ly = {
|
|
|
9329
9304
|
},
|
|
9330
9305
|
methods: {
|
|
9331
9306
|
getReturnNode() {
|
|
9332
|
-
|
|
9307
|
+
this.param.request.get("/aws/tis/getReturnableNodes", {
|
|
9333
9308
|
params: { taskId: this.param.taskInstId }
|
|
9334
9309
|
}).then((e) => {
|
|
9335
9310
|
e.code === 200 && (this.option = e.data);
|
|
9336
9311
|
});
|
|
9337
9312
|
},
|
|
9338
9313
|
handleChange(e) {
|
|
9339
|
-
|
|
9314
|
+
this.nodeId = e.id;
|
|
9340
9315
|
},
|
|
9341
9316
|
handleOpenPopup(e) {
|
|
9342
9317
|
this.visible = !0, this.partObjId = e;
|
|
@@ -9361,25 +9336,18 @@ const Ly = {
|
|
|
9361
9336
|
if (this.param.annex && this.param.annex.length) {
|
|
9362
9337
|
this.otherList = this.param.annex;
|
|
9363
9338
|
let e = this.otherList.split(";");
|
|
9364
|
-
this.limit = e[2], this.requires = JSON.parse(e[1]), this.labels = e[0]
|
|
9365
|
-
"makeDelegateTaskButtonAnnex",
|
|
9366
|
-
this.otherList,
|
|
9367
|
-
this.limit,
|
|
9368
|
-
this.requires,
|
|
9369
|
-
this.labels
|
|
9370
|
-
);
|
|
9339
|
+
this.limit = e[2], this.requires = JSON.parse(e[1]), this.labels = e[0];
|
|
9371
9340
|
}
|
|
9372
9341
|
},
|
|
9373
9342
|
handleCallback(e) {
|
|
9374
9343
|
this.visible = !1, this.multiNodeParticipant[this.partObjId] = [], this.partNode[this.partObjId] = [], e.map((t, s) => {
|
|
9375
9344
|
this.multiNodeParticipant[this.partObjId].push(t.uid), this.partNode[this.partObjId].push(t.name);
|
|
9376
|
-
})
|
|
9345
|
+
});
|
|
9377
9346
|
},
|
|
9378
9347
|
handleCancel() {
|
|
9379
|
-
console.log("cancel_No");
|
|
9380
9348
|
},
|
|
9381
9349
|
getValues(e) {
|
|
9382
|
-
|
|
9350
|
+
this.attchLists = e;
|
|
9383
9351
|
},
|
|
9384
9352
|
async uploadAttch() {
|
|
9385
9353
|
if (this.attchLists.length > 0) {
|
|
@@ -9389,13 +9357,12 @@ const Ly = {
|
|
|
9389
9357
|
), s.uploadTime = s.createTime, s.processInstId = this.param.processInstId, s.taskInstId = this.param.taskInstId, s.name = s.originFileName;
|
|
9390
9358
|
});
|
|
9391
9359
|
let e = this.attchLists;
|
|
9392
|
-
|
|
9360
|
+
(await this.param.request.post(
|
|
9393
9361
|
"/aws/meta/annex/patchSave",
|
|
9394
9362
|
{
|
|
9395
9363
|
saveMetaAnnexCmdList: e
|
|
9396
9364
|
}
|
|
9397
|
-
);
|
|
9398
|
-
console.log("asd", t), t.success ? (this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.handleFinal(), this.commentMsg = "") : this.handleTips("\u4E0A\u4F20\u5931\u8D25", !0, "error");
|
|
9365
|
+
)).success ? (this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.handleFinal(), this.commentMsg = "") : this.handleTips("\u4E0A\u4F20\u5931\u8D25", !0, "error");
|
|
9399
9366
|
}
|
|
9400
9367
|
},
|
|
9401
9368
|
isOption(e) {
|
|
@@ -9408,7 +9375,7 @@ const Ly = {
|
|
|
9408
9375
|
this.param.endFunction && this.param.endFunction();
|
|
9409
9376
|
}
|
|
9410
9377
|
}
|
|
9411
|
-
}, _l = (e) => (be("data-v-
|
|
9378
|
+
}, _l = (e) => (be("data-v-72fe01a9"), e = e(), ke(), e), jy = { class: "process-popup-content" }, Gy = /* @__PURE__ */ _l(() => /* @__PURE__ */ p("div", {
|
|
9412
9379
|
class: "process-pc-label",
|
|
9413
9380
|
style: { "background-color": "#fff", position: "relative", "z-index": "199", display: "inline-block", width: "50%" }
|
|
9414
9381
|
}, [
|
|
@@ -9465,7 +9432,7 @@ function Yy(e, t, s, n, i, o) {
|
|
|
9465
9432
|
}, null, 8, ["limit", "requires", "request", "linkUrl", "onGetValue"])) : E("", !0)
|
|
9466
9433
|
]);
|
|
9467
9434
|
}
|
|
9468
|
-
const Wy = /* @__PURE__ */ te(Ly, [["render", Yy], ["__scopeId", "data-v-
|
|
9435
|
+
const Wy = /* @__PURE__ */ te(Ly, [["render", Yy], ["__scopeId", "data-v-72fe01a9"]]);
|
|
9469
9436
|
const Zy = {
|
|
9470
9437
|
name: "ccTask",
|
|
9471
9438
|
props: {
|
|
@@ -9517,14 +9484,14 @@ const Zy = {
|
|
|
9517
9484
|
watch: {
|
|
9518
9485
|
param: {
|
|
9519
9486
|
handler(e, t) {
|
|
9520
|
-
this.nextNodeData = e.nextNodeData, this.taskNode = e.taskNode, this.outGatewayUserTaskModel = e.outGatewayUserTaskModel, e.nextNodeData.length ?
|
|
9487
|
+
this.nextNodeData = e.nextNodeData, this.taskNode = e.taskNode, this.outGatewayUserTaskModel = e.outGatewayUserTaskModel, 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.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") : 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"));
|
|
9521
9488
|
},
|
|
9522
9489
|
immediate: !0,
|
|
9523
9490
|
deep: !0
|
|
9524
9491
|
}
|
|
9525
9492
|
},
|
|
9526
9493
|
created() {
|
|
9527
|
-
|
|
9494
|
+
this.makeDelegateTaskButtonAnnex();
|
|
9528
9495
|
},
|
|
9529
9496
|
methods: {
|
|
9530
9497
|
handleOpenPopup(e) {
|
|
@@ -9548,25 +9515,18 @@ const Zy = {
|
|
|
9548
9515
|
if (this.param.annex && this.param.annex.length) {
|
|
9549
9516
|
this.otherList = this.param.annex;
|
|
9550
9517
|
let e = this.otherList.split(";");
|
|
9551
|
-
this.limit = e[2], this.requires = JSON.parse(e[1]), this.labels = e[0]
|
|
9552
|
-
"makeDelegateTaskButtonAnnex",
|
|
9553
|
-
this.otherList,
|
|
9554
|
-
this.limit,
|
|
9555
|
-
this.requires,
|
|
9556
|
-
this.labels
|
|
9557
|
-
);
|
|
9518
|
+
this.limit = e[2], this.requires = JSON.parse(e[1]), this.labels = e[0];
|
|
9558
9519
|
}
|
|
9559
9520
|
},
|
|
9560
9521
|
handleCallback(e) {
|
|
9561
9522
|
this.visible = !1, this.multiNodeParticipant[this.partObjId] = [], this.partNode[this.partObjId] = [], e.map((t, s) => {
|
|
9562
9523
|
this.multiNodeParticipant[this.partObjId].push(t.uid), this.partNode[this.partObjId].push(t.name);
|
|
9563
|
-
})
|
|
9524
|
+
});
|
|
9564
9525
|
},
|
|
9565
9526
|
handleCancel() {
|
|
9566
|
-
console.log("cancel_No");
|
|
9567
9527
|
},
|
|
9568
9528
|
getValues(e) {
|
|
9569
|
-
|
|
9529
|
+
this.attchLists = e;
|
|
9570
9530
|
},
|
|
9571
9531
|
async uploadAttch() {
|
|
9572
9532
|
if (this.attchLists.length > 0) {
|
|
@@ -9576,13 +9536,12 @@ const Zy = {
|
|
|
9576
9536
|
), s.uploadTime = s.createTime, s.processInstId = this.param.processInstId, s.taskInstId = this.param.taskInstId, s.name = s.originFileName;
|
|
9577
9537
|
});
|
|
9578
9538
|
let e = this.attchLists;
|
|
9579
|
-
|
|
9539
|
+
(await this.param.request.post(
|
|
9580
9540
|
"/aws/meta/annex/patchSave",
|
|
9581
9541
|
{
|
|
9582
9542
|
saveMetaAnnexCmdList: e
|
|
9583
9543
|
}
|
|
9584
|
-
);
|
|
9585
|
-
console.log("asd", t), t.success ? (this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.handleFinal(), this.commentMsg = "") : this.handleTips("\u4E0A\u4F20\u5931\u8D25", !0, "error");
|
|
9544
|
+
)).success ? (this.$emit("handleClosePopup1"), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.handleFinal(), this.commentMsg = "") : this.handleTips("\u4E0A\u4F20\u5931\u8D25", !0, "error");
|
|
9586
9545
|
}
|
|
9587
9546
|
},
|
|
9588
9547
|
isOption(e) {
|
|
@@ -9595,7 +9554,7 @@ const Zy = {
|
|
|
9595
9554
|
this.param.endFunction && this.param.endFunction();
|
|
9596
9555
|
}
|
|
9597
9556
|
}
|
|
9598
|
-
}, Fs = (e) => (be("data-v-
|
|
9557
|
+
}, Fs = (e) => (be("data-v-4c2c760e"), e = e(), ke(), e), zy = { class: "process-popup-content" }, _y = /* @__PURE__ */ Fs(() => /* @__PURE__ */ p("br", null, null, -1)), Xy = /* @__PURE__ */ Fs(() => /* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*", -1)), $y = ["onClick"], eC = { class: "process-pc-value--people" }, tC = {
|
|
9599
9558
|
key: 0,
|
|
9600
9559
|
class: "process-pc-value--data"
|
|
9601
9560
|
}, sC = {
|
|
@@ -9620,13 +9579,13 @@ const Zy = {
|
|
|
9620
9579
|
function pC(e, t, s, n, i, o) {
|
|
9621
9580
|
const r = S("TopTips"), a = S("departPerson"), l = S("TopPopup"), u = S("attchViews");
|
|
9622
9581
|
return h(), f("div", zy, [
|
|
9623
|
-
i.taskNode && i.taskNode.length > 0 && i.taskNode[0].taskState != 11 ? (h(), f(
|
|
9624
|
-
i.nextNodeData.length ? (h(!0), f(
|
|
9582
|
+
i.taskNode && i.taskNode.length > 0 && i.taskNode[0].taskState != 11 ? (h(), f(I, { key: 0 }, [
|
|
9583
|
+
i.nextNodeData.length ? (h(!0), f(I, { key: 0 }, F(i.nextNodeData, (c) => {
|
|
9625
9584
|
var d, v;
|
|
9626
|
-
return h(), f(
|
|
9585
|
+
return h(), f(I, null, [
|
|
9627
9586
|
c.type != "endEvent" && o.isOption(
|
|
9628
9587
|
(v = (d = c == null ? void 0 : c.userTaskModelDTO) == null ? void 0 : d.humanPerformer) == null ? void 0 : v.name
|
|
9629
|
-
) ? (h(), f(
|
|
9588
|
+
) ? (h(), f(I, { key: 0 }, [
|
|
9630
9589
|
p("div", null, [
|
|
9631
9590
|
J(w(c.userTaskModelDTO.name) + " ", 1),
|
|
9632
9591
|
_y,
|
|
@@ -9639,14 +9598,14 @@ function pC(e, t, s, n, i, o) {
|
|
|
9639
9598
|
}, [
|
|
9640
9599
|
p("div", eC, [
|
|
9641
9600
|
i.partNode[c.id] && i.partNode[c.id].length ? (h(), f("div", tC, [
|
|
9642
|
-
(h(!0), f(
|
|
9601
|
+
(h(!0), f(I, null, F(i.partNode[c.id], (C, b) => (h(), f("span", null, w(b == 0 ? C : `,${C}`), 1))), 256))
|
|
9643
9602
|
])) : (h(), f("div", sC, iC))
|
|
9644
9603
|
])
|
|
9645
9604
|
], 8, $y)
|
|
9646
9605
|
], 64)) : E("", !0)
|
|
9647
9606
|
], 64);
|
|
9648
|
-
}), 256)) : i.outGatewayUserTaskModel.length ? (h(!0), f(
|
|
9649
|
-
c.type != "endEvent" ? (h(), f(
|
|
9607
|
+
}), 256)) : i.outGatewayUserTaskModel.length ? (h(!0), f(I, { key: 1 }, F(i.outGatewayUserTaskModel, (c) => (h(), f(I, null, [
|
|
9608
|
+
c.type != "endEvent" ? (h(), f(I, { key: 0 }, [
|
|
9650
9609
|
oC,
|
|
9651
9610
|
p("div", {
|
|
9652
9611
|
class: "process-pc-value",
|
|
@@ -9654,7 +9613,7 @@ function pC(e, t, s, n, i, o) {
|
|
|
9654
9613
|
}, [
|
|
9655
9614
|
p("div", aC, [
|
|
9656
9615
|
i.partNode[c.id] && i.partNode[c.id].length ? (h(), f("div", lC, [
|
|
9657
|
-
(h(!0), f(
|
|
9616
|
+
(h(!0), f(I, null, F(i.partNode[c.id], (d, v) => (h(), f("span", null, w(v == 0 ? d : `,${d}`), 1))), 256))
|
|
9658
9617
|
])) : (h(), f("div", cC, dC))
|
|
9659
9618
|
])
|
|
9660
9619
|
], 8, rC)
|
|
@@ -9696,7 +9655,7 @@ function pC(e, t, s, n, i, o) {
|
|
|
9696
9655
|
}, null, 8, ["limit", "requires", "request", "linkUrl", "onGetValue"])) : E("", !0)
|
|
9697
9656
|
]);
|
|
9698
9657
|
}
|
|
9699
|
-
const hC = /* @__PURE__ */ te(Zy, [["render", pC], ["__scopeId", "data-v-
|
|
9658
|
+
const hC = /* @__PURE__ */ te(Zy, [["render", pC], ["__scopeId", "data-v-4c2c760e"]]);
|
|
9700
9659
|
const fC = {
|
|
9701
9660
|
name: "restart",
|
|
9702
9661
|
props: {
|
|
@@ -9820,7 +9779,7 @@ function EC(e, t, s, n, i, o) {
|
|
|
9820
9779
|
}, [
|
|
9821
9780
|
p("div", yC, [
|
|
9822
9781
|
i.partNode[i.getFirstProcessNode.id] && i.partNode[i.getFirstProcessNode.id].length ? (h(), f("div", CC, [
|
|
9823
|
-
(h(!0), f(
|
|
9782
|
+
(h(!0), f(I, null, F(i.partNode[i.getFirstProcessNode.id], (u, c) => (h(), f("span", null, w(c == 0 ? u : `,${u}`), 1))), 256))
|
|
9824
9783
|
])) : (h(), f("div", bC, IC))
|
|
9825
9784
|
])
|
|
9826
9785
|
])
|
|
@@ -10148,16 +10107,15 @@ const wC = /* @__PURE__ */ te(fC, [["render", EC], ["__scopeId", "data-v-91c0258
|
|
|
10148
10107
|
async showOperation(e, t, s, n) {
|
|
10149
10108
|
if (this.beforeFunction && !this.beforeFunction())
|
|
10150
10109
|
return;
|
|
10151
|
-
if (this
|
|
10110
|
+
if (this.processStatus.allUserNames && this.processStatus.allUserNames.length == 1 && this.taskNode[0] && this.taskNode[0].nodeId) {
|
|
10152
10111
|
let o;
|
|
10153
10112
|
this.getVars && (o = this.getVars()), await this.handleGetSimulation(o);
|
|
10154
10113
|
}
|
|
10155
|
-
s && (this.operationParam.request = s, this.annexlabel = n), this.titleText = t, this.operationCom = e, 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 = t, this.operationParam.formData = this.formData, 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.canCheck = this.canCheck, this.taskObj.commentModels.some(
|
|
10114
|
+
s && (this.operationParam.request = s, this.annexlabel = n), this.titleText = t, this.operationCom = e, this.$refs.TopPopup1.handleOpen(), 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 = t, this.operationParam.formData = this.formData, 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.canCheck = this.canCheck, this.taskObj.commentModels.some(
|
|
10156
10115
|
(o) => this.operationParam.actionComplete = o != null && o.isDefault ? o.actionName : ""
|
|
10157
10116
|
);
|
|
10158
10117
|
},
|
|
10159
10118
|
handleCancel() {
|
|
10160
|
-
console.log("handleCancel");
|
|
10161
10119
|
},
|
|
10162
10120
|
async handleComfig() {
|
|
10163
10121
|
this.$refs.operationRef.confirm();
|
|
@@ -10178,7 +10136,6 @@ const wC = /* @__PURE__ */ te(fC, [["render", EC], ["__scopeId", "data-v-91c0258
|
|
|
10178
10136
|
}));
|
|
10179
10137
|
},
|
|
10180
10138
|
handleTipsCancel() {
|
|
10181
|
-
console.log("handleTipsCancel");
|
|
10182
10139
|
},
|
|
10183
10140
|
getColor(e) {
|
|
10184
10141
|
return e == "\u5BA1\u6838\u4E2D" ? "#FFA52D" : e == "\u5DF2\u9A73\u56DE" ? "#F14B4C" : e == "\u5DF2\u64A4\u9500" ? "#CECECE" : e == "\u5DF2\u5B8C\u6210" ? "#6DC743" : "#1389FF";
|
|
@@ -10240,7 +10197,7 @@ const wC = /* @__PURE__ */ te(fC, [["render", EC], ["__scopeId", "data-v-91c0258
|
|
|
10240
10197
|
}
|
|
10241
10198
|
}
|
|
10242
10199
|
});
|
|
10243
|
-
const ps = (e) => (be("data-v-
|
|
10200
|
+
const ps = (e) => (be("data-v-bc5a7ad5"), e = e(), ke(), e), BC = { class: "process-warp" }, TC = {
|
|
10244
10201
|
key: 0,
|
|
10245
10202
|
class: "process-main"
|
|
10246
10203
|
}, DC = { class: "process-ml-item border" }, SC = /* @__PURE__ */ ps(() => /* @__PURE__ */ p("div", { class: "process-mli-name" }, "\u6D41\u7A0B\u72B6\u6001", -1)), OC = { class: "process-mli-value" }, QC = { class: "process-ml-item border" }, xC = /* @__PURE__ */ ps(() => /* @__PURE__ */ p("div", { class: "process-mli-name" }, "\u6D41\u7A0B\u53D1\u8D77\u65F6\u95F4", -1)), VC = { class: "process-mli-value" }, FC = {
|
|
@@ -10302,16 +10259,16 @@ function _C(e, t, s, n, i, o) {
|
|
|
10302
10259
|
trackList: e.trackList
|
|
10303
10260
|
}, {
|
|
10304
10261
|
default: fe(() => [
|
|
10305
|
-
e.selfTapList && e.selfTapList.length ? (h(!0), f(
|
|
10262
|
+
e.selfTapList && e.selfTapList.length ? (h(!0), f(I, { key: 0 }, F(e.selfTapList, (u, c) => (h(), f("div", {
|
|
10306
10263
|
key: c,
|
|
10307
10264
|
slot: u.slot
|
|
10308
10265
|
}, [
|
|
10309
10266
|
nt(e.$slots, u.slot, {}, void 0, !0)
|
|
10310
|
-
], 8, MC))), 128)) : (h(), f(
|
|
10267
|
+
], 8, MC))), 128)) : (h(), f(I, { key: 1 }, [
|
|
10311
10268
|
p("div", LC, [
|
|
10312
10269
|
nt(e.$slots, "default", {}, void 0, !0)
|
|
10313
10270
|
]),
|
|
10314
|
-
(h(!0), f(
|
|
10271
|
+
(h(!0), f(I, null, F(e.tapList, (u, c) => (h(), f("div", {
|
|
10315
10272
|
style: {},
|
|
10316
10273
|
key: c,
|
|
10317
10274
|
slot: u.slot
|
|
@@ -10326,19 +10283,19 @@ function _C(e, t, s, n, i, o) {
|
|
|
10326
10283
|
p("div", GC, [
|
|
10327
10284
|
e.isAdditional ? (h(), f("div", RC, [
|
|
10328
10285
|
nt(e.$slots, "btn", {}, void 0, !0)
|
|
10329
|
-
])) : (h(), f(
|
|
10286
|
+
])) : (h(), f(I, { key: 1 }, [
|
|
10330
10287
|
e.isDocument && (e.formData.currentState == "\u7F16\u6587\u53F7\u5957\u7EA2" || e.formData.currentState == "\u76D6\u7AE0") ? (h(), f("div", {
|
|
10331
10288
|
key: 0,
|
|
10332
10289
|
class: "top-button",
|
|
10333
10290
|
style: _(e.getBtnStyle("default"))
|
|
10334
|
-
}, " \u8BF7\u53BBPC\u7AEF\u5904\u7406\u8BE5\u6D41\u7A0B ", 4)) : (h(), f(
|
|
10335
|
-
e.formData.currentState != "\u5DF2\u5B8C\u6210" || e.processStatus.status != "\u5DF2\u5B8C\u6210" || e.processStatus.bizStatusName != "\u5DF2\u5B8C\u6210" ? (h(), f(
|
|
10291
|
+
}, " \u8BF7\u53BBPC\u7AEF\u5904\u7406\u8BE5\u6D41\u7A0B ", 4)) : (h(), f(I, { key: 1 }, [
|
|
10292
|
+
e.formData.currentState != "\u5DF2\u5B8C\u6210" || e.processStatus.status != "\u5DF2\u5B8C\u6210" || e.processStatus.bizStatusName != "\u5DF2\u5B8C\u6210" ? (h(), f(I, { key: 0 }, [
|
|
10336
10293
|
e.formData.currentState === "\u5DF2\u64A4\u9500" || e.formData.currentState === "\u5DF2\u9A73\u56DE" || e.processStatus.status === "\u5DF2\u64A4\u9500" || e.processStatus.status === "\u5DF2\u9A73\u56DE" || e.processStatus.bizStatusName === "\u5DF2\u64A4\u9500" || e.processStatus.bizStatusName === "\u5DF2\u9A73\u56DE" ? (h(), f("div", {
|
|
10337
10294
|
key: 0,
|
|
10338
10295
|
class: "top-button",
|
|
10339
10296
|
style: _(e.getBtnStyle("default")),
|
|
10340
10297
|
onClick: t[0] || (t[0] = (...u) => e.handleRestart && e.handleRestart(...u))
|
|
10341
|
-
}, " \u91CD\u65B0\u63D0\u4EA4 ", 4)) : (h(!0), f(
|
|
10298
|
+
}, " \u91CD\u65B0\u63D0\u4EA4 ", 4)) : (h(!0), f(I, { key: 1 }, F(e.operBtn, (u, c) => (h(), f(I, null, [
|
|
10342
10299
|
c < 3 ? (h(), f("div", {
|
|
10343
10300
|
class: "top-button",
|
|
10344
10301
|
style: _(
|
|
@@ -10396,11 +10353,11 @@ function _C(e, t, s, n, i, o) {
|
|
|
10396
10353
|
e.actionShow ? "transform: translateY(0)" : "transform: translateY(100%)"
|
|
10397
10354
|
)
|
|
10398
10355
|
}, [
|
|
10399
|
-
e.taskNodeShow ? (h(!0), f(
|
|
10356
|
+
e.taskNodeShow ? (h(!0), f(I, { key: 0 }, F(e.taskNodeList, (u) => (h(), f("div", {
|
|
10400
10357
|
class: "top-elips-items",
|
|
10401
10358
|
onClick: (c) => e.handleGet(u),
|
|
10402
10359
|
key: u.taskId
|
|
10403
|
-
}, w(u.name), 9, ZC))), 128)) : (h(!0), f(
|
|
10360
|
+
}, w(u.name), 9, ZC))), 128)) : (h(!0), f(I, { key: 1 }, F(e.actionBtn, (u) => (h(), f("div", {
|
|
10404
10361
|
class: "top-elips-items",
|
|
10405
10362
|
onClick: (c) => u.click(u.name),
|
|
10406
10363
|
key: u.name
|
|
@@ -10419,7 +10376,7 @@ function _C(e, t, s, n, i, o) {
|
|
|
10419
10376
|
}, null, 4)
|
|
10420
10377
|
]);
|
|
10421
10378
|
}
|
|
10422
|
-
const bb = /* @__PURE__ */ te(NC, [["render", _C], ["__scopeId", "data-v-
|
|
10379
|
+
const bb = /* @__PURE__ */ te(NC, [["render", _C], ["__scopeId", "data-v-bc5a7ad5"]]), XC = Me({
|
|
10423
10380
|
name: "TopSubmitPopup",
|
|
10424
10381
|
components: {
|
|
10425
10382
|
TopPopup: Ne,
|
|
@@ -10519,7 +10476,7 @@ const bb = /* @__PURE__ */ te(NC, [["render", _C], ["__scopeId", "data-v-dcecab9
|
|
|
10519
10476
|
processGroupName: this.processName
|
|
10520
10477
|
}
|
|
10521
10478
|
}).then((s) => {
|
|
10522
|
-
|
|
10479
|
+
s.code == 200 && (this.option = s.data, this.option && this.option.length && this.processName && (this.checkedItem = this.option[0], this.selectDefaultValue = this.checkedItem.id, this.$emit(
|
|
10523
10480
|
"change",
|
|
10524
10481
|
this.checkedItem,
|
|
10525
10482
|
this.option
|
|
@@ -10547,7 +10504,7 @@ const bb = /* @__PURE__ */ te(NC, [["render", _C], ["__scopeId", "data-v-dcecab9
|
|
|
10547
10504
|
});
|
|
10548
10505
|
},
|
|
10549
10506
|
handleChange(e, t) {
|
|
10550
|
-
this.handleTips("", !0, "loading"),
|
|
10507
|
+
this.handleTips("", !0, "loading"), this.checkedItem = e, this.handlefirstNode(this.checkedItem.id), this.getAfferentParticipantNodeList(), this.getDiagramUrl(), this.$emit("change", e, t), this.$refs.topTips.handleClose();
|
|
10551
10508
|
},
|
|
10552
10509
|
getAfferentParticipantNodeList() {
|
|
10553
10510
|
this.request.get("/aws/repository/getAfferentParticipantNodeList", {
|
|
@@ -10555,7 +10512,7 @@ const bb = /* @__PURE__ */ te(NC, [["render", _C], ["__scopeId", "data-v-dcecab9
|
|
|
10555
10512
|
processDefId: this.checkedItem.id
|
|
10556
10513
|
}
|
|
10557
10514
|
}).then((e) => {
|
|
10558
|
-
e.code == 200 && (this.personList = e.data.slice(1), this.$emit("change", this.checkedItem, e.data));
|
|
10515
|
+
e.code == 200 && (this.firstPerson && this.firstPerson.length && (this.personList = e.data.slice(1)), this.$emit("change", this.checkedItem, e.data));
|
|
10559
10516
|
});
|
|
10560
10517
|
},
|
|
10561
10518
|
getDiagramUrl() {
|
|
@@ -10570,7 +10527,7 @@ const bb = /* @__PURE__ */ te(NC, [["render", _C], ["__scopeId", "data-v-dcecab9
|
|
|
10570
10527
|
});
|
|
10571
10528
|
},
|
|
10572
10529
|
handleOpenPerson(e) {
|
|
10573
|
-
if (
|
|
10530
|
+
if (this.visiblePerson = !0, this.personObjId = e.id, e.humanPerformerName === "\u4EFB\u610F\u6307\u5B9A")
|
|
10574
10531
|
this.entity = {
|
|
10575
10532
|
source: "1",
|
|
10576
10533
|
type: "0",
|
|
@@ -10607,10 +10564,9 @@ const bb = /* @__PURE__ */ te(NC, [["render", _C], ["__scopeId", "data-v-dcecab9
|
|
|
10607
10564
|
handleCallback(e) {
|
|
10608
10565
|
this.multiNodeParticipant[this.personObjId] = [], this.partNode[this.personObjId] = [], e.map((t, s) => {
|
|
10609
10566
|
this.multiNodeParticipant[this.personObjId].push(t.uid), this.partNode[this.personObjId].push(t.name);
|
|
10610
|
-
}), this.visiblePerson = !1
|
|
10567
|
+
}), this.visiblePerson = !1;
|
|
10611
10568
|
},
|
|
10612
10569
|
handleCancel() {
|
|
10613
|
-
console.log("cancel_No");
|
|
10614
10570
|
},
|
|
10615
10571
|
async handleSumbit() {
|
|
10616
10572
|
if (this.firstPerson && this.firstPerson.length && !this.multiNodeParticipant[this.firstPerson[0].id]) {
|
|
@@ -10621,10 +10577,14 @@ const bb = /* @__PURE__ */ te(NC, [["render", _C], ["__scopeId", "data-v-dcecab9
|
|
|
10621
10577
|
);
|
|
10622
10578
|
return;
|
|
10623
10579
|
}
|
|
10624
|
-
|
|
10580
|
+
if (this.beforeFunction) {
|
|
10581
|
+
await this.beforeFunction(), await this.handleSongshen();
|
|
10582
|
+
return;
|
|
10583
|
+
}
|
|
10584
|
+
await this.handleSongshen();
|
|
10625
10585
|
},
|
|
10626
10586
|
async handleSongshen() {
|
|
10627
|
-
this.handleTips("", !0, "loading"), this.resubmit ?
|
|
10587
|
+
this.handleTips("", !0, "loading"), this.resubmit ? await this.request.post("/aws/pis/reactivate", {
|
|
10628
10588
|
processInstId: this.processId,
|
|
10629
10589
|
isClearHistory: this.isClearHistory,
|
|
10630
10590
|
reactivateReason: "\u91CD\u65B0\u63D0\u4EA4",
|
|
@@ -10633,7 +10593,7 @@ const bb = /* @__PURE__ */ te(NC, [["render", _C], ["__scopeId", "data-v-dcecab9
|
|
|
10633
10593
|
e.code == 200 ? (this.show = !1, this.$emit("update:visible", this.show), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.$emit("successFn")) : this.handleTips(e.msg, !0, "error");
|
|
10634
10594
|
}).catch((e) => {
|
|
10635
10595
|
this.handleTips(e.msg, !0, "error");
|
|
10636
|
-
})
|
|
10596
|
+
}) : await this.request.post("/aws/pis/createAndStart", {
|
|
10637
10597
|
title: this.title,
|
|
10638
10598
|
processDefId: this.checkedItem.id,
|
|
10639
10599
|
processBusinessKey: this.id,
|
|
@@ -10698,14 +10658,14 @@ function yb(e, t, s, n, i, o) {
|
|
|
10698
10658
|
onClick: t[0] || (t[0] = (d) => e.taskurlshow = !0)
|
|
10699
10659
|
}, " \u67E5\u770B\u6D41\u7A0B\u56FE ")) : E("", !0),
|
|
10700
10660
|
e.firstPerson && e.firstPerson.length ? (h(), f("div", eb, [
|
|
10701
|
-
(h(!0), f(
|
|
10661
|
+
(h(!0), f(I, null, F(e.firstPerson, (d, v) => (h(), f("div", tb, [
|
|
10702
10662
|
p("div", sb, [
|
|
10703
10663
|
J(w(d.name) + " ", 1),
|
|
10704
10664
|
nb
|
|
10705
10665
|
]),
|
|
10706
10666
|
p("div", ib, [
|
|
10707
10667
|
e.partNode[d.id] && e.partNode[d.id].length ? (h(), f("div", ob, [
|
|
10708
|
-
(h(!0), f(
|
|
10668
|
+
(h(!0), f(I, null, F(e.partNode[d.id], (C, b) => (h(), f("span", null, w(b >= 3 ? "" : b == 0 ? C : `,${C}`), 1))), 256)),
|
|
10709
10669
|
e.partNode[d.id].length > 3 ? (h(), f("span", rb, "...\u7B49" + w(e.partNode[d.id].length) + "\u4EBA", 1)) : E("", !0)
|
|
10710
10670
|
])) : (h(), f("div", ab)),
|
|
10711
10671
|
p("div", {
|
|
@@ -10716,11 +10676,11 @@ function yb(e, t, s, n, i, o) {
|
|
|
10716
10676
|
]))), 256))
|
|
10717
10677
|
])) : E("", !0),
|
|
10718
10678
|
e.personList && e.personList.length ? (h(), f("div", cb, [
|
|
10719
|
-
(h(!0), f(
|
|
10679
|
+
(h(!0), f(I, null, F(e.personList, (d, v) => (h(), f("div", ub, [
|
|
10720
10680
|
p("div", db, w(d.name), 1),
|
|
10721
10681
|
p("div", pb, [
|
|
10722
10682
|
e.partNode[d.id] && e.partNode[d.id].length ? (h(), f("div", hb, [
|
|
10723
|
-
(h(!0), f(
|
|
10683
|
+
(h(!0), f(I, null, F(e.partNode[d.id], (C, b) => (h(), f("span", null, w(b >= 3 ? "" : b == 0 ? C : `,${C}`), 1))), 256)),
|
|
10724
10684
|
e.partNode[d.id].length > 3 ? (h(), f("span", fb, "...\u7B49" + w(e.partNode[d.id].length) + "\u4EBA", 1)) : E("", !0)
|
|
10725
10685
|
])) : (h(), f("div", mb)),
|
|
10726
10686
|
p("div", {
|