xyvcard-asset 0.0.17 → 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-DS84uCHm.mjs +308 -0
- package/dist/{edit-D6NV2pb2.mjs → edit--yj0Iybx.mjs} +1 -1
- package/dist/{edit-BMiwAU2V.mjs → edit-BV3P-kiT.mjs} +1 -1
- package/dist/{edit-DfLSODib.mjs → edit-BaWrwFgf.mjs} +1 -1
- package/dist/edit-CuEUJBMa.mjs +4 -0
- package/dist/{edit.vue_vue_type_script_setup_true_lang-B_2yu4sv.mjs → edit.vue_vue_type_script_setup_true_lang-BA4yxgQj.mjs} +1 -1
- package/dist/{edit.vue_vue_type_script_setup_true_lang-DnsSFyiS.mjs → edit.vue_vue_type_script_setup_true_lang-CSvQU9EU.mjs} +29 -30
- package/dist/{edit-CX2z9EYu.mjs → edit.vue_vue_type_script_setup_true_lang-JZ4KujwQ.mjs} +22 -23
- package/dist/{edit.vue_vue_type_script_setup_true_lang-C8EJ4xOS.mjs → edit.vue_vue_type_script_setup_true_lang-NJMVf1bn.mjs} +50 -48
- package/dist/{index-BWZKXQRi.mjs → index--nrfog3z.mjs} +32 -33
- package/dist/index-B66wesLL.mjs +320 -0
- package/dist/{index-DrajJZ20.mjs → index-BOtyLeeq.mjs} +2 -2
- package/dist/{index-BqLh2sg0.mjs → index-BRu1DVx7.mjs} +20 -20
- package/dist/index-Bb_sQScO.mjs +169 -0
- package/dist/{index-XlZKwbCX.mjs → index-BcxOe2-n.mjs} +72 -72
- package/dist/{index-B1wxTvDR.mjs → index-Bvn3U9pm.mjs} +20 -20
- package/dist/{index-BQ16pRTg.mjs → index-C9hmVQif.mjs} +95 -95
- package/dist/{index-Dw9AQlSo.mjs → index-CGds22-2.mjs} +399 -418
- package/dist/{index-D6Kzp68i.mjs → index-D-0ABbeq.mjs} +8 -8
- package/dist/{index-D4T2vouF.mjs → index-Dt5JusqL.mjs} +12 -12
- package/dist/{index-CFUAQG0g.mjs → index-K-gPXcQF.mjs} +16 -16
- package/dist/{index-CMtqB1MP.mjs → index-U9RubJnZ.mjs} +52 -52
- package/dist/{index-BiBCzEqz.mjs → index-rSyUfdXn.mjs} +1 -1
- package/dist/index.mjs +425 -458
- package/dist/style.css +1 -1
- package/dts/api/asset/asset-asset/types.d.ts +5 -0
- package/dts/api/asset/asset-depreciation-record/types.d.ts +1 -1
- package/dts/api/asset/asset-inventory-record/types.d.ts +1 -0
- package/dts/api/dict.d.ts +2 -2
- package/dts/api/index.d.ts +3 -3
- package/dts/lang/asset/zh-cn.d.ts +2 -0
- package/dts/main.d.ts +0 -1
- package/dts/router/page.d.ts +5 -5
- package/dts/views/asset/asset-asset/assign.vue.d.ts +5 -4
- package/dts/views/asset/asset-asset/edit.vue.d.ts +1 -1
- package/dts/views/asset/asset-site-service/edit.vue.d.ts +1 -1
- package/package.json +16 -14
- package/dist/_plugin-vue_export-helper-CHgC5LLL.mjs +0 -9
- package/dist/assign-CbKUuMPJ.mjs +0 -1603
- package/dist/index-Btpx1Vf2.mjs +0 -328
- package/dist/index-C4xJg5F_.mjs +0 -171
@@ -0,0 +1,308 @@
|
|
1
|
+
import { defineComponent as T, mergeModels as O, ref as v, useModel as G, resolveComponent as o, openBlock as $, createBlock as C, withCtx as e, createElementVNode as p, createVNode as t, createTextVNode as c, toDisplayString as u, unref as y, createElementBlock as H, Fragment as J, renderList as P, withModifiers as Q } from "vue";
|
2
|
+
import { ElMessage as W } from "element-plus";
|
3
|
+
import { D as q, s as X, a as Y } from "./index-CGds22-2.mjs";
|
4
|
+
import { useI18n as Z } from "vue-i18n";
|
5
|
+
const x = { class: "total-num dis_bottom" }, ee = { class: "dialog-footer" }, te = /* @__PURE__ */ T({
|
6
|
+
__name: "assign",
|
7
|
+
props: /* @__PURE__ */ O({
|
8
|
+
entityKey: {
|
9
|
+
type: Object,
|
10
|
+
default: () => {
|
11
|
+
}
|
12
|
+
},
|
13
|
+
numberList: {
|
14
|
+
type: Object,
|
15
|
+
required: !0
|
16
|
+
}
|
17
|
+
}, {
|
18
|
+
modelValue: { type: Boolean },
|
19
|
+
modelModifiers: {}
|
20
|
+
}),
|
21
|
+
emits: /* @__PURE__ */ O(["refresh"], ["update:modelValue"]),
|
22
|
+
setup(g, { emit: h }) {
|
23
|
+
const { t: i } = Z();
|
24
|
+
q.unionOrgBizLayDict.useValues();
|
25
|
+
const _ = v(), d = G(g, "modelValue"), b = g;
|
26
|
+
let w = v();
|
27
|
+
function L(l) {
|
28
|
+
X.findList({ orgId: l }).then((a) => {
|
29
|
+
w.value = a.data.results;
|
30
|
+
});
|
31
|
+
}
|
32
|
+
const U = h;
|
33
|
+
let m = v({
|
34
|
+
assetId: b.entityKey.assetId,
|
35
|
+
assignOrgs: [
|
36
|
+
{
|
37
|
+
orgId: "",
|
38
|
+
siteId: "",
|
39
|
+
assignNumber: 1
|
40
|
+
}
|
41
|
+
]
|
42
|
+
});
|
43
|
+
const A = (l) => {
|
44
|
+
m.value.assignOrgs.splice(l, 1);
|
45
|
+
}, B = () => {
|
46
|
+
m.value.assignOrgs && m.value.assignOrgs.push({
|
47
|
+
orgId: "",
|
48
|
+
siteId: "",
|
49
|
+
assignNumber: 1
|
50
|
+
});
|
51
|
+
}, V = v({
|
52
|
+
orgId: [
|
53
|
+
{
|
54
|
+
required: !0,
|
55
|
+
message: i("asset.orgId"),
|
56
|
+
trigger: "change"
|
57
|
+
}
|
58
|
+
],
|
59
|
+
siteId: [
|
60
|
+
{
|
61
|
+
required: !0,
|
62
|
+
message: i("asset.siteId"),
|
63
|
+
trigger: "change"
|
64
|
+
}
|
65
|
+
],
|
66
|
+
assignNumber: [
|
67
|
+
{
|
68
|
+
required: !0,
|
69
|
+
message: i("asset.assignNumber"),
|
70
|
+
trigger: "blur"
|
71
|
+
}
|
72
|
+
]
|
73
|
+
}), D = () => {
|
74
|
+
var l;
|
75
|
+
(l = _.value) == null || l.validate((a) => {
|
76
|
+
a && Y.assignment(m.value).then((r) => {
|
77
|
+
r.status === 200 && (W({
|
78
|
+
message: i("common.submitSuccess"),
|
79
|
+
type: "success"
|
80
|
+
}), d.value && (d.value = !1), U("refresh", r.status === 200));
|
81
|
+
});
|
82
|
+
});
|
83
|
+
};
|
84
|
+
function N() {
|
85
|
+
d.value && (d.value = !1);
|
86
|
+
}
|
87
|
+
return (l, a) => {
|
88
|
+
const r = o("el-form-item"), k = o("el-col"), R = o("el-row"), f = o("el-table-column"), M = o("el-tree-select"), F = o("el-option"), z = o("el-select"), E = o("el-input"), I = o("el-button"), j = o("el-table"), K = o("el-form"), S = o("el-dialog");
|
89
|
+
return $(), C(S, {
|
90
|
+
modelValue: d.value,
|
91
|
+
"onUpdate:modelValue": a[0] || (a[0] = (s) => d.value = s),
|
92
|
+
onClose: N
|
93
|
+
}, {
|
94
|
+
footer: e(() => [
|
95
|
+
p("div", ee, [
|
96
|
+
t(I, { onClick: N }, {
|
97
|
+
default: e(() => [
|
98
|
+
c(u(l.$t("common.cancel")), 1)
|
99
|
+
]),
|
100
|
+
_: 1
|
101
|
+
}),
|
102
|
+
t(I, {
|
103
|
+
type: "primary",
|
104
|
+
onClick: D
|
105
|
+
}, {
|
106
|
+
default: e(() => [
|
107
|
+
c(u(l.$t("common.confirm")), 1)
|
108
|
+
]),
|
109
|
+
_: 1
|
110
|
+
})
|
111
|
+
])
|
112
|
+
]),
|
113
|
+
default: e(() => [
|
114
|
+
t(K, {
|
115
|
+
ref_key: "assetFormRef",
|
116
|
+
ref: _,
|
117
|
+
model: y(m)
|
118
|
+
}, {
|
119
|
+
default: e(() => [
|
120
|
+
p("div", x, [
|
121
|
+
t(R, null, {
|
122
|
+
default: e(() => [
|
123
|
+
t(k, { span: 6 }, {
|
124
|
+
default: e(() => [
|
125
|
+
t(r, {
|
126
|
+
label: l.$t("asset.name")
|
127
|
+
}, {
|
128
|
+
default: e(() => [
|
129
|
+
c(u(b.numberList.name), 1)
|
130
|
+
]),
|
131
|
+
_: 1
|
132
|
+
}, 8, ["label"])
|
133
|
+
]),
|
134
|
+
_: 1
|
135
|
+
}),
|
136
|
+
t(k, { span: 6 }, {
|
137
|
+
default: e(() => [
|
138
|
+
t(r, {
|
139
|
+
label: l.$t("asset.nameNumber")
|
140
|
+
}, {
|
141
|
+
default: e(() => [
|
142
|
+
c(u(b.numberList.number) + "/" + u(b.numberList.unit), 1)
|
143
|
+
]),
|
144
|
+
_: 1
|
145
|
+
}, 8, ["label"])
|
146
|
+
]),
|
147
|
+
_: 1
|
148
|
+
})
|
149
|
+
]),
|
150
|
+
_: 1
|
151
|
+
})
|
152
|
+
]),
|
153
|
+
t(j, {
|
154
|
+
data: y(m).assignOrgs,
|
155
|
+
"max-height": "250"
|
156
|
+
}, {
|
157
|
+
default: e(() => [
|
158
|
+
t(f, {
|
159
|
+
type: "index",
|
160
|
+
width: "60",
|
161
|
+
label: "序号",
|
162
|
+
align: "center"
|
163
|
+
}),
|
164
|
+
t(f, {
|
165
|
+
prop: "orgId",
|
166
|
+
label: l.$t("asset.orgId")
|
167
|
+
}, {
|
168
|
+
header: e(() => [
|
169
|
+
a[1] || (a[1] = p("span", { class: "required_red" }, "*", -1)),
|
170
|
+
p("span", null, u(l.$t("asset.orgId")), 1)
|
171
|
+
]),
|
172
|
+
default: e((s) => [
|
173
|
+
t(r, {
|
174
|
+
prop: "assignOrgs." + s.$index + ".orgId",
|
175
|
+
rules: V.value.orgId
|
176
|
+
}, {
|
177
|
+
default: e(() => [
|
178
|
+
t(M, {
|
179
|
+
modelValue: s.row.orgId,
|
180
|
+
"onUpdate:modelValue": (n) => s.row.orgId = n,
|
181
|
+
data: y(q).unionOrgBizLayDict.values,
|
182
|
+
filterable: "",
|
183
|
+
clearable: "",
|
184
|
+
"check-strictly": "",
|
185
|
+
"render-after-expand": !1,
|
186
|
+
placeholder: l.$t("asset.orgIdRequired"),
|
187
|
+
style: { width: "100%" },
|
188
|
+
onChange: L
|
189
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "data", "placeholder"])
|
190
|
+
]),
|
191
|
+
_: 2
|
192
|
+
}, 1032, ["prop", "rules"])
|
193
|
+
]),
|
194
|
+
_: 1
|
195
|
+
}, 8, ["label"]),
|
196
|
+
t(f, {
|
197
|
+
prop: "siteId",
|
198
|
+
label: l.$t("asset.siteId")
|
199
|
+
}, {
|
200
|
+
header: e(() => [
|
201
|
+
a[2] || (a[2] = p("span", { class: "required_red" }, "*", -1)),
|
202
|
+
p("span", null, u(l.$t("asset.siteId")), 1)
|
203
|
+
]),
|
204
|
+
default: e((s) => [
|
205
|
+
t(r, {
|
206
|
+
prop: "assignOrgs." + s.$index + ".siteId",
|
207
|
+
rules: V.value.siteId
|
208
|
+
}, {
|
209
|
+
default: e(() => [
|
210
|
+
t(z, {
|
211
|
+
modelValue: s.row.siteId,
|
212
|
+
"onUpdate:modelValue": (n) => s.row.siteId = n,
|
213
|
+
placeholder: l.$t("asset.siteIdRequired"),
|
214
|
+
clearable: ""
|
215
|
+
}, {
|
216
|
+
default: e(() => [
|
217
|
+
($(!0), H(J, null, P(y(w), (n) => ($(), C(F, {
|
218
|
+
key: n.siteId,
|
219
|
+
label: n.name,
|
220
|
+
value: n.siteId
|
221
|
+
}, null, 8, ["label", "value"]))), 128))
|
222
|
+
]),
|
223
|
+
_: 2
|
224
|
+
}, 1032, ["modelValue", "onUpdate:modelValue", "placeholder"])
|
225
|
+
]),
|
226
|
+
_: 2
|
227
|
+
}, 1032, ["prop", "rules"])
|
228
|
+
]),
|
229
|
+
_: 1
|
230
|
+
}, 8, ["label"]),
|
231
|
+
t(f, {
|
232
|
+
prop: "assignNumber",
|
233
|
+
label: l.$t("asset.assignNumber")
|
234
|
+
}, {
|
235
|
+
default: e((s) => [
|
236
|
+
t(r, {
|
237
|
+
rules: V.value.assignNumber
|
238
|
+
}, {
|
239
|
+
default: e(() => [
|
240
|
+
t(E, {
|
241
|
+
modelValue: s.row.assignNumber,
|
242
|
+
"onUpdate:modelValue": (n) => s.row.assignNumber = n,
|
243
|
+
style: { width: "240px" },
|
244
|
+
placeholder: l.$t("asset.assignNumberRequired"),
|
245
|
+
clearable: "",
|
246
|
+
type: "number",
|
247
|
+
min: "1"
|
248
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder"])
|
249
|
+
]),
|
250
|
+
_: 2
|
251
|
+
}, 1032, ["rules"])
|
252
|
+
]),
|
253
|
+
_: 1
|
254
|
+
}, 8, ["label"]),
|
255
|
+
t(f, {
|
256
|
+
fixed: "right",
|
257
|
+
label: l.$t("common.operate")
|
258
|
+
}, {
|
259
|
+
default: e((s) => [
|
260
|
+
t(r, null, {
|
261
|
+
default: e(() => [
|
262
|
+
t(I, {
|
263
|
+
link: "",
|
264
|
+
type: "primary",
|
265
|
+
size: "small",
|
266
|
+
onClick: Q((n) => A(s.$index), ["prevent"])
|
267
|
+
}, {
|
268
|
+
default: e(() => [
|
269
|
+
c(u(l.$t("common.delete")), 1)
|
270
|
+
]),
|
271
|
+
_: 2
|
272
|
+
}, 1032, ["onClick"])
|
273
|
+
]),
|
274
|
+
_: 2
|
275
|
+
}, 1024)
|
276
|
+
]),
|
277
|
+
_: 1
|
278
|
+
}, 8, ["label"])
|
279
|
+
]),
|
280
|
+
_: 1
|
281
|
+
}, 8, ["data"]),
|
282
|
+
t(I, {
|
283
|
+
class: "mt-4",
|
284
|
+
style: { width: "100%" },
|
285
|
+
onClick: B
|
286
|
+
}, {
|
287
|
+
default: e(() => a[3] || (a[3] = [
|
288
|
+
c(" 添加 ")
|
289
|
+
])),
|
290
|
+
_: 1
|
291
|
+
})
|
292
|
+
]),
|
293
|
+
_: 1
|
294
|
+
}, 8, ["model"])
|
295
|
+
]),
|
296
|
+
_: 1
|
297
|
+
}, 8, ["modelValue"]);
|
298
|
+
};
|
299
|
+
}
|
300
|
+
}), le = (g, h) => {
|
301
|
+
const i = g.__vccOpts || g;
|
302
|
+
for (const [_, d] of h)
|
303
|
+
i[_] = d;
|
304
|
+
return i;
|
305
|
+
}, re = /* @__PURE__ */ le(te, [["__scopeId", "data-v-29252b2b"]]);
|
306
|
+
export {
|
307
|
+
re as default
|
308
|
+
};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as P, mergeModels as S, ref as T, reactive as L, useModel as z, watch as G, watchEffect as U, resolveComponent as m, resolveDirective as H, openBlock as J, createBlock as Q, withCtx as r, createElementVNode as f, createVNode as t, createTextVNode as F, toDisplayString as k, unref as o, withDirectives as W } from "vue";
|
2
|
-
import { a as g, D as C, C as X } from "./index-
|
2
|
+
import { a as g, D as C, C as X } from "./index-CGds22-2.mjs";
|
3
3
|
import { ElMessage as N } from "element-plus";
|
4
4
|
import { useI18n as Z } from "vue-i18n";
|
5
5
|
const x = { class: "dialog-footer" }, Y = 10, oe = /* @__PURE__ */ P({
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { defineComponent as F, mergeModels as q, ref as D, reactive as R, useModel as K, resolveComponent as
|
2
|
-
import { s as g, D as z } from "./index-
|
1
|
+
import { defineComponent as F, mergeModels as q, ref as D, reactive as R, useModel as K, resolveComponent as n, openBlock as N, createBlock as S, withCtx as o, createElementVNode as b, createVNode as l, createTextVNode as P, toDisplayString as I, unref as r } from "vue";
|
2
|
+
import { s as g, D as z } from "./index-CGds22-2.mjs";
|
3
3
|
import { ElMessage as M } from "element-plus";
|
4
4
|
import { useI18n as A } from "vue-i18n";
|
5
5
|
const L = { class: "dialog-footer" }, Q = /* @__PURE__ */ F({
|
@@ -16,20 +16,19 @@ const L = { class: "dialog-footer" }, Q = /* @__PURE__ */ F({
|
|
16
16
|
}),
|
17
17
|
emits: /* @__PURE__ */ q(["refresh"], ["update:modelValue"]),
|
18
18
|
setup(c, { emit: k }) {
|
19
|
-
const { t:
|
19
|
+
const { t: i } = A(), V = D();
|
20
20
|
let a = R({
|
21
21
|
requestId: Math.random() * 10 + "",
|
22
22
|
updateMask: "orgId,name,buildDate,area,address,manager,mobilePhone"
|
23
23
|
});
|
24
24
|
const U = (t, e, s) => {
|
25
|
-
|
26
|
-
console.log(e), e ? n.test(e) ? s() : s(new Error(u("site.mobilePhoneRight"))) : s(new Error(u("site.mobilePhoneRequired")));
|
25
|
+
e ? /^1[3|4|5|6|7|8|9][0-9]\d{8}$/.test(e) ? s() : s(new Error(i("site.mobilePhoneRight"))) : s(new Error(i("site.mobilePhoneRequired")));
|
27
26
|
}, Y = R({
|
28
27
|
// 所属工会
|
29
28
|
orgId: [
|
30
29
|
{
|
31
30
|
required: !0,
|
32
|
-
message:
|
31
|
+
message: i("site.orgIdRequired"),
|
33
32
|
trigger: "blur"
|
34
33
|
}
|
35
34
|
],
|
@@ -37,7 +36,7 @@ const L = { class: "dialog-footer" }, Q = /* @__PURE__ */ F({
|
|
37
36
|
name: [
|
38
37
|
{
|
39
38
|
required: !0,
|
40
|
-
message:
|
39
|
+
message: i("site.nameRequired"),
|
41
40
|
trigger: "blur"
|
42
41
|
}
|
43
42
|
],
|
@@ -45,7 +44,7 @@ const L = { class: "dialog-footer" }, Q = /* @__PURE__ */ F({
|
|
45
44
|
manager: [
|
46
45
|
{
|
47
46
|
required: !0,
|
48
|
-
message:
|
47
|
+
message: i("site.managerRequired"),
|
49
48
|
trigger: "blur"
|
50
49
|
}
|
51
50
|
],
|
@@ -53,44 +52,44 @@ const L = { class: "dialog-footer" }, Q = /* @__PURE__ */ F({
|
|
53
52
|
mobilePhone: [
|
54
53
|
{
|
55
54
|
required: !0,
|
56
|
-
message:
|
55
|
+
message: i("site.mobilePhoneRequired"),
|
57
56
|
trigger: "blur"
|
58
57
|
},
|
59
58
|
{ validator: U, trigger: "blur" }
|
60
59
|
]
|
61
|
-
}),
|
62
|
-
|
60
|
+
}), u = K(c, "modelValue"), h = c, y = k, C = Object.keys(h.entityKey), v = D(C.length >= 1);
|
61
|
+
v.value && g.findById(h.entityKey).then(({ data: t }) => {
|
63
62
|
Object.assign(a, t);
|
64
63
|
});
|
65
64
|
const B = async () => {
|
66
65
|
var t;
|
67
66
|
await ((t = V.value) == null ? void 0 : t.validate((e) => {
|
68
|
-
e && (
|
67
|
+
e && (v.value ? g.update(a).then((s) => {
|
69
68
|
s.status === 200 && (M({
|
70
|
-
message:
|
69
|
+
message: i("common.submitSuccess"),
|
71
70
|
type: "success"
|
72
|
-
}),
|
71
|
+
}), u.value && (u.value = !1), y("refresh", s.status === 200));
|
73
72
|
}) : g.create(a).then((s) => {
|
74
73
|
s.status === 200 && (M({
|
75
|
-
message:
|
74
|
+
message: i("common.submitSuccess"),
|
76
75
|
type: "success"
|
77
|
-
}),
|
76
|
+
}), u.value && (u.value = !1), y("refresh", s.status === 200));
|
78
77
|
}));
|
79
78
|
}));
|
80
79
|
};
|
81
|
-
function
|
82
|
-
|
80
|
+
function _() {
|
81
|
+
u.value && (u.value = !1);
|
83
82
|
}
|
84
83
|
return (t, e) => {
|
85
|
-
const s =
|
84
|
+
const s = n("el-tree-select"), m = n("el-form-item"), p = n("el-col"), f = n("el-input"), E = n("el-date-picker"), w = n("el-row"), O = n("el-form"), $ = n("el-button"), j = n("el-dialog");
|
86
85
|
return N(), S(j, {
|
87
|
-
modelValue:
|
88
|
-
"onUpdate:modelValue": e[7] || (e[7] = (d) =>
|
89
|
-
onClose:
|
86
|
+
modelValue: u.value,
|
87
|
+
"onUpdate:modelValue": e[7] || (e[7] = (d) => u.value = d),
|
88
|
+
onClose: _
|
90
89
|
}, {
|
91
90
|
footer: o(() => [
|
92
91
|
b("div", L, [
|
93
|
-
l($, { onClick:
|
92
|
+
l($, { onClick: _ }, {
|
94
93
|
default: o(() => [
|
95
94
|
P(I(t.$t("common.cancel")), 1)
|
96
95
|
]),
|
@@ -121,7 +120,7 @@ const L = { class: "dialog-footer" }, Q = /* @__PURE__ */ F({
|
|
121
120
|
default: o(() => [
|
122
121
|
l(p, { span: 12 }, {
|
123
122
|
default: o(() => [
|
124
|
-
l(
|
123
|
+
l(m, {
|
125
124
|
label: t.$t("site.orgId"),
|
126
125
|
prop: "orgId"
|
127
126
|
}, {
|
@@ -143,7 +142,7 @@ const L = { class: "dialog-footer" }, Q = /* @__PURE__ */ F({
|
|
143
142
|
}),
|
144
143
|
l(p, { span: 12 }, {
|
145
144
|
default: o(() => [
|
146
|
-
l(
|
145
|
+
l(m, {
|
147
146
|
label: t.$t("site.name"),
|
148
147
|
prop: "name"
|
149
148
|
}, {
|
@@ -163,7 +162,7 @@ const L = { class: "dialog-footer" }, Q = /* @__PURE__ */ F({
|
|
163
162
|
}),
|
164
163
|
l(p, { span: 12 }, {
|
165
164
|
default: o(() => [
|
166
|
-
l(
|
165
|
+
l(m, {
|
167
166
|
label: t.$t("site.buildDate"),
|
168
167
|
prop: "buildDate"
|
169
168
|
}, {
|
@@ -185,7 +184,7 @@ const L = { class: "dialog-footer" }, Q = /* @__PURE__ */ F({
|
|
185
184
|
}),
|
186
185
|
l(p, { span: 12 }, {
|
187
186
|
default: o(() => [
|
188
|
-
l(
|
187
|
+
l(m, {
|
189
188
|
label: t.$t("site.area"),
|
190
189
|
prop: "area"
|
191
190
|
}, {
|
@@ -207,7 +206,7 @@ const L = { class: "dialog-footer" }, Q = /* @__PURE__ */ F({
|
|
207
206
|
}),
|
208
207
|
l(p, { span: 12 }, {
|
209
208
|
default: o(() => [
|
210
|
-
l(
|
209
|
+
l(m, {
|
211
210
|
label: t.$t("site.address"),
|
212
211
|
prop: "address"
|
213
212
|
}, {
|
@@ -233,7 +232,7 @@ const L = { class: "dialog-footer" }, Q = /* @__PURE__ */ F({
|
|
233
232
|
default: o(() => [
|
234
233
|
l(p, { span: 12 }, {
|
235
234
|
default: o(() => [
|
236
|
-
l(
|
235
|
+
l(m, {
|
237
236
|
label: t.$t("site.manager"),
|
238
237
|
prop: "manager"
|
239
238
|
}, {
|
@@ -253,7 +252,7 @@ const L = { class: "dialog-footer" }, Q = /* @__PURE__ */ F({
|
|
253
252
|
}),
|
254
253
|
l(p, { span: 12 }, {
|
255
254
|
default: o(() => [
|
256
|
-
l(
|
255
|
+
l(m, {
|
257
256
|
label: t.$t("site.mobilePhone"),
|
258
257
|
prop: "mobilePhone"
|
259
258
|
}, {
|
@@ -1,10 +1,9 @@
|
|
1
|
-
import { defineComponent as
|
2
|
-
import { D as p, a as R, S as T } from "./index-
|
1
|
+
import { defineComponent as E, mergeModels as k, ref as _, useModel as F, reactive as L, onBeforeMount as O, resolveComponent as n, openBlock as C, createBlock as S, withCtx as t, createElementVNode as V, createVNode as e, createTextVNode as B, toDisplayString as h, unref as d } from "vue";
|
2
|
+
import { D as p, a as R, S as T } from "./index-CGds22-2.mjs";
|
3
3
|
import { ElMessage as G } from "element-plus";
|
4
4
|
import { useI18n as H } from "vue-i18n";
|
5
|
-
import { a as M } from "./index-
|
6
|
-
|
7
|
-
const Q = { class: "dialog-footer" }, W = /* @__PURE__ */ A({
|
5
|
+
import { a as M } from "./index-rSyUfdXn.mjs";
|
6
|
+
const J = { class: "dialog-footer" }, x = /* @__PURE__ */ E({
|
8
7
|
__name: "edit",
|
9
8
|
props: /* @__PURE__ */ k({
|
10
9
|
entityKey: {
|
@@ -17,11 +16,11 @@ const Q = { class: "dialog-footer" }, W = /* @__PURE__ */ A({
|
|
17
16
|
modelModifiers: {}
|
18
17
|
}),
|
19
18
|
emits: /* @__PURE__ */ k(["refresh"], ["update:modelValue"]),
|
20
|
-
setup(
|
19
|
+
setup(g, { emit: N }) {
|
21
20
|
const { t: c } = H();
|
22
21
|
p.unionOrgBizLayDict.useValues();
|
23
|
-
const f =
|
24
|
-
let o =
|
22
|
+
const f = _([]), v = _(), u = F(g, "modelValue"), U = N, b = g;
|
23
|
+
let o = _({
|
25
24
|
updateMask: "status,siteId"
|
26
25
|
});
|
27
26
|
const P = L({
|
@@ -41,9 +40,9 @@ const Q = { class: "dialog-footer" }, W = /* @__PURE__ */ A({
|
|
41
40
|
trigger: "change"
|
42
41
|
}
|
43
42
|
]
|
44
|
-
}),
|
43
|
+
}), K = async () => {
|
45
44
|
var l;
|
46
|
-
await ((l =
|
45
|
+
await ((l = v.value) == null ? void 0 : l.validate((a) => {
|
47
46
|
a && M.update(o.value).then((m) => {
|
48
47
|
m.status === 200 && (G({
|
49
48
|
message: c("common.submitSuccess"),
|
@@ -70,14 +69,14 @@ const Q = { class: "dialog-footer" }, W = /* @__PURE__ */ A({
|
|
70
69
|
});
|
71
70
|
});
|
72
71
|
}), (l, a) => {
|
73
|
-
const m = n("el-tooltip"), y = n("el-tree-select"), i = n("el-form-item"), r = n("el-col"), I = n("el-input"),
|
74
|
-
return C(), S(
|
72
|
+
const m = n("el-tooltip"), y = n("el-tree-select"), i = n("el-form-item"), r = n("el-col"), I = n("el-input"), j = n("el-date-picker"), D = n("jmash-select"), q = n("el-row"), z = n("el-form"), $ = n("el-button"), A = n("el-dialog");
|
73
|
+
return C(), S(A, {
|
75
74
|
modelValue: u.value,
|
76
75
|
"onUpdate:modelValue": a[7] || (a[7] = (s) => u.value = s),
|
77
76
|
onClose: w
|
78
77
|
}, {
|
79
78
|
footer: t(() => [
|
80
|
-
V("div",
|
79
|
+
V("div", J, [
|
81
80
|
e($, { onClick: w }, {
|
82
81
|
default: t(() => [
|
83
82
|
B(h(l.$t("common.cancel")), 1)
|
@@ -86,7 +85,7 @@ const Q = { class: "dialog-footer" }, W = /* @__PURE__ */ A({
|
|
86
85
|
}),
|
87
86
|
e($, {
|
88
87
|
type: "primary",
|
89
|
-
onClick:
|
88
|
+
onClick: K
|
90
89
|
}, {
|
91
90
|
default: t(() => [
|
92
91
|
B(h(l.$t("common.confirm")), 1)
|
@@ -96,15 +95,15 @@ const Q = { class: "dialog-footer" }, W = /* @__PURE__ */ A({
|
|
96
95
|
])
|
97
96
|
]),
|
98
97
|
default: t(() => [
|
99
|
-
e(
|
98
|
+
e(z, {
|
100
99
|
ref_key: "assetDetailFormRef",
|
101
|
-
ref:
|
100
|
+
ref: v,
|
102
101
|
model: d(o),
|
103
102
|
"label-width": "120px",
|
104
103
|
rules: P
|
105
104
|
}, {
|
106
105
|
default: t(() => [
|
107
|
-
e(
|
106
|
+
e(q, null, {
|
108
107
|
default: t(() => [
|
109
108
|
e(r, { span: 12 }, {
|
110
109
|
default: t(() => [
|
@@ -198,7 +197,7 @@ const Q = { class: "dialog-footer" }, W = /* @__PURE__ */ A({
|
|
198
197
|
prop: "buyDate"
|
199
198
|
}, {
|
200
199
|
default: t(() => [
|
201
|
-
e(
|
200
|
+
e(j, {
|
202
201
|
modelValue: d(o).buyDate,
|
203
202
|
"onUpdate:modelValue": a[3] || (a[3] = (s) => d(o).buyDate = s),
|
204
203
|
type: "date",
|
@@ -219,7 +218,7 @@ const Q = { class: "dialog-footer" }, W = /* @__PURE__ */ A({
|
|
219
218
|
prop: "assetSort"
|
220
219
|
}, {
|
221
220
|
default: t(() => [
|
222
|
-
e(
|
221
|
+
e(D, {
|
223
222
|
modelValue: d(o).assetSort,
|
224
223
|
"onUpdate:modelValue": a[4] || (a[4] = (s) => d(o).assetSort = s),
|
225
224
|
data: d(p).assetSortDictEnum.values,
|
@@ -241,7 +240,7 @@ const Q = { class: "dialog-footer" }, W = /* @__PURE__ */ A({
|
|
241
240
|
prop: "siteId"
|
242
241
|
}, {
|
243
242
|
default: t(() => [
|
244
|
-
(C(), S(
|
243
|
+
(C(), S(D, {
|
245
244
|
key: f.value.length,
|
246
245
|
modelValue: d(o).siteId,
|
247
246
|
"onUpdate:modelValue": a[5] || (a[5] = (s) => d(o).siteId = s),
|
@@ -263,7 +262,7 @@ const Q = { class: "dialog-footer" }, W = /* @__PURE__ */ A({
|
|
263
262
|
prop: "status"
|
264
263
|
}, {
|
265
264
|
default: t(() => [
|
266
|
-
e(
|
265
|
+
e(D, {
|
267
266
|
modelValue: d(o).status,
|
268
267
|
"onUpdate:modelValue": a[6] || (a[6] = (s) => d(o).status = s),
|
269
268
|
data: d(p).assetsStatus.values,
|
@@ -288,7 +287,7 @@ const Q = { class: "dialog-footer" }, W = /* @__PURE__ */ A({
|
|
288
287
|
}, 8, ["modelValue"]);
|
289
288
|
};
|
290
289
|
}
|
291
|
-
})
|
290
|
+
});
|
292
291
|
export {
|
293
|
-
|
292
|
+
x as _
|
294
293
|
};
|