xyvcard-asset 0.0.18 → 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.
@@ -1,10 +1,9 @@
1
- import { defineComponent as A, mergeModels as k, ref as D, useModel as F, reactive as L, onBeforeMount as O, resolveComponent as n, openBlock as C, createBlock as S, withCtx as t, createElementVNode as V, createVNode as e, createTextVNode as B, toDisplayString as h, unref as d } from "vue";
1
+ import { defineComponent as E, mergeModels as k, ref as _, useModel as F, reactive as L, onBeforeMount as O, resolveComponent as n, openBlock as C, createBlock as S, withCtx as t, createElementVNode as V, createVNode as e, createTextVNode as B, toDisplayString as h, unref as d } from "vue";
2
2
  import { D as p, a as R, S as T } from "./index-CGds22-2.mjs";
3
3
  import { ElMessage as G } from "element-plus";
4
4
  import { useI18n as H } from "vue-i18n";
5
5
  import { a as M } from "./index-rSyUfdXn.mjs";
6
- import { _ as J } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
7
- const Q = { class: "dialog-footer" }, W = /* @__PURE__ */ A({
6
+ const J = { class: "dialog-footer" }, x = /* @__PURE__ */ E({
8
7
  __name: "edit",
9
8
  props: /* @__PURE__ */ k({
10
9
  entityKey: {
@@ -17,11 +16,11 @@ const Q = { class: "dialog-footer" }, W = /* @__PURE__ */ A({
17
16
  modelModifiers: {}
18
17
  }),
19
18
  emits: /* @__PURE__ */ k(["refresh"], ["update:modelValue"]),
20
- setup(v, { emit: N }) {
19
+ setup(g, { emit: N }) {
21
20
  const { t: c } = H();
22
21
  p.unionOrgBizLayDict.useValues();
23
- const f = D([]), g = D(), u = F(v, "modelValue"), U = N, b = v;
24
- let o = D({
22
+ const f = _([]), v = _(), u = F(g, "modelValue"), U = N, b = g;
23
+ let o = _({
25
24
  updateMask: "status,siteId"
26
25
  });
27
26
  const P = L({
@@ -41,9 +40,9 @@ const Q = { class: "dialog-footer" }, W = /* @__PURE__ */ A({
41
40
  trigger: "change"
42
41
  }
43
42
  ]
44
- }), E = async () => {
43
+ }), K = async () => {
45
44
  var l;
46
- await ((l = g.value) == null ? void 0 : l.validate((a) => {
45
+ await ((l = v.value) == null ? void 0 : l.validate((a) => {
47
46
  a && M.update(o.value).then((m) => {
48
47
  m.status === 200 && (G({
49
48
  message: c("common.submitSuccess"),
@@ -70,14 +69,14 @@ const Q = { class: "dialog-footer" }, W = /* @__PURE__ */ A({
70
69
  });
71
70
  });
72
71
  }), (l, a) => {
73
- const m = n("el-tooltip"), y = n("el-tree-select"), i = n("el-form-item"), r = n("el-col"), I = n("el-input"), K = n("el-date-picker"), _ = n("jmash-select"), j = n("el-row"), q = n("el-form"), $ = n("el-button"), z = n("el-dialog");
74
- return C(), S(z, {
72
+ const m = n("el-tooltip"), y = n("el-tree-select"), i = n("el-form-item"), r = n("el-col"), I = n("el-input"), j = n("el-date-picker"), D = n("jmash-select"), q = n("el-row"), z = n("el-form"), $ = n("el-button"), A = n("el-dialog");
73
+ return C(), S(A, {
75
74
  modelValue: u.value,
76
75
  "onUpdate:modelValue": a[7] || (a[7] = (s) => u.value = s),
77
76
  onClose: w
78
77
  }, {
79
78
  footer: t(() => [
80
- V("div", Q, [
79
+ V("div", J, [
81
80
  e($, { onClick: w }, {
82
81
  default: t(() => [
83
82
  B(h(l.$t("common.cancel")), 1)
@@ -86,7 +85,7 @@ const Q = { class: "dialog-footer" }, W = /* @__PURE__ */ A({
86
85
  }),
87
86
  e($, {
88
87
  type: "primary",
89
- onClick: E
88
+ onClick: K
90
89
  }, {
91
90
  default: t(() => [
92
91
  B(h(l.$t("common.confirm")), 1)
@@ -96,15 +95,15 @@ const Q = { class: "dialog-footer" }, W = /* @__PURE__ */ A({
96
95
  ])
97
96
  ]),
98
97
  default: t(() => [
99
- e(q, {
98
+ e(z, {
100
99
  ref_key: "assetDetailFormRef",
101
- ref: g,
100
+ ref: v,
102
101
  model: d(o),
103
102
  "label-width": "120px",
104
103
  rules: P
105
104
  }, {
106
105
  default: t(() => [
107
- e(j, null, {
106
+ e(q, null, {
108
107
  default: t(() => [
109
108
  e(r, { span: 12 }, {
110
109
  default: t(() => [
@@ -198,7 +197,7 @@ const Q = { class: "dialog-footer" }, W = /* @__PURE__ */ A({
198
197
  prop: "buyDate"
199
198
  }, {
200
199
  default: t(() => [
201
- e(K, {
200
+ e(j, {
202
201
  modelValue: d(o).buyDate,
203
202
  "onUpdate:modelValue": a[3] || (a[3] = (s) => d(o).buyDate = s),
204
203
  type: "date",
@@ -219,7 +218,7 @@ const Q = { class: "dialog-footer" }, W = /* @__PURE__ */ A({
219
218
  prop: "assetSort"
220
219
  }, {
221
220
  default: t(() => [
222
- e(_, {
221
+ e(D, {
223
222
  modelValue: d(o).assetSort,
224
223
  "onUpdate:modelValue": a[4] || (a[4] = (s) => d(o).assetSort = s),
225
224
  data: d(p).assetSortDictEnum.values,
@@ -241,7 +240,7 @@ const Q = { class: "dialog-footer" }, W = /* @__PURE__ */ A({
241
240
  prop: "siteId"
242
241
  }, {
243
242
  default: t(() => [
244
- (C(), S(_, {
243
+ (C(), S(D, {
245
244
  key: f.value.length,
246
245
  modelValue: d(o).siteId,
247
246
  "onUpdate:modelValue": a[5] || (a[5] = (s) => d(o).siteId = s),
@@ -263,7 +262,7 @@ const Q = { class: "dialog-footer" }, W = /* @__PURE__ */ A({
263
262
  prop: "status"
264
263
  }, {
265
264
  default: t(() => [
266
- e(_, {
265
+ e(D, {
267
266
  modelValue: d(o).status,
268
267
  "onUpdate:modelValue": a[6] || (a[6] = (s) => d(o).status = s),
269
268
  data: d(p).assetsStatus.values,
@@ -288,7 +287,7 @@ const Q = { class: "dialog-footer" }, W = /* @__PURE__ */ A({
288
287
  }, 8, ["modelValue"]);
289
288
  };
290
289
  }
291
- }), le = /* @__PURE__ */ J(W, [["__scopeId", "data-v-74fcf582"]]);
290
+ });
292
291
  export {
293
- le as default
292
+ x as _
294
293
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as le, mergeModels as E, getCurrentInstance as ie, ref as h, reactive as H, watch as $, computed as oe, useModel as ae, resolveComponent as n, openBlock as f, createBlock as O, withCtx as o, createElementVNode as re, createVNode as i, createTextVNode as g, toDisplayString as D, unref as r, createElementBlock as q, Fragment as j, renderList as z } from "vue";
1
+ import { defineComponent as le, mergeModels as E, getCurrentInstance as ie, ref as h, reactive as H, watch as $, computed as ae, useModel as oe, resolveComponent as n, openBlock as f, createBlock as O, withCtx as a, createElementVNode as re, createVNode as i, createTextVNode as g, toDisplayString as D, unref as r, createElementBlock as q, Fragment as j, renderList as z } from "vue";
2
2
  import { D as p, S as se, b as V } from "./index-CGds22-2.mjs";
3
3
  import { ElMessage as R } from "element-plus";
4
4
  import { useI18n as ne } from "vue-i18n";
@@ -38,7 +38,7 @@ const me = { class: "dialog-footer" }, ge = /* @__PURE__ */ le({
38
38
  u.limitPerson = s;
39
39
  });
40
40
  }
41
- ), oe(() => {
41
+ ), ae(() => {
42
42
  const { minDay: e, maxDay: l } = t;
43
43
  return e !== null && l !== null ? `${e}~${l}` : "";
44
44
  }), $(
@@ -135,11 +135,11 @@ const me = { class: "dialog-footer" }, ge = /* @__PURE__ */ le({
135
135
  return;
136
136
  }
137
137
  const l = new se({ orgId: e });
138
- l.useValues(), console.log(l.values), b.value = l.values;
138
+ l.useValues(), b.value = l.values;
139
139
  }
140
- const c = ae(k, "modelValue"), I = k, P = F, M = Object.keys(I.entityKey), N = h(M.length >= 1);
140
+ const c = oe(k, "modelValue"), I = k, P = F, M = Object.keys(I.entityKey), N = h(M.length >= 1);
141
141
  N.value && V.findById(I.entityKey).then(({ data: e }) => {
142
- console.log(e), e.siteId = e.name, Object.assign(t, e), V.findlimitInfoById(I.entityKey).then(({ data: { results: l } }) => {
142
+ e.siteId = e.name, Object.assign(t, e), V.findlimitInfoById(I.entityKey).then(({ data: { results: l } }) => {
143
143
  t.limitInfo = l.map((s) => ({
144
144
  ...s,
145
145
  time: [
@@ -192,13 +192,13 @@ const me = { class: "dialog-footer" }, ge = /* @__PURE__ */ le({
192
192
  const s = n("el-tree-select"), u = n("el-form-item"), d = n("el-col"), W = n("el-option"), X = n("el-select"), S = n("el-input"), B = n("el-input-number"), Y = n("jmash-select"), Z = n("el-time-picker"), v = n("el-button"), x = n("el-row"), ee = n("el-form"), te = n("el-dialog");
193
193
  return f(), O(te, {
194
194
  modelValue: c.value,
195
- "onUpdate:modelValue": l[8] || (l[8] = (a) => c.value = a),
195
+ "onUpdate:modelValue": l[8] || (l[8] = (o) => c.value = o),
196
196
  onClose: U
197
197
  }, {
198
- footer: o(() => [
198
+ footer: a(() => [
199
199
  re("div", me, [
200
200
  i(v, { onClick: U }, {
201
- default: o(() => [
201
+ default: a(() => [
202
202
  g(D(e.$t("common.cancel")), 1)
203
203
  ]),
204
204
  _: 1
@@ -207,14 +207,14 @@ const me = { class: "dialog-footer" }, ge = /* @__PURE__ */ le({
207
207
  type: "primary",
208
208
  onClick: A
209
209
  }, {
210
- default: o(() => [
210
+ default: a(() => [
211
211
  g(D(e.$t("common.confirm")), 1)
212
212
  ]),
213
213
  _: 1
214
214
  })
215
215
  ])
216
216
  ]),
217
- default: o(() => [
217
+ default: a(() => [
218
218
  i(ee, {
219
219
  ref_key: "siteServiceFormRef",
220
220
  ref: T,
@@ -222,19 +222,19 @@ const me = { class: "dialog-footer" }, ge = /* @__PURE__ */ le({
222
222
  "label-width": "120px",
223
223
  rules: K
224
224
  }, {
225
- default: o(() => [
225
+ default: a(() => [
226
226
  i(x, null, {
227
- default: o(() => [
227
+ default: a(() => [
228
228
  i(d, { span: 12 }, {
229
- default: o(() => [
229
+ default: a(() => [
230
230
  i(u, {
231
231
  label: e.$t("siteService.orgId"),
232
232
  prop: "orgId"
233
233
  }, {
234
- default: o(() => [
234
+ default: a(() => [
235
235
  i(s, {
236
236
  modelValue: r(t).orgId,
237
- "onUpdate:modelValue": l[0] || (l[0] = (a) => r(t).orgId = a),
237
+ "onUpdate:modelValue": l[0] || (l[0] = (o) => r(t).orgId = o),
238
238
  data: r(p).unionOrgBizLayDict.values,
239
239
  filterable: "",
240
240
  clearable: "",
@@ -251,24 +251,24 @@ const me = { class: "dialog-footer" }, ge = /* @__PURE__ */ le({
251
251
  _: 1
252
252
  }),
253
253
  i(d, { span: 12 }, {
254
- default: o(() => [
254
+ default: a(() => [
255
255
  i(u, {
256
256
  label: e.$t("siteService.siteId"),
257
257
  prop: "siteId"
258
258
  }, {
259
- default: o(() => [
259
+ default: a(() => [
260
260
  i(X, {
261
261
  modelValue: r(t).siteId,
262
- "onUpdate:modelValue": l[1] || (l[1] = (a) => r(t).siteId = a),
262
+ "onUpdate:modelValue": l[1] || (l[1] = (o) => r(t).siteId = o),
263
263
  disabled: !r(t).orgId,
264
264
  placeholder: e.$t("siteService.siteIdRequired"),
265
265
  clearable: ""
266
266
  }, {
267
- default: o(() => [
268
- (f(!0), q(j, null, z(b.value, (a) => (f(), O(W, {
269
- key: a.key,
270
- label: a.value,
271
- value: a.key
267
+ default: a(() => [
268
+ (f(!0), q(j, null, z(b.value, (o) => (f(), O(W, {
269
+ key: o.key,
270
+ label: o.value,
271
+ value: o.key
272
272
  }, null, 8, ["label", "value"]))), 128))
273
273
  ]),
274
274
  _: 1
@@ -280,15 +280,15 @@ const me = { class: "dialog-footer" }, ge = /* @__PURE__ */ le({
280
280
  _: 1
281
281
  }),
282
282
  i(d, { span: 12 }, {
283
- default: o(() => [
283
+ default: a(() => [
284
284
  i(u, {
285
285
  label: e.$t("siteService.serviceName"),
286
286
  prop: "serviceName"
287
287
  }, {
288
- default: o(() => [
288
+ default: a(() => [
289
289
  i(S, {
290
290
  modelValue: r(t).serviceName,
291
- "onUpdate:modelValue": l[2] || (l[2] = (a) => r(t).serviceName = a),
291
+ "onUpdate:modelValue": l[2] || (l[2] = (o) => r(t).serviceName = o),
292
292
  placeholder: e.$t("siteService.serviceNameRequired"),
293
293
  "show-word-limit": "",
294
294
  clearable: ""
@@ -300,22 +300,22 @@ const me = { class: "dialog-footer" }, ge = /* @__PURE__ */ le({
300
300
  _: 1
301
301
  }),
302
302
  i(d, { span: 12 }, {
303
- default: o(() => [
303
+ default: a(() => [
304
304
  i(u, {
305
305
  label: e.$t("siteService.day"),
306
306
  prop: "day"
307
307
  }, {
308
- default: o(() => [
308
+ default: a(() => [
309
309
  i(B, {
310
310
  modelValue: r(t).minDay,
311
- "onUpdate:modelValue": l[3] || (l[3] = (a) => r(t).minDay = a),
311
+ "onUpdate:modelValue": l[3] || (l[3] = (o) => r(t).minDay = o),
312
312
  size: "small",
313
313
  min: 0
314
314
  }, null, 8, ["modelValue"]),
315
315
  l[9] || (l[9] = g("~ ")),
316
316
  i(B, {
317
317
  modelValue: r(t).maxDay,
318
- "onUpdate:modelValue": l[4] || (l[4] = (a) => r(t).maxDay = a),
318
+ "onUpdate:modelValue": l[4] || (l[4] = (o) => r(t).maxDay = o),
319
319
  size: "small",
320
320
  min: 0
321
321
  }, null, 8, ["modelValue"])
@@ -326,15 +326,15 @@ const me = { class: "dialog-footer" }, ge = /* @__PURE__ */ le({
326
326
  _: 1
327
327
  }),
328
328
  i(d, { span: 12 }, {
329
- default: o(() => [
329
+ default: a(() => [
330
330
  i(u, {
331
331
  label: e.$t("siteService.limitPerson"),
332
332
  prop: "limitPerson"
333
333
  }, {
334
- default: o(() => [
334
+ default: a(() => [
335
335
  i(S, {
336
336
  modelValue: r(t).limitPerson,
337
- "onUpdate:modelValue": l[5] || (l[5] = (a) => r(t).limitPerson = a),
337
+ "onUpdate:modelValue": l[5] || (l[5] = (o) => r(t).limitPerson = o),
338
338
  placeholder: e.$t("siteService.limitPersonRequired"),
339
339
  "show-word-limit": "",
340
340
  clearable: "",
@@ -348,15 +348,15 @@ const me = { class: "dialog-footer" }, ge = /* @__PURE__ */ le({
348
348
  _: 1
349
349
  }),
350
350
  i(d, { span: 12 }, {
351
- default: o(() => [
351
+ default: a(() => [
352
352
  i(u, {
353
353
  label: e.$t("siteService.status"),
354
354
  prop: "status"
355
355
  }, {
356
- default: o(() => [
356
+ default: a(() => [
357
357
  i(Y, {
358
358
  modelValue: r(t).status,
359
- "onUpdate:modelValue": l[6] || (l[6] = (a) => r(t).status = a),
359
+ "onUpdate:modelValue": l[6] || (l[6] = (o) => r(t).status = o),
360
360
  placeholder: e.$t("siteService.statusRequired"),
361
361
  data: r(p).serviceStatusEnum.values,
362
362
  clearable: "",
@@ -369,15 +369,15 @@ const me = { class: "dialog-footer" }, ge = /* @__PURE__ */ le({
369
369
  _: 1
370
370
  }),
371
371
  i(d, { span: 24 }, {
372
- default: o(() => [
372
+ default: a(() => [
373
373
  i(u, {
374
374
  label: e.$t("siteService.note"),
375
375
  prop: "note"
376
376
  }, {
377
- default: o(() => [
377
+ default: a(() => [
378
378
  i(S, {
379
379
  modelValue: r(t).note,
380
- "onUpdate:modelValue": l[7] || (l[7] = (a) => r(t).note = a),
380
+ "onUpdate:modelValue": l[7] || (l[7] = (o) => r(t).note = o),
381
381
  type: "textarea",
382
382
  maxlength: "100",
383
383
  "show-word-limit": "",
@@ -391,16 +391,16 @@ const me = { class: "dialog-footer" }, ge = /* @__PURE__ */ le({
391
391
  _: 1
392
392
  }),
393
393
  i(d, { span: 24 }, {
394
- default: o(() => [
394
+ default: a(() => [
395
395
  i(u, {
396
396
  label: e.$t("siteService.time"),
397
397
  prop: "time"
398
398
  }, {
399
- default: o(() => [
400
- (f(!0), q(j, null, z(r(t).limitInfo, (a, _) => (f(), q("div", { key: _ }, [
399
+ default: a(() => [
400
+ (f(!0), q(j, null, z(r(t).limitInfo, (o, _) => (f(), q("div", { key: _ }, [
401
401
  i(Z, {
402
- modelValue: a.time,
403
- "onUpdate:modelValue": (y) => a.time = y,
402
+ modelValue: o.time,
403
+ "onUpdate:modelValue": (y) => o.time = y,
404
404
  "is-range": "",
405
405
  style: { width: "315px" },
406
406
  format: "HH:mm",
@@ -413,13 +413,13 @@ const me = { class: "dialog-footer" }, ge = /* @__PURE__ */ le({
413
413
  style: { "margin-left": "30px", "margin-right": "30px" },
414
414
  onClick: (y) => Q(_)
415
415
  }, {
416
- default: o(() => [
416
+ default: a(() => [
417
417
  g(D(e.$t("common.delete")), 1)
418
418
  ]),
419
419
  _: 2
420
420
  }, 1032, ["onClick"]),
421
421
  i(v, { onClick: J }, {
422
- default: o(() => l[10] || (l[10] = [
422
+ default: a(() => l[10] || (l[10] = [
423
423
  g("添加")
424
424
  ])),
425
425
  _: 1
@@ -1,13 +1,13 @@
1
- import { defineComponent as K, ref as S, resolveComponent as r, resolveDirective as F, openBlock as c, createElementBlock as k, createElementVNode as y, createVNode as a, withCtx as o, unref as l, withKeys as V, createTextVNode as d, toDisplayString as u, withDirectives as g, createBlock as w, isRef as $, createCommentVNode as H } from "vue";
1
+ import { defineComponent as K, ref as S, resolveComponent as r, resolveDirective as F, openBlock as p, createElementBlock as k, createElementVNode as y, createVNode as a, withCtx as o, unref as l, withKeys as V, createTextVNode as c, toDisplayString as u, withDirectives as g, createBlock as w, isRef as $, createCommentVNode as H } from "vue";
2
2
  import { useTableHooks as M } from "jmash-core";
3
3
  import { useI18n as x } from "vue-i18n";
4
- import { D as R, a as G } from "./index-CGds22-2.mjs";
4
+ import { D as h, a as G } from "./index-CGds22-2.mjs";
5
5
  import { useRouter as J } from "vue-router";
6
6
  const O = { class: "app-container" }, W = { class: "search-container" }, X = ["onClick"], ne = /* @__PURE__ */ K({
7
7
  __name: "index",
8
8
  setup(Y) {
9
- const { t: C } = x(), D = J();
10
- R.assetSortDictEnum.useEnumValues();
9
+ const { t: R } = x(), D = J();
10
+ h.assetSortDictEnum.useEnumValues();
11
11
  const s = S({}), {
12
12
  tableHooks: i,
13
13
  multipleTableRef: N,
@@ -15,8 +15,8 @@ const O = { class: "app-container" }, W = { class: "search-container" }, X = ["o
15
15
  listLoading: P,
16
16
  tableData: E,
17
17
  total: b
18
- } = M(C, G, s);
19
- let p = S([
18
+ } = M(R, G, s);
19
+ let d = S([
20
20
  // 资产名称
21
21
  {
22
22
  label: "depreciationRecord.name",
@@ -113,26 +113,26 @@ const O = { class: "app-container" }, W = { class: "search-container" }, X = ["o
113
113
  function T(n) {
114
114
  i.selectionRows.value = n;
115
115
  }
116
- function I(n) {
116
+ function L(n) {
117
117
  D.push({
118
- path: "/asset/asset-depreciation-record/depreciationInfo",
118
+ path: "/rawasset/asset-depreciation-record/info",
119
119
  query: {
120
120
  assetId: n.assetId
121
121
  }
122
122
  });
123
123
  }
124
124
  return i.getList(), (n, e) => {
125
- const L = r("jmash-select"), _ = r("el-form-item"), m = r("el-col"), U = r("el-input"), f = r("el-button"), h = r("el-row"), z = r("el-form"), q = r("jmash-column-select"), Q = r("jmash-table"), A = r("jmash-pagination"), B = r("el-card"), v = F("hasPerm");
126
- return c(), k("div", O, [
125
+ const U = r("jmash-select"), _ = r("el-form-item"), m = r("el-col"), z = r("el-input"), f = r("el-button"), C = r("el-row"), I = r("el-form"), q = r("jmash-column-select"), Q = r("jmash-table"), A = r("jmash-pagination"), B = r("el-card"), v = F("hasPerm");
126
+ return p(), k("div", O, [
127
127
  y("div", W, [
128
- a(z, {
128
+ a(I, {
129
129
  ref_key: "queryFormRef",
130
130
  ref: j,
131
131
  model: s.value,
132
132
  inline: !0
133
133
  }, {
134
134
  default: o(() => [
135
- a(h, null, {
135
+ a(C, null, {
136
136
  default: o(() => [
137
137
  a(m, { span: 6 }, {
138
138
  default: o(() => [
@@ -141,11 +141,11 @@ const O = { class: "app-container" }, W = { class: "search-container" }, X = ["o
141
141
  prop: "assetSort"
142
142
  }, {
143
143
  default: o(() => [
144
- a(L, {
144
+ a(U, {
145
145
  modelValue: s.value.assetSort,
146
146
  "onUpdate:modelValue": e[0] || (e[0] = (t) => s.value.assetSort = t),
147
147
  placeholder: n.$t("depreciationRecord.assetSortPlaceholder"),
148
- data: l(R).assetSortDictEnum.values,
148
+ data: l(h).assetSortDictEnum.values,
149
149
  onKeyup: e[1] || (e[1] = V((t) => l(i).handleQuery(), ["enter"]))
150
150
  }, null, 8, ["modelValue", "placeholder", "data"])
151
151
  ]),
@@ -161,7 +161,7 @@ const O = { class: "app-container" }, W = { class: "search-container" }, X = ["o
161
161
  prop: "likeName"
162
162
  }, {
163
163
  default: o(() => [
164
- a(U, {
164
+ a(z, {
165
165
  modelValue: s.value.likeName,
166
166
  "onUpdate:modelValue": e[2] || (e[2] = (t) => s.value.likeName = t),
167
167
  placeholder: n.$t("depreciationRecord.namePlaceholder"),
@@ -182,7 +182,7 @@ const O = { class: "app-container" }, W = { class: "search-container" }, X = ["o
182
182
  onClick: e[4] || (e[4] = (t) => l(i).handleQuery())
183
183
  }, {
184
184
  default: o(() => [
185
- d(u(n.$t("common.search")), 1)
185
+ c(u(n.$t("common.search")), 1)
186
186
  ]),
187
187
  _: 1
188
188
  }),
@@ -190,7 +190,7 @@ const O = { class: "app-container" }, W = { class: "search-container" }, X = ["o
190
190
  onClick: e[5] || (e[5] = (t) => l(i).resetQuery())
191
191
  }, {
192
192
  default: o(() => [
193
- d(u(n.$t("common.reset")), 1)
193
+ c(u(n.$t("common.reset")), 1)
194
194
  ]),
195
195
  _: 1
196
196
  })
@@ -212,19 +212,19 @@ const O = { class: "app-container" }, W = { class: "search-container" }, X = ["o
212
212
  class: "table-container"
213
213
  }, {
214
214
  header: o(() => [
215
- a(h, {
215
+ a(C, {
216
216
  justify: "space-between",
217
217
  span: 20
218
218
  }, {
219
219
  default: o(() => [
220
220
  a(m, { span: 12 }, {
221
221
  default: o(() => [
222
- g((c(), w(f, {
222
+ g((p(), w(f, {
223
223
  type: "primary",
224
224
  onClick: e[6] || (e[6] = (t) => l(i).deleteRecords())
225
225
  }, {
226
226
  default: o(() => [
227
- d(u(n.$t("common.batchDelete")), 1)
227
+ c(u(n.$t("common.batchDelete")), 1)
228
228
  ]),
229
229
  _: 1
230
230
  })), [
@@ -238,21 +238,21 @@ const O = { class: "app-container" }, W = { class: "search-container" }, X = ["o
238
238
  align: "right"
239
239
  }, {
240
240
  default: o(() => [
241
- g((c(), w(f, {
241
+ g((p(), w(f, {
242
242
  plain: "",
243
243
  type: "primary",
244
- onClick: e[7] || (e[7] = (t) => l(i).handleExport(l(C)("asset.depreciationRecord.name")))
244
+ onClick: e[7] || (e[7] = (t) => l(i).handleExport(l(R)("asset.depreciationRecord.name")))
245
245
  }, {
246
246
  default: o(() => [
247
- d(u(n.$t("common.export")), 1)
247
+ c(u(n.$t("common.export")), 1)
248
248
  ]),
249
249
  _: 1
250
250
  })), [
251
251
  [v, ["asset:depreciation_record:export"]]
252
252
  ]),
253
253
  a(q, {
254
- modelValue: l(p),
255
- "onUpdate:modelValue": e[8] || (e[8] = (t) => $(p) ? p.value = t : p = t),
254
+ modelValue: l(d),
255
+ "onUpdate:modelValue": e[8] || (e[8] = (t) => $(d) ? d.value = t : d = t),
256
256
  "label-name": "asset/asset-depreciation-record"
257
257
  }, null, 8, ["modelValue"])
258
258
  ]),
@@ -263,7 +263,7 @@ const O = { class: "app-container" }, W = { class: "search-container" }, X = ["o
263
263
  })
264
264
  ]),
265
265
  footer: o(() => [
266
- l(b) > 0 ? (c(), w(A, {
266
+ l(b) > 0 ? (p(), w(A, {
267
267
  key: 0,
268
268
  total: l(b),
269
269
  "onUpdate:total": e[9] || (e[9] = (t) => $(b) ? b.value = t : null),
@@ -272,8 +272,7 @@ const O = { class: "app-container" }, W = { class: "search-container" }, X = ["o
272
272
  "page-size": s.value.pageSize,
273
273
  "onUpdate:pageSize": e[11] || (e[11] = (t) => s.value.pageSize = t),
274
274
  onPagination: e[12] || (e[12] = (t) => l(i).getList())
275
- }, null, 8, ["total", "current-page", "page-size"])) : H("", !0),
276
- e[13] || (e[13] = d("   "))
275
+ }, null, 8, ["total", "current-page", "page-size"])) : H("", !0)
277
276
  ]),
278
277
  default: o(() => [
279
278
  a(Q, {
@@ -283,21 +282,21 @@ const O = { class: "app-container" }, W = { class: "search-container" }, X = ["o
283
282
  "row-key": "recordId",
284
283
  "list-loading": l(P),
285
284
  data: l(E),
286
- "table-label": l(p),
285
+ "table-label": l(d),
287
286
  onSelectionChange: T
288
287
  }, {
289
288
  number: o((t) => [
290
289
  y("span", null, u(t.data.row.number) + "/" + u(t.data.row.unit), 1)
291
290
  ]),
292
291
  assetSort: o((t) => [
293
- y("span", null, u(l(R).assetSortDictEnum.getEnumValue(t.data.row.assetSort)), 1)
292
+ y("span", null, u(l(h).assetSortDictEnum.getEnumValue(t.data.row.assetSort)), 1)
294
293
  ]),
295
294
  operation: o((t) => [
296
- g((c(), k("span", {
295
+ g((p(), k("span", {
297
296
  class: "el-button-color",
298
- onClick: (Z) => I(t.data.row)
297
+ onClick: (Z) => L(t.data.row)
299
298
  }, [
300
- d(u(n.$t("common.view")), 1)
299
+ c(u(n.$t("common.view")), 1)
301
300
  ], 8, X)), [
302
301
  [v, ["asset:depreciation_record:view"]]
303
302
  ])
@@ -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
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-rgOtFZu6.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",