ui-process-h5 1.2.24 → 1.2.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/v2/style.css +1 -1
- package/v2/ui-process-h5.js +12 -12
- package/v2/ui-process-h5.umd.cjs +1 -1
- package/v2.7/style.css +1 -1
- package/v2.7/ui-process-h5.js +12 -12
- package/v2.7/ui-process-h5.umd.cjs +1 -1
- package/v3/style.css +1 -1
- package/v3/ui-process-h5.js +266 -268
- package/v3/ui-process-h5.umd.cjs +8 -8
package/v3/ui-process-h5.js
CHANGED
|
@@ -4520,7 +4520,7 @@ const ih = /* @__PURE__ */ Z(xu, [["render", sh], ["__scopeId", "data-v-12b5642a
|
|
|
4520
4520
|
mounted() {
|
|
4521
4521
|
this.$nextTick(() => {
|
|
4522
4522
|
let e = document.createElement("input");
|
|
4523
|
-
e.type = "file", e.className = "upload-input", e.style = "opacity: 0;position: absolute;", e.multiple = !0, e.id = "fileUp", e.addEventListener("change", this.handleSelect), document.getElementById("inputfile").appendChild(e);
|
|
4523
|
+
e.type = "file", e.className = "upload-input", e.style = "opacity: 0;position: absolute;width:100%;height:100%;visibility: hidden;", e.multiple = !0, e.id = "fileUp", e.addEventListener("change", this.handleSelect), document.getElementById("inputfile").appendChild(e);
|
|
4524
4524
|
});
|
|
4525
4525
|
},
|
|
4526
4526
|
methods: {
|
|
@@ -4638,18 +4638,14 @@ const ah = { class: "attch-upload" }, rh = {
|
|
|
4638
4638
|
}, lh = { class: "attch-upload-body" }, ch = { class: "upload-header" }, dh = { class: "upload-header-title" }, ph = {
|
|
4639
4639
|
key: 0,
|
|
4640
4640
|
class: "upload-header-title--re"
|
|
4641
|
-
}, uh = { class: "upload-header-upload" }, hh = {
|
|
4642
|
-
key: 0,
|
|
4643
|
-
class: "upload-header-upload--item",
|
|
4644
|
-
id: "inputfile"
|
|
4645
|
-
}, fh = ["src"], Ah = { class: "upload-body" }, mh = {
|
|
4641
|
+
}, uh = { class: "upload-header-upload" }, hh = ["src"], fh = { class: "upload-body" }, Ah = {
|
|
4646
4642
|
key: 0,
|
|
4647
4643
|
class: "upload-list"
|
|
4648
|
-
},
|
|
4644
|
+
}, mh = { class: "list-items-icon" }, gh = ["src"], yh = ["src"], kh = ["src"], Ch = ["src"], Ih = ["src"], bh = ["src"], Eh = { class: "list-items-info" }, vh = { class: "info-name" }, wh = { class: "info-attribute" }, Bh = { class: "info-attribute-size" }, Nh = ["onClick"], Th = {
|
|
4649
4645
|
key: 0,
|
|
4650
4646
|
class: "list-items-operation"
|
|
4651
|
-
},
|
|
4652
|
-
function
|
|
4647
|
+
}, Dh = ["onClick"], Sh = ["src"];
|
|
4648
|
+
function Qh(e, s, i, n, a, c) {
|
|
4653
4649
|
const A = x("TopTips"), C = x("PreviewImage"), I = x("PreView"), b = x("TopPopup");
|
|
4654
4650
|
return u(), f("div", ah, [
|
|
4655
4651
|
e.buttonLoading ? (u(), f("div", rh)) : w("", !0),
|
|
@@ -4660,22 +4656,24 @@ function Oh(e, s, i, n, a, c) {
|
|
|
4660
4656
|
e.requires ? (u(), f("span", ph, "*")) : w("", !0)
|
|
4661
4657
|
]),
|
|
4662
4658
|
p("div", uh, [
|
|
4663
|
-
e.onlyShow ? w("", !0) : (u(), f("div",
|
|
4664
|
-
|
|
4665
|
-
|
|
4666
|
-
|
|
4667
|
-
|
|
4659
|
+
e.onlyShow ? w("", !0) : (u(), f("div", {
|
|
4660
|
+
key: 0,
|
|
4661
|
+
class: "upload-header-upload--item",
|
|
4662
|
+
id: "inputfile",
|
|
4663
|
+
onClick: s[0] || (s[0] = (...h) => e.handleClick && e.handleClick(...h))
|
|
4664
|
+
}, [
|
|
4665
|
+
p("img", { src: e.addFile }, null, 8, hh),
|
|
4668
4666
|
M("\u4E0A\u4F20\u9644\u4EF6 ")
|
|
4669
4667
|
]))
|
|
4670
4668
|
])
|
|
4671
4669
|
]),
|
|
4672
|
-
p("div",
|
|
4673
|
-
e.filesArr.length > 0 ? (u(), f("div",
|
|
4670
|
+
p("div", fh, [
|
|
4671
|
+
e.filesArr.length > 0 ? (u(), f("div", Ah, [
|
|
4674
4672
|
(u(!0), f(T, null, J(e.filesArr, (h, m) => (u(), f("div", {
|
|
4675
4673
|
class: "list-items",
|
|
4676
4674
|
key: h.uuid
|
|
4677
4675
|
}, [
|
|
4678
|
-
p("div",
|
|
4676
|
+
p("div", mh, [
|
|
4679
4677
|
e.xlsIcon.includes(
|
|
4680
4678
|
h.name.substring(
|
|
4681
4679
|
h.name.lastIndexOf(".") + 1
|
|
@@ -4684,7 +4682,7 @@ function Oh(e, s, i, n, a, c) {
|
|
|
4684
4682
|
key: 0,
|
|
4685
4683
|
class: "icon-img",
|
|
4686
4684
|
src: e.xls
|
|
4687
|
-
}, null, 8,
|
|
4685
|
+
}, null, 8, gh)) : e.imgIcon.includes(
|
|
4688
4686
|
h.name.substring(
|
|
4689
4687
|
h.name.lastIndexOf(".") + 1
|
|
4690
4688
|
)
|
|
@@ -4692,13 +4690,13 @@ function Oh(e, s, i, n, a, c) {
|
|
|
4692
4690
|
key: 1,
|
|
4693
4691
|
class: "icon-img",
|
|
4694
4692
|
src: e.image
|
|
4695
|
-
}, null, 8,
|
|
4693
|
+
}, null, 8, yh)) : h.name.substring(
|
|
4696
4694
|
h.name.lastIndexOf(".") + 1
|
|
4697
4695
|
) == "pdf" ? (u(), f("img", {
|
|
4698
4696
|
key: 2,
|
|
4699
4697
|
class: "icon-img",
|
|
4700
4698
|
src: e.pdf
|
|
4701
|
-
}, null, 8,
|
|
4699
|
+
}, null, 8, kh)) : e.docIcon.includes(
|
|
4702
4700
|
h.name.substring(
|
|
4703
4701
|
h.name.lastIndexOf(".") + 1
|
|
4704
4702
|
)
|
|
@@ -4706,7 +4704,7 @@ function Oh(e, s, i, n, a, c) {
|
|
|
4706
4704
|
key: 3,
|
|
4707
4705
|
class: "icon-img",
|
|
4708
4706
|
src: e.doc
|
|
4709
|
-
}, null, 8,
|
|
4707
|
+
}, null, 8, Ch)) : e.zipIcon.includes(
|
|
4710
4708
|
h.name.substring(
|
|
4711
4709
|
h.name.lastIndexOf(".") + 1
|
|
4712
4710
|
)
|
|
@@ -4714,16 +4712,16 @@ function Oh(e, s, i, n, a, c) {
|
|
|
4714
4712
|
key: 4,
|
|
4715
4713
|
class: "icon-img",
|
|
4716
4714
|
src: e.zip
|
|
4717
|
-
}, null, 8,
|
|
4715
|
+
}, null, 8, Ih)) : (u(), f("img", {
|
|
4718
4716
|
key: 5,
|
|
4719
4717
|
class: "icon-img",
|
|
4720
4718
|
src: e.file
|
|
4721
|
-
}, null, 8,
|
|
4719
|
+
}, null, 8, bh))
|
|
4722
4720
|
]),
|
|
4723
|
-
p("div",
|
|
4724
|
-
p("div",
|
|
4725
|
-
p("div",
|
|
4726
|
-
p("span",
|
|
4721
|
+
p("div", Eh, [
|
|
4722
|
+
p("div", vh, B(h.originFileName), 1),
|
|
4723
|
+
p("div", wh, [
|
|
4724
|
+
p("span", Bh, B(h.fileSize < 1024 ? h.fileSize : h.fileSize / 1024 > 1024 ? parseFloat(
|
|
4727
4725
|
(h.fileSize / 1024 / 1024).toFixed(2)
|
|
4728
4726
|
) : parseFloat(
|
|
4729
4727
|
(h.fileSize / 1024).toFixed(2)
|
|
@@ -4733,16 +4731,16 @@ function Oh(e, s, i, n, a, c) {
|
|
|
4733
4731
|
p("span", {
|
|
4734
4732
|
class: "info-attribute-views",
|
|
4735
4733
|
onClick: (N) => e.viewFile(h, m)
|
|
4736
|
-
}, " \u9884\u89C8 ", 8,
|
|
4734
|
+
}, " \u9884\u89C8 ", 8, Nh)
|
|
4737
4735
|
])
|
|
4738
4736
|
]),
|
|
4739
|
-
e.onlyShow ? w("", !0) : (u(), f("div",
|
|
4737
|
+
e.onlyShow ? w("", !0) : (u(), f("div", Th, [
|
|
4740
4738
|
p("div", {
|
|
4741
4739
|
onClick: (N) => e.handleDel(m, h),
|
|
4742
4740
|
class: "list-items-operation-img"
|
|
4743
4741
|
}, [
|
|
4744
|
-
p("img", { src: e.del }, null, 8,
|
|
4745
|
-
], 8,
|
|
4742
|
+
p("img", { src: e.del }, null, 8, Sh)
|
|
4743
|
+
], 8, Dh)
|
|
4746
4744
|
]))
|
|
4747
4745
|
]))), 128))
|
|
4748
4746
|
])) : w("", !0)
|
|
@@ -4775,8 +4773,8 @@ function Oh(e, s, i, n, a, c) {
|
|
|
4775
4773
|
}, 8, ["visible"])
|
|
4776
4774
|
]);
|
|
4777
4775
|
}
|
|
4778
|
-
const pt = /* @__PURE__ */ Z(oh, [["render",
|
|
4779
|
-
const
|
|
4776
|
+
const pt = /* @__PURE__ */ Z(oh, [["render", Qh], ["__scopeId", "data-v-2fb31c81"]]);
|
|
4777
|
+
const Oh = {
|
|
4780
4778
|
name: "counterSign",
|
|
4781
4779
|
props: {
|
|
4782
4780
|
param: {
|
|
@@ -4900,38 +4898,38 @@ const Vh = {
|
|
|
4900
4898
|
this.param.endFunction && this.param.endFunction();
|
|
4901
4899
|
}
|
|
4902
4900
|
}
|
|
4903
|
-
}, bt = (e) => (pe("data-v-
|
|
4901
|
+
}, bt = (e) => (pe("data-v-4a61aefd"), e = e(), ue(), e), Vh = { class: "process-popup-content" }, xh = /* @__PURE__ */ bt(() => /* @__PURE__ */ p("div", { class: "process-pc-label" }, [
|
|
4904
4902
|
/* @__PURE__ */ M(" \u52A0\u7B7E\u7406\u7531\uFF1A"),
|
|
4905
4903
|
/* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*")
|
|
4906
|
-
], -1)),
|
|
4904
|
+
], -1)), Fh = { class: "process-pc-value" }, Uh = { class: "process-popup-textarea" }, Jh = /* @__PURE__ */ bt(() => /* @__PURE__ */ p("div", null, [
|
|
4907
4905
|
/* @__PURE__ */ p("br"),
|
|
4908
4906
|
/* @__PURE__ */ M(" \u5BA1\u6279\u4EBA "),
|
|
4909
4907
|
/* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*")
|
|
4910
|
-
], -1)),
|
|
4908
|
+
], -1)), Ph = ["onClick"], Mh = { class: "process-pc-value--people" }, Lh = {
|
|
4911
4909
|
key: 0,
|
|
4912
4910
|
class: "process-pc-value--data"
|
|
4913
|
-
},
|
|
4911
|
+
}, Gh = {
|
|
4914
4912
|
key: 1,
|
|
4915
4913
|
class: "process-pc-value--data",
|
|
4916
4914
|
style: { color: "#888" }
|
|
4917
|
-
},
|
|
4918
|
-
|
|
4919
|
-
],
|
|
4915
|
+
}, Rh = /* @__PURE__ */ bt(() => /* @__PURE__ */ p("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), qh = [
|
|
4916
|
+
Rh
|
|
4917
|
+
], jh = { class: "process-pc-label" }, Kh = /* @__PURE__ */ bt(() => /* @__PURE__ */ p("br", null, null, -1)), Yh = /* @__PURE__ */ bt(() => /* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*", -1)), Hh = ["onClick"], Wh = { class: "process-pc-value--people" }, Zh = {
|
|
4920
4918
|
key: 0,
|
|
4921
4919
|
class: "process-pc-value--data"
|
|
4922
|
-
},
|
|
4920
|
+
}, zh = {
|
|
4923
4921
|
key: 1,
|
|
4924
4922
|
class: "process-pc-value--data",
|
|
4925
4923
|
style: { color: "#888" }
|
|
4926
|
-
},
|
|
4927
|
-
|
|
4924
|
+
}, Xh = /* @__PURE__ */ bt(() => /* @__PURE__ */ p("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), _h = [
|
|
4925
|
+
Xh
|
|
4928
4926
|
];
|
|
4929
|
-
function
|
|
4927
|
+
function $h(e, s, i, n, a, c) {
|
|
4930
4928
|
const A = x("TopTips"), C = x("departPerson"), I = x("TopPopup"), b = x("attchViews");
|
|
4931
|
-
return u(), f("div",
|
|
4932
|
-
|
|
4933
|
-
p("div",
|
|
4934
|
-
p("div",
|
|
4929
|
+
return u(), f("div", Vh, [
|
|
4930
|
+
xh,
|
|
4931
|
+
p("div", Fh, [
|
|
4932
|
+
p("div", Uh, [
|
|
4935
4933
|
It(p("textarea", {
|
|
4936
4934
|
"onUpdate:modelValue": s[0] || (s[0] = (h) => a.commentMsg = h),
|
|
4937
4935
|
class: "textarea-item",
|
|
@@ -4951,37 +4949,37 @@ function ef(e, s, i, n, a, c) {
|
|
|
4951
4949
|
h.type != "endEvent" && c.isOption(
|
|
4952
4950
|
(N = (m = h == null ? void 0 : h.userTaskModelDTO) == null ? void 0 : m.humanPerformer) == null ? void 0 : N.name
|
|
4953
4951
|
) ? (u(), f(T, { key: 0 }, [
|
|
4954
|
-
|
|
4952
|
+
Jh,
|
|
4955
4953
|
p("div", {
|
|
4956
4954
|
class: "process-pc-value",
|
|
4957
4955
|
onClick: (S) => c.handleOpenPopup(h.id)
|
|
4958
4956
|
}, [
|
|
4959
|
-
p("div",
|
|
4960
|
-
a.partNode[h.id] && a.partNode[h.id].length ? (u(), f("div",
|
|
4957
|
+
p("div", Mh, [
|
|
4958
|
+
a.partNode[h.id] && a.partNode[h.id].length ? (u(), f("div", Lh, [
|
|
4961
4959
|
(u(!0), f(T, null, J(a.partNode[h.id], (S, F) => (u(), f("span", null, B(F == 0 ? S : `,${S}`), 1))), 256))
|
|
4962
|
-
])) : (u(), f("div",
|
|
4960
|
+
])) : (u(), f("div", Gh, qh))
|
|
4963
4961
|
])
|
|
4964
|
-
], 8,
|
|
4962
|
+
], 8, Ph)
|
|
4965
4963
|
], 64)) : w("", !0)
|
|
4966
4964
|
], 64);
|
|
4967
4965
|
}), 256)) : a.outGatewayUserTaskModel.length ? (u(!0), f(T, { key: 1 }, J(a.outGatewayUserTaskModel, (h) => (u(), f(T, null, [
|
|
4968
4966
|
h.type != "endEvent" && c.isOption(h.humanPerformerName) ? (u(), f(T, { key: 0 }, [
|
|
4969
|
-
p("div",
|
|
4967
|
+
p("div", jh, [
|
|
4970
4968
|
M(B(h.name) + " ", 1),
|
|
4971
|
-
|
|
4969
|
+
Kh,
|
|
4972
4970
|
M(" \u5BA1\u6279\u4EBA "),
|
|
4973
|
-
|
|
4971
|
+
Yh
|
|
4974
4972
|
]),
|
|
4975
4973
|
p("div", {
|
|
4976
4974
|
class: "process-pc-value",
|
|
4977
4975
|
onClick: (m) => c.handleOpenPopup(h.id)
|
|
4978
4976
|
}, [
|
|
4979
|
-
p("div",
|
|
4980
|
-
a.partNode[h.id] && a.partNode[h.id].length ? (u(), f("div",
|
|
4977
|
+
p("div", Wh, [
|
|
4978
|
+
a.partNode[h.id] && a.partNode[h.id].length ? (u(), f("div", Zh, [
|
|
4981
4979
|
(u(!0), f(T, null, J(a.partNode[h.id], (m, N) => (u(), f("span", null, B(N == 0 ? m : `,${m}`), 1))), 256))
|
|
4982
|
-
])) : (u(), f("div",
|
|
4980
|
+
])) : (u(), f("div", zh, _h))
|
|
4983
4981
|
])
|
|
4984
|
-
], 8,
|
|
4982
|
+
], 8, Hh)
|
|
4985
4983
|
], 64)) : w("", !0)
|
|
4986
4984
|
], 64))), 256)) : w("", !0)
|
|
4987
4985
|
], 64)) : w("", !0),
|
|
@@ -5021,8 +5019,8 @@ function ef(e, s, i, n, a, c) {
|
|
|
5021
5019
|
}, null, 8, ["limit", "requires", "request", "linkUrl", "onGetValue"])) : w("", !0)
|
|
5022
5020
|
]);
|
|
5023
5021
|
}
|
|
5024
|
-
const
|
|
5025
|
-
const
|
|
5022
|
+
const ef = /* @__PURE__ */ Z(Oh, [["render", $h], ["__scopeId", "data-v-4a61aefd"]]);
|
|
5023
|
+
const tf = {
|
|
5026
5024
|
name: "delegateTask",
|
|
5027
5025
|
props: {
|
|
5028
5026
|
param: {
|
|
@@ -5145,34 +5143,34 @@ const sf = {
|
|
|
5145
5143
|
this.param.endFunction && this.param.endFunction();
|
|
5146
5144
|
}
|
|
5147
5145
|
}
|
|
5148
|
-
}, ut = (e) => (pe("data-v-
|
|
5146
|
+
}, ut = (e) => (pe("data-v-c2e5cd4a"), e = e(), ue(), e), sf = { class: "process-popup-content" }, nf = /* @__PURE__ */ ut(() => /* @__PURE__ */ p("div", { class: "process-pc-label" }, [
|
|
5149
5147
|
/* @__PURE__ */ M(" \u8F6C\u5BA1\u7406\u7531\uFF1A"),
|
|
5150
5148
|
/* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*")
|
|
5151
|
-
], -1)),
|
|
5149
|
+
], -1)), of = { class: "process-pc-value" }, af = { class: "process-popup-textarea" }, rf = /* @__PURE__ */ ut(() => /* @__PURE__ */ p("br", null, null, -1)), lf = /* @__PURE__ */ ut(() => /* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*", -1)), cf = ["onClick"], df = { class: "process-pc-value--people" }, pf = {
|
|
5152
5150
|
key: 0,
|
|
5153
5151
|
class: "process-pc-value--data"
|
|
5154
|
-
},
|
|
5152
|
+
}, uf = {
|
|
5155
5153
|
key: 1,
|
|
5156
5154
|
class: "process-pc-value--data",
|
|
5157
5155
|
style: { color: "#888" }
|
|
5158
|
-
},
|
|
5159
|
-
|
|
5160
|
-
],
|
|
5156
|
+
}, hf = /* @__PURE__ */ ut(() => /* @__PURE__ */ p("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), ff = [
|
|
5157
|
+
hf
|
|
5158
|
+
], Af = { class: "process-pc-label" }, mf = /* @__PURE__ */ ut(() => /* @__PURE__ */ p("br", null, null, -1)), gf = /* @__PURE__ */ ut(() => /* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*", -1)), yf = ["onClick"], kf = { class: "process-pc-value--people" }, Cf = {
|
|
5161
5159
|
key: 0,
|
|
5162
5160
|
class: "process-pc-value--data"
|
|
5163
|
-
},
|
|
5161
|
+
}, If = {
|
|
5164
5162
|
key: 1,
|
|
5165
5163
|
class: "process-pc-value--data",
|
|
5166
5164
|
style: { color: "#888" }
|
|
5167
|
-
},
|
|
5168
|
-
|
|
5165
|
+
}, bf = /* @__PURE__ */ ut(() => /* @__PURE__ */ p("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), Ef = [
|
|
5166
|
+
bf
|
|
5169
5167
|
];
|
|
5170
|
-
function
|
|
5168
|
+
function vf(e, s, i, n, a, c) {
|
|
5171
5169
|
const A = x("TopTips"), C = x("departPerson"), I = x("TopPopup"), b = x("attchViews");
|
|
5172
|
-
return u(), f("div",
|
|
5173
|
-
|
|
5174
|
-
p("div",
|
|
5175
|
-
p("div",
|
|
5170
|
+
return u(), f("div", sf, [
|
|
5171
|
+
nf,
|
|
5172
|
+
p("div", of, [
|
|
5173
|
+
p("div", af, [
|
|
5176
5174
|
It(p("textarea", {
|
|
5177
5175
|
"onUpdate:modelValue": s[0] || (s[0] = (h) => a.commentMsg = h),
|
|
5178
5176
|
class: "textarea-item",
|
|
@@ -5194,40 +5192,40 @@ function wf(e, s, i, n, a, c) {
|
|
|
5194
5192
|
) ? (u(), f(T, { key: 0 }, [
|
|
5195
5193
|
p("div", null, [
|
|
5196
5194
|
M(B(h.userTaskModelDTO.name) + " ", 1),
|
|
5197
|
-
|
|
5195
|
+
rf,
|
|
5198
5196
|
M(" \u5BA1\u6279\u4EBA "),
|
|
5199
|
-
|
|
5197
|
+
lf
|
|
5200
5198
|
]),
|
|
5201
5199
|
p("div", {
|
|
5202
5200
|
class: "process-pc-value",
|
|
5203
5201
|
onClick: (S) => c.handleOpenPopup(h.id)
|
|
5204
5202
|
}, [
|
|
5205
|
-
p("div",
|
|
5206
|
-
a.partNode[h.id] && a.partNode[h.id].length ? (u(), f("div",
|
|
5203
|
+
p("div", df, [
|
|
5204
|
+
a.partNode[h.id] && a.partNode[h.id].length ? (u(), f("div", pf, [
|
|
5207
5205
|
(u(!0), f(T, null, J(a.partNode[h.id], (S, F) => (u(), f("span", null, B(F == 0 ? S : `,${S}`), 1))), 256))
|
|
5208
|
-
])) : (u(), f("div",
|
|
5206
|
+
])) : (u(), f("div", uf, ff))
|
|
5209
5207
|
])
|
|
5210
|
-
], 8,
|
|
5208
|
+
], 8, cf)
|
|
5211
5209
|
], 64)) : w("", !0)
|
|
5212
5210
|
], 64);
|
|
5213
5211
|
}), 256)) : a.outGatewayUserTaskModel.length ? (u(!0), f(T, { key: 1 }, J(a.outGatewayUserTaskModel, (h) => (u(), f(T, null, [
|
|
5214
5212
|
h.type != "endEvent" && c.isOption(h.humanPerformerName) ? (u(), f(T, { key: 0 }, [
|
|
5215
|
-
p("div",
|
|
5213
|
+
p("div", Af, [
|
|
5216
5214
|
M(B(h.name) + " ", 1),
|
|
5217
|
-
|
|
5215
|
+
mf,
|
|
5218
5216
|
M(" \u5BA1\u6279\u4EBA "),
|
|
5219
|
-
|
|
5217
|
+
gf
|
|
5220
5218
|
]),
|
|
5221
5219
|
p("div", {
|
|
5222
5220
|
class: "process-pc-value",
|
|
5223
5221
|
onClick: (m) => c.handleOpenPopup(h.id)
|
|
5224
5222
|
}, [
|
|
5225
|
-
p("div",
|
|
5226
|
-
a.partNode[h.id] && a.partNode[h.id].length ? (u(), f("div",
|
|
5223
|
+
p("div", kf, [
|
|
5224
|
+
a.partNode[h.id] && a.partNode[h.id].length ? (u(), f("div", Cf, [
|
|
5227
5225
|
(u(!0), f(T, null, J(a.partNode[h.id], (m, N) => (u(), f("span", null, B(N == 0 ? m : `,${m}`), 1))), 256))
|
|
5228
|
-
])) : (u(), f("div",
|
|
5226
|
+
])) : (u(), f("div", If, Ef))
|
|
5229
5227
|
])
|
|
5230
|
-
], 8,
|
|
5228
|
+
], 8, yf)
|
|
5231
5229
|
], 64)) : w("", !0)
|
|
5232
5230
|
], 64))), 256)) : w("", !0)
|
|
5233
5231
|
], 64)) : w("", !0),
|
|
@@ -5267,8 +5265,8 @@ function wf(e, s, i, n, a, c) {
|
|
|
5267
5265
|
}, null, 8, ["limit", "requires", "request", "linkUrl", "onGetValue"])) : w("", !0)
|
|
5268
5266
|
]);
|
|
5269
5267
|
}
|
|
5270
|
-
const
|
|
5271
|
-
const
|
|
5268
|
+
const wf = /* @__PURE__ */ Z(tf, [["render", vf], ["__scopeId", "data-v-c2e5cd4a"]]), Bf = "data:image/png;base64,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";
|
|
5269
|
+
const Nf = {
|
|
5272
5270
|
name: "complete",
|
|
5273
5271
|
props: {
|
|
5274
5272
|
param: {
|
|
@@ -5288,7 +5286,7 @@ const Tf = {
|
|
|
5288
5286
|
return fo;
|
|
5289
5287
|
},
|
|
5290
5288
|
checkS() {
|
|
5291
|
-
return
|
|
5289
|
+
return Bf;
|
|
5292
5290
|
}
|
|
5293
5291
|
},
|
|
5294
5292
|
data() {
|
|
@@ -5539,61 +5537,61 @@ const Tf = {
|
|
|
5539
5537
|
this.param.endFunction && this.param.endFunction();
|
|
5540
5538
|
}
|
|
5541
5539
|
}
|
|
5542
|
-
}, Ce = (e) => (pe("data-v-
|
|
5540
|
+
}, Ce = (e) => (pe("data-v-a7d22860"), e = e(), ue(), e), Tf = { class: "process-popup-content" }, Df = {
|
|
5543
5541
|
key: 0,
|
|
5544
5542
|
class: "process-pc-label"
|
|
5545
|
-
},
|
|
5543
|
+
}, Sf = {
|
|
5546
5544
|
key: 1,
|
|
5547
5545
|
class: "process-pc-value",
|
|
5548
5546
|
style: { display: "flex" }
|
|
5549
|
-
},
|
|
5547
|
+
}, Qf = /* @__PURE__ */ Ce(() => /* @__PURE__ */ p("div", { class: "process-pc-label" }, [
|
|
5550
5548
|
/* @__PURE__ */ M(" \u5BA1\u6279\u610F\u89C1 "),
|
|
5551
5549
|
/* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*")
|
|
5552
|
-
], -1)),
|
|
5550
|
+
], -1)), Of = { class: "process-pc-value" }, Vf = { class: "process-popup-textarea" }, xf = { class: "process-pc-label" }, Ff = /* @__PURE__ */ Ce(() => /* @__PURE__ */ p("br", null, null, -1)), Uf = /* @__PURE__ */ Ce(() => /* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*", -1)), Jf = ["onClick"], Pf = { class: "process-pc-value--people" }, Mf = {
|
|
5553
5551
|
key: 0,
|
|
5554
5552
|
class: "process-pc-value--data"
|
|
5555
|
-
},
|
|
5553
|
+
}, Lf = {
|
|
5556
5554
|
key: 1,
|
|
5557
5555
|
class: "process-pc-value--data",
|
|
5558
5556
|
style: { color: "#888" }
|
|
5559
|
-
},
|
|
5560
|
-
|
|
5561
|
-
],
|
|
5557
|
+
}, Gf = /* @__PURE__ */ Ce(() => /* @__PURE__ */ p("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), Rf = [
|
|
5558
|
+
Gf
|
|
5559
|
+
], qf = {
|
|
5562
5560
|
key: 2,
|
|
5563
5561
|
class: "process-pc-value--data"
|
|
5564
|
-
},
|
|
5562
|
+
}, jf = {
|
|
5565
5563
|
key: 1,
|
|
5566
5564
|
class: "process-pc-label"
|
|
5567
|
-
},
|
|
5565
|
+
}, Kf = { key: 0 }, Yf = { class: "process-pc-label" }, Hf = /* @__PURE__ */ Ce(() => /* @__PURE__ */ p("br", null, null, -1)), Wf = /* @__PURE__ */ Ce(() => /* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*", -1)), Zf = ["onClick"], zf = { class: "process-pc-value--people" }, Xf = {
|
|
5568
5566
|
key: 0,
|
|
5569
5567
|
class: "process-pc-value--data"
|
|
5570
|
-
},
|
|
5568
|
+
}, _f = {
|
|
5571
5569
|
key: 1,
|
|
5572
5570
|
class: "process-pc-value--data",
|
|
5573
5571
|
style: { color: "#888" }
|
|
5574
|
-
},
|
|
5575
|
-
|
|
5576
|
-
],
|
|
5572
|
+
}, $f = /* @__PURE__ */ Ce(() => /* @__PURE__ */ p("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), eA = [
|
|
5573
|
+
$f
|
|
5574
|
+
], tA = {
|
|
5577
5575
|
key: 1,
|
|
5578
5576
|
class: "process-pc-label"
|
|
5579
|
-
},
|
|
5577
|
+
}, sA = /* @__PURE__ */ Ce(() => /* @__PURE__ */ p("div", { class: "process-pc-label" }, [
|
|
5580
5578
|
/* @__PURE__ */ M(" \u4E0B\u4E00\u8282\u70B9\u5BA1\u6279 "),
|
|
5581
5579
|
/* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*")
|
|
5582
|
-
], -1)),
|
|
5580
|
+
], -1)), iA = { class: "process-pc-value" }, nA = { class: "process-radio" }, oA = ["onClick"], aA = ["src"], rA = ["onClick"], lA = { class: "process-checkbox" }, cA = /* @__PURE__ */ Ce(() => /* @__PURE__ */ p("br", null, null, -1)), dA = { class: "process-checkbox-item" }, pA = ["src"], uA = ["onClick"], hA = { class: "process-pc-value--people" }, fA = {
|
|
5583
5581
|
key: 0,
|
|
5584
5582
|
class: "process-pc-value--data"
|
|
5585
|
-
},
|
|
5583
|
+
}, AA = {
|
|
5586
5584
|
key: 1,
|
|
5587
5585
|
class: "process-pc-value--data",
|
|
5588
5586
|
style: { color: "#888" }
|
|
5589
|
-
},
|
|
5590
|
-
|
|
5591
|
-
],
|
|
5592
|
-
function
|
|
5587
|
+
}, mA = /* @__PURE__ */ Ce(() => /* @__PURE__ */ p("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), gA = [
|
|
5588
|
+
mA
|
|
5589
|
+
], yA = /* @__PURE__ */ Ce(() => /* @__PURE__ */ p("div", { class: "process-pc-label" }, " \u4E0B\u4E00\u8282\u70B9\u5BA1\u6279 ", -1)), kA = { class: "process-pc-value" };
|
|
5590
|
+
function CA(e, s, i, n, a, c) {
|
|
5593
5591
|
const A = x("TopTips"), C = x("departPerson"), I = x("TopPopup"), b = x("attchViews");
|
|
5594
|
-
return u(), f("div",
|
|
5595
|
-
i.param.isDocument ? (u(), f("div",
|
|
5596
|
-
i.param.isDocument ? (u(), f("div",
|
|
5592
|
+
return u(), f("div", Tf, [
|
|
5593
|
+
i.param.isDocument ? (u(), f("div", Df, " \u5FEB\u6377\u56DE\u590D ")) : w("", !0),
|
|
5594
|
+
i.param.isDocument ? (u(), f("div", Sf, [
|
|
5597
5595
|
p("div", {
|
|
5598
5596
|
class: "process-tag",
|
|
5599
5597
|
onClick: s[0] || (s[0] = () => a.commentMsg = "\u540C\u610F")
|
|
@@ -5607,9 +5605,9 @@ function IA(e, s, i, n, a, c) {
|
|
|
5607
5605
|
onClick: s[2] || (s[2] = () => a.commentMsg = "\u5DF2\u9605")
|
|
5608
5606
|
}, " \u5DF2\u9605 ")
|
|
5609
5607
|
])) : w("", !0),
|
|
5610
|
-
|
|
5611
|
-
p("div",
|
|
5612
|
-
p("div",
|
|
5608
|
+
Qf,
|
|
5609
|
+
p("div", Of, [
|
|
5610
|
+
p("div", Vf, [
|
|
5613
5611
|
It(p("textarea", {
|
|
5614
5612
|
"onUpdate:modelValue": s[3] || (s[3] = (h) => a.commentMsg = h),
|
|
5615
5613
|
class: "textarea-item",
|
|
@@ -5629,27 +5627,27 @@ function IA(e, s, i, n, a, c) {
|
|
|
5629
5627
|
h.type != "endEvent" && c.isOption(
|
|
5630
5628
|
(N = (m = h == null ? void 0 : h.userTaskModelDTO) == null ? void 0 : m.humanPerformer) == null ? void 0 : N.name
|
|
5631
5629
|
) ? (u(), f(T, { key: 0 }, [
|
|
5632
|
-
p("div",
|
|
5630
|
+
p("div", xf, [
|
|
5633
5631
|
p("div", null, [
|
|
5634
5632
|
M(B(h.userTaskModelDTO.name) + " ", 1),
|
|
5635
|
-
|
|
5633
|
+
Ff,
|
|
5636
5634
|
M(" \u5BA1\u6279\u4EBA "),
|
|
5637
|
-
|
|
5635
|
+
Uf
|
|
5638
5636
|
])
|
|
5639
5637
|
]),
|
|
5640
5638
|
p("div", {
|
|
5641
5639
|
class: "process-pc-value",
|
|
5642
5640
|
onClick: (S) => c.handleOpenPopup(h)
|
|
5643
5641
|
}, [
|
|
5644
|
-
p("div",
|
|
5645
|
-
a.partNode[h.id] && a.partNode[h.id].length ? (u(), f("div",
|
|
5642
|
+
p("div", Pf, [
|
|
5643
|
+
a.partNode[h.id] && a.partNode[h.id].length ? (u(), f("div", Mf, [
|
|
5646
5644
|
p("span", null, B(a.partNode[h.id].join(",")), 1)
|
|
5647
|
-
])) : h.humanPerformerName !== "\u56FA\u5B9A\u8D26\u6237" ? (u(), f("div",
|
|
5645
|
+
])) : h.humanPerformerName !== "\u56FA\u5B9A\u8D26\u6237" ? (u(), f("div", Lf, Rf)) : h.routeTxt && h.routeTxt.userNames ? (u(), f("div", qf, B(h.routeTxt.userNames), 1)) : w("", !0)
|
|
5648
5646
|
])
|
|
5649
|
-
], 8,
|
|
5650
|
-
], 64)) : h.type != "endEvent" ? (u(), f("div",
|
|
5647
|
+
], 8, Jf)
|
|
5648
|
+
], 64)) : h.type != "endEvent" ? (u(), f("div", jf, [
|
|
5651
5649
|
M(B(h.userTaskModelDTO.name) + " ", 1),
|
|
5652
|
-
a.personMakeList[h.id] ? (u(), f("span",
|
|
5650
|
+
a.personMakeList[h.id] ? (u(), f("span", Kf, "\uFF1A" + B(a.personMakeList[h.id]), 1)) : w("", !0)
|
|
5653
5651
|
])) : w("", !0)
|
|
5654
5652
|
], 64);
|
|
5655
5653
|
}), 256)) : a.outGatewayUserTaskModel.length ? (u(), f(T, { key: 1 }, [
|
|
@@ -5660,29 +5658,29 @@ function IA(e, s, i, n, a, c) {
|
|
|
5660
5658
|
h.type != "endEvent" && c.isOption(
|
|
5661
5659
|
(N = (m = h == null ? void 0 : h.userTaskModelDTO) == null ? void 0 : m.humanPerformer) == null ? void 0 : N.name
|
|
5662
5660
|
) ? (u(), f(T, { key: 0 }, [
|
|
5663
|
-
p("div",
|
|
5661
|
+
p("div", Yf, [
|
|
5664
5662
|
p("div", null, [
|
|
5665
5663
|
M(B(h.userTaskModelDTO.name) + " ", 1),
|
|
5666
|
-
|
|
5664
|
+
Hf,
|
|
5667
5665
|
M(" \u5BA1\u6279\u4EBA "),
|
|
5668
|
-
|
|
5666
|
+
Wf
|
|
5669
5667
|
])
|
|
5670
5668
|
]),
|
|
5671
5669
|
p("div", {
|
|
5672
5670
|
class: "process-pc-value",
|
|
5673
5671
|
onClick: (S) => c.handleOpenPopup(h)
|
|
5674
5672
|
}, [
|
|
5675
|
-
p("div",
|
|
5676
|
-
a.partNode[h.id] && a.partNode[h.id].length ? (u(), f("div",
|
|
5673
|
+
p("div", zf, [
|
|
5674
|
+
a.partNode[h.id] && a.partNode[h.id].length ? (u(), f("div", Xf, [
|
|
5677
5675
|
p("span", null, B(a.partNode[h.id].join(",")), 1)
|
|
5678
|
-
])) : (u(), f("div",
|
|
5676
|
+
])) : (u(), f("div", _f, eA))
|
|
5679
5677
|
])
|
|
5680
|
-
], 8,
|
|
5681
|
-
], 64)) : h.type != "endEvent" ? (u(), f("div",
|
|
5678
|
+
], 8, Zf)
|
|
5679
|
+
], 64)) : h.type != "endEvent" ? (u(), f("div", tA, B(h.userTaskModelDTO.name), 1)) : w("", !0)
|
|
5682
5680
|
], 64)) : (u(), f(T, { key: 1 }, [
|
|
5683
|
-
|
|
5684
|
-
p("div",
|
|
5685
|
-
p("div",
|
|
5681
|
+
sA,
|
|
5682
|
+
p("div", iA, [
|
|
5683
|
+
p("div", nA, [
|
|
5686
5684
|
(u(!0), f(T, null, J(h.childNode, (S) => (u(), f("div", {
|
|
5687
5685
|
class: Se([
|
|
5688
5686
|
"process-radio-item",
|
|
@@ -5695,10 +5693,10 @@ function IA(e, s, i, n, a, c) {
|
|
|
5695
5693
|
key: 0,
|
|
5696
5694
|
class: "process-radio-item-check",
|
|
5697
5695
|
src: c.check
|
|
5698
|
-
}, null, 8,
|
|
5696
|
+
}, null, 8, aA)) : w("", !0)
|
|
5699
5697
|
]),
|
|
5700
5698
|
M(" " + B(S.nodeName), 1)
|
|
5701
|
-
], 10,
|
|
5699
|
+
], 10, oA))), 256))
|
|
5702
5700
|
])
|
|
5703
5701
|
])
|
|
5704
5702
|
], 64))
|
|
@@ -5710,10 +5708,10 @@ function IA(e, s, i, n, a, c) {
|
|
|
5710
5708
|
class: "process-pc-label",
|
|
5711
5709
|
onClick: (m) => c.handleSaveNode(h.id)
|
|
5712
5710
|
}, [
|
|
5713
|
-
p("div",
|
|
5711
|
+
p("div", lA, [
|
|
5714
5712
|
M(" \u4E0B\u4E00\u8282\u70B9\u5BA1\u6279:"),
|
|
5715
|
-
|
|
5716
|
-
p("div",
|
|
5713
|
+
cA,
|
|
5714
|
+
p("div", dA, [
|
|
5717
5715
|
M(B(h.nodeName) + " ", 1),
|
|
5718
5716
|
p("span", null, [
|
|
5719
5717
|
a.radioCheckNameList.includes(
|
|
@@ -5722,24 +5720,24 @@ function IA(e, s, i, n, a, c) {
|
|
|
5722
5720
|
key: 0,
|
|
5723
5721
|
class: "process-checkbox-item-check",
|
|
5724
5722
|
src: c.checkS
|
|
5725
|
-
}, null, 8,
|
|
5723
|
+
}, null, 8, pA)) : w("", !0)
|
|
5726
5724
|
])
|
|
5727
5725
|
])
|
|
5728
5726
|
])
|
|
5729
|
-
], 8,
|
|
5727
|
+
], 8, rA),
|
|
5730
5728
|
p("div", {
|
|
5731
5729
|
class: "process-pc-value",
|
|
5732
5730
|
onClick: (m) => c.handleOpenPopup(h)
|
|
5733
5731
|
}, [
|
|
5734
|
-
p("div",
|
|
5735
|
-
a.partNode[h.id] && a.partNode[h.id].length ? (u(), f("div",
|
|
5732
|
+
p("div", hA, [
|
|
5733
|
+
a.partNode[h.id] && a.partNode[h.id].length ? (u(), f("div", fA, [
|
|
5736
5734
|
p("span", null, B(a.partNode[h.id].join(",")), 1)
|
|
5737
|
-
])) : (u(), f("div",
|
|
5735
|
+
])) : (u(), f("div", AA, gA))
|
|
5738
5736
|
])
|
|
5739
|
-
], 8,
|
|
5737
|
+
], 8, uA)
|
|
5740
5738
|
]))), 256)) : (u(), f(T, { key: 1 }, [
|
|
5741
|
-
|
|
5742
|
-
p("div",
|
|
5739
|
+
yA,
|
|
5740
|
+
p("div", kA, B(a.radioCheckName), 1)
|
|
5743
5741
|
], 64))
|
|
5744
5742
|
], 64)) : w("", !0)
|
|
5745
5743
|
], 64)) : w("", !0)
|
|
@@ -5778,8 +5776,8 @@ function IA(e, s, i, n, a, c) {
|
|
|
5778
5776
|
}, null, 8, ["limit", "requires", "request", "linkUrl", "onGetValue"])) : w("", !0)
|
|
5779
5777
|
]);
|
|
5780
5778
|
}
|
|
5781
|
-
const
|
|
5782
|
-
const
|
|
5779
|
+
const IA = /* @__PURE__ */ Z(Nf, [["render", CA], ["__scopeId", "data-v-a7d22860"]]);
|
|
5780
|
+
const bA = {
|
|
5783
5781
|
name: "cancel",
|
|
5784
5782
|
props: {
|
|
5785
5783
|
param: {
|
|
@@ -5887,30 +5885,30 @@ const EA = {
|
|
|
5887
5885
|
this.param.endFunction && this.param.endFunction();
|
|
5888
5886
|
}
|
|
5889
5887
|
}
|
|
5890
|
-
}, Et = (e) => (pe("data-v-
|
|
5888
|
+
}, Et = (e) => (pe("data-v-cd7383f5"), e = e(), ue(), e), EA = { class: "process-popup-content" }, vA = /* @__PURE__ */ Et(() => /* @__PURE__ */ p("div", { class: "process-pc-label" }, [
|
|
5891
5889
|
/* @__PURE__ */ M(" \u62D2\u7EDD\u7406\u7531\uFF1A "),
|
|
5892
5890
|
/* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*")
|
|
5893
|
-
], -1)),
|
|
5891
|
+
], -1)), wA = { class: "process-pc-value" }, BA = { class: "process-popup-textarea" }, NA = /* @__PURE__ */ Et(() => /* @__PURE__ */ p("br", null, null, -1)), TA = /* @__PURE__ */ Et(() => /* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*", -1)), DA = ["onClick"], SA = { class: "process-pc-value--people" }, QA = {
|
|
5894
5892
|
key: 0,
|
|
5895
5893
|
class: "process-pc-value--data"
|
|
5896
|
-
},
|
|
5894
|
+
}, OA = {
|
|
5897
5895
|
key: 1,
|
|
5898
5896
|
class: "process-pc-value--data",
|
|
5899
5897
|
style: { color: "#888" }
|
|
5900
|
-
},
|
|
5901
|
-
|
|
5902
|
-
],
|
|
5898
|
+
}, VA = /* @__PURE__ */ Et(() => /* @__PURE__ */ p("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), xA = [
|
|
5899
|
+
VA
|
|
5900
|
+
], FA = { style: { "font-size": "15px" } }, UA = /* @__PURE__ */ Et(() => /* @__PURE__ */ p("div", { class: "process-pc-label" }, [
|
|
5903
5901
|
/* @__PURE__ */ M(" \u5BA1\u6279\u4EBA "),
|
|
5904
5902
|
/* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*")
|
|
5905
|
-
], -1)),
|
|
5906
|
-
|
|
5903
|
+
], -1)), JA = /* @__PURE__ */ Et(() => /* @__PURE__ */ p("div", { class: "process-pc-value--people" }, /* @__PURE__ */ B(234), -1)), PA = [
|
|
5904
|
+
JA
|
|
5907
5905
|
];
|
|
5908
|
-
function
|
|
5906
|
+
function MA(e, s, i, n, a, c) {
|
|
5909
5907
|
const A = x("TopTips"), C = x("departPerson"), I = x("TopPopup"), b = x("attchViews");
|
|
5910
|
-
return u(), f("div",
|
|
5911
|
-
|
|
5912
|
-
p("div",
|
|
5913
|
-
p("div",
|
|
5908
|
+
return u(), f("div", EA, [
|
|
5909
|
+
vA,
|
|
5910
|
+
p("div", wA, [
|
|
5911
|
+
p("div", BA, [
|
|
5914
5912
|
It(p("textarea", {
|
|
5915
5913
|
"onUpdate:modelValue": s[0] || (s[0] = (h) => a.commentMsg = h),
|
|
5916
5914
|
class: "textarea-item",
|
|
@@ -5932,30 +5930,30 @@ function LA(e, s, i, n, a, c) {
|
|
|
5932
5930
|
) ? (u(), f(T, { key: 0 }, [
|
|
5933
5931
|
p("div", null, [
|
|
5934
5932
|
M(B(h.userTaskModelDTO.name) + " ", 1),
|
|
5935
|
-
|
|
5933
|
+
NA,
|
|
5936
5934
|
M(" \u5BA1\u6279\u4EBA "),
|
|
5937
|
-
|
|
5935
|
+
TA
|
|
5938
5936
|
]),
|
|
5939
5937
|
p("div", {
|
|
5940
5938
|
class: "process-pc-value",
|
|
5941
5939
|
onClick: (S) => c.handleOpenPopup(h.id)
|
|
5942
5940
|
}, [
|
|
5943
|
-
p("div",
|
|
5944
|
-
a.partNode[h.id] && a.partNode[h.id].length ? (u(), f("div",
|
|
5941
|
+
p("div", SA, [
|
|
5942
|
+
a.partNode[h.id] && a.partNode[h.id].length ? (u(), f("div", QA, [
|
|
5945
5943
|
(u(!0), f(T, null, J(a.partNode[h.id], (S, F) => (u(), f("span", null, B(F == 0 ? S : `,${S}`), 1))), 256))
|
|
5946
|
-
])) : (u(), f("div",
|
|
5944
|
+
])) : (u(), f("div", OA, xA))
|
|
5947
5945
|
])
|
|
5948
|
-
], 8,
|
|
5946
|
+
], 8, DA)
|
|
5949
5947
|
], 64)) : w("", !0)
|
|
5950
5948
|
], 64);
|
|
5951
5949
|
}), 256)) : a.outGatewayUserTaskModel.length ? (u(!0), f(T, { key: 1 }, J(a.outGatewayUserTaskModel, (h) => (u(), f(T, null, [
|
|
5952
5950
|
h.type != "endEvent" && c.isOption(h.humanPerformerName) ? (u(), f(T, { key: 0 }, [
|
|
5953
|
-
p("div",
|
|
5954
|
-
|
|
5951
|
+
p("div", FA, B(h.name), 1),
|
|
5952
|
+
UA,
|
|
5955
5953
|
p("div", {
|
|
5956
5954
|
class: "process-pc-value",
|
|
5957
5955
|
onClick: s[1] || (s[1] = (...m) => c.handleOpenPopup && c.handleOpenPopup(...m))
|
|
5958
|
-
},
|
|
5956
|
+
}, PA)
|
|
5959
5957
|
], 64)) : w("", !0)
|
|
5960
5958
|
], 64))), 256)) : w("", !0)
|
|
5961
5959
|
], 64)) : w("", !0),
|
|
@@ -5995,8 +5993,8 @@ function LA(e, s, i, n, a, c) {
|
|
|
5995
5993
|
}, null, 8, ["limit", "requires", "request", "linkUrl", "onGetValue"])) : w("", !0)
|
|
5996
5994
|
]);
|
|
5997
5995
|
}
|
|
5998
|
-
const
|
|
5999
|
-
const
|
|
5996
|
+
const LA = /* @__PURE__ */ Z(bA, [["render", MA], ["__scopeId", "data-v-cd7383f5"]]);
|
|
5997
|
+
const GA = {
|
|
6000
5998
|
name: "backNode",
|
|
6001
5999
|
props: {
|
|
6002
6000
|
param: {
|
|
@@ -6132,24 +6130,24 @@ const RA = {
|
|
|
6132
6130
|
this.param.endFunction && this.param.endFunction();
|
|
6133
6131
|
}
|
|
6134
6132
|
}
|
|
6135
|
-
}, mo = (e) => (pe("data-v-
|
|
6133
|
+
}, mo = (e) => (pe("data-v-55210a39"), e = e(), ue(), e), RA = { class: "process-popup-content" }, qA = /* @__PURE__ */ mo(() => /* @__PURE__ */ p("div", {
|
|
6136
6134
|
class: "process-pc-label",
|
|
6137
6135
|
style: { "background-color": "#fff", position: "relative", "z-index": "199", display: "inline-block", width: "50%" }
|
|
6138
6136
|
}, [
|
|
6139
6137
|
/* @__PURE__ */ M(" \u9000\u56DE\u8282\u70B9\uFF1A "),
|
|
6140
6138
|
/* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*")
|
|
6141
|
-
], -1)),
|
|
6139
|
+
], -1)), jA = {
|
|
6142
6140
|
class: "process-pc-value",
|
|
6143
6141
|
style: { display: "inline-block", width: "50%" }
|
|
6144
|
-
},
|
|
6142
|
+
}, KA = /* @__PURE__ */ mo(() => /* @__PURE__ */ p("div", { class: "process-pc-label" }, [
|
|
6145
6143
|
/* @__PURE__ */ M(" \u9000\u56DE\u7406\u7531\uFF1A "),
|
|
6146
6144
|
/* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*")
|
|
6147
|
-
], -1)),
|
|
6148
|
-
function
|
|
6145
|
+
], -1)), YA = { class: "process-pc-value" }, HA = { class: "process-popup-textarea" };
|
|
6146
|
+
function WA(e, s, i, n, a, c) {
|
|
6149
6147
|
const A = x("TopDownSelect"), C = x("TopTips"), I = x("attchViews");
|
|
6150
|
-
return u(), f("div",
|
|
6151
|
-
|
|
6152
|
-
p("div",
|
|
6148
|
+
return u(), f("div", RA, [
|
|
6149
|
+
qA,
|
|
6150
|
+
p("div", jA, [
|
|
6153
6151
|
U(A, {
|
|
6154
6152
|
option: a.option,
|
|
6155
6153
|
onChange: c.handleChange,
|
|
@@ -6158,9 +6156,9 @@ function ZA(e, s, i, n, a, c) {
|
|
|
6158
6156
|
border: ""
|
|
6159
6157
|
}, null, 8, ["option", "onChange"])
|
|
6160
6158
|
]),
|
|
6161
|
-
|
|
6162
|
-
p("div",
|
|
6163
|
-
p("div",
|
|
6159
|
+
KA,
|
|
6160
|
+
p("div", YA, [
|
|
6161
|
+
p("div", HA, [
|
|
6164
6162
|
It(p("textarea", {
|
|
6165
6163
|
"onUpdate:modelValue": s[0] || (s[0] = (b) => a.commentMsg = b),
|
|
6166
6164
|
class: "textarea-item",
|
|
@@ -6189,8 +6187,8 @@ function ZA(e, s, i, n, a, c) {
|
|
|
6189
6187
|
}, null, 8, ["limit", "requires", "request", "linkUrl", "onGetValue"])) : w("", !0)
|
|
6190
6188
|
]);
|
|
6191
6189
|
}
|
|
6192
|
-
const
|
|
6193
|
-
const
|
|
6190
|
+
const ZA = /* @__PURE__ */ Z(GA, [["render", WA], ["__scopeId", "data-v-55210a39"]]);
|
|
6191
|
+
const zA = {
|
|
6194
6192
|
name: "ccTask",
|
|
6195
6193
|
props: {
|
|
6196
6194
|
param: {
|
|
@@ -6311,31 +6309,31 @@ const XA = {
|
|
|
6311
6309
|
this.param.endFunction && this.param.endFunction();
|
|
6312
6310
|
}
|
|
6313
6311
|
}
|
|
6314
|
-
}, Ft = (e) => (pe("data-v-
|
|
6312
|
+
}, Ft = (e) => (pe("data-v-faee3188"), e = e(), ue(), e), XA = { class: "process-popup-content" }, _A = /* @__PURE__ */ Ft(() => /* @__PURE__ */ p("br", null, null, -1)), $A = /* @__PURE__ */ Ft(() => /* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*", -1)), em = ["onClick"], tm = { class: "process-pc-value--people" }, sm = {
|
|
6315
6313
|
key: 0,
|
|
6316
6314
|
class: "process-pc-value--data"
|
|
6317
|
-
},
|
|
6315
|
+
}, im = {
|
|
6318
6316
|
key: 1,
|
|
6319
6317
|
class: "process-pc-value--data",
|
|
6320
6318
|
style: { color: "#888" }
|
|
6321
|
-
},
|
|
6322
|
-
|
|
6323
|
-
],
|
|
6319
|
+
}, nm = /* @__PURE__ */ Ft(() => /* @__PURE__ */ p("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), om = [
|
|
6320
|
+
nm
|
|
6321
|
+
], am = /* @__PURE__ */ Ft(() => /* @__PURE__ */ p("div", null, [
|
|
6324
6322
|
/* @__PURE__ */ M(" \u5BA1\u6279\u4EBA "),
|
|
6325
6323
|
/* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*")
|
|
6326
|
-
], -1)),
|
|
6324
|
+
], -1)), rm = ["onClick"], lm = { class: "process-pc-value--people" }, cm = {
|
|
6327
6325
|
key: 0,
|
|
6328
6326
|
class: "process-pc-value--data"
|
|
6329
|
-
},
|
|
6327
|
+
}, dm = {
|
|
6330
6328
|
key: 1,
|
|
6331
6329
|
class: "process-pc-value--data",
|
|
6332
6330
|
style: { color: "#888" }
|
|
6333
|
-
},
|
|
6334
|
-
|
|
6331
|
+
}, pm = /* @__PURE__ */ Ft(() => /* @__PURE__ */ p("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), um = [
|
|
6332
|
+
pm
|
|
6335
6333
|
];
|
|
6336
|
-
function
|
|
6334
|
+
function hm(e, s, i, n, a, c) {
|
|
6337
6335
|
const A = x("TopTips"), C = x("departPerson"), I = x("TopPopup"), b = x("attchViews");
|
|
6338
|
-
return u(), f("div",
|
|
6336
|
+
return u(), f("div", XA, [
|
|
6339
6337
|
a.taskNode && a.taskNode.length > 0 && a.taskNode[0].taskState != 11 ? (u(), f(T, { key: 0 }, [
|
|
6340
6338
|
a.nextNodeData.length ? (u(!0), f(T, { key: 0 }, J(a.nextNodeData, (h) => {
|
|
6341
6339
|
var m, N;
|
|
@@ -6345,35 +6343,35 @@ function fm(e, s, i, n, a, c) {
|
|
|
6345
6343
|
) ? (u(), f(T, { key: 0 }, [
|
|
6346
6344
|
p("div", null, [
|
|
6347
6345
|
M(B(h.userTaskModelDTO.name) + " ", 1),
|
|
6348
|
-
|
|
6346
|
+
_A,
|
|
6349
6347
|
M(" \u5BA1\u6279\u4EBA "),
|
|
6350
|
-
|
|
6348
|
+
$A
|
|
6351
6349
|
]),
|
|
6352
6350
|
p("div", {
|
|
6353
6351
|
class: "process-pc-value",
|
|
6354
6352
|
onClick: (S) => c.handleOpenPopup(h.id)
|
|
6355
6353
|
}, [
|
|
6356
|
-
p("div",
|
|
6357
|
-
a.partNode[h.id] && a.partNode[h.id].length ? (u(), f("div",
|
|
6354
|
+
p("div", tm, [
|
|
6355
|
+
a.partNode[h.id] && a.partNode[h.id].length ? (u(), f("div", sm, [
|
|
6358
6356
|
(u(!0), f(T, null, J(a.partNode[h.id], (S, F) => (u(), f("span", null, B(F == 0 ? S : `,${S}`), 1))), 256))
|
|
6359
|
-
])) : (u(), f("div",
|
|
6357
|
+
])) : (u(), f("div", im, om))
|
|
6360
6358
|
])
|
|
6361
|
-
], 8,
|
|
6359
|
+
], 8, em)
|
|
6362
6360
|
], 64)) : w("", !0)
|
|
6363
6361
|
], 64);
|
|
6364
6362
|
}), 256)) : a.outGatewayUserTaskModel.length ? (u(!0), f(T, { key: 1 }, J(a.outGatewayUserTaskModel, (h) => (u(), f(T, null, [
|
|
6365
6363
|
h.type != "endEvent" ? (u(), f(T, { key: 0 }, [
|
|
6366
|
-
|
|
6364
|
+
am,
|
|
6367
6365
|
p("div", {
|
|
6368
6366
|
class: "process-pc-value",
|
|
6369
6367
|
onClick: (m) => c.handleOpenPopup(h.id)
|
|
6370
6368
|
}, [
|
|
6371
|
-
p("div",
|
|
6372
|
-
a.partNode[h.id] && a.partNode[h.id].length ? (u(), f("div",
|
|
6369
|
+
p("div", lm, [
|
|
6370
|
+
a.partNode[h.id] && a.partNode[h.id].length ? (u(), f("div", cm, [
|
|
6373
6371
|
(u(!0), f(T, null, J(a.partNode[h.id], (m, N) => (u(), f("span", null, B(N == 0 ? m : `,${m}`), 1))), 256))
|
|
6374
|
-
])) : (u(), f("div",
|
|
6372
|
+
])) : (u(), f("div", dm, um))
|
|
6375
6373
|
])
|
|
6376
|
-
], 8,
|
|
6374
|
+
], 8, rm)
|
|
6377
6375
|
], 64)) : w("", !0)
|
|
6378
6376
|
], 64))), 256)) : w("", !0)
|
|
6379
6377
|
], 64)) : w("", !0),
|
|
@@ -6413,8 +6411,8 @@ function fm(e, s, i, n, a, c) {
|
|
|
6413
6411
|
}, null, 8, ["limit", "requires", "request", "linkUrl", "onGetValue"])) : w("", !0)
|
|
6414
6412
|
]);
|
|
6415
6413
|
}
|
|
6416
|
-
const
|
|
6417
|
-
const
|
|
6414
|
+
const fm = /* @__PURE__ */ Z(zA, [["render", hm], ["__scopeId", "data-v-faee3188"]]);
|
|
6415
|
+
const Am = {
|
|
6418
6416
|
name: "restart",
|
|
6419
6417
|
props: {
|
|
6420
6418
|
param: {
|
|
@@ -6507,38 +6505,38 @@ const mm = {
|
|
|
6507
6505
|
this.param.endFunction && this.param.endFunction();
|
|
6508
6506
|
}
|
|
6509
6507
|
}
|
|
6510
|
-
}, yi = (e) => (pe("data-v-b2c51666"), e = e(), ue(), e),
|
|
6508
|
+
}, yi = (e) => (pe("data-v-b2c51666"), e = e(), ue(), e), mm = { class: "process-popup-content" }, gm = { class: "process-pc-label" }, ym = /* @__PURE__ */ yi(() => /* @__PURE__ */ p("br", null, null, -1)), km = /* @__PURE__ */ yi(() => /* @__PURE__ */ p("div", null, [
|
|
6511
6509
|
/* @__PURE__ */ M("\u5BA1\u6279\u4EBA"),
|
|
6512
6510
|
/* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*")
|
|
6513
|
-
], -1)),
|
|
6511
|
+
], -1)), Cm = { class: "process-pc-value--people" }, Im = {
|
|
6514
6512
|
key: 0,
|
|
6515
6513
|
class: "process-pc-value--data"
|
|
6516
|
-
},
|
|
6514
|
+
}, bm = {
|
|
6517
6515
|
key: 1,
|
|
6518
6516
|
class: "process-pc-value--data",
|
|
6519
6517
|
style: { color: "#888" }
|
|
6520
|
-
},
|
|
6521
|
-
|
|
6518
|
+
}, Em = /* @__PURE__ */ yi(() => /* @__PURE__ */ p("span", null, " \u8BF7\u9009\u62E9\u5BA1\u6279\u4EBA ", -1)), vm = [
|
|
6519
|
+
Em
|
|
6522
6520
|
];
|
|
6523
|
-
function
|
|
6521
|
+
function wm(e, s, i, n, a, c) {
|
|
6524
6522
|
const A = x("TopTips"), C = x("departPerson"), I = x("TopPopup");
|
|
6525
|
-
return u(), f("div",
|
|
6523
|
+
return u(), f("div", mm, [
|
|
6526
6524
|
p("template", null, [
|
|
6527
|
-
p("div",
|
|
6525
|
+
p("div", gm, [
|
|
6528
6526
|
p("div", null, [
|
|
6529
6527
|
M(B(a.getFirstProcessNode.name) + " ", 1),
|
|
6530
|
-
|
|
6531
|
-
|
|
6528
|
+
ym,
|
|
6529
|
+
km
|
|
6532
6530
|
])
|
|
6533
6531
|
]),
|
|
6534
6532
|
p("div", {
|
|
6535
6533
|
class: "process-pc-value",
|
|
6536
6534
|
onClick: s[0] || (s[0] = (b) => c.handleOpenPopup(a.getFirstProcessNode.id))
|
|
6537
6535
|
}, [
|
|
6538
|
-
p("div",
|
|
6539
|
-
a.partNode[a.getFirstProcessNode.id] && a.partNode[a.getFirstProcessNode.id].length ? (u(), f("div",
|
|
6536
|
+
p("div", Cm, [
|
|
6537
|
+
a.partNode[a.getFirstProcessNode.id] && a.partNode[a.getFirstProcessNode.id].length ? (u(), f("div", Im, [
|
|
6540
6538
|
(u(!0), f(T, null, J(a.partNode[a.getFirstProcessNode.id], (b, h) => (u(), f("span", null, B(h == 0 ? b : `,${b}`), 1))), 256))
|
|
6541
|
-
])) : (u(), f("div",
|
|
6539
|
+
])) : (u(), f("div", bm, vm))
|
|
6542
6540
|
])
|
|
6543
6541
|
])
|
|
6544
6542
|
]),
|
|
@@ -6569,7 +6567,7 @@ function Bm(e, s, i, n, a, c) {
|
|
|
6569
6567
|
}, 8, ["visible"])
|
|
6570
6568
|
]);
|
|
6571
6569
|
}
|
|
6572
|
-
const
|
|
6570
|
+
const Bm = /* @__PURE__ */ Z(Am, [["render", wm], ["__scopeId", "data-v-b2c51666"]]), Nm = Te({
|
|
6573
6571
|
name: "TopProcess",
|
|
6574
6572
|
components: {
|
|
6575
6573
|
TopTab: cu,
|
|
@@ -6757,7 +6755,7 @@ const Nm = /* @__PURE__ */ Z(mm, [["render", Bm], ["__scopeId", "data-v-b2c51666
|
|
|
6757
6755
|
let a = {};
|
|
6758
6756
|
a.name = this.taskObj.completeButtonLabel, a.btnProps = { type: "primary" }, e.push(a), a.click = (c) => {
|
|
6759
6757
|
this.handleActionClose(), this.showOperation(
|
|
6760
|
-
|
|
6758
|
+
IA,
|
|
6761
6759
|
c,
|
|
6762
6760
|
this.request,
|
|
6763
6761
|
this.taskObj.completeButtonAnnex
|
|
@@ -6768,7 +6766,7 @@ const Nm = /* @__PURE__ */ Z(mm, [["render", Bm], ["__scopeId", "data-v-b2c51666
|
|
|
6768
6766
|
let a = {};
|
|
6769
6767
|
a.name = "\u62D2\u7EDD", a.btnProps = { type: "danger" }, e.push(a), a.click = (c) => {
|
|
6770
6768
|
this.handleActionClose(), this.showOperation(
|
|
6771
|
-
|
|
6769
|
+
LA,
|
|
6772
6770
|
c,
|
|
6773
6771
|
this.request,
|
|
6774
6772
|
this.taskObj.otherButtonAnnexList
|
|
@@ -6783,7 +6781,7 @@ const Nm = /* @__PURE__ */ Z(mm, [["render", Bm], ["__scopeId", "data-v-b2c51666
|
|
|
6783
6781
|
let c = {};
|
|
6784
6782
|
c.name = a.label, c.btnProps = { type: "danger" }, e.push(c), c.click = (A) => {
|
|
6785
6783
|
this.handleActionClose(), this.showOperation(
|
|
6786
|
-
|
|
6784
|
+
ZA,
|
|
6787
6785
|
A,
|
|
6788
6786
|
this.request,
|
|
6789
6787
|
this.taskObj.otherButtonAnnexList
|
|
@@ -6794,7 +6792,7 @@ const Nm = /* @__PURE__ */ Z(mm, [["render", Bm], ["__scopeId", "data-v-b2c51666
|
|
|
6794
6792
|
let a = {};
|
|
6795
6793
|
a.name = this.taskObj.ccTaskButtonLabel, a.btnProps = { type: "default" }, a.click = (c) => {
|
|
6796
6794
|
this.handleActionClose(), this.showOperation(
|
|
6797
|
-
|
|
6795
|
+
fm,
|
|
6798
6796
|
c,
|
|
6799
6797
|
this.request,
|
|
6800
6798
|
this.taskObj.ccTaskButtonAnnex
|
|
@@ -6805,7 +6803,7 @@ const Nm = /* @__PURE__ */ Z(mm, [["render", Bm], ["__scopeId", "data-v-b2c51666
|
|
|
6805
6803
|
let a = {};
|
|
6806
6804
|
a.name = this.taskObj.delegateTaskButtonLabel, a.btnProps = { type: "default" }, a.click = (c) => {
|
|
6807
6805
|
this.handleActionClose(), this.showOperation(
|
|
6808
|
-
|
|
6806
|
+
wf,
|
|
6809
6807
|
c,
|
|
6810
6808
|
this.request,
|
|
6811
6809
|
this.taskObj.delegateTaskButtonAnnex
|
|
@@ -6816,7 +6814,7 @@ const Nm = /* @__PURE__ */ Z(mm, [["render", Bm], ["__scopeId", "data-v-b2c51666
|
|
|
6816
6814
|
let a = {};
|
|
6817
6815
|
a.name = this.taskObj.counterSignLabel, a.btnProps = { type: "primary" }, a.click = (c) => {
|
|
6818
6816
|
this.handleActionClose(), this.showOperation(
|
|
6819
|
-
|
|
6817
|
+
ef,
|
|
6820
6818
|
c,
|
|
6821
6819
|
this.request,
|
|
6822
6820
|
this.taskObj.counterSignButtonAnnex
|
|
@@ -6838,7 +6836,7 @@ const Nm = /* @__PURE__ */ Z(mm, [["render", Bm], ["__scopeId", "data-v-b2c51666
|
|
|
6838
6836
|
return e;
|
|
6839
6837
|
},
|
|
6840
6838
|
processCardHeight() {
|
|
6841
|
-
let e = this.topNum + this.bottomNum;
|
|
6839
|
+
let e = this.topNum + this.bottomNum - 10;
|
|
6842
6840
|
return !this.isAdditional && (!(this.processStatus.status == "\u5DF2\u64A4\u9500" || this.processStatus.status == "\u5DF2\u9A73\u56DE" || this.processStatus.bizStatusName == "\u5DF2\u64A4\u9500" || this.processStatus.bizStatusName == "\u5DF2\u9A73\u56DE") && this.ProcessInsObj.end || this.processStatus.createTopUserId != this.user.userId && this.operBtn.length < 3) && (e -= this.bottomNum), `calc(100vh - ${e}px)`;
|
|
6843
6841
|
},
|
|
6844
6842
|
processBtn() {
|
|
@@ -7006,7 +7004,7 @@ const Nm = /* @__PURE__ */ Z(mm, [["render", Bm], ["__scopeId", "data-v-b2c51666
|
|
|
7006
7004
|
}
|
|
7007
7005
|
}).then((i) => {
|
|
7008
7006
|
this.getFirstProcessNode = i.data[0], this.operationParam.getFirstProcessNode = this.getFirstProcessNode, this.operationParam.formData = this.formData, this.handleTips("", !1, "success"), this.handleActionClose(), this.showOperation(
|
|
7009
|
-
|
|
7007
|
+
Bm,
|
|
7010
7008
|
"\u91CD\u65B0\u63D0\u4EA4",
|
|
7011
7009
|
this.request
|
|
7012
7010
|
);
|
|
@@ -7025,32 +7023,32 @@ const Nm = /* @__PURE__ */ Z(mm, [["render", Bm], ["__scopeId", "data-v-b2c51666
|
|
|
7025
7023
|
}
|
|
7026
7024
|
}
|
|
7027
7025
|
});
|
|
7028
|
-
const vt = (e) => (pe("data-v-04ab9f0d"), e = e(), ue(), e),
|
|
7026
|
+
const vt = (e) => (pe("data-v-04ab9f0d"), e = e(), ue(), e), Tm = { class: "process-warp" }, Dm = {
|
|
7029
7027
|
key: 0,
|
|
7030
7028
|
class: "process-main",
|
|
7031
7029
|
id: "process-header"
|
|
7032
|
-
},
|
|
7030
|
+
}, Sm = { class: "process-ml-item border" }, Qm = /* @__PURE__ */ vt(() => /* @__PURE__ */ p("div", { class: "process-mli-name" }, "\u6D41\u7A0B\u72B6\u6001", -1)), Om = { class: "process-mli-value" }, Vm = { class: "process-ml-item border" }, xm = /* @__PURE__ */ vt(() => /* @__PURE__ */ p("div", { class: "process-mli-name" }, "\u6D41\u7A0B\u53D1\u8D77\u65F6\u95F4", -1)), Fm = { class: "process-mli-value" }, Um = {
|
|
7033
7031
|
key: 0,
|
|
7034
7032
|
class: "process-ml-item"
|
|
7035
|
-
},
|
|
7033
|
+
}, Jm = /* @__PURE__ */ vt(() => /* @__PURE__ */ p("div", { class: "process-mli-name" }, "\u5BA1\u6279\u8282\u70B9", -1)), Pm = { class: "process-mli-value" }, Mm = { class: "process-mliv-jd" }, Lm = ["slot"], Gm = {
|
|
7036
7034
|
slot: "default",
|
|
7037
7035
|
style: {}
|
|
7038
|
-
},
|
|
7036
|
+
}, Rm = ["slot"], qm = {
|
|
7039
7037
|
key: 0,
|
|
7040
7038
|
class: "footBtnRow"
|
|
7041
|
-
},
|
|
7039
|
+
}, jm = ["onClick"], Km = /* @__PURE__ */ vt(() => /* @__PURE__ */ p("div", { class: "circle" }, null, -1)), Ym = /* @__PURE__ */ vt(() => /* @__PURE__ */ p("div", { class: "circle" }, null, -1)), Hm = /* @__PURE__ */ vt(() => /* @__PURE__ */ p("div", { class: "circle" }, null, -1)), Wm = [
|
|
7040
|
+
Km,
|
|
7042
7041
|
Ym,
|
|
7043
|
-
Hm
|
|
7044
|
-
|
|
7045
|
-
|
|
7046
|
-
function _m(e, s, i, n, a, c) {
|
|
7042
|
+
Hm
|
|
7043
|
+
], Zm = ["onClick"], zm = ["onClick"];
|
|
7044
|
+
function Xm(e, s, i, n, a, c) {
|
|
7047
7045
|
const A = x("TopTab"), C = x("TopPopup"), I = x("TopTips"), b = x("TopSumbitPopup");
|
|
7048
7046
|
return u(), f("div", null, [
|
|
7049
|
-
p("div",
|
|
7050
|
-
e.formData.currentState || e.processStatus.bizStatusName || e.processStatus.status ? (u(), f("div",
|
|
7051
|
-
p("div",
|
|
7052
|
-
|
|
7053
|
-
p("div",
|
|
7047
|
+
p("div", Tm, [
|
|
7048
|
+
e.formData.currentState || e.processStatus.bizStatusName || e.processStatus.status ? (u(), f("div", Dm, [
|
|
7049
|
+
p("div", Sm, [
|
|
7050
|
+
Qm,
|
|
7051
|
+
p("div", Om, [
|
|
7054
7052
|
e.formData.currentState || e.processStatus.bizStatusName || e.processStatus.status ? (u(), f("div", {
|
|
7055
7053
|
key: 0,
|
|
7056
7054
|
class: "process-mliv-dd",
|
|
@@ -7062,16 +7060,16 @@ function _m(e, s, i, n, a, c) {
|
|
|
7062
7060
|
}, B(e.formData.currentState || e.processStatus.bizStatusName || e.processStatus.status), 5)) : w("", !0)
|
|
7063
7061
|
])
|
|
7064
7062
|
]),
|
|
7065
|
-
p("div",
|
|
7066
|
-
|
|
7067
|
-
p("div",
|
|
7063
|
+
p("div", Vm, [
|
|
7064
|
+
xm,
|
|
7065
|
+
p("div", Fm, [
|
|
7068
7066
|
p("span", null, B(e.processStatus.createTime), 1)
|
|
7069
7067
|
])
|
|
7070
7068
|
]),
|
|
7071
|
-
e.processStatus.allUserNames && e.processStatus.allUserNames.length ? (u(), f("div",
|
|
7072
|
-
|
|
7073
|
-
p("div",
|
|
7074
|
-
p("span",
|
|
7069
|
+
e.processStatus.allUserNames && e.processStatus.allUserNames.length ? (u(), f("div", Um, [
|
|
7070
|
+
Jm,
|
|
7071
|
+
p("div", Pm, [
|
|
7072
|
+
p("span", Mm, B(`${e.processStatus.taskState == 4 ? e.processStatus.currUserName : e.processStatus.allUserNames.toString()}\u5BA1\u6279\u4E2D`), 1)
|
|
7075
7073
|
])
|
|
7076
7074
|
])) : w("", !0)
|
|
7077
7075
|
])) : w("", !0),
|
|
@@ -7093,8 +7091,8 @@ function _m(e, s, i, n, a, c) {
|
|
|
7093
7091
|
slot: h.slot
|
|
7094
7092
|
}, [
|
|
7095
7093
|
qe(e.$slots, h.slot, {}, void 0, !0)
|
|
7096
|
-
], 8,
|
|
7097
|
-
p("div",
|
|
7094
|
+
], 8, Lm))), 128)) : (u(), f(T, { key: 1 }, [
|
|
7095
|
+
p("div", Gm, [
|
|
7098
7096
|
qe(e.$slots, "default", {}, void 0, !0)
|
|
7099
7097
|
]),
|
|
7100
7098
|
(u(!0), f(T, null, J(e.tapList, (h, m) => (u(), f("div", {
|
|
@@ -7103,7 +7101,7 @@ function _m(e, s, i, n, a, c) {
|
|
|
7103
7101
|
slot: h.slot
|
|
7104
7102
|
}, [
|
|
7105
7103
|
qe(e.$slots, h.slot, {}, void 0, !0)
|
|
7106
|
-
], 8,
|
|
7104
|
+
], 8, Rm))), 128))
|
|
7107
7105
|
], 64))
|
|
7108
7106
|
]),
|
|
7109
7107
|
_: 3
|
|
@@ -7114,7 +7112,7 @@ function _m(e, s, i, n, a, c) {
|
|
|
7114
7112
|
id: "process-footer",
|
|
7115
7113
|
style: W({ bottom: e.processBtn })
|
|
7116
7114
|
}, [
|
|
7117
|
-
e.isAdditional ? (u(), f("div",
|
|
7115
|
+
e.isAdditional ? (u(), f("div", qm, [
|
|
7118
7116
|
qe(e.$slots, "btn", { data: e.processStatus }, void 0, !0)
|
|
7119
7117
|
])) : (u(), f(T, { key: 1 }, [
|
|
7120
7118
|
e.isDocument && (e.formData.currentState == "\u7F16\u6587\u53F7\u5957\u7EA2" || e.formData.currentState == "\u76D6\u7AE0") ? (u(), f("div", {
|
|
@@ -7132,13 +7130,13 @@ function _m(e, s, i, n, a, c) {
|
|
|
7132
7130
|
),
|
|
7133
7131
|
key: h.name,
|
|
7134
7132
|
onClick: (N) => h.click(h.name)
|
|
7135
|
-
}, B(h.name), 13,
|
|
7133
|
+
}, B(h.name), 13, jm)) : w("", !0)
|
|
7136
7134
|
], 64))), 256)) : w("", !0),
|
|
7137
7135
|
e.operBtn.length > 3 && e.actionBtn && e.actionBtn.length ? (u(), f("div", {
|
|
7138
7136
|
key: 1,
|
|
7139
7137
|
class: "elips",
|
|
7140
7138
|
onClick: s[0] || (s[0] = (...h) => e.handleActionOpen && e.handleActionOpen(...h))
|
|
7141
|
-
},
|
|
7139
|
+
}, Wm)) : w("", !0)
|
|
7142
7140
|
], 64))
|
|
7143
7141
|
], 64))
|
|
7144
7142
|
], 4)
|
|
@@ -7183,11 +7181,11 @@ function _m(e, s, i, n, a, c) {
|
|
|
7183
7181
|
class: "top-elips-items",
|
|
7184
7182
|
onClick: (m) => e.handleGet(h),
|
|
7185
7183
|
key: h.taskId
|
|
7186
|
-
}, B(h.name), 9,
|
|
7184
|
+
}, B(h.name), 9, Zm))), 128)) : (u(!0), f(T, { key: 1 }, J(e.actionBtn, (h) => (u(), f("div", {
|
|
7187
7185
|
class: "top-elips-items",
|
|
7188
7186
|
onClick: (m) => h.click(h.name),
|
|
7189
7187
|
key: h.name
|
|
7190
|
-
}, B(h.name), 9,
|
|
7188
|
+
}, B(h.name), 9, zm))), 128)),
|
|
7191
7189
|
p("div", {
|
|
7192
7190
|
class: "top-elips-items top-elips-items--cancel",
|
|
7193
7191
|
onClick: s[1] || (s[1] = (...h) => e.handleActionClose && e.handleActionClose(...h))
|
|
@@ -7213,9 +7211,9 @@ function _m(e, s, i, n, a, c) {
|
|
|
7213
7211
|
}), null, 16, ["visible", "request", "appId", "id", "onSuccessFn", "selfList"])
|
|
7214
7212
|
]);
|
|
7215
7213
|
}
|
|
7216
|
-
const
|
|
7214
|
+
const $m = /* @__PURE__ */ Z(Nm, [["render", Xm], ["__scopeId", "data-v-04ab9f0d"]]);
|
|
7217
7215
|
export {
|
|
7218
|
-
|
|
7216
|
+
$m as TopProcess,
|
|
7219
7217
|
ih as TopSumbitPopup,
|
|
7220
7218
|
Np as ViewAttchList,
|
|
7221
7219
|
pt as attchViews
|