ddy-process-h5 1.0.1-rc.2.87 → 1.0.1-rc.2.91
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/ddy-process-h5.js +8 -8
- package/v2/ddy-process-h5.umd.cjs +1 -1
- package/v2/style.css +1 -1
- package/v2.7/ddy-process-h5.js +251 -251
- package/v2.7/ddy-process-h5.umd.cjs +9 -9
- package/v2.7/style.css +1 -1
- package/v3/ddy-process-h5.js +8 -8
- package/v3/ddy-process-h5.umd.cjs +1 -1
- package/v3/style.css +1 -1
package/package.json
CHANGED
package/v2/ddy-process-h5.js
CHANGED
|
@@ -22139,10 +22139,10 @@ var EC = function() {
|
|
|
22139
22139
|
},
|
|
22140
22140
|
on: {
|
|
22141
22141
|
click: function(s) {
|
|
22142
|
-
e.$emit("examine", !0, ["
|
|
22142
|
+
e.$emit("examine", !0, ["deleted"].includes(e.process.processIsFinished) ? "\u91CD\u65B0\u63D0\u4EA4" : e.getButton("wf_pass").name);
|
|
22143
22143
|
}
|
|
22144
22144
|
}
|
|
22145
|
-
}, [["
|
|
22145
|
+
}, [["deleted"].includes(e.process.processIsFinished) ? t("span", [e._v("\u91CD\u65B0\u63D0\u4EA4")]) : t("span", [e._v(e._s(e.getButton("wf_pass").name))])]) : e._e(), e.getButton("wf_reject") ? t("button", {
|
|
22146
22146
|
staticClass: "process-button danger",
|
|
22147
22147
|
attrs: {
|
|
22148
22148
|
size: "default",
|
|
@@ -22242,7 +22242,7 @@ var EC = function() {
|
|
|
22242
22242
|
e.$emit("circulate", e.getButton("wf_cctask").name);
|
|
22243
22243
|
}
|
|
22244
22244
|
}
|
|
22245
|
-
}, [t("span", [e._v(e._s(e.getButton("wf_cctask").name))])]) : e._e()] : e._e(), e.process.isOwner && e.process.isReturnable && !["
|
|
22245
|
+
}, [t("span", [e._v(e._s(e.getButton("wf_cctask").name))])]) : e._e()] : e._e(), e.process.isOwner && e.process.isReturnable && !["deleted"].includes(e.process.processIsFinished) ? t("button", {
|
|
22246
22246
|
staticClass: "process-button danger",
|
|
22247
22247
|
attrs: {
|
|
22248
22248
|
size: "default",
|
|
@@ -22361,7 +22361,7 @@ var kC = /* @__PURE__ */ ge(
|
|
|
22361
22361
|
TC,
|
|
22362
22362
|
!1,
|
|
22363
22363
|
NC,
|
|
22364
|
-
"
|
|
22364
|
+
"128c5f57",
|
|
22365
22365
|
null,
|
|
22366
22366
|
null
|
|
22367
22367
|
);
|
|
@@ -22586,7 +22586,7 @@ const _C = /* @__PURE__ */ function() {
|
|
|
22586
22586
|
const i = this.ProcessInsObj.process, t = this.ProcessInsObj.button;
|
|
22587
22587
|
if (!i || !t)
|
|
22588
22588
|
return e;
|
|
22589
|
-
if (this.getButton("wf_pass"), this.needResubmit && i.status == "todo" && this.userIdData && this.userIdData == (i.variables || {}).applyUserId && ["
|
|
22589
|
+
if (this.getButton("wf_pass"), this.needResubmit && i.status == "todo" && this.userIdData && this.userIdData == (i.variables || {}).applyUserId && ["deleted"].includes(i.processIsFinished) && this.getButton("wf_pass")) {
|
|
22590
22590
|
let n = {};
|
|
22591
22591
|
n.name = "\u91CD\u65B0\u63D0\u4EA4", n.btnProps = { type: "default" }, e.push(n), n.click = (r) => {
|
|
22592
22592
|
this.handlePass("\u91CD\u65B0\u63D0\u4EA4"), this.submitLoading = !0, this.handleActionClose();
|
|
@@ -22668,7 +22668,7 @@ const _C = /* @__PURE__ */ function() {
|
|
|
22668
22668
|
this.handleReminders("\u50AC\u529E"), this.handleActionClose();
|
|
22669
22669
|
}, e.push(n);
|
|
22670
22670
|
}
|
|
22671
|
-
if (this.processIntId && i.isOwner && i.isReturnable && !["
|
|
22671
|
+
if (this.processIntId && i.isOwner && i.isReturnable && !["deleted"].includes(i.processIsFinished)) {
|
|
22672
22672
|
let n = {};
|
|
22673
22673
|
n.name = "\u64A4\u9500", n.btnProps = { type: "default" }, n.click = (r) => {
|
|
22674
22674
|
this.handleWithdrawTask("\u64A4\u9500"), this.handleActionClose();
|
|
@@ -22718,7 +22718,7 @@ const _C = /* @__PURE__ */ function() {
|
|
|
22718
22718
|
handleActionBtn(e) {
|
|
22719
22719
|
switch (e.buttonKey) {
|
|
22720
22720
|
case "wf_pass":
|
|
22721
|
-
this.handleExamine(!0, ["
|
|
22721
|
+
this.handleExamine(!0, ["deleted"].includes(this.ProcessInsObj.process.processIsFinished) ? "\u91CD\u65B0\u63D0\u4EA4" : e.name);
|
|
22722
22722
|
break;
|
|
22723
22723
|
case "wf_reject":
|
|
22724
22724
|
this.handleExamine(!1, e.name);
|
|
@@ -23326,7 +23326,7 @@ function OC(e) {
|
|
|
23326
23326
|
}
|
|
23327
23327
|
const zC = /* @__PURE__ */ function() {
|
|
23328
23328
|
return MC.exports;
|
|
23329
|
-
}(), BC = "ddy-process-h5", RC = "1.0.1-rc.2.
|
|
23329
|
+
}(), BC = "ddy-process-h5", RC = "1.0.1-rc.2.91", LC = "> app\u7AEF \u6D41\u7A0B\u63D2\u4EF6", FC = "./ddy-process-h5.umd.cjs", VC = "./style.css", jC = "module", QC = {
|
|
23330
23330
|
".": {
|
|
23331
23331
|
import: "./ddy-process-h5.js",
|
|
23332
23332
|
require: "./ddy-process-h5.umd.cjs"
|