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.
- package/dist/{assign-CnuGWSFW.mjs → assign-DS84uCHm.mjs} +95 -91
- package/dist/{edit-B-LYCCbp.mjs → edit-BV3P-kiT.mjs} +1 -1
- package/dist/{edit-D17Gyv98.mjs → edit-BaWrwFgf.mjs} +1 -1
- package/dist/edit-CuEUJBMa.mjs +4 -0
- package/dist/{edit.vue_vue_type_script_setup_true_lang-LbrAsCMD.mjs → edit.vue_vue_type_script_setup_true_lang-CSvQU9EU.mjs} +28 -29
- package/dist/{edit-D32-_mu1.mjs → edit.vue_vue_type_script_setup_true_lang-JZ4KujwQ.mjs} +20 -21
- package/dist/{edit.vue_vue_type_script_setup_true_lang-rgOtFZu6.mjs → edit.vue_vue_type_script_setup_true_lang-NJMVf1bn.mjs} +46 -46
- package/dist/{index-BpLDkr7K.mjs → index--nrfog3z.mjs} +32 -33
- package/dist/{index-BdDLFlf4.mjs → index-BOtyLeeq.mjs} +1 -1
- package/dist/{index-DsSb9DBJ.mjs → index-BRu1DVx7.mjs} +18 -18
- package/dist/index-Bb_sQScO.mjs +169 -0
- package/dist/{index-C-pCJ3qR.mjs → index-Bvn3U9pm.mjs} +18 -18
- package/dist/{index-DTA_c5of.mjs → index-D-0ABbeq.mjs} +7 -7
- package/dist/{index-DTvR5Kzi.mjs → index-Dt5JusqL.mjs} +11 -11
- package/dist/{index-CAxWHIh9.mjs → index-K-gPXcQF.mjs} +10 -10
- package/dist/{index-3yyPfzhR.mjs → index-U9RubJnZ.mjs} +1 -1
- package/dist/index.mjs +422 -457
- package/dist/style.css +1 -1
- package/dts/api/dict.d.ts +2 -2
- package/dts/api/index.d.ts +3 -3
- package/dts/router/page.d.ts +5 -5
- package/package.json +1 -1
- package/dist/_plugin-vue_export-helper-CHgC5LLL.mjs +0 -9
- package/dist/index-DeX1io_N.mjs +0 -158
package/dist/style.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
.blue_color{color:#3370ff;font-size:16px;font-weight:600;margin-left:3px;margin-right:3px}.dis_bottom{margin-bottom:0!important}.total-num{border:var(--el-border);border-color:#bae7ff;background-color:#e6f7ff!important;padding:9px 18px;border-radius:3px;font-size:14px;margin-bottom:10px;color:#545a5d}.
|
1
|
+
.blue_color{color:#3370ff;font-size:16px;font-weight:600;margin-left:3px;margin-right:3px}.dis_bottom{margin-bottom:0!important}.total-num{border:var(--el-border);border-color:#bae7ff;background-color:#e6f7ff!important;padding:9px 18px;border-radius:3px;font-size:14px;margin-bottom:10px;color:#545a5d}.el-form-item--default[data-v-29252b2b]{margin-bottom:0}
|
package/dts/api/dict.d.ts
CHANGED
@@ -11,9 +11,9 @@ export declare class UnionOrgBizLayDict extends BizLayDict {
|
|
11
11
|
export declare class SiteBizLayDict extends BizDict {
|
12
12
|
useValues(): Promise<Entry[]>;
|
13
13
|
}
|
14
|
-
export declare class
|
14
|
+
export declare class ServiceNameDict extends BizDict {
|
15
15
|
useValues(): Promise<Entry[]>;
|
16
16
|
}
|
17
|
-
export declare class
|
17
|
+
export declare class ManagerDict extends BizDict {
|
18
18
|
useValues(): Promise<Entry[]>;
|
19
19
|
}
|
package/dts/api/index.d.ts
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
import { EnumDict } from "jmash-core";
|
2
|
-
import { CustomBizDict, SiteBizLayDict, UnionOrgBizLayDict,
|
2
|
+
import { CustomBizDict, SiteBizLayDict, UnionOrgBizLayDict, ServiceNameDict, ManagerDict } from "./dict";
|
3
3
|
export declare class Dict {
|
4
4
|
static readonly enableDict: CustomBizDict;
|
5
5
|
static readonly unionOrgBizLayDict: UnionOrgBizLayDict;
|
6
6
|
static readonly serviceStatusEnum: EnumDict;
|
7
7
|
static readonly siteDict: SiteBizLayDict;
|
8
|
-
static readonly serviceNameDict:
|
9
|
-
static readonly managerDict:
|
8
|
+
static readonly serviceNameDict: ServiceNameDict;
|
9
|
+
static readonly managerDict: ManagerDict;
|
10
10
|
static readonly statusDictEnum: EnumDict;
|
11
11
|
static readonly assetStatusDict: CustomBizDict;
|
12
12
|
static readonly assetSortDictEnum: EnumDict;
|
package/dts/router/page.d.ts
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
import type { RouteRecordRaw } from "vue-router";
|
2
|
-
export declare const
|
3
|
-
export declare const
|
4
|
-
export declare const
|
5
|
-
export declare const
|
6
|
-
export declare const
|
2
|
+
export declare const assetSiteInfo: () => Promise<typeof import("@/views/asset/asset-site/info/index.vue")>;
|
3
|
+
export declare const assetServiceApptRecordInfo: () => Promise<typeof import("@/views/asset/asset-service-appt-record/info/index.vue")>;
|
4
|
+
export declare const assetInfo: () => Promise<typeof import("@/views/asset/asset-asset/info/index.vue")>;
|
5
|
+
export declare const inventoryInfo: () => Promise<typeof import("@/views/asset/asset-inventory-record/info/index.vue")>;
|
6
|
+
export declare const depreciationInfo: () => Promise<typeof import("@/views/asset/asset-depreciation-record/info/index.vue")>;
|
7
7
|
export declare const assetRoutes: RouteRecordRaw[];
|
8
8
|
export default assetRoutes;
|
package/package.json
CHANGED
package/dist/index-DeX1io_N.mjs
DELETED
@@ -1,158 +0,0 @@
|
|
1
|
-
import { defineComponent as h, getCurrentInstance as j, ref as b, reactive as w, onBeforeMount as q, resolveComponent as m, openBlock as g, createElementBlock as E, createVNode as l, withCtx as e, createTextVNode as c, toDisplayString as o, unref as a, createBlock as U, isRef as Y, createCommentVNode as L, createElementVNode as r } from "vue";
|
2
|
-
import { useRouter as M, useRoute as A } from "vue-router";
|
3
|
-
import { D as R } from "./index-CGds22-2.mjs";
|
4
|
-
import { useTableHooks as H, routerUtil as O } from "jmash-core";
|
5
|
-
import { i as _ } 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" }, Q = { class: "cell-item" }, W = { class: "cell-item" }, ae = /* @__PURE__ */ h({
|
8
|
-
__name: "index",
|
9
|
-
setup(X) {
|
10
|
-
const { t: N } = x(), { proxy: k } = j(), C = M(), v = A(), i = b({}), u = w({}), { tableHooks: I, multipleTableRef: T, listLoading: P, tableData: y, total: p } = H(N, _, i);
|
11
|
-
let S = b([
|
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
|
-
q(() => {
|
37
|
-
_.findById({ inventoryId: v.query.inventoryId }).then(({ data: n }) => {
|
38
|
-
Object.assign(u, n);
|
39
|
-
}), v.query.inventoryId ? _.findInfoAssetPage({
|
40
|
-
inventoryId: v.query.inventoryId
|
41
|
-
}).then(({ data: { results: n, curPage: t, pageSize: f, totalSize: d } }) => {
|
42
|
-
n && (y.value = n, i.value.curPage = t, i.value.pageSize = f, p.value = d);
|
43
|
-
}) : y.value = [];
|
44
|
-
});
|
45
|
-
function $() {
|
46
|
-
O.closeTagView(v.fullPath, C, !1);
|
47
|
-
}
|
48
|
-
return (n, t) => {
|
49
|
-
const f = m("el-button"), d = m("el-descriptions-item"), D = m("el-descriptions"), V = m("jmash-table"), z = m("jmash-pagination"), B = m("el-card");
|
50
|
-
return g(), E("div", F, [
|
51
|
-
l(B, { shadow: "never" }, {
|
52
|
-
header: e(() => [
|
53
|
-
l(f, {
|
54
|
-
type: "primary",
|
55
|
-
onClick: $
|
56
|
-
}, {
|
57
|
-
default: e(() => [
|
58
|
-
c(o(n.$t("common.back")), 1)
|
59
|
-
]),
|
60
|
-
_: 1
|
61
|
-
})
|
62
|
-
]),
|
63
|
-
footer: e(() => [
|
64
|
-
a(p) > 0 ? (g(), U(z, {
|
65
|
-
key: 0,
|
66
|
-
total: a(p),
|
67
|
-
"onUpdate:total": t[0] || (t[0] = (s) => Y(p) ? p.value = s : null),
|
68
|
-
"current-page": i.value.curPage,
|
69
|
-
"onUpdate:currentPage": t[1] || (t[1] = (s) => i.value.curPage = s),
|
70
|
-
"page-size": i.value.pageSize,
|
71
|
-
"onUpdate:pageSize": t[2] || (t[2] = (s) => i.value.pageSize = s),
|
72
|
-
onPagination: t[3] || (t[3] = (s) => a(I).getList())
|
73
|
-
}, null, 8, ["total", "current-page", "page-size"])) : L("", !0)
|
74
|
-
]),
|
75
|
-
default: e(() => [
|
76
|
-
t[4] || (t[4] = r("div", { class: "title-content" }, "盘点信息", -1)),
|
77
|
-
l(D, {
|
78
|
-
class: "margin-top",
|
79
|
-
column: 2,
|
80
|
-
border: ""
|
81
|
-
}, {
|
82
|
-
default: e(() => [
|
83
|
-
l(d, null, {
|
84
|
-
label: e(() => [
|
85
|
-
r("div", G, o(n.$t("inventoryRecord.siteName")), 1)
|
86
|
-
]),
|
87
|
-
default: e(() => [
|
88
|
-
c(" " + o(u.siteName), 1)
|
89
|
-
]),
|
90
|
-
_: 1
|
91
|
-
}),
|
92
|
-
l(d, null, {
|
93
|
-
label: e(() => [
|
94
|
-
r("div", J, o(n.$t("inventoryRecord.inventoryTime")), 1)
|
95
|
-
]),
|
96
|
-
default: e(() => [
|
97
|
-
c(" " + o(u.inventoryTime ? a(k).$moment.formatDate(u.inventoryTime, "YYYY-MM-DD") : ""), 1)
|
98
|
-
]),
|
99
|
-
_: 1
|
100
|
-
}),
|
101
|
-
l(d, null, {
|
102
|
-
label: e(() => [
|
103
|
-
r("span", null, [
|
104
|
-
r("div", K, o(n.$t("inventoryRecord.userName")), 1)
|
105
|
-
])
|
106
|
-
]),
|
107
|
-
default: e(() => [
|
108
|
-
c(" " + o(u.userName), 1)
|
109
|
-
]),
|
110
|
-
_: 1
|
111
|
-
}),
|
112
|
-
l(d, null, {
|
113
|
-
label: e(() => [
|
114
|
-
r("div", Q, o(n.$t("inventoryRecord.inventoryStatus")), 1)
|
115
|
-
]),
|
116
|
-
default: e(() => [
|
117
|
-
c(" " + o(a(R).inventoryResults.getEnumValue(u.inventoryStatus)), 1)
|
118
|
-
]),
|
119
|
-
_: 1
|
120
|
-
}),
|
121
|
-
l(d, null, {
|
122
|
-
label: e(() => [
|
123
|
-
r("div", W, o(n.$t("inventoryRecord.inventoryNote")), 1)
|
124
|
-
]),
|
125
|
-
default: e(() => [
|
126
|
-
c(" " + o(u.inventoryNote), 1)
|
127
|
-
]),
|
128
|
-
_: 1
|
129
|
-
})
|
130
|
-
]),
|
131
|
-
_: 1
|
132
|
-
}),
|
133
|
-
t[5] || (t[5] = r("div", { class: "title-content" }, "资产信息", -1)),
|
134
|
-
l(V, {
|
135
|
-
ref_key: "multipleTableRef",
|
136
|
-
ref: T,
|
137
|
-
class: "table-top",
|
138
|
-
"row-key": "inventoryId",
|
139
|
-
"is-selection": !1,
|
140
|
-
"list-loading": a(P),
|
141
|
-
data: a(y),
|
142
|
-
"table-label": a(S)
|
143
|
-
}, {
|
144
|
-
status: e((s) => [
|
145
|
-
r("span", null, o(a(R).inventoryResults.getEnumValue(s.data.row.status)), 1)
|
146
|
-
]),
|
147
|
-
_: 1
|
148
|
-
}, 8, ["list-loading", "data", "table-label"])
|
149
|
-
]),
|
150
|
-
_: 1
|
151
|
-
})
|
152
|
-
]);
|
153
|
-
};
|
154
|
-
}
|
155
|
-
});
|
156
|
-
export {
|
157
|
-
ae as default
|
158
|
-
};
|