xyvcard-itsm-flow 0.0.10 → 0.0.12
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/README.md +51 -51
- package/dist/{FileSaver.min-BeKvLuyk.mjs → FileSaver.min-5d27MsC6.mjs} +12 -12
- package/dist/{edit-BnJnxvY6.mjs → edit-CnakOAD-.mjs} +1 -1
- package/dist/{edit-D8J1Znw_.mjs → edit-D3-wS-p6.mjs} +1 -1
- package/dist/{edit-har-8Y54.mjs → edit-DQMyPUX8.mjs} +1 -1
- package/dist/{edit.vue_vue_type_script_setup_true_lang-BZ-prpPo.mjs → edit.vue_vue_type_script_setup_true_lang-CQVLZd-n.mjs} +26 -23
- package/dist/{edit.vue_vue_type_script_setup_true_lang-QsTI3qOD.mjs → edit.vue_vue_type_script_setup_true_lang-CkrOBeOD.mjs} +222 -214
- package/dist/{edit.vue_vue_type_script_setup_true_lang-TXBAzoPS.mjs → edit.vue_vue_type_script_setup_true_lang-VE9Mh9aa.mjs} +216 -194
- package/dist/{el-message-CIdVBT5R.mjs → el-message-CDs_oXSE.mjs} +357 -366
- package/dist/{index-DugZK_BS.mjs → index-B80qPhYo.mjs} +50 -48
- package/dist/{index-DKIrRXT5.mjs → index-C7hbVzPq.mjs} +12 -12
- package/dist/{index-DBIF93AC.mjs → index-CKoTtfru.mjs} +22 -19
- package/dist/{index-CF0oM0UA.mjs → index-DNIaYp-o.mjs} +107 -101
- package/dist/{index-Cp3csR1g.mjs → index-DpW0lTlN.mjs} +12 -12
- package/dist/{index-BAHlhmvh.mjs → index-GS9GloHa.mjs} +95 -92
- package/dist/{index-bMREgnhp.mjs → index-JNNDVNJY.mjs} +15 -15
- package/dist/{index-C6XFHtva.mjs → index-kApGKfsk.mjs} +25 -22
- package/dist/{index-DnFWLmFk.mjs → index-tB0z_CCe.mjs} +21 -18
- package/dist/{index-BjBTIknS.mjs → index-yHpZct-P.mjs} +211 -203
- package/dist/index.mjs +1 -1
- package/dist/style.css +1 -1
- package/dts/api/itsm-flow-acceptance/types.d.ts +2 -0
- package/dts/api/itsm-flow-entrust/types.d.ts +3 -1
- package/dts/api/itsm-flow-entrust-user/types.d.ts +3 -1
- package/dts/api/itsm-flow-reckoning/types.d.ts +1 -1
- package/dts/components/TaskItsmFlowAcceptance/index.vue.d.ts +2 -2
- package/dts/components/TaskItsmFlowAcceptanceEdit/index.vue.d.ts +2 -2
- package/dts/components/TaskItsmFlowEntrust/index.vue.d.ts +2 -2
- package/dts/components/TaskItsmFlowEntrustEdit/index.vue.d.ts +2 -2
- package/dts/components/TaskItsmFlowReckoning/index.vue.d.ts +2 -2
- package/dts/components/TaskItsmFlowReckoningEdit/index.vue.d.ts +2 -2
- package/dts/views/itsm-flow-acceptance/edit.vue.d.ts +2 -2
- package/dts/views/itsm-flow-acceptance/index.vue.d.ts +1 -1
- package/dts/views/itsm-flow-entrust/edit.vue.d.ts +2 -2
- package/dts/views/itsm-flow-entrust/index.vue.d.ts +1 -1
- package/dts/views/itsm-flow-reckoning/edit.vue.d.ts +2 -2
- package/dts/views/itsm-flow-reckoning/index.vue.d.ts +1 -1
- package/package.json +63 -63
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
var I = Object.defineProperty;
|
|
2
|
-
var N = (
|
|
3
|
-
var
|
|
2
|
+
var N = (r, t, e) => t in r ? I(r, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[t] = e;
|
|
3
|
+
var a = (r, t, e) => N(r, typeof t != "symbol" ? t + "" : t, e);
|
|
4
4
|
import { useUserStore as o, clearEmpty as c, request as u, BizDict as _, BizLayDict as x, CustomBizDict as E, EnumDict as y } from "jmash-core";
|
|
5
|
-
import { contractApi as w,
|
|
5
|
+
import { contractApi as w, itemApi as A, contractUserApi as B } from "xyvcard-itsm";
|
|
6
6
|
import { sysUserExtApi as L, sysOrgApi as f } from "xyvcard-itsmsys";
|
|
7
|
-
import { ref as z, defineComponent as d,
|
|
7
|
+
import { ref as z, defineComponent as d, createElementBlock as m, openBlock as h, createElementVNode as v } from "vue";
|
|
8
8
|
import { EntryDict as U } from "jmash-dict";
|
|
9
9
|
class S {
|
|
10
10
|
getKey(t) {
|
|
@@ -246,7 +246,7 @@ class O extends _ {
|
|
|
246
246
|
// 实现 useValues 方法
|
|
247
247
|
useValues() {
|
|
248
248
|
return new Promise((t, e) => {
|
|
249
|
-
|
|
249
|
+
B.findList(this.query).then(({ data: n }) => {
|
|
250
250
|
const l = n.results;
|
|
251
251
|
this.values.length = 0, this.values.push(
|
|
252
252
|
...l.map(
|
|
@@ -290,7 +290,7 @@ class R extends _ {
|
|
|
290
290
|
// 实现 useValues 方法
|
|
291
291
|
useValues() {
|
|
292
292
|
return new Promise((t, e) => {
|
|
293
|
-
|
|
293
|
+
A.findList(this.query).then(({ data: n }) => {
|
|
294
294
|
const l = n.results;
|
|
295
295
|
this.values.length = 0, this.values.push(
|
|
296
296
|
...l.map(
|
|
@@ -335,12 +335,14 @@ class Y extends _ {
|
|
|
335
335
|
useValues() {
|
|
336
336
|
return new Promise((t, e) => {
|
|
337
337
|
L.findList(this.query).then(({ data: n }) => {
|
|
338
|
+
console.log(n);
|
|
338
339
|
const l = n.results;
|
|
339
340
|
this.values.length = 0, this.values.push(
|
|
340
341
|
...l.map(
|
|
341
342
|
(s) => ({
|
|
342
343
|
key: s.userId,
|
|
343
|
-
value: s.realName
|
|
344
|
+
value: s.realName,
|
|
345
|
+
deptId: s.deptId
|
|
344
346
|
})
|
|
345
347
|
)
|
|
346
348
|
), t(this.values);
|
|
@@ -398,31 +400,31 @@ class K extends _ {
|
|
|
398
400
|
class i {
|
|
399
401
|
}
|
|
400
402
|
// 模块
|
|
401
|
-
|
|
402
|
-
|
|
403
|
+
a(i, "MODULE_ITSMFLOW", "itsmflow"), // 合同分类
|
|
404
|
+
a(i, "contractSort", {
|
|
403
405
|
// 人力
|
|
404
406
|
manpower: "manpower"
|
|
405
407
|
}), // 合同类型
|
|
406
|
-
|
|
408
|
+
a(i, "contractType", {
|
|
407
409
|
// 外协合同
|
|
408
410
|
outsource: "outsource"
|
|
409
411
|
}), // 时间格式-年月
|
|
410
|
-
|
|
411
|
-
|
|
412
|
+
a(i, "FORMAT_MONTH", "YYYY-MM"), // 验查结果
|
|
413
|
+
a(i, "IS_VALUES", z([
|
|
412
414
|
{ key: !0, value: "通过" },
|
|
413
415
|
{ key: !1, value: "不通过" }
|
|
414
416
|
])), // 服务内容枚举
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
417
|
+
a(i, "ENUM_SERVICE_CONTENT", "xyvcard.itsmflow.protobuf.ServiceContent"), // 项目名称
|
|
418
|
+
a(i, "DICT_PROJECT_NAME", "projectName"), // 机构类型
|
|
419
|
+
a(i, "orgType", {
|
|
418
420
|
// 厅局
|
|
419
421
|
hall: "HALL"
|
|
420
422
|
}), // 项目状态
|
|
421
|
-
|
|
423
|
+
a(i, "status", {
|
|
422
424
|
// 项目状态(正常)
|
|
423
425
|
regular: "regular"
|
|
424
426
|
}), // 流程状态
|
|
425
|
-
|
|
427
|
+
a(i, "applyStatus", {
|
|
426
428
|
// 草稿
|
|
427
429
|
draft: "DRAFT",
|
|
428
430
|
// 进行中
|
|
@@ -430,43 +432,43 @@ r(i, "applyStatus", {
|
|
|
430
432
|
// 已办结
|
|
431
433
|
finished: "FINISHED"
|
|
432
434
|
}), // 人员类型
|
|
433
|
-
|
|
435
|
+
a(i, "userType", {
|
|
434
436
|
// 公司管理
|
|
435
437
|
companyManager: "COMPANY_MANAGER"
|
|
436
438
|
}), // 岗位编码
|
|
437
|
-
|
|
439
|
+
a(i, "jobCode", {
|
|
438
440
|
// 组长
|
|
439
441
|
groupLeader: "team_leader"
|
|
440
442
|
});
|
|
441
443
|
class p {
|
|
442
444
|
}
|
|
443
445
|
// 人力合同
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
446
|
+
a(p, "itsmContractBizDict", new P({})), // 人力合同编号
|
|
447
|
+
a(p, "contractNumberBizDict", new V({})), // 服务人员所属单位
|
|
448
|
+
a(p, "orgIdBizDict", new b({})), // 实际投入人员
|
|
449
|
+
a(p, "contractUserBizDict", new O({})), // 验查结果
|
|
450
|
+
a(p, "isValuesDict", new E(i.IS_VALUES, {})), // 服务内容
|
|
451
|
+
a(p, "serviceContentEnum", new y(
|
|
450
452
|
i.MODULE_ITSMFLOW,
|
|
451
453
|
i.ENUM_SERVICE_CONTENT
|
|
452
454
|
)), // 项目名称
|
|
453
|
-
|
|
454
|
-
|
|
455
|
+
a(p, "projectNameDict", new U(i.DICT_PROJECT_NAME)), // 厅局管理父厅级单位
|
|
456
|
+
a(p, "parentIdBizDict", new k({
|
|
455
457
|
orgType: i.orgType.hall
|
|
456
458
|
})), // 项目列表
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
459
|
+
a(p, "itemBizLayDict", new R({})), // 验收书查询信息
|
|
460
|
+
a(p, "itsmFlowEntrustBizDict", new H({})), // 管理人员
|
|
461
|
+
a(p, "userExtBizDict", new Y({})), // 结算清单查询信息
|
|
462
|
+
a(p, "itsmFlowAcceptanceBizDict", new j({})), // 结算人员查询信息
|
|
463
|
+
a(p, "itsmFlowEntrustUserBizDict", new K(
|
|
462
464
|
{}
|
|
463
465
|
));
|
|
464
466
|
/*! Element Plus Icons Vue v2.3.1 */
|
|
465
467
|
var W = /* @__PURE__ */ d({
|
|
466
468
|
name: "CircleCloseFilled",
|
|
467
469
|
__name: "circle-close-filled",
|
|
468
|
-
setup(
|
|
469
|
-
return (t, e) => (
|
|
470
|
+
setup(r) {
|
|
471
|
+
return (t, e) => (h(), m("svg", {
|
|
470
472
|
xmlns: "http://www.w3.org/2000/svg",
|
|
471
473
|
viewBox: "0 0 1024 1024"
|
|
472
474
|
}, [
|
|
@@ -479,8 +481,8 @@ var W = /* @__PURE__ */ d({
|
|
|
479
481
|
}), nt = W, G = /* @__PURE__ */ d({
|
|
480
482
|
name: "Close",
|
|
481
483
|
__name: "close",
|
|
482
|
-
setup(
|
|
483
|
-
return (t, e) => (
|
|
484
|
+
setup(r) {
|
|
485
|
+
return (t, e) => (h(), m("svg", {
|
|
484
486
|
xmlns: "http://www.w3.org/2000/svg",
|
|
485
487
|
viewBox: "0 0 1024 1024"
|
|
486
488
|
}, [
|
|
@@ -493,8 +495,8 @@ var W = /* @__PURE__ */ d({
|
|
|
493
495
|
}), lt = G, J = /* @__PURE__ */ d({
|
|
494
496
|
name: "InfoFilled",
|
|
495
497
|
__name: "info-filled",
|
|
496
|
-
setup(
|
|
497
|
-
return (t, e) => (
|
|
498
|
+
setup(r) {
|
|
499
|
+
return (t, e) => (h(), m("svg", {
|
|
498
500
|
xmlns: "http://www.w3.org/2000/svg",
|
|
499
501
|
viewBox: "0 0 1024 1024"
|
|
500
502
|
}, [
|
|
@@ -507,8 +509,8 @@ var W = /* @__PURE__ */ d({
|
|
|
507
509
|
}), ct = J, $ = /* @__PURE__ */ d({
|
|
508
510
|
name: "Plus",
|
|
509
511
|
__name: "plus",
|
|
510
|
-
setup(
|
|
511
|
-
return (t, e) => (
|
|
512
|
+
setup(r) {
|
|
513
|
+
return (t, e) => (h(), m("svg", {
|
|
512
514
|
xmlns: "http://www.w3.org/2000/svg",
|
|
513
515
|
viewBox: "0 0 1024 1024"
|
|
514
516
|
}, [
|
|
@@ -521,8 +523,8 @@ var W = /* @__PURE__ */ d({
|
|
|
521
523
|
}), ut = $, Q = /* @__PURE__ */ d({
|
|
522
524
|
name: "SuccessFilled",
|
|
523
525
|
__name: "success-filled",
|
|
524
|
-
setup(
|
|
525
|
-
return (t, e) => (
|
|
526
|
+
setup(r) {
|
|
527
|
+
return (t, e) => (h(), m("svg", {
|
|
526
528
|
xmlns: "http://www.w3.org/2000/svg",
|
|
527
529
|
viewBox: "0 0 1024 1024"
|
|
528
530
|
}, [
|
|
@@ -535,8 +537,8 @@ var W = /* @__PURE__ */ d({
|
|
|
535
537
|
}), it = Q, X = /* @__PURE__ */ d({
|
|
536
538
|
name: "Upload",
|
|
537
539
|
__name: "upload",
|
|
538
|
-
setup(
|
|
539
|
-
return (t, e) => (
|
|
540
|
+
setup(r) {
|
|
541
|
+
return (t, e) => (h(), m("svg", {
|
|
540
542
|
xmlns: "http://www.w3.org/2000/svg",
|
|
541
543
|
viewBox: "0 0 1024 1024"
|
|
542
544
|
}, [
|
|
@@ -549,8 +551,8 @@ var W = /* @__PURE__ */ d({
|
|
|
549
551
|
}), ot = X, Z = /* @__PURE__ */ d({
|
|
550
552
|
name: "WarningFilled",
|
|
551
553
|
__name: "warning-filled",
|
|
552
|
-
setup(
|
|
553
|
-
return (t, e) => (
|
|
554
|
+
setup(r) {
|
|
555
|
+
return (t, e) => (h(), m("svg", {
|
|
554
556
|
xmlns: "http://www.w3.org/2000/svg",
|
|
555
557
|
viewBox: "0 0 1024 1024"
|
|
556
558
|
}, [
|
|
@@ -575,8 +577,8 @@ export {
|
|
|
575
577
|
j as g,
|
|
576
578
|
K as h,
|
|
577
579
|
C as i,
|
|
578
|
-
|
|
579
|
-
|
|
580
|
+
ct as j,
|
|
581
|
+
nt as k,
|
|
580
582
|
lt as l,
|
|
581
583
|
ut as p,
|
|
582
584
|
it as s,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as W, ref as h, reactive as R, resolveComponent as i, resolveDirective as X,
|
|
1
|
+
import { defineComponent as W, ref as h, reactive as R, resolveComponent as i, resolveDirective as X, createElementBlock as $, openBlock as c, createElementVNode as w, createVNode as o, createBlock as F, createCommentVNode as S, withCtx as l, withKeys as _, unref as a, createTextVNode as b, toDisplayString as u, withDirectives as I, isRef as j } from "vue";
|
|
2
2
|
import { useTableHooks as Y } from "jmash-core";
|
|
3
3
|
import { useI18n as Z } from "vue-i18n";
|
|
4
|
-
import { C as x, a as ee, D as p } from "./index-
|
|
5
|
-
import { _ as te } from "./edit.vue_vue_type_script_setup_true_lang-
|
|
4
|
+
import { C as x, a as ee, D as p } from "./index-B80qPhYo.mjs";
|
|
5
|
+
import { _ as te } from "./edit.vue_vue_type_script_setup_true_lang-CkrOBeOD.mjs";
|
|
6
6
|
const le = { class: "app-container" }, oe = { class: "search-container" }, ne = ["onClick"], ae = ["onClick"], pe = /* @__PURE__ */ W({
|
|
7
7
|
__name: "index",
|
|
8
8
|
setup(re) {
|
|
@@ -247,7 +247,7 @@ const le = { class: "app-container" }, oe = { class: "search-container" }, ne =
|
|
|
247
247
|
default: l(() => [
|
|
248
248
|
o(d, { span: 17 }, {
|
|
249
249
|
default: l(() => [
|
|
250
|
-
|
|
250
|
+
I((c(), F(V, {
|
|
251
251
|
type: "primary",
|
|
252
252
|
onClick: q
|
|
253
253
|
}, {
|
|
@@ -268,7 +268,7 @@ const le = { class: "app-container" }, oe = { class: "search-container" }, ne =
|
|
|
268
268
|
default: l(() => [
|
|
269
269
|
o(H, {
|
|
270
270
|
modelValue: a(f),
|
|
271
|
-
"onUpdate:modelValue": t[10] || (t[10] = (e) =>
|
|
271
|
+
"onUpdate:modelValue": t[10] || (t[10] = (e) => j(f) ? f.value = e : f = e),
|
|
272
272
|
"label-name": "itsm-flow-entrust"
|
|
273
273
|
}, null, 8, ["modelValue"])
|
|
274
274
|
]),
|
|
@@ -279,16 +279,16 @@ const le = { class: "app-container" }, oe = { class: "search-container" }, ne =
|
|
|
279
279
|
})
|
|
280
280
|
]),
|
|
281
281
|
footer: l(() => [
|
|
282
|
-
a(C) > 0 ? (c(),
|
|
282
|
+
a(C) > 0 ? (c(), F(J, {
|
|
283
283
|
key: 0,
|
|
284
284
|
total: a(C),
|
|
285
|
-
"onUpdate:total": t[11] || (t[11] = (e) =>
|
|
285
|
+
"onUpdate:total": t[11] || (t[11] = (e) => j(C) ? C.value = e : null),
|
|
286
286
|
"current-page": r.value.curPage,
|
|
287
287
|
"onUpdate:currentPage": t[12] || (t[12] = (e) => r.value.curPage = e),
|
|
288
288
|
"page-size": r.value.pageSize,
|
|
289
289
|
"onUpdate:pageSize": t[13] || (t[13] = (e) => r.value.pageSize = e),
|
|
290
290
|
onPagination: t[14] || (t[14] = (e) => a(s).getList())
|
|
291
|
-
}, null, 8, ["total", "current-page", "page-size"])) :
|
|
291
|
+
}, null, 8, ["total", "current-page", "page-size"])) : S("", !0)
|
|
292
292
|
]),
|
|
293
293
|
default: l(() => [
|
|
294
294
|
o(G, {
|
|
@@ -316,7 +316,7 @@ const le = { class: "app-container" }, oe = { class: "search-container" }, ne =
|
|
|
316
316
|
w("span", null, u(a(p).orgIdBizDict.getValue(e.data.row.serviceOrg)), 1)
|
|
317
317
|
]),
|
|
318
318
|
operation: l((e) => [
|
|
319
|
-
|
|
319
|
+
I((c(), $("span", {
|
|
320
320
|
class: "el-button-color",
|
|
321
321
|
onClick: (E) => B(e.data.row)
|
|
322
322
|
}, [
|
|
@@ -324,7 +324,7 @@ const le = { class: "app-container" }, oe = { class: "search-container" }, ne =
|
|
|
324
324
|
], 8, ne)), [
|
|
325
325
|
[k, ["itsmflow:itsm_flow_entrust:update"]]
|
|
326
326
|
]),
|
|
327
|
-
|
|
327
|
+
I((c(), $("span", {
|
|
328
328
|
class: "el-button-color dropdown-left",
|
|
329
329
|
onClick: (E) => a(s).deleteRecord(e.data.row)
|
|
330
330
|
}, [
|
|
@@ -338,7 +338,7 @@ const le = { class: "app-container" }, oe = { class: "search-container" }, ne =
|
|
|
338
338
|
]),
|
|
339
339
|
_: 1
|
|
340
340
|
}),
|
|
341
|
-
m.value.visible ? (c(),
|
|
341
|
+
m.value.visible ? (c(), F(te, {
|
|
342
342
|
key: 0,
|
|
343
343
|
modelValue: m.value.visible,
|
|
344
344
|
"onUpdate:modelValue": t[15] || (t[15] = (e) => m.value.visible = e),
|
|
@@ -346,7 +346,7 @@ const le = { class: "app-container" }, oe = { class: "search-container" }, ne =
|
|
|
346
346
|
"entity-key": a(y),
|
|
347
347
|
onRefresh: Q,
|
|
348
348
|
width: "900px"
|
|
349
|
-
}, null, 8, ["modelValue", "title", "entity-key"])) :
|
|
349
|
+
}, null, 8, ["modelValue", "title", "entity-key"])) : S("", !0)
|
|
350
350
|
]);
|
|
351
351
|
};
|
|
352
352
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { defineComponent as ne, mergeModels as se, ref as p, useModel as de, reactive as O, resolveComponent as i,
|
|
1
|
+
import { defineComponent as ne, mergeModels as se, ref as p, useModel as de, reactive as O, resolveComponent as i, createElementBlock as $, openBlock as C, Fragment as L, createVNode as l, createElementVNode as r, withCtx as t, unref as s, createTextVNode as w, toDisplayString as S, renderList as re } from "vue";
|
|
2
2
|
import "element-plus";
|
|
3
3
|
import { useI18n as ue } from "vue-i18n";
|
|
4
|
-
import { I as ie, C as g, U as me, d as ce, D as F, i as V, u as pe } from "./index-
|
|
4
|
+
import { I as ie, C as g, U as me, d as ce, D as F, i as V, u as pe } from "./index-B80qPhYo.mjs";
|
|
5
5
|
import { useUserStore as fe } from "jmash-core";
|
|
6
|
-
import { E as k } from "./el-message-
|
|
6
|
+
import { E as k } from "./el-message-CDs_oXSE.mjs";
|
|
7
7
|
const Ie = /* @__PURE__ */ ne({
|
|
8
8
|
__name: "index",
|
|
9
9
|
props: /* @__PURE__ */ se({
|
|
@@ -22,10 +22,10 @@ const Ie = /* @__PURE__ */ ne({
|
|
|
22
22
|
applyStatus: g.applyStatus.finished
|
|
23
23
|
});
|
|
24
24
|
I.useValues();
|
|
25
|
-
const
|
|
25
|
+
const _ = new me({
|
|
26
26
|
userType: g.userType.companyManager
|
|
27
27
|
});
|
|
28
|
-
|
|
28
|
+
_.useValues(), new ce({}).useValues(), F.orgIdBizDict.useValues();
|
|
29
29
|
function T() {
|
|
30
30
|
var e;
|
|
31
31
|
const a = (e = U.user.userJobs[0]) == null ? void 0 : e.deptId;
|
|
@@ -107,7 +107,7 @@ const Ie = /* @__PURE__ */ ne({
|
|
|
107
107
|
}
|
|
108
108
|
function X() {
|
|
109
109
|
D.value = v.value.map((a) => {
|
|
110
|
-
const e =
|
|
110
|
+
const e = _.values.find(
|
|
111
111
|
(n) => n.key === a
|
|
112
112
|
);
|
|
113
113
|
return {
|
|
@@ -146,13 +146,14 @@ const Ie = /* @__PURE__ */ ne({
|
|
|
146
146
|
});
|
|
147
147
|
}
|
|
148
148
|
return (a, e) => {
|
|
149
|
-
const n = i("el-col"), m = i("el-input"), u = i("el-form-item"),
|
|
150
|
-
return
|
|
149
|
+
const n = i("el-col"), m = i("el-input"), u = i("el-form-item"), y = i("jmash-select"), Z = i("jmash-dict-select"), A = i("el-row"), x = i("el-button"), ee = i("CircleClose"), le = i("el-icon"), ae = i("jmash-enum-radio"), te = i("el-form"), oe = i("jmash-multi-upload");
|
|
150
|
+
return C(), $(L, null, [
|
|
151
151
|
l(n, { span: 24 }, {
|
|
152
152
|
default: t(() => e[12] || (e[12] = [
|
|
153
153
|
r("div", { class: "title" }, "山西云时代技术有限公司大数据中心分公司项目验收书", -1)
|
|
154
154
|
])),
|
|
155
|
-
_: 1
|
|
155
|
+
_: 1,
|
|
156
|
+
__: [12]
|
|
156
157
|
}),
|
|
157
158
|
l(te, {
|
|
158
159
|
ref_key: "taskFormRef",
|
|
@@ -208,7 +209,7 @@ const Ie = /* @__PURE__ */ ne({
|
|
|
208
209
|
prop: "orderNo"
|
|
209
210
|
}, {
|
|
210
211
|
default: t(() => [
|
|
211
|
-
l(
|
|
212
|
+
l(y, {
|
|
212
213
|
modelValue: s(o).orderNo,
|
|
213
214
|
"onUpdate:modelValue": e[2] || (e[2] = (d) => s(o).orderNo = d),
|
|
214
215
|
placeholder: a.$t("itsmFlowAcceptance.orderIdRequired"),
|
|
@@ -245,7 +246,7 @@ const Ie = /* @__PURE__ */ ne({
|
|
|
245
246
|
]),
|
|
246
247
|
_: 1
|
|
247
248
|
}),
|
|
248
|
-
l(
|
|
249
|
+
l(A, null, {
|
|
249
250
|
default: t(() => [
|
|
250
251
|
l(n, { span: 12 }, {
|
|
251
252
|
default: t(() => [
|
|
@@ -254,7 +255,7 @@ const Ie = /* @__PURE__ */ ne({
|
|
|
254
255
|
prop: "serviceOrg"
|
|
255
256
|
}, {
|
|
256
257
|
default: t(() => [
|
|
257
|
-
l(
|
|
258
|
+
l(y, {
|
|
258
259
|
modelValue: s(o).serviceOrg,
|
|
259
260
|
"onUpdate:modelValue": e[4] || (e[4] = (d) => s(o).serviceOrg = d),
|
|
260
261
|
placeholder: a.$t("itsmFlowAcceptance.orderIdRequireds"),
|
|
@@ -292,7 +293,7 @@ const Ie = /* @__PURE__ */ ne({
|
|
|
292
293
|
]),
|
|
293
294
|
_: 1
|
|
294
295
|
}),
|
|
295
|
-
l(
|
|
296
|
+
l(A, null, {
|
|
296
297
|
default: t(() => [
|
|
297
298
|
l(n, { span: 12 }, {
|
|
298
299
|
default: t(() => [
|
|
@@ -319,11 +320,11 @@ const Ie = /* @__PURE__ */ ne({
|
|
|
319
320
|
label: a.$t("itsmFlowAcceptance.members")
|
|
320
321
|
}, {
|
|
321
322
|
default: t(() => [
|
|
322
|
-
l(
|
|
323
|
+
l(y, {
|
|
323
324
|
modelValue: v.value,
|
|
324
325
|
"onUpdate:modelValue": e[7] || (e[7] = (d) => v.value = d),
|
|
325
326
|
placeholder: a.$t("itsmFlowAcceptance.membersRequired"),
|
|
326
|
-
data: s(
|
|
327
|
+
data: s(_).values,
|
|
327
328
|
clearable: "",
|
|
328
329
|
multiple: "",
|
|
329
330
|
filterable: "",
|
|
@@ -360,7 +361,7 @@ const Ie = /* @__PURE__ */ ne({
|
|
|
360
361
|
}, 8, ["label"]),
|
|
361
362
|
l(u, null, {
|
|
362
363
|
default: t(() => [
|
|
363
|
-
(
|
|
364
|
+
(C(!0), $(L, null, re(c.value, (d, M) => (C(), $("div", {
|
|
364
365
|
key: M,
|
|
365
366
|
class: "files-list"
|
|
366
367
|
}, [
|
|
@@ -447,7 +448,7 @@ const Ie = /* @__PURE__ */ ne({
|
|
|
447
448
|
]),
|
|
448
449
|
_: 1
|
|
449
450
|
}),
|
|
450
|
-
l(
|
|
451
|
+
l(A, { class: "bordered-row" }, {
|
|
451
452
|
default: t(() => [
|
|
452
453
|
l(n, { span: 12 }, {
|
|
453
454
|
default: t(() => e[13] || (e[13] = [
|
|
@@ -465,7 +466,8 @@ const Ie = /* @__PURE__ */ ne({
|
|
|
465
466
|
])
|
|
466
467
|
], -1)
|
|
467
468
|
])),
|
|
468
|
-
_: 1
|
|
469
|
+
_: 1,
|
|
470
|
+
__: [13]
|
|
469
471
|
}),
|
|
470
472
|
l(n, {
|
|
471
473
|
span: 12,
|
|
@@ -486,7 +488,8 @@ const Ie = /* @__PURE__ */ ne({
|
|
|
486
488
|
])
|
|
487
489
|
], -1)
|
|
488
490
|
])),
|
|
489
|
-
_: 1
|
|
491
|
+
_: 1,
|
|
492
|
+
__: [14]
|
|
490
493
|
})
|
|
491
494
|
]),
|
|
492
495
|
_: 1
|