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
package/dist/index-Bb_sQScO.mjs
DELETED
@@ -1,169 +0,0 @@
|
|
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
|
-
};
|