xyvcard-asset 0.0.17 → 0.0.19

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 (41) hide show
  1. package/dist/assign-DS84uCHm.mjs +308 -0
  2. package/dist/{edit-D6NV2pb2.mjs → edit--yj0Iybx.mjs} +1 -1
  3. package/dist/{edit-BMiwAU2V.mjs → edit-BV3P-kiT.mjs} +1 -1
  4. package/dist/{edit-DfLSODib.mjs → edit-BaWrwFgf.mjs} +1 -1
  5. package/dist/edit-CuEUJBMa.mjs +4 -0
  6. package/dist/{edit.vue_vue_type_script_setup_true_lang-B_2yu4sv.mjs → edit.vue_vue_type_script_setup_true_lang-BA4yxgQj.mjs} +1 -1
  7. package/dist/{edit.vue_vue_type_script_setup_true_lang-DnsSFyiS.mjs → edit.vue_vue_type_script_setup_true_lang-CSvQU9EU.mjs} +29 -30
  8. package/dist/{edit-CX2z9EYu.mjs → edit.vue_vue_type_script_setup_true_lang-JZ4KujwQ.mjs} +22 -23
  9. package/dist/{edit.vue_vue_type_script_setup_true_lang-C8EJ4xOS.mjs → edit.vue_vue_type_script_setup_true_lang-NJMVf1bn.mjs} +50 -48
  10. package/dist/{index-BWZKXQRi.mjs → index--nrfog3z.mjs} +32 -33
  11. package/dist/index-B66wesLL.mjs +320 -0
  12. package/dist/{index-DrajJZ20.mjs → index-BOtyLeeq.mjs} +2 -2
  13. package/dist/{index-BqLh2sg0.mjs → index-BRu1DVx7.mjs} +20 -20
  14. package/dist/index-Bb_sQScO.mjs +169 -0
  15. package/dist/{index-XlZKwbCX.mjs → index-BcxOe2-n.mjs} +72 -72
  16. package/dist/{index-B1wxTvDR.mjs → index-Bvn3U9pm.mjs} +20 -20
  17. package/dist/{index-BQ16pRTg.mjs → index-C9hmVQif.mjs} +95 -95
  18. package/dist/{index-Dw9AQlSo.mjs → index-CGds22-2.mjs} +399 -418
  19. package/dist/{index-D6Kzp68i.mjs → index-D-0ABbeq.mjs} +8 -8
  20. package/dist/{index-D4T2vouF.mjs → index-Dt5JusqL.mjs} +12 -12
  21. package/dist/{index-CFUAQG0g.mjs → index-K-gPXcQF.mjs} +16 -16
  22. package/dist/{index-CMtqB1MP.mjs → index-U9RubJnZ.mjs} +52 -52
  23. package/dist/{index-BiBCzEqz.mjs → index-rSyUfdXn.mjs} +1 -1
  24. package/dist/index.mjs +425 -458
  25. package/dist/style.css +1 -1
  26. package/dts/api/asset/asset-asset/types.d.ts +5 -0
  27. package/dts/api/asset/asset-depreciation-record/types.d.ts +1 -1
  28. package/dts/api/asset/asset-inventory-record/types.d.ts +1 -0
  29. package/dts/api/dict.d.ts +2 -2
  30. package/dts/api/index.d.ts +3 -3
  31. package/dts/lang/asset/zh-cn.d.ts +2 -0
  32. package/dts/main.d.ts +0 -1
  33. package/dts/router/page.d.ts +5 -5
  34. package/dts/views/asset/asset-asset/assign.vue.d.ts +5 -4
  35. package/dts/views/asset/asset-asset/edit.vue.d.ts +1 -1
  36. package/dts/views/asset/asset-site-service/edit.vue.d.ts +1 -1
  37. package/package.json +16 -14
  38. package/dist/_plugin-vue_export-helper-CHgC5LLL.mjs +0 -9
  39. package/dist/assign-CbKUuMPJ.mjs +0 -1603
  40. package/dist/index-Btpx1Vf2.mjs +0 -328
  41. package/dist/index-C4xJg5F_.mjs +0 -171
@@ -0,0 +1,320 @@
1
+ import { defineComponent as H, ref as I, computed as Q, onBeforeMount as K, resolveComponent as u, openBlock as S, createElementBlock as G, createVNode as o, withCtx as e, createTextVNode as r, toDisplayString as a, unref as m, createBlock as J, isRef as O, createCommentVNode as W, createElementVNode as i } from "vue";
2
+ import { useUserStore as g, clearEmpty as h, request as $, useTableHooks as X, routerUtil as Z } from "jmash-core";
3
+ import { useI18n as x } from "vue-i18n";
4
+ import { useRouter as ee, useRoute as te } from "vue-router";
5
+ import { q as ae, D as V, a as le } from "./index-CGds22-2.mjs";
6
+ import { c as oe } from "./common-CshrwPyx.mjs";
7
+ class se {
8
+ getKey(s) {
9
+ return {
10
+ recordId: s.recordId
11
+ };
12
+ }
13
+ // 查询翻页信息资产折旧记录
14
+ findPage(s) {
15
+ const _ = g().user.tenant;
16
+ return h(s), $({
17
+ url: "/v1/asset/depreciation_record/page/" + _,
18
+ method: "get",
19
+ params: s
20
+ });
21
+ }
22
+ // 查询列表信息资产折旧记录
23
+ findList(s) {
24
+ const _ = g().user.tenant;
25
+ return h(s), $({
26
+ url: "/v1/asset/depreciation_record/list/" + _,
27
+ method: "get",
28
+ params: s
29
+ });
30
+ }
31
+ // 查询资产折旧记录
32
+ findById(s) {
33
+ const _ = g().user.tenant;
34
+ return h(s), $({
35
+ url: "/v1/asset/depreciation_record/id/" + _ + "/" + s.recordId,
36
+ method: "get"
37
+ });
38
+ }
39
+ // 导出资产折旧记录Excel文件
40
+ exportExcel(s) {
41
+ const _ = g().user.tenant;
42
+ h(s);
43
+ const f = ae.stringify(s, {
44
+ arrayFormat: "brackets",
45
+ allowDots: !0
46
+ });
47
+ return $({
48
+ url: "/v1/asset/depreciation_record/" + _ + "/depreciation_records.xlsx?" + f,
49
+ method: "get",
50
+ responseType: "blob"
51
+ });
52
+ }
53
+ }
54
+ const C = new se(), ne = { class: "app-container" }, re = { class: "cell-item" }, ie = { class: "cell-item" }, de = { class: "cell-item" }, ue = { class: "cell-item" }, ce = { class: "cell-item" }, pe = { class: "cell-item" }, me = { class: "cell-item" }, _e = { class: "cell-item" }, fe = { class: "cell-item" }, ve = { class: "cell-item" }, be = {
55
+ class: "search-container",
56
+ style: { border: "none" }
57
+ }, Ie = /* @__PURE__ */ H({
58
+ __name: "index",
59
+ setup(P) {
60
+ const { t: s } = x(), _ = ee(), f = te();
61
+ V.assetSortDictEnum.useEnumValues();
62
+ const d = I({
63
+ assetId: f.query.assetId
64
+ }), n = I({}), w = Q(() => {
65
+ const t = n.value.oldMoney ?? 0, l = parseFloat(
66
+ n.value.totalDepreciation ?? "0"
67
+ );
68
+ return t - l;
69
+ }), {
70
+ tableHooks: k,
71
+ multipleTableRef: E,
72
+ queryFormRef: q,
73
+ listLoading: B,
74
+ tableData: y,
75
+ total: v
76
+ } = X(s, C, d);
77
+ let M = I([
78
+ // 折旧年月
79
+ {
80
+ label: "depreciationRecord.year",
81
+ prop: "years",
82
+ sortable: "custom",
83
+ isColumn: !0
84
+ },
85
+ // 月折旧额
86
+ {
87
+ label: "depreciationRecord.depreciationMoney",
88
+ prop: "depreciationMoney",
89
+ sortable: "custom",
90
+ isColumn: !0
91
+ }
92
+ ]);
93
+ function z(t) {
94
+ d.value.year = oe(t).getYear();
95
+ }
96
+ function L() {
97
+ Z.closeTagView(f.fullPath, _, !1);
98
+ }
99
+ return K(() => {
100
+ f.query.assetId ? (le.findById({ assetId: f.query.assetId }).then(({ data: t }) => {
101
+ n.value = t;
102
+ }), C.findPage({
103
+ assetId: f.query.assetId
104
+ }).then(({ data: { results: t, curPage: l, pageSize: b, totalSize: D } }) => {
105
+ t && (y.value = t, d.value.curPage = l, d.value.pageSize = b, v.value = D);
106
+ })) : y.value = [];
107
+ }), (t, l) => {
108
+ const b = u("el-button"), D = u("el-col"), T = u("el-row"), c = u("el-descriptions-item"), U = u("el-descriptions"), j = u("el-date-picker"), R = u("el-form-item"), A = u("el-form"), F = u("jmash-table"), N = u("jmash-pagination"), Y = u("el-card");
109
+ return S(), G("div", ne, [
110
+ o(Y, {
111
+ shadow: "never",
112
+ class: "table-container"
113
+ }, {
114
+ header: e(() => [
115
+ o(T, { justify: "space-between" }, {
116
+ default: e(() => [
117
+ o(D, { span: 12 }, {
118
+ default: e(() => [
119
+ o(b, {
120
+ type: "primary",
121
+ onClick: L
122
+ }, {
123
+ default: e(() => [
124
+ r(a(t.$t("common.back")), 1)
125
+ ]),
126
+ _: 1
127
+ })
128
+ ]),
129
+ _: 1
130
+ })
131
+ ]),
132
+ _: 1
133
+ })
134
+ ]),
135
+ footer: e(() => [
136
+ m(v) > 0 ? (S(), J(N, {
137
+ key: 0,
138
+ total: m(v),
139
+ "onUpdate:total": l[3] || (l[3] = (p) => O(v) ? v.value = p : null),
140
+ "current-page": d.value.curPage,
141
+ "onUpdate:currentPage": l[4] || (l[4] = (p) => d.value.curPage = p),
142
+ "page-size": d.value.pageSize,
143
+ "onUpdate:pageSize": l[5] || (l[5] = (p) => d.value.pageSize = p),
144
+ onPagination: l[6] || (l[6] = (p) => m(k).getList())
145
+ }, null, 8, ["total", "current-page", "page-size"])) : W("", !0)
146
+ ]),
147
+ default: e(() => [
148
+ l[7] || (l[7] = i("div", { class: "title-content" }, "资产信息", -1)),
149
+ o(U, {
150
+ class: "margin-top",
151
+ column: 2,
152
+ border: ""
153
+ }, {
154
+ default: e(() => [
155
+ o(c, null, {
156
+ label: e(() => [
157
+ i("div", re, a(t.$t("asset.name")), 1)
158
+ ]),
159
+ default: e(() => [
160
+ r(" " + a(n.value.name), 1)
161
+ ]),
162
+ _: 1
163
+ }),
164
+ o(c, null, {
165
+ label: e(() => [
166
+ i("div", ie, a(t.$t("asset.code")), 1)
167
+ ]),
168
+ default: e(() => [
169
+ r(" " + a(n.value.code), 1)
170
+ ]),
171
+ _: 1
172
+ }),
173
+ o(c, null, {
174
+ label: e(() => [
175
+ i("div", de, a(t.$t("asset.number")) + "/" + a(t.$t("asset.unit")), 1)
176
+ ]),
177
+ default: e(() => [
178
+ r(" " + a(n.value.number) + "/" + a(n.value.unit), 1)
179
+ ]),
180
+ _: 1
181
+ }),
182
+ o(c, null, {
183
+ label: e(() => [
184
+ i("div", ue, a(t.$t("asset.buyDate")), 1)
185
+ ]),
186
+ default: e(() => [
187
+ r(" " + a(n.value.buyDate), 1)
188
+ ]),
189
+ _: 1
190
+ }),
191
+ o(c, null, {
192
+ label: e(() => [
193
+ i("div", ce, a(t.$t("asset.assetSort")), 1)
194
+ ]),
195
+ default: e(() => [
196
+ r(" " + a(m(V).assetSortDictEnum.getEnumValue(
197
+ n.value.assetSort
198
+ )), 1)
199
+ ]),
200
+ _: 1
201
+ }),
202
+ o(c, null, {
203
+ label: e(() => [
204
+ i("div", pe, a(t.$t("asset.useLimit")), 1)
205
+ ]),
206
+ default: e(() => [
207
+ r(" " + a(n.value.useLimit), 1)
208
+ ]),
209
+ _: 1
210
+ }),
211
+ o(c, null, {
212
+ label: e(() => [
213
+ i("div", me, a(t.$t("asset.oldMoney")), 1)
214
+ ]),
215
+ default: e(() => [
216
+ r(" " + a(n.value.oldMoney), 1)
217
+ ]),
218
+ _: 1
219
+ }),
220
+ o(c, null, {
221
+ label: e(() => [
222
+ i("div", _e, a(t.$t("asset.netSalvage")), 1)
223
+ ]),
224
+ default: e(() => [
225
+ r(" " + a(n.value.netSalvage), 1)
226
+ ]),
227
+ _: 1
228
+ }),
229
+ o(c, null, {
230
+ label: e(() => [
231
+ i("div", fe, a(t.$t("depreciationRecord.netAssetValue")), 1)
232
+ ]),
233
+ default: e(() => [
234
+ r(" " + a(w.value), 1)
235
+ ]),
236
+ _: 1
237
+ }),
238
+ o(c, null, {
239
+ label: e(() => [
240
+ i("div", ve, a(t.$t("depreciationRecord.totalDepreciation")), 1)
241
+ ]),
242
+ default: e(() => [
243
+ r(" " + a(n.value.totalDepreciation), 1)
244
+ ]),
245
+ _: 1
246
+ })
247
+ ]),
248
+ _: 1
249
+ }),
250
+ l[8] || (l[8] = i("div", { class: "title-content" }, "折旧记录", -1)),
251
+ i("div", be, [
252
+ o(A, {
253
+ ref_key: "queryFormRef",
254
+ ref: q,
255
+ model: d.value,
256
+ inline: !0
257
+ }, {
258
+ default: e(() => [
259
+ o(R, {
260
+ label: t.$t("depreciationRecord.years"),
261
+ prop: "selectYear"
262
+ }, {
263
+ default: e(() => [
264
+ o(j, {
265
+ modelValue: d.value.selectYear,
266
+ "onUpdate:modelValue": l[0] || (l[0] = (p) => d.value.selectYear = p),
267
+ disabled: m(y).length === 0,
268
+ type: "year",
269
+ placeholder: t.$t("depreciationRecord.yearPlaceholder"),
270
+ onChange: z
271
+ }, null, 8, ["modelValue", "disabled", "placeholder"])
272
+ ]),
273
+ _: 1
274
+ }, 8, ["label"]),
275
+ o(R, { class: "search-btn" }, {
276
+ default: e(() => [
277
+ o(b, {
278
+ type: "primary",
279
+ onClick: l[1] || (l[1] = (p) => m(k).handleQuery())
280
+ }, {
281
+ default: e(() => [
282
+ r(a(t.$t("common.search")), 1)
283
+ ]),
284
+ _: 1
285
+ }),
286
+ o(b, {
287
+ onClick: l[2] || (l[2] = (p) => m(k).resetQuery())
288
+ }, {
289
+ default: e(() => [
290
+ r(a(t.$t("common.reset")), 1)
291
+ ]),
292
+ _: 1
293
+ })
294
+ ]),
295
+ _: 1
296
+ })
297
+ ]),
298
+ _: 1
299
+ }, 8, ["model"])
300
+ ]),
301
+ o(F, {
302
+ ref_key: "multipleTableRef",
303
+ ref: E,
304
+ class: "table-top",
305
+ "row-key": "assetId",
306
+ "is-selection": !1,
307
+ "list-loading": m(B),
308
+ data: m(y),
309
+ "table-label": m(M)
310
+ }, null, 8, ["list-loading", "data", "table-label"])
311
+ ]),
312
+ _: 1
313
+ })
314
+ ]);
315
+ };
316
+ }
317
+ });
318
+ export {
319
+ Ie as default
320
+ };
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as le, ref as _, reactive as R, resolveComponent as i, resolveDirective as ae, openBlock as d, createElementBlock as S, createElementVNode as m, createVNode as o, withCtx as l, unref as s, toDisplayString as r, Fragment as oe, renderList as se, createBlock as I, withKeys as L, createTextVNode as g, withDirectives as $, isRef as z, createCommentVNode as j } from "vue";
2
- import { D as p, b as ne, S as ie } from "./index-Dw9AQlSo.mjs";
2
+ import { D as p, b as ne, S as ie } from "./index-CGds22-2.mjs";
3
3
  import { useI18n as re } from "vue-i18n";
4
- import { _ as ue } from "./edit.vue_vue_type_script_setup_true_lang-C8EJ4xOS.mjs";
4
+ import { _ as ue } from "./edit.vue_vue_type_script_setup_true_lang-NJMVf1bn.mjs";
5
5
  import { useTableHooks as de } from "jmash-core";
6
6
  const me = { class: "app-container" }, pe = { class: "search-container" }, ce = ["onClick"], ve = ["onClick"], Ie = /* @__PURE__ */ le({
7
7
  __name: "index",
@@ -1,9 +1,9 @@
1
1
  import { defineComponent as X, getCurrentInstance as Z, ref as v, reactive as ee, resolveComponent as r, resolveDirective as te, openBlock as p, createElementBlock as P, createElementVNode as d, createVNode as o, withCtx as l, unref as s, withKeys as _, toDisplayString as i, createBlock as N, createTextVNode as V, withDirectives as T, isRef as Q, createCommentVNode as z } from "vue";
2
2
  import { useI18n as le } from "vue-i18n";
3
- import { a as ae } from "./index-BiBCzEqz.mjs";
3
+ import { a as ae } from "./index-rSyUfdXn.mjs";
4
4
  import { useTableHooks as oe } from "jmash-core";
5
- import { D as m, S as se } from "./index-Dw9AQlSo.mjs";
6
- import ne from "./edit-CX2z9EYu.mjs";
5
+ import { D as m, S as se } from "./index-CGds22-2.mjs";
6
+ import { _ as ne } from "./edit.vue_vue_type_script_setup_true_lang-JZ4KujwQ.mjs";
7
7
  const re = { class: "app-container" }, ue = { class: "search-container" }, ie = ["onClick"], ye = /* @__PURE__ */ X({
8
8
  __name: "index",
9
9
  setup(de) {
@@ -13,9 +13,9 @@ const re = { class: "app-container" }, ue = { class: "search-container" }, ie =
13
13
  pageSize: 10
14
14
  }), {
15
15
  tableHooks: u,
16
- multipleTableRef: E,
17
- queryFormRef: L,
18
- listLoading: U,
16
+ multipleTableRef: L,
17
+ queryFormRef: U,
18
+ listLoading: E,
19
19
  tableData: B,
20
20
  total: y
21
21
  } = oe(g, ae, n);
@@ -115,21 +115,21 @@ const re = { class: "app-container" }, ue = { class: "search-container" }, ie =
115
115
  a && u.getList();
116
116
  }
117
117
  return u.getList(), (a, t) => {
118
- const O = r("el-tooltip"), F = r("el-tree-select"), b = r("el-form-item"), f = r("el-col"), C = r("jmash-select"), H = r("el-input"), $ = r("el-row"), S = r("el-button"), M = r("el-form"), x = r("jmash-column-select"), G = r("jmash-table"), J = r("jmash-pagination"), W = r("el-card"), I = te("hasPerm");
118
+ const O = r("el-tooltip"), F = r("el-tree-select"), f = r("el-form-item"), b = r("el-col"), C = r("jmash-select"), H = r("el-input"), $ = r("el-row"), S = r("el-button"), M = r("el-form"), x = r("jmash-column-select"), G = r("jmash-table"), J = r("jmash-pagination"), W = r("el-card"), I = te("hasPerm");
119
119
  return p(), P("div", re, [
120
120
  d("div", ue, [
121
121
  o(M, {
122
122
  ref_key: "queryFormRef",
123
- ref: L,
123
+ ref: U,
124
124
  model: n.value,
125
125
  inline: !0
126
126
  }, {
127
127
  default: l(() => [
128
128
  o($, null, {
129
129
  default: l(() => [
130
- o(f, { span: 6 }, {
130
+ o(b, { span: 6 }, {
131
131
  default: l(() => [
132
- o(b, {
132
+ o(f, {
133
133
  label: a.$t("assetDetail.orgId"),
134
134
  prop: "orgId"
135
135
  }, {
@@ -170,9 +170,9 @@ const re = { class: "app-container" }, ue = { class: "search-container" }, ie =
170
170
  ]),
171
171
  _: 1
172
172
  }),
173
- o(f, { span: 6 }, {
173
+ o(b, { span: 6 }, {
174
174
  default: l(() => [
175
- o(b, {
175
+ o(f, {
176
176
  label: a.$t("assetDetail.siteName"),
177
177
  prop: "siteId"
178
178
  }, {
@@ -194,9 +194,9 @@ const re = { class: "app-container" }, ue = { class: "search-container" }, ie =
194
194
  ]),
195
195
  _: 1
196
196
  }),
197
- o(f, { span: 6 }, {
197
+ o(b, { span: 6 }, {
198
198
  default: l(() => [
199
- o(b, {
199
+ o(f, {
200
200
  label: a.$t("assetDetail.assetSort"),
201
201
  prop: "assetSort"
202
202
  }, {
@@ -215,9 +215,9 @@ const re = { class: "app-container" }, ue = { class: "search-container" }, ie =
215
215
  ]),
216
216
  _: 1
217
217
  }),
218
- o(f, { span: 6 }, {
218
+ o(b, { span: 6 }, {
219
219
  default: l(() => [
220
- o(b, {
220
+ o(f, {
221
221
  label: a.$t("assetDetail.assetName"),
222
222
  prop: "likeAssetName"
223
223
  }, {
@@ -237,7 +237,7 @@ const re = { class: "app-container" }, ue = { class: "search-container" }, ie =
237
237
  ]),
238
238
  _: 1
239
239
  }),
240
- o(b, { class: "search-btn" }, {
240
+ o(f, { class: "search-btn" }, {
241
241
  default: l(() => [
242
242
  o(S, {
243
243
  type: "primary",
@@ -271,7 +271,7 @@ const re = { class: "app-container" }, ue = { class: "search-container" }, ie =
271
271
  header: l(() => [
272
272
  o($, { justify: "space-between" }, {
273
273
  default: l(() => [
274
- o(f, {
274
+ o(b, {
275
275
  span: 24,
276
276
  align: "right"
277
277
  }, {
@@ -315,10 +315,10 @@ const re = { class: "app-container" }, ue = { class: "search-container" }, ie =
315
315
  default: l(() => [
316
316
  o(G, {
317
317
  ref_key: "multipleTableRef",
318
- ref: E,
318
+ ref: L,
319
319
  class: "table-top",
320
320
  "row-key": "DetailId",
321
- "list-loading": s(U),
321
+ "list-loading": s(E),
322
322
  data: s(B),
323
323
  "table-label": s(c),
324
324
  onSelectionChange: K,
@@ -0,0 +1,169 @@
1
+ import { defineComponent as j, getCurrentInstance as w, ref as R, reactive as q, onBeforeMount as E, resolveComponent as d, openBlock as N, createElementBlock as U, createVNode as a, withCtx as e, createTextVNode as m, toDisplayString as o, unref as s, createBlock as Y, isRef as M, createCommentVNode as A, createElementVNode as r } from "vue";
2
+ import { useRouter as L, useRoute as H } from "vue-router";
3
+ import { D as C } from "./index-CGds22-2.mjs";
4
+ import { useTableHooks as O, routerUtil as Q } from "jmash-core";
5
+ import { i as b } from "./index-Dyo7je0Z.mjs";
6
+ import { useI18n as x } from "vue-i18n";
7
+ const F = { class: "app-container" }, G = { class: "cell-item" }, J = { class: "cell-item" }, K = { class: "cell-item" }, W = { class: "cell-item" }, X = { class: "cell-item" }, re = /* @__PURE__ */ j({
8
+ __name: "index",
9
+ setup(Z) {
10
+ const { t: k } = x(), { proxy: I } = w(), h = L(), v = H(), l = R({}), i = q({}), { multipleTableRef: T, listLoading: D, tableData: y, total: p } = O(
11
+ k,
12
+ b,
13
+ l
14
+ );
15
+ let P = R([
16
+ // 资产名称
17
+ {
18
+ label: "inventoryRecord.propertyName",
19
+ prop: "propertyName",
20
+ sortable: "custom",
21
+ isColumn: !0
22
+ },
23
+ // 资产明细编码
24
+ {
25
+ label: "inventoryRecord.deviceCode",
26
+ prop: "deviceCode",
27
+ sortable: "custom",
28
+ isColumn: !0
29
+ },
30
+ // 盘点结果
31
+ {
32
+ label: "inventoryRecord.inventoryStatus",
33
+ prop: "status",
34
+ sortable: "custom",
35
+ isColumn: !0,
36
+ slotName: "status",
37
+ columnType: "slot"
38
+ }
39
+ ]);
40
+ E(() => {
41
+ b.findById({ inventoryId: v.query.inventoryId }).then(({ data: n }) => {
42
+ Object.assign(i, n);
43
+ }), g({ ...l.value });
44
+ });
45
+ function S() {
46
+ g({ ...l.value });
47
+ }
48
+ function g(n) {
49
+ v.query.inventoryId ? b.findInfoAssetPage({
50
+ inventoryId: v.query.inventoryId,
51
+ ...n
52
+ }).then(({ data: { results: t, curPage: f, pageSize: u, totalSize: _ } }) => {
53
+ t && (y.value = t, l.value.curPage = f, l.value.pageSize = u, p.value = _);
54
+ }) : y.value = [];
55
+ }
56
+ function V() {
57
+ Q.closeTagView(v.fullPath, h, !1);
58
+ }
59
+ return (n, t) => {
60
+ const f = d("el-button"), u = d("el-descriptions-item"), _ = d("el-descriptions"), $ = d("jmash-table"), z = d("jmash-pagination"), B = d("el-card");
61
+ return N(), U("div", F, [
62
+ a(B, { shadow: "never" }, {
63
+ header: e(() => [
64
+ a(f, {
65
+ type: "primary",
66
+ onClick: V
67
+ }, {
68
+ default: e(() => [
69
+ m(o(n.$t("common.back")), 1)
70
+ ]),
71
+ _: 1
72
+ })
73
+ ]),
74
+ footer: e(() => [
75
+ s(p) > 0 ? (N(), Y(z, {
76
+ key: 0,
77
+ total: s(p),
78
+ "onUpdate:total": t[0] || (t[0] = (c) => M(p) ? p.value = c : null),
79
+ "current-page": l.value.curPage,
80
+ "onUpdate:currentPage": t[1] || (t[1] = (c) => l.value.curPage = c),
81
+ "page-size": l.value.pageSize,
82
+ "onUpdate:pageSize": t[2] || (t[2] = (c) => l.value.pageSize = c),
83
+ onPagination: S
84
+ }, null, 8, ["total", "current-page", "page-size"])) : A("", !0)
85
+ ]),
86
+ default: e(() => [
87
+ t[3] || (t[3] = r("div", { class: "title-content" }, "盘点信息", -1)),
88
+ a(_, {
89
+ class: "margin-top",
90
+ column: 2,
91
+ border: ""
92
+ }, {
93
+ default: e(() => [
94
+ a(u, null, {
95
+ label: e(() => [
96
+ r("div", G, o(n.$t("inventoryRecord.siteName")), 1)
97
+ ]),
98
+ default: e(() => [
99
+ m(" " + o(i.siteName), 1)
100
+ ]),
101
+ _: 1
102
+ }),
103
+ a(u, null, {
104
+ label: e(() => [
105
+ r("div", J, o(n.$t("inventoryRecord.inventoryTime")), 1)
106
+ ]),
107
+ default: e(() => [
108
+ m(" " + o(i.inventoryTime ? s(I).$moment.formatDate(i.inventoryTime, "YYYY-MM-DD") : ""), 1)
109
+ ]),
110
+ _: 1
111
+ }),
112
+ a(u, null, {
113
+ label: e(() => [
114
+ r("span", null, [
115
+ r("div", K, o(n.$t("inventoryRecord.userName")), 1)
116
+ ])
117
+ ]),
118
+ default: e(() => [
119
+ m(" " + o(i.userName), 1)
120
+ ]),
121
+ _: 1
122
+ }),
123
+ a(u, null, {
124
+ label: e(() => [
125
+ r("div", W, o(n.$t("inventoryRecord.inventoryStatus")), 1)
126
+ ]),
127
+ default: e(() => [
128
+ m(" " + o(s(C).inventoryResults.getEnumValue(i.inventoryStatus)), 1)
129
+ ]),
130
+ _: 1
131
+ }),
132
+ a(u, null, {
133
+ label: e(() => [
134
+ r("div", X, o(n.$t("inventoryRecord.inventoryNote")), 1)
135
+ ]),
136
+ default: e(() => [
137
+ m(" " + o(i.inventoryNote), 1)
138
+ ]),
139
+ _: 1
140
+ })
141
+ ]),
142
+ _: 1
143
+ }),
144
+ t[4] || (t[4] = r("div", { class: "title-content" }, "资产信息", -1)),
145
+ a($, {
146
+ ref_key: "multipleTableRef",
147
+ ref: T,
148
+ class: "table-top",
149
+ "row-key": "inventoryId",
150
+ "is-selection": !1,
151
+ "list-loading": s(D),
152
+ data: s(y),
153
+ "table-label": s(P)
154
+ }, {
155
+ status: e((c) => [
156
+ r("span", null, o(s(C).inventoryResults.getEnumValue(c.data.row.status)), 1)
157
+ ]),
158
+ _: 1
159
+ }, 8, ["list-loading", "data", "table-label"])
160
+ ]),
161
+ _: 1
162
+ })
163
+ ]);
164
+ };
165
+ }
166
+ });
167
+ export {
168
+ re as default
169
+ };