xyvcard-paper-buyer 0.0.41 → 0.0.42
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/{applyEdit-Cyj9Q0lP.mjs → applyEdit-PZxjIdlm.mjs} +2 -2
- package/dist/{edit-DHXk9uMQ.mjs → edit--iYDGPN6.mjs} +1 -1
- package/dist/edit-DxbJEXn-.mjs +260 -0
- package/dist/{index-BEPJuAyP.mjs → index-BRBqB4uC.mjs} +43 -36
- package/dist/{index-BGqp7CRm.mjs → index-CUfcoWMj.mjs} +1 -2
- package/dist/{index-DrADb2uC.mjs → index-C_O5LkoO.mjs} +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{info-BLkVF0dz.mjs → info-yQ5o6UTa.mjs} +14 -14
- package/dist/{invoiceEdit-jwC6d-7m.mjs → invoiceEdit-BPyK5oBD.mjs} +2 -2
- package/dist/{onlineBanking-BjnT3Pli.mjs → onlineBanking-CdDAY0YQ.mjs} +6 -6
- package/dist/{orderAddress-DBPQQVGw.mjs → orderAddress-BXu0z9LD.mjs} +29 -29
- package/dist/{orderInfo-D_KS6_dc.mjs → orderInfo-CxDN2Vgs.mjs} +2 -2
- package/dist/style.css +1 -1
- package/dist/{userInvoice-DhoqnQE4.mjs → userInvoice-ByXwccaa.mjs} +1 -1
- package/dist/{userInvoice.vue_vue_type_script_setup_true_lang-DV5JSa_i.mjs → userInvoice.vue_vue_type_script_setup_true_lang-BaWmhSHl.mjs} +1 -1
- package/package.json +1 -1
- package/dist/edit-BgQo-uqd.mjs +0 -227
|
@@ -3,8 +3,8 @@ import { useI18n as O } from "vue-i18n";
|
|
|
3
3
|
import "element-plus";
|
|
4
4
|
import { routerUtil as D } from "jmash-core";
|
|
5
5
|
import { useRouter as Q, useRoute as W } from "vue-router";
|
|
6
|
-
import { D as U } from "./index-
|
|
7
|
-
import { _ as X, u as Y } from "./userInvoice.vue_vue_type_script_setup_true_lang-
|
|
6
|
+
import { D as U } from "./index-CUfcoWMj.mjs";
|
|
7
|
+
import { _ as X, u as Y } from "./userInvoice.vue_vue_type_script_setup_true_lang-BaWmhSHl.mjs";
|
|
8
8
|
import { o as Z } from "./index-BKZPqxLM.mjs";
|
|
9
9
|
import { E as x } from "./el-message-VSzNakoG.mjs";
|
|
10
10
|
import { _ as ee } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
@@ -262,7 +262,7 @@ const Q = { class: "dialog-footer" }, W = /* @__PURE__ */ S({
|
|
|
262
262
|
}, 8, ["modelValue"]);
|
|
263
263
|
};
|
|
264
264
|
}
|
|
265
|
-
}), oe = /* @__PURE__ */ L(W, [["__scopeId", "data-v-
|
|
265
|
+
}), oe = /* @__PURE__ */ L(W, [["__scopeId", "data-v-42b751e7"]]);
|
|
266
266
|
export {
|
|
267
267
|
oe as default
|
|
268
268
|
};
|
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
import { defineComponent as B, mergeModels as b, ref as _, reactive as N, useModel as E, resolveComponent as i, createBlock as T, openBlock as j, withCtx as t, createVNode as o, unref as s, createElementVNode as D, createTextVNode as v, toDisplayString as V } from "vue";
|
|
2
|
+
import { ElMessage as S } from "element-plus";
|
|
3
|
+
import { JmashRegionTree as J, dictRegionApi as K } from "jmash-region";
|
|
4
|
+
import { useI18n as O } from "vue-i18n";
|
|
5
|
+
import { o as z } from "./index-BP8zUjOw.mjs";
|
|
6
|
+
import { _ as C } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
7
|
+
const G = { class: "dialog-footer" }, H = /* @__PURE__ */ B({
|
|
8
|
+
__name: "edit",
|
|
9
|
+
props: /* @__PURE__ */ b({
|
|
10
|
+
entityKey: {
|
|
11
|
+
type: Object,
|
|
12
|
+
default: () => {
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}, {
|
|
16
|
+
modelValue: { type: Boolean },
|
|
17
|
+
modelModifiers: {}
|
|
18
|
+
}),
|
|
19
|
+
emits: /* @__PURE__ */ b(["refresh"], ["update:modelValue"]),
|
|
20
|
+
setup(U, { emit: A }) {
|
|
21
|
+
const { t: u } = O(), f = _();
|
|
22
|
+
let a = N({
|
|
23
|
+
requestId: Math.random() * 10 + "",
|
|
24
|
+
updateMask: ""
|
|
25
|
+
});
|
|
26
|
+
const q = (e, r, l) => {
|
|
27
|
+
r && !/^(((\d{3,4}-)?[0-9]{7,8})|(1(3|4|5|6|7|8|9)\d{9}))$/.test(r) ? l(new Error(u("orderUserAddress.mobilePhoneTrueRequired"))) : l();
|
|
28
|
+
}, R = N({
|
|
29
|
+
note: [
|
|
30
|
+
{
|
|
31
|
+
required: !0,
|
|
32
|
+
message: u("orderUserAddress.noteRequired"),
|
|
33
|
+
trigger: "change"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
userName: [
|
|
37
|
+
{
|
|
38
|
+
required: !0,
|
|
39
|
+
message: u("orderUserAddress.userNameRequired"),
|
|
40
|
+
trigger: "change"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
mobilePhone: [
|
|
44
|
+
{
|
|
45
|
+
required: !0,
|
|
46
|
+
validator: q,
|
|
47
|
+
trigger: "blur"
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
detailInfo: [
|
|
51
|
+
{
|
|
52
|
+
required: !0,
|
|
53
|
+
message: u("orderUserAddress.detailInfoRequired"),
|
|
54
|
+
trigger: "change"
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
provinceName: [
|
|
58
|
+
{
|
|
59
|
+
required: !0,
|
|
60
|
+
message: u("orderUserAddress.provinceNameRequired"),
|
|
61
|
+
trigger: "change"
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
}), m = E(U, "modelValue"), w = A;
|
|
65
|
+
function y() {
|
|
66
|
+
a.provinceName && $(a.provinceName).then((e) => {
|
|
67
|
+
a.cityName = e;
|
|
68
|
+
});
|
|
69
|
+
}
|
|
70
|
+
const c = _(/* @__PURE__ */ new Map());
|
|
71
|
+
async function $(e) {
|
|
72
|
+
if (!e)
|
|
73
|
+
return "";
|
|
74
|
+
if (c.value.has(e))
|
|
75
|
+
return c.value.get(e) || e;
|
|
76
|
+
try {
|
|
77
|
+
const r = await K.findByCode({
|
|
78
|
+
regionCode: e
|
|
79
|
+
});
|
|
80
|
+
if (r.data) {
|
|
81
|
+
const l = I(r.data);
|
|
82
|
+
return c.value.set(e, l), l;
|
|
83
|
+
}
|
|
84
|
+
return e;
|
|
85
|
+
} catch {
|
|
86
|
+
return c.value.set(e, e), e;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
function I(e) {
|
|
90
|
+
const r = [];
|
|
91
|
+
function l(d) {
|
|
92
|
+
d && d.regionName && r.push(d.regionName), d && d.children && d.children.length > 0 && l(d.children[0]);
|
|
93
|
+
}
|
|
94
|
+
return l(e), r.join("");
|
|
95
|
+
}
|
|
96
|
+
const M = async () => {
|
|
97
|
+
var e;
|
|
98
|
+
await ((e = f.value) == null ? void 0 : e.validate((r) => {
|
|
99
|
+
r && z.create(a).then((l) => {
|
|
100
|
+
l.status === 200 && (S({
|
|
101
|
+
message: u("common.submitSuccess"),
|
|
102
|
+
type: "success"
|
|
103
|
+
}), m.value && (m.value = !1), w("refresh", l.status === 200));
|
|
104
|
+
});
|
|
105
|
+
}));
|
|
106
|
+
};
|
|
107
|
+
function h() {
|
|
108
|
+
m.value && (m.value = !1);
|
|
109
|
+
}
|
|
110
|
+
return (e, r) => {
|
|
111
|
+
const l = i("el-input"), d = i("el-form-item"), p = i("el-col"), P = i("el-row"), k = i("el-form"), g = i("el-button"), F = i("el-dialog");
|
|
112
|
+
return j(), T(F, {
|
|
113
|
+
modelValue: m.value,
|
|
114
|
+
"onUpdate:modelValue": r[5] || (r[5] = (n) => m.value = n),
|
|
115
|
+
onClose: h
|
|
116
|
+
}, {
|
|
117
|
+
footer: t(() => [
|
|
118
|
+
D("div", G, [
|
|
119
|
+
o(g, { onClick: h }, {
|
|
120
|
+
default: t(() => [
|
|
121
|
+
v(V(e.$t("common.cancel")), 1)
|
|
122
|
+
]),
|
|
123
|
+
_: 1
|
|
124
|
+
}),
|
|
125
|
+
o(g, {
|
|
126
|
+
type: "primary",
|
|
127
|
+
onClick: M
|
|
128
|
+
}, {
|
|
129
|
+
default: t(() => [
|
|
130
|
+
v(V(e.$t("common.confirm")), 1)
|
|
131
|
+
]),
|
|
132
|
+
_: 1
|
|
133
|
+
})
|
|
134
|
+
])
|
|
135
|
+
]),
|
|
136
|
+
default: t(() => [
|
|
137
|
+
o(k, {
|
|
138
|
+
ref_key: "orderUserAddressFormRef",
|
|
139
|
+
ref: f,
|
|
140
|
+
model: s(a),
|
|
141
|
+
"label-position": "top",
|
|
142
|
+
rules: R
|
|
143
|
+
}, {
|
|
144
|
+
default: t(() => [
|
|
145
|
+
o(P, { gutter: 20 }, {
|
|
146
|
+
default: t(() => [
|
|
147
|
+
o(p, { span: 24 }, {
|
|
148
|
+
default: t(() => [
|
|
149
|
+
o(d, {
|
|
150
|
+
label: e.$t("orderUserAddress.note"),
|
|
151
|
+
prop: "note"
|
|
152
|
+
}, {
|
|
153
|
+
default: t(() => [
|
|
154
|
+
o(l, {
|
|
155
|
+
modelValue: s(a).note,
|
|
156
|
+
"onUpdate:modelValue": r[0] || (r[0] = (n) => s(a).note = n),
|
|
157
|
+
placeholder: e.$t("orderUserAddress.noteRequired"),
|
|
158
|
+
"show-word-limit": "",
|
|
159
|
+
clearable: ""
|
|
160
|
+
}, null, 8, ["modelValue", "placeholder"])
|
|
161
|
+
]),
|
|
162
|
+
_: 1
|
|
163
|
+
}, 8, ["label"])
|
|
164
|
+
]),
|
|
165
|
+
_: 1
|
|
166
|
+
}),
|
|
167
|
+
o(p, { span: 24 }, {
|
|
168
|
+
default: t(() => [
|
|
169
|
+
o(d, {
|
|
170
|
+
label: e.$t("orderUserAddress.userName"),
|
|
171
|
+
prop: "userName"
|
|
172
|
+
}, {
|
|
173
|
+
default: t(() => [
|
|
174
|
+
o(l, {
|
|
175
|
+
modelValue: s(a).userName,
|
|
176
|
+
"onUpdate:modelValue": r[1] || (r[1] = (n) => s(a).userName = n),
|
|
177
|
+
placeholder: e.$t("orderUserAddress.userNameRequired"),
|
|
178
|
+
"show-word-limit": "",
|
|
179
|
+
clearable: ""
|
|
180
|
+
}, null, 8, ["modelValue", "placeholder"])
|
|
181
|
+
]),
|
|
182
|
+
_: 1
|
|
183
|
+
}, 8, ["label"])
|
|
184
|
+
]),
|
|
185
|
+
_: 1
|
|
186
|
+
}),
|
|
187
|
+
o(p, { span: 24 }, {
|
|
188
|
+
default: t(() => [
|
|
189
|
+
o(d, {
|
|
190
|
+
label: e.$t("orderUserAddress.mobilePhone"),
|
|
191
|
+
prop: "mobilePhone"
|
|
192
|
+
}, {
|
|
193
|
+
default: t(() => [
|
|
194
|
+
o(l, {
|
|
195
|
+
modelValue: s(a).mobilePhone,
|
|
196
|
+
"onUpdate:modelValue": r[2] || (r[2] = (n) => s(a).mobilePhone = n),
|
|
197
|
+
placeholder: e.$t("orderUserAddress.mobilePhoneRequired"),
|
|
198
|
+
"show-word-limit": "",
|
|
199
|
+
clearable: ""
|
|
200
|
+
}, null, 8, ["modelValue", "placeholder"])
|
|
201
|
+
]),
|
|
202
|
+
_: 1
|
|
203
|
+
}, 8, ["label"])
|
|
204
|
+
]),
|
|
205
|
+
_: 1
|
|
206
|
+
}),
|
|
207
|
+
o(p, { span: 24 }, {
|
|
208
|
+
default: t(() => [
|
|
209
|
+
o(d, {
|
|
210
|
+
prop: "provinceName",
|
|
211
|
+
label: s(u)("orderUserAddress.detailInfo"),
|
|
212
|
+
class: "form-item"
|
|
213
|
+
}, {
|
|
214
|
+
default: t(() => [
|
|
215
|
+
o(s(J), {
|
|
216
|
+
modelValue: s(a).provinceName,
|
|
217
|
+
"onUpdate:modelValue": r[3] || (r[3] = (n) => s(a).provinceName = n),
|
|
218
|
+
placeholder: e.$t("orderUserAddress.provinceNameRequired"),
|
|
219
|
+
clearable: "",
|
|
220
|
+
onChange: y
|
|
221
|
+
}, null, 8, ["modelValue", "placeholder"])
|
|
222
|
+
]),
|
|
223
|
+
_: 1
|
|
224
|
+
}, 8, ["label"])
|
|
225
|
+
]),
|
|
226
|
+
_: 1
|
|
227
|
+
}),
|
|
228
|
+
o(p, { span: 24 }, {
|
|
229
|
+
default: t(() => [
|
|
230
|
+
o(d, { prop: "detailInfo" }, {
|
|
231
|
+
default: t(() => [
|
|
232
|
+
o(l, {
|
|
233
|
+
modelValue: s(a).detailInfo,
|
|
234
|
+
"onUpdate:modelValue": r[4] || (r[4] = (n) => s(a).detailInfo = n),
|
|
235
|
+
placeholder: e.$t("orderUserAddress.detailInfoRequired"),
|
|
236
|
+
"show-word-limit": "",
|
|
237
|
+
clearable: "",
|
|
238
|
+
type: "textarea"
|
|
239
|
+
}, null, 8, ["modelValue", "placeholder"])
|
|
240
|
+
]),
|
|
241
|
+
_: 1
|
|
242
|
+
})
|
|
243
|
+
]),
|
|
244
|
+
_: 1
|
|
245
|
+
})
|
|
246
|
+
]),
|
|
247
|
+
_: 1
|
|
248
|
+
})
|
|
249
|
+
]),
|
|
250
|
+
_: 1
|
|
251
|
+
}, 8, ["model", "rules"])
|
|
252
|
+
]),
|
|
253
|
+
_: 1
|
|
254
|
+
}, 8, ["modelValue"]);
|
|
255
|
+
};
|
|
256
|
+
}
|
|
257
|
+
}), x = /* @__PURE__ */ C(H, [["__scopeId", "data-v-31dcbcc0"]]);
|
|
258
|
+
export {
|
|
259
|
+
x as default
|
|
260
|
+
};
|
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { D as m, C as w } from "./index-
|
|
1
|
+
import { defineComponent as pe, ref as T, onActivated as me, resolveComponent as i, resolveDirective as ce, createElementBlock as y, openBlock as p, createElementVNode as c, createVNode as a, withCtx as r, withKeys as V, unref as n, createTextVNode as u, toDisplayString as l, withDirectives as h, createCommentVNode as I, vShow as Y, createBlock as E, isRef as W } from "vue";
|
|
2
|
+
import { D as m, C as w } from "./index-CUfcoWMj.mjs";
|
|
3
3
|
import { o as j } from "./index-BKZPqxLM.mjs";
|
|
4
|
-
import { vueMetaEnv as
|
|
5
|
-
import { useI18n as
|
|
6
|
-
import {
|
|
4
|
+
import { vueMetaEnv as fe, useTableHooks as ye } from "jmash-core";
|
|
5
|
+
import { useI18n as ve } from "vue-i18n";
|
|
6
|
+
import { useRouter as Ie } from "vue-router";
|
|
7
7
|
const be = { class: "app-container" }, _e = { class: "search-container dis_bottom" }, he = { class: "total-num dis_bottom" }, we = { class: "blue_color" }, Ce = { class: "blue_color" }, ge = { class: "blue_color" }, Se = { key: 0 }, ke = { key: 0 }, Ne = { key: 1 }, Ve = {
|
|
8
8
|
key: 2,
|
|
9
9
|
class: "distance-left"
|
|
10
|
-
}, Pe = ["onClick"], $e = ["onClick"], De = ["onClick"], Te = ["onClick"], Ee = ["onClick"], Ye = /* @__PURE__ */
|
|
10
|
+
}, Pe = ["onClick"], $e = ["onClick"], De = ["onClick"], Te = ["onClick"], Ee = ["onClick"], Ye = /* @__PURE__ */ pe({
|
|
11
11
|
__name: "index",
|
|
12
12
|
setup(Ue) {
|
|
13
|
-
ve();
|
|
14
13
|
const U = localStorage.getItem("unionUserInfo"), Q = (U ? JSON.parse(U) : {}).orgId;
|
|
15
14
|
m.unionOrgBizLayDict.useValues(), m.unionOrgPhoneBizLayDict.useValues(), m.unionOrgPhoneInsBizLayDict.useValues();
|
|
16
|
-
const q =
|
|
15
|
+
const q = fe.APP_ORGAN_ID, { t: K } = ve(), C = Ie(), d = T({
|
|
17
16
|
curPage: 1,
|
|
18
17
|
pageSize: 10,
|
|
19
18
|
shopBranchId: Q
|
|
@@ -24,11 +23,17 @@ const be = { class: "app-container" }, _e = { class: "search-container dis_botto
|
|
|
24
23
|
listLoading: G,
|
|
25
24
|
tableData: H,
|
|
26
25
|
total: N
|
|
27
|
-
} =
|
|
26
|
+
} = ye(K, j, d), P = v.totalRecord;
|
|
28
27
|
function J(t) {
|
|
28
|
+
if (!t) return "0";
|
|
29
|
+
const o = parseFloat(String(t));
|
|
30
|
+
return Number.isInteger(o) ? o.toString() : o.toFixed(2);
|
|
31
|
+
}
|
|
32
|
+
const $ = T([]);
|
|
33
|
+
function X(t) {
|
|
29
34
|
d.value.startDate = t[0], d.value.endDate = t[1];
|
|
30
35
|
}
|
|
31
|
-
function
|
|
36
|
+
function Z() {
|
|
32
37
|
$.value = [], d.value.startDate = "", d.value.endDate = "", v.resetQuery();
|
|
33
38
|
}
|
|
34
39
|
let S = T([
|
|
@@ -133,19 +138,19 @@ const be = { class: "app-container" }, _e = { class: "search-container dis_botto
|
|
|
133
138
|
isColumn: !0
|
|
134
139
|
}
|
|
135
140
|
]);
|
|
136
|
-
function
|
|
141
|
+
function x(t) {
|
|
137
142
|
return t ? new Date(t).toLocaleString() : "";
|
|
138
143
|
}
|
|
139
144
|
function O(t) {
|
|
140
145
|
t.mobileEncrypt = !t.mobileEncrypt;
|
|
141
146
|
}
|
|
142
|
-
function
|
|
147
|
+
function ee(t) {
|
|
143
148
|
C.push({
|
|
144
149
|
path: "/buyer/order-info/info",
|
|
145
150
|
query: { orderId: t.orderId }
|
|
146
151
|
});
|
|
147
152
|
}
|
|
148
|
-
function
|
|
153
|
+
function oe(t) {
|
|
149
154
|
C.push({
|
|
150
155
|
path: "/buyer/order-info/invoice",
|
|
151
156
|
query: {
|
|
@@ -154,7 +159,7 @@ const be = { class: "app-container" }, _e = { class: "search-container dis_botto
|
|
|
154
159
|
}
|
|
155
160
|
});
|
|
156
161
|
}
|
|
157
|
-
function
|
|
162
|
+
function te(t) {
|
|
158
163
|
C.push({
|
|
159
164
|
path: "/buyer/order-info/invoiceView",
|
|
160
165
|
query: {
|
|
@@ -163,7 +168,7 @@ const be = { class: "app-container" }, _e = { class: "search-container dis_botto
|
|
|
163
168
|
}
|
|
164
169
|
});
|
|
165
170
|
}
|
|
166
|
-
async function
|
|
171
|
+
async function re(t) {
|
|
167
172
|
try {
|
|
168
173
|
const o = await j.queryOrderAddress({ orderId: t.orderId });
|
|
169
174
|
o && o.data === !0 ? C.push({
|
|
@@ -179,19 +184,19 @@ const be = { class: "app-container" }, _e = { class: "search-container dis_botto
|
|
|
179
184
|
} catch {
|
|
180
185
|
}
|
|
181
186
|
}
|
|
182
|
-
function
|
|
187
|
+
function ae(t) {
|
|
183
188
|
C.push({
|
|
184
189
|
path: "/buyer/order-info/applyEdit",
|
|
185
190
|
query: { orderId: t.orderId }
|
|
186
191
|
});
|
|
187
192
|
}
|
|
188
|
-
return
|
|
193
|
+
return me(() => {
|
|
189
194
|
v.getList();
|
|
190
195
|
}), (t, o) => {
|
|
191
|
-
const B = i("el-input"), g = i("el-form-item"), f = i("el-col"), L = i("jmash-select"),
|
|
196
|
+
const B = i("el-input"), g = i("el-form-item"), f = i("el-col"), L = i("jmash-select"), ne = i("el-date-picker"), z = i("el-button"), D = i("el-row"), le = i("el-form"), de = i("jmash-column-select"), R = i("el-tag"), A = i("svg-icon"), ue = i("jmash-table"), se = i("jmash-pagination"), ie = i("el-card"), k = ce("hasPerm");
|
|
192
197
|
return p(), y("div", be, [
|
|
193
198
|
c("div", _e, [
|
|
194
|
-
a(
|
|
199
|
+
a(le, {
|
|
195
200
|
ref_key: "queryFormRef",
|
|
196
201
|
ref: F,
|
|
197
202
|
model: d.value,
|
|
@@ -291,7 +296,7 @@ const be = { class: "app-container" }, _e = { class: "search-container dis_botto
|
|
|
291
296
|
prop: "startCreateTime"
|
|
292
297
|
}, {
|
|
293
298
|
default: r(() => [
|
|
294
|
-
a(
|
|
299
|
+
a(ne, {
|
|
295
300
|
modelValue: $.value,
|
|
296
301
|
"onUpdate:modelValue": o[8] || (o[8] = (e) => $.value = e),
|
|
297
302
|
type: "daterange",
|
|
@@ -299,7 +304,7 @@ const be = { class: "app-container" }, _e = { class: "search-container dis_botto
|
|
|
299
304
|
"end-placeholder": t.$t("orderInfo.endCreateTime"),
|
|
300
305
|
format: "YYYY-MM-DD",
|
|
301
306
|
"value-format": "YYYY-MM-DD",
|
|
302
|
-
onChange:
|
|
307
|
+
onChange: X
|
|
303
308
|
}, null, 8, ["modelValue", "start-placeholder", "end-placeholder"])
|
|
304
309
|
]),
|
|
305
310
|
_: 1
|
|
@@ -311,7 +316,7 @@ const be = { class: "app-container" }, _e = { class: "search-container dis_botto
|
|
|
311
316
|
default: r(() => [
|
|
312
317
|
a(g, { class: "search-btn" }, {
|
|
313
318
|
default: r(() => [
|
|
314
|
-
a(
|
|
319
|
+
a(z, {
|
|
315
320
|
type: "primary",
|
|
316
321
|
onClick: o[9] || (o[9] = (e) => n(v).handleQuery())
|
|
317
322
|
}, {
|
|
@@ -320,7 +325,7 @@ const be = { class: "app-container" }, _e = { class: "search-container dis_botto
|
|
|
320
325
|
]),
|
|
321
326
|
_: 1
|
|
322
327
|
}),
|
|
323
|
-
a(
|
|
328
|
+
a(z, { onClick: Z }, {
|
|
324
329
|
default: r(() => [
|
|
325
330
|
u(l(t.$t("common.reset")), 1)
|
|
326
331
|
]),
|
|
@@ -373,7 +378,7 @@ const be = { class: "app-container" }, _e = { class: "search-container dis_botto
|
|
|
373
378
|
_: 1
|
|
374
379
|
})
|
|
375
380
|
]),
|
|
376
|
-
a(
|
|
381
|
+
a(ie, {
|
|
377
382
|
shadow: "never",
|
|
378
383
|
class: "table-container"
|
|
379
384
|
}, {
|
|
@@ -385,7 +390,7 @@ const be = { class: "app-container" }, _e = { class: "search-container dis_botto
|
|
|
385
390
|
class: "container-float"
|
|
386
391
|
}, {
|
|
387
392
|
default: r(() => [
|
|
388
|
-
a(
|
|
393
|
+
a(de, {
|
|
389
394
|
modelValue: n(S),
|
|
390
395
|
"onUpdate:modelValue": o[10] || (o[10] = (e) => W(S) ? S.value = e : S = e),
|
|
391
396
|
"label-name": "paper-order/order-info"
|
|
@@ -398,7 +403,7 @@ const be = { class: "app-container" }, _e = { class: "search-container dis_botto
|
|
|
398
403
|
})
|
|
399
404
|
]),
|
|
400
405
|
footer: r(() => [
|
|
401
|
-
n(N) > 0 ? (p(), E(
|
|
406
|
+
n(N) > 0 ? (p(), E(se, {
|
|
402
407
|
key: 0,
|
|
403
408
|
total: n(N),
|
|
404
409
|
"onUpdate:total": o[11] || (o[11] = (e) => W(N) ? N.value = e : null),
|
|
@@ -410,7 +415,7 @@ const be = { class: "app-container" }, _e = { class: "search-container dis_botto
|
|
|
410
415
|
}, null, 8, ["total", "current-page", "page-size"])) : I("", !0)
|
|
411
416
|
]),
|
|
412
417
|
default: r(() => [
|
|
413
|
-
a(
|
|
418
|
+
a(ue, {
|
|
414
419
|
ref_key: "multipleTableRef",
|
|
415
420
|
ref: M,
|
|
416
421
|
"row-key": "orderId",
|
|
@@ -420,7 +425,7 @@ const be = { class: "app-container" }, _e = { class: "search-container dis_botto
|
|
|
420
425
|
isSelection: !1
|
|
421
426
|
}, {
|
|
422
427
|
createTime: r((e) => [
|
|
423
|
-
c("span", null, l(
|
|
428
|
+
c("span", null, l(x(e.data.row.createTime)), 1)
|
|
424
429
|
]),
|
|
425
430
|
spuName: r((e) => {
|
|
426
431
|
var s, b, _;
|
|
@@ -437,7 +442,9 @@ const be = { class: "app-container" }, _e = { class: "search-container dis_botto
|
|
|
437
442
|
unitPrice: r((e) => {
|
|
438
443
|
var s, b, _;
|
|
439
444
|
return [
|
|
440
|
-
c("span", null, l((
|
|
445
|
+
c("span", null, l(J(
|
|
446
|
+
(_ = (b = (s = e.data.row.orderItemList) == null ? void 0 : s.results) == null ? void 0 : b[0]) == null ? void 0 : _.salesPrice
|
|
447
|
+
)), 1)
|
|
441
448
|
];
|
|
442
449
|
}),
|
|
443
450
|
orderCycle: r((e) => [
|
|
@@ -448,7 +455,7 @@ const be = { class: "app-container" }, _e = { class: "search-container dis_botto
|
|
|
448
455
|
]),
|
|
449
456
|
orderStatus: r((e) => [
|
|
450
457
|
c("div", null, [
|
|
451
|
-
e.data.row.orderStatus === n(w).UNPAY ? (p(), E(
|
|
458
|
+
e.data.row.orderStatus === n(w).UNPAY ? (p(), E(R, {
|
|
452
459
|
key: 0,
|
|
453
460
|
type: "danger"
|
|
454
461
|
}, {
|
|
@@ -457,7 +464,7 @@ const be = { class: "app-container" }, _e = { class: "search-container dis_botto
|
|
|
457
464
|
]),
|
|
458
465
|
_: 2
|
|
459
466
|
}, 1024)) : I("", !0),
|
|
460
|
-
e.data.row.orderStatus === n(w).UNPOST ? (p(), E(
|
|
467
|
+
e.data.row.orderStatus === n(w).UNPOST ? (p(), E(R, {
|
|
461
468
|
key: 1,
|
|
462
469
|
type: "success"
|
|
463
470
|
}, {
|
|
@@ -500,7 +507,7 @@ const be = { class: "app-container" }, _e = { class: "search-container dis_botto
|
|
|
500
507
|
operation: r((e) => [
|
|
501
508
|
h((p(), y("span", {
|
|
502
509
|
class: "el-button-color",
|
|
503
|
-
onClick: (s) =>
|
|
510
|
+
onClick: (s) => ee(e.data.row)
|
|
504
511
|
}, [
|
|
505
512
|
u(l(t.$t("common.view")), 1)
|
|
506
513
|
], 8, Pe)), [
|
|
@@ -509,7 +516,7 @@ const be = { class: "app-container" }, _e = { class: "search-container dis_botto
|
|
|
509
516
|
e.data.row.invoiceStatus === n(w).UNINVOICE && e.data.row.orderStatus === n(w).UNPOST ? h((p(), y("span", {
|
|
510
517
|
key: 0,
|
|
511
518
|
class: "el-button-color dropdown-left",
|
|
512
|
-
onClick: (s) =>
|
|
519
|
+
onClick: (s) => ae(e.data.row)
|
|
513
520
|
}, [
|
|
514
521
|
u(l(t.$t("orderInfo.apply")), 1)
|
|
515
522
|
], 8, $e)), [
|
|
@@ -518,7 +525,7 @@ const be = { class: "app-container" }, _e = { class: "search-container dis_botto
|
|
|
518
525
|
e.data.row.invoiceStatus === n(w).INVOICING ? h((p(), y("span", {
|
|
519
526
|
key: 1,
|
|
520
527
|
class: "el-button-color dropdown-left",
|
|
521
|
-
onClick: (s) =>
|
|
528
|
+
onClick: (s) => oe(e.data.row)
|
|
522
529
|
}, [
|
|
523
530
|
u(l(t.$t("orderInfo.invoiceInformation")), 1)
|
|
524
531
|
], 8, De)), [
|
|
@@ -527,7 +534,7 @@ const be = { class: "app-container" }, _e = { class: "search-container dis_botto
|
|
|
527
534
|
e.data.row.orderStatus === n(w).UNPAY ? h((p(), y("span", {
|
|
528
535
|
key: 2,
|
|
529
536
|
class: "el-button-color dropdown-left",
|
|
530
|
-
onClick: (s) =>
|
|
537
|
+
onClick: (s) => re(e.data.row)
|
|
531
538
|
}, [
|
|
532
539
|
u(l(t.$t("orderInfo.payment")), 1)
|
|
533
540
|
], 8, Te)), [
|
|
@@ -536,7 +543,7 @@ const be = { class: "app-container" }, _e = { class: "search-container dis_botto
|
|
|
536
543
|
e.data.row.invoiceStatus === n(w).INVOICED ? h((p(), y("span", {
|
|
537
544
|
key: 3,
|
|
538
545
|
class: "el-button-color dropdown-left",
|
|
539
|
-
onClick: (s) =>
|
|
546
|
+
onClick: (s) => te(e.data.row)
|
|
540
547
|
}, [
|
|
541
548
|
u(l(t.$t("orderInfo.viewInvoice")), 1)
|
|
542
549
|
], 8, Ee)), [
|
|
@@ -14,8 +14,7 @@ t(s, "ENUM_ORDER_STATUS", h([
|
|
|
14
14
|
{ key: "unpay", value: "待付款" },
|
|
15
15
|
{ key: "unpost", value: "订阅成功" }
|
|
16
16
|
])), // 订单状态常量
|
|
17
|
-
t(s, "UNPAY", "unpay"), t(s, "UNPOST", "unpost"), //
|
|
18
|
-
// 支付方式
|
|
17
|
+
t(s, "UNPAY", "unpay"), t(s, "UNPOST", "unpost"), // 支付方式
|
|
19
18
|
t(s, "ENUM_PAYMENT_WAY", "xyvcard.order.protobuf.PaymentWay"), // 发票票种
|
|
20
19
|
t(s, "LQFP_FPPZ", "Fppz"), // 开票状态
|
|
21
20
|
t(s, "INVOICE_STATUS", "xyvcard.order.protobuf.InvoiceStatus"), t(s, "UNINVOICE", "uninvoice"), t(s, "INVOICING", "invoicing"), t(s, "INVOICED", "invoiced"), // 基层工会
|
|
@@ -2,7 +2,7 @@ import { defineComponent as te, ref as C, reactive as T, onActivated as le, reso
|
|
|
2
2
|
import { useTableHooks as re } from "jmash-core";
|
|
3
3
|
import { useI18n as ae } from "vue-i18n";
|
|
4
4
|
import { o as se } from "./index-BP8zUjOw.mjs";
|
|
5
|
-
import de from "./edit
|
|
5
|
+
import de from "./edit--iYDGPN6.mjs";
|
|
6
6
|
const ie = { class: "app-container" }, me = { class: "search-container" }, ue = ["onClick"], pe = ["onClick"], ke = /* @__PURE__ */ te({
|
|
7
7
|
__name: "index",
|
|
8
8
|
setup(ce) {
|
package/dist/index.mjs
CHANGED
|
@@ -377,7 +377,7 @@ function g(e) {
|
|
|
377
377
|
let i = e.global.getLocaleMessage("en");
|
|
378
378
|
i = d(i, b), e.global.setLocaleMessage("zh-cn", o), e.global.setLocaleMessage("en", i);
|
|
379
379
|
}
|
|
380
|
-
const R = () => import("./index-BWV5njqv.mjs"), w = () => import("./orderPaper-DAXED5UU.mjs"), P = () => import("./orderAddress-
|
|
380
|
+
const R = () => import("./index-BWV5njqv.mjs"), w = () => import("./orderPaper-DAXED5UU.mjs"), P = () => import("./orderAddress-BXu0z9LD.mjs"), q = () => import("./orderInfo-CxDN2Vgs.mjs"), D = () => import("./payment-DD_Lhvf0.mjs"), N = () => import("./invoice-Ca967WuM.mjs"), z = () => import("./invoiceView-BQ20QFpo.mjs"), x = () => import("./applyEdit-PZxjIdlm.mjs"), C = () => import("./invoiceEdit-BPyK5oBD.mjs"), k = () => import("./info-yQ5o6UTa.mjs"), t = [
|
|
381
381
|
{
|
|
382
382
|
path: "/buyer",
|
|
383
383
|
component: r,
|
|
@@ -543,7 +543,7 @@ const R = () => import("./index-BWV5njqv.mjs"), w = () => import("./orderPaper-D
|
|
|
543
543
|
scrollBehavior: () => ({ left: 0, top: 0 })
|
|
544
544
|
});
|
|
545
545
|
c.value = T;
|
|
546
|
-
const A = /* @__PURE__ */ Object.assign({ "./views/buyer/order-info/applyEdit.vue": () => import("./applyEdit-
|
|
546
|
+
const A = /* @__PURE__ */ Object.assign({ "./views/buyer/order-info/applyEdit.vue": () => import("./applyEdit-PZxjIdlm.mjs"), "./views/buyer/order-info/index.vue": () => import("./index-BRBqB4uC.mjs"), "./views/buyer/order-info/info.vue": () => import("./info-yQ5o6UTa.mjs"), "./views/buyer/order-info/invoice.vue": () => import("./invoice-Ca967WuM.mjs"), "./views/buyer/order-info/invoiceEdit.vue": () => import("./invoiceEdit-BPyK5oBD.mjs"), "./views/buyer/order-info/invoiceView.vue": () => import("./invoiceView-BQ20QFpo.mjs"), "./views/buyer/order-info/list.vue": () => import("./list-CeY2OdrK.mjs"), "./views/buyer/order-info/sendDialog.vue": () => import("./sendDialog-B0HE_2cs.mjs"), "./views/buyer/order-info/userInvoice.vue": () => import("./userInvoice-ByXwccaa.mjs"), "./views/buyer/order-newspaper/confirm.vue": () => import("./confirm-BYEYokBP.mjs"), "./views/buyer/order-newspaper/edit.vue": () => import("./edit-DxbJEXn-.mjs"), "./views/buyer/order-newspaper/index.vue": () => import("./index-BWV5njqv.mjs"), "./views/buyer/order-newspaper/onlineBanking.vue": () => import("./onlineBanking-CdDAY0YQ.mjs"), "./views/buyer/order-newspaper/orderAddress.vue": () => import("./orderAddress-BXu0z9LD.mjs"), "./views/buyer/order-newspaper/orderInfo.vue": () => import("./orderInfo-CxDN2Vgs.mjs"), "./views/buyer/order-newspaper/orderPaper.vue": () => import("./orderPaper-DAXED5UU.mjs"), "./views/buyer/order-newspaper/payment.vue": () => import("./payment-DD_Lhvf0.mjs"), "./views/buyer/order-newspaper/prompt.vue": () => import("./prompt-DQX4apPU.mjs"), "./views/buyer/order-user-address/edit.vue": () => import("./edit--iYDGPN6.mjs"), "./views/buyer/order-user-address/index.vue": () => import("./index-C_O5LkoO.mjs") }), M = {
|
|
547
547
|
install(e) {
|
|
548
548
|
l(A, 7), f(t), g(h);
|
|
549
549
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { defineComponent as Y, ref as h, onMounted as Z, resolveComponent as
|
|
2
|
-
import { D as f } from "./index-
|
|
1
|
+
import { defineComponent as Y, ref as h, onMounted as Z, resolveComponent as a, createElementBlock as x, openBlock as W, createVNode as t, withCtx as s, createElementVNode as e, unref as u, toDisplayString as l, createTextVNode as m, createBlock as ee, createCommentVNode as oe } from "vue";
|
|
2
|
+
import { D as f } from "./index-CUfcoWMj.mjs";
|
|
3
3
|
import { o as q } from "./index-BKZPqxLM.mjs";
|
|
4
4
|
import { fileApi as R, routerUtil as te } from "jmash-core";
|
|
5
5
|
import { useRouter as se, useRoute as le } from "vue-router";
|
|
6
6
|
import { goodsSpuApi as ne } from "xyvcard-paper-goods";
|
|
7
7
|
import { _ as ie } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
8
|
-
const
|
|
8
|
+
const re = { class: "app-container" }, ae = { class: "subscription-container" }, de = { class: "newspaper-image" }, ce = { class: "shanxi-worker-paper" }, me = { class: "subscription-info" }, ue = { class: "magazine-title" }, pe = { class: "info-item" }, _e = { class: "info-label" }, fe = { class: "info-item" }, be = { class: "info-label" }, ve = { class: "price" }, he = { class: "price-value" }, Ie = { class: "subscription-containers" }, ge = { class: "cell-item" }, ye = { class: "cell-item" }, Ee = { class: "cell-item" }, Ne = { class: "dialog-footer" }, Pe = /* @__PURE__ */ Y({
|
|
9
9
|
__name: "info",
|
|
10
10
|
setup(ke) {
|
|
11
11
|
const M = se(), b = le(), I = h([]);
|
|
@@ -19,9 +19,9 @@ const ae = { class: "app-container" }, re = { class: "subscription-container" },
|
|
|
19
19
|
const n = h(), g = h([]);
|
|
20
20
|
function H() {
|
|
21
21
|
q.findById({ orderId: b.query.orderId }).then(({ data: o }) => {
|
|
22
|
-
var i, p, c, _,
|
|
22
|
+
var i, p, c, _, r;
|
|
23
23
|
n.value = [o], ne.findById({
|
|
24
|
-
spuId: (
|
|
24
|
+
spuId: (r = (_ = (c = (p = (i = n.value) == null ? void 0 : i[0]) == null ? void 0 : p.orderItemList) == null ? void 0 : c.results) == null ? void 0 : _[0]) == null ? void 0 : r.spuId
|
|
25
25
|
}).then(({ data: v }) => {
|
|
26
26
|
g.value = v.categoryIds;
|
|
27
27
|
});
|
|
@@ -35,8 +35,8 @@ const ae = { class: "app-container" }, re = { class: "subscription-container" },
|
|
|
35
35
|
return Z(() => {
|
|
36
36
|
H(), J();
|
|
37
37
|
}), (o, i) => {
|
|
38
|
-
const p =
|
|
39
|
-
return W(), x("div",
|
|
38
|
+
const p = a("el-image"), c = a("el-descriptions-item"), _ = a("el-descriptions"), r = a("el-table-column"), v = a("jmash-mobileIns-component"), K = a("el-table"), Q = a("el-button"), X = a("el-card");
|
|
39
|
+
return W(), x("div", re, [
|
|
40
40
|
t(X, { shadow: "never" }, {
|
|
41
41
|
footer: s(() => [
|
|
42
42
|
e("div", Ne, [
|
|
@@ -55,7 +55,7 @@ const ae = { class: "app-container" }, re = { class: "subscription-container" },
|
|
|
55
55
|
var y, E, N, P, k, $, L, V, w, B, C, D, A, S, U, z, T, j, O;
|
|
56
56
|
return [
|
|
57
57
|
i[1] || (i[1] = e("div", { class: "title-content" }, "订单详情", -1)),
|
|
58
|
-
e("div",
|
|
58
|
+
e("div", ae, [
|
|
59
59
|
e("div", de, [
|
|
60
60
|
e("div", ce, [
|
|
61
61
|
t(p, {
|
|
@@ -139,17 +139,17 @@ const ae = { class: "app-container" }, re = { class: "subscription-container" },
|
|
|
139
139
|
border: ""
|
|
140
140
|
}, {
|
|
141
141
|
default: s(() => [
|
|
142
|
-
t(
|
|
142
|
+
t(r, {
|
|
143
143
|
prop: "note",
|
|
144
144
|
label: o.$t("orderInfo.unitNames"),
|
|
145
145
|
width: "250"
|
|
146
146
|
}, null, 8, ["label"]),
|
|
147
|
-
t(
|
|
147
|
+
t(r, {
|
|
148
148
|
prop: "userName",
|
|
149
149
|
label: o.$t("orderInfo.userName"),
|
|
150
150
|
width: "120"
|
|
151
151
|
}, null, 8, ["label"]),
|
|
152
|
-
t(
|
|
152
|
+
t(r, {
|
|
153
153
|
label: o.$t("orderInfo.mobilePhone"),
|
|
154
154
|
width: "170"
|
|
155
155
|
}, {
|
|
@@ -163,7 +163,7 @@ const ae = { class: "app-container" }, re = { class: "subscription-container" },
|
|
|
163
163
|
]),
|
|
164
164
|
_: 1
|
|
165
165
|
}, 8, ["label"]),
|
|
166
|
-
t(
|
|
166
|
+
t(r, {
|
|
167
167
|
prop: "detailInfo",
|
|
168
168
|
label: o.$t("orderInfo.address")
|
|
169
169
|
}, {
|
|
@@ -172,7 +172,7 @@ const ae = { class: "app-container" }, re = { class: "subscription-container" },
|
|
|
172
172
|
]),
|
|
173
173
|
_: 1
|
|
174
174
|
}, 8, ["label"]),
|
|
175
|
-
t(
|
|
175
|
+
t(r, {
|
|
176
176
|
prop: "goodsNum",
|
|
177
177
|
label: o.$t("orderInfo.paperNumber"),
|
|
178
178
|
width: "100"
|
|
@@ -188,7 +188,7 @@ const ae = { class: "app-container" }, re = { class: "subscription-container" },
|
|
|
188
188
|
]);
|
|
189
189
|
};
|
|
190
190
|
}
|
|
191
|
-
}), Se = /* @__PURE__ */ ie(Pe, [["__scopeId", "data-v-
|
|
191
|
+
}), Se = /* @__PURE__ */ ie(Pe, [["__scopeId", "data-v-f6dfbb43"]]);
|
|
192
192
|
export {
|
|
193
193
|
Se as default
|
|
194
194
|
};
|
|
@@ -3,9 +3,9 @@ import { useI18n as W } from "vue-i18n";
|
|
|
3
3
|
import "element-plus";
|
|
4
4
|
import { routerUtil as F } from "jmash-core";
|
|
5
5
|
import { useRouter as X, useRoute as Y } from "vue-router";
|
|
6
|
-
import { D as U } from "./index-
|
|
6
|
+
import { D as U } from "./index-CUfcoWMj.mjs";
|
|
7
7
|
import { l as Z } from "./index-DspCttgG.mjs";
|
|
8
|
-
import { _ as ee, u as le } from "./userInvoice.vue_vue_type_script_setup_true_lang-
|
|
8
|
+
import { _ as ee, u as le } from "./userInvoice.vue_vue_type_script_setup_true_lang-BaWmhSHl.mjs";
|
|
9
9
|
import { E as oe } from "./el-message-VSzNakoG.mjs";
|
|
10
10
|
import { _ as te } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
11
11
|
const ae = { class: "app-container" }, ne = { class: "search-container" }, se = { class: "form-footer" }, re = /* @__PURE__ */ O({
|
|
@@ -95,11 +95,11 @@ const D = { class: "info-card" }, F = { class: "info-item" }, U = { class: "info
|
|
|
95
95
|
` : `
|
|
96
96
|
`, o = [
|
|
97
97
|
"注:切勿遗漏交易附言!",
|
|
98
|
-
`${l("newsPapepr.payableAmount")}
|
|
99
|
-
`${l("newsPapepr.postscript")}
|
|
100
|
-
`${l("newsPapepr.payeeName")}
|
|
101
|
-
`${l("newsPapepr.payeeAccount")}
|
|
102
|
-
`${l("newsPapepr.payeeBankName")}
|
|
98
|
+
`${l("newsPapepr.payableAmount")} ${t.payableAmount || ""}`,
|
|
99
|
+
`${l("newsPapepr.postscript")} ${t.postscript || ""}`,
|
|
100
|
+
`${l("newsPapepr.payeeName")} ${t.payeeName || ""}`,
|
|
101
|
+
`${l("newsPapepr.payeeAccount")} ${t.payeeAccount || ""}`,
|
|
102
|
+
`${l("newsPapepr.payeeBankName")} ${t.payeeBankName || ""}`
|
|
103
103
|
].join(n);
|
|
104
104
|
r(o);
|
|
105
105
|
}
|
|
@@ -196,7 +196,7 @@ const D = { class: "info-card" }, F = { class: "info-item" }, U = { class: "info
|
|
|
196
196
|
}, 8, ["modelValue", "title", "width"]);
|
|
197
197
|
};
|
|
198
198
|
}
|
|
199
|
-
}), re = /* @__PURE__ */ R(oe, [["__scopeId", "data-v-
|
|
199
|
+
}), re = /* @__PURE__ */ R(oe, [["__scopeId", "data-v-3c63890d"]]);
|
|
200
200
|
export {
|
|
201
201
|
re as default
|
|
202
202
|
};
|
|
@@ -4,39 +4,39 @@ import { o as M } from "./index-BP8zUjOw.mjs";
|
|
|
4
4
|
import { useTableHooks as K } from "jmash-core";
|
|
5
5
|
import { useI18n as W } from "vue-i18n";
|
|
6
6
|
import { useRoute as X, useRouter as Y } from "vue-router";
|
|
7
|
-
import Z from "./edit-
|
|
7
|
+
import Z from "./edit-DxbJEXn-.mjs";
|
|
8
8
|
import { E as N } from "./el-message-VSzNakoG.mjs";
|
|
9
9
|
import { _ as ee } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
10
|
-
const te = { class: "app-container" }, oe = { class: "search-container" }, se = { class: "address-management-container" }, le = { class: "subscription-info" }, ne = { class: "info-item" }, ae = { class: "value" }, de = { class: "info-item" }, re = { class: "value" }, ie = { class: "info-item" }, ue = { class: "value" }, me = { class: "action-bar" }, pe = { class: "address-table" }, ce = { class: "footer" },
|
|
10
|
+
const te = { class: "app-container" }, oe = { class: "search-container" }, se = { class: "address-management-container" }, le = { class: "subscription-info" }, ne = { class: "info-item" }, ae = { class: "value" }, de = { class: "info-item" }, re = { class: "value" }, ie = { class: "info-item" }, ue = { class: "value" }, me = { class: "action-bar" }, pe = { class: "address-table" }, ce = { class: "footer" }, fe = /* @__PURE__ */ F({
|
|
11
11
|
__name: "orderAddress",
|
|
12
|
-
setup(
|
|
13
|
-
const { t: c } = W(),
|
|
12
|
+
setup(ve) {
|
|
13
|
+
const { t: c } = W(), f = d([]), k = X(), B = Y(), v = d(0), x = d(""), r = d({
|
|
14
14
|
title: c("common.edit"),
|
|
15
15
|
visible: !1
|
|
16
16
|
});
|
|
17
17
|
function L() {
|
|
18
18
|
r.value.title = c("common.add"), r.value.visible = !0;
|
|
19
19
|
}
|
|
20
|
-
const
|
|
20
|
+
const V = d("");
|
|
21
21
|
D.findOrderInfoById({ orderId: k.query.orderId }).then((t) => {
|
|
22
22
|
var n, a, _, b;
|
|
23
23
|
x.value = (a = (n = t.data.orderItemList) == null ? void 0 : n.results[0]) == null ? void 0 : a.itemId;
|
|
24
24
|
const e = (b = (_ = t.data.orderItemList) == null ? void 0 : _.results[0]) == null ? void 0 : b.quantity;
|
|
25
|
-
|
|
25
|
+
v.value = typeof e == "number" ? e : 0, V.value = t.data.shopId;
|
|
26
26
|
});
|
|
27
|
-
const
|
|
28
|
-
const e =
|
|
29
|
-
return
|
|
27
|
+
const I = E(() => f.value.reduce((t, e) => t + (e.goodsNum || 0), 0)), P = E(() => v.value - I.value), A = (t) => {
|
|
28
|
+
const e = I.value - (t.goodsNum || 0);
|
|
29
|
+
return v.value - e;
|
|
30
30
|
}, T = (t) => {
|
|
31
31
|
const e = t.goodsNum ?? 0;
|
|
32
32
|
e < 0 && (t.goodsNum = 0);
|
|
33
|
-
const n =
|
|
33
|
+
const n = A(t);
|
|
34
34
|
e > n && (t.goodsNum = n, N.warning(`订阅份数不能超过${n}份`));
|
|
35
35
|
};
|
|
36
|
-
|
|
37
|
-
function
|
|
36
|
+
y();
|
|
37
|
+
function y() {
|
|
38
38
|
M.findList().then((t) => {
|
|
39
|
-
|
|
39
|
+
f.value = t.data.results.map((e) => ({
|
|
40
40
|
...e,
|
|
41
41
|
goodsNum: 0
|
|
42
42
|
// 初始化为0
|
|
@@ -46,7 +46,7 @@ const te = { class: "app-container" }, oe = { class: "search-container" }, se =
|
|
|
46
46
|
const R = G({
|
|
47
47
|
requestId: Math.random() * 10 + ""
|
|
48
48
|
}), j = () => {
|
|
49
|
-
const t =
|
|
49
|
+
const t = f.value.filter((e) => e.goodsNum && e.goodsNum > 0).map((e) => ({
|
|
50
50
|
addressId: e.addressId,
|
|
51
51
|
goodsNum: e.goodsNum
|
|
52
52
|
}));
|
|
@@ -66,22 +66,22 @@ const te = { class: "app-container" }, oe = { class: "search-container" }, se =
|
|
|
66
66
|
path: "/buyer/order-newspaper/orderDetails",
|
|
67
67
|
query: {
|
|
68
68
|
orderId: k.query.orderId,
|
|
69
|
-
shopId:
|
|
69
|
+
shopId: V.value
|
|
70
70
|
}
|
|
71
71
|
}));
|
|
72
72
|
}).catch((e) => {
|
|
73
73
|
});
|
|
74
74
|
};
|
|
75
75
|
function H(t) {
|
|
76
|
-
t &&
|
|
76
|
+
t && y();
|
|
77
77
|
}
|
|
78
|
-
const u = d(!1), O = d({}), { tableHooks:
|
|
78
|
+
const u = d(!1), O = d({}), { tableHooks: w } = K(c, M, O);
|
|
79
79
|
function Q() {
|
|
80
80
|
u.value = !1;
|
|
81
81
|
}
|
|
82
82
|
function S(t) {
|
|
83
|
-
t.updateMask = "",
|
|
84
|
-
u.value = !1,
|
|
83
|
+
t.updateMask = "", w.importExcel(t).then(() => {
|
|
84
|
+
u.value = !1, y();
|
|
85
85
|
});
|
|
86
86
|
}
|
|
87
87
|
return (t, e) => {
|
|
@@ -95,11 +95,11 @@ const te = { class: "app-container" }, oe = { class: "search-container" }, se =
|
|
|
95
95
|
o("div", le, [
|
|
96
96
|
o("div", ne, [
|
|
97
97
|
e[5] || (e[5] = o("span", null, "总订阅份数:", -1)),
|
|
98
|
-
o("span", ae, p(
|
|
98
|
+
o("span", ae, p(v.value) + "份", 1)
|
|
99
99
|
]),
|
|
100
100
|
o("div", de, [
|
|
101
101
|
e[6] || (e[6] = o("span", null, "已分配:", -1)),
|
|
102
|
-
o("span", re, p(
|
|
102
|
+
o("span", re, p(I.value) + "份", 1)
|
|
103
103
|
]),
|
|
104
104
|
o("div", ie, [
|
|
105
105
|
e[7] || (e[7] = o("span", null, "待分配:", -1)),
|
|
@@ -132,7 +132,7 @@ const te = { class: "app-container" }, oe = { class: "search-container" }, se =
|
|
|
132
132
|
]),
|
|
133
133
|
o("div", pe, [
|
|
134
134
|
l(b, {
|
|
135
|
-
data:
|
|
135
|
+
data: f.value,
|
|
136
136
|
border: "",
|
|
137
137
|
style: { width: "100%" },
|
|
138
138
|
"header-cell-style": { backgroundColor: "#fafafa", color: "#333" }
|
|
@@ -179,13 +179,13 @@ const te = { class: "app-container" }, oe = { class: "search-container" }, se =
|
|
|
179
179
|
default: i(({ row: s }) => [
|
|
180
180
|
l(_, {
|
|
181
181
|
modelValue: s.goodsNum,
|
|
182
|
-
"onUpdate:modelValue": (
|
|
182
|
+
"onUpdate:modelValue": (C) => s.goodsNum = C,
|
|
183
183
|
modelModifiers: { number: !0 },
|
|
184
184
|
type: "number",
|
|
185
185
|
min: "0",
|
|
186
|
-
max:
|
|
187
|
-
|
|
188
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "max", "
|
|
186
|
+
max: A(s),
|
|
187
|
+
onInput: (C) => T(s)
|
|
188
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "max", "onInput"])
|
|
189
189
|
]),
|
|
190
190
|
_: 1
|
|
191
191
|
})
|
|
@@ -221,14 +221,14 @@ const te = { class: "app-container" }, oe = { class: "search-container" }, se =
|
|
|
221
221
|
key: 1,
|
|
222
222
|
"upload-visible": u.value,
|
|
223
223
|
"template-title": t.$t("sysUser.templateDownload"),
|
|
224
|
-
onTemplateDown: e[4] || (e[4] = (s) => $(
|
|
224
|
+
onTemplateDown: e[4] || (e[4] = (s) => $(w).downloadTemplate($(c)("newsPapepr.names"))),
|
|
225
225
|
onImportEvents: S,
|
|
226
226
|
onUploadClosed: Q
|
|
227
227
|
}, null, 8, ["upload-visible", "template-title"])) : U("", !0)
|
|
228
228
|
]);
|
|
229
229
|
};
|
|
230
230
|
}
|
|
231
|
-
}),
|
|
231
|
+
}), Ve = /* @__PURE__ */ ee(fe, [["__scopeId", "data-v-9c86af44"]]);
|
|
232
232
|
export {
|
|
233
|
-
|
|
233
|
+
Ve as default
|
|
234
234
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent as we, ref as _, reactive as h, onMounted as Ke, resolveComponent as c, createElementBlock as Le, openBlock as k, createVNode as r, createBlock as B, createCommentVNode as D, withCtx as m, createElementVNode as t, unref as O, toDisplayString as a, createTextVNode as fe } from "vue";
|
|
2
2
|
import { useI18n as Ae } from "vue-i18n";
|
|
3
|
-
import { D as ve } from "./index-
|
|
3
|
+
import { D as ve } from "./index-CUfcoWMj.mjs";
|
|
4
4
|
import { o as be } from "./index-BKZPqxLM.mjs";
|
|
5
5
|
import { fileApi as ye } from "jmash-core";
|
|
6
6
|
import { useRoute as $e, useRouter as Ue } from "vue-router";
|
|
7
7
|
import { goodsSpuApi as Me } from "xyvcard-paper-goods";
|
|
8
|
-
import qe from "./onlineBanking-
|
|
8
|
+
import qe from "./onlineBanking-CdDAY0YQ.mjs";
|
|
9
9
|
import Se from "./prompt-DQX4apPU.mjs";
|
|
10
10
|
import Te from "./confirm-BYEYokBP.mjs";
|
|
11
11
|
import { o as Ie } from "./index-B90ZLkZ9.mjs";
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";.subscription-container[data-v-89b51d55]{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin:0 auto;padding:16px;background:#fff}.subscription-card[data-v-89b51d55]{flex:1;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden;cursor:pointer;transition:all .3s ease}.newspaper-image[data-v-89b51d55]{background:#f5f5f5;padding:10px;height:186px;display:flex;align-items:center;justify-content:center}.newspaper-image .dummy-text[data-v-89b51d55]{width:100%;height:100%}.newspaper-image .dummy-text .el-image[data-v-89b51d55]{width:100%;height:100%;object-fit:contain}.subscription-info[data-v-89b51d55]{padding:10px;text-align:left}.subscription-info .subscription-title[data-v-89b51d55]{font-size:14px;font-weight:700;margin-bottom:4px}.subscription-info .delivery-info[data-v-89b51d55]{font-size:12px;color:#666;margin-bottom:4px}.subscription-info .subscription-price[data-v-89b51d55]{color:#de241e;font-size:16px;font-weight:700}.pagination-container[data-v-89b51d55]{margin:20px 0}:root{--el-color-white:#ffffff;--el-color-black:#000000;--el-color-primary-rgb:64,158,255;--el-color-success-rgb:103,194,58;--el-color-warning-rgb:230,162,60;--el-color-danger-rgb:245,108,108;--el-color-error-rgb:245,108,108;--el-color-info-rgb:144,147,153;--el-font-size-extra-large:20px;--el-font-size-large:18px;--el-font-size-medium:16px;--el-font-size-base:14px;--el-font-size-small:13px;--el-font-size-extra-small:12px;--el-font-family:"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;--el-font-weight-primary:500;--el-font-line-height-primary:24px;--el-index-normal:1;--el-index-top:1000;--el-index-popper:2000;--el-border-radius-base:4px;--el-border-radius-small:2px;--el-border-radius-round:20px;--el-border-radius-circle:100%;--el-transition-duration:.3s;--el-transition-duration-fast:.2s;--el-transition-function-ease-in-out-bezier:cubic-bezier(.645,.045,.355,1);--el-transition-function-fast-bezier:cubic-bezier(.23,1,.32,1);--el-transition-all:all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);--el-transition-fade:opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);--el-transition-md-fade:transform var(--el-transition-duration) var(--el-transition-function-fast-bezier),opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);--el-transition-fade-linear:opacity var(--el-transition-duration-fast) linear;--el-transition-border:border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-transition-box-shadow:box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-transition-color:color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-component-size-large:40px;--el-component-size:32px;--el-component-size-small:24px}:root{color-scheme:light;--el-color-primary:#409eff;--el-color-primary-light-3:rgb(121,187,255);--el-color-primary-light-5:rgb(160,207,255);--el-color-primary-light-7:rgb(198,226,255);--el-color-primary-light-8:rgb(217,236,255);--el-color-primary-light-9:rgb(236,245,255);--el-color-primary-dark-2:rgb(51,126,204);--el-color-success:#67c23a;--el-color-success-light-3:rgb(149,212,117);--el-color-success-light-5:rgb(179,225,157);--el-color-success-light-7:rgb(209,237,196);--el-color-success-light-8:rgb(225,243,216);--el-color-success-light-9:rgb(240,249,235);--el-color-success-dark-2:rgb(82,155,46);--el-color-warning:#e6a23c;--el-color-warning-light-3:rgb(238,190,119);--el-color-warning-light-5:rgb(243,209,158);--el-color-warning-light-7:rgb(248,227,197);--el-color-warning-light-8:rgb(250,236,216);--el-color-warning-light-9:rgb(253,246,236);--el-color-warning-dark-2:rgb(184,130,48);--el-color-danger:#f56c6c;--el-color-danger-light-3:rgb(248,152,152);--el-color-danger-light-5:rgb(250,182,182);--el-color-danger-light-7:rgb(252,211,211);--el-color-danger-light-8:rgb(253,226,226);--el-color-danger-light-9:rgb(254,240,240);--el-color-danger-dark-2:rgb(196,86,86);--el-color-error:#f56c6c;--el-color-error-light-3:rgb(248,152,152);--el-color-error-light-5:rgb(250,182,182);--el-color-error-light-7:rgb(252,211,211);--el-color-error-light-8:rgb(253,226,226);--el-color-error-light-9:rgb(254,240,240);--el-color-error-dark-2:rgb(196,86,86);--el-color-info:#909399;--el-color-info-light-3:rgb(177,179,184);--el-color-info-light-5:rgb(200,201,204);--el-color-info-light-7:rgb(222,223,224);--el-color-info-light-8:rgb(233,233,235);--el-color-info-light-9:rgb(244,244,245);--el-color-info-dark-2:rgb(115,118,122);--el-bg-color:#ffffff;--el-bg-color-page:#f2f3f5;--el-bg-color-overlay:#ffffff;--el-text-color-primary:#303133;--el-text-color-regular:#606266;--el-text-color-secondary:#909399;--el-text-color-placeholder:#a8abb2;--el-text-color-disabled:#c0c4cc;--el-border-color:#dcdfe6;--el-border-color-light:#e4e7ed;--el-border-color-lighter:#ebeef5;--el-border-color-extra-light:#f2f6fc;--el-border-color-dark:#d4d7de;--el-border-color-darker:#cdd0d6;--el-fill-color:#f0f2f5;--el-fill-color-light:#f5f7fa;--el-fill-color-lighter:#fafafa;--el-fill-color-extra-light:#fafcff;--el-fill-color-dark:#ebedf0;--el-fill-color-darker:#e6e8eb;--el-fill-color-blank:#ffffff;--el-box-shadow:0px 12px 32px 4px rgba(0,0,0,.04),0px 8px 20px rgba(0,0,0,.08);--el-box-shadow-light:0px 0px 12px rgba(0,0,0,.12);--el-box-shadow-lighter:0px 0px 6px rgba(0,0,0,.12);--el-box-shadow-dark:0px 16px 48px 16px rgba(0,0,0,.08),0px 12px 32px rgba(0,0,0,.12),0px 8px 16px -8px rgba(0,0,0,.16);--el-disabled-bg-color:var(--el-fill-color-light);--el-disabled-text-color:var(--el-text-color-placeholder);--el-disabled-border-color:var(--el-border-color-light);--el-overlay-color:rgba(0,0,0,.8);--el-overlay-color-light:rgba(0,0,0,.7);--el-overlay-color-lighter:rgba(0,0,0,.5);--el-mask-color:rgba(255,255,255,.9);--el-mask-color-extra-light:rgba(255,255,255,.3);--el-border-width:1px;--el-border-style:solid;--el-border-color-hover:var(--el-text-color-disabled);--el-border:var(--el-border-width) var(--el-border-style) var(--el-border-color);--el-svg-monochrome-grey:var(--el-border-color)}.fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.fade-in-linear-enter-from,.fade-in-linear-leave-to{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.el-fade-in-linear-enter-from,.el-fade-in-linear-leave-to{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-fade-in-enter-from,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter-from,.el-zoom-in-center-leave-active{opacity:0;transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;transform:scaleY(1);transform-origin:center top;transition:var(--el-transition-md-fade)}.el-zoom-in-top-enter-active[data-popper-placement^=top],.el-zoom-in-top-leave-active[data-popper-placement^=top]{transform-origin:center bottom}.el-zoom-in-top-enter-from,.el-zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;transform:scaleY(1);transform-origin:center bottom;transition:var(--el-transition-md-fade)}.el-zoom-in-bottom-enter-from,.el-zoom-in-bottom-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;transform:scale(1);transform-origin:top left;transition:var(--el-transition-md-fade)}.el-zoom-in-left-enter-from,.el-zoom-in-left-leave-active{opacity:0;transform:scale(.45)}.collapse-transition{transition:var(--el-transition-duration) height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.el-collapse-transition-enter-active,.el-collapse-transition-leave-active{transition:var(--el-transition-duration) max-height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.horizontal-collapse-transition{transition:var(--el-transition-duration) width ease-in-out,var(--el-transition-duration) padding-left ease-in-out,var(--el-transition-duration) padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{transition:all 1s}.el-list-enter-from,.el-list-leave-to{opacity:0;transform:translateY(-30px)}.el-list-leave-active{position:absolute!important}.el-opacity-transition{transition:opacity var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.el-icon{--color:inherit;align-items:center;display:inline-flex;height:1em;justify-content:center;line-height:1em;position:relative;width:1em;fill:currentColor;color:var(--color);font-size:inherit}.el-icon.is-loading{animation:rotating 2s linear infinite}.el-icon svg{height:1em;width:1em}.el-badge{--el-badge-bg-color:var(--el-color-danger);--el-badge-radius:10px;--el-badge-font-size:12px;--el-badge-padding:6px;--el-badge-size:18px;display:inline-block;position:relative;vertical-align:middle;width:-moz-fit-content;width:fit-content}.el-badge__content{align-items:center;background-color:var(--el-badge-bg-color);border:1px solid var(--el-bg-color);border-radius:var(--el-badge-radius);color:var(--el-color-white);display:inline-flex;font-size:var(--el-badge-font-size);height:var(--el-badge-size);justify-content:center;padding:0 var(--el-badge-padding);white-space:nowrap}.el-badge__content.is-fixed{position:absolute;right:calc(1px + var(--el-badge-size)/2);top:0;transform:translateY(-50%) translate(100%);z-index:var(--el-index-normal)}.el-badge__content.is-fixed.is-dot{right:5px}.el-badge__content.is-dot{border-radius:50%;height:8px;padding:0;right:0;width:8px}.el-badge__content.is-hide-zero{display:none}.el-badge__content--primary{background-color:var(--el-color-primary)}.el-badge__content--success{background-color:var(--el-color-success)}.el-badge__content--warning{background-color:var(--el-color-warning)}.el-badge__content--info{background-color:var(--el-color-info)}.el-badge__content--danger{background-color:var(--el-color-danger)}.el-message{--el-message-bg-color:var(--el-color-info-light-9);--el-message-border-color:var(--el-border-color-lighter);--el-message-padding:11px 15px;--el-message-close-size:16px;--el-message-close-icon-color:var(--el-text-color-placeholder);--el-message-close-hover-color:var(--el-text-color-secondary);align-items:center;background-color:var(--el-message-bg-color);border-color:var(--el-message-border-color);border-radius:var(--el-border-radius-base);border-style:var(--el-border-style);border-width:var(--el-border-width);box-sizing:border-box;display:flex;gap:8px;max-width:calc(100% - 32px);padding:var(--el-message-padding);position:fixed;transition:opacity var(--el-transition-duration),transform .4s,top .4s,bottom .4s;width:-moz-fit-content;width:fit-content}.el-message.is-left{left:16px}.el-message.is-right{right:16px}.el-message.is-center{left:0;margin:0 auto;right:0}.el-message.is-plain{background-color:var(--el-bg-color-overlay);border-color:var(--el-bg-color-overlay);box-shadow:var(--el-box-shadow-light)}.el-message p{margin:0}.el-message--primary{--el-message-bg-color:var(--el-color-primary-light-9);--el-message-border-color:var(--el-color-primary-light-8);--el-message-text-color:var(--el-color-primary)}.el-message--primary .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--primary{color:var(--el-message-text-color)}.el-message--success{--el-message-bg-color:var(--el-color-success-light-9);--el-message-border-color:var(--el-color-success-light-8);--el-message-text-color:var(--el-color-success)}.el-message--success .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--success{color:var(--el-message-text-color)}.el-message--info{--el-message-bg-color:var(--el-color-info-light-9);--el-message-border-color:var(--el-color-info-light-8);--el-message-text-color:var(--el-color-info)}.el-message--info .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--info{color:var(--el-message-text-color)}.el-message--warning{--el-message-bg-color:var(--el-color-warning-light-9);--el-message-border-color:var(--el-color-warning-light-8);--el-message-text-color:var(--el-color-warning)}.el-message--warning .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--warning{color:var(--el-message-text-color)}.el-message--error{--el-message-bg-color:var(--el-color-error-light-9);--el-message-border-color:var(--el-color-error-light-8);--el-message-text-color:var(--el-color-error)}.el-message--error .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--error{color:var(--el-message-text-color)}.el-message .el-message__badge{position:absolute;right:-8px;top:-8px}.el-message__content{font-size:14px;line-height:1;padding:0}.el-message__content:focus{outline-width:0}.el-message .el-message__closeBtn{color:var(--el-message-close-icon-color);cursor:pointer;font-size:var(--el-message-close-size)}.el-message .el-message__closeBtn:focus{outline-width:0}.el-message .el-message__closeBtn:hover{color:var(--el-message-close-hover-color)}.el-message-fade-enter-from,.el-message-fade-leave-to{opacity:0;transform:translateY(-100%)}.el-message-fade-enter-from.is-bottom,.el-message-fade-leave-to.is-bottom{transform:translateY(100%)}.newspaper-info[data-v-3ad371c0]{display:flex;height:260px}.newspaper-preview[data-v-3ad371c0]{background-color:#f3f3f3;border-radius:20px;margin-right:30px;width:300px;height:260px;padding:13px;display:flex;align-items:center}.newspaper-preview .el-image[data-v-3ad371c0]{width:100%;height:100%}.subscription-form[data-v-3ad371c0]{padding:15px;box-shadow:0 2px 4px -2px #0000001a,0 4px 6px -1px #0000001a;flex:1}.subscription-form .form-group[data-v-3ad371c0]{margin-bottom:12px}.subscription-form .form-group .order-label[data-v-3ad371c0]{font-weight:600;color:#000;font-size:13px;margin-top:10px;margin-bottom:0}.subscription-form .form-group label[data-v-3ad371c0]{display:block;font-size:14px;margin-bottom:8px}.subscription-form .form-group .order-day[data-v-3ad371c0]{margin-top:7px}.subscription-form .form-group .form-value[data-v-3ad371c0]{color:#333;font-size:13px;font-family:Roboto}.subscription-form .form-group .price-info[data-v-3ad371c0]{display:flex;align-items:center}.subscription-form .form-group .price-info .price[data-v-3ad371c0]{font-size:18px;font-weight:700;margin-left:40%}.subscription-form .form-group .quantity-selector[data-v-3ad371c0]{display:flex;align-items:center}.subscription-form .form-group .quantity-selector .btn-minus[data-v-3ad371c0]{margin-left:38%}.subscription-form .form-group .quantity-selector button[data-v-3ad371c0]{width:30px;height:30px;border:1px solid #ddd;background:#f5f5f5;cursor:pointer}.subscription-form .form-group .quantity-selector button[data-v-3ad371c0]:hover{background:#eee}.subscription-form .form-group .quantity-selector .quantity-input[data-v-3ad371c0]{width:50px;height:30px;text-align:center;border:1px solid #ddd;margin:0 5px}.subscription-form .total-price[data-v-3ad371c0]{display:flex;align-items:center}.subscription-form .total-price .price[data-v-3ad371c0]{color:#de241e;font-size:22px;font-weight:700;margin-left:40%}.order-btn[data-v-3ad371c0]{width:100%;height:45px;background:#de241e;color:#fff;border:none;border-radius:4px;font-size:16px;margin-top:20%;margin-bottom:20px;cursor:pointer}.order-btn[data-v-3ad371c0]:hover{background:#c21f1a}.position-center[data-v-e66725eb]{position:absolute;right:0;top:30%;transform:translateY(-30%)}.plus-position[data-v-e66725eb]{position:absolute;right:0;top:0;margin-top:8px}.el-form-item[data-v-e66725eb]{margin-bottom:20px}.el-form-item__label[data-v-e66725eb]{padding-bottom:8px;font-weight:500}.el-input[data-v-e66725eb],.el-textarea[data-v-e66725eb]{width:100%}.address-management-container .header[data-v-493b298b]{margin-bottom:20px}.address-management-container .header h2[data-v-493b298b]{font-size:20px;color:#333;font-weight:700}.address-management-container .subscription-info[data-v-493b298b]{display:flex;margin-bottom:20px}.address-management-container .subscription-info .info-item[data-v-493b298b]{margin-right:30px;font-size:14px}.address-management-container .subscription-info .info-item .value[data-v-493b298b]{font-weight:700;color:#333}.address-management-container .action-bar[data-v-493b298b]{margin-bottom:20px}.address-management-container .action-bar .add-button[data-v-493b298b]{background-color:#de241e}.address-management-container .address-table[data-v-493b298b]{width:100%;margin-bottom:20px}.address-management-container .address-table[data-v-493b298b] .el-table{border-radius:4px}.address-management-container .address-table[data-v-493b298b] .el-table th{font-weight:500}.address-management-container .address-table[data-v-493b298b] .el-table .el-table__row:hover{background-color:#fafafa}.address-management-container .footer[data-v-493b298b]{text-align:center}.address-management-container .footer .confirm-button[data-v-493b298b]{width:100%;height:45px;background:#de241e;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:700;margin-bottom:20px;cursor:pointer}.address-management-container .footer .confirm-button[data-v-493b298b]:hover{background:#c21f1a}.address-management-container .footer .confirm-button[data-v-493b298b]:active{background:#a51915}.note[data-v-a3869a1c]{color:red;margin-bottom:20px;text-align:center;font-weight:700}.info-card[data-v-a3869a1c]{background-color:#fff5f5;border:2px dashed #f3aca9;border-radius:4px;padding:12px;margin:20px 20px 0}.info-card-one[data-v-a3869a1c]{background-color:#fff;border:1px dashed #ffffff;padding:12px;margin:0 20px 20px}.info-item[data-v-a3869a1c]{display:flex;justify-content:space-between;margin-bottom:20px}.info-item[data-v-a3869a1c]:last-child{margin-bottom:0}.info-item-item[data-v-a3869a1c]{display:flex}.info-item-item span[data-v-a3869a1c]:first-child{color:#666;width:75px;text-align:right;margin-right:30px}.copy-btn[data-v-a3869a1c]{cursor:pointer}.copy-btn[data-v-a3869a1c]:hover{color:#ff4500}.footer[data-v-a3869a1c],.footer[data-v-360e02ed]{display:flex;justify-content:center;gap:10px}.text-prompt[data-v-360e02ed]{text-align:center;margin:30px 0;font-size:16px;color:#333}.footer[data-v-df1b6dc1]{display:flex;justify-content:center;gap:10px}.subscription-container[data-v-173f91ce]{display:flex;width:100%;margin:0;background-color:#fff;box-shadow:0 2px 10px #0000001a}.newspaper-image[data-v-173f91ce]{padding:20px;display:flex}.shanxi-worker-paper[data-v-173f91ce]{width:160px;height:160px;border:2px solid red;background-color:#fff;border-radius:20px;overflow:hidden}.subscription-info[data-v-173f91ce]{padding:5px;display:flex;flex-direction:column}.magazine-title[data-v-173f91ce]{font-size:22px;font-weight:700;line-height:32px;color:#000;margin-top:10px;margin-bottom:10px}.info-label[data-v-173f91ce]{font-size:14px;font-weight:400;line-height:24px;color:#6b7280}.price[data-v-173f91ce]{margin-top:15px}.price-value[data-v-173f91ce]{font-size:18px;font-weight:600;line-height:28px;color:#2563eb}[data-v-173f91ce] .el-descriptions__label .cell-item{text-align:left;color:#6b7280}.subscription-containers[data-v-173f91ce]{display:flex;width:100%;margin:0;background-color:#fff;box-shadow:0 2px 10px #0000001a;padding:15px 0 0 15px}.dialog-footer[data-v-173f91ce]{text-align:center}.orderAddresmargin[data-v-173f91ce]{margin-bottom:12px}.order-container[data-v-173f91ce]{width:100%;display:flex;justify-content:space-between;padding:16px;border-radius:4px}.order-info[data-v-173f91ce]{display:flex;flex-direction:column}.status[data-v-173f91ce]{display:flex;align-items:center;margin-bottom:8px}.status-icon[data-v-173f91ce]{margin-right:12px}.status-text[data-v-173f91ce]{color:#6b7280}.order-detail[data-v-173f91ce]{margin:4px 0 4px 25px;display:flex}.label[data-v-173f91ce]{color:#6b7280;margin-right:8px;width:100px}.value[data-v-173f91ce]{color:#37393c}.amount[data-v-173f91ce]{color:#e53935;font-size:26px;padding:8px}.pay-methods[data-v-173f91ce]{display:flex;justify-content:flex-end;gap:24px}.pay-btn[data-v-173f91ce]{padding:20px 30px;border:1px solid #e53935;border-radius:6px;background-color:#fff;color:#333;cursor:pointer}.pay-btn[data-v-173f91ce]:hover{background-color:#ffebee;color:#e53935}.payment-section[data-v-173f91ce]{text-align:right;display:flex;flex-direction:column;justify-content:flex-end}.lakala-payment-container[data-v-d2febe1f]{position:relative;width:100%;height:100%;min-height:600px;display:flex;flex-direction:column}.payment-iframe[data-v-d2febe1f]{width:100%;height:100%;min-height:600px;border:none;background:transparent}.loading-mask[data-v-d2febe1f]{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:10}.loading-mask .loading-content[data-v-d2febe1f]{text-align:center}.loading-mask .loading-content .loading-icon[data-v-d2febe1f]{color:#de241e;margin-bottom:10px;animation:rotating-d2febe1f 2s linear infinite}.loading-mask .loading-content .loading-text[data-v-d2febe1f]{color:#666;font-size:16px}.error-message[data-v-d2febe1f]{margin-top:20px}@keyframes rotating-d2febe1f{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-v-85bf16fb] .el-table__cell{position:static!important}.app-container[data-v-49b4c362] .custom-descriptions{margin-bottom:40px}.app-container[data-v-49b4c362] .custom-descriptions .el-descriptions__cell{border-bottom:1px solid #ebeef5;padding:15px 0}.app-container[data-v-49b4c362] .custom-descriptions .el-descriptions__label{font-size:16px;color:#666;text-align:right;min-width:150px}.app-container[data-v-49b4c362] .custom-descriptions .el-descriptions__content{color:#000;font-weight:500}.list-container[data-v-49b4c362]{margin-bottom:40px}.result[data-v-49b4c362]{display:flex;text-align:right;justify-content:flex-end}.result-item[data-v-49b4c362]{margin-right:40px}.result-item-label[data-v-49b4c362]{margin-top:10px}.remark-item[data-v-49b4c362]{display:flex;margin-top:15px}.bottom-remark[data-v-49b4c362]{margin-bottom:20px}.remark-item-label[data-v-49b4c362]{margin-right:80px}.dialog-footer[data-v-f1055c86]{text-align:center}.title-container[data-v-e3224238]{display:flex;justify-content:space-between}.image-content[data-v-e3224238]{text-align:center}.image-container[data-v-e3224238]{width:65%}.more-btn[data-v-e3224238]{margin-right:10px}.center-align[data-v-9797cd8c]{display:flex;align-items:center}.centered-form[data-v-9797cd8c]{margin:40px auto;width:50%}.form-footer[data-v-9797cd8c]{display:flex;justify-content:center;margin-top:20px}.center-align[data-v-efd7182b]{display:flex;align-items:center}.centered-form[data-v-efd7182b]{margin:40px auto;width:50%}.form-footer[data-v-efd7182b]{display:flex;justify-content:center;margin-top:20px;transform:translate(-40px)}.subscription-container[data-v-78fa5786]{display:flex;width:100%;margin:0;background-color:#fff;box-shadow:0 2px 10px #0000001a}.newspaper-image[data-v-78fa5786]{padding:20px;display:flex}.shanxi-worker-paper[data-v-78fa5786]{width:160px;height:160px;border:2px solid red;background-color:#fff;border-radius:20px;overflow:hidden}.subscription-info[data-v-78fa5786]{padding:5px;display:flex;flex-direction:column}.magazine-title[data-v-78fa5786]{font-size:22px;font-weight:700;line-height:32px;color:#000;margin-top:10px;margin-bottom:10px}.info-label[data-v-78fa5786]{font-size:14px;font-weight:400;line-height:24px;color:#6b7280}.price[data-v-78fa5786]{margin-top:15px}.price-value[data-v-78fa5786]{font-size:18px;font-weight:600;line-height:28px;color:#2563eb}[data-v-78fa5786] .el-descriptions__label .cell-item{text-align:left;color:#6b7280}.subscription-containers[data-v-78fa5786]{display:flex;width:100%;margin:0;background-color:#fff;box-shadow:0 2px 10px #0000001a;padding:15px 0 0 15px}.dialog-footer[data-v-78fa5786]{text-align:center}.position-center[data-v-cbbeb2ba]{position:absolute;right:0;top:30%;transform:translateY(-30%)}.plus-position[data-v-cbbeb2ba]{position:absolute;right:0;top:0;margin-top:8px}.el-form-item[data-v-cbbeb2ba]{margin-bottom:20px}.el-form-item__label[data-v-cbbeb2ba]{padding-bottom:8px;font-weight:500}.el-input[data-v-cbbeb2ba],.el-textarea[data-v-cbbeb2ba]{width:100%}
|
|
1
|
+
@charset "UTF-8";.subscription-container[data-v-89b51d55]{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin:0 auto;padding:16px;background:#fff}.subscription-card[data-v-89b51d55]{flex:1;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden;cursor:pointer;transition:all .3s ease}.newspaper-image[data-v-89b51d55]{background:#f5f5f5;padding:10px;height:186px;display:flex;align-items:center;justify-content:center}.newspaper-image .dummy-text[data-v-89b51d55]{width:100%;height:100%}.newspaper-image .dummy-text .el-image[data-v-89b51d55]{width:100%;height:100%;object-fit:contain}.subscription-info[data-v-89b51d55]{padding:10px;text-align:left}.subscription-info .subscription-title[data-v-89b51d55]{font-size:14px;font-weight:700;margin-bottom:4px}.subscription-info .delivery-info[data-v-89b51d55]{font-size:12px;color:#666;margin-bottom:4px}.subscription-info .subscription-price[data-v-89b51d55]{color:#de241e;font-size:16px;font-weight:700}.pagination-container[data-v-89b51d55]{margin:20px 0}:root{--el-color-white:#ffffff;--el-color-black:#000000;--el-color-primary-rgb:64,158,255;--el-color-success-rgb:103,194,58;--el-color-warning-rgb:230,162,60;--el-color-danger-rgb:245,108,108;--el-color-error-rgb:245,108,108;--el-color-info-rgb:144,147,153;--el-font-size-extra-large:20px;--el-font-size-large:18px;--el-font-size-medium:16px;--el-font-size-base:14px;--el-font-size-small:13px;--el-font-size-extra-small:12px;--el-font-family:"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;--el-font-weight-primary:500;--el-font-line-height-primary:24px;--el-index-normal:1;--el-index-top:1000;--el-index-popper:2000;--el-border-radius-base:4px;--el-border-radius-small:2px;--el-border-radius-round:20px;--el-border-radius-circle:100%;--el-transition-duration:.3s;--el-transition-duration-fast:.2s;--el-transition-function-ease-in-out-bezier:cubic-bezier(.645,.045,.355,1);--el-transition-function-fast-bezier:cubic-bezier(.23,1,.32,1);--el-transition-all:all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);--el-transition-fade:opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);--el-transition-md-fade:transform var(--el-transition-duration) var(--el-transition-function-fast-bezier),opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);--el-transition-fade-linear:opacity var(--el-transition-duration-fast) linear;--el-transition-border:border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-transition-box-shadow:box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-transition-color:color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);--el-component-size-large:40px;--el-component-size:32px;--el-component-size-small:24px}:root{color-scheme:light;--el-color-primary:#409eff;--el-color-primary-light-3:rgb(121,187,255);--el-color-primary-light-5:rgb(160,207,255);--el-color-primary-light-7:rgb(198,226,255);--el-color-primary-light-8:rgb(217,236,255);--el-color-primary-light-9:rgb(236,245,255);--el-color-primary-dark-2:rgb(51,126,204);--el-color-success:#67c23a;--el-color-success-light-3:rgb(149,212,117);--el-color-success-light-5:rgb(179,225,157);--el-color-success-light-7:rgb(209,237,196);--el-color-success-light-8:rgb(225,243,216);--el-color-success-light-9:rgb(240,249,235);--el-color-success-dark-2:rgb(82,155,46);--el-color-warning:#e6a23c;--el-color-warning-light-3:rgb(238,190,119);--el-color-warning-light-5:rgb(243,209,158);--el-color-warning-light-7:rgb(248,227,197);--el-color-warning-light-8:rgb(250,236,216);--el-color-warning-light-9:rgb(253,246,236);--el-color-warning-dark-2:rgb(184,130,48);--el-color-danger:#f56c6c;--el-color-danger-light-3:rgb(248,152,152);--el-color-danger-light-5:rgb(250,182,182);--el-color-danger-light-7:rgb(252,211,211);--el-color-danger-light-8:rgb(253,226,226);--el-color-danger-light-9:rgb(254,240,240);--el-color-danger-dark-2:rgb(196,86,86);--el-color-error:#f56c6c;--el-color-error-light-3:rgb(248,152,152);--el-color-error-light-5:rgb(250,182,182);--el-color-error-light-7:rgb(252,211,211);--el-color-error-light-8:rgb(253,226,226);--el-color-error-light-9:rgb(254,240,240);--el-color-error-dark-2:rgb(196,86,86);--el-color-info:#909399;--el-color-info-light-3:rgb(177,179,184);--el-color-info-light-5:rgb(200,201,204);--el-color-info-light-7:rgb(222,223,224);--el-color-info-light-8:rgb(233,233,235);--el-color-info-light-9:rgb(244,244,245);--el-color-info-dark-2:rgb(115,118,122);--el-bg-color:#ffffff;--el-bg-color-page:#f2f3f5;--el-bg-color-overlay:#ffffff;--el-text-color-primary:#303133;--el-text-color-regular:#606266;--el-text-color-secondary:#909399;--el-text-color-placeholder:#a8abb2;--el-text-color-disabled:#c0c4cc;--el-border-color:#dcdfe6;--el-border-color-light:#e4e7ed;--el-border-color-lighter:#ebeef5;--el-border-color-extra-light:#f2f6fc;--el-border-color-dark:#d4d7de;--el-border-color-darker:#cdd0d6;--el-fill-color:#f0f2f5;--el-fill-color-light:#f5f7fa;--el-fill-color-lighter:#fafafa;--el-fill-color-extra-light:#fafcff;--el-fill-color-dark:#ebedf0;--el-fill-color-darker:#e6e8eb;--el-fill-color-blank:#ffffff;--el-box-shadow:0px 12px 32px 4px rgba(0,0,0,.04),0px 8px 20px rgba(0,0,0,.08);--el-box-shadow-light:0px 0px 12px rgba(0,0,0,.12);--el-box-shadow-lighter:0px 0px 6px rgba(0,0,0,.12);--el-box-shadow-dark:0px 16px 48px 16px rgba(0,0,0,.08),0px 12px 32px rgba(0,0,0,.12),0px 8px 16px -8px rgba(0,0,0,.16);--el-disabled-bg-color:var(--el-fill-color-light);--el-disabled-text-color:var(--el-text-color-placeholder);--el-disabled-border-color:var(--el-border-color-light);--el-overlay-color:rgba(0,0,0,.8);--el-overlay-color-light:rgba(0,0,0,.7);--el-overlay-color-lighter:rgba(0,0,0,.5);--el-mask-color:rgba(255,255,255,.9);--el-mask-color-extra-light:rgba(255,255,255,.3);--el-border-width:1px;--el-border-style:solid;--el-border-color-hover:var(--el-text-color-disabled);--el-border:var(--el-border-width) var(--el-border-style) var(--el-border-color);--el-svg-monochrome-grey:var(--el-border-color)}.fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.fade-in-linear-enter-from,.fade-in-linear-leave-to{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.el-fade-in-linear-enter-from,.el-fade-in-linear-leave-to{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-fade-in-enter-from,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{transition:all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter-from,.el-zoom-in-center-leave-active{opacity:0;transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;transform:scaleY(1);transform-origin:center top;transition:var(--el-transition-md-fade)}.el-zoom-in-top-enter-active[data-popper-placement^=top],.el-zoom-in-top-leave-active[data-popper-placement^=top]{transform-origin:center bottom}.el-zoom-in-top-enter-from,.el-zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;transform:scaleY(1);transform-origin:center bottom;transition:var(--el-transition-md-fade)}.el-zoom-in-bottom-enter-from,.el-zoom-in-bottom-leave-active{opacity:0;transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;transform:scale(1);transform-origin:top left;transition:var(--el-transition-md-fade)}.el-zoom-in-left-enter-from,.el-zoom-in-left-leave-active{opacity:0;transform:scale(.45)}.collapse-transition{transition:var(--el-transition-duration) height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.el-collapse-transition-enter-active,.el-collapse-transition-leave-active{transition:var(--el-transition-duration) max-height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.horizontal-collapse-transition{transition:var(--el-transition-duration) width ease-in-out,var(--el-transition-duration) padding-left ease-in-out,var(--el-transition-duration) padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{transition:all 1s}.el-list-enter-from,.el-list-leave-to{opacity:0;transform:translateY(-30px)}.el-list-leave-active{position:absolute!important}.el-opacity-transition{transition:opacity var(--el-transition-duration) cubic-bezier(.55,0,.1,1)}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.el-icon{--color:inherit;align-items:center;display:inline-flex;height:1em;justify-content:center;line-height:1em;position:relative;width:1em;fill:currentColor;color:var(--color);font-size:inherit}.el-icon.is-loading{animation:rotating 2s linear infinite}.el-icon svg{height:1em;width:1em}.el-badge{--el-badge-bg-color:var(--el-color-danger);--el-badge-radius:10px;--el-badge-font-size:12px;--el-badge-padding:6px;--el-badge-size:18px;display:inline-block;position:relative;vertical-align:middle;width:-moz-fit-content;width:fit-content}.el-badge__content{align-items:center;background-color:var(--el-badge-bg-color);border:1px solid var(--el-bg-color);border-radius:var(--el-badge-radius);color:var(--el-color-white);display:inline-flex;font-size:var(--el-badge-font-size);height:var(--el-badge-size);justify-content:center;padding:0 var(--el-badge-padding);white-space:nowrap}.el-badge__content.is-fixed{position:absolute;right:calc(1px + var(--el-badge-size)/2);top:0;transform:translateY(-50%) translate(100%);z-index:var(--el-index-normal)}.el-badge__content.is-fixed.is-dot{right:5px}.el-badge__content.is-dot{border-radius:50%;height:8px;padding:0;right:0;width:8px}.el-badge__content.is-hide-zero{display:none}.el-badge__content--primary{background-color:var(--el-color-primary)}.el-badge__content--success{background-color:var(--el-color-success)}.el-badge__content--warning{background-color:var(--el-color-warning)}.el-badge__content--info{background-color:var(--el-color-info)}.el-badge__content--danger{background-color:var(--el-color-danger)}.el-message{--el-message-bg-color:var(--el-color-info-light-9);--el-message-border-color:var(--el-border-color-lighter);--el-message-padding:11px 15px;--el-message-close-size:16px;--el-message-close-icon-color:var(--el-text-color-placeholder);--el-message-close-hover-color:var(--el-text-color-secondary);align-items:center;background-color:var(--el-message-bg-color);border-color:var(--el-message-border-color);border-radius:var(--el-border-radius-base);border-style:var(--el-border-style);border-width:var(--el-border-width);box-sizing:border-box;display:flex;gap:8px;max-width:calc(100% - 32px);padding:var(--el-message-padding);position:fixed;transition:opacity var(--el-transition-duration),transform .4s,top .4s,bottom .4s;width:-moz-fit-content;width:fit-content}.el-message.is-left{left:16px}.el-message.is-right{right:16px}.el-message.is-center{left:0;margin:0 auto;right:0}.el-message.is-plain{background-color:var(--el-bg-color-overlay);border-color:var(--el-bg-color-overlay);box-shadow:var(--el-box-shadow-light)}.el-message p{margin:0}.el-message--primary{--el-message-bg-color:var(--el-color-primary-light-9);--el-message-border-color:var(--el-color-primary-light-8);--el-message-text-color:var(--el-color-primary)}.el-message--primary .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--primary{color:var(--el-message-text-color)}.el-message--success{--el-message-bg-color:var(--el-color-success-light-9);--el-message-border-color:var(--el-color-success-light-8);--el-message-text-color:var(--el-color-success)}.el-message--success .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--success{color:var(--el-message-text-color)}.el-message--info{--el-message-bg-color:var(--el-color-info-light-9);--el-message-border-color:var(--el-color-info-light-8);--el-message-text-color:var(--el-color-info)}.el-message--info .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--info{color:var(--el-message-text-color)}.el-message--warning{--el-message-bg-color:var(--el-color-warning-light-9);--el-message-border-color:var(--el-color-warning-light-8);--el-message-text-color:var(--el-color-warning)}.el-message--warning .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--warning{color:var(--el-message-text-color)}.el-message--error{--el-message-bg-color:var(--el-color-error-light-9);--el-message-border-color:var(--el-color-error-light-8);--el-message-text-color:var(--el-color-error)}.el-message--error .el-message__content{color:var(--el-message-text-color);overflow-wrap:break-word}.el-message .el-message-icon--error{color:var(--el-message-text-color)}.el-message .el-message__badge{position:absolute;right:-8px;top:-8px}.el-message__content{font-size:14px;line-height:1;padding:0}.el-message__content:focus{outline-width:0}.el-message .el-message__closeBtn{color:var(--el-message-close-icon-color);cursor:pointer;font-size:var(--el-message-close-size)}.el-message .el-message__closeBtn:focus{outline-width:0}.el-message .el-message__closeBtn:hover{color:var(--el-message-close-hover-color)}.el-message-fade-enter-from,.el-message-fade-leave-to{opacity:0;transform:translateY(-100%)}.el-message-fade-enter-from.is-bottom,.el-message-fade-leave-to.is-bottom{transform:translateY(100%)}.newspaper-info[data-v-3ad371c0]{display:flex;height:260px}.newspaper-preview[data-v-3ad371c0]{background-color:#f3f3f3;border-radius:20px;margin-right:30px;width:300px;height:260px;padding:13px;display:flex;align-items:center}.newspaper-preview .el-image[data-v-3ad371c0]{width:100%;height:100%}.subscription-form[data-v-3ad371c0]{padding:15px;box-shadow:0 2px 4px -2px #0000001a,0 4px 6px -1px #0000001a;flex:1}.subscription-form .form-group[data-v-3ad371c0]{margin-bottom:12px}.subscription-form .form-group .order-label[data-v-3ad371c0]{font-weight:600;color:#000;font-size:13px;margin-top:10px;margin-bottom:0}.subscription-form .form-group label[data-v-3ad371c0]{display:block;font-size:14px;margin-bottom:8px}.subscription-form .form-group .order-day[data-v-3ad371c0]{margin-top:7px}.subscription-form .form-group .form-value[data-v-3ad371c0]{color:#333;font-size:13px;font-family:Roboto}.subscription-form .form-group .price-info[data-v-3ad371c0]{display:flex;align-items:center}.subscription-form .form-group .price-info .price[data-v-3ad371c0]{font-size:18px;font-weight:700;margin-left:40%}.subscription-form .form-group .quantity-selector[data-v-3ad371c0]{display:flex;align-items:center}.subscription-form .form-group .quantity-selector .btn-minus[data-v-3ad371c0]{margin-left:38%}.subscription-form .form-group .quantity-selector button[data-v-3ad371c0]{width:30px;height:30px;border:1px solid #ddd;background:#f5f5f5;cursor:pointer}.subscription-form .form-group .quantity-selector button[data-v-3ad371c0]:hover{background:#eee}.subscription-form .form-group .quantity-selector .quantity-input[data-v-3ad371c0]{width:50px;height:30px;text-align:center;border:1px solid #ddd;margin:0 5px}.subscription-form .total-price[data-v-3ad371c0]{display:flex;align-items:center}.subscription-form .total-price .price[data-v-3ad371c0]{color:#de241e;font-size:22px;font-weight:700;margin-left:40%}.order-btn[data-v-3ad371c0]{width:100%;height:45px;background:#de241e;color:#fff;border:none;border-radius:4px;font-size:16px;margin-top:20%;margin-bottom:20px;cursor:pointer}.order-btn[data-v-3ad371c0]:hover{background:#c21f1a}.el-form-item[data-v-31dcbcc0]{margin-bottom:20px}.el-form-item__label[data-v-31dcbcc0]{padding-bottom:8px;font-weight:500}.el-input[data-v-31dcbcc0],.el-textarea[data-v-31dcbcc0]{width:100%}.address-management-container .header[data-v-9c86af44]{margin-bottom:20px}.address-management-container .header h2[data-v-9c86af44]{font-size:20px;color:#333;font-weight:700}.address-management-container .subscription-info[data-v-9c86af44]{display:flex;margin-bottom:20px}.address-management-container .subscription-info .info-item[data-v-9c86af44]{margin-right:30px;font-size:14px}.address-management-container .subscription-info .info-item .value[data-v-9c86af44]{font-weight:700;color:#333}.address-management-container .action-bar[data-v-9c86af44]{margin-bottom:20px}.address-management-container .action-bar .add-button[data-v-9c86af44]{background-color:#de241e}.address-management-container .address-table[data-v-9c86af44]{width:100%;margin-bottom:20px}.address-management-container .address-table[data-v-9c86af44] .el-table{border-radius:4px}.address-management-container .address-table[data-v-9c86af44] .el-table th{font-weight:500}.address-management-container .address-table[data-v-9c86af44] .el-table .el-table__row:hover{background-color:#fafafa}.address-management-container .footer[data-v-9c86af44]{text-align:center}.address-management-container .footer .confirm-button[data-v-9c86af44]{width:100%;height:45px;background:#de241e;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:700;margin-bottom:20px;cursor:pointer}.address-management-container .footer .confirm-button[data-v-9c86af44]:hover{background:#c21f1a}.address-management-container .footer .confirm-button[data-v-9c86af44]:active{background:#a51915}.note[data-v-3c63890d]{color:red;margin-bottom:20px;text-align:center;font-weight:700}.info-card[data-v-3c63890d]{background-color:#fff5f5;border:2px dashed #f3aca9;border-radius:4px;padding:12px;margin:20px 20px 0}.info-card-one[data-v-3c63890d]{background-color:#fff;border:1px dashed #ffffff;padding:12px;margin:0 20px 20px}.info-item[data-v-3c63890d]{display:flex;justify-content:space-between;margin-bottom:20px}.info-item[data-v-3c63890d]:last-child{margin-bottom:0}.info-item-item[data-v-3c63890d]{display:flex}.info-item-item span[data-v-3c63890d]:first-child{color:#666;width:75px;text-align:right;margin-right:30px}.copy-btn[data-v-3c63890d]{cursor:pointer}.copy-btn[data-v-3c63890d]:hover{color:#ff4500}.footer[data-v-3c63890d],.footer[data-v-360e02ed]{display:flex;justify-content:center;gap:10px}.text-prompt[data-v-360e02ed]{text-align:center;margin:30px 0;font-size:16px;color:#333}.footer[data-v-df1b6dc1]{display:flex;justify-content:center;gap:10px}.subscription-container[data-v-173f91ce]{display:flex;width:100%;margin:0;background-color:#fff;box-shadow:0 2px 10px #0000001a}.newspaper-image[data-v-173f91ce]{padding:20px;display:flex}.shanxi-worker-paper[data-v-173f91ce]{width:160px;height:160px;border:2px solid red;background-color:#fff;border-radius:20px;overflow:hidden}.subscription-info[data-v-173f91ce]{padding:5px;display:flex;flex-direction:column}.magazine-title[data-v-173f91ce]{font-size:22px;font-weight:700;line-height:32px;color:#000;margin-top:10px;margin-bottom:10px}.info-label[data-v-173f91ce]{font-size:14px;font-weight:400;line-height:24px;color:#6b7280}.price[data-v-173f91ce]{margin-top:15px}.price-value[data-v-173f91ce]{font-size:18px;font-weight:600;line-height:28px;color:#2563eb}[data-v-173f91ce] .el-descriptions__label .cell-item{text-align:left;color:#6b7280}.subscription-containers[data-v-173f91ce]{display:flex;width:100%;margin:0;background-color:#fff;box-shadow:0 2px 10px #0000001a;padding:15px 0 0 15px}.dialog-footer[data-v-173f91ce]{text-align:center}.orderAddresmargin[data-v-173f91ce]{margin-bottom:12px}.order-container[data-v-173f91ce]{width:100%;display:flex;justify-content:space-between;padding:16px;border-radius:4px}.order-info[data-v-173f91ce]{display:flex;flex-direction:column}.status[data-v-173f91ce]{display:flex;align-items:center;margin-bottom:8px}.status-icon[data-v-173f91ce]{margin-right:12px}.status-text[data-v-173f91ce]{color:#6b7280}.order-detail[data-v-173f91ce]{margin:4px 0 4px 25px;display:flex}.label[data-v-173f91ce]{color:#6b7280;margin-right:8px;width:100px}.value[data-v-173f91ce]{color:#37393c}.amount[data-v-173f91ce]{color:#e53935;font-size:26px;padding:8px}.pay-methods[data-v-173f91ce]{display:flex;justify-content:flex-end;gap:24px}.pay-btn[data-v-173f91ce]{padding:20px 30px;border:1px solid #e53935;border-radius:6px;background-color:#fff;color:#333;cursor:pointer}.pay-btn[data-v-173f91ce]:hover{background-color:#ffebee;color:#e53935}.payment-section[data-v-173f91ce]{text-align:right;display:flex;flex-direction:column;justify-content:flex-end}.lakala-payment-container[data-v-d2febe1f]{position:relative;width:100%;height:100%;min-height:600px;display:flex;flex-direction:column}.payment-iframe[data-v-d2febe1f]{width:100%;height:100%;min-height:600px;border:none;background:transparent}.loading-mask[data-v-d2febe1f]{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:10}.loading-mask .loading-content[data-v-d2febe1f]{text-align:center}.loading-mask .loading-content .loading-icon[data-v-d2febe1f]{color:#de241e;margin-bottom:10px;animation:rotating-d2febe1f 2s linear infinite}.loading-mask .loading-content .loading-text[data-v-d2febe1f]{color:#666;font-size:16px}.error-message[data-v-d2febe1f]{margin-top:20px}@keyframes rotating-d2febe1f{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-v-85bf16fb] .el-table__cell{position:static!important}.app-container[data-v-49b4c362] .custom-descriptions{margin-bottom:40px}.app-container[data-v-49b4c362] .custom-descriptions .el-descriptions__cell{border-bottom:1px solid #ebeef5;padding:15px 0}.app-container[data-v-49b4c362] .custom-descriptions .el-descriptions__label{font-size:16px;color:#666;text-align:right;min-width:150px}.app-container[data-v-49b4c362] .custom-descriptions .el-descriptions__content{color:#000;font-weight:500}.list-container[data-v-49b4c362]{margin-bottom:40px}.result[data-v-49b4c362]{display:flex;text-align:right;justify-content:flex-end}.result-item[data-v-49b4c362]{margin-right:40px}.result-item-label[data-v-49b4c362]{margin-top:10px}.remark-item[data-v-49b4c362]{display:flex;margin-top:15px}.bottom-remark[data-v-49b4c362]{margin-bottom:20px}.remark-item-label[data-v-49b4c362]{margin-right:80px}.dialog-footer[data-v-f1055c86]{text-align:center}.title-container[data-v-e3224238]{display:flex;justify-content:space-between}.image-content[data-v-e3224238]{text-align:center}.image-container[data-v-e3224238]{width:65%}.more-btn[data-v-e3224238]{margin-right:10px}.center-align[data-v-9797cd8c]{display:flex;align-items:center}.centered-form[data-v-9797cd8c]{margin:40px auto;width:50%}.form-footer[data-v-9797cd8c]{display:flex;justify-content:center;margin-top:20px}.center-align[data-v-efd7182b]{display:flex;align-items:center}.centered-form[data-v-efd7182b]{margin:40px auto;width:50%}.form-footer[data-v-efd7182b]{display:flex;justify-content:center;margin-top:20px;transform:translate(-40px)}.subscription-container[data-v-f6dfbb43]{display:flex;width:100%;margin:0;background-color:#fff;box-shadow:0 2px 10px #0000001a}.newspaper-image[data-v-f6dfbb43]{padding:20px;display:flex}.shanxi-worker-paper[data-v-f6dfbb43]{width:160px;height:160px;border:2px solid red;background-color:#fff;border-radius:20px;overflow:hidden}.subscription-info[data-v-f6dfbb43]{padding:5px;display:flex;flex-direction:column}.magazine-title[data-v-f6dfbb43]{font-size:22px;font-weight:700;line-height:32px;color:#000;margin-top:10px;margin-bottom:10px}.info-label[data-v-f6dfbb43]{font-size:14px;font-weight:400;line-height:24px;color:#6b7280}.price[data-v-f6dfbb43]{margin-top:15px}.price-value[data-v-f6dfbb43]{font-size:18px;font-weight:600;line-height:28px;color:#2563eb}[data-v-f6dfbb43] .el-descriptions__label .cell-item{text-align:left;color:#6b7280}.subscription-containers[data-v-f6dfbb43]{display:flex;width:100%;margin:0;background-color:#fff;box-shadow:0 2px 10px #0000001a;padding:15px 0 0 15px}.dialog-footer[data-v-f6dfbb43]{text-align:center}.el-form-item[data-v-42b751e7]{margin-bottom:20px}.el-form-item__label[data-v-42b751e7]{padding-bottom:8px;font-weight:500}.el-input[data-v-42b751e7],.el-textarea[data-v-42b751e7]{width:100%}
|
|
@@ -2,7 +2,7 @@ import { defineComponent as N, mergeModels as Y, ref as G, reactive as y, useMod
|
|
|
2
2
|
import { useI18n as A } from "vue-i18n";
|
|
3
3
|
import { ElMessage as L } from "element-plus";
|
|
4
4
|
import { useUserStore as $, clearEmpty as q, request as R, validateEmail as K, validatePhoneOrLandline as O, validateIDCard as H } from "jmash-core";
|
|
5
|
-
import { C as i, D as J } from "./index-
|
|
5
|
+
import { C as i, D as J } from "./index-CUfcoWMj.mjs";
|
|
6
6
|
class Q {
|
|
7
7
|
getKey() {
|
|
8
8
|
}
|
package/package.json
CHANGED
package/dist/edit-BgQo-uqd.mjs
DELETED
|
@@ -1,227 +0,0 @@
|
|
|
1
|
-
import { defineComponent as I, mergeModels as b, ref as P, reactive as g, useModel as C, resolveComponent as m, createBlock as M, openBlock as k, withCtx as r, createVNode as e, unref as d, createElementVNode as E, createTextVNode as V, toDisplayString as U } from "vue";
|
|
2
|
-
import { ElMessage as B } from "element-plus";
|
|
3
|
-
import { JmashRegionTree as F } from "jmash-region";
|
|
4
|
-
import { useI18n as T } from "vue-i18n";
|
|
5
|
-
import { o as D } from "./index-BP8zUjOw.mjs";
|
|
6
|
-
import { _ as S } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
7
|
-
const j = { class: "dialog-footer" }, J = /* @__PURE__ */ I({
|
|
8
|
-
__name: "edit",
|
|
9
|
-
props: /* @__PURE__ */ b({
|
|
10
|
-
entityKey: {
|
|
11
|
-
type: Object,
|
|
12
|
-
default: () => {
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
}, {
|
|
16
|
-
modelValue: { type: Boolean },
|
|
17
|
-
modelModifiers: {}
|
|
18
|
-
}),
|
|
19
|
-
emits: /* @__PURE__ */ b(["refresh"], ["update:modelValue"]),
|
|
20
|
-
setup(h, { emit: A }) {
|
|
21
|
-
const { t: n } = T(), f = P();
|
|
22
|
-
let t = g({
|
|
23
|
-
requestId: Math.random() * 10 + "",
|
|
24
|
-
updateMask: ""
|
|
25
|
-
});
|
|
26
|
-
const v = (l, o, s) => {
|
|
27
|
-
o && !/^(((\d{3,4}-)?[0-9]{7,8})|(1(3|4|5|6|7|8|9)\d{9}))$/.test(o) ? s(new Error(n("orderUserAddress.mobilePhoneTrueRequired"))) : s();
|
|
28
|
-
}, q = g({
|
|
29
|
-
note: [
|
|
30
|
-
{
|
|
31
|
-
required: !0,
|
|
32
|
-
message: n("orderUserAddress.noteRequired"),
|
|
33
|
-
trigger: "change"
|
|
34
|
-
}
|
|
35
|
-
],
|
|
36
|
-
userName: [
|
|
37
|
-
{
|
|
38
|
-
required: !0,
|
|
39
|
-
message: n("orderUserAddress.userNameRequired"),
|
|
40
|
-
trigger: "change"
|
|
41
|
-
}
|
|
42
|
-
],
|
|
43
|
-
mobilePhone: [
|
|
44
|
-
{
|
|
45
|
-
required: !0,
|
|
46
|
-
validator: v,
|
|
47
|
-
trigger: "blur"
|
|
48
|
-
}
|
|
49
|
-
],
|
|
50
|
-
detailInfo: [
|
|
51
|
-
{
|
|
52
|
-
required: !0,
|
|
53
|
-
message: n("orderUserAddress.detailInfoRequired"),
|
|
54
|
-
trigger: "change"
|
|
55
|
-
}
|
|
56
|
-
],
|
|
57
|
-
provinceName: [
|
|
58
|
-
{
|
|
59
|
-
required: !0,
|
|
60
|
-
message: n("orderUserAddress.provinceNameRequired"),
|
|
61
|
-
trigger: "change"
|
|
62
|
-
}
|
|
63
|
-
]
|
|
64
|
-
}), u = C(h, "modelValue"), N = A, w = async () => {
|
|
65
|
-
var l;
|
|
66
|
-
await ((l = f.value) == null ? void 0 : l.validate((o) => {
|
|
67
|
-
o && D.create(t).then((s) => {
|
|
68
|
-
s.status === 200 && (B({
|
|
69
|
-
message: n("common.submitSuccess"),
|
|
70
|
-
type: "success"
|
|
71
|
-
}), u.value && (u.value = !1), N("refresh", s.status === 200));
|
|
72
|
-
});
|
|
73
|
-
}));
|
|
74
|
-
};
|
|
75
|
-
function c() {
|
|
76
|
-
u.value && (u.value = !1);
|
|
77
|
-
}
|
|
78
|
-
return (l, o) => {
|
|
79
|
-
const s = m("el-input"), i = m("el-form-item"), p = m("el-col"), R = m("el-row"), y = m("el-form"), _ = m("el-button"), $ = m("el-dialog");
|
|
80
|
-
return k(), M($, {
|
|
81
|
-
modelValue: u.value,
|
|
82
|
-
"onUpdate:modelValue": o[5] || (o[5] = (a) => u.value = a),
|
|
83
|
-
onClose: c
|
|
84
|
-
}, {
|
|
85
|
-
footer: r(() => [
|
|
86
|
-
E("div", j, [
|
|
87
|
-
e(_, { onClick: c }, {
|
|
88
|
-
default: r(() => [
|
|
89
|
-
V(U(l.$t("common.cancel")), 1)
|
|
90
|
-
]),
|
|
91
|
-
_: 1
|
|
92
|
-
}),
|
|
93
|
-
e(_, {
|
|
94
|
-
type: "primary",
|
|
95
|
-
onClick: w
|
|
96
|
-
}, {
|
|
97
|
-
default: r(() => [
|
|
98
|
-
V(U(l.$t("common.confirm")), 1)
|
|
99
|
-
]),
|
|
100
|
-
_: 1
|
|
101
|
-
})
|
|
102
|
-
])
|
|
103
|
-
]),
|
|
104
|
-
default: r(() => [
|
|
105
|
-
e(y, {
|
|
106
|
-
ref_key: "orderUserAddressFormRef",
|
|
107
|
-
ref: f,
|
|
108
|
-
model: d(t),
|
|
109
|
-
"label-position": "top",
|
|
110
|
-
rules: q
|
|
111
|
-
}, {
|
|
112
|
-
default: r(() => [
|
|
113
|
-
e(R, { gutter: 20 }, {
|
|
114
|
-
default: r(() => [
|
|
115
|
-
e(p, { span: 24 }, {
|
|
116
|
-
default: r(() => [
|
|
117
|
-
e(i, {
|
|
118
|
-
label: l.$t("orderUserAddress.note"),
|
|
119
|
-
prop: "note"
|
|
120
|
-
}, {
|
|
121
|
-
default: r(() => [
|
|
122
|
-
e(s, {
|
|
123
|
-
modelValue: d(t).note,
|
|
124
|
-
"onUpdate:modelValue": o[0] || (o[0] = (a) => d(t).note = a),
|
|
125
|
-
placeholder: l.$t("orderUserAddress.noteRequired"),
|
|
126
|
-
"show-word-limit": "",
|
|
127
|
-
clearable: ""
|
|
128
|
-
}, null, 8, ["modelValue", "placeholder"])
|
|
129
|
-
]),
|
|
130
|
-
_: 1
|
|
131
|
-
}, 8, ["label"])
|
|
132
|
-
]),
|
|
133
|
-
_: 1
|
|
134
|
-
}),
|
|
135
|
-
e(p, { span: 24 }, {
|
|
136
|
-
default: r(() => [
|
|
137
|
-
e(i, {
|
|
138
|
-
label: l.$t("orderUserAddress.userName"),
|
|
139
|
-
prop: "userName"
|
|
140
|
-
}, {
|
|
141
|
-
default: r(() => [
|
|
142
|
-
e(s, {
|
|
143
|
-
modelValue: d(t).userName,
|
|
144
|
-
"onUpdate:modelValue": o[1] || (o[1] = (a) => d(t).userName = a),
|
|
145
|
-
placeholder: l.$t("orderUserAddress.userNameRequired"),
|
|
146
|
-
"show-word-limit": "",
|
|
147
|
-
clearable: ""
|
|
148
|
-
}, null, 8, ["modelValue", "placeholder"])
|
|
149
|
-
]),
|
|
150
|
-
_: 1
|
|
151
|
-
}, 8, ["label"])
|
|
152
|
-
]),
|
|
153
|
-
_: 1
|
|
154
|
-
}),
|
|
155
|
-
e(p, { span: 24 }, {
|
|
156
|
-
default: r(() => [
|
|
157
|
-
e(i, {
|
|
158
|
-
label: l.$t("orderUserAddress.mobilePhone"),
|
|
159
|
-
prop: "mobilePhone"
|
|
160
|
-
}, {
|
|
161
|
-
default: r(() => [
|
|
162
|
-
e(s, {
|
|
163
|
-
modelValue: d(t).mobilePhone,
|
|
164
|
-
"onUpdate:modelValue": o[2] || (o[2] = (a) => d(t).mobilePhone = a),
|
|
165
|
-
placeholder: l.$t("orderUserAddress.mobilePhoneRequired"),
|
|
166
|
-
"show-word-limit": "",
|
|
167
|
-
clearable: ""
|
|
168
|
-
}, null, 8, ["modelValue", "placeholder"])
|
|
169
|
-
]),
|
|
170
|
-
_: 1
|
|
171
|
-
}, 8, ["label"])
|
|
172
|
-
]),
|
|
173
|
-
_: 1
|
|
174
|
-
}),
|
|
175
|
-
e(p, { span: 24 }, {
|
|
176
|
-
default: r(() => [
|
|
177
|
-
e(i, {
|
|
178
|
-
prop: "provinceName",
|
|
179
|
-
label: d(n)("orderUserAddress.detailInfo"),
|
|
180
|
-
class: "form-item"
|
|
181
|
-
}, {
|
|
182
|
-
default: r(() => [
|
|
183
|
-
e(d(F), {
|
|
184
|
-
modelValue: d(t).provinceName,
|
|
185
|
-
"onUpdate:modelValue": o[3] || (o[3] = (a) => d(t).provinceName = a),
|
|
186
|
-
placeholder: l.$t("orderUserAddress.provinceNameRequired"),
|
|
187
|
-
clearable: ""
|
|
188
|
-
}, null, 8, ["modelValue", "placeholder"])
|
|
189
|
-
]),
|
|
190
|
-
_: 1
|
|
191
|
-
}, 8, ["label"])
|
|
192
|
-
]),
|
|
193
|
-
_: 1
|
|
194
|
-
}),
|
|
195
|
-
e(p, { span: 24 }, {
|
|
196
|
-
default: r(() => [
|
|
197
|
-
e(i, { prop: "detailInfo" }, {
|
|
198
|
-
default: r(() => [
|
|
199
|
-
e(s, {
|
|
200
|
-
modelValue: d(t).detailInfo,
|
|
201
|
-
"onUpdate:modelValue": o[4] || (o[4] = (a) => d(t).detailInfo = a),
|
|
202
|
-
placeholder: l.$t("orderUserAddress.detailInfoRequired"),
|
|
203
|
-
"show-word-limit": "",
|
|
204
|
-
clearable: "",
|
|
205
|
-
type: "textarea"
|
|
206
|
-
}, null, 8, ["modelValue", "placeholder"])
|
|
207
|
-
]),
|
|
208
|
-
_: 1
|
|
209
|
-
})
|
|
210
|
-
]),
|
|
211
|
-
_: 1
|
|
212
|
-
})
|
|
213
|
-
]),
|
|
214
|
-
_: 1
|
|
215
|
-
})
|
|
216
|
-
]),
|
|
217
|
-
_: 1
|
|
218
|
-
}, 8, ["model", "rules"])
|
|
219
|
-
]),
|
|
220
|
-
_: 1
|
|
221
|
-
}, 8, ["modelValue"]);
|
|
222
|
-
};
|
|
223
|
-
}
|
|
224
|
-
}), Q = /* @__PURE__ */ S(J, [["__scopeId", "data-v-e66725eb"]]);
|
|
225
|
-
export {
|
|
226
|
-
Q as default
|
|
227
|
-
};
|