xyvcard-itsm-flow 0.0.18 → 0.0.19
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/dist/{index-DcpiD-9M.mjs → index-Cqw8Rz4q.mjs} +2 -2
- package/dist/{index-C7nUkCbR.mjs → index-DB-P0VX0.mjs} +9 -9
- package/dist/{index-C54FcKfo.mjs → index-DeerMT0Q.mjs} +13 -13
- package/dist/index.mjs +1 -1
- package/dts/api/itsm-flow-acceptance/types.d.ts +1 -1
- package/dts/api/itsm-flow-entrust/types.d.ts +1 -1
- package/dts/api/itsm-flow-reckoning/types.d.ts +1 -1
- package/package.json +4 -4
|
@@ -209,8 +209,8 @@ const le = { class: "app-container" }, oe = { class: "search-container" }, te =
|
|
|
209
209
|
}, {
|
|
210
210
|
default: t(() => [
|
|
211
211
|
o(C, {
|
|
212
|
-
modelValue: r.value.
|
|
213
|
-
"onUpdate:modelValue": e[10] || (e[10] = (l) => r.value.
|
|
212
|
+
modelValue: r.value.likeServiceOrg,
|
|
213
|
+
"onUpdate:modelValue": e[10] || (e[10] = (l) => r.value.likeServiceOrg = l),
|
|
214
214
|
placeholder: n.$t("itsmFlowAcceptance.serviceOrgRequired"),
|
|
215
215
|
data: a(R).values,
|
|
216
216
|
clearable: "",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as H, ref as V, reactive as W, resolveComponent as u, resolveDirective as G, createElementBlock as h, openBlock as b, createElementVNode as y, createVNode as t, createBlock as S, createCommentVNode as U, withCtx as a, withKeys as c, unref as n, createTextVNode as
|
|
1
|
+
import { defineComponent as H, ref as V, reactive as W, resolveComponent as u, resolveDirective as G, createElementBlock as h, openBlock as b, createElementVNode as y, createVNode as t, createBlock as S, createCommentVNode as U, withCtx as a, withKeys as c, unref as n, createTextVNode as k, toDisplayString as d, withDirectives as J, isRef as D } from "vue";
|
|
2
2
|
import { useTableHooks as M } from "jmash-core";
|
|
3
3
|
import { useI18n as X } from "vue-i18n";
|
|
4
4
|
import { O as Y, C as Z, i as x, D as g } from "./index-Cgbv4Ijf.mjs";
|
|
@@ -6,10 +6,10 @@ import { _ as ee } from "./info.vue_vue_type_script_setup_true_lang-wuHB-S6l.mjs
|
|
|
6
6
|
const le = { class: "app-container" }, te = { class: "search-container" }, ae = ["onClick"], me = /* @__PURE__ */ H({
|
|
7
7
|
__name: "index",
|
|
8
8
|
setup(oe) {
|
|
9
|
-
const
|
|
9
|
+
const C = new Y({
|
|
10
10
|
orgType: Z.orgType.outsource
|
|
11
11
|
});
|
|
12
|
-
|
|
12
|
+
C.useValues();
|
|
13
13
|
const { t: N } = X(), r = V({}), {
|
|
14
14
|
tableHooks: s,
|
|
15
15
|
multipleTableRef: O,
|
|
@@ -203,10 +203,10 @@ const le = { class: "app-container" }, te = { class: "search-container" }, ae =
|
|
|
203
203
|
}, {
|
|
204
204
|
default: a(() => [
|
|
205
205
|
t($, {
|
|
206
|
-
modelValue: r.value.
|
|
207
|
-
"onUpdate:modelValue": e[8] || (e[8] = (l) => r.value.
|
|
206
|
+
modelValue: r.value.likeServiceOrg,
|
|
207
|
+
"onUpdate:modelValue": e[8] || (e[8] = (l) => r.value.likeServiceOrg = l),
|
|
208
208
|
placeholder: o.$t("itsmFlowAcceptance.serviceOrgRequired"),
|
|
209
|
-
data: n(
|
|
209
|
+
data: n(C).values,
|
|
210
210
|
clearable: "",
|
|
211
211
|
filterable: "",
|
|
212
212
|
onKeyup: e[9] || (e[9] = c((l) => n(s).handleQuery(), ["enter"])),
|
|
@@ -247,7 +247,7 @@ const le = { class: "app-container" }, te = { class: "search-container" }, ae =
|
|
|
247
247
|
onClick: e[12] || (e[12] = (l) => n(s).handleQuery())
|
|
248
248
|
}, {
|
|
249
249
|
default: a(() => [
|
|
250
|
-
|
|
250
|
+
k(d(o.$t("common.search")), 1)
|
|
251
251
|
]),
|
|
252
252
|
_: 1
|
|
253
253
|
}),
|
|
@@ -255,7 +255,7 @@ const le = { class: "app-container" }, te = { class: "search-container" }, ae =
|
|
|
255
255
|
onClick: e[13] || (e[13] = (l) => n(s).resetQuery())
|
|
256
256
|
}, {
|
|
257
257
|
default: a(() => [
|
|
258
|
-
|
|
258
|
+
k(d(o.$t("common.reset")), 1)
|
|
259
259
|
]),
|
|
260
260
|
_: 1
|
|
261
261
|
})
|
|
@@ -334,7 +334,7 @@ const le = { class: "app-container" }, te = { class: "search-container" }, ae =
|
|
|
334
334
|
class: "el-button-color",
|
|
335
335
|
onClick: (ne) => q(l.data.row)
|
|
336
336
|
}, [
|
|
337
|
-
|
|
337
|
+
k(d(o.$t("common.view")), 1)
|
|
338
338
|
], 8, ae)), [
|
|
339
339
|
[E, ["itsmflow:itsm_flow_acceptance:view"]]
|
|
340
340
|
])
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as W, ref as C, reactive as G, resolveComponent as i, resolveDirective as J, createElementBlock as
|
|
1
|
+
import { defineComponent as W, ref as C, reactive as G, resolveComponent as i, resolveDirective as J, createElementBlock as S, openBlock as y, createElementVNode as b, createVNode as t, createBlock as U, createCommentVNode as R, withCtx as o, withKeys as d, unref as n, createTextVNode as k, toDisplayString as p, withDirectives as M, isRef as h } from "vue";
|
|
2
2
|
import { useTableHooks as X } from "jmash-core";
|
|
3
3
|
import { useI18n as Y } from "vue-i18n";
|
|
4
4
|
import { a as Z, O as x, C as ee, D as v } from "./index-Cgbv4Ijf.mjs";
|
|
@@ -13,10 +13,10 @@ const te = { class: "app-container" }, oe = { class: "search-container" }, ae =
|
|
|
13
13
|
listLoading: q,
|
|
14
14
|
tableData: B,
|
|
15
15
|
total: g
|
|
16
|
-
} = X(N, Z, r),
|
|
16
|
+
} = X(N, Z, r), $ = new x({
|
|
17
17
|
orgType: ee.orgType.outsource
|
|
18
18
|
});
|
|
19
|
-
|
|
19
|
+
$.useValues(), v.parentIdBizDict.useValues();
|
|
20
20
|
let f = C([
|
|
21
21
|
{
|
|
22
22
|
label: "itsmFlowEntrust.contractId",
|
|
@@ -99,7 +99,7 @@ const te = { class: "app-container" }, oe = { class: "search-container" }, ae =
|
|
|
99
99
|
}
|
|
100
100
|
return s.getList(), (a, e) => {
|
|
101
101
|
const w = i("el-input"), m = i("el-form-item"), u = i("el-col"), V = i("jmash-select"), F = i("el-button"), I = i("el-row"), j = i("el-form"), z = i("jmash-column-select"), P = i("jmash-table"), A = i("jmash-pagination"), L = i("el-card"), H = J("hasPerm");
|
|
102
|
-
return y(),
|
|
102
|
+
return y(), S("div", te, [
|
|
103
103
|
b("div", oe, [
|
|
104
104
|
t(j, {
|
|
105
105
|
ref_key: "queryFormRef",
|
|
@@ -221,10 +221,10 @@ const te = { class: "app-container" }, oe = { class: "search-container" }, ae =
|
|
|
221
221
|
}, {
|
|
222
222
|
default: o(() => [
|
|
223
223
|
t(V, {
|
|
224
|
-
modelValue: r.value.
|
|
225
|
-
"onUpdate:modelValue": e[10] || (e[10] = (l) => r.value.
|
|
224
|
+
modelValue: r.value.likeServiceOrg,
|
|
225
|
+
"onUpdate:modelValue": e[10] || (e[10] = (l) => r.value.likeServiceOrg = l),
|
|
226
226
|
placeholder: a.$t("itsmFlowAcceptance.serviceOrgRequired"),
|
|
227
|
-
data: n(
|
|
227
|
+
data: n($).values,
|
|
228
228
|
clearable: "",
|
|
229
229
|
filterable: "",
|
|
230
230
|
onKeyup: e[11] || (e[11] = d((l) => n(s).handleQuery(), ["enter"])),
|
|
@@ -305,7 +305,7 @@ const te = { class: "app-container" }, oe = { class: "search-container" }, ae =
|
|
|
305
305
|
onClick: e[18] || (e[18] = (l) => n(s).handleQuery())
|
|
306
306
|
}, {
|
|
307
307
|
default: o(() => [
|
|
308
|
-
|
|
308
|
+
k(p(a.$t("common.search")), 1)
|
|
309
309
|
]),
|
|
310
310
|
_: 1
|
|
311
311
|
}),
|
|
@@ -313,7 +313,7 @@ const te = { class: "app-container" }, oe = { class: "search-container" }, ae =
|
|
|
313
313
|
onClick: e[19] || (e[19] = (l) => n(s).resetQuery())
|
|
314
314
|
}, {
|
|
315
315
|
default: o(() => [
|
|
316
|
-
|
|
316
|
+
k(p(a.$t("common.reset")), 1)
|
|
317
317
|
]),
|
|
318
318
|
_: 1
|
|
319
319
|
})
|
|
@@ -356,7 +356,7 @@ const te = { class: "app-container" }, oe = { class: "search-container" }, ae =
|
|
|
356
356
|
})
|
|
357
357
|
]),
|
|
358
358
|
footer: o(() => [
|
|
359
|
-
n(g) > 0 ? (y(),
|
|
359
|
+
n(g) > 0 ? (y(), U(A, {
|
|
360
360
|
key: 0,
|
|
361
361
|
total: n(g),
|
|
362
362
|
"onUpdate:total": e[21] || (e[21] = (l) => h(g) ? g.value = l : null),
|
|
@@ -393,11 +393,11 @@ const te = { class: "app-container" }, oe = { class: "search-container" }, ae =
|
|
|
393
393
|
b("span", null, p(n(v).orgIdBizDict.getValue(l.data.row.serviceOrg)), 1)
|
|
394
394
|
]),
|
|
395
395
|
operation: o((l) => [
|
|
396
|
-
M((y(),
|
|
396
|
+
M((y(), S("span", {
|
|
397
397
|
class: "el-button-color",
|
|
398
398
|
onClick: (O) => K(l.data.row)
|
|
399
399
|
}, [
|
|
400
|
-
|
|
400
|
+
k(p(a.$t("common.view")), 1)
|
|
401
401
|
], 8, ae)), [
|
|
402
402
|
[H, ["itsmflow:itsm_flow_entrust:view"]]
|
|
403
403
|
])
|
|
@@ -407,7 +407,7 @@ const te = { class: "app-container" }, oe = { class: "search-container" }, ae =
|
|
|
407
407
|
]),
|
|
408
408
|
_: 1
|
|
409
409
|
}),
|
|
410
|
-
c.value.visible ? (y(),
|
|
410
|
+
c.value.visible ? (y(), U(le, {
|
|
411
411
|
key: 0,
|
|
412
412
|
modelValue: c.value.visible,
|
|
413
413
|
"onUpdate:modelValue": e[25] || (e[25] = (l) => c.value.visible = l),
|
package/dist/index.mjs
CHANGED
|
@@ -2697,7 +2697,7 @@ const Wi = {
|
|
|
2697
2697
|
}
|
|
2698
2698
|
};
|
|
2699
2699
|
}
|
|
2700
|
-
}, Pi = /* @__PURE__ */ Object.assign({ "./views/itsm-flow-acceptance-info/index.vue": () => import("./index-
|
|
2700
|
+
}, Pi = /* @__PURE__ */ Object.assign({ "./views/itsm-flow-acceptance-info/index.vue": () => import("./index-DB-P0VX0.mjs"), "./views/itsm-flow-acceptance-info/info.vue": () => import("./info-l0eP5Tw1.mjs"), "./views/itsm-flow-acceptance/edit.vue": () => import("./edit-Vw2XQ1u6.mjs"), "./views/itsm-flow-acceptance/index.vue": () => import("./index-C7_kMdm5.mjs"), "./views/itsm-flow-entrust-info/index.vue": () => import("./index-DeerMT0Q.mjs"), "./views/itsm-flow-entrust-info/info.vue": () => import("./info-BbMCDfFR.mjs"), "./views/itsm-flow-entrust/edit.vue": () => import("./edit-DdzFTqhg.mjs"), "./views/itsm-flow-entrust/index.vue": () => import("./index-DaSMRndr.mjs"), "./views/itsm-flow-reckoning-info/index.vue": () => import("./index-Cqw8Rz4q.mjs"), "./views/itsm-flow-reckoning-info/info.vue": () => import("./info-8NydJYfB.mjs"), "./views/itsm-flow-reckoning/edit.vue": () => import("./edit-DIh0NEYf.mjs"), "./views/itsm-flow-reckoning/index.vue": () => import("./index-CxyHtsq2.mjs") }), Wt = () => import("./index-Dooa5UH_.mjs"), Fi = () => import("./index-tnTugnqa.mjs"), Pt = () => import("./index-BI1uXq1f.mjs"), Ii = () => import("./index-g0KiWDPW.mjs"), Ft = () => import("./index-CITy8Hqm.mjs"), Ci = () => import("./index-7_pEehBt.mjs"), Ei = {
|
|
2701
2701
|
install(e) {
|
|
2702
2702
|
Os(Pi, 7), Rs(Ts), H("TaskItsmFlowEntrust", Wt), H("TaskItsmFlowEntrustEdit", Fi), H("TaskItsmFlowEntrustView", Wt), H("TaskItsmFlowAcceptance", Pt), H(
|
|
2703
2703
|
"TaskItsmFlowAcceptanceEdit",
|
|
@@ -10,7 +10,7 @@ export interface ItsmFlowAcceptanceReq extends EntityReq {
|
|
|
10
10
|
acceptanceId?: string;
|
|
11
11
|
orderNo?: string;
|
|
12
12
|
likeUserName?: string;
|
|
13
|
-
|
|
13
|
+
likeServiceOrg?: string;
|
|
14
14
|
}
|
|
15
15
|
export interface ItsmFlowAcceptanceModel extends EntityModel {
|
|
16
16
|
acceptanceId?: string;
|
|
@@ -10,7 +10,7 @@ export interface ItsmFlowReckoningReq extends EntityReq {
|
|
|
10
10
|
reckoningId?: string;
|
|
11
11
|
hasApplyStatus?: boolean;
|
|
12
12
|
applyStatus?: string;
|
|
13
|
-
|
|
13
|
+
likeServiceOrg?: string;
|
|
14
14
|
}
|
|
15
15
|
export interface ItsmFlowReckoningModel extends EntityModel {
|
|
16
16
|
reckoningId?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xyvcard-itsm-flow",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.19",
|
|
4
4
|
"private": false,
|
|
5
5
|
"module": "dist/index.mjs",
|
|
6
6
|
"types": "dts/index.d.ts",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"vue": "^3.5.13",
|
|
26
26
|
"vue-i18n": "^9.14.4",
|
|
27
27
|
"vue-router": "^4.5.1",
|
|
28
|
-
"jmash-core": "^0.1.
|
|
28
|
+
"jmash-core": "^0.1.7",
|
|
29
29
|
"jmash-dict": "^0.1.1",
|
|
30
|
-
"jmash-rbac": "^0.1.
|
|
30
|
+
"jmash-rbac": "^0.1.16",
|
|
31
31
|
"jmash-flow": "^0.0.21",
|
|
32
32
|
"xyvcard-workflow": "^0.0.44",
|
|
33
33
|
"xyvcard-itsmsys": "^0.0.20",
|
|
34
|
-
"xyvcard-itsm": "^0.0.
|
|
34
|
+
"xyvcard-itsm": "^0.0.29"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@eslint/js": "^9.14.0",
|