ui-process-h5 1.3.12 → 1.3.13
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 +49 -39
- package/v2/ui-process-h5.umd.cjs +1 -1
- package/v2.7/style.css +1 -1
- package/v2.7/ui-process-h5.js +4167 -4157
- package/v2.7/ui-process-h5.umd.cjs +1 -1
- package/v3/style.css +1 -1
- package/v3/ui-process-h5.js +67 -53
- package/v3/ui-process-h5.umd.cjs +1 -1
package/v3/ui-process-h5.js
CHANGED
|
@@ -4841,13 +4841,14 @@ const Fh = {
|
|
|
4841
4841
|
},
|
|
4842
4842
|
multiNodeParticipant: {},
|
|
4843
4843
|
partObjId: [],
|
|
4844
|
-
partNode: {}
|
|
4844
|
+
partNode: {},
|
|
4845
|
+
actionName: ""
|
|
4845
4846
|
};
|
|
4846
4847
|
},
|
|
4847
4848
|
watch: {
|
|
4848
4849
|
param: {
|
|
4849
4850
|
handler(e, s) {
|
|
4850
|
-
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.entity.checkedArray = []) : this.nextNodeData[0].type == "ExclusiveGatewayModel" || this.nextNodeData[0].type == "InclusiveGatewayModel" : e.outGatewayUserTaskModel.length && (e.outGatewayUserTaskModel[0].type == "userTask" ? (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = []) : e.outGatewayUserTaskModel[0].type == "ExclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "InclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "UserTaskModel" && (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.checkedArray = [], this.entity.source = "1"));
|
|
4851
|
+
this.nextNodeData = e.nextNodeData, this.taskNode = e.taskNode, this.outGatewayUserTaskModel = e.outGatewayUserTaskModel, this.actionName = e.actionName, e.nextNodeData.length ? this.nextNodeData[0].type == "userTask" || this.nextNodeData[0].type == "UserTaskModel" ? (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = []) : this.nextNodeData[0].type == "ExclusiveGatewayModel" || this.nextNodeData[0].type == "InclusiveGatewayModel" : e.outGatewayUserTaskModel.length && (e.outGatewayUserTaskModel[0].type == "userTask" ? (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = []) : e.outGatewayUserTaskModel[0].type == "ExclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "InclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "UserTaskModel" && (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.checkedArray = [], this.entity.source = "1"));
|
|
4851
4852
|
},
|
|
4852
4853
|
immediate: !0,
|
|
4853
4854
|
deep: !0
|
|
@@ -4920,10 +4921,10 @@ const Fh = {
|
|
|
4920
4921
|
this.textTips = e, this.statusTips = s, this.typeTips = i, this.$refs.topTips.handleOpen();
|
|
4921
4922
|
},
|
|
4922
4923
|
handleFinal() {
|
|
4923
|
-
this.param.endFunction && this.param.endFunction();
|
|
4924
|
+
this.param.endFunction && this.param.endFunction(this.actionName);
|
|
4924
4925
|
}
|
|
4925
4926
|
}
|
|
4926
|
-
}, bt = (e) => (pe("data-v-
|
|
4927
|
+
}, bt = (e) => (pe("data-v-73563f25"), e = e(), ue(), e), xh = { class: "process-popup-content" }, Jh = /* @__PURE__ */ bt(() => /* @__PURE__ */ p("div", { class: "process-pc-label" }, [
|
|
4927
4928
|
/* @__PURE__ */ P(" \u52A0\u7B7E\u7406\u7531\uFF1A"),
|
|
4928
4929
|
/* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*")
|
|
4929
4930
|
], -1)), Uh = { class: "process-pc-value" }, Ph = { class: "process-popup-textarea" }, Mh = /* @__PURE__ */ bt(() => /* @__PURE__ */ p("div", null, [
|
|
@@ -5038,7 +5039,7 @@ function tf(e, s, i, n, a, l) {
|
|
|
5038
5039
|
}, null, 8, ["limit", "requires", "request", "linkUrl", "onGetValue"])) : w("", !0)
|
|
5039
5040
|
]);
|
|
5040
5041
|
}
|
|
5041
|
-
const sf = /* @__PURE__ */ Z(Fh, [["render", tf], ["__scopeId", "data-v-
|
|
5042
|
+
const sf = /* @__PURE__ */ Z(Fh, [["render", tf], ["__scopeId", "data-v-73563f25"]]);
|
|
5042
5043
|
const nf = {
|
|
5043
5044
|
name: "delegateTask",
|
|
5044
5045
|
props: {
|
|
@@ -5084,13 +5085,14 @@ const nf = {
|
|
|
5084
5085
|
},
|
|
5085
5086
|
multiNodeParticipant: {},
|
|
5086
5087
|
partObjId: [],
|
|
5087
|
-
partNode: {}
|
|
5088
|
+
partNode: {},
|
|
5089
|
+
actionName: ""
|
|
5088
5090
|
};
|
|
5089
5091
|
},
|
|
5090
5092
|
watch: {
|
|
5091
5093
|
param: {
|
|
5092
5094
|
handler(e, s) {
|
|
5093
|
-
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.entity.checkedArray = []) : this.nextNodeData[0].type == "ExclusiveGatewayModel" || this.nextNodeData[0].type == "InclusiveGatewayModel" : e.outGatewayUserTaskModel.length && (e.outGatewayUserTaskModel[0].type == "userTask" ? (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = []) : e.outGatewayUserTaskModel[0].type == "ExclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "InclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "UserTaskModel" && (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = []));
|
|
5095
|
+
this.nextNodeData = e.nextNodeData, this.taskNode = e.taskNode, this.outGatewayUserTaskModel = e.outGatewayUserTaskModel, this.actionName = e.actionName, e.nextNodeData.length ? this.nextNodeData[0].type == "userTask" || this.nextNodeData[0].type == "UserTaskModel" ? (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = []) : this.nextNodeData[0].type == "ExclusiveGatewayModel" || this.nextNodeData[0].type == "InclusiveGatewayModel" : e.outGatewayUserTaskModel.length && (e.outGatewayUserTaskModel[0].type == "userTask" ? (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = []) : e.outGatewayUserTaskModel[0].type == "ExclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "InclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "UserTaskModel" && (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = []));
|
|
5094
5096
|
},
|
|
5095
5097
|
immediate: !0,
|
|
5096
5098
|
deep: !0
|
|
@@ -5162,10 +5164,10 @@ const nf = {
|
|
|
5162
5164
|
this.textTips = e, this.statusTips = s, this.typeTips = i, this.$refs.topTips.handleOpen();
|
|
5163
5165
|
},
|
|
5164
5166
|
handleFinal() {
|
|
5165
|
-
this.param.endFunction && this.param.endFunction();
|
|
5167
|
+
this.param.endFunction && this.param.endFunction(this.actionName);
|
|
5166
5168
|
}
|
|
5167
5169
|
}
|
|
5168
|
-
}, ut = (e) => (pe("data-v-
|
|
5170
|
+
}, ut = (e) => (pe("data-v-f92a7391"), e = e(), ue(), e), of = { class: "process-popup-content" }, af = /* @__PURE__ */ ut(() => /* @__PURE__ */ p("div", { class: "process-pc-label" }, [
|
|
5169
5171
|
/* @__PURE__ */ P(" \u8F6C\u5BA1\u7406\u7531\uFF1A"),
|
|
5170
5172
|
/* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*")
|
|
5171
5173
|
], -1)), rf = { class: "process-pc-value" }, lf = { class: "process-popup-textarea" }, cf = /* @__PURE__ */ ut(() => /* @__PURE__ */ p("br", null, null, -1)), df = /* @__PURE__ */ ut(() => /* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*", -1)), pf = ["onClick"], uf = { class: "process-pc-value--people" }, hf = {
|
|
@@ -5281,7 +5283,7 @@ function Bf(e, s, i, n, a, l) {
|
|
|
5281
5283
|
}, null, 8, ["limit", "requires", "request", "linkUrl", "onGetValue"])) : w("", !0)
|
|
5282
5284
|
]);
|
|
5283
5285
|
}
|
|
5284
|
-
const Nf = /* @__PURE__ */ Z(nf, [["render", Bf], ["__scopeId", "data-v-
|
|
5286
|
+
const Nf = /* @__PURE__ */ Z(nf, [["render", Bf], ["__scopeId", "data-v-f92a7391"]]), Tf = "data:image/png;base64,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", Sf = "data:image/png;base64,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";
|
|
5285
5287
|
const Df = {
|
|
5286
5288
|
name: "msgList",
|
|
5287
5289
|
components: {
|
|
@@ -5329,44 +5331,49 @@ const Df = {
|
|
|
5329
5331
|
handleTipsCancel() {
|
|
5330
5332
|
this.visibleListMsg = !1, this.opinion = {};
|
|
5331
5333
|
},
|
|
5332
|
-
handleDel(
|
|
5333
|
-
|
|
5334
|
-
|
|
5334
|
+
handleDel() {
|
|
5335
|
+
this.opinion.opinionId && this.request.get(`/auth/user/opinion/del/${this.opinion.opinionId}`).then((e) => {
|
|
5336
|
+
e.code === 200 ? this.$emit(
|
|
5335
5337
|
"handleTips",
|
|
5336
5338
|
"\u5220\u9664\u6210\u529F",
|
|
5337
5339
|
!0,
|
|
5338
5340
|
"success"
|
|
5339
|
-
) : this.$emit("handleTips",
|
|
5340
|
-
}).catch((
|
|
5341
|
-
this.$emit("handleTips",
|
|
5341
|
+
) : this.$emit("handleTips", e.msg, !0, "error");
|
|
5342
|
+
}).catch((e) => {
|
|
5343
|
+
this.$emit("handleTips", e.msg, !0, "error");
|
|
5342
5344
|
});
|
|
5343
5345
|
}
|
|
5344
5346
|
}
|
|
5345
|
-
}, Qf = {
|
|
5347
|
+
}, Qf = {
|
|
5348
|
+
key: 0,
|
|
5349
|
+
class: "top-msg"
|
|
5350
|
+
}, Vf = { class: "top-msg-items" }, Of = { class: "top-msg-items-text" }, Ff = ["onClick"], xf = ["src"];
|
|
5346
5351
|
function Jf(e, s, i, n, a, l) {
|
|
5347
5352
|
const A = V("TopPopup");
|
|
5348
|
-
return u(), h("div",
|
|
5349
|
-
|
|
5350
|
-
|
|
5351
|
-
|
|
5352
|
-
|
|
5353
|
-
|
|
5354
|
-
|
|
5355
|
-
|
|
5356
|
-
|
|
5357
|
-
|
|
5353
|
+
return u(), h("div", null, [
|
|
5354
|
+
i.visible ? (u(), h("div", Qf, [
|
|
5355
|
+
(u(!0), h(N, null, U(a.listData, (k) => (u(), h("div", Vf, [
|
|
5356
|
+
p("div", Of, B(k.opinionName), 1),
|
|
5357
|
+
p("div", {
|
|
5358
|
+
class: "top-msg-items-del",
|
|
5359
|
+
onClick: (I) => l.handleOpenMsg(k)
|
|
5360
|
+
}, [
|
|
5361
|
+
p("img", { src: l.Del }, null, 8, xf)
|
|
5362
|
+
], 8, Ff)
|
|
5363
|
+
]))), 256))
|
|
5364
|
+
])) : w("", !0),
|
|
5358
5365
|
O(A, {
|
|
5359
5366
|
titleText: "\u64CD\u4F5C\u6D88\u606F\u63D0\u793A",
|
|
5360
5367
|
isTips: !0,
|
|
5361
5368
|
context: `\u5C06\u5E38\u7528\u610F\u89C1'${a.opinion.opinionName}'\u5220\u9664`,
|
|
5362
5369
|
cancel: l.handleTipsCancel,
|
|
5363
|
-
comfig: l.handleDel
|
|
5370
|
+
comfig: l.handleDel,
|
|
5364
5371
|
visible: a.visibleListMsg,
|
|
5365
5372
|
"onUpdate:visible": s[0] || (s[0] = (k) => a.visibleListMsg = k)
|
|
5366
5373
|
}, null, 8, ["context", "cancel", "comfig", "visible"])
|
|
5367
5374
|
]);
|
|
5368
5375
|
}
|
|
5369
|
-
const Uf = /* @__PURE__ */ Z(Df, [["render", Jf], ["__scopeId", "data-v-
|
|
5376
|
+
const Uf = /* @__PURE__ */ Z(Df, [["render", Jf], ["__scopeId", "data-v-b2ab2e20"]]);
|
|
5370
5377
|
const Pf = {
|
|
5371
5378
|
name: "complete",
|
|
5372
5379
|
props: {
|
|
@@ -5433,13 +5440,14 @@ const Pf = {
|
|
|
5433
5440
|
visibleListMsg: !1,
|
|
5434
5441
|
visibleMsgComfig: !1,
|
|
5435
5442
|
msgCheck: "",
|
|
5436
|
-
msgCheckList: ["\u540C\u610F", "\u5982\u62DF", "\u5DF2\u9605"]
|
|
5443
|
+
msgCheckList: ["\u540C\u610F", "\u5982\u62DF", "\u5DF2\u9605"],
|
|
5444
|
+
actionName: ""
|
|
5437
5445
|
};
|
|
5438
5446
|
},
|
|
5439
5447
|
watch: {
|
|
5440
5448
|
param: {
|
|
5441
5449
|
handler(e, s) {
|
|
5442
|
-
this.nextNodeData = e.nextNodeData, this.taskNode = e.taskNode, this.outGatewayUserTaskModel = e.outGatewayUserTaskModel, console.log("param:::", e), this.outGatewayUserTaskModel && this.outGatewayUserTaskModel.length && this.outGatewayUserTaskModel.map((i) => {
|
|
5450
|
+
this.nextNodeData = e.nextNodeData, this.taskNode = e.taskNode, this.outGatewayUserTaskModel = e.outGatewayUserTaskModel, this.actionName = e.actionName, console.log("param:::", e), this.outGatewayUserTaskModel && this.outGatewayUserTaskModel.length && this.outGatewayUserTaskModel.map((i) => {
|
|
5443
5451
|
i.type !== "endEvent" && (i.userTaskModelDTO = {
|
|
5444
5452
|
name: i.name,
|
|
5445
5453
|
humanPerformer: {
|
|
@@ -5658,10 +5666,10 @@ const Pf = {
|
|
|
5658
5666
|
this.textTips = e, this.statusTips = s, this.typeTips = i, this.$refs.topTips.handleOpen();
|
|
5659
5667
|
},
|
|
5660
5668
|
handleFinal() {
|
|
5661
|
-
this.param.endFunction && this.param.endFunction();
|
|
5669
|
+
this.param.endFunction && this.param.endFunction(this.actionName);
|
|
5662
5670
|
}
|
|
5663
5671
|
}
|
|
5664
|
-
}, Ce = (e) => (pe("data-v-
|
|
5672
|
+
}, Ce = (e) => (pe("data-v-1096a609"), e = e(), ue(), e), Mf = { class: "process-popup-content" }, Lf = {
|
|
5665
5673
|
key: 0,
|
|
5666
5674
|
class: "process-pc-label"
|
|
5667
5675
|
}, Gf = {
|
|
@@ -5947,7 +5955,7 @@ function xA(e, s, i, n, a, l) {
|
|
|
5947
5955
|
}, null, 8, ["limit", "requires", "request", "linkUrl", "onGetValue"])) : w("", !0)
|
|
5948
5956
|
]);
|
|
5949
5957
|
}
|
|
5950
|
-
const JA = /* @__PURE__ */ Z(Pf, [["render", xA], ["__scopeId", "data-v-
|
|
5958
|
+
const JA = /* @__PURE__ */ Z(Pf, [["render", xA], ["__scopeId", "data-v-1096a609"]]);
|
|
5951
5959
|
const UA = {
|
|
5952
5960
|
name: "cancel",
|
|
5953
5961
|
props: {
|
|
@@ -5966,7 +5974,7 @@ const UA = {
|
|
|
5966
5974
|
watch: {
|
|
5967
5975
|
param: {
|
|
5968
5976
|
async handler(e, s) {
|
|
5969
|
-
this.entity.checkedArray = [];
|
|
5977
|
+
this.entity.checkedArray = [], this.actionName = e.actionName;
|
|
5970
5978
|
},
|
|
5971
5979
|
immediate: !0,
|
|
5972
5980
|
deep: !0
|
|
@@ -5975,6 +5983,7 @@ const UA = {
|
|
|
5975
5983
|
data() {
|
|
5976
5984
|
return {
|
|
5977
5985
|
commentMsg: "",
|
|
5986
|
+
actionName: "",
|
|
5978
5987
|
style: {
|
|
5979
5988
|
color: "#333",
|
|
5980
5989
|
disableColor: "#F7F6F6"
|
|
@@ -6065,10 +6074,10 @@ const UA = {
|
|
|
6065
6074
|
this.textTips = e, this.statusTips = s, this.typeTips = i, this.$refs.topTips.handleOpen();
|
|
6066
6075
|
},
|
|
6067
6076
|
handleFinal() {
|
|
6068
|
-
this.param.endFunction && this.param.endFunction();
|
|
6077
|
+
this.param.endFunction && this.param.endFunction(this.actionName);
|
|
6069
6078
|
}
|
|
6070
6079
|
}
|
|
6071
|
-
}, Et = (e) => (pe("data-v-
|
|
6080
|
+
}, Et = (e) => (pe("data-v-fab8c107"), e = e(), ue(), e), PA = { class: "process-popup-content" }, MA = /* @__PURE__ */ Et(() => /* @__PURE__ */ p("div", { class: "process-pc-label" }, [
|
|
6072
6081
|
/* @__PURE__ */ P(" \u62D2\u7EDD\u7406\u7531\uFF1A "),
|
|
6073
6082
|
/* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*")
|
|
6074
6083
|
], -1)), LA = { class: "process-pc-value" }, GA = { class: "process-popup-textarea" }, RA = /* @__PURE__ */ Et(() => /* @__PURE__ */ p("br", null, null, -1)), qA = /* @__PURE__ */ Et(() => /* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*", -1)), jA = ["onClick"], KA = { class: "process-pc-value--people" }, YA = {
|
|
@@ -6175,7 +6184,7 @@ function em(e, s, i, n, a, l) {
|
|
|
6175
6184
|
}, null, 8, ["limit", "requires", "request", "linkUrl", "onGetValue"])) : w("", !0)
|
|
6176
6185
|
]);
|
|
6177
6186
|
}
|
|
6178
|
-
const tm = /* @__PURE__ */ Z(UA, [["render", em], ["__scopeId", "data-v-
|
|
6187
|
+
const tm = /* @__PURE__ */ Z(UA, [["render", em], ["__scopeId", "data-v-fab8c107"]]);
|
|
6179
6188
|
const sm = {
|
|
6180
6189
|
name: "backNode",
|
|
6181
6190
|
props: {
|
|
@@ -6224,13 +6233,14 @@ const sm = {
|
|
|
6224
6233
|
partObjId: [],
|
|
6225
6234
|
partNode: {},
|
|
6226
6235
|
option: [],
|
|
6227
|
-
nodeId: ""
|
|
6236
|
+
nodeId: "",
|
|
6237
|
+
actionName: ""
|
|
6228
6238
|
};
|
|
6229
6239
|
},
|
|
6230
6240
|
watch: {
|
|
6231
6241
|
param: {
|
|
6232
6242
|
async handler(e, s) {
|
|
6233
|
-
this.nextNodeData = e.nextNodeData, this.taskNode = e.taskNode, this.outGatewayUserTaskModel = e.outGatewayUserTaskModel, this.entity.checkedArray = [];
|
|
6243
|
+
this.nextNodeData = e.nextNodeData, this.taskNode = e.taskNode, this.outGatewayUserTaskModel = e.outGatewayUserTaskModel, this.entity.checkedArray = [], this.actionName = e.actionName;
|
|
6234
6244
|
},
|
|
6235
6245
|
immediate: !0,
|
|
6236
6246
|
deep: !0
|
|
@@ -6312,10 +6322,10 @@ const sm = {
|
|
|
6312
6322
|
this.textTips = e, this.statusTips = s, this.typeTips = i, this.$refs.topTips.handleOpen();
|
|
6313
6323
|
},
|
|
6314
6324
|
handleFinal() {
|
|
6315
|
-
this.param.endFunction && this.param.endFunction();
|
|
6325
|
+
this.param.endFunction && this.param.endFunction(this.actionName);
|
|
6316
6326
|
}
|
|
6317
6327
|
}
|
|
6318
|
-
}, mo = (e) => (pe("data-v-
|
|
6328
|
+
}, mo = (e) => (pe("data-v-9e867641"), e = e(), ue(), e), im = { class: "process-popup-content" }, nm = /* @__PURE__ */ mo(() => /* @__PURE__ */ p("div", {
|
|
6319
6329
|
class: "process-pc-label",
|
|
6320
6330
|
style: { "background-color": "#fff", position: "relative", "z-index": "199", display: "inline-block", width: "50%" }
|
|
6321
6331
|
}, [
|
|
@@ -6372,7 +6382,7 @@ function cm(e, s, i, n, a, l) {
|
|
|
6372
6382
|
}, null, 8, ["limit", "requires", "request", "linkUrl", "onGetValue"])) : w("", !0)
|
|
6373
6383
|
]);
|
|
6374
6384
|
}
|
|
6375
|
-
const dm = /* @__PURE__ */ Z(sm, [["render", cm], ["__scopeId", "data-v-
|
|
6385
|
+
const dm = /* @__PURE__ */ Z(sm, [["render", cm], ["__scopeId", "data-v-9e867641"]]);
|
|
6376
6386
|
const pm = {
|
|
6377
6387
|
name: "ccTask",
|
|
6378
6388
|
props: {
|
|
@@ -6418,13 +6428,14 @@ const pm = {
|
|
|
6418
6428
|
},
|
|
6419
6429
|
multiNodeParticipant: {},
|
|
6420
6430
|
partObjId: [],
|
|
6421
|
-
partNode: {}
|
|
6431
|
+
partNode: {},
|
|
6432
|
+
actionName: ""
|
|
6422
6433
|
};
|
|
6423
6434
|
},
|
|
6424
6435
|
watch: {
|
|
6425
6436
|
param: {
|
|
6426
6437
|
handler(e, s) {
|
|
6427
|
-
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.entity.checkedArray = []) : this.nextNodeData[0].type == "ExclusiveGatewayModel" || this.nextNodeData[0].type == "InclusiveGatewayModel" : e.outGatewayUserTaskModel.length && (e.outGatewayUserTaskModel[0].type == "userTask" ? (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = []) : e.outGatewayUserTaskModel[0].type == "ExclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "InclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "UserTaskModel" && (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.checkedArray = [], this.entity.source = "1"));
|
|
6438
|
+
this.nextNodeData = e.nextNodeData, this.taskNode = e.taskNode, this.outGatewayUserTaskModel = e.outGatewayUserTaskModel, this.actionName = e.actionName, e.nextNodeData.length ? this.nextNodeData[0].type == "userTask" || this.nextNodeData[0].type == "UserTaskModel" ? (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = []) : this.nextNodeData[0].type == "ExclusiveGatewayModel" || this.nextNodeData[0].type == "InclusiveGatewayModel" : e.outGatewayUserTaskModel.length && (e.outGatewayUserTaskModel[0].type == "userTask" ? (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.source = "1", this.entity.checkedArray = []) : e.outGatewayUserTaskModel[0].type == "ExclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "InclusiveGatewayModel" || e.outGatewayUserTaskModel[0].type == "UserTaskModel" && (this.entity.multiple = !0, this.entity.codeType = [3], this.entity.checkedArray = [], this.entity.source = "1"));
|
|
6428
6439
|
},
|
|
6429
6440
|
immediate: !0,
|
|
6430
6441
|
deep: !0
|
|
@@ -6494,10 +6505,10 @@ const pm = {
|
|
|
6494
6505
|
this.textTips = e, this.statusTips = s, this.typeTips = i, this.$refs.topTips.handleOpen();
|
|
6495
6506
|
},
|
|
6496
6507
|
handleFinal() {
|
|
6497
|
-
this.param.endFunction && this.param.endFunction();
|
|
6508
|
+
this.param.endFunction && this.param.endFunction(this.actionName);
|
|
6498
6509
|
}
|
|
6499
6510
|
}
|
|
6500
|
-
}, xt = (e) => (pe("data-v-
|
|
6511
|
+
}, xt = (e) => (pe("data-v-94260768"), e = e(), ue(), e), um = { class: "process-popup-content" }, hm = /* @__PURE__ */ xt(() => /* @__PURE__ */ p("br", null, null, -1)), fm = /* @__PURE__ */ xt(() => /* @__PURE__ */ p("span", { class: "process-pc-label--re" }, "*", -1)), Am = ["onClick"], mm = { class: "process-pc-value--people" }, gm = {
|
|
6501
6512
|
key: 0,
|
|
6502
6513
|
class: "process-pc-value--data"
|
|
6503
6514
|
}, ym = {
|
|
@@ -6593,7 +6604,7 @@ function Tm(e, s, i, n, a, l) {
|
|
|
6593
6604
|
}, null, 8, ["limit", "requires", "request", "linkUrl", "onGetValue"])) : w("", !0)
|
|
6594
6605
|
]);
|
|
6595
6606
|
}
|
|
6596
|
-
const Sm = /* @__PURE__ */ Z(pm, [["render", Tm], ["__scopeId", "data-v-
|
|
6607
|
+
const Sm = /* @__PURE__ */ Z(pm, [["render", Tm], ["__scopeId", "data-v-94260768"]]);
|
|
6597
6608
|
const Dm = {
|
|
6598
6609
|
name: "restart",
|
|
6599
6610
|
props: {
|
|
@@ -7137,12 +7148,12 @@ const Gm = /* @__PURE__ */ Z(Dm, [["render", Lm], ["__scopeId", "data-v-7c6d9221
|
|
|
7137
7148
|
this.$refs.TopPopup2.handleCancel(), this.handleTipsType == "\u50AC\u529E" && (this.handleTips("", !0, "loading"), this.request.get("/aws/tis/reminders", {
|
|
7138
7149
|
params: { processInstId: this.processIntId }
|
|
7139
7150
|
}).then((e) => {
|
|
7140
|
-
e.code == 200 ? (this.handleTips("\u50AC\u529E\u6210\u529F", !0, "success"), this.endFunction()) : this.handleTips(e.msg, !0, "error");
|
|
7151
|
+
e.code == 200 ? (this.handleTips("\u50AC\u529E\u6210\u529F", !0, "success"), this.endFunction("\u50AC\u529E")) : this.handleTips(e.msg, !0, "error");
|
|
7141
7152
|
})), this.handleTipsType == "\u64A4\u9500" && (this.handleTips("", !0, "loading"), this.request.post("/aws/pis/revoke", {
|
|
7142
7153
|
processInstId: this.ProcessInsObj.id,
|
|
7143
7154
|
processBusinessKey: this.ProcessInsObj.processBusinessKey
|
|
7144
7155
|
}).then((e) => {
|
|
7145
|
-
e.code == 200 ? (this.handleTips("\u64A4\u9500\u6210\u529F", !0, "success"), this.endFunction()) : (this.textTips = e.msg, this.typeTips = "error", this.handleTips(e.msg, !0, "error"));
|
|
7156
|
+
e.code == 200 ? (this.handleTips("\u64A4\u9500\u6210\u529F", !0, "success"), this.endFunction("\u64A4\u9500")) : (this.textTips = e.msg, this.typeTips = "error", this.handleTips(e.msg, !0, "error"));
|
|
7146
7157
|
}));
|
|
7147
7158
|
},
|
|
7148
7159
|
handleTipsCancel() {
|
|
@@ -7207,14 +7218,17 @@ const Gm = /* @__PURE__ */ Z(Dm, [["render", Lm], ["__scopeId", "data-v-7c6d9221
|
|
|
7207
7218
|
}
|
|
7208
7219
|
}
|
|
7209
7220
|
});
|
|
7210
|
-
const vt = (e) => (pe("data-v-
|
|
7221
|
+
const vt = (e) => (pe("data-v-f0b7d4a4"), e = e(), ue(), e), qm = { class: "process-warp" }, jm = {
|
|
7211
7222
|
key: 0,
|
|
7212
7223
|
class: "process-main",
|
|
7213
7224
|
id: "process-header"
|
|
7214
7225
|
}, Km = { class: "process-ml-item border" }, Ym = /* @__PURE__ */ vt(() => /* @__PURE__ */ p("div", { class: "process-mli-name" }, "\u6D41\u7A0B\u72B6\u6001", -1)), Hm = { class: "process-mli-value" }, Wm = { class: "process-ml-item border" }, Zm = /* @__PURE__ */ vt(() => /* @__PURE__ */ p("div", { class: "process-mli-name" }, "\u6D41\u7A0B\u53D1\u8D77\u65F6\u95F4", -1)), zm = { class: "process-mli-value" }, Xm = {
|
|
7215
7226
|
key: 0,
|
|
7216
7227
|
class: "process-ml-item"
|
|
7217
|
-
}, _m = /* @__PURE__ */ vt(() => /* @__PURE__ */ p("div", { class: "process-mli-name" }, "\u5BA1\u6279\u8282\u70B9", -1)), $m = {
|
|
7228
|
+
}, _m = /* @__PURE__ */ vt(() => /* @__PURE__ */ p("div", { class: "process-mli-name" }, "\u5BA1\u6279\u8282\u70B9", -1)), $m = {
|
|
7229
|
+
class: "process-mli-value",
|
|
7230
|
+
style: { width: "50%", "text-align": "right" }
|
|
7231
|
+
}, eg = { class: "process-mliv-jd" }, tg = ["slot"], sg = {
|
|
7218
7232
|
slot: "default",
|
|
7219
7233
|
style: {}
|
|
7220
7234
|
}, ig = ["slot"], ng = {
|
|
@@ -7396,7 +7410,7 @@ function ug(e, s, i, n, a, l) {
|
|
|
7396
7410
|
}), null, 16, ["visible", "request", "appId", "id", "onSuccessFn", "selfList"])
|
|
7397
7411
|
]);
|
|
7398
7412
|
}
|
|
7399
|
-
const fg = /* @__PURE__ */ Z(Rm, [["render", ug], ["__scopeId", "data-v-
|
|
7413
|
+
const fg = /* @__PURE__ */ Z(Rm, [["render", ug], ["__scopeId", "data-v-f0b7d4a4"]]);
|
|
7400
7414
|
export {
|
|
7401
7415
|
fg as TopProcess,
|
|
7402
7416
|
oh as TopSumbitPopup,
|