xyvcard-itsm-flow 0.0.9 → 0.0.11
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-BatVtQjM.mjs → edit-B6eDlOpi.mjs} +1 -1
- package/dist/{edit-CJKi69Ya.mjs → edit-Cfo0JZSs.mjs} +1 -1
- package/dist/{edit-RNcc8UYn.mjs → edit-RoD8ie-7.mjs} +1 -1
- package/dist/{edit.vue_vue_type_script_setup_true_lang-D9fa466K.mjs → edit.vue_vue_type_script_setup_true_lang-IEXBlCBV.mjs} +28 -26
- package/dist/{edit.vue_vue_type_script_setup_true_lang-4mAArGdW.mjs → edit.vue_vue_type_script_setup_true_lang-e_oZRaYA.mjs} +164 -157
- package/dist/{edit.vue_vue_type_script_setup_true_lang-DlfhAjvW.mjs → edit.vue_vue_type_script_setup_true_lang-iiu5w8LK.mjs} +222 -214
- package/dist/{el-message-9Nit-6wb.mjs → el-message-So7u3ZRi.mjs} +357 -366
- package/dist/{index-CitJdS-N.mjs → index-C7wI2ALv.mjs} +65 -69
- package/dist/{index-Ckl3mXfI.mjs → index-C96hiFIm.mjs} +178 -157
- package/dist/{index-2vkMhoSW.mjs → index-CC7B9YOg.mjs} +12 -12
- package/dist/index-CMbZtOBo.mjs +633 -0
- package/dist/{index-CpSpS_gR.mjs → index-CNIFtVcB.mjs} +135 -133
- package/dist/{index-ay0TMqjH.mjs → index-CzSzBtpb.mjs} +15 -15
- package/dist/{index-BkB6hpAN.mjs → index-D5ZcRr4h.mjs} +109 -106
- package/dist/{index-DmttwKtY.mjs → index-DWuCzfFj.mjs} +69 -67
- package/dist/{index-w_RSrZed.mjs → index-m-ohs_8-.mjs} +87 -88
- package/dist/{index-BqZwYXr_.mjs → index-nSm5Jecq.mjs} +12 -12
- package/dist/index.mjs +60 -59
- package/dist/style.css +1 -1
- package/dts/api/itsm-flow-acceptance/index.d.ts +1 -3
- package/dts/api/itsm-flow-acceptance/types.d.ts +1 -6
- 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/constant.d.ts +3 -0
- package/dts/lang/itsm-flow/zh-cn.d.ts +1 -0
- 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
- package/dist/index-tnwVLRVb.mjs +0 -624
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { defineComponent as
|
|
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
|
-
import { useRoute as de } from "vue-router";
|
|
4
3
|
import { useI18n as ue } from "vue-i18n";
|
|
5
|
-
import { I as
|
|
6
|
-
import "jmash-core";
|
|
7
|
-
import { E as
|
|
8
|
-
const
|
|
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-C7wI2ALv.mjs";
|
|
5
|
+
import { useUserStore as fe } from "jmash-core";
|
|
6
|
+
import { E as k } from "./el-message-So7u3ZRi.mjs";
|
|
7
|
+
const Ie = /* @__PURE__ */ ne({
|
|
9
8
|
__name: "index",
|
|
10
|
-
props: /* @__PURE__ */
|
|
9
|
+
props: /* @__PURE__ */ se({
|
|
11
10
|
task: {
|
|
12
11
|
type: Object,
|
|
13
12
|
default: () => {
|
|
@@ -18,29 +17,46 @@ const Ne = /* @__PURE__ */ te({
|
|
|
18
17
|
modelModifiers: {}
|
|
19
18
|
}),
|
|
20
19
|
emits: ["update:modelValue"],
|
|
21
|
-
setup(
|
|
22
|
-
const { t:
|
|
23
|
-
applyStatus:
|
|
20
|
+
setup(q, { expose: E }) {
|
|
21
|
+
const { t: h } = ue(), U = fe(), N = p(!1), R = p(), D = p([]), v = p([]), c = p([]), b = p([]), I = new ie({
|
|
22
|
+
applyStatus: g.applyStatus.finished
|
|
24
23
|
});
|
|
25
|
-
|
|
26
|
-
const
|
|
27
|
-
userType:
|
|
24
|
+
I.useValues();
|
|
25
|
+
const _ = new me({
|
|
26
|
+
userType: g.userType.companyManager
|
|
28
27
|
});
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
_.useValues(), new ce({}).useValues(), F.orgIdBizDict.useValues();
|
|
29
|
+
function T() {
|
|
30
|
+
var e;
|
|
31
|
+
const a = (e = U.user.userJobs[0]) == null ? void 0 : e.deptId;
|
|
32
|
+
if (!a) {
|
|
33
|
+
k.warning("当前用户缺少岗位信息,无法查询验收组长");
|
|
34
|
+
return;
|
|
35
|
+
}
|
|
36
|
+
V.findHeadman({
|
|
37
|
+
tenant: U.user.tenant,
|
|
38
|
+
deptId: a,
|
|
39
|
+
jobCode: g.jobCode.groupLeader
|
|
40
|
+
}).then(({ data: n }) => {
|
|
41
|
+
var m;
|
|
42
|
+
((m = n == null ? void 0 : n.results) == null ? void 0 : m.length) > 0 && (o.headmanId = n.results[0].key, o.headmanName = n.results[0].value);
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
T();
|
|
46
|
+
const j = q, B = p({
|
|
31
47
|
curPage: 1,
|
|
32
48
|
pageSize: 10,
|
|
33
|
-
acceptanceId:
|
|
34
|
-
}), f =
|
|
35
|
-
let o =
|
|
49
|
+
acceptanceId: j.task.businessKey
|
|
50
|
+
}), f = de(q, "modelValue"), z = p();
|
|
51
|
+
let o = O({
|
|
36
52
|
requestId: Math.random() * 10 + ""
|
|
37
53
|
});
|
|
38
|
-
function
|
|
39
|
-
|
|
54
|
+
function P() {
|
|
55
|
+
N.value = !0, R.value.clearFileList();
|
|
40
56
|
}
|
|
41
|
-
function
|
|
42
|
-
|
|
43
|
-
(
|
|
57
|
+
function H(a, e) {
|
|
58
|
+
c == null || c.value.splice(a, 1), b.value = b.value.filter(
|
|
59
|
+
(n) => n.fileId !== e.fileId
|
|
44
60
|
);
|
|
45
61
|
}
|
|
46
62
|
function K(a) {
|
|
@@ -48,51 +64,51 @@ const Ne = /* @__PURE__ */ te({
|
|
|
48
64
|
fileName: a.name,
|
|
49
65
|
fileId: a.response.fileId
|
|
50
66
|
};
|
|
51
|
-
|
|
67
|
+
c == null || c.value.push(e), c.value = [...new Set(c.value)], b.value.push(e);
|
|
52
68
|
}
|
|
53
|
-
const W =
|
|
69
|
+
const W = O({
|
|
54
70
|
orderNo: [
|
|
55
71
|
{
|
|
56
72
|
required: !0,
|
|
57
|
-
message:
|
|
73
|
+
message: h("itsmFlowAcceptance.orderIdRequired"),
|
|
58
74
|
trigger: "change"
|
|
59
75
|
}
|
|
60
76
|
],
|
|
61
77
|
stage: [
|
|
62
78
|
{
|
|
63
79
|
required: !0,
|
|
64
|
-
message:
|
|
80
|
+
message: h("itsmFlowAcceptance.stageRequired"),
|
|
65
81
|
trigger: "blur"
|
|
66
82
|
}
|
|
67
83
|
]
|
|
68
84
|
});
|
|
69
|
-
|
|
70
|
-
changeModel: () =>
|
|
85
|
+
j.task.businessKey && Q(), E({
|
|
86
|
+
changeModel: () => Y()
|
|
71
87
|
});
|
|
72
|
-
function
|
|
73
|
-
const e =
|
|
74
|
-
(
|
|
88
|
+
function J(a) {
|
|
89
|
+
const e = I.values.find(
|
|
90
|
+
(n) => n.key === a
|
|
75
91
|
);
|
|
76
92
|
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) ?? "";
|
|
77
93
|
}
|
|
78
|
-
function
|
|
79
|
-
|
|
80
|
-
|
|
94
|
+
function G() {
|
|
95
|
+
V.findFilesList({ actionId: B.value.acceptanceId }).then(({ data: a }) => {
|
|
96
|
+
c.value = a.results, b.value = (a.results || []).map((e) => ({
|
|
81
97
|
fileName: e.fileName,
|
|
82
98
|
fileId: e.fileId,
|
|
83
99
|
fileSort: "itsm"
|
|
84
100
|
}));
|
|
85
101
|
});
|
|
86
102
|
}
|
|
87
|
-
function J() {
|
|
88
|
-
N.value.acceptanceId = D.task.businessKey, k.findById({ acceptanceId: N.value.acceptanceId }).then(({ data: a }) => {
|
|
89
|
-
Object.assign(o, a);
|
|
90
|
-
}), H();
|
|
91
|
-
}
|
|
92
103
|
function Q() {
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
104
|
+
V.findById({ acceptanceId: B.value.acceptanceId }).then(({ data: a }) => {
|
|
105
|
+
Object.assign(o, a), v.value = typeof a.membersId == "string" ? a.membersId.split(",") || [] : [];
|
|
106
|
+
}), G();
|
|
107
|
+
}
|
|
108
|
+
function X() {
|
|
109
|
+
D.value = v.value.map((a) => {
|
|
110
|
+
const e = _.values.find(
|
|
111
|
+
(n) => n.key === a
|
|
96
112
|
);
|
|
97
113
|
return {
|
|
98
114
|
memberId: a,
|
|
@@ -100,25 +116,25 @@ const Ne = /* @__PURE__ */ te({
|
|
|
100
116
|
};
|
|
101
117
|
});
|
|
102
118
|
}
|
|
103
|
-
function
|
|
119
|
+
function Y() {
|
|
104
120
|
return f.value && (f.value.selectActions = [
|
|
105
121
|
{ key: "true", value: "同意" },
|
|
106
122
|
{ key: "false", value: "不同意" }
|
|
107
|
-
], f.value.varName = "approved", f.value.module = "", f.value.module =
|
|
108
|
-
var
|
|
109
|
-
(
|
|
110
|
-
if (
|
|
123
|
+
], f.value.varName = "approved", f.value.module = "", f.value.module = g.MODULE_ITSMFLOW), new Promise((a, e) => {
|
|
124
|
+
var n;
|
|
125
|
+
(n = z.value) == null || n.validate((m) => {
|
|
126
|
+
if (m) {
|
|
111
127
|
if (f.value) {
|
|
112
|
-
if (f.value.comment = "",
|
|
113
|
-
|
|
128
|
+
if (f.value.comment = "", X(), v.value.length === 0) {
|
|
129
|
+
k.warning(h("itsmFlowAcceptance.membersRequired"));
|
|
114
130
|
return;
|
|
115
131
|
}
|
|
116
|
-
o.requestId = Math.random() * 10 + "",
|
|
132
|
+
o.requestId = Math.random() * 10 + "", V.save({
|
|
117
133
|
...o,
|
|
118
|
-
members:
|
|
119
|
-
files:
|
|
120
|
-
}).then((
|
|
121
|
-
|
|
134
|
+
members: D.value,
|
|
135
|
+
files: b.value
|
|
136
|
+
}).then((u) => {
|
|
137
|
+
u.status === 200 ? a(!0) : (k({
|
|
122
138
|
message: "保存失败,请联系管理员!",
|
|
123
139
|
type: "error"
|
|
124
140
|
}), e(!1));
|
|
@@ -130,33 +146,34 @@ const Ne = /* @__PURE__ */ te({
|
|
|
130
146
|
});
|
|
131
147
|
}
|
|
132
148
|
return (a, e) => {
|
|
133
|
-
const
|
|
134
|
-
return
|
|
135
|
-
l(
|
|
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
|
+
l(n, { span: 24 }, {
|
|
136
152
|
default: t(() => e[12] || (e[12] = [
|
|
137
|
-
|
|
153
|
+
r("div", { class: "title" }, "山西云时代技术有限公司大数据中心分公司项目验收书", -1)
|
|
138
154
|
])),
|
|
139
|
-
_: 1
|
|
155
|
+
_: 1,
|
|
156
|
+
__: [12]
|
|
140
157
|
}),
|
|
141
|
-
l(
|
|
158
|
+
l(te, {
|
|
142
159
|
ref_key: "taskFormRef",
|
|
143
|
-
ref:
|
|
160
|
+
ref: z,
|
|
144
161
|
model: s(o),
|
|
145
162
|
"label-width": "150px",
|
|
146
163
|
rules: W,
|
|
147
164
|
class: "custom-table-form custom-form"
|
|
148
165
|
}, {
|
|
149
166
|
default: t(() => [
|
|
150
|
-
l(
|
|
167
|
+
l(n, { span: 24 }, {
|
|
151
168
|
default: t(() => [
|
|
152
|
-
l(
|
|
169
|
+
l(u, {
|
|
153
170
|
label: a.$t("itsmFlowAcceptance.contractName"),
|
|
154
171
|
prop: "contractName"
|
|
155
172
|
}, {
|
|
156
173
|
default: t(() => [
|
|
157
|
-
l(
|
|
174
|
+
l(m, {
|
|
158
175
|
modelValue: s(o).contractName,
|
|
159
|
-
"onUpdate:modelValue": e[0] || (e[0] = (
|
|
176
|
+
"onUpdate:modelValue": e[0] || (e[0] = (d) => s(o).contractName = d),
|
|
160
177
|
placeholder: a.$t("itsmFlowAcceptance.orderIdRequireds"),
|
|
161
178
|
disabled: ""
|
|
162
179
|
}, null, 8, ["modelValue", "placeholder"])
|
|
@@ -166,16 +183,16 @@ const Ne = /* @__PURE__ */ te({
|
|
|
166
183
|
]),
|
|
167
184
|
_: 1
|
|
168
185
|
}),
|
|
169
|
-
l(
|
|
186
|
+
l(n, { span: 24 }, {
|
|
170
187
|
default: t(() => [
|
|
171
|
-
l(
|
|
188
|
+
l(u, {
|
|
172
189
|
label: a.$t("itsmFlowAcceptance.contractNo"),
|
|
173
190
|
prop: "contractNo"
|
|
174
191
|
}, {
|
|
175
192
|
default: t(() => [
|
|
176
|
-
l(
|
|
193
|
+
l(m, {
|
|
177
194
|
modelValue: s(o).contractNo,
|
|
178
|
-
"onUpdate:modelValue": e[1] || (e[1] = (
|
|
195
|
+
"onUpdate:modelValue": e[1] || (e[1] = (d) => s(o).contractNo = d),
|
|
179
196
|
placeholder: a.$t("itsmFlowAcceptance.orderIdRequireds"),
|
|
180
197
|
disabled: ""
|
|
181
198
|
}, null, 8, ["modelValue", "placeholder"])
|
|
@@ -185,22 +202,22 @@ const Ne = /* @__PURE__ */ te({
|
|
|
185
202
|
]),
|
|
186
203
|
_: 1
|
|
187
204
|
}),
|
|
188
|
-
l(
|
|
205
|
+
l(n, { span: 24 }, {
|
|
189
206
|
default: t(() => [
|
|
190
|
-
l(
|
|
207
|
+
l(u, {
|
|
191
208
|
label: a.$t("itsmFlowAcceptance.orderId"),
|
|
192
209
|
prop: "orderNo"
|
|
193
210
|
}, {
|
|
194
211
|
default: t(() => [
|
|
195
212
|
l(y, {
|
|
196
213
|
modelValue: s(o).orderNo,
|
|
197
|
-
"onUpdate:modelValue": e[2] || (e[2] = (
|
|
214
|
+
"onUpdate:modelValue": e[2] || (e[2] = (d) => s(o).orderNo = d),
|
|
198
215
|
placeholder: a.$t("itsmFlowAcceptance.orderIdRequired"),
|
|
199
|
-
data: s(
|
|
216
|
+
data: s(I).values,
|
|
200
217
|
clearable: "",
|
|
201
218
|
filterable: "",
|
|
202
219
|
class: "w-full",
|
|
203
|
-
onChange:
|
|
220
|
+
onChange: J
|
|
204
221
|
}, null, 8, ["modelValue", "placeholder", "data"])
|
|
205
222
|
]),
|
|
206
223
|
_: 1
|
|
@@ -208,39 +225,41 @@ const Ne = /* @__PURE__ */ te({
|
|
|
208
225
|
]),
|
|
209
226
|
_: 1
|
|
210
227
|
}),
|
|
211
|
-
l(
|
|
228
|
+
l(n, { span: 24 }, {
|
|
212
229
|
default: t(() => [
|
|
213
|
-
l(
|
|
230
|
+
l(u, {
|
|
214
231
|
label: a.$t("itsmFlowAcceptance.entrustName"),
|
|
215
232
|
prop: "entrustName"
|
|
216
233
|
}, {
|
|
217
234
|
default: t(() => [
|
|
218
|
-
l(
|
|
235
|
+
l(Z, {
|
|
219
236
|
modelValue: s(o).entrustName,
|
|
220
|
-
"onUpdate:modelValue": e[3] || (e[3] = (
|
|
237
|
+
"onUpdate:modelValue": e[3] || (e[3] = (d) => s(o).entrustName = d),
|
|
221
238
|
placeholder: a.$t("itsmFlowAcceptance.orderIdRequireds"),
|
|
222
|
-
|
|
223
|
-
|
|
239
|
+
data: s(F).projectNameDict.values,
|
|
240
|
+
disabled: "",
|
|
241
|
+
class: "w-full"
|
|
242
|
+
}, null, 8, ["modelValue", "placeholder", "data"])
|
|
224
243
|
]),
|
|
225
244
|
_: 1
|
|
226
245
|
}, 8, ["label"])
|
|
227
246
|
]),
|
|
228
247
|
_: 1
|
|
229
248
|
}),
|
|
230
|
-
l(
|
|
249
|
+
l(A, null, {
|
|
231
250
|
default: t(() => [
|
|
232
|
-
l(
|
|
251
|
+
l(n, { span: 12 }, {
|
|
233
252
|
default: t(() => [
|
|
234
|
-
l(
|
|
253
|
+
l(u, {
|
|
235
254
|
label: a.$t("itsmFlowAcceptance.serviceOrg"),
|
|
236
255
|
prop: "serviceOrg"
|
|
237
256
|
}, {
|
|
238
257
|
default: t(() => [
|
|
239
258
|
l(y, {
|
|
240
259
|
modelValue: s(o).serviceOrg,
|
|
241
|
-
"onUpdate:modelValue": e[4] || (e[4] = (
|
|
260
|
+
"onUpdate:modelValue": e[4] || (e[4] = (d) => s(o).serviceOrg = d),
|
|
242
261
|
placeholder: a.$t("itsmFlowAcceptance.orderIdRequireds"),
|
|
243
|
-
data: s(
|
|
262
|
+
data: s(F).orgIdBizDict.values,
|
|
244
263
|
disabled: "",
|
|
245
264
|
class: "w-full"
|
|
246
265
|
}, null, 8, ["modelValue", "placeholder", "data"])
|
|
@@ -250,16 +269,16 @@ const Ne = /* @__PURE__ */ te({
|
|
|
250
269
|
]),
|
|
251
270
|
_: 1
|
|
252
271
|
}),
|
|
253
|
-
l(
|
|
272
|
+
l(n, { span: 12 }, {
|
|
254
273
|
default: t(() => [
|
|
255
|
-
l(
|
|
274
|
+
l(u, {
|
|
256
275
|
label: a.$t("itsmFlowAcceptance.stage"),
|
|
257
276
|
prop: "stage"
|
|
258
277
|
}, {
|
|
259
278
|
default: t(() => [
|
|
260
|
-
l(
|
|
279
|
+
l(m, {
|
|
261
280
|
modelValue: s(o).stage,
|
|
262
|
-
"onUpdate:modelValue": e[5] || (e[5] = (
|
|
281
|
+
"onUpdate:modelValue": e[5] || (e[5] = (d) => s(o).stage = d),
|
|
263
282
|
placeholder: a.$t("itsmFlowAcceptance.stageRequired"),
|
|
264
283
|
maxlength: "15",
|
|
265
284
|
"show-word-limit": "",
|
|
@@ -274,19 +293,19 @@ const Ne = /* @__PURE__ */ te({
|
|
|
274
293
|
]),
|
|
275
294
|
_: 1
|
|
276
295
|
}),
|
|
277
|
-
l(
|
|
296
|
+
l(A, null, {
|
|
278
297
|
default: t(() => [
|
|
279
|
-
l(
|
|
298
|
+
l(n, { span: 12 }, {
|
|
280
299
|
default: t(() => [
|
|
281
|
-
l(
|
|
300
|
+
l(u, {
|
|
282
301
|
label: a.$t("itsmFlowAcceptance.headman"),
|
|
283
|
-
prop: "
|
|
302
|
+
prop: "headmanName"
|
|
284
303
|
}, {
|
|
285
304
|
default: t(() => [
|
|
286
|
-
l(
|
|
287
|
-
modelValue: s(o).
|
|
288
|
-
"onUpdate:modelValue": e[6] || (e[6] = (
|
|
289
|
-
placeholder: a.$t("itsmFlowAcceptance.
|
|
305
|
+
l(m, {
|
|
306
|
+
modelValue: s(o).headmanName,
|
|
307
|
+
"onUpdate:modelValue": e[6] || (e[6] = (d) => s(o).headmanName = d),
|
|
308
|
+
placeholder: a.$t("itsmFlowAcceptance.headmanRequired"),
|
|
290
309
|
disabled: ""
|
|
291
310
|
}, null, 8, ["modelValue", "placeholder"])
|
|
292
311
|
]),
|
|
@@ -295,17 +314,17 @@ const Ne = /* @__PURE__ */ te({
|
|
|
295
314
|
]),
|
|
296
315
|
_: 1
|
|
297
316
|
}),
|
|
298
|
-
l(
|
|
317
|
+
l(n, { span: 12 }, {
|
|
299
318
|
default: t(() => [
|
|
300
|
-
l(
|
|
319
|
+
l(u, {
|
|
301
320
|
label: a.$t("itsmFlowAcceptance.members")
|
|
302
321
|
}, {
|
|
303
322
|
default: t(() => [
|
|
304
323
|
l(y, {
|
|
305
|
-
modelValue:
|
|
306
|
-
"onUpdate:modelValue": e[7] || (e[7] = (
|
|
324
|
+
modelValue: v.value,
|
|
325
|
+
"onUpdate:modelValue": e[7] || (e[7] = (d) => v.value = d),
|
|
307
326
|
placeholder: a.$t("itsmFlowAcceptance.membersRequired"),
|
|
308
|
-
data: s(
|
|
327
|
+
data: s(_).values,
|
|
309
328
|
clearable: "",
|
|
310
329
|
multiple: "",
|
|
311
330
|
filterable: "",
|
|
@@ -320,40 +339,40 @@ const Ne = /* @__PURE__ */ te({
|
|
|
320
339
|
]),
|
|
321
340
|
_: 1
|
|
322
341
|
}),
|
|
323
|
-
l(
|
|
342
|
+
l(n, { span: 24 }, {
|
|
324
343
|
default: t(() => [
|
|
325
|
-
l(
|
|
344
|
+
l(u, {
|
|
326
345
|
label: a.$t("itsmFlowAcceptance.files"),
|
|
327
346
|
prop: "files"
|
|
328
347
|
}, {
|
|
329
348
|
default: t(() => [
|
|
330
|
-
l(
|
|
349
|
+
l(x, {
|
|
331
350
|
type: "primary",
|
|
332
|
-
icon: s(
|
|
333
|
-
onClick:
|
|
351
|
+
icon: s(pe),
|
|
352
|
+
onClick: P
|
|
334
353
|
}, {
|
|
335
354
|
default: t(() => [
|
|
336
|
-
w(
|
|
355
|
+
w(S(a.$t("common.uploadFiles")), 1)
|
|
337
356
|
]),
|
|
338
357
|
_: 1
|
|
339
358
|
}, 8, ["icon"])
|
|
340
359
|
]),
|
|
341
360
|
_: 1
|
|
342
361
|
}, 8, ["label"]),
|
|
343
|
-
l(
|
|
362
|
+
l(u, null, {
|
|
344
363
|
default: t(() => [
|
|
345
|
-
(
|
|
346
|
-
key:
|
|
364
|
+
(C(!0), $(L, null, re(c.value, (d, M) => (C(), $("div", {
|
|
365
|
+
key: M,
|
|
347
366
|
class: "files-list"
|
|
348
367
|
}, [
|
|
349
|
-
w(
|
|
350
|
-
l(
|
|
368
|
+
w(S(d.fileName) + " ", 1),
|
|
369
|
+
l(le, {
|
|
351
370
|
size: "16",
|
|
352
371
|
class: "icon-right",
|
|
353
|
-
onClick: (
|
|
372
|
+
onClick: (be) => H(M, d)
|
|
354
373
|
}, {
|
|
355
374
|
default: t(() => [
|
|
356
|
-
l(
|
|
375
|
+
l(ee)
|
|
357
376
|
]),
|
|
358
377
|
_: 2
|
|
359
378
|
}, 1032, ["onClick"])
|
|
@@ -364,16 +383,16 @@ const Ne = /* @__PURE__ */ te({
|
|
|
364
383
|
]),
|
|
365
384
|
_: 1
|
|
366
385
|
}),
|
|
367
|
-
l(
|
|
386
|
+
l(n, { span: 24 }, {
|
|
368
387
|
default: t(() => [
|
|
369
|
-
l(
|
|
388
|
+
l(u, {
|
|
370
389
|
label: a.$t("itsmFlowAcceptance.serviceContent"),
|
|
371
390
|
prop: "serviceContent"
|
|
372
391
|
}, {
|
|
373
392
|
default: t(() => [
|
|
374
|
-
l(
|
|
393
|
+
l(m, {
|
|
375
394
|
modelValue: s(o).serviceContent,
|
|
376
|
-
"onUpdate:modelValue": e[8] || (e[8] = (
|
|
395
|
+
"onUpdate:modelValue": e[8] || (e[8] = (d) => s(o).serviceContent = d),
|
|
377
396
|
placeholder: a.$t("itsmFlowAcceptance.orderIdRequireds"),
|
|
378
397
|
maxlength: "500",
|
|
379
398
|
rows: 4,
|
|
@@ -387,17 +406,17 @@ const Ne = /* @__PURE__ */ te({
|
|
|
387
406
|
]),
|
|
388
407
|
_: 1
|
|
389
408
|
}),
|
|
390
|
-
l(
|
|
409
|
+
l(n, { span: 12 }, {
|
|
391
410
|
default: t(() => [
|
|
392
|
-
l(
|
|
411
|
+
l(u, {
|
|
393
412
|
label: a.$t("itsmFlowAcceptance.result"),
|
|
394
413
|
prop: "result"
|
|
395
414
|
}, {
|
|
396
415
|
default: t(() => [
|
|
397
|
-
l(
|
|
416
|
+
l(ae, {
|
|
398
417
|
modelValue: s(o).result,
|
|
399
|
-
"onUpdate:modelValue": e[9] || (e[9] = (
|
|
400
|
-
data: s(
|
|
418
|
+
"onUpdate:modelValue": e[9] || (e[9] = (d) => s(o).result = d),
|
|
419
|
+
data: s(F).isValuesDict.values,
|
|
401
420
|
disabled: ""
|
|
402
421
|
}, null, 8, ["modelValue", "data"])
|
|
403
422
|
]),
|
|
@@ -406,16 +425,16 @@ const Ne = /* @__PURE__ */ te({
|
|
|
406
425
|
]),
|
|
407
426
|
_: 1
|
|
408
427
|
}),
|
|
409
|
-
l(
|
|
428
|
+
l(n, { span: 24 }, {
|
|
410
429
|
default: t(() => [
|
|
411
|
-
l(
|
|
430
|
+
l(u, {
|
|
412
431
|
label: a.$t("itsmFlowAcceptance.evaluate"),
|
|
413
432
|
prop: "evaluate"
|
|
414
433
|
}, {
|
|
415
434
|
default: t(() => [
|
|
416
|
-
l(
|
|
435
|
+
l(m, {
|
|
417
436
|
modelValue: s(o).evaluate,
|
|
418
|
-
"onUpdate:modelValue": e[10] || (e[10] = (
|
|
437
|
+
"onUpdate:modelValue": e[10] || (e[10] = (d) => s(o).evaluate = d),
|
|
419
438
|
placeholder: a.$t("itsmFlowAcceptance.evaluateRequired"),
|
|
420
439
|
maxlength: "500",
|
|
421
440
|
rows: 4,
|
|
@@ -429,46 +448,48 @@ const Ne = /* @__PURE__ */ te({
|
|
|
429
448
|
]),
|
|
430
449
|
_: 1
|
|
431
450
|
}),
|
|
432
|
-
l(
|
|
451
|
+
l(A, { class: "bordered-row" }, {
|
|
433
452
|
default: t(() => [
|
|
434
|
-
l(
|
|
453
|
+
l(n, { span: 12 }, {
|
|
435
454
|
default: t(() => e[13] || (e[13] = [
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
455
|
+
r("div", { class: "content-box" }, [
|
|
456
|
+
r("div", { class: "content-box-top" }, [
|
|
457
|
+
r("div", null, "甲方单位(盖章)"),
|
|
458
|
+
r("div", null, "负责人(签字):"),
|
|
459
|
+
r("div", null, "或授权代理人(签字):")
|
|
441
460
|
]),
|
|
442
|
-
|
|
461
|
+
r("div", { class: "content-box-bottom" }, [
|
|
443
462
|
w(" 日期: "),
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
463
|
+
r("span", null, "年"),
|
|
464
|
+
r("span", null, "月"),
|
|
465
|
+
r("span", null, "日")
|
|
447
466
|
])
|
|
448
467
|
], -1)
|
|
449
468
|
])),
|
|
450
|
-
_: 1
|
|
469
|
+
_: 1,
|
|
470
|
+
__: [13]
|
|
451
471
|
}),
|
|
452
|
-
l(
|
|
472
|
+
l(n, {
|
|
453
473
|
span: 12,
|
|
454
474
|
class: "with-divider"
|
|
455
475
|
}, {
|
|
456
476
|
default: t(() => e[14] || (e[14] = [
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
477
|
+
r("div", { class: "content-box" }, [
|
|
478
|
+
r("div", { class: "content-box-top" }, [
|
|
479
|
+
r("div", null, "服务人员所属单位(盖章)"),
|
|
480
|
+
r("div", null, "法定代表人(签字):"),
|
|
481
|
+
r("div", null, "或授权代理人(签字):")
|
|
462
482
|
]),
|
|
463
|
-
|
|
483
|
+
r("div", { class: "content-box-bottom" }, [
|
|
464
484
|
w(" 日期: "),
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
485
|
+
r("span", null, "年"),
|
|
486
|
+
r("span", null, "月"),
|
|
487
|
+
r("span", null, "日")
|
|
468
488
|
])
|
|
469
489
|
], -1)
|
|
470
490
|
])),
|
|
471
|
-
_: 1
|
|
491
|
+
_: 1,
|
|
492
|
+
__: [14]
|
|
472
493
|
})
|
|
473
494
|
]),
|
|
474
495
|
_: 1
|
|
@@ -476,12 +497,12 @@ const Ne = /* @__PURE__ */ te({
|
|
|
476
497
|
]),
|
|
477
498
|
_: 1
|
|
478
499
|
}, 8, ["model", "rules"]),
|
|
479
|
-
e[15] || (e[15] =
|
|
480
|
-
l(
|
|
500
|
+
e[15] || (e[15] = r("div", { class: "with-end" }, "注:验收书编号在验收通过后自动生成。", -1)),
|
|
501
|
+
l(oe, {
|
|
481
502
|
ref_key: "uploadRef",
|
|
482
503
|
ref: R,
|
|
483
|
-
modelValue:
|
|
484
|
-
"onUpdate:modelValue": e[11] || (e[11] = (
|
|
504
|
+
modelValue: N.value,
|
|
505
|
+
"onUpdate:modelValue": e[11] || (e[11] = (d) => N.value = d),
|
|
485
506
|
onUploadFileList: K
|
|
486
507
|
}, null, 8, ["modelValue"])
|
|
487
508
|
], 64);
|
|
@@ -489,5 +510,5 @@ const Ne = /* @__PURE__ */ te({
|
|
|
489
510
|
}
|
|
490
511
|
});
|
|
491
512
|
export {
|
|
492
|
-
|
|
513
|
+
Ie as default
|
|
493
514
|
};
|