xyvcard-asset 0.0.20 → 0.0.22

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.
@@ -21,7 +21,7 @@ const O = { class: "app-container" }, W = { class: "search-container" }, X = ["o
21
21
  {
22
22
  label: "depreciationRecord.name",
23
23
  prop: "name",
24
- width: "200",
24
+ width: "220",
25
25
  sortable: "custom",
26
26
  isColumn: !0
27
27
  },
@@ -29,7 +29,7 @@ const O = { class: "app-container" }, W = { class: "search-container" }, X = ["o
29
29
  {
30
30
  label: "depreciationRecord.code",
31
31
  prop: "code",
32
- width: "200",
32
+ width: "220",
33
33
  sortable: "custom",
34
34
  isColumn: !0
35
35
  },
@@ -37,7 +37,7 @@ const O = { class: "app-container" }, W = { class: "search-container" }, X = ["o
37
37
  {
38
38
  label: "depreciationRecord.number",
39
39
  prop: "number",
40
- width: "150",
40
+ width: "120",
41
41
  sortable: "custom",
42
42
  isColumn: !0,
43
43
  slotName: "number",
@@ -1,8 +1,8 @@
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";
1
+ import { defineComponent as H, ref as I, computed as Q, onBeforeMount as K, resolveComponent as u, openBlock as V, 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
2
  import { useUserStore as g, clearEmpty as h, request as $, useTableHooks as X, routerUtil as Z } from "jmash-core";
3
3
  import { useI18n as x } from "vue-i18n";
4
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";
5
+ import { q as ae, D as S, a as le } from "./index-CGds22-2.mjs";
6
6
  import { c as oe } from "./common-CshrwPyx.mjs";
7
7
  class se {
8
8
  getKey(s) {
@@ -58,21 +58,21 @@ const C = new se(), ne = { class: "app-container" }, re = { class: "cell-item" }
58
58
  __name: "index",
59
59
  setup(P) {
60
60
  const { t: s } = x(), _ = ee(), f = te();
61
- V.assetSortDictEnum.useEnumValues();
61
+ S.assetSortDictEnum.useEnumValues();
62
62
  const d = I({
63
63
  assetId: f.query.assetId
64
64
  }), n = I({}), w = Q(() => {
65
65
  const t = n.value.oldMoney ?? 0, l = parseFloat(
66
66
  n.value.totalDepreciation ?? "0"
67
- );
68
- return t - l;
67
+ ), v = t - l;
68
+ return parseFloat(v.toFixed(2));
69
69
  }), {
70
70
  tableHooks: k,
71
71
  multipleTableRef: E,
72
72
  queryFormRef: q,
73
73
  listLoading: B,
74
74
  tableData: y,
75
- total: v
75
+ total: b
76
76
  } = X(s, C, d);
77
77
  let M = I([
78
78
  // 折旧年月
@@ -93,7 +93,7 @@ const C = new se(), ne = { class: "app-container" }, re = { class: "cell-item" }
93
93
  function z(t) {
94
94
  d.value.year = oe(t).getYear();
95
95
  }
96
- function L() {
96
+ function F() {
97
97
  Z.closeTagView(f.fullPath, _, !1);
98
98
  }
99
99
  return K(() => {
@@ -101,24 +101,24 @@ const C = new se(), ne = { class: "app-container" }, re = { class: "cell-item" }
101
101
  n.value = t;
102
102
  }), C.findPage({
103
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);
104
+ }).then(({ data: { results: t, curPage: l, pageSize: v, totalSize: D } }) => {
105
+ t && (y.value = t, d.value.curPage = l, d.value.pageSize = v, b.value = D);
106
106
  })) : y.value = [];
107
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, [
108
+ const v = u("el-button"), D = u("el-col"), L = u("el-row"), c = u("el-descriptions-item"), T = u("el-descriptions"), U = u("el-date-picker"), R = u("el-form-item"), j = u("el-form"), A = u("jmash-table"), N = u("jmash-pagination"), Y = u("el-card");
109
+ return V(), G("div", ne, [
110
110
  o(Y, {
111
111
  shadow: "never",
112
112
  class: "table-container"
113
113
  }, {
114
114
  header: e(() => [
115
- o(T, { justify: "space-between" }, {
115
+ o(L, { justify: "space-between" }, {
116
116
  default: e(() => [
117
117
  o(D, { span: 12 }, {
118
118
  default: e(() => [
119
- o(b, {
119
+ o(v, {
120
120
  type: "primary",
121
- onClick: L
121
+ onClick: F
122
122
  }, {
123
123
  default: e(() => [
124
124
  r(a(t.$t("common.back")), 1)
@@ -133,10 +133,10 @@ const C = new se(), ne = { class: "app-container" }, re = { class: "cell-item" }
133
133
  })
134
134
  ]),
135
135
  footer: e(() => [
136
- m(v) > 0 ? (S(), J(N, {
136
+ m(b) > 0 ? (V(), J(N, {
137
137
  key: 0,
138
- total: m(v),
139
- "onUpdate:total": l[3] || (l[3] = (p) => O(v) ? v.value = p : null),
138
+ total: m(b),
139
+ "onUpdate:total": l[3] || (l[3] = (p) => O(b) ? b.value = p : null),
140
140
  "current-page": d.value.curPage,
141
141
  "onUpdate:currentPage": l[4] || (l[4] = (p) => d.value.curPage = p),
142
142
  "page-size": d.value.pageSize,
@@ -146,7 +146,7 @@ const C = new se(), ne = { class: "app-container" }, re = { class: "cell-item" }
146
146
  ]),
147
147
  default: e(() => [
148
148
  l[7] || (l[7] = i("div", { class: "title-content" }, "资产信息", -1)),
149
- o(U, {
149
+ o(T, {
150
150
  class: "margin-top",
151
151
  column: 2,
152
152
  border: ""
@@ -193,7 +193,7 @@ const C = new se(), ne = { class: "app-container" }, re = { class: "cell-item" }
193
193
  i("div", ce, a(t.$t("asset.assetSort")), 1)
194
194
  ]),
195
195
  default: e(() => [
196
- r(" " + a(m(V).assetSortDictEnum.getEnumValue(
196
+ r(" " + a(m(S).assetSortDictEnum.getEnumValue(
197
197
  n.value.assetSort
198
198
  )), 1)
199
199
  ]),
@@ -249,7 +249,7 @@ const C = new se(), ne = { class: "app-container" }, re = { class: "cell-item" }
249
249
  }),
250
250
  l[8] || (l[8] = i("div", { class: "title-content" }, "折旧记录", -1)),
251
251
  i("div", be, [
252
- o(A, {
252
+ o(j, {
253
253
  ref_key: "queryFormRef",
254
254
  ref: q,
255
255
  model: d.value,
@@ -261,7 +261,7 @@ const C = new se(), ne = { class: "app-container" }, re = { class: "cell-item" }
261
261
  prop: "selectYear"
262
262
  }, {
263
263
  default: e(() => [
264
- o(j, {
264
+ o(U, {
265
265
  modelValue: d.value.selectYear,
266
266
  "onUpdate:modelValue": l[0] || (l[0] = (p) => d.value.selectYear = p),
267
267
  disabled: m(y).length === 0,
@@ -274,7 +274,7 @@ const C = new se(), ne = { class: "app-container" }, re = { class: "cell-item" }
274
274
  }, 8, ["label"]),
275
275
  o(R, { class: "search-btn" }, {
276
276
  default: e(() => [
277
- o(b, {
277
+ o(v, {
278
278
  type: "primary",
279
279
  onClick: l[1] || (l[1] = (p) => m(k).handleQuery())
280
280
  }, {
@@ -283,7 +283,7 @@ const C = new se(), ne = { class: "app-container" }, re = { class: "cell-item" }
283
283
  ]),
284
284
  _: 1
285
285
  }),
286
- o(b, {
286
+ o(v, {
287
287
  onClick: l[2] || (l[2] = (p) => m(k).resetQuery())
288
288
  }, {
289
289
  default: e(() => [
@@ -298,7 +298,7 @@ const C = new se(), ne = { class: "app-container" }, re = { class: "cell-item" }
298
298
  _: 1
299
299
  }, 8, ["model"])
300
300
  ]),
301
- o(F, {
301
+ o(A, {
302
302
  ref_key: "multipleTableRef",
303
303
  ref: E,
304
304
  class: "table-top",
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { Layout as ks, addViteMenus as Ss, addDynamicRoute as Ms, i18n as Ds } from "jmash-core";
2
- const Ys = () => import("./index-U9RubJnZ.mjs"), Os = () => import("./index-BcxOe2-n.mjs"), Ts = () => import("./index-C9hmVQif.mjs"), bs = () => import("./index-Bb_sQScO.mjs"), xs = () => import("./index-B66wesLL.mjs"), Rs = [
2
+ const Ys = () => import("./index-U9RubJnZ.mjs"), Os = () => import("./index-BcxOe2-n.mjs"), Ts = () => import("./index-C9hmVQif.mjs"), bs = () => import("./index-Bb_sQScO.mjs"), xs = () => import("./index-hGjsHCRF.mjs"), Rs = [
3
3
  {
4
4
  path: "/rawasset",
5
5
  component: ks,
@@ -2822,7 +2822,7 @@ const In = {
2822
2822
  }
2823
2823
  };
2824
2824
  }
2825
- }, Cn = /* @__PURE__ */ Object.assign({ "./views/asset/asset-asset-detail/edit.vue": () => import("./edit-BaWrwFgf.mjs"), "./views/asset/asset-asset-detail/index.vue": () => import("./index-DFm7gtx_.mjs"), "./views/asset/asset-asset/assign.vue": () => import("./assign-DS84uCHm.mjs"), "./views/asset/asset-asset/edit.vue": () => import("./edit--yj0Iybx.mjs"), "./views/asset/asset-asset/index.vue": () => import("./index-Bvn3U9pm.mjs"), "./views/asset/asset-asset/info/index.vue": () => import("./index-C9hmVQif.mjs"), "./views/asset/asset-depreciation-record/index.vue": () => import("./index-CQjuk7-u.mjs"), "./views/asset/asset-depreciation-record/info/index.vue": () => import("./index-B66wesLL.mjs"), "./views/asset/asset-inventory-record/index.vue": () => import("./index-DycM8yjC.mjs"), "./views/asset/asset-inventory-record/info/index.vue": () => import("./index-Bb_sQScO.mjs"), "./views/asset/asset-service-appt-record/index.vue": () => import("./index-CoeHKpWi.mjs"), "./views/asset/asset-service-appt-record/info/index.vue": () => import("./index-BcxOe2-n.mjs"), "./views/asset/asset-site-service/edit.vue": () => import("./edit-CuEUJBMa.mjs"), "./views/asset/asset-site-service/index.vue": () => import("./index-Br-xX9gN.mjs"), "./views/asset/asset-site/edit.vue": () => import("./edit-BV3P-kiT.mjs"), "./views/asset/asset-site/index.vue": () => import("./index-DunHcdgk.mjs"), "./views/asset/asset-site/info/index.vue": () => import("./index-U9RubJnZ.mjs") }), Un = {
2825
+ }, Cn = /* @__PURE__ */ Object.assign({ "./views/asset/asset-asset-detail/edit.vue": () => import("./edit-BaWrwFgf.mjs"), "./views/asset/asset-asset-detail/index.vue": () => import("./index-DFm7gtx_.mjs"), "./views/asset/asset-asset/assign.vue": () => import("./assign-DS84uCHm.mjs"), "./views/asset/asset-asset/edit.vue": () => import("./edit--yj0Iybx.mjs"), "./views/asset/asset-asset/index.vue": () => import("./index-Bvn3U9pm.mjs"), "./views/asset/asset-asset/info/index.vue": () => import("./index-C9hmVQif.mjs"), "./views/asset/asset-depreciation-record/index.vue": () => import("./index-CyDCZO1f.mjs"), "./views/asset/asset-depreciation-record/info/index.vue": () => import("./index-hGjsHCRF.mjs"), "./views/asset/asset-inventory-record/index.vue": () => import("./index-DycM8yjC.mjs"), "./views/asset/asset-inventory-record/info/index.vue": () => import("./index-Bb_sQScO.mjs"), "./views/asset/asset-service-appt-record/index.vue": () => import("./index-CoeHKpWi.mjs"), "./views/asset/asset-service-appt-record/info/index.vue": () => import("./index-BcxOe2-n.mjs"), "./views/asset/asset-site-service/edit.vue": () => import("./edit-CuEUJBMa.mjs"), "./views/asset/asset-site-service/index.vue": () => import("./index-Br-xX9gN.mjs"), "./views/asset/asset-site/edit.vue": () => import("./edit-BV3P-kiT.mjs"), "./views/asset/asset-site/index.vue": () => import("./index-DunHcdgk.mjs"), "./views/asset/asset-site/info/index.vue": () => import("./index-U9RubJnZ.mjs") }), Un = {
2826
2826
  install(e) {
2827
2827
  e.use(In), Ss(Cn, 7), Ms(Rs), Ws(Ds);
2828
2828
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xyvcard-asset",
3
- "version": "0.0.20",
3
+ "version": "0.0.22",
4
4
  "private": false,
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dts/index.d.ts",