xyvcard-reports 0.0.1
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 -0
- package/dist/FileSaver.min-CsYbMEwD.mjs +74 -0
- package/dist/_plugin-vue_export-helper-CHgC5LLL.mjs +9 -0
- package/dist/add-Cy3sJJ7g.mjs +318 -0
- package/dist/edit-BAGsETAq.mjs +411 -0
- package/dist/edit-Bjwtnj4P.mjs +168 -0
- package/dist/edit-Bxcb4i2M.mjs +403 -0
- package/dist/edit-C8qWCW9s.mjs +556 -0
- package/dist/edit-CiU1D1Jz.mjs +349 -0
- package/dist/edit-Cmne_lfW.mjs +382 -0
- package/dist/edit-K7u73FcA.mjs +411 -0
- package/dist/follow-9aVr4ibB.mjs +318 -0
- package/dist/import-upload-0sdXY1HZ.mjs +198 -0
- package/dist/import-upload-DUeH28xE.mjs +198 -0
- package/dist/index-B5w3z8Uz.mjs +20 -0
- package/dist/index-B_hFZVhb-C3Oi__-I.mjs +1851 -0
- package/dist/index-Bu_3ElUk.mjs +7989 -0
- package/dist/index-CK9MaZXF.mjs +467 -0
- package/dist/index-D1lQtxJR.mjs +21 -0
- package/dist/index-D1oq_3kJ.mjs +471 -0
- package/dist/index-D3AJ_PUR.mjs +315 -0
- package/dist/index-DOju9U4r.mjs +97 -0
- package/dist/index-DVvlf-iS.mjs +62 -0
- package/dist/index-DelDUsnl.mjs +504 -0
- package/dist/index-DwYDVqTx.mjs +497 -0
- package/dist/index-U4WVV44p.mjs +1412 -0
- package/dist/index-dCp3LVPJ.mjs +415 -0
- package/dist/index-s8Isx9r4.mjs +4 -0
- package/dist/index.mjs +2818 -0
- package/dist/index.vue_vue_type_script_setup_true_lang-CEG9dHlK.mjs +309 -0
- package/dist/info-Br2M6Km-.mjs +4 -0
- package/dist/info-CFB6sv2K.mjs +4 -0
- package/dist/info-CXnZKXhF.mjs +4 -0
- package/dist/info-DrJSbVMC.mjs +4 -0
- package/dist/info-Fz09GDFn.mjs +4 -0
- package/dist/info.vue_vue_type_script_setup_true_lang-Bqk5gi3s.mjs +275 -0
- package/dist/info.vue_vue_type_script_setup_true_lang-CZzSMDzL.mjs +211 -0
- package/dist/info.vue_vue_type_script_setup_true_lang-D-RdMz1r.mjs +169 -0
- package/dist/info.vue_vue_type_script_setup_true_lang-DmEdMXdW.mjs +211 -0
- package/dist/info.vue_vue_type_script_setup_true_lang-kb5E2gev.mjs +211 -0
- package/dist/style.css +1 -0
- package/dts/src/App.vue.d.ts +2 -0
- package/dts/src/api/reports/dict.d.ts +7 -0
- package/dts/src/api/reports/index.d.ts +15 -0
- package/dts/src/api/reports/report-demand-ledger/index.d.ts +13 -0
- package/dts/src/api/reports/report-demand-ledger/types.d.ts +91 -0
- package/dts/src/api/reports/report-demand-record/index.d.ts +13 -0
- package/dts/src/api/reports/report-demand-record/types.d.ts +63 -0
- package/dts/src/api/reports/report-files/index.d.ts +8 -0
- package/dts/src/api/reports/report-files/types.d.ts +85 -0
- package/dts/src/api/reports/report-third-party/index.d.ts +16 -0
- package/dts/src/api/reports/report-third-party/types.d.ts +100 -0
- package/dts/src/api/reports/task-inspect-matters/index.d.ts +20 -0
- package/dts/src/api/reports/task-inspect-matters/types.d.ts +78 -0
- package/dts/src/api/reports/task-inspect-type/index.d.ts +20 -0
- package/dts/src/api/reports/task-inspect-type/types.d.ts +68 -0
- package/dts/src/constant.d.ts +38 -0
- package/dts/src/index.d.ts +6 -0
- package/dts/src/lang/index.d.ts +1 -0
- package/dts/src/lang/reports/en.d.ts +0 -0
- package/dts/src/lang/reports/zh-cn.d.ts +207 -0
- package/dts/src/main.d.ts +5 -0
- package/dts/src/permission.d.ts +1 -0
- package/dts/src/router/index.d.ts +9 -0
- package/dts/src/utils/timePlugin.d.ts +5 -0
- package/dts/src/views/reports/report-demand-ledger/edit.vue.d.ts +37 -0
- package/dts/src/views/reports/report-demand-ledger/follow.vue.d.ts +55 -0
- package/dts/src/views/reports/report-demand-ledger/index.vue.d.ts +2 -0
- package/dts/src/views/reports/report-demand-ledger/info.vue.d.ts +28 -0
- package/dts/src/views/reports/report-third-matter/edit.vue.d.ts +37 -0
- package/dts/src/views/reports/report-third-matter/import-upload.vue.d.ts +31 -0
- package/dts/src/views/reports/report-third-matter/index.vue.d.ts +2 -0
- package/dts/src/views/reports/report-third-matter/info.vue.d.ts +28 -0
- package/dts/src/views/reports/report-third-month-summary/edit.vue.d.ts +37 -0
- package/dts/src/views/reports/report-third-month-summary/index.vue.d.ts +2 -0
- package/dts/src/views/reports/report-third-month-summary/info.vue.d.ts +28 -0
- package/dts/src/views/reports/report-third-party/edit.vue.d.ts +37 -0
- package/dts/src/views/reports/report-third-party/index.vue.d.ts +2 -0
- package/dts/src/views/reports/report-third-party/info.vue.d.ts +28 -0
- package/dts/src/views/reports/report-third-use-support/edit.vue.d.ts +37 -0
- package/dts/src/views/reports/report-third-use-support/import-upload.vue.d.ts +31 -0
- package/dts/src/views/reports/report-third-use-support/index.vue.d.ts +2 -0
- package/dts/src/views/reports/report-third-use-support/info.vue.d.ts +28 -0
- package/dts/src/views/reports/task-inspect-matters/edit.vue.d.ts +28 -0
- package/dts/src/views/reports/task-inspect-matters/index.vue.d.ts +2 -0
- package/dts/src/views/reports/task-inspect-type/add.vue.d.ts +11 -0
- package/dts/src/views/reports/task-inspect-type/edit.vue.d.ts +2 -0
- package/dts/src/views/reports/task-inspect-type/index.vue.d.ts +2 -0
- package/package.json +61 -0
|
@@ -0,0 +1,415 @@
|
|
|
1
|
+
import { defineComponent as te, getCurrentInstance as oe, ref as $, reactive as S, onActivated as le, resolveComponent as p, resolveDirective as re, createElementBlock as v, openBlock as u, createElementVNode as D, createVNode as a, createBlock as I, createCommentVNode as T, withCtx as l, withKeys as R, unref as r, createTextVNode as m, toDisplayString as d, withDirectives as f, isRef as N } from "vue";
|
|
2
|
+
import { useTableHooks as ae } from "jmash-core";
|
|
3
|
+
import { useI18n as ie } from "vue-i18n";
|
|
4
|
+
import { r as ne } from "./index-DOju9U4r.mjs";
|
|
5
|
+
import de from "./edit-CiU1D1Jz.mjs";
|
|
6
|
+
import { _ as se } from "./info.vue_vue_type_script_setup_true_lang-D-RdMz1r.mjs";
|
|
7
|
+
import { b as ue } from "./index-B_hFZVhb-C3Oi__-I.mjs";
|
|
8
|
+
import { O as pe, C as L, D as _ } from "./index-Bu_3ElUk.mjs";
|
|
9
|
+
const me = { class: "app-container" }, ce = { class: "search-container" }, ye = { key: 0 }, ve = { key: 0 }, fe = ["onClick"], be = ["onClick"], ge = ["onClick"], he = ["onClick"], Oe = /* @__PURE__ */ te({
|
|
10
|
+
__name: "index",
|
|
11
|
+
setup(Ie) {
|
|
12
|
+
const { proxy: j } = oe(), O = new pe({ orgType: L.OUTSOURCE });
|
|
13
|
+
O.useValues(), _.orgIdBizDict.useValues(), _.itemBizLayDict.useValues();
|
|
14
|
+
const { t: c } = ie(), i = $({
|
|
15
|
+
matterSort: L.SECURITY
|
|
16
|
+
}), {
|
|
17
|
+
tableHooks: s,
|
|
18
|
+
multipleTableRef: q,
|
|
19
|
+
queryFormRef: E,
|
|
20
|
+
listLoading: K,
|
|
21
|
+
tableData: Q,
|
|
22
|
+
total: V
|
|
23
|
+
} = ae(c, ne, i);
|
|
24
|
+
let w = $([
|
|
25
|
+
{
|
|
26
|
+
label: "reportThirdParty.govOrgId",
|
|
27
|
+
prop: "govOrgId",
|
|
28
|
+
slotName: "govOrgId",
|
|
29
|
+
columnType: "slot",
|
|
30
|
+
width: "150",
|
|
31
|
+
sortable: "custom",
|
|
32
|
+
isColumn: !0
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
label: "reportThirdParty.itsmId",
|
|
36
|
+
prop: "itsmId",
|
|
37
|
+
slotName: "itsmId",
|
|
38
|
+
columnType: "slot",
|
|
39
|
+
width: "150",
|
|
40
|
+
sortable: "custom",
|
|
41
|
+
isColumn: !0
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
label: "reportThirdParty.likeDescribe",
|
|
45
|
+
prop: "describe",
|
|
46
|
+
minWidth: "150",
|
|
47
|
+
sortable: "custom",
|
|
48
|
+
isColumn: !0
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
label: "reportThirdParty.outOrgId",
|
|
52
|
+
prop: "outOrgId",
|
|
53
|
+
slotName: "outOrgId",
|
|
54
|
+
columnType: "slot",
|
|
55
|
+
width: "150",
|
|
56
|
+
sortable: "custom",
|
|
57
|
+
isColumn: !0
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
label: "reportThirdParty.createBy",
|
|
61
|
+
prop: "createBy",
|
|
62
|
+
slotName: "createBy",
|
|
63
|
+
columnType: "slot",
|
|
64
|
+
width: "150",
|
|
65
|
+
sortable: "custom",
|
|
66
|
+
isColumn: !0
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
label: "reportThirdParty.createTime",
|
|
70
|
+
prop: "createTime",
|
|
71
|
+
slotName: "createTime",
|
|
72
|
+
columnType: "slot",
|
|
73
|
+
width: "150",
|
|
74
|
+
sortable: "custom",
|
|
75
|
+
isColumn: !0
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
label: "common.operate",
|
|
79
|
+
width: "200",
|
|
80
|
+
slotName: "operation",
|
|
81
|
+
columnType: "slot",
|
|
82
|
+
fixed: "right",
|
|
83
|
+
isColumn: !0
|
|
84
|
+
}
|
|
85
|
+
]);
|
|
86
|
+
const n = $({
|
|
87
|
+
title: c("common.edit"),
|
|
88
|
+
visible: !1,
|
|
89
|
+
isCopy: !1
|
|
90
|
+
}), b = $({
|
|
91
|
+
title: c("common.view"),
|
|
92
|
+
visible: !1
|
|
93
|
+
});
|
|
94
|
+
let g = S({});
|
|
95
|
+
function Y() {
|
|
96
|
+
g = S({}), n.value.title = c("common.add"), n.value.visible = !0, n.value.isCopy = !1;
|
|
97
|
+
}
|
|
98
|
+
function H(o) {
|
|
99
|
+
g.reportId = o.reportId, n.value.isCopy = !1, n.value.title = c("common.edit"), n.value.visible = !0;
|
|
100
|
+
}
|
|
101
|
+
function A(o) {
|
|
102
|
+
g.reportId = o.reportId, b.value.title = c("common.view"), b.value.visible = !0;
|
|
103
|
+
}
|
|
104
|
+
function F(o) {
|
|
105
|
+
g.reportId = o.reportId, n.value.isCopy = !0, n.value.title = c("reportDemandLedger.copy"), n.value.visible = !0;
|
|
106
|
+
}
|
|
107
|
+
function M(o) {
|
|
108
|
+
s.selectionRows.value = o;
|
|
109
|
+
}
|
|
110
|
+
function W(o) {
|
|
111
|
+
s.handleSort(o.prop, o.order);
|
|
112
|
+
}
|
|
113
|
+
function z(o) {
|
|
114
|
+
o && s.getList();
|
|
115
|
+
}
|
|
116
|
+
return le(() => {
|
|
117
|
+
s.getList();
|
|
118
|
+
}), (o, t) => {
|
|
119
|
+
const P = p("jmash-select"), C = p("el-form-item"), h = p("el-col"), G = p("el-input"), U = p("el-row"), k = p("el-button"), J = p("el-form"), X = p("jmash-column-select"), Z = p("jmash-table"), x = p("jmash-pagination"), ee = p("el-card"), y = re("hasPerm");
|
|
120
|
+
return u(), v("div", me, [
|
|
121
|
+
D("div", ce, [
|
|
122
|
+
a(J, {
|
|
123
|
+
ref_key: "queryFormRef",
|
|
124
|
+
ref: E,
|
|
125
|
+
model: i.value,
|
|
126
|
+
inline: !0
|
|
127
|
+
}, {
|
|
128
|
+
default: l(() => [
|
|
129
|
+
a(U, null, {
|
|
130
|
+
default: l(() => [
|
|
131
|
+
a(h, { span: 6 }, {
|
|
132
|
+
default: l(() => [
|
|
133
|
+
a(C, {
|
|
134
|
+
label: o.$t("reportThirdParty.govOrgId"),
|
|
135
|
+
prop: "govOrgId"
|
|
136
|
+
}, {
|
|
137
|
+
default: l(() => [
|
|
138
|
+
a(P, {
|
|
139
|
+
modelValue: i.value.govOrgId,
|
|
140
|
+
"onUpdate:modelValue": t[0] || (t[0] = (e) => i.value.govOrgId = e),
|
|
141
|
+
placeholder: o.$t("reportThirdParty.govOrgIdRequired"),
|
|
142
|
+
data: r(_).orgIdBizDict.values,
|
|
143
|
+
onKeyup: t[1] || (t[1] = R((e) => r(s).handleQuery(), ["enter"])),
|
|
144
|
+
clearable: "",
|
|
145
|
+
filterable: ""
|
|
146
|
+
}, null, 8, ["modelValue", "placeholder", "data"])
|
|
147
|
+
]),
|
|
148
|
+
_: 1
|
|
149
|
+
}, 8, ["label"])
|
|
150
|
+
]),
|
|
151
|
+
_: 1
|
|
152
|
+
}),
|
|
153
|
+
a(h, { span: 6 }, {
|
|
154
|
+
default: l(() => [
|
|
155
|
+
a(C, {
|
|
156
|
+
label: o.$t("reportThirdParty.itsmId"),
|
|
157
|
+
prop: "itsmId"
|
|
158
|
+
}, {
|
|
159
|
+
default: l(() => [
|
|
160
|
+
a(P, {
|
|
161
|
+
modelValue: i.value.itsmId,
|
|
162
|
+
"onUpdate:modelValue": t[2] || (t[2] = (e) => i.value.itsmId = e),
|
|
163
|
+
placeholder: o.$t("reportThirdParty.itemIdRequired"),
|
|
164
|
+
data: r(_).itemBizLayDict.values,
|
|
165
|
+
onKeyup: t[3] || (t[3] = R((e) => r(s).handleQuery(), ["enter"])),
|
|
166
|
+
clearable: "",
|
|
167
|
+
filterable: ""
|
|
168
|
+
}, null, 8, ["modelValue", "placeholder", "data"])
|
|
169
|
+
]),
|
|
170
|
+
_: 1
|
|
171
|
+
}, 8, ["label"])
|
|
172
|
+
]),
|
|
173
|
+
_: 1
|
|
174
|
+
}),
|
|
175
|
+
a(h, { span: 6 }, {
|
|
176
|
+
default: l(() => [
|
|
177
|
+
a(C, {
|
|
178
|
+
label: o.$t("reportThirdParty.likeDescribe"),
|
|
179
|
+
prop: "likeDescribe"
|
|
180
|
+
}, {
|
|
181
|
+
default: l(() => [
|
|
182
|
+
a(G, {
|
|
183
|
+
modelValue: i.value.likeDescribe,
|
|
184
|
+
"onUpdate:modelValue": t[4] || (t[4] = (e) => i.value.likeDescribe = e),
|
|
185
|
+
placeholder: o.$t("reportThirdParty.likeDescribeRequired"),
|
|
186
|
+
onKeyup: t[5] || (t[5] = R((e) => r(s).handleQuery(), ["enter"])),
|
|
187
|
+
class: "!w-[203px]"
|
|
188
|
+
}, null, 8, ["modelValue", "placeholder"])
|
|
189
|
+
]),
|
|
190
|
+
_: 1
|
|
191
|
+
}, 8, ["label"])
|
|
192
|
+
]),
|
|
193
|
+
_: 1
|
|
194
|
+
}),
|
|
195
|
+
a(h, { span: 6 }, {
|
|
196
|
+
default: l(() => [
|
|
197
|
+
a(C, {
|
|
198
|
+
label: o.$t("reportThirdParty.outOrgId"),
|
|
199
|
+
prop: "outOrgId"
|
|
200
|
+
}, {
|
|
201
|
+
default: l(() => [
|
|
202
|
+
a(P, {
|
|
203
|
+
modelValue: i.value.outOrgId,
|
|
204
|
+
"onUpdate:modelValue": t[6] || (t[6] = (e) => i.value.outOrgId = e),
|
|
205
|
+
placeholder: o.$t("reportThirdParty.outOrgIdRequired"),
|
|
206
|
+
data: r(O).values,
|
|
207
|
+
clearable: "",
|
|
208
|
+
filterable: "",
|
|
209
|
+
class: "w-full"
|
|
210
|
+
}, null, 8, ["modelValue", "placeholder", "data"])
|
|
211
|
+
]),
|
|
212
|
+
_: 1
|
|
213
|
+
}, 8, ["label"])
|
|
214
|
+
]),
|
|
215
|
+
_: 1
|
|
216
|
+
})
|
|
217
|
+
]),
|
|
218
|
+
_: 1
|
|
219
|
+
}),
|
|
220
|
+
a(C, { class: "search-btn" }, {
|
|
221
|
+
default: l(() => [
|
|
222
|
+
a(k, {
|
|
223
|
+
type: "primary",
|
|
224
|
+
onClick: t[7] || (t[7] = (e) => r(s).handleQuery())
|
|
225
|
+
}, {
|
|
226
|
+
default: l(() => [
|
|
227
|
+
m(d(o.$t("common.search")), 1)
|
|
228
|
+
]),
|
|
229
|
+
_: 1
|
|
230
|
+
}),
|
|
231
|
+
a(k, {
|
|
232
|
+
onClick: t[8] || (t[8] = (e) => r(s).resetQuery())
|
|
233
|
+
}, {
|
|
234
|
+
default: l(() => [
|
|
235
|
+
m(d(o.$t("common.reset")), 1)
|
|
236
|
+
]),
|
|
237
|
+
_: 1
|
|
238
|
+
})
|
|
239
|
+
]),
|
|
240
|
+
_: 1
|
|
241
|
+
})
|
|
242
|
+
]),
|
|
243
|
+
_: 1
|
|
244
|
+
}, 8, ["model"]),
|
|
245
|
+
t[18] || (t[18] = D("div", { class: "clear" }, null, -1))
|
|
246
|
+
]),
|
|
247
|
+
a(ee, {
|
|
248
|
+
shadow: "never",
|
|
249
|
+
class: "table-container"
|
|
250
|
+
}, {
|
|
251
|
+
header: l(() => [
|
|
252
|
+
a(U, null, {
|
|
253
|
+
default: l(() => [
|
|
254
|
+
a(h, { span: 17 }, {
|
|
255
|
+
default: l(() => [
|
|
256
|
+
f((u(), I(k, {
|
|
257
|
+
type: "primary",
|
|
258
|
+
onClick: Y
|
|
259
|
+
}, {
|
|
260
|
+
default: l(() => [
|
|
261
|
+
m(d(o.$t("common.add")), 1)
|
|
262
|
+
]),
|
|
263
|
+
_: 1
|
|
264
|
+
})), [
|
|
265
|
+
[y, ["reports:report_third_party:add"]]
|
|
266
|
+
]),
|
|
267
|
+
f((u(), I(k, {
|
|
268
|
+
type: "primary",
|
|
269
|
+
onClick: t[9] || (t[9] = (e) => r(s).deleteRecords())
|
|
270
|
+
}, {
|
|
271
|
+
default: l(() => [
|
|
272
|
+
m(d(o.$t("common.batchDelete")), 1)
|
|
273
|
+
]),
|
|
274
|
+
_: 1
|
|
275
|
+
})), [
|
|
276
|
+
[y, ["reports:report_third_party:delete"]]
|
|
277
|
+
])
|
|
278
|
+
]),
|
|
279
|
+
_: 1
|
|
280
|
+
}),
|
|
281
|
+
a(h, {
|
|
282
|
+
span: 7,
|
|
283
|
+
class: "container-float"
|
|
284
|
+
}, {
|
|
285
|
+
default: l(() => [
|
|
286
|
+
f((u(), I(k, {
|
|
287
|
+
plain: "",
|
|
288
|
+
type: "primary",
|
|
289
|
+
onClick: t[10] || (t[10] = (e) => r(s).handleExport(r(c)("reportThirdParty.reportId")))
|
|
290
|
+
}, {
|
|
291
|
+
default: l(() => [
|
|
292
|
+
m(d(o.$t("common.export")), 1)
|
|
293
|
+
]),
|
|
294
|
+
_: 1
|
|
295
|
+
})), [
|
|
296
|
+
[y, ["reports:report_third_party:export"]]
|
|
297
|
+
]),
|
|
298
|
+
a(X, {
|
|
299
|
+
modelValue: r(w),
|
|
300
|
+
"onUpdate:modelValue": t[11] || (t[11] = (e) => N(w) ? w.value = e : w = e),
|
|
301
|
+
"label-name": "reports/report-third-party"
|
|
302
|
+
}, null, 8, ["modelValue"])
|
|
303
|
+
]),
|
|
304
|
+
_: 1
|
|
305
|
+
})
|
|
306
|
+
]),
|
|
307
|
+
_: 1
|
|
308
|
+
})
|
|
309
|
+
]),
|
|
310
|
+
footer: l(() => [
|
|
311
|
+
r(V) > 0 ? (u(), I(x, {
|
|
312
|
+
key: 0,
|
|
313
|
+
total: r(V),
|
|
314
|
+
"onUpdate:total": t[12] || (t[12] = (e) => N(V) ? V.value = e : null),
|
|
315
|
+
"current-page": i.value.curPage,
|
|
316
|
+
"onUpdate:currentPage": t[13] || (t[13] = (e) => i.value.curPage = e),
|
|
317
|
+
"page-size": i.value.pageSize,
|
|
318
|
+
"onUpdate:pageSize": t[14] || (t[14] = (e) => i.value.pageSize = e),
|
|
319
|
+
onPagination: t[15] || (t[15] = (e) => r(s).getList())
|
|
320
|
+
}, null, 8, ["total", "current-page", "page-size"])) : T("", !0)
|
|
321
|
+
]),
|
|
322
|
+
default: l(() => [
|
|
323
|
+
a(Z, {
|
|
324
|
+
ref_key: "multipleTableRef",
|
|
325
|
+
ref: q,
|
|
326
|
+
"row-key": "reportId",
|
|
327
|
+
"list-loading": r(K),
|
|
328
|
+
data: r(Q),
|
|
329
|
+
"table-label": r(w),
|
|
330
|
+
onSelectionChange: M,
|
|
331
|
+
onSortChange: W
|
|
332
|
+
}, {
|
|
333
|
+
govOrgId: l((e) => [
|
|
334
|
+
D("span", null, d(r(_).orgIdBizDict.getValue(e.data.row.govOrgId)), 1)
|
|
335
|
+
]),
|
|
336
|
+
itsmId: l((e) => [
|
|
337
|
+
D("span", null, d(r(_).itemBizLayDict.getValue(e.data.row.itsmId)), 1)
|
|
338
|
+
]),
|
|
339
|
+
createBy: l((e) => [
|
|
340
|
+
e.data.row.createBy ? (u(), v("span", ye, d(r(ue).userInfo(e.data.row.createBy).realName), 1)) : T("", !0)
|
|
341
|
+
]),
|
|
342
|
+
createTime: l((e) => [
|
|
343
|
+
m(d(r(j).$moment.formatDate(
|
|
344
|
+
e.data.row.createTime,
|
|
345
|
+
"YYYY-MM-DD HH:mm"
|
|
346
|
+
)), 1)
|
|
347
|
+
]),
|
|
348
|
+
outOrgId: l((e) => [
|
|
349
|
+
e.data.row.outOrgId ? (u(), v("span", ve, d(r(O).getValue(e.data.row.outOrgId)), 1)) : T("", !0)
|
|
350
|
+
]),
|
|
351
|
+
operation: l((e) => [
|
|
352
|
+
f((u(), v("span", {
|
|
353
|
+
class: "el-button-color",
|
|
354
|
+
onClick: (B) => H(e.data.row)
|
|
355
|
+
}, [
|
|
356
|
+
m(d(o.$t("common.edit")), 1)
|
|
357
|
+
], 8, fe)), [
|
|
358
|
+
[y, ["reports:report_third_party:update"]]
|
|
359
|
+
]),
|
|
360
|
+
f((u(), v("span", {
|
|
361
|
+
class: "el-button-color dropdown-left",
|
|
362
|
+
onClick: (B) => r(s).deleteRecord(e.data.row)
|
|
363
|
+
}, [
|
|
364
|
+
m(d(o.$t("common.delete")), 1)
|
|
365
|
+
], 8, be)), [
|
|
366
|
+
[y, ["reports:report_third_party:delete"]]
|
|
367
|
+
]),
|
|
368
|
+
f((u(), v("span", {
|
|
369
|
+
class: "el-button-color dropdown-left",
|
|
370
|
+
onClick: (B) => A(e.data.row)
|
|
371
|
+
}, [
|
|
372
|
+
m(d(o.$t("common.view")), 1)
|
|
373
|
+
], 8, ge)), [
|
|
374
|
+
[y, ["reports:report_third_party:view"]]
|
|
375
|
+
]),
|
|
376
|
+
f((u(), v("span", {
|
|
377
|
+
class: "el-button-color dropdown-left",
|
|
378
|
+
onClick: (B) => F(e.data.row)
|
|
379
|
+
}, [
|
|
380
|
+
m(d(o.$t("reportDemandLedger.copy")), 1)
|
|
381
|
+
], 8, he)), [
|
|
382
|
+
[y, ["reports:report_demand_ledger:follow"]]
|
|
383
|
+
])
|
|
384
|
+
]),
|
|
385
|
+
_: 1
|
|
386
|
+
}, 8, ["list-loading", "data", "table-label"])
|
|
387
|
+
]),
|
|
388
|
+
_: 1
|
|
389
|
+
}),
|
|
390
|
+
n.value.visible ? (u(), I(de, {
|
|
391
|
+
key: 0,
|
|
392
|
+
modelValue: n.value.visible,
|
|
393
|
+
"onUpdate:modelValue": t[16] || (t[16] = (e) => n.value.visible = e),
|
|
394
|
+
title: n.value.title,
|
|
395
|
+
"entity-key": r(g),
|
|
396
|
+
"is-copy": n.value.isCopy,
|
|
397
|
+
onRefresh: z,
|
|
398
|
+
width: "900px"
|
|
399
|
+
}, null, 8, ["modelValue", "title", "entity-key", "is-copy"])) : T("", !0),
|
|
400
|
+
b.value.visible ? (u(), I(se, {
|
|
401
|
+
key: 1,
|
|
402
|
+
modelValue: b.value.visible,
|
|
403
|
+
"onUpdate:modelValue": t[17] || (t[17] = (e) => b.value.visible = e),
|
|
404
|
+
title: b.value.title,
|
|
405
|
+
"entity-key": r(g),
|
|
406
|
+
onRefresh: z,
|
|
407
|
+
width: "900px"
|
|
408
|
+
}, null, 8, ["modelValue", "title", "entity-key"])) : T("", !0)
|
|
409
|
+
]);
|
|
410
|
+
};
|
|
411
|
+
}
|
|
412
|
+
});
|
|
413
|
+
export {
|
|
414
|
+
Oe as default
|
|
415
|
+
};
|