xyvcard-itsm-flow 0.0.11 → 0.0.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/dist/{edit-B6eDlOpi.mjs → edit-C5EkvsBj.mjs} +1 -1
- package/dist/{edit-Cfo0JZSs.mjs → edit-CF3xSSyv.mjs} +1 -1
- package/dist/{edit-RoD8ie-7.mjs → edit-Rj9Uz_7E.mjs} +1 -1
- package/dist/{edit.vue_vue_type_script_setup_true_lang-IEXBlCBV.mjs → edit.vue_vue_type_script_setup_true_lang-CMBByn6f.mjs} +1 -1
- package/dist/{edit.vue_vue_type_script_setup_true_lang-iiu5w8LK.mjs → edit.vue_vue_type_script_setup_true_lang-CXXUyaL0.mjs} +1 -1
- package/dist/edit.vue_vue_type_script_setup_true_lang-D1aLFtH6.mjs +582 -0
- package/dist/{el-message-So7u3ZRi.mjs → el-message-DweX1k3E.mjs} +1 -1
- package/dist/{index-D5ZcRr4h.mjs → index-1bFZ2FEX.mjs} +144 -120
- package/dist/{index-C7wI2ALv.mjs → index-CMpeLVvR.mjs} +72 -64
- package/dist/{index-C96hiFIm.mjs → index-CWrGwJD5.mjs} +61 -58
- package/dist/{index-CzSzBtpb.mjs → index-D8N9GIjm.mjs} +25 -26
- package/dist/{index-CC7B9YOg.mjs → index-DkosMJpy.mjs} +2 -2
- package/dist/{index-m-ohs_8-.mjs → index-DukVUjy5.mjs} +2 -2
- package/dist/{index-CNIFtVcB.mjs → index-VuC-5Jb_.mjs} +91 -91
- package/dist/{index-DWuCzfFj.mjs → index-_KUj3xRY.mjs} +94 -94
- package/dist/{index-CMbZtOBo.mjs → index-ciUtLvg7.mjs} +2 -2
- package/dist/{index-nSm5Jecq.mjs → index-tRvxeQdk.mjs} +2 -2
- package/dist/index.mjs +1 -1
- package/dts/api/itsm-flow-acceptance/types.d.ts +2 -0
- package/dts/constant.d.ts +4 -0
- package/package.json +63 -63
- package/dist/edit.vue_vue_type_script_setup_true_lang-e_oZRaYA.mjs +0 -557
package/package.json
CHANGED
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "xyvcard-itsm-flow",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"private": false,
|
|
5
|
-
"module": "dist/index.mjs",
|
|
6
|
-
"types": "dts/index.d.ts",
|
|
7
|
-
"files": [
|
|
8
|
-
"dist",
|
|
9
|
-
"dts"
|
|
10
|
-
],
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"vue
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "xyvcard-itsm-flow",
|
|
3
|
+
"version": "0.0.13",
|
|
4
|
+
"private": false,
|
|
5
|
+
"module": "dist/index.mjs",
|
|
6
|
+
"types": "dts/index.d.ts",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist",
|
|
9
|
+
"dts"
|
|
10
|
+
],
|
|
11
|
+
"scripts": {
|
|
12
|
+
"dev": "vite --host",
|
|
13
|
+
"build": "vite build && pnpm build:dts",
|
|
14
|
+
"build:dts": "vue-tsc --declaration --emitDeclarationOnly",
|
|
15
|
+
"preview": "vite preview",
|
|
16
|
+
"build-only": "vite build",
|
|
17
|
+
"type-check": "vue-tsc --build --force",
|
|
18
|
+
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
19
|
+
"format": "prettier --write src/"
|
|
20
|
+
},
|
|
21
|
+
"peerDependencies": {
|
|
22
|
+
"axios": "^1.9.0",
|
|
23
|
+
"element-plus": "^2.9.10",
|
|
24
|
+
"pinia": "^2.3.1",
|
|
25
|
+
"vue": "^3.5.13",
|
|
26
|
+
"vue-i18n": "^9.14.4",
|
|
27
|
+
"vue-router": "^4.5.1",
|
|
28
|
+
"jmash-core": "^0.1.0",
|
|
29
|
+
"jmash-dict": "^0.1.1",
|
|
30
|
+
"jmash-rbac": "^0.1.7",
|
|
31
|
+
"jmash-flow": "^0.0.21",
|
|
32
|
+
"xyvcard-workflow": "^0.0.39",
|
|
33
|
+
"xyvcard-itsmsys": "^0.0.19",
|
|
34
|
+
"xyvcard-itsm": "^0.0.26"
|
|
35
|
+
},
|
|
36
|
+
"devDependencies": {
|
|
37
|
+
"@eslint/js": "^9.14.0",
|
|
38
|
+
"@tsconfig/node20": "^20.1.2",
|
|
39
|
+
"@types/node": "^20.11.10",
|
|
40
|
+
"@vitejs/plugin-vue": "^5.0.3",
|
|
41
|
+
"@vue/tsconfig": "^0.5.1",
|
|
42
|
+
"eslint": "^9.14.0",
|
|
43
|
+
"eslint-plugin-vue": "^9.30.0",
|
|
44
|
+
"globals": "^15.12.0",
|
|
45
|
+
"npm-run-all2": "^6.1.1",
|
|
46
|
+
"prettier": "^3.0.3",
|
|
47
|
+
"sass": "^1.72.0",
|
|
48
|
+
"typescript": "~5.3.0",
|
|
49
|
+
"typescript-eslint": "^8.13.0",
|
|
50
|
+
"unplugin-auto-import": "^0.17.5",
|
|
51
|
+
"unplugin-vue-components": "^0.26.0",
|
|
52
|
+
"vite": "^5.0.11",
|
|
53
|
+
"vue-tsc": "^2.1.10"
|
|
54
|
+
},
|
|
55
|
+
"dependencies": {
|
|
56
|
+
"@element-plus/icons-vue": "^2.3.1",
|
|
57
|
+
"@vueuse/core": "^10.9.0",
|
|
58
|
+
"file-saver": "^2.0.5",
|
|
59
|
+
"fs": "0.0.1-security",
|
|
60
|
+
"moment": "^2.30.1",
|
|
61
|
+
"nprogress": "^0.2.0",
|
|
62
|
+
"qs": "^6.14.0"
|
|
63
|
+
}
|
|
64
64
|
}
|
|
@@ -1,557 +0,0 @@
|
|
|
1
|
-
import { defineComponent as re, mergeModels as L, ref as f, useModel as ue, reactive as M, resolveComponent as i, createBlock as ie, openBlock as R, withCtx as a, createVNode as t, createElementVNode as r, unref as d, createTextVNode as v, toDisplayString as y, createElementBlock as T, Fragment as me, renderList as ce } from "vue";
|
|
2
|
-
import { ElMessage as V } from "element-plus";
|
|
3
|
-
import { useI18n as pe } from "vue-i18n";
|
|
4
|
-
import { I as fe, C as j, U as ve, D as A, i as h, u as be } from "./index-C7wI2ALv.mjs";
|
|
5
|
-
import { useUserStore as we } from "jmash-core";
|
|
6
|
-
const ge = { class: "title" }, Ie = /* @__PURE__ */ re({
|
|
7
|
-
__name: "edit",
|
|
8
|
-
props: /* @__PURE__ */ L({
|
|
9
|
-
entityKey: {
|
|
10
|
-
type: Object,
|
|
11
|
-
default: () => {
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}, {
|
|
15
|
-
modelValue: { type: Boolean },
|
|
16
|
-
modelModifiers: {}
|
|
17
|
-
}),
|
|
18
|
-
emits: /* @__PURE__ */ L(["refresh"], ["update:modelValue"]),
|
|
19
|
-
setup(D, { emit: H }) {
|
|
20
|
-
const I = f(!1), S = f(), { t: b } = pe(), $ = f(), p = ue(D, "modelValue"), B = H, C = f([]), w = f([]), m = f([]), g = f([]), U = we();
|
|
21
|
-
console.log(U.user);
|
|
22
|
-
const q = new fe({
|
|
23
|
-
applyStatus: j.applyStatus.finished
|
|
24
|
-
});
|
|
25
|
-
q.useValues();
|
|
26
|
-
const k = new ve({
|
|
27
|
-
userType: j.userType.companyManager
|
|
28
|
-
});
|
|
29
|
-
k.useValues(), A.orgIdBizDict.useValues();
|
|
30
|
-
function J() {
|
|
31
|
-
var e;
|
|
32
|
-
const l = (e = U.user.userJobs[0]) == null ? void 0 : e.deptId;
|
|
33
|
-
if (!l) {
|
|
34
|
-
V.warning("当前用户缺少岗位信息,无法查询验收组长");
|
|
35
|
-
return;
|
|
36
|
-
}
|
|
37
|
-
h.findHeadman({
|
|
38
|
-
tenant: U.user.tenant,
|
|
39
|
-
deptId: l,
|
|
40
|
-
jobCode: j.jobCode.groupLeader
|
|
41
|
-
}).then(({ data: o }) => {
|
|
42
|
-
var c;
|
|
43
|
-
((c = o == null ? void 0 : o.results) == null ? void 0 : c.length) > 0 && (s.headmanId = o.results[0].key, s.headmanName = o.results[0].value);
|
|
44
|
-
});
|
|
45
|
-
}
|
|
46
|
-
J();
|
|
47
|
-
let s = M({
|
|
48
|
-
requestId: Math.random() * 10 + ""
|
|
49
|
-
});
|
|
50
|
-
function G() {
|
|
51
|
-
I.value = !0, S.value.clearFileList();
|
|
52
|
-
}
|
|
53
|
-
function P(l, e) {
|
|
54
|
-
m == null || m.value.splice(l, 1), g.value = g.value.filter(
|
|
55
|
-
(o) => o.fileId !== e.fileId
|
|
56
|
-
);
|
|
57
|
-
}
|
|
58
|
-
function Q(l) {
|
|
59
|
-
const e = {
|
|
60
|
-
fileName: l.name,
|
|
61
|
-
fileId: l.response.fileId,
|
|
62
|
-
fileSort: "itsm"
|
|
63
|
-
};
|
|
64
|
-
m == null || m.value.push(e), m.value = [...new Set(m.value)], g.value.push(e);
|
|
65
|
-
}
|
|
66
|
-
const W = M({
|
|
67
|
-
orderNo: [
|
|
68
|
-
{
|
|
69
|
-
required: !0,
|
|
70
|
-
message: b("itsmFlowAcceptance.orderIdRequired"),
|
|
71
|
-
trigger: "change"
|
|
72
|
-
}
|
|
73
|
-
],
|
|
74
|
-
stage: [
|
|
75
|
-
{
|
|
76
|
-
required: !0,
|
|
77
|
-
message: b("itsmFlowAcceptance.stageRequired"),
|
|
78
|
-
trigger: "blur"
|
|
79
|
-
}
|
|
80
|
-
]
|
|
81
|
-
}), F = D;
|
|
82
|
-
function X() {
|
|
83
|
-
h.findFilesList({ actionId: F.entityKey.acceptanceId }).then(({ data: l }) => {
|
|
84
|
-
m.value = l.results, g.value = (l.results || []).map((e) => ({
|
|
85
|
-
fileName: e.fileName,
|
|
86
|
-
fileId: e.fileId,
|
|
87
|
-
fileSort: "itsm"
|
|
88
|
-
}));
|
|
89
|
-
});
|
|
90
|
-
}
|
|
91
|
-
function Y() {
|
|
92
|
-
w.value = typeof F.entityKey.membersId == "string" ? F.entityKey.membersId.split(",") || [] : [];
|
|
93
|
-
}
|
|
94
|
-
const Z = Object.keys(F.entityKey);
|
|
95
|
-
f(Z.length >= 1).value && (h.findById(F.entityKey).then(({ data: l }) => {
|
|
96
|
-
Object.assign(s, l);
|
|
97
|
-
}), Y(), X());
|
|
98
|
-
function O() {
|
|
99
|
-
C.value = w.value.map((l) => {
|
|
100
|
-
const e = k.values.find(
|
|
101
|
-
(o) => o.key === l
|
|
102
|
-
);
|
|
103
|
-
return {
|
|
104
|
-
memberId: l,
|
|
105
|
-
memberName: (e == null ? void 0 : e.value) ?? ""
|
|
106
|
-
};
|
|
107
|
-
});
|
|
108
|
-
}
|
|
109
|
-
const x = async () => {
|
|
110
|
-
var l;
|
|
111
|
-
await ((l = $.value) == null ? void 0 : l.validate((e) => {
|
|
112
|
-
if (e) {
|
|
113
|
-
if (w.value.length === 0) {
|
|
114
|
-
V.warning(b("itsmFlowAcceptance.membersRequired"));
|
|
115
|
-
return;
|
|
116
|
-
}
|
|
117
|
-
O(), h.save({
|
|
118
|
-
...s,
|
|
119
|
-
members: C.value,
|
|
120
|
-
files: g.value
|
|
121
|
-
}).then((o) => {
|
|
122
|
-
o.status === 200 && (V({
|
|
123
|
-
message: b("common.submitSuccess"),
|
|
124
|
-
type: "success"
|
|
125
|
-
}), p.value && (p.value = !1), B("refresh", o.status === 200));
|
|
126
|
-
});
|
|
127
|
-
}
|
|
128
|
-
}));
|
|
129
|
-
}, ee = async () => {
|
|
130
|
-
var l;
|
|
131
|
-
await ((l = $.value) == null ? void 0 : l.validate((e) => {
|
|
132
|
-
if (e) {
|
|
133
|
-
if (w.value.length === 0) {
|
|
134
|
-
V.warning(b("itsmFlowAcceptance.membersRequired"));
|
|
135
|
-
return;
|
|
136
|
-
}
|
|
137
|
-
O(), h.submit({
|
|
138
|
-
...s,
|
|
139
|
-
members: C.value,
|
|
140
|
-
files: g.value
|
|
141
|
-
}).then((o) => {
|
|
142
|
-
o.status === 200 && (V({
|
|
143
|
-
message: b("common.submitSuccess"),
|
|
144
|
-
type: "success"
|
|
145
|
-
}), p.value && (p.value = !1), B("refresh", o.status === 200));
|
|
146
|
-
});
|
|
147
|
-
}
|
|
148
|
-
}));
|
|
149
|
-
};
|
|
150
|
-
function E() {
|
|
151
|
-
p.value && (p.value = !1);
|
|
152
|
-
}
|
|
153
|
-
function le(l) {
|
|
154
|
-
const e = q.values.find(
|
|
155
|
-
(o) => o.key === l
|
|
156
|
-
);
|
|
157
|
-
s.contractName = (e == null ? void 0 : e.contractName) ?? "", s.contractNo = (e == null ? void 0 : e.contractNo) ?? "", s.serviceOrg = (e == null ? void 0 : e.serviceOrg) ?? "", s.entrustName = (e == null ? void 0 : e.entrustName) ?? "", s.serviceContent = (e == null ? void 0 : e.workContent) ?? "", s.entrustId = (e == null ? void 0 : e.entrustId) ?? "";
|
|
158
|
-
}
|
|
159
|
-
return (l, e) => {
|
|
160
|
-
const o = i("el-col"), c = i("el-input"), u = i("el-form-item"), N = i("jmash-select"), _ = i("el-button"), te = i("CircleClose"), ae = i("el-icon"), oe = i("jmash-enum-radio"), z = i("el-row"), se = i("el-form"), ne = i("jmash-multi-upload"), de = i("el-dialog");
|
|
161
|
-
return R(), ie(de, {
|
|
162
|
-
modelValue: p.value,
|
|
163
|
-
"onUpdate:modelValue": e[12] || (e[12] = (n) => p.value = n),
|
|
164
|
-
onClose: E
|
|
165
|
-
}, {
|
|
166
|
-
footer: a(() => [
|
|
167
|
-
r("div", ge, [
|
|
168
|
-
t(_, { onClick: E }, {
|
|
169
|
-
default: a(() => [
|
|
170
|
-
v(y(l.$t("common.cancel")), 1)
|
|
171
|
-
]),
|
|
172
|
-
_: 1
|
|
173
|
-
}),
|
|
174
|
-
t(_, {
|
|
175
|
-
type: "primary",
|
|
176
|
-
onClick: x
|
|
177
|
-
}, {
|
|
178
|
-
default: a(() => [
|
|
179
|
-
v(y(l.$t("itsmFlowEntrustUser.save")), 1)
|
|
180
|
-
]),
|
|
181
|
-
_: 1
|
|
182
|
-
}),
|
|
183
|
-
t(_, {
|
|
184
|
-
type: "primary",
|
|
185
|
-
onClick: ee
|
|
186
|
-
}, {
|
|
187
|
-
default: a(() => [
|
|
188
|
-
v(y(l.$t("itsmFlowEntrustUser.submit")), 1)
|
|
189
|
-
]),
|
|
190
|
-
_: 1
|
|
191
|
-
})
|
|
192
|
-
])
|
|
193
|
-
]),
|
|
194
|
-
default: a(() => [
|
|
195
|
-
t(o, { span: 24 }, {
|
|
196
|
-
default: a(() => e[13] || (e[13] = [
|
|
197
|
-
r("div", { class: "title" }, "山西云时代技术有限公司大数据中心分公司项目验收书", -1)
|
|
198
|
-
])),
|
|
199
|
-
_: 1,
|
|
200
|
-
__: [13]
|
|
201
|
-
}),
|
|
202
|
-
t(se, {
|
|
203
|
-
ref_key: "itsmFlowAcceptanceFormRef",
|
|
204
|
-
ref: $,
|
|
205
|
-
model: d(s),
|
|
206
|
-
"label-width": "150px",
|
|
207
|
-
rules: W,
|
|
208
|
-
class: "custom-table-form custom-form"
|
|
209
|
-
}, {
|
|
210
|
-
default: a(() => [
|
|
211
|
-
t(z, null, {
|
|
212
|
-
default: a(() => [
|
|
213
|
-
t(o, { span: 24 }, {
|
|
214
|
-
default: a(() => [
|
|
215
|
-
t(u, {
|
|
216
|
-
label: l.$t("itsmFlowAcceptance.contractName"),
|
|
217
|
-
prop: "contractName"
|
|
218
|
-
}, {
|
|
219
|
-
default: a(() => [
|
|
220
|
-
t(c, {
|
|
221
|
-
modelValue: d(s).contractName,
|
|
222
|
-
"onUpdate:modelValue": e[0] || (e[0] = (n) => d(s).contractName = n),
|
|
223
|
-
placeholder: l.$t("itsmFlowAcceptance.orderIdRequireds"),
|
|
224
|
-
disabled: ""
|
|
225
|
-
}, null, 8, ["modelValue", "placeholder"])
|
|
226
|
-
]),
|
|
227
|
-
_: 1
|
|
228
|
-
}, 8, ["label"])
|
|
229
|
-
]),
|
|
230
|
-
_: 1
|
|
231
|
-
}),
|
|
232
|
-
t(o, { span: 24 }, {
|
|
233
|
-
default: a(() => [
|
|
234
|
-
t(u, {
|
|
235
|
-
label: l.$t("itsmFlowAcceptance.contractNo"),
|
|
236
|
-
prop: "contractNo"
|
|
237
|
-
}, {
|
|
238
|
-
default: a(() => [
|
|
239
|
-
t(c, {
|
|
240
|
-
modelValue: d(s).contractNo,
|
|
241
|
-
"onUpdate:modelValue": e[1] || (e[1] = (n) => d(s).contractNo = n),
|
|
242
|
-
placeholder: l.$t("itsmFlowAcceptance.orderIdRequireds"),
|
|
243
|
-
disabled: ""
|
|
244
|
-
}, null, 8, ["modelValue", "placeholder"])
|
|
245
|
-
]),
|
|
246
|
-
_: 1
|
|
247
|
-
}, 8, ["label"])
|
|
248
|
-
]),
|
|
249
|
-
_: 1
|
|
250
|
-
}),
|
|
251
|
-
t(o, { span: 24 }, {
|
|
252
|
-
default: a(() => [
|
|
253
|
-
t(u, {
|
|
254
|
-
label: l.$t("itsmFlowAcceptance.orderId"),
|
|
255
|
-
prop: "orderNo"
|
|
256
|
-
}, {
|
|
257
|
-
default: a(() => [
|
|
258
|
-
t(N, {
|
|
259
|
-
modelValue: d(s).orderNo,
|
|
260
|
-
"onUpdate:modelValue": e[2] || (e[2] = (n) => d(s).orderNo = n),
|
|
261
|
-
placeholder: l.$t("itsmFlowAcceptance.orderIdRequired"),
|
|
262
|
-
data: d(q).values,
|
|
263
|
-
clearable: "",
|
|
264
|
-
filterable: "",
|
|
265
|
-
class: "w-full",
|
|
266
|
-
onChange: le
|
|
267
|
-
}, null, 8, ["modelValue", "placeholder", "data"])
|
|
268
|
-
]),
|
|
269
|
-
_: 1
|
|
270
|
-
}, 8, ["label"])
|
|
271
|
-
]),
|
|
272
|
-
_: 1
|
|
273
|
-
}),
|
|
274
|
-
t(o, { span: 24 }, {
|
|
275
|
-
default: a(() => [
|
|
276
|
-
t(u, {
|
|
277
|
-
label: l.$t("itsmFlowAcceptance.entrustName"),
|
|
278
|
-
prop: "entrustName"
|
|
279
|
-
}, {
|
|
280
|
-
default: a(() => [
|
|
281
|
-
t(N, {
|
|
282
|
-
modelValue: d(s).entrustName,
|
|
283
|
-
"onUpdate:modelValue": e[3] || (e[3] = (n) => d(s).entrustName = n),
|
|
284
|
-
placeholder: l.$t("itsmFlowAcceptance.orderIdRequireds"),
|
|
285
|
-
data: d(A).projectNameDict.values,
|
|
286
|
-
disabled: "",
|
|
287
|
-
class: "w-full"
|
|
288
|
-
}, null, 8, ["modelValue", "placeholder", "data"])
|
|
289
|
-
]),
|
|
290
|
-
_: 1
|
|
291
|
-
}, 8, ["label"])
|
|
292
|
-
]),
|
|
293
|
-
_: 1
|
|
294
|
-
}),
|
|
295
|
-
t(o, { span: 12 }, {
|
|
296
|
-
default: a(() => [
|
|
297
|
-
t(u, {
|
|
298
|
-
label: l.$t("itsmFlowAcceptance.serviceOrg"),
|
|
299
|
-
prop: "serviceOrg"
|
|
300
|
-
}, {
|
|
301
|
-
default: a(() => [
|
|
302
|
-
t(N, {
|
|
303
|
-
modelValue: d(s).serviceOrg,
|
|
304
|
-
"onUpdate:modelValue": e[4] || (e[4] = (n) => d(s).serviceOrg = n),
|
|
305
|
-
placeholder: l.$t("itsmFlowAcceptance.orderIdRequireds"),
|
|
306
|
-
data: d(A).orgIdBizDict.values,
|
|
307
|
-
disabled: "",
|
|
308
|
-
class: "w-full"
|
|
309
|
-
}, null, 8, ["modelValue", "placeholder", "data"])
|
|
310
|
-
]),
|
|
311
|
-
_: 1
|
|
312
|
-
}, 8, ["label"])
|
|
313
|
-
]),
|
|
314
|
-
_: 1
|
|
315
|
-
}),
|
|
316
|
-
t(o, { span: 12 }, {
|
|
317
|
-
default: a(() => [
|
|
318
|
-
t(u, {
|
|
319
|
-
label: l.$t("itsmFlowAcceptance.stage"),
|
|
320
|
-
prop: "stage"
|
|
321
|
-
}, {
|
|
322
|
-
default: a(() => [
|
|
323
|
-
t(c, {
|
|
324
|
-
modelValue: d(s).stage,
|
|
325
|
-
"onUpdate:modelValue": e[5] || (e[5] = (n) => d(s).stage = n),
|
|
326
|
-
placeholder: l.$t("itsmFlowAcceptance.stageRequired"),
|
|
327
|
-
maxlength: "15",
|
|
328
|
-
"show-word-limit": "",
|
|
329
|
-
clearable: ""
|
|
330
|
-
}, null, 8, ["modelValue", "placeholder"])
|
|
331
|
-
]),
|
|
332
|
-
_: 1
|
|
333
|
-
}, 8, ["label"])
|
|
334
|
-
]),
|
|
335
|
-
_: 1
|
|
336
|
-
}),
|
|
337
|
-
t(o, { span: 12 }, {
|
|
338
|
-
default: a(() => [
|
|
339
|
-
t(u, {
|
|
340
|
-
label: l.$t("itsmFlowAcceptance.headman"),
|
|
341
|
-
prop: `headmanName\r
|
|
342
|
-
`
|
|
343
|
-
}, {
|
|
344
|
-
default: a(() => [
|
|
345
|
-
t(c, {
|
|
346
|
-
modelValue: d(s).headmanName,
|
|
347
|
-
"onUpdate:modelValue": e[6] || (e[6] = (n) => d(s).headmanName = n),
|
|
348
|
-
placeholder: l.$t("itsmFlowAcceptance.headmanRequired"),
|
|
349
|
-
disabled: ""
|
|
350
|
-
}, null, 8, ["modelValue", "placeholder"])
|
|
351
|
-
]),
|
|
352
|
-
_: 1
|
|
353
|
-
}, 8, ["label"])
|
|
354
|
-
]),
|
|
355
|
-
_: 1
|
|
356
|
-
}),
|
|
357
|
-
t(o, { span: 12 }, {
|
|
358
|
-
default: a(() => [
|
|
359
|
-
t(u, {
|
|
360
|
-
label: l.$t("itsmFlowAcceptance.members")
|
|
361
|
-
}, {
|
|
362
|
-
default: a(() => [
|
|
363
|
-
t(N, {
|
|
364
|
-
modelValue: w.value,
|
|
365
|
-
"onUpdate:modelValue": e[7] || (e[7] = (n) => w.value = n),
|
|
366
|
-
placeholder: l.$t("itsmFlowAcceptance.membersRequired"),
|
|
367
|
-
data: d(k).values,
|
|
368
|
-
clearable: "",
|
|
369
|
-
multiple: "",
|
|
370
|
-
filterable: "",
|
|
371
|
-
class: "w-full"
|
|
372
|
-
}, null, 8, ["modelValue", "placeholder", "data"])
|
|
373
|
-
]),
|
|
374
|
-
_: 1
|
|
375
|
-
}, 8, ["label"])
|
|
376
|
-
]),
|
|
377
|
-
_: 1
|
|
378
|
-
}),
|
|
379
|
-
t(o, { span: 24 }, {
|
|
380
|
-
default: a(() => [
|
|
381
|
-
t(u, {
|
|
382
|
-
label: l.$t("itsmFlowAcceptance.files"),
|
|
383
|
-
prop: "files"
|
|
384
|
-
}, {
|
|
385
|
-
default: a(() => [
|
|
386
|
-
t(_, {
|
|
387
|
-
type: "primary",
|
|
388
|
-
icon: d(be),
|
|
389
|
-
onClick: G
|
|
390
|
-
}, {
|
|
391
|
-
default: a(() => [
|
|
392
|
-
v(y(l.$t("common.uploadFiles")), 1)
|
|
393
|
-
]),
|
|
394
|
-
_: 1
|
|
395
|
-
}, 8, ["icon"])
|
|
396
|
-
]),
|
|
397
|
-
_: 1
|
|
398
|
-
}, 8, ["label"]),
|
|
399
|
-
t(u, null, {
|
|
400
|
-
default: a(() => [
|
|
401
|
-
(R(!0), T(me, null, ce(m.value, (n, K) => (R(), T("div", {
|
|
402
|
-
key: K,
|
|
403
|
-
class: "files-list"
|
|
404
|
-
}, [
|
|
405
|
-
v(y(n.fileName) + " ", 1),
|
|
406
|
-
t(ae, {
|
|
407
|
-
size: "16",
|
|
408
|
-
class: "icon-right",
|
|
409
|
-
onClick: (ye) => P(K, n)
|
|
410
|
-
}, {
|
|
411
|
-
default: a(() => [
|
|
412
|
-
t(te)
|
|
413
|
-
]),
|
|
414
|
-
_: 2
|
|
415
|
-
}, 1032, ["onClick"])
|
|
416
|
-
]))), 128))
|
|
417
|
-
]),
|
|
418
|
-
_: 1
|
|
419
|
-
})
|
|
420
|
-
]),
|
|
421
|
-
_: 1
|
|
422
|
-
}),
|
|
423
|
-
t(o, { span: 24 }, {
|
|
424
|
-
default: a(() => [
|
|
425
|
-
t(u, {
|
|
426
|
-
label: l.$t("itsmFlowAcceptance.serviceContent"),
|
|
427
|
-
prop: "serviceContent"
|
|
428
|
-
}, {
|
|
429
|
-
default: a(() => [
|
|
430
|
-
t(c, {
|
|
431
|
-
modelValue: d(s).serviceContent,
|
|
432
|
-
"onUpdate:modelValue": e[8] || (e[8] = (n) => d(s).serviceContent = n),
|
|
433
|
-
placeholder: l.$t("itsmFlowAcceptance.orderIdRequireds"),
|
|
434
|
-
maxlength: "500",
|
|
435
|
-
rows: 4,
|
|
436
|
-
type: "textarea",
|
|
437
|
-
"show-word-limit": "",
|
|
438
|
-
clearable: ""
|
|
439
|
-
}, null, 8, ["modelValue", "placeholder"])
|
|
440
|
-
]),
|
|
441
|
-
_: 1
|
|
442
|
-
}, 8, ["label"])
|
|
443
|
-
]),
|
|
444
|
-
_: 1
|
|
445
|
-
}),
|
|
446
|
-
t(o, { span: 12 }, {
|
|
447
|
-
default: a(() => [
|
|
448
|
-
t(u, {
|
|
449
|
-
label: l.$t("itsmFlowAcceptance.result"),
|
|
450
|
-
prop: "result"
|
|
451
|
-
}, {
|
|
452
|
-
default: a(() => [
|
|
453
|
-
t(oe, {
|
|
454
|
-
modelValue: d(s).result,
|
|
455
|
-
"onUpdate:modelValue": e[9] || (e[9] = (n) => d(s).result = n),
|
|
456
|
-
data: d(A).isValuesDict.values,
|
|
457
|
-
disabled: ""
|
|
458
|
-
}, null, 8, ["modelValue", "data"])
|
|
459
|
-
]),
|
|
460
|
-
_: 1
|
|
461
|
-
}, 8, ["label"])
|
|
462
|
-
]),
|
|
463
|
-
_: 1
|
|
464
|
-
}),
|
|
465
|
-
t(o, { span: 24 }, {
|
|
466
|
-
default: a(() => [
|
|
467
|
-
t(u, {
|
|
468
|
-
label: l.$t("itsmFlowAcceptance.evaluate"),
|
|
469
|
-
prop: "evaluate"
|
|
470
|
-
}, {
|
|
471
|
-
default: a(() => [
|
|
472
|
-
t(c, {
|
|
473
|
-
modelValue: d(s).evaluate,
|
|
474
|
-
"onUpdate:modelValue": e[10] || (e[10] = (n) => d(s).evaluate = n),
|
|
475
|
-
placeholder: l.$t("itsmFlowAcceptance.evaluateRequired"),
|
|
476
|
-
maxlength: "500",
|
|
477
|
-
rows: 4,
|
|
478
|
-
type: "textarea",
|
|
479
|
-
"show-word-limit": "",
|
|
480
|
-
clearable: ""
|
|
481
|
-
}, null, 8, ["modelValue", "placeholder"])
|
|
482
|
-
]),
|
|
483
|
-
_: 1
|
|
484
|
-
}, 8, ["label"])
|
|
485
|
-
]),
|
|
486
|
-
_: 1
|
|
487
|
-
})
|
|
488
|
-
]),
|
|
489
|
-
_: 1
|
|
490
|
-
}),
|
|
491
|
-
t(z, { class: "bordered-row" }, {
|
|
492
|
-
default: a(() => [
|
|
493
|
-
t(o, { span: 12 }, {
|
|
494
|
-
default: a(() => e[14] || (e[14] = [
|
|
495
|
-
r("div", { class: "content-box" }, [
|
|
496
|
-
r("div", { class: "content-box-top" }, [
|
|
497
|
-
r("div", null, "项目验收小组:"),
|
|
498
|
-
r("div", null, "单位(盖章):"),
|
|
499
|
-
r("div", null, "负责人(签字):")
|
|
500
|
-
]),
|
|
501
|
-
r("div", { class: "content-box-bottom" }, [
|
|
502
|
-
v(" 日期: "),
|
|
503
|
-
r("span", null, "年"),
|
|
504
|
-
r("span", null, "月"),
|
|
505
|
-
r("span", null, "日")
|
|
506
|
-
])
|
|
507
|
-
], -1)
|
|
508
|
-
])),
|
|
509
|
-
_: 1,
|
|
510
|
-
__: [14]
|
|
511
|
-
}),
|
|
512
|
-
t(o, {
|
|
513
|
-
span: 12,
|
|
514
|
-
class: "with-divider"
|
|
515
|
-
}, {
|
|
516
|
-
default: a(() => e[15] || (e[15] = [
|
|
517
|
-
r("div", { class: "content-box" }, [
|
|
518
|
-
r("div", { class: "content-box-top" }, [
|
|
519
|
-
r("div", null, "服务人员所属单位:"),
|
|
520
|
-
r("div", null, "单位(盖章):"),
|
|
521
|
-
r("div", null, "负责人(签字):")
|
|
522
|
-
]),
|
|
523
|
-
r("div", { class: "content-box-bottom" }, [
|
|
524
|
-
v(" 日期: "),
|
|
525
|
-
r("span", null, "年"),
|
|
526
|
-
r("span", null, "月"),
|
|
527
|
-
r("span", null, "日")
|
|
528
|
-
])
|
|
529
|
-
], -1)
|
|
530
|
-
])),
|
|
531
|
-
_: 1,
|
|
532
|
-
__: [15]
|
|
533
|
-
})
|
|
534
|
-
]),
|
|
535
|
-
_: 1
|
|
536
|
-
})
|
|
537
|
-
]),
|
|
538
|
-
_: 1
|
|
539
|
-
}, 8, ["model", "rules"]),
|
|
540
|
-
e[16] || (e[16] = r("div", { class: "with-end" }, "注:验收书编号在验收通过后自动生成。", -1)),
|
|
541
|
-
t(ne, {
|
|
542
|
-
ref_key: "uploadRef",
|
|
543
|
-
ref: S,
|
|
544
|
-
modelValue: I.value,
|
|
545
|
-
"onUpdate:modelValue": e[11] || (e[11] = (n) => I.value = n),
|
|
546
|
-
onUploadFileList: Q
|
|
547
|
-
}, null, 8, ["modelValue"])
|
|
548
|
-
]),
|
|
549
|
-
_: 1,
|
|
550
|
-
__: [16]
|
|
551
|
-
}, 8, ["modelValue"]);
|
|
552
|
-
};
|
|
553
|
-
}
|
|
554
|
-
});
|
|
555
|
-
export {
|
|
556
|
-
Ie as _
|
|
557
|
-
};
|