xyvcard-asset 0.0.16 → 0.0.18

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