xyvcard-itsmsys 0.0.25 → 0.0.27
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/{FileSaver.min-BeKvLuyk.mjs → FileSaver.min-5d27MsC6.mjs} +12 -12
- package/dist/assets/7f3e996112b4923f.png +0 -0
- package/dist/{edit-CfbonHOl.mjs → edit-4Z-ZnpFy.mjs} +1 -1
- package/dist/{edit-DybO5r3p.mjs → edit-8-gDtIOz.mjs} +1 -1
- package/dist/{edit-BrHOGUbU.mjs → edit-BlkaYTGl.mjs} +1 -1
- package/dist/{edit-C82n7Lq0.mjs → edit-CEYAvHd3.mjs} +1 -1
- package/dist/{edit-CNEVornb.mjs → edit-QJ7ZmxX_.mjs} +131 -135
- package/dist/{edit-DYqAdRsK.mjs → edit-diNsokNw.mjs} +3 -3
- package/dist/edit-oJm1rfX1.mjs +410 -0
- package/dist/{edit.vue_vue_type_script_setup_true_lang-CaZa7PUh.mjs → edit.vue_vue_type_script_setup_true_lang-CFG4x85k.mjs} +2 -2
- package/dist/{edit.vue_vue_type_script_setup_true_lang-D2j1brBX.mjs → edit.vue_vue_type_script_setup_true_lang-DeduEUOD.mjs} +100 -96
- package/dist/{edit.vue_vue_type_script_setup_true_lang-BfQVspxd.mjs → edit.vue_vue_type_script_setup_true_lang-T6aiep4s.mjs} +74 -72
- package/dist/{edit.vue_vue_type_script_setup_true_lang-Cg1uyqed.mjs → edit.vue_vue_type_script_setup_true_lang-g81nThyI.mjs} +7 -7
- package/dist/{import-upload-CC1Ho43e.mjs → import-upload-BxVBkr7-.mjs} +2 -2
- package/dist/{import-upload-BaJGVcNb.mjs → import-upload-CtJh5u39.mjs} +2 -2
- package/dist/index-3An-8Hfg.mjs +343 -0
- package/dist/{index-CAzxJ_Vp.mjs → index-BsrMxEM8.mjs} +146 -116
- package/dist/{index-igV06vtf.mjs → index-C2od41K0.mjs} +161 -153
- package/dist/{index-cpyRUYdS.mjs → index-CR3fzc4o.mjs} +79 -73
- package/dist/{index-Di1yx94g.mjs → index-Cgq1M4Qb.mjs} +120 -112
- package/dist/{index-B2xwBTw-.mjs → index-RF4VErgF.mjs} +8 -8
- package/dist/{index-IpHv0Vzi.mjs → index-Trc70jRt.mjs} +1 -1
- package/dist/{index-cKI_mzoF.mjs → index-XMaINj6l.mjs} +188 -179
- package/dist/index.mjs +488 -484
- package/dist/index.vue_vue_type_script_setup_true_lang-B2_RWC8z.mjs +199 -0
- package/dist/{info-G1z1-aeX.mjs → info-0SKOqQd1.mjs} +2 -2
- package/dist/{info-BUKhtcuu.mjs → info-BVo8clC4.mjs} +2 -2
- package/dist/{info-EodyqiPm.mjs → info-CSazWjOe.mjs} +2 -2
- package/dist/{info-6E3wqxd6.mjs → info-DzQiIFfX.mjs} +35 -35
- package/dist/{info-DttXGxP3.mjs → info-Ju_uuO8i.mjs} +3 -3
- package/dist/{info-AE3ch4Zw.mjs → info-n4JaFgZW.mjs} +3 -3
- package/dist/style.css +1 -1
- package/dts/api/itsm-sys-org/types.d.ts +3 -0
- package/dts/lang/itsmsys/zh-cn.d.ts +17 -13
- package/package.json +8 -7
- package/dist/avatar-DFToerb2.mjs +0 -4
- package/dist/edit-COKceKzl.mjs +0 -358
- package/dist/index-BV5uRZXE.mjs +0 -313
- package/dist/index.vue_vue_type_script_setup_true_lang-BnhxjAOt.mjs +0 -198
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
import { defineComponent as K, ref as k, reactive as T, resolveComponent as r, resolveDirective as I, createElementBlock as C, openBlock as a, createVNode as c, createBlock as d, createCommentVNode as N, withCtx as l, withDirectives as p, unref as n, createTextVNode as g, toDisplayString as v, createElementVNode as F, isRef as V } from "vue";
|
|
2
|
+
import { useTableHooks as G } from "jmash-core";
|
|
3
|
+
import { useI18n as J } from "vue-i18n";
|
|
4
|
+
import { useRoute as M } from "vue-router";
|
|
5
|
+
import { s as Q } from "./index-B6vJj_z6.mjs";
|
|
6
|
+
import { _ as W } from "./edit.vue_vue_type_script_setup_true_lang-CFG4x85k.mjs";
|
|
7
|
+
import { D as X } from "./index-dIcRC4jE.mjs";
|
|
8
|
+
const Y = { class: "app-container" }, Z = ["onClick"], ee = ["onClick"], me = /* @__PURE__ */ K({
|
|
9
|
+
__name: "index",
|
|
10
|
+
setup(te) {
|
|
11
|
+
const { t: y } = J(), R = M(), m = k({
|
|
12
|
+
orgId: R.query.entityKey
|
|
13
|
+
}), { tableHooks: s, multipleTableRef: D, listLoading: S, tableData: $, total: b } = G(y, Q, m);
|
|
14
|
+
let u = k([
|
|
15
|
+
{
|
|
16
|
+
label: "sysOrgInvoice.invoiceType",
|
|
17
|
+
prop: "invoiceType",
|
|
18
|
+
width: "100",
|
|
19
|
+
isColumn: !0,
|
|
20
|
+
slotName: "invoiceType",
|
|
21
|
+
columnType: "slot"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
label: "sysOrgInvoice.invoiceTitle",
|
|
25
|
+
prop: "invoiceTitle",
|
|
26
|
+
width: "150",
|
|
27
|
+
isColumn: !0
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
label: "sysOrgInvoice.taxNumber",
|
|
31
|
+
prop: "taxNumber",
|
|
32
|
+
isColumn: !0
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
label: "sysOrgInvoice.bankName",
|
|
36
|
+
prop: "bankName",
|
|
37
|
+
isColumn: !0,
|
|
38
|
+
width: "150"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
label: "sysOrgInvoice.backNumber",
|
|
42
|
+
prop: "backNumber",
|
|
43
|
+
isColumn: !0
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
label: "sysOrgInvoice.taxRate",
|
|
47
|
+
prop: "taxRate",
|
|
48
|
+
isColumn: !0,
|
|
49
|
+
width: "100"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
label: "common.operate",
|
|
53
|
+
width: "200",
|
|
54
|
+
slotName: "operation",
|
|
55
|
+
columnType: "slot",
|
|
56
|
+
fixed: "right",
|
|
57
|
+
isColumn: !0
|
|
58
|
+
}
|
|
59
|
+
]);
|
|
60
|
+
const i = k({
|
|
61
|
+
title: y("common.edit"),
|
|
62
|
+
visible: !1
|
|
63
|
+
});
|
|
64
|
+
let f = T({});
|
|
65
|
+
function x() {
|
|
66
|
+
f = T({}), i.value.title = y("common.add"), i.value.visible = !0;
|
|
67
|
+
}
|
|
68
|
+
function O(o) {
|
|
69
|
+
f.invoiceId = o.invoiceId, i.value.title = y("common.edit"), i.value.visible = !0;
|
|
70
|
+
}
|
|
71
|
+
function P(o) {
|
|
72
|
+
s.selectionRows.value = o;
|
|
73
|
+
}
|
|
74
|
+
function j(o) {
|
|
75
|
+
s.handleSort(o.prop, o.order);
|
|
76
|
+
}
|
|
77
|
+
function z(o) {
|
|
78
|
+
o && s.getList();
|
|
79
|
+
}
|
|
80
|
+
return s.getList(), (o, t) => {
|
|
81
|
+
const h = r("el-button"), w = r("el-col"), E = r("jmash-column-select"), L = r("el-row"), U = r("jmash-table"), B = r("jmash-pagination"), q = r("el-card"), _ = I("hasPerm"), A = I("loading");
|
|
82
|
+
return a(), C("div", Y, [
|
|
83
|
+
c(q, {
|
|
84
|
+
shadow: "never",
|
|
85
|
+
class: "table-container"
|
|
86
|
+
}, {
|
|
87
|
+
header: l(() => [
|
|
88
|
+
c(L, null, {
|
|
89
|
+
default: l(() => [
|
|
90
|
+
c(w, { span: 17 }, {
|
|
91
|
+
default: l(() => [
|
|
92
|
+
p((a(), d(h, {
|
|
93
|
+
type: "primary",
|
|
94
|
+
onClick: x
|
|
95
|
+
}, {
|
|
96
|
+
default: l(() => [
|
|
97
|
+
g(v(o.$t("common.add")), 1)
|
|
98
|
+
]),
|
|
99
|
+
_: 1
|
|
100
|
+
})), [
|
|
101
|
+
[_, ["itsmsys:sys_org_invoice:add"]]
|
|
102
|
+
]),
|
|
103
|
+
p((a(), d(h, {
|
|
104
|
+
type: "primary",
|
|
105
|
+
onClick: t[0] || (t[0] = (e) => n(s).deleteRecords())
|
|
106
|
+
}, {
|
|
107
|
+
default: l(() => [
|
|
108
|
+
g(v(o.$t("common.batchDelete")), 1)
|
|
109
|
+
]),
|
|
110
|
+
_: 1
|
|
111
|
+
})), [
|
|
112
|
+
[_, ["itsmsys:sys_org_invoice:delete"]]
|
|
113
|
+
])
|
|
114
|
+
]),
|
|
115
|
+
_: 1
|
|
116
|
+
}),
|
|
117
|
+
c(w, {
|
|
118
|
+
span: 7,
|
|
119
|
+
class: "container-float"
|
|
120
|
+
}, {
|
|
121
|
+
default: l(() => [
|
|
122
|
+
c(E, {
|
|
123
|
+
modelValue: n(u),
|
|
124
|
+
"onUpdate:modelValue": t[1] || (t[1] = (e) => V(u) ? u.value = e : u = e),
|
|
125
|
+
"label-name": "itsmsys/itsm-sys-org-invoice"
|
|
126
|
+
}, null, 8, ["modelValue"])
|
|
127
|
+
]),
|
|
128
|
+
_: 1
|
|
129
|
+
})
|
|
130
|
+
]),
|
|
131
|
+
_: 1
|
|
132
|
+
})
|
|
133
|
+
]),
|
|
134
|
+
footer: l(() => [
|
|
135
|
+
n(b) > 0 ? (a(), d(B, {
|
|
136
|
+
key: 0,
|
|
137
|
+
total: n(b),
|
|
138
|
+
"onUpdate:total": t[2] || (t[2] = (e) => V(b) ? b.value = e : null),
|
|
139
|
+
"current-page": m.value.curPage,
|
|
140
|
+
"onUpdate:currentPage": t[3] || (t[3] = (e) => m.value.curPage = e),
|
|
141
|
+
"page-size": m.value.pageSize,
|
|
142
|
+
"onUpdate:pageSize": t[4] || (t[4] = (e) => m.value.pageSize = e),
|
|
143
|
+
onPagination: t[5] || (t[5] = (e) => n(s).getList())
|
|
144
|
+
}, null, 8, ["total", "current-page", "page-size"])) : N("", !0)
|
|
145
|
+
]),
|
|
146
|
+
default: l(() => [
|
|
147
|
+
p((a(), d(U, {
|
|
148
|
+
ref_key: "multipleTableRef",
|
|
149
|
+
ref: D,
|
|
150
|
+
"row-key": "invoiceId",
|
|
151
|
+
data: n($),
|
|
152
|
+
"table-label": n(u),
|
|
153
|
+
onSelectionChange: P,
|
|
154
|
+
onSortChange: j
|
|
155
|
+
}, {
|
|
156
|
+
invoiceType: l((e) => [
|
|
157
|
+
F("span", null, v(n(X).invoiceTypeDictEnum.getEnumValue(e.data.row.invoiceType)), 1)
|
|
158
|
+
]),
|
|
159
|
+
operation: l((e) => [
|
|
160
|
+
p((a(), C("span", {
|
|
161
|
+
class: "el-button-color",
|
|
162
|
+
onClick: (H) => O(e.data.row)
|
|
163
|
+
}, [
|
|
164
|
+
g(v(o.$t("common.edit")), 1)
|
|
165
|
+
], 8, Z)), [
|
|
166
|
+
[_, ["itsmsys:sys_org_invoice:update"]]
|
|
167
|
+
]),
|
|
168
|
+
p((a(), C("span", {
|
|
169
|
+
class: "el-button-color",
|
|
170
|
+
onClick: (H) => n(s).deleteRecord(e.data.row)
|
|
171
|
+
}, [
|
|
172
|
+
g(v(o.$t("common.delete")), 1)
|
|
173
|
+
], 8, ee)), [
|
|
174
|
+
[_, ["itsmsys:sys_org_invoice:delete"]]
|
|
175
|
+
])
|
|
176
|
+
]),
|
|
177
|
+
_: 1
|
|
178
|
+
}, 8, ["data", "table-label"])), [
|
|
179
|
+
[A, n(S)]
|
|
180
|
+
])
|
|
181
|
+
]),
|
|
182
|
+
_: 1
|
|
183
|
+
}),
|
|
184
|
+
i.value.visible ? (a(), d(W, {
|
|
185
|
+
key: 0,
|
|
186
|
+
modelValue: i.value.visible,
|
|
187
|
+
"onUpdate:modelValue": t[6] || (t[6] = (e) => i.value.visible = e),
|
|
188
|
+
title: i.value.title,
|
|
189
|
+
"entity-key": n(f),
|
|
190
|
+
onRefresh: z,
|
|
191
|
+
width: "900px"
|
|
192
|
+
}, null, 8, ["modelValue", "title", "entity-key"])) : N("", !0)
|
|
193
|
+
]);
|
|
194
|
+
};
|
|
195
|
+
}
|
|
196
|
+
});
|
|
197
|
+
export {
|
|
198
|
+
me as _
|
|
199
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as w, ref as p, onBeforeMount as A, resolveComponent as a,
|
|
1
|
+
import { defineComponent as w, ref as p, onBeforeMount as A, resolveComponent as a, createElementBlock as M, openBlock as q, createVNode as t, withCtx as l, createTextVNode as c, toDisplayString as o, createElementVNode as s, unref as _ } from "vue";
|
|
2
2
|
import { useRouter as G, useRoute as R } from "vue-router";
|
|
3
3
|
import { routerUtil as S } from "jmash-core";
|
|
4
4
|
import { sysOrgApi as U } from "./index.mjs";
|
|
@@ -36,7 +36,7 @@ const K = { class: "app-container" }, z = { class: "cell-item" }, F = { class: "
|
|
|
36
36
|
}
|
|
37
37
|
return (e, d) => {
|
|
38
38
|
const T = a("el-button"), i = a("el-descriptions-item"), C = a("jmash-mobileIns-component"), E = a("jmash-amap"), V = a("el-descriptions"), f = a("el-tab-pane"), u = a("el-table-column"), j = a("el-table"), D = a("el-tabs"), B = a("el-card");
|
|
39
|
-
return
|
|
39
|
+
return q(), M("div", K, [
|
|
40
40
|
t(B, { shadow: "never" }, {
|
|
41
41
|
header: l(() => [
|
|
42
42
|
t(T, {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as B, ref as p, onBeforeMount as w, resolveComponent as a,
|
|
1
|
+
import { defineComponent as B, ref as p, onBeforeMount as w, resolveComponent as a, createElementBlock as A, openBlock as M, createVNode as l, withCtx as o, createTextVNode as c, toDisplayString as t, createElementVNode as s, unref as v } from "vue";
|
|
2
2
|
import { useRouter as q, useRoute as R } from "vue-router";
|
|
3
3
|
import { routerUtil as S } from "jmash-core";
|
|
4
4
|
import { sysOrgApi as U } from "./index.mjs";
|
|
@@ -36,7 +36,7 @@ const K = { class: "app-container" }, z = { class: "cell-item" }, F = { class: "
|
|
|
36
36
|
}
|
|
37
37
|
return (e, d) => {
|
|
38
38
|
const C = a("el-button"), i = a("el-descriptions-item"), E = a("jmash-mobileIns-component"), G = a("jmash-amap"), O = a("el-descriptions"), g = a("el-tab-pane"), u = a("el-table-column"), V = a("el-table"), j = a("el-tabs"), D = a("el-card");
|
|
39
|
-
return
|
|
39
|
+
return M(), A("div", K, [
|
|
40
40
|
l(D, { shadow: "never" }, {
|
|
41
41
|
header: o(() => [
|
|
42
42
|
l(C, {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as w, ref as p, onBeforeMount as A, resolveComponent as a,
|
|
1
|
+
import { defineComponent as w, ref as p, onBeforeMount as A, resolveComponent as a, createElementBlock as M, openBlock as q, createVNode as l, withCtx as t, createTextVNode as u, toDisplayString as o, createElementVNode as s, unref as _ } from "vue";
|
|
2
2
|
import { useRouter as G, useRoute as R } from "vue-router";
|
|
3
3
|
import { routerUtil as S } from "jmash-core";
|
|
4
4
|
import { sysOrgApi as U } from "./index.mjs";
|
|
@@ -36,7 +36,7 @@ const K = { class: "app-container" }, z = { class: "cell-item" }, F = { class: "
|
|
|
36
36
|
}
|
|
37
37
|
return (e, d) => {
|
|
38
38
|
const T = a("el-button"), i = a("el-descriptions-item"), C = a("jmash-mobileIns-component"), E = a("jmash-amap"), V = a("el-descriptions"), g = a("el-tab-pane"), c = a("el-table-column"), j = a("el-table"), D = a("el-tabs"), B = a("el-card");
|
|
39
|
-
return
|
|
39
|
+
return q(), M("div", K, [
|
|
40
40
|
l(B, { shadow: "never" }, {
|
|
41
41
|
header: t(() => [
|
|
42
42
|
l(T, {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { defineComponent as M, getCurrentInstance as j, ref as h, computed as z, onBeforeMount as k, resolveComponent as m,
|
|
1
|
+
import { defineComponent as M, getCurrentInstance as j, ref as h, computed as z, onBeforeMount as k, resolveComponent as m, createElementBlock as g, openBlock as v, createVNode as s, withCtx as e, createElementVNode as o, createTextVNode as r, toDisplayString as l, unref as u, Fragment as C, renderList as N, createBlock as T } from "vue";
|
|
2
2
|
import { useRouter as w, useRoute as S } from "vue-router";
|
|
3
3
|
import { D as a } from "./index-dIcRC4jE.mjs";
|
|
4
4
|
import { fileApi as Y, routerUtil as x } from "jmash-core";
|
|
5
5
|
import { sysUserExtApi as A } from "./index.mjs";
|
|
6
|
-
import
|
|
6
|
+
import F from "./assets/7f3e996112b4923f.png";
|
|
7
7
|
import { _ as H } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
8
|
-
const O = { class: "app-container" }, R = { class: "container" }, q = { class: "img-box" }, L = ["src"], G = { class: "descriptions" }, J = { style: { "font-size": "18px", "font-weight": "bold", "margin-right": "30px", "margin-left": "30px" } }, K = { class: "cell-item" }, Q = { class: "cell-item" }, W = { class: "cell-item" }, X = { class: "cell-item" }, Z = { class: "cell-item" }, ee = { class: "cell-item" }, te = { class: "cell-item" }, le = { class: "cell-item" }, oe = { class: "cell-item" },
|
|
8
|
+
const O = { class: "app-container" }, R = { class: "container" }, q = { class: "img-box" }, L = ["src"], G = { class: "descriptions" }, J = { style: { "font-size": "18px", "font-weight": "bold", "margin-right": "30px", "margin-left": "30px" } }, K = { class: "cell-item" }, Q = { class: "cell-item" }, W = { class: "cell-item" }, X = { class: "cell-item" }, Z = { class: "cell-item" }, ee = { class: "cell-item" }, te = { class: "cell-item" }, le = { class: "cell-item" }, oe = { class: "cell-item" }, ne = /* @__PURE__ */ M({
|
|
9
9
|
__name: "info",
|
|
10
|
-
setup(
|
|
10
|
+
setup(se) {
|
|
11
11
|
const { proxy: y } = j(), I = w(), f = S(), t = h({});
|
|
12
12
|
a.sysOrgBizDict.useValues(), a.deptBizDict.useValues(), a.jobBizDict.useValues(), a.parentIdBizDict.useValues();
|
|
13
13
|
const d = h([!1]);
|
|
14
|
-
function _(
|
|
15
|
-
d.value[
|
|
14
|
+
function _(n) {
|
|
15
|
+
d.value[n] = !d.value[n];
|
|
16
16
|
}
|
|
17
17
|
const E = z(
|
|
18
18
|
() => t.value && t.value.avatar ? Y.imageUrl(t.value.avatar) : F
|
|
@@ -23,20 +23,20 @@ const O = { class: "app-container" }, R = { class: "container" }, q = { class: "
|
|
|
23
23
|
return k(() => {
|
|
24
24
|
A.findById({
|
|
25
25
|
userId: f.query.userId
|
|
26
|
-
}).then(({ data:
|
|
27
|
-
t.value =
|
|
26
|
+
}).then(({ data: n }) => {
|
|
27
|
+
t.value = n;
|
|
28
28
|
});
|
|
29
|
-
}), (
|
|
29
|
+
}), (n, c) => {
|
|
30
30
|
const P = m("el-button"), i = m("el-descriptions-item"), b = m("jmash-mobileIns-component"), B = m("el-tag"), U = m("el-descriptions"), V = m("el-card");
|
|
31
31
|
return v(), g("div", O, [
|
|
32
|
-
|
|
32
|
+
s(V, { shadow: "never" }, {
|
|
33
33
|
header: e(() => [
|
|
34
|
-
|
|
34
|
+
s(P, {
|
|
35
35
|
type: "primary",
|
|
36
36
|
onClick: D
|
|
37
37
|
}, {
|
|
38
38
|
default: e(() => [
|
|
39
|
-
r(l(
|
|
39
|
+
r(l(n.$t("common.back")), 1)
|
|
40
40
|
]),
|
|
41
41
|
_: 1
|
|
42
42
|
})
|
|
@@ -55,27 +55,27 @@ const O = { class: "app-container" }, R = { class: "container" }, q = { class: "
|
|
|
55
55
|
o("div", G, [
|
|
56
56
|
o("span", J, l(t.value.realName), 1),
|
|
57
57
|
r(" " + l(u(a).genderDict.getEnumValue(t.value.gender)) + " ", 1),
|
|
58
|
-
|
|
58
|
+
s(U, {
|
|
59
59
|
class: "margin-top",
|
|
60
60
|
column: 2,
|
|
61
61
|
border: ""
|
|
62
62
|
}, {
|
|
63
63
|
default: e(() => [
|
|
64
|
-
|
|
64
|
+
s(i, null, {
|
|
65
65
|
label: e(() => [
|
|
66
|
-
o("div", K, l(
|
|
66
|
+
o("div", K, l(n.$t("sysUserMan.orgId")), 1)
|
|
67
67
|
]),
|
|
68
68
|
default: e(() => [
|
|
69
69
|
r(" " + l(u(a).sysOrgBizDict.getValue(t.value.orgId)), 1)
|
|
70
70
|
]),
|
|
71
71
|
_: 1
|
|
72
72
|
}),
|
|
73
|
-
|
|
73
|
+
s(i, null, {
|
|
74
74
|
label: e(() => [
|
|
75
|
-
o("div", Q, l(
|
|
75
|
+
o("div", Q, l(n.$t("sysUserMan.mobilePhone")), 1)
|
|
76
76
|
]),
|
|
77
77
|
default: e(() => [
|
|
78
|
-
|
|
78
|
+
s(b, {
|
|
79
79
|
mobilePhoneIns: t.value.mobilePhoneIns,
|
|
80
80
|
mobilePhone: t.value.mobilePhone,
|
|
81
81
|
mobileEncrypt: d.value[0],
|
|
@@ -84,12 +84,12 @@ const O = { class: "app-container" }, R = { class: "container" }, q = { class: "
|
|
|
84
84
|
]),
|
|
85
85
|
_: 1
|
|
86
86
|
}),
|
|
87
|
-
|
|
87
|
+
s(i, null, {
|
|
88
88
|
label: e(() => [
|
|
89
|
-
o("div", W, l(
|
|
89
|
+
o("div", W, l(n.$t("sysUserMan.email")), 1)
|
|
90
90
|
]),
|
|
91
91
|
default: e(() => [
|
|
92
|
-
|
|
92
|
+
s(b, {
|
|
93
93
|
mobilePhoneIns: t.value.emailIns,
|
|
94
94
|
mobilePhone: t.value.email,
|
|
95
95
|
mobileEncrypt: d.value[1],
|
|
@@ -98,12 +98,12 @@ const O = { class: "app-container" }, R = { class: "container" }, q = { class: "
|
|
|
98
98
|
]),
|
|
99
99
|
_: 1
|
|
100
100
|
}),
|
|
101
|
-
|
|
101
|
+
s(i, null, {
|
|
102
102
|
label: e(() => [
|
|
103
|
-
o("div", X, l(
|
|
103
|
+
o("div", X, l(n.$t("sysUserMan.idNo")), 1)
|
|
104
104
|
]),
|
|
105
105
|
default: e(() => [
|
|
106
|
-
|
|
106
|
+
s(b, {
|
|
107
107
|
mobilePhoneIns: t.value.idNoIns,
|
|
108
108
|
mobilePhone: t.value.idNo,
|
|
109
109
|
mobileEncrypt: d.value[2],
|
|
@@ -112,27 +112,27 @@ const O = { class: "app-container" }, R = { class: "container" }, q = { class: "
|
|
|
112
112
|
]),
|
|
113
113
|
_: 1
|
|
114
114
|
}),
|
|
115
|
-
|
|
115
|
+
s(i, null, {
|
|
116
116
|
label: e(() => [
|
|
117
|
-
o("div", Z, l(
|
|
117
|
+
o("div", Z, l(n.$t("sysUserMan.deptId")), 1)
|
|
118
118
|
]),
|
|
119
119
|
default: e(() => [
|
|
120
120
|
r(" " + l(u(a).deptBizDict.getValue(t.value.deptId)), 1)
|
|
121
121
|
]),
|
|
122
122
|
_: 1
|
|
123
123
|
}),
|
|
124
|
-
|
|
124
|
+
s(i, null, {
|
|
125
125
|
label: e(() => [
|
|
126
|
-
o("div", ee, l(
|
|
126
|
+
o("div", ee, l(n.$t("sysUserMan.jobId")), 1)
|
|
127
127
|
]),
|
|
128
128
|
default: e(() => [
|
|
129
129
|
r(" " + l(u(a).jobBizDict.getValue(t.value.jobId)), 1)
|
|
130
130
|
]),
|
|
131
131
|
_: 1
|
|
132
132
|
}),
|
|
133
|
-
|
|
133
|
+
s(i, null, {
|
|
134
134
|
label: e(() => [
|
|
135
|
-
o("div", te, l(
|
|
135
|
+
o("div", te, l(n.$t("sysUserMan.jobStatus")), 1)
|
|
136
136
|
]),
|
|
137
137
|
default: e(() => [
|
|
138
138
|
r(" " + l(u(a).jobStatusDictEnum.getEnumValue(
|
|
@@ -141,9 +141,9 @@ const O = { class: "app-container" }, R = { class: "container" }, q = { class: "
|
|
|
141
141
|
]),
|
|
142
142
|
_: 1
|
|
143
143
|
}),
|
|
144
|
-
|
|
144
|
+
s(i, null, {
|
|
145
145
|
label: e(() => [
|
|
146
|
-
o("div", le, l(
|
|
146
|
+
o("div", le, l(n.$t("sysUserMan.userCreateTime")), 1)
|
|
147
147
|
]),
|
|
148
148
|
default: e(() => [
|
|
149
149
|
o("span", null, l(u(y).$moment.formatDate(
|
|
@@ -153,9 +153,9 @@ const O = { class: "app-container" }, R = { class: "container" }, q = { class: "
|
|
|
153
153
|
]),
|
|
154
154
|
_: 1
|
|
155
155
|
}),
|
|
156
|
-
|
|
156
|
+
s(i, null, {
|
|
157
157
|
label: e(() => [
|
|
158
|
-
o("div", oe, l(
|
|
158
|
+
o("div", oe, l(n.$t("sysUserMan.orgIds")), 1)
|
|
159
159
|
]),
|
|
160
160
|
default: e(() => [
|
|
161
161
|
(v(!0), g(C, null, N(t.value.orgIds, (p, $) => (v(), T(B, {
|
|
@@ -181,7 +181,7 @@ const O = { class: "app-container" }, R = { class: "container" }, q = { class: "
|
|
|
181
181
|
]);
|
|
182
182
|
};
|
|
183
183
|
}
|
|
184
|
-
}), pe = /* @__PURE__ */ H(
|
|
184
|
+
}), pe = /* @__PURE__ */ H(ne, [["__scopeId", "data-v-d5bbc535"]]);
|
|
185
185
|
export {
|
|
186
186
|
pe as default
|
|
187
187
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { defineComponent as U, getCurrentInstance as $, ref as f, computed as O, onBeforeMount as V, resolveComponent as d,
|
|
1
|
+
import { defineComponent as U, getCurrentInstance as $, ref as f, computed as O, onBeforeMount as V, resolveComponent as d, createElementBlock as C, openBlock as T, createVNode as s, withCtx as e, createElementVNode as o, createTextVNode as a, toDisplayString as t, unref as r } from "vue";
|
|
2
2
|
import { useRouter as B, useRoute as M } from "vue-router";
|
|
3
3
|
import { D as u } from "./index-dIcRC4jE.mjs";
|
|
4
4
|
import { fileApi as N, routerUtil as S } from "jmash-core";
|
|
5
5
|
import { sysUserExtApi as j } from "./index.mjs";
|
|
6
|
-
import
|
|
6
|
+
import k from "./assets/7f3e996112b4923f.png";
|
|
7
7
|
import { _ as w } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
8
8
|
const Y = { class: "app-container" }, z = { class: "container" }, A = { class: "img-box" }, J = ["src"], H = { class: "descriptions" }, R = { style: { "font-size": "18px", "font-weight": "bold", "margin-right": "30px", "margin-left": "30px" } }, q = { class: "cell-item" }, x = { class: "cell-item" }, F = { class: "cell-item" }, G = { class: "cell-item" }, K = { class: "cell-item" }, L = { class: "cell-item" }, Q = { class: "cell-item" }, W = { class: "cell-item" }, X = { class: "cell-item" }, Z = { class: "cell-item" }, ee = /* @__PURE__ */ U({
|
|
9
9
|
__name: "info",
|
|
@@ -28,7 +28,7 @@ const Y = { class: "app-container" }, z = { class: "container" }, A = { class: "
|
|
|
28
28
|
});
|
|
29
29
|
}), (n, c) => {
|
|
30
30
|
const I = d("el-button"), i = d("el-descriptions-item"), _ = d("jmash-mobileIns-component"), P = d("el-descriptions"), D = d("el-card");
|
|
31
|
-
return
|
|
31
|
+
return T(), C("div", Y, [
|
|
32
32
|
s(D, { shadow: "never" }, {
|
|
33
33
|
header: e(() => [
|
|
34
34
|
s(I, {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { defineComponent as U, getCurrentInstance as $, ref as f, computed as O, onBeforeMount as V, resolveComponent as d,
|
|
1
|
+
import { defineComponent as U, getCurrentInstance as $, ref as f, computed as O, onBeforeMount as V, resolveComponent as d, createElementBlock as C, openBlock as T, createVNode as s, withCtx as e, createElementVNode as o, createTextVNode as a, toDisplayString as l, unref as r } from "vue";
|
|
2
2
|
import { useRouter as B, useRoute as M } from "vue-router";
|
|
3
3
|
import { D as u } from "./index-dIcRC4jE.mjs";
|
|
4
4
|
import { fileApi as N, routerUtil as S } from "jmash-core";
|
|
5
5
|
import { sysUserExtApi as j } from "./index.mjs";
|
|
6
|
-
import
|
|
6
|
+
import k from "./assets/7f3e996112b4923f.png";
|
|
7
7
|
import { _ as w } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
8
8
|
const Y = { class: "app-container" }, z = { class: "container" }, A = { class: "img-box" }, J = ["src"], H = { class: "descriptions" }, R = { style: { "font-size": "18px", "font-weight": "bold", "margin-right": "30px", "margin-left": "30px" } }, q = { class: "cell-item" }, x = { class: "cell-item" }, F = { class: "cell-item" }, G = { class: "cell-item" }, K = { class: "cell-item" }, L = { class: "cell-item" }, Q = { class: "cell-item" }, W = { class: "cell-item" }, X = { class: "cell-item" }, Z = { class: "cell-item" }, ee = /* @__PURE__ */ U({
|
|
9
9
|
__name: "info",
|
|
@@ -28,7 +28,7 @@ const Y = { class: "app-container" }, z = { class: "container" }, A = { class: "
|
|
|
28
28
|
});
|
|
29
29
|
}), (n, c) => {
|
|
30
30
|
const I = d("el-button"), i = d("el-descriptions-item"), _ = d("jmash-mobileIns-component"), P = d("el-descriptions"), D = d("el-card");
|
|
31
|
-
return
|
|
31
|
+
return T(), C("div", Y, [
|
|
32
32
|
s(D, { shadow: "never" }, {
|
|
33
33
|
header: e(() => [
|
|
34
34
|
s(I, {
|