xyvcard-itsm-flow 0.0.7 → 0.0.9

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.
Files changed (51) hide show
  1. package/dist/FileSaver.min-BeKvLuyk.mjs +73 -0
  2. package/dist/common-Cwl5jzlM.mjs +85 -0
  3. package/dist/{edit-BZbho2xr.mjs → edit-BatVtQjM.mjs} +1 -1
  4. package/dist/{edit-DA920KWc.mjs → edit-CJKi69Ya.mjs} +1 -1
  5. package/dist/{edit-DxK8SrUd.mjs → edit-RNcc8UYn.mjs} +1 -1
  6. package/dist/edit.vue_vue_type_script_setup_true_lang-4mAArGdW.mjs +550 -0
  7. package/dist/edit.vue_vue_type_script_setup_true_lang-D9fa466K.mjs +566 -0
  8. package/dist/edit.vue_vue_type_script_setup_true_lang-DlfhAjvW.mjs +670 -0
  9. package/dist/{el-message-D28AReoi.mjs → el-message-9Nit-6wb.mjs} +26 -26
  10. package/dist/{index-CXarOLFt.mjs → index-2vkMhoSW.mjs} +119 -124
  11. package/dist/index-BkB6hpAN.mjs +482 -0
  12. package/dist/{index-BwhWFAEK.mjs → index-BqZwYXr_.mjs} +75 -89
  13. package/dist/index-CitJdS-N.mjs +589 -0
  14. package/dist/index-Ckl3mXfI.mjs +493 -0
  15. package/dist/index-CpSpS_gR.mjs +486 -0
  16. package/dist/index-DmttwKtY.mjs +501 -0
  17. package/dist/index-ay0TMqjH.mjs +339 -0
  18. package/dist/index-tnwVLRVb.mjs +624 -0
  19. package/dist/index-w_RSrZed.mjs +529 -0
  20. package/dist/index.mjs +767 -772
  21. package/dist/style.css +1 -1
  22. package/dts/api/dict.d.ts +9 -0
  23. package/dts/api/index.d.ts +4 -1
  24. package/dts/api/itsm-flow-acceptance/index.d.ts +8 -10
  25. package/dts/api/itsm-flow-acceptance/types.d.ts +42 -35
  26. package/dts/api/itsm-flow-entrust/types.d.ts +2 -2
  27. package/dts/api/itsm-flow-entrust-user/types.d.ts +1 -3
  28. package/dts/api/itsm-flow-reckoning/index.d.ts +4 -10
  29. package/dts/api/itsm-flow-reckoning/types.d.ts +19 -31
  30. package/dts/components/TaskItsmFlowAcceptance/index.vue.d.ts +28 -0
  31. package/dts/components/TaskItsmFlowAcceptanceEdit/index.vue.d.ts +28 -0
  32. package/dts/components/TaskItsmFlowReckoning/index.vue.d.ts +28 -0
  33. package/dts/components/TaskItsmFlowReckoningEdit/index.vue.d.ts +28 -0
  34. package/dts/index.d.ts +4 -0
  35. package/dts/lang/itsm-flow/zh-cn.d.ts +3 -17
  36. package/dts/utils/common.d.ts +2 -2
  37. package/dts/views/itsm-flow-acceptance/edit.vue.d.ts +4 -4
  38. package/dts/views/itsm-flow-entrust/edit.vue.d.ts +4 -4
  39. package/dts/views/itsm-flow-reckoning/edit.vue.d.ts +4 -4
  40. package/package.json +1 -1
  41. package/dist/_commonjsHelpers-BVfed4GL.mjs +0 -28
  42. package/dist/edit.vue_vue_type_script_setup_true_lang-CApSv9W3.mjs +0 -589
  43. package/dist/edit.vue_vue_type_script_setup_true_lang-CVKTwRZs.mjs +0 -688
  44. package/dist/edit.vue_vue_type_script_setup_true_lang-DlKz97iK.mjs +0 -656
  45. package/dist/index-BZGkoyv9.mjs +0 -68
  46. package/dist/index-CMOEnYG7.mjs +0 -21
  47. package/dist/index-Clg5YSzX.mjs +0 -598
  48. package/dist/index-CwnMo6nD.mjs +0 -1651
  49. package/dist/index-DDwNGNtf.mjs +0 -558
  50. package/dist/index-Dimzx0Lh.mjs +0 -344
  51. package/dist/index-qOQQkVw8.mjs +0 -345
@@ -1,8 +1,8 @@
1
1
  import { type PropType } from "vue";
2
- import type { ItsmFlowReckoningKey } from "@/api/itsm-flow-reckoning/types";
2
+ import type { ItsmFlowReckoningModel } from "@/api/itsm-flow-reckoning/types";
3
3
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  entityKey: {
5
- type: PropType<ItsmFlowReckoningKey>;
5
+ type: PropType<ItsmFlowReckoningModel>;
6
6
  default: () => void;
7
7
  };
8
8
  modelValue: {
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
13
13
  "update:modelValue": (value: boolean) => void;
14
14
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
15
  entityKey: {
16
- type: PropType<ItsmFlowReckoningKey>;
16
+ type: PropType<ItsmFlowReckoningModel>;
17
17
  default: () => void;
18
18
  };
19
19
  modelValue: {
@@ -23,6 +23,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
23
23
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
24
24
  onRefresh?: ((...args: any[]) => any) | undefined;
25
25
  }>, {
26
- entityKey: ItsmFlowReckoningKey;
26
+ entityKey: ItsmFlowReckoningModel;
27
27
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
28
28
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xyvcard-itsm-flow",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "private": false,
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dts/index.d.ts",
@@ -1,28 +0,0 @@
1
- var u = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
2
- function f(e) {
3
- return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
4
- }
5
- function l(e) {
6
- if (e.__esModule) return e;
7
- var r = e.default;
8
- if (typeof r == "function") {
9
- var t = function o() {
10
- return this instanceof o ? Reflect.construct(r, arguments, this.constructor) : r.apply(this, arguments);
11
- };
12
- t.prototype = r.prototype;
13
- } else t = {};
14
- return Object.defineProperty(t, "__esModule", { value: !0 }), Object.keys(e).forEach(function(o) {
15
- var n = Object.getOwnPropertyDescriptor(e, o);
16
- Object.defineProperty(t, o, n.get ? n : {
17
- enumerable: !0,
18
- get: function() {
19
- return e[o];
20
- }
21
- });
22
- }), t;
23
- }
24
- export {
25
- f as a,
26
- u as c,
27
- l as g
28
- };
@@ -1,589 +0,0 @@
1
- import { defineComponent as oe, mergeModels as O, ref as y, reactive as S, useModel as ne, resolveComponent as f, openBlock as N, createBlock as se, withCtx as n, createElementVNode as $, createVNode as t, createTextVNode as _, toDisplayString as h, unref as s, createElementBlock as z, Fragment as re, renderList as ce } from "vue";
2
- import { ElMessage as T } from "element-plus";
3
- import { useI18n as me } from "vue-i18n";
4
- import { useUserStore as i, clearEmpty as w, request as p } from "jmash-core";
5
- import { q as M } from "./index-CwnMo6nD.mjs";
6
- import { C as L, D as C } from "./index-BZGkoyv9.mjs";
7
- import { I as de, U as ie, u as ue } from "./index-qOQQkVw8.mjs";
8
- class pe {
9
- getKey(l) {
10
- return {
11
- acceptanceId: l.acceptanceId
12
- };
13
- }
14
- // 查询翻页信息验收流程表
15
- findPage(l) {
16
- const m = i().user.tenant;
17
- return w(l), p({
18
- url: "/v1/itsmflow/itsm_flow_acceptance/mypage/" + m,
19
- method: "get",
20
- params: l
21
- });
22
- }
23
- // 查询列表信息验收流程表
24
- findList(l) {
25
- const m = i().user.tenant;
26
- return l && (l.hasApplyStatus = l.applyStatus != null), w(l), p({
27
- url: "/v1/itsmflow/itsm_flow_acceptance/mylist/" + m,
28
- method: "get",
29
- params: l
30
- });
31
- }
32
- // 查询验收流程表
33
- findById(l) {
34
- const m = i().user.tenant;
35
- return w(l), p({
36
- url: "/v1/itsmflow/itsm_flow_acceptance/id/" + m + "/" + l.acceptanceId,
37
- method: "get"
38
- });
39
- }
40
- // 创建实体验收流程表
41
- create(l) {
42
- return l.tenant = i().user.tenant, w(l), p({
43
- url: "/v1/itsmflow/itsm_flow_acceptance",
44
- method: "post",
45
- data: l
46
- });
47
- }
48
- // 修改实体验收流程表
49
- update(l) {
50
- return l.tenant = i().user.tenant, w(l), p({
51
- url: "/v1/itsmflow/itsm_flow_acceptance",
52
- method: "patch",
53
- data: l
54
- });
55
- }
56
- // 上移下移
57
- move(l, m) {
58
- let d = { ...l };
59
- return d.tenant = i().user.tenant, d.up = m, w(d), p({
60
- url: "/v1/itsmflow/itsm_flow_acceptance/move",
61
- method: "put",
62
- data: d
63
- });
64
- }
65
- // 启用/禁用
66
- enable(l, m) {
67
- let d = { ...l };
68
- return d.tenant = i().user.tenant, d.enable = m, w(d), p({
69
- url: "/v1/itsmflow/itsm_flow_acceptance/enable",
70
- method: "put",
71
- data: d
72
- });
73
- }
74
- // 删除验收流程表
75
- delete(l) {
76
- return l.tenant = i().user.tenant, w(l), p({
77
- url: "/v1/itsmflow/itsm_flow_acceptance/id",
78
- method: "delete",
79
- params: l
80
- });
81
- }
82
- // 批量删除验收流程表
83
- batchDelete(l) {
84
- const m = l.map((b) => b.acceptanceId), d = {
85
- tenant: i().user.tenant,
86
- acceptanceId: m
87
- };
88
- return w(d), p({
89
- url: "/v1/itsmflow/itsm_flow_acceptance/batch",
90
- method: "put",
91
- data: d
92
- });
93
- }
94
- // 下载导入模板验收流程表
95
- downloadTemplate() {
96
- const l = i().user.tenant;
97
- return p({
98
- url: "/v1/itsmflow/itsm_flow_acceptance/" + l + "/template.xlsx",
99
- method: "get",
100
- responseType: "blob",
101
- params: {
102
- tenant: i().user.tenant
103
- }
104
- });
105
- }
106
- // 导入验收流程表
107
- importExcel(l) {
108
- return l.tenant = i().user.tenant, w(l), p({
109
- url: "/v1/itsmflow/itsm_flow_acceptance/import",
110
- method: "patch",
111
- data: l
112
- });
113
- }
114
- // 导出验收流程表Excel文件
115
- exportExcel(l) {
116
- const m = i().user.tenant;
117
- w(l);
118
- const d = M.stringify(l, {
119
- arrayFormat: "brackets",
120
- allowDots: !0
121
- });
122
- return p({
123
- url: "/v1/itsmflow/itsm_flow_acceptance/" + m + "/itsm_flow_acceptances.xlsx?" + d,
124
- method: "get",
125
- responseType: "blob"
126
- });
127
- }
128
- // 打印验收流程表PDF文件
129
- exportPdf(l) {
130
- const m = i().user.tenant;
131
- w(l);
132
- const d = M.stringify(l, {
133
- arrayFormat: "brackets",
134
- allowDots: !0
135
- });
136
- return p({
137
- url: "/v1/itsmflow/itsm_flow_acceptance/" + m + "/itsm_flow_acceptances.pdf?" + d,
138
- method: "get",
139
- responseType: "blob"
140
- });
141
- }
142
- }
143
- const U = new pe(), fe = { class: "title" }, Ve = /* @__PURE__ */ oe({
144
- __name: "edit",
145
- props: /* @__PURE__ */ O({
146
- entityKey: {
147
- type: Object,
148
- default: () => {
149
- }
150
- }
151
- }, {
152
- modelValue: { type: Boolean },
153
- modelModifiers: {}
154
- }),
155
- emits: /* @__PURE__ */ O(["refresh"], ["update:modelValue"]),
156
- setup(V, { emit: l }) {
157
- const m = y(!1), d = y(), { t: b } = me(), k = y(), A = new de({
158
- applyStatus: L.applyStatus.finished
159
- });
160
- A.useValues();
161
- const R = new ie({
162
- userType: L.userType.companyManager
163
- });
164
- R.useValues(), C.orgIdBizDict.useValues();
165
- let o = S({
166
- requestId: Math.random() * 10 + ""
167
- });
168
- function K() {
169
- m.value = !0, d.value.clearFileList();
170
- }
171
- function G(a) {
172
- var e;
173
- (e = o.files) == null || e.splice(a, 1);
174
- }
175
- function H(a) {
176
- var c;
177
- const e = {
178
- fileName: a.name,
179
- fileId: a.response.fileId
180
- };
181
- (c = o.files) == null || c.push(e), o.files = [...new Set(o.files)];
182
- }
183
- const J = S({
184
- orderNo: [
185
- {
186
- required: !0,
187
- message: b("itsmFlowAcceptance.orderIdRequired"),
188
- trigger: "change"
189
- }
190
- ],
191
- stage: [
192
- {
193
- required: !0,
194
- message: b("itsmFlowAcceptance.stageRequired"),
195
- trigger: "blur"
196
- }
197
- ],
198
- members: [
199
- {
200
- required: !0,
201
- message: b("itsmFlowAcceptance.membersRequired"),
202
- trigger: "change"
203
- }
204
- ],
205
- files: [
206
- {
207
- required: !0,
208
- message: b("itsmFlowAcceptance.filesRequired"),
209
- trigger: "change"
210
- }
211
- ]
212
- }), g = ne(V, "modelValue"), q = V, D = l, P = Object.keys(q.entityKey), B = y(P.length >= 1);
213
- B.value && U.findById(q.entityKey).then(({ data: a }) => {
214
- Object.assign(o, a);
215
- });
216
- const Q = async () => {
217
- }, W = async () => {
218
- var a;
219
- await ((a = k.value) == null ? void 0 : a.validate((e) => {
220
- e && (B.value ? U.update(o).then((c) => {
221
- console.log(c), c.status === 200 && (T({
222
- message: b("common.submitSuccess"),
223
- type: "success"
224
- }), g.value && (g.value = !1), D("refresh", c.status === 200));
225
- }) : U.create(o).then((c) => {
226
- console.log(c), c.status === 200 && (T({
227
- message: b("common.submitSuccess"),
228
- type: "success"
229
- }), g.value && (g.value = !1), D("refresh", c.status === 200));
230
- }));
231
- }));
232
- };
233
- function E() {
234
- g.value && (g.value = !1);
235
- }
236
- function X(a) {
237
- const e = A.values.find(
238
- (c) => c.key === a
239
- );
240
- o.contractName = (e == null ? void 0 : e.contractName) ?? "", o.contractNo = (e == null ? void 0 : e.contractNo) ?? "", o.serviceOrg = (e == null ? void 0 : e.serviceOrg) ?? "", o.entrustName = (e == null ? void 0 : e.entrustName) ?? "", o.serviceContent = (e == null ? void 0 : e.workContent) ?? "";
241
- }
242
- return (a, e) => {
243
- const c = f("el-col"), v = f("el-input"), u = f("el-form-item"), I = f("jmash-select"), F = f("el-button"), Y = f("CircleClose"), Z = f("el-icon"), x = f("jmash-enum-radio"), ee = f("el-row"), te = f("el-form"), le = f("jmash-multi-upload"), ae = f("el-dialog");
244
- return N(), se(ae, {
245
- modelValue: g.value,
246
- "onUpdate:modelValue": e[12] || (e[12] = (r) => g.value = r),
247
- onClose: E
248
- }, {
249
- footer: n(() => [
250
- $("div", fe, [
251
- t(F, { onClick: E }, {
252
- default: n(() => [
253
- _(h(a.$t("common.cancel")), 1)
254
- ]),
255
- _: 1
256
- }),
257
- t(F, {
258
- type: "primary",
259
- onClick: Q
260
- }, {
261
- default: n(() => [
262
- _(h(a.$t("itsmFlowEntrustUser.save")), 1)
263
- ]),
264
- _: 1
265
- }),
266
- t(F, {
267
- type: "primary",
268
- onClick: W
269
- }, {
270
- default: n(() => [
271
- _(h(a.$t("itsmFlowEntrustUser.submit")), 1)
272
- ]),
273
- _: 1
274
- })
275
- ])
276
- ]),
277
- default: n(() => [
278
- t(te, {
279
- ref_key: "itsmFlowAcceptanceFormRef",
280
- ref: k,
281
- model: s(o),
282
- "label-width": "135px",
283
- rules: J
284
- }, {
285
- default: n(() => [
286
- t(ee, null, {
287
- default: n(() => [
288
- t(c, { span: 24 }, {
289
- default: n(() => e[13] || (e[13] = [
290
- $("div", { class: "title" }, " 山西云时代技术有限公司大数据中心分公司项目验收书 ", -1)
291
- ])),
292
- _: 1
293
- }),
294
- t(c, { span: 24 }, {
295
- default: n(() => [
296
- t(u, {
297
- label: a.$t("itsmFlowAcceptance.contractName"),
298
- prop: "contractName"
299
- }, {
300
- default: n(() => [
301
- t(v, {
302
- modelValue: s(o).contractName,
303
- "onUpdate:modelValue": e[0] || (e[0] = (r) => s(o).contractName = r),
304
- placeholder: a.$t("itsmFlowAcceptance.orderIdRequireds"),
305
- disabled: ""
306
- }, null, 8, ["modelValue", "placeholder"])
307
- ]),
308
- _: 1
309
- }, 8, ["label"])
310
- ]),
311
- _: 1
312
- }),
313
- t(c, { span: 24 }, {
314
- default: n(() => [
315
- t(u, {
316
- label: a.$t("itsmFlowAcceptance.contractNo"),
317
- prop: "contractNo"
318
- }, {
319
- default: n(() => [
320
- t(v, {
321
- modelValue: s(o).contractNo,
322
- "onUpdate:modelValue": e[1] || (e[1] = (r) => s(o).contractNo = r),
323
- placeholder: a.$t("itsmFlowAcceptance.orderIdRequireds"),
324
- disabled: ""
325
- }, null, 8, ["modelValue", "placeholder"])
326
- ]),
327
- _: 1
328
- }, 8, ["label"])
329
- ]),
330
- _: 1
331
- }),
332
- t(c, { span: 24 }, {
333
- default: n(() => [
334
- t(u, {
335
- label: a.$t("itsmFlowAcceptance.orderId"),
336
- prop: "orderNo"
337
- }, {
338
- default: n(() => [
339
- t(I, {
340
- modelValue: s(o).orderNo,
341
- "onUpdate:modelValue": e[2] || (e[2] = (r) => s(o).orderNo = r),
342
- placeholder: a.$t("itsmFlowAcceptance.orderIdRequired"),
343
- data: s(A).values,
344
- clearable: "",
345
- filterable: "",
346
- class: "w-full",
347
- onChange: X
348
- }, null, 8, ["modelValue", "placeholder", "data"])
349
- ]),
350
- _: 1
351
- }, 8, ["label"])
352
- ]),
353
- _: 1
354
- }),
355
- t(c, { span: 24 }, {
356
- default: n(() => [
357
- t(u, {
358
- label: a.$t("itsmFlowAcceptance.entrustName"),
359
- prop: "entrustName"
360
- }, {
361
- default: n(() => [
362
- t(v, {
363
- modelValue: s(o).entrustName,
364
- "onUpdate:modelValue": e[3] || (e[3] = (r) => s(o).entrustName = r),
365
- placeholder: a.$t("itsmFlowAcceptance.orderIdRequireds"),
366
- disabled: ""
367
- }, null, 8, ["modelValue", "placeholder"])
368
- ]),
369
- _: 1
370
- }, 8, ["label"])
371
- ]),
372
- _: 1
373
- }),
374
- t(c, { span: 12 }, {
375
- default: n(() => [
376
- t(u, {
377
- label: a.$t("itsmFlowAcceptance.serviceOrg"),
378
- prop: "serviceOrg"
379
- }, {
380
- default: n(() => [
381
- t(I, {
382
- modelValue: s(o).serviceOrg,
383
- "onUpdate:modelValue": e[4] || (e[4] = (r) => s(o).serviceOrg = r),
384
- placeholder: a.$t("itsmFlowAcceptance.orderIdRequireds"),
385
- data: s(C).orgIdBizDict.values,
386
- disabled: "",
387
- class: "w-full"
388
- }, null, 8, ["modelValue", "placeholder", "data"])
389
- ]),
390
- _: 1
391
- }, 8, ["label"])
392
- ]),
393
- _: 1
394
- }),
395
- t(c, { span: 12 }, {
396
- default: n(() => [
397
- t(u, {
398
- label: a.$t("itsmFlowAcceptance.stage"),
399
- prop: "stage"
400
- }, {
401
- default: n(() => [
402
- t(v, {
403
- modelValue: s(o).stage,
404
- "onUpdate:modelValue": e[5] || (e[5] = (r) => s(o).stage = r),
405
- placeholder: a.$t("itsmFlowAcceptance.stageRequired"),
406
- maxlength: "15",
407
- "show-word-limit": "",
408
- clearable: ""
409
- }, null, 8, ["modelValue", "placeholder"])
410
- ]),
411
- _: 1
412
- }, 8, ["label"])
413
- ]),
414
- _: 1
415
- }),
416
- t(c, { span: 12 }, {
417
- default: n(() => [
418
- t(u, {
419
- label: a.$t("itsmFlowAcceptance.headman"),
420
- prop: "headman"
421
- }, {
422
- default: n(() => [
423
- t(v, {
424
- modelValue: s(o).headman,
425
- "onUpdate:modelValue": e[6] || (e[6] = (r) => s(o).headman = r),
426
- placeholder: a.$t("itsmFlowAcceptance.orderIdRequireds"),
427
- disabled: ""
428
- }, null, 8, ["modelValue", "placeholder"])
429
- ]),
430
- _: 1
431
- }, 8, ["label"])
432
- ]),
433
- _: 1
434
- }),
435
- t(c, { span: 12 }, {
436
- default: n(() => [
437
- t(u, {
438
- label: a.$t("itsmFlowAcceptance.members"),
439
- prop: "members"
440
- }, {
441
- default: n(() => [
442
- t(I, {
443
- modelValue: s(o).members,
444
- "onUpdate:modelValue": e[7] || (e[7] = (r) => s(o).members = r),
445
- placeholder: a.$t("itsmFlowAcceptance.membersRequired"),
446
- data: s(R).values,
447
- clearable: "",
448
- multiple: "",
449
- filterable: "",
450
- class: "w-full"
451
- }, null, 8, ["modelValue", "placeholder", "data"])
452
- ]),
453
- _: 1
454
- }, 8, ["label"])
455
- ]),
456
- _: 1
457
- }),
458
- t(c, { span: 24 }, {
459
- default: n(() => [
460
- t(u, {
461
- label: a.$t("itsmFlowAcceptance.files"),
462
- prop: "files"
463
- }, {
464
- default: n(() => [
465
- t(F, {
466
- type: "primary",
467
- icon: s(ue),
468
- onClick: K
469
- }, {
470
- default: n(() => [
471
- _(h(a.$t("common.uploadFiles")), 1)
472
- ]),
473
- _: 1
474
- }, 8, ["icon"])
475
- ]),
476
- _: 1
477
- }, 8, ["label"]),
478
- t(u, null, {
479
- default: n(() => [
480
- (N(!0), z(re, null, ce(s(o).files, (r, j) => (N(), z("div", {
481
- key: j,
482
- class: "files-list"
483
- }, [
484
- _(h(r.fileName) + " ", 1),
485
- t(Z, {
486
- size: "16",
487
- class: "icon-right",
488
- onClick: (we) => G(j)
489
- }, {
490
- default: n(() => [
491
- t(Y)
492
- ]),
493
- _: 2
494
- }, 1032, ["onClick"])
495
- ]))), 128))
496
- ]),
497
- _: 1
498
- })
499
- ]),
500
- _: 1
501
- }),
502
- t(c, { span: 24 }, {
503
- default: n(() => [
504
- t(u, {
505
- label: a.$t("itsmFlowAcceptance.serviceContent"),
506
- prop: "serviceContent"
507
- }, {
508
- default: n(() => [
509
- t(v, {
510
- modelValue: s(o).serviceContent,
511
- "onUpdate:modelValue": e[8] || (e[8] = (r) => s(o).serviceContent = r),
512
- placeholder: a.$t("itsmFlowAcceptance.orderIdRequireds"),
513
- maxlength: "500",
514
- rows: 4,
515
- type: "textarea",
516
- "show-word-limit": "",
517
- clearable: ""
518
- }, null, 8, ["modelValue", "placeholder"])
519
- ]),
520
- _: 1
521
- }, 8, ["label"])
522
- ]),
523
- _: 1
524
- }),
525
- t(c, { span: 12 }, {
526
- default: n(() => [
527
- t(u, {
528
- label: a.$t("itsmFlowAcceptance.result"),
529
- prop: "result"
530
- }, {
531
- default: n(() => [
532
- t(x, {
533
- modelValue: s(o).result,
534
- "onUpdate:modelValue": e[9] || (e[9] = (r) => s(o).result = r),
535
- data: s(C).isValuesDict.values
536
- }, null, 8, ["modelValue", "data"])
537
- ]),
538
- _: 1
539
- }, 8, ["label"])
540
- ]),
541
- _: 1
542
- }),
543
- t(c, { span: 24 }, {
544
- default: n(() => [
545
- t(u, {
546
- label: a.$t("itsmFlowAcceptance.evaluate"),
547
- prop: "evaluate"
548
- }, {
549
- default: n(() => [
550
- t(v, {
551
- modelValue: s(o).evaluate,
552
- "onUpdate:modelValue": e[10] || (e[10] = (r) => s(o).evaluate = r),
553
- placeholder: a.$t("itsmFlowAcceptance.evaluateRequired"),
554
- maxlength: "500",
555
- rows: 4,
556
- type: "textarea",
557
- "show-word-limit": "",
558
- clearable: ""
559
- }, null, 8, ["modelValue", "placeholder"]),
560
- e[14] || (e[14] = $("span", { style: { color: "#888" } }, "注:验收书编号在验收通过后自动生成。", -1))
561
- ]),
562
- _: 1
563
- }, 8, ["label"])
564
- ]),
565
- _: 1
566
- })
567
- ]),
568
- _: 1
569
- })
570
- ]),
571
- _: 1
572
- }, 8, ["model", "rules"]),
573
- t(le, {
574
- ref_key: "uploadRef",
575
- ref: d,
576
- modelValue: m.value,
577
- "onUpdate:modelValue": e[11] || (e[11] = (r) => m.value = r),
578
- onUploadFileList: H
579
- }, null, 8, ["modelValue"])
580
- ]),
581
- _: 1
582
- }, 8, ["modelValue"]);
583
- };
584
- }
585
- });
586
- export {
587
- Ve as _,
588
- U as i
589
- };