xyvcard-asset 0.0.21 → 0.0.23
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/dist/{assign-DS84uCHm.mjs → assign-D4YB344H.mjs} +1 -1
- package/dist/{edit-CuEUJBMa.mjs → edit-Bwq5Vg9D.mjs} +1 -1
- package/dist/{edit--yj0Iybx.mjs → edit-D3zlqt11.mjs} +1 -1
- package/dist/{edit-BV3P-kiT.mjs → edit-DxvSeH5Y.mjs} +1 -1
- package/dist/{edit-BaWrwFgf.mjs → edit-yvYhMo5N.mjs} +1 -1
- package/dist/{edit.vue_vue_type_script_setup_true_lang-CSvQU9EU.mjs → edit.vue_vue_type_script_setup_true_lang-CA2vVvh7.mjs} +1 -1
- package/dist/{edit.vue_vue_type_script_setup_true_lang-NJMVf1bn.mjs → edit.vue_vue_type_script_setup_true_lang-CK2dpk1z.mjs} +1 -1
- package/dist/{edit.vue_vue_type_script_setup_true_lang-JZ4KujwQ.mjs → edit.vue_vue_type_script_setup_true_lang-D59t05Ec.mjs} +2 -2
- package/dist/{edit.vue_vue_type_script_setup_true_lang-BA4yxgQj.mjs → edit.vue_vue_type_script_setup_true_lang-DnzT146Q.mjs} +1 -1
- package/dist/{index-B66wesLL.mjs → index-0_FQdBCk.mjs} +37 -35
- package/dist/{index-Dyo7je0Z.mjs → index-4gYJADQ3.mjs} +18 -3
- package/dist/{index-U9RubJnZ.mjs → index-BOS2gtjd.mjs} +1 -1
- package/dist/index-BmxQiLjm.mjs +287 -0
- package/dist/{index-DunHcdgk.mjs → index-Bx1vPk7S.mjs} +2 -2
- package/dist/{index-CyDCZO1f.mjs → index-CQE1DdOZ.mjs} +26 -23
- package/dist/{index-rSyUfdXn.mjs → index-CVU2G5rZ.mjs} +1 -1
- package/dist/{index-BcxOe2-n.mjs → index-DZAvRhPJ.mjs} +1 -1
- package/dist/{index-Br-xX9gN.mjs → index-DmX4B8mf.mjs} +2 -2
- package/dist/{index-C9hmVQif.mjs → index-DxQzN9_F.mjs} +2 -2
- package/dist/{index-CoeHKpWi.mjs → index-eTof-sqF.mjs} +1 -1
- package/dist/{index-DFm7gtx_.mjs → index-e_AlnW3A.mjs} +4 -4
- package/dist/{index-CGds22-2.mjs → index-eassrLOa.mjs} +1 -0
- package/dist/{index-Bvn3U9pm.mjs → index-hCldWS2K.mjs} +5 -5
- package/dist/{index-DycM8yjC.mjs → index-vfIgwaoQ.mjs} +23 -20
- package/dist/index.mjs +6 -3
- package/dts/api/asset/asset-inventory-record/index.d.ts +2 -1
- package/dts/api/asset/asset-inventory-record/types.d.ts +8 -1
- package/dts/lang/asset/zh-cn.d.ts +3 -0
- package/package.json +1 -1
- package/dist/index-Bb_sQScO.mjs +0 -169
@@ -1,18 +1,21 @@
|
|
1
|
-
import { defineComponent as K, ref as S, resolveComponent as r, resolveDirective as F, openBlock as
|
1
|
+
import { defineComponent as K, ref as S, resolveComponent as r, resolveDirective as F, openBlock as m, 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 h, a as G } from "./index-
|
4
|
+
import { D as h, a as G } from "./index-eassrLOa.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
9
|
const { t: R } = x(), D = J();
|
10
10
|
h.assetSortDictEnum.useEnumValues();
|
11
|
-
const s = S({
|
11
|
+
const s = S({
|
12
|
+
curPage: 1,
|
13
|
+
pageSize: 10
|
14
|
+
}), {
|
12
15
|
tableHooks: i,
|
13
16
|
multipleTableRef: N,
|
14
|
-
queryFormRef:
|
15
|
-
listLoading:
|
17
|
+
queryFormRef: P,
|
18
|
+
listLoading: j,
|
16
19
|
tableData: E,
|
17
20
|
total: b
|
18
21
|
} = M(R, G, s);
|
@@ -113,7 +116,7 @@ const O = { class: "app-container" }, W = { class: "search-container" }, X = ["o
|
|
113
116
|
function T(n) {
|
114
117
|
i.selectionRows.value = n;
|
115
118
|
}
|
116
|
-
function
|
119
|
+
function z(n) {
|
117
120
|
D.push({
|
118
121
|
path: "/rawasset/asset-depreciation-record/info",
|
119
122
|
query: {
|
@@ -122,26 +125,26 @@ const O = { class: "app-container" }, W = { class: "search-container" }, X = ["o
|
|
122
125
|
});
|
123
126
|
}
|
124
127
|
return i.getList(), (n, e) => {
|
125
|
-
const
|
126
|
-
return
|
128
|
+
const L = r("jmash-select"), _ = r("el-form-item"), p = r("el-col"), U = 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");
|
129
|
+
return m(), k("div", O, [
|
127
130
|
y("div", W, [
|
128
131
|
a(I, {
|
129
132
|
ref_key: "queryFormRef",
|
130
|
-
ref:
|
133
|
+
ref: P,
|
131
134
|
model: s.value,
|
132
135
|
inline: !0
|
133
136
|
}, {
|
134
137
|
default: o(() => [
|
135
138
|
a(C, null, {
|
136
139
|
default: o(() => [
|
137
|
-
a(
|
140
|
+
a(p, { span: 6 }, {
|
138
141
|
default: o(() => [
|
139
142
|
a(_, {
|
140
143
|
label: n.$t("depreciationRecord.assetSort"),
|
141
144
|
prop: "assetSort"
|
142
145
|
}, {
|
143
146
|
default: o(() => [
|
144
|
-
a(
|
147
|
+
a(L, {
|
145
148
|
modelValue: s.value.assetSort,
|
146
149
|
"onUpdate:modelValue": e[0] || (e[0] = (t) => s.value.assetSort = t),
|
147
150
|
placeholder: n.$t("depreciationRecord.assetSortPlaceholder"),
|
@@ -154,14 +157,14 @@ const O = { class: "app-container" }, W = { class: "search-container" }, X = ["o
|
|
154
157
|
]),
|
155
158
|
_: 1
|
156
159
|
}),
|
157
|
-
a(
|
160
|
+
a(p, { span: 6 }, {
|
158
161
|
default: o(() => [
|
159
162
|
a(_, {
|
160
163
|
label: n.$t("depreciationRecord.name"),
|
161
164
|
prop: "likeName"
|
162
165
|
}, {
|
163
166
|
default: o(() => [
|
164
|
-
a(
|
167
|
+
a(U, {
|
165
168
|
modelValue: s.value.likeName,
|
166
169
|
"onUpdate:modelValue": e[2] || (e[2] = (t) => s.value.likeName = t),
|
167
170
|
placeholder: n.$t("depreciationRecord.namePlaceholder"),
|
@@ -173,7 +176,7 @@ const O = { class: "app-container" }, W = { class: "search-container" }, X = ["o
|
|
173
176
|
]),
|
174
177
|
_: 1
|
175
178
|
}),
|
176
|
-
a(
|
179
|
+
a(p, { span: 12 }, {
|
177
180
|
default: o(() => [
|
178
181
|
a(_, { class: "search-btn" }, {
|
179
182
|
default: o(() => [
|
@@ -217,9 +220,9 @@ const O = { class: "app-container" }, W = { class: "search-container" }, X = ["o
|
|
217
220
|
span: 20
|
218
221
|
}, {
|
219
222
|
default: o(() => [
|
220
|
-
a(
|
223
|
+
a(p, { span: 12 }, {
|
221
224
|
default: o(() => [
|
222
|
-
g((
|
225
|
+
g((m(), w(f, {
|
223
226
|
type: "primary",
|
224
227
|
onClick: e[6] || (e[6] = (t) => l(i).deleteRecords())
|
225
228
|
}, {
|
@@ -233,15 +236,15 @@ const O = { class: "app-container" }, W = { class: "search-container" }, X = ["o
|
|
233
236
|
]),
|
234
237
|
_: 1
|
235
238
|
}),
|
236
|
-
a(
|
239
|
+
a(p, {
|
237
240
|
span: 8,
|
238
241
|
align: "right"
|
239
242
|
}, {
|
240
243
|
default: o(() => [
|
241
|
-
g((
|
244
|
+
g((m(), w(f, {
|
242
245
|
plain: "",
|
243
246
|
type: "primary",
|
244
|
-
onClick: e[7] || (e[7] = (t) => l(i).handleExport(l(R)("
|
247
|
+
onClick: e[7] || (e[7] = (t) => l(i).handleExport(l(R)("depreciationRecord.name")))
|
245
248
|
}, {
|
246
249
|
default: o(() => [
|
247
250
|
c(u(n.$t("common.export")), 1)
|
@@ -263,7 +266,7 @@ const O = { class: "app-container" }, W = { class: "search-container" }, X = ["o
|
|
263
266
|
})
|
264
267
|
]),
|
265
268
|
footer: o(() => [
|
266
|
-
l(b) > 0 ? (
|
269
|
+
l(b) > 0 ? (m(), w(A, {
|
267
270
|
key: 0,
|
268
271
|
total: l(b),
|
269
272
|
"onUpdate:total": e[9] || (e[9] = (t) => $(b) ? b.value = t : null),
|
@@ -280,7 +283,7 @@ const O = { class: "app-container" }, W = { class: "search-container" }, X = ["o
|
|
280
283
|
ref: N,
|
281
284
|
class: "table-top",
|
282
285
|
"row-key": "recordId",
|
283
|
-
"list-loading": l(
|
286
|
+
"list-loading": l(j),
|
284
287
|
data: l(E),
|
285
288
|
"table-label": l(d),
|
286
289
|
onSelectionChange: T
|
@@ -292,9 +295,9 @@ const O = { class: "app-container" }, W = { class: "search-container" }, X = ["o
|
|
292
295
|
y("span", null, u(l(h).assetSortDictEnum.getEnumValue(t.data.row.assetSort)), 1)
|
293
296
|
]),
|
294
297
|
operation: o((t) => [
|
295
|
-
g((
|
298
|
+
g((m(), k("span", {
|
296
299
|
class: "el-button-color",
|
297
|
-
onClick: (Z) =>
|
300
|
+
onClick: (Z) => z(t.data.row)
|
298
301
|
}, [
|
299
302
|
c(u(n.$t("common.view")), 1)
|
300
303
|
], 8, X)), [
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { defineComponent as U, ref as y, resolveComponent as c, openBlock as A, createElementBlock as j, createVNode as a, withCtx as e, createTextVNode as i, toDisplayString as t, unref as u, createBlock as M, isRef as K, createCommentVNode as O, createElementVNode as o } from "vue";
|
2
2
|
import { useRouter as q, useRoute as H } from "vue-router";
|
3
|
-
import { D as _ } from "./index-
|
3
|
+
import { D as _ } from "./index-eassrLOa.mjs";
|
4
4
|
import { useUserStore as I, clearEmpty as R, request as D, useTableHooks as F, routerUtil as G } from "jmash-core";
|
5
5
|
import { s as J } from "./index-BwbnYpa1.mjs";
|
6
6
|
import { useI18n as Q } from "vue-i18n";
|
@@ -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-
|
2
|
+
import { D as p, b as ne, S as ie } from "./index-eassrLOa.mjs";
|
3
3
|
import { useI18n as re } from "vue-i18n";
|
4
|
-
import { _ as ue } from "./edit.vue_vue_type_script_setup_true_lang-
|
4
|
+
import { _ as ue } from "./edit.vue_vue_type_script_setup_true_lang-CK2dpk1z.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 M, ref as y, onBeforeMount as j, resolveComponent as c, openBlock as v, createElementBlock as k, createVNode as s, withCtx as e, createTextVNode as n, toDisplayString as t, unref as r, createBlock as h, isRef as K, createCommentVNode as b, createElementVNode as l } from "vue";
|
2
2
|
import { useRouter as U, useRoute as O } from "vue-router";
|
3
|
-
import { D as p, a as A, C as H } from "./index-
|
3
|
+
import { D as p, a as A, C as H } from "./index-eassrLOa.mjs";
|
4
4
|
import { useTableHooks as Q, routerUtil as F } from "jmash-core";
|
5
5
|
import { useI18n as G } from "vue-i18n";
|
6
|
-
import { a as C } from "./index-
|
6
|
+
import { a as C } from "./index-CVU2G5rZ.mjs";
|
7
7
|
const J = { class: "app-container" }, W = { class: "cell-item" }, X = { class: "cell-item" }, Y = { class: "cell-item" }, Z = { class: "cell-item" }, x = { class: "cell-item" }, ee = { class: "cell-item" }, te = { class: "cell-item" }, le = { class: "cell-item" }, ae = { class: "cell-item" }, se = { class: "cell-item" }, oe = { class: "cell-item" }, ne = { class: "cell-item" }, ie = { class: "cell-item" }, ue = {
|
8
8
|
key: 1,
|
9
9
|
class: "title-content"
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as W, ref as b, resolveComponent as n, resolveDirective as X, openBlock as f, createElementBlock as I, createElementVNode as u, createVNode as l, withCtx as o, unref as s, withKeys as w, toDisplayString as p, Fragment as Z, renderList as x, createBlock as A, createTextVNode as R, isRef as k, createCommentVNode as ee, withDirectives as te } from "vue";
|
2
|
-
import { D as _, s as le } from "./index-
|
2
|
+
import { D as _, s as le } from "./index-eassrLOa.mjs";
|
3
3
|
import { useI18n as oe } from "vue-i18n";
|
4
4
|
import { s as ae } from "./index-BwbnYpa1.mjs";
|
5
5
|
import { useTableHooks as re } from "jmash-core";
|
@@ -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-
|
3
|
+
import { a as ae } from "./index-CVU2G5rZ.mjs";
|
4
4
|
import { useTableHooks as oe } from "jmash-core";
|
5
|
-
import { D as m, S as se } from "./index-
|
6
|
-
import { _ as ne } from "./edit.vue_vue_type_script_setup_true_lang-
|
5
|
+
import { D as m, S as se } from "./index-eassrLOa.mjs";
|
6
|
+
import { _ as ne } from "./edit.vue_vue_type_script_setup_true_lang-D59t05Ec.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) {
|
@@ -279,7 +279,7 @@ const re = { class: "app-container" }, ue = { class: "search-container" }, ie =
|
|
279
279
|
T((p(), N(S, {
|
280
280
|
plain: "",
|
281
281
|
type: "primary",
|
282
|
-
onClick: t[10] || (t[10] = (e) => s(u).handleExport(s(g)("
|
282
|
+
onClick: t[10] || (t[10] = (e) => s(u).handleExport(s(g)("assetDetail.name")))
|
283
283
|
}, {
|
284
284
|
default: l(() => [
|
285
285
|
V(i(a.$t("common.export")), 1)
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { defineComponent as ne, ref as f, reactive as z, resolveComponent as d, resolveDirective as ue, openBlock as r, createElementBlock as _, createElementVNode as h, createVNode as s, withCtx as l, withKeys as N, unref as o, createTextVNode as m, toDisplayString as u, withDirectives as c, createBlock as b, isRef as A, createCommentVNode as w } from "vue";
|
2
2
|
import { useI18n as re } from "vue-i18n";
|
3
|
-
import { _ as ie } from "./edit.vue_vue_type_script_setup_true_lang-
|
4
|
-
import de from "./assign-
|
5
|
-
import { a as me, D as V } from "./index-
|
3
|
+
import { _ as ie } from "./edit.vue_vue_type_script_setup_true_lang-DnzT146Q.mjs";
|
4
|
+
import de from "./assign-D4YB344H.mjs";
|
5
|
+
import { a as me, D as V } from "./index-eassrLOa.mjs";
|
6
6
|
import { useTableHooks as pe } from "jmash-core";
|
7
7
|
import { useRouter as fe } from "vue-router";
|
8
8
|
const ce = { class: "app-container" }, be = { class: "search-container" }, ye = ["onClick"], ve = ["onClick"], ge = ["onClick"], we = ["onClick"], De = /* @__PURE__ */ ne({
|
@@ -297,7 +297,7 @@ const ce = { class: "app-container" }, be = { class: "search-container" }, ye =
|
|
297
297
|
c((r(), b(g, {
|
298
298
|
plain: "",
|
299
299
|
type: "primary",
|
300
|
-
onClick: t[10] || (t[10] = (e) => o(n).handleExport(o(y)("asset.
|
300
|
+
onClick: t[10] || (t[10] = (e) => o(n).handleExport(o(y)("asset.name")))
|
301
301
|
}, {
|
302
302
|
default: l(() => [
|
303
303
|
m(u(a.$t("common.export")), 1)
|
@@ -411,7 +411,7 @@ const ce = { class: "app-container" }, be = { class: "search-container" }, ye =
|
|
411
411
|
key: 1,
|
412
412
|
"upload-visible": C.value,
|
413
413
|
"template-title": a.$t("sysUser.templateDownload"),
|
414
|
-
onTemplateDown: t[17] || (t[17] = (e) => o(n).downloadTemplate(o(y)("asset.
|
414
|
+
onTemplateDown: t[17] || (t[17] = (e) => o(n).downloadTemplate(o(y)("asset.name"))),
|
415
415
|
onImportEvents: Z,
|
416
416
|
onUploadClosed: Y
|
417
417
|
}, null, 8, ["upload-visible", "template-title"])) : w("", !0),
|
@@ -1,21 +1,24 @@
|
|
1
|
-
import { defineComponent as H, getCurrentInstance as G, ref as b, resolveComponent as s, resolveDirective as J, openBlock as _, createElementBlock as
|
1
|
+
import { defineComponent as H, getCurrentInstance as G, ref as b, resolveComponent as s, resolveDirective as J, openBlock as _, createElementBlock as S, createElementVNode as d, createVNode as n, withCtx as o, unref as r, withKeys as R, createTextVNode as w, toDisplayString as u, isRef as V, createBlock as W, createCommentVNode as X, withDirectives as Z } from "vue";
|
2
2
|
import { useTableHooks as x } from "jmash-core";
|
3
3
|
import { useI18n as ee } from "vue-i18n";
|
4
4
|
import { c as k } from "./common-CshrwPyx.mjs";
|
5
|
-
import { i as te } from "./index-
|
6
|
-
import { D as y } from "./index-
|
5
|
+
import { i as te } from "./index-4gYJADQ3.mjs";
|
6
|
+
import { D as y } from "./index-eassrLOa.mjs";
|
7
7
|
import { useRouter as oe } from "vue-router";
|
8
8
|
const ne = { class: "app-container" }, le = { class: "search-container" }, ae = ["onClick"], ye = /* @__PURE__ */ H({
|
9
9
|
__name: "index",
|
10
10
|
setup(re) {
|
11
11
|
const { proxy: D } = G(), T = oe(), { t: C } = ee();
|
12
12
|
y.unionOrgBizLayDict.useValues();
|
13
|
-
const a = b({
|
13
|
+
const a = b({
|
14
|
+
curPage: 1,
|
15
|
+
pageSize: 10
|
16
|
+
}), {
|
14
17
|
tableHooks: i,
|
15
18
|
multipleTableRef: $,
|
16
19
|
queryFormRef: I,
|
17
|
-
listLoading:
|
18
|
-
tableData:
|
20
|
+
listLoading: P,
|
21
|
+
tableData: j,
|
19
22
|
total: f
|
20
23
|
} = x(C, te, a);
|
21
24
|
let p = b([
|
@@ -93,8 +96,8 @@ const ne = { class: "app-container" }, le = { class: "search-container" }, ae =
|
|
93
96
|
});
|
94
97
|
}
|
95
98
|
return i.getList(), (l, t) => {
|
96
|
-
const L = s("el-tree-select"), v = s("el-form-item"), m = s("el-col"), Q = s("el-input"), B = s("jmash-select"), g = s("el-row"), E = s("el-date-picker"), h = s("el-button"), q = s("el-form"),
|
97
|
-
return _(),
|
99
|
+
const L = s("el-tree-select"), v = s("el-form-item"), m = s("el-col"), Q = s("el-input"), B = s("jmash-select"), g = s("el-row"), E = s("el-date-picker"), h = s("el-button"), q = s("el-form"), F = s("jmash-column-select"), K = s("jmash-table"), M = s("jmash-pagination"), O = s("el-card"), A = J("hasPerm");
|
100
|
+
return _(), S("div", ne, [
|
98
101
|
d("div", le, [
|
99
102
|
n(q, {
|
100
103
|
ref_key: "queryFormRef",
|
@@ -186,8 +189,8 @@ const ne = { class: "app-container" }, le = { class: "search-container" }, ae =
|
|
186
189
|
"onUpdate:modelValue": t[6] || (t[6] = (e) => c.value = e),
|
187
190
|
class: "dropdown-left",
|
188
191
|
type: "daterange",
|
189
|
-
"start-placeholder": l.$t("
|
190
|
-
"end-placeholder": l.$t("
|
192
|
+
"start-placeholder": l.$t("inventoryRecord.startDate"),
|
193
|
+
"end-placeholder": l.$t("inventoryRecord.endDate"),
|
191
194
|
format: "YYYY-MM-DD",
|
192
195
|
onChange: z
|
193
196
|
}, null, 8, ["modelValue", "start-placeholder", "end-placeholder"])
|
@@ -230,7 +233,7 @@ const ne = { class: "app-container" }, le = { class: "search-container" }, ae =
|
|
230
233
|
}, 8, ["model"]),
|
231
234
|
t[13] || (t[13] = d("div", { class: "clear" }, null, -1))
|
232
235
|
]),
|
233
|
-
n(
|
236
|
+
n(O, {
|
234
237
|
shadow: "never",
|
235
238
|
class: "table-container"
|
236
239
|
}, {
|
@@ -245,9 +248,9 @@ const ne = { class: "app-container" }, le = { class: "search-container" }, ae =
|
|
245
248
|
class: "container-float"
|
246
249
|
}, {
|
247
250
|
default: o(() => [
|
248
|
-
n(
|
251
|
+
n(F, {
|
249
252
|
modelValue: r(p),
|
250
|
-
"onUpdate:modelValue": t[8] || (t[8] = (e) =>
|
253
|
+
"onUpdate:modelValue": t[8] || (t[8] = (e) => V(p) ? p.value = e : p = e),
|
251
254
|
"label-name": "asset/asset-inventory-record"
|
252
255
|
}, null, 8, ["modelValue"])
|
253
256
|
]),
|
@@ -258,10 +261,10 @@ const ne = { class: "app-container" }, le = { class: "search-container" }, ae =
|
|
258
261
|
})
|
259
262
|
]),
|
260
263
|
footer: o(() => [
|
261
|
-
r(f) > 0 ? (_(), W(
|
264
|
+
r(f) > 0 ? (_(), W(M, {
|
262
265
|
key: 0,
|
263
266
|
total: r(f),
|
264
|
-
"onUpdate:total": t[9] || (t[9] = (e) =>
|
267
|
+
"onUpdate:total": t[9] || (t[9] = (e) => V(f) ? f.value = e : null),
|
265
268
|
"current-page": a.value.curPage,
|
266
269
|
"onUpdate:currentPage": t[10] || (t[10] = (e) => a.value.curPage = e),
|
267
270
|
"page-size": a.value.pageSize,
|
@@ -270,13 +273,13 @@ const ne = { class: "app-container" }, le = { class: "search-container" }, ae =
|
|
270
273
|
}, null, 8, ["total", "current-page", "page-size"])) : X("", !0)
|
271
274
|
]),
|
272
275
|
default: o(() => [
|
273
|
-
n(
|
276
|
+
n(K, {
|
274
277
|
ref_key: "multipleTableRef",
|
275
278
|
ref: $,
|
276
279
|
class: "table-top",
|
277
280
|
"row-key": "inventoryId",
|
278
|
-
"list-loading": r(
|
279
|
-
data: r(
|
281
|
+
"list-loading": r(P),
|
282
|
+
data: r(j),
|
280
283
|
"table-label": r(p),
|
281
284
|
onSelectionChange: U
|
282
285
|
}, {
|
@@ -302,13 +305,13 @@ const ne = { class: "app-container" }, le = { class: "search-container" }, ae =
|
|
302
305
|
d("span", null, u(e.data.row.inventoryNote), 1)
|
303
306
|
]),
|
304
307
|
operation: o((e) => [
|
305
|
-
Z((_(),
|
308
|
+
Z((_(), S("span", {
|
306
309
|
class: "el-button-color",
|
307
310
|
onClick: (se) => Y(e.data.row)
|
308
311
|
}, [
|
309
312
|
w(u(l.$t("common.view")), 1)
|
310
313
|
], 8, ae)), [
|
311
|
-
[
|
314
|
+
[A, ["asset:inventory_record:view"]]
|
312
315
|
])
|
313
316
|
]),
|
314
317
|
_: 1
|
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-
|
2
|
+
const Ys = () => import("./index-BOS2gtjd.mjs"), Os = () => import("./index-DZAvRhPJ.mjs"), Ts = () => import("./index-DxQzN9_F.mjs"), bs = () => import("./index-BmxQiLjm.mjs"), xs = () => import("./index-0_FQdBCk.mjs"), Rs = [
|
3
3
|
{
|
4
4
|
path: "/rawasset",
|
5
5
|
component: ks,
|
@@ -178,6 +178,7 @@ const Ys = () => import("./index-U9RubJnZ.mjs"), Os = () => import("./index-BcxO
|
|
178
178
|
},
|
179
179
|
// 盘点记录
|
180
180
|
inventoryRecord: {
|
181
|
+
name: "盘点记录",
|
181
182
|
siteName: "场地名称",
|
182
183
|
inventoryTime: "盘点时间",
|
183
184
|
userName: "盘点人",
|
@@ -189,7 +190,9 @@ const Ys = () => import("./index-U9RubJnZ.mjs"), Os = () => import("./index-BcxO
|
|
189
190
|
deviceCode: "资产编码",
|
190
191
|
// placeholder
|
191
192
|
orgIdPlaceholder: "请选择所属工会",
|
192
|
-
siteNamePlaceholder: "请输入场地名称"
|
193
|
+
siteNamePlaceholder: "请输入场地名称",
|
194
|
+
startDate: "开始时间",
|
195
|
+
endDate: "结束时间"
|
193
196
|
},
|
194
197
|
// 资产明细
|
195
198
|
assetDetail: {
|
@@ -2822,7 +2825,7 @@ const In = {
|
|
2822
2825
|
}
|
2823
2826
|
};
|
2824
2827
|
}
|
2825
|
-
}, Cn = /* @__PURE__ */ Object.assign({ "./views/asset/asset-asset-detail/edit.vue": () => import("./edit-
|
2828
|
+
}, Cn = /* @__PURE__ */ Object.assign({ "./views/asset/asset-asset-detail/edit.vue": () => import("./edit-yvYhMo5N.mjs"), "./views/asset/asset-asset-detail/index.vue": () => import("./index-e_AlnW3A.mjs"), "./views/asset/asset-asset/assign.vue": () => import("./assign-D4YB344H.mjs"), "./views/asset/asset-asset/edit.vue": () => import("./edit-Bwq5Vg9D.mjs"), "./views/asset/asset-asset/index.vue": () => import("./index-hCldWS2K.mjs"), "./views/asset/asset-asset/info/index.vue": () => import("./index-DxQzN9_F.mjs"), "./views/asset/asset-depreciation-record/index.vue": () => import("./index-CQE1DdOZ.mjs"), "./views/asset/asset-depreciation-record/info/index.vue": () => import("./index-0_FQdBCk.mjs"), "./views/asset/asset-inventory-record/index.vue": () => import("./index-vfIgwaoQ.mjs"), "./views/asset/asset-inventory-record/info/index.vue": () => import("./index-BmxQiLjm.mjs"), "./views/asset/asset-service-appt-record/index.vue": () => import("./index-eTof-sqF.mjs"), "./views/asset/asset-service-appt-record/info/index.vue": () => import("./index-DZAvRhPJ.mjs"), "./views/asset/asset-site-service/edit.vue": () => import("./edit-D3zlqt11.mjs"), "./views/asset/asset-site-service/index.vue": () => import("./index-DmX4B8mf.mjs"), "./views/asset/asset-site/edit.vue": () => import("./edit-DxvSeH5Y.mjs"), "./views/asset/asset-site/index.vue": () => import("./index-Bx1vPk7S.mjs"), "./views/asset/asset-site/info/index.vue": () => import("./index-BOS2gtjd.mjs") }), Un = {
|
2826
2829
|
install(e) {
|
2827
2830
|
e.use(In), Ss(Cn, 7), Ms(Rs), Ws(Ds);
|
2828
2831
|
}
|
@@ -1,10 +1,11 @@
|
|
1
1
|
import type { AxiosPromise } from "axios";
|
2
|
-
import type { InventoryRecordApi, InventoryRecordReq, InventoryRecordModel, InventoryRecordPage, InventoryRecordKey } from "./types";
|
2
|
+
import type { InventoryRecordApi, InventoryRecordReq, InventoryRecordModel, InventoryRecordPage, InventoryRecordKey, InventoryRecordExportReq } from "./types";
|
3
3
|
declare class InventoryRecordApiImpl implements InventoryRecordApi {
|
4
4
|
getKey(model: InventoryRecordModel): InventoryRecordKey;
|
5
5
|
findPage(query?: InventoryRecordReq): AxiosPromise<InventoryRecordPage>;
|
6
6
|
findInfoAssetPage(query?: InventoryRecordKey): AxiosPromise<InventoryRecordPage>;
|
7
7
|
findById(query: InventoryRecordKey): AxiosPromise<InventoryRecordModel>;
|
8
|
+
exportExcel(queryParams: InventoryRecordExportReq): AxiosPromise;
|
8
9
|
}
|
9
10
|
declare const inventoryRecordApi: InventoryRecordApiImpl;
|
10
11
|
export { inventoryRecordApi };
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { EntityApi, EntityReq, EntityModel, EntityList, EntityPage, EntityTotal, EntityKey, EntityKeyList, EntityCreateReq, EntityUpdateReq } from "jmash-core";
|
1
|
+
import type { EntityApi, EntityReq, EntityModel, EntityList, EntityPage, EntityTotal, EntityKey, EntityKeyList, EntityCreateReq, EntityUpdateReq, EntityExportReq } from "jmash-core";
|
2
2
|
export interface InventoryRecordApi extends EntityApi {
|
3
3
|
}
|
4
4
|
export interface InventoryRecordReq extends EntityReq {
|
@@ -9,6 +9,7 @@ export interface InventoryRecordReq extends EntityReq {
|
|
9
9
|
inventoryEndTime?: string;
|
10
10
|
inventoryStatus?: string;
|
11
11
|
hasInventoryStatus?: boolean;
|
12
|
+
inventoryId?: string;
|
12
13
|
}
|
13
14
|
export interface InventoryRecordModel extends EntityModel {
|
14
15
|
inventoryId?: string;
|
@@ -61,3 +62,9 @@ export interface InventoryRecordUpdateReq extends EntityUpdateReq {
|
|
61
62
|
inventoryStatus?: string;
|
62
63
|
}
|
63
64
|
export type InventoryRecordFormReq = InventoryRecordCreateReq | InventoryRecordUpdateReq;
|
65
|
+
export interface InventoryRecordExportReq extends EntityExportReq {
|
66
|
+
tenant: string;
|
67
|
+
title?: string;
|
68
|
+
fileName?: string;
|
69
|
+
req: InventoryRecordReq;
|
70
|
+
}
|
@@ -105,6 +105,7 @@ declare const _default: {
|
|
105
105
|
statusInfo: string;
|
106
106
|
};
|
107
107
|
inventoryRecord: {
|
108
|
+
name: string;
|
108
109
|
siteName: string;
|
109
110
|
inventoryTime: string;
|
110
111
|
userName: string;
|
@@ -115,6 +116,8 @@ declare const _default: {
|
|
115
116
|
deviceCode: string;
|
116
117
|
orgIdPlaceholder: string;
|
117
118
|
siteNamePlaceholder: string;
|
119
|
+
startDate: string;
|
120
|
+
endDate: string;
|
118
121
|
};
|
119
122
|
assetDetail: {
|
120
123
|
orgId: string;
|