xyvcard-paper-buyer 0.0.6 → 0.0.7
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/_commonjsHelpers-BVfed4GL.mjs +28 -0
- package/dist/{applyEdit-pzAI4h9A.mjs → applyEdit-u3SPAGEW.mjs} +3 -3
- package/dist/{index-DecGu_zO.mjs → index-0hEUyaRA.mjs} +69 -61
- package/dist/{index-D07dGPVZ.mjs → index-CT0KG-ax.mjs} +116 -138
- package/dist/index-TclOpCe_.mjs +89 -0
- package/dist/index.mjs +5 -3
- package/dist/{info-DH7jH9F-.mjs → info-CVaS8hdZ.mjs} +1 -1
- package/dist/invoice-DG1zDaqb.mjs +173 -0
- package/dist/invoiceEdit-zNW26cGt.mjs +4 -0
- package/dist/invoiceEdit.vue_vue_type_script_setup_true_lang-DakU-TWG.mjs +124 -0
- package/dist/invoiceView-Cshwyw3t.mjs +265 -0
- package/dist/{list-vrRKPRLU.mjs → list-CvwEEzhX.mjs} +1 -1
- package/dist/sendDialog-25fhb-Uj.mjs +120 -0
- package/dist/style.css +1 -1
- package/dist/{userInvoice-BKAsWcqv.mjs → userInvoice-CCsRE3bA.mjs} +1 -1
- package/dist/{userInvoice.vue_vue_type_script_setup_true_lang-o13refla.mjs → userInvoice.vue_vue_type_script_setup_true_lang-CjLciTA0.mjs} +1 -1
- package/dts/api/buyer/lqfp-fp/index.d.ts +5 -2
- package/dts/api/buyer/lqfp-fp/types.d.ts +8 -1
- package/dts/api/buyer/lqfp-fps/index.d.ts +2 -2
- package/dts/api/buyer/lqfp-fps/types.d.ts +5 -1
- package/dts/api/buyer/order-info/types.d.ts +4 -3
- package/dts/lang/order/zh-cn.d.ts +2 -0
- package/dts/views/buyer/order-info/invoiceEdit.vue.d.ts +10 -0
- package/dts/views/buyer/order-info/sendDialog.vue.d.ts +12 -1
- package/package.json +2 -2
- package/dist/index-B1a-Ksur.mjs +0 -63
- package/dist/invoice-D0pCTiEx.mjs +0 -170
- package/dist/invoiceView-BcVwgiVq.mjs +0 -145
- package/dist/sendDialog-SIGRBNQj.mjs +0 -113
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
import { defineComponent as P, ref as g, reactive as X, resolveComponent as v, createElementBlock as G, openBlock as x, createElementVNode as A, createBlock as C, createCommentVNode as O, createVNode as s, withCtx as d, createTextVNode as w, toDisplayString as _, unref as T } from "vue";
|
|
2
|
+
import { useI18n as W } from "vue-i18n";
|
|
3
|
+
import { useRouter as z, useRoute as J } from "vue-router";
|
|
4
|
+
import { p as Q } from "./index-DOOUDqve.mjs";
|
|
5
|
+
import { routerUtil as q } from "jmash-core";
|
|
6
|
+
import Y from "./sendDialog-25fhb-Uj.mjs";
|
|
7
|
+
import { l as I } from "./index-TclOpCe_.mjs";
|
|
8
|
+
import { l as Z } from "./index-CokKesIL.mjs";
|
|
9
|
+
import { _ as ee } from "./invoiceEdit.vue_vue_type_script_setup_true_lang-DakU-TWG.mjs";
|
|
10
|
+
import { c as E } from "./_commonjsHelpers-BVfed4GL.mjs";
|
|
11
|
+
import { _ as oe } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
12
|
+
var S = { exports: {} };
|
|
13
|
+
(function(B, D) {
|
|
14
|
+
(function(p, f) {
|
|
15
|
+
f();
|
|
16
|
+
})(E, function() {
|
|
17
|
+
function p(o, e) {
|
|
18
|
+
return typeof e > "u" ? e = { autoBom: !1 } : typeof e != "object" && (console.warn("Deprecated: Expected third argument to be a object"), e = { autoBom: !e }), e.autoBom && /^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(o.type) ? new Blob(["\uFEFF", o], { type: o.type }) : o;
|
|
19
|
+
}
|
|
20
|
+
function f(o, e, r) {
|
|
21
|
+
var t = new XMLHttpRequest();
|
|
22
|
+
t.open("GET", o), t.responseType = "blob", t.onload = function() {
|
|
23
|
+
u(t.response, e, r);
|
|
24
|
+
}, t.onerror = function() {
|
|
25
|
+
console.error("could not download file");
|
|
26
|
+
}, t.send();
|
|
27
|
+
}
|
|
28
|
+
function k(o) {
|
|
29
|
+
var e = new XMLHttpRequest();
|
|
30
|
+
e.open("HEAD", o, !1);
|
|
31
|
+
try {
|
|
32
|
+
e.send();
|
|
33
|
+
} catch {
|
|
34
|
+
}
|
|
35
|
+
return 200 <= e.status && 299 >= e.status;
|
|
36
|
+
}
|
|
37
|
+
function c(o) {
|
|
38
|
+
try {
|
|
39
|
+
o.dispatchEvent(new MouseEvent("click"));
|
|
40
|
+
} catch {
|
|
41
|
+
var e = document.createEvent("MouseEvents");
|
|
42
|
+
e.initMouseEvent("click", !0, !0, window, 0, 0, 0, 80, 20, !1, !1, !1, !1, 0, null), o.dispatchEvent(e);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
var l = typeof window == "object" && window.window === window ? window : typeof self == "object" && self.self === self ? self : typeof E == "object" && E.global === E ? E : void 0, b = l.navigator && /Macintosh/.test(navigator.userAgent) && /AppleWebKit/.test(navigator.userAgent) && !/Safari/.test(navigator.userAgent), u = l.saveAs || (typeof window != "object" || window !== l ? function() {
|
|
46
|
+
} : "download" in HTMLAnchorElement.prototype && !b ? function(o, e, r) {
|
|
47
|
+
var t = l.URL || l.webkitURL, i = document.createElement("a");
|
|
48
|
+
e = e || o.name || "download", i.download = e, i.rel = "noopener", typeof o == "string" ? (i.href = o, i.origin === location.origin ? c(i) : k(i.href) ? f(o, e, r) : c(i, i.target = "_blank")) : (i.href = t.createObjectURL(o), setTimeout(function() {
|
|
49
|
+
t.revokeObjectURL(i.href);
|
|
50
|
+
}, 4e4), setTimeout(function() {
|
|
51
|
+
c(i);
|
|
52
|
+
}, 0));
|
|
53
|
+
} : "msSaveOrOpenBlob" in navigator ? function(o, e, r) {
|
|
54
|
+
if (e = e || o.name || "download", typeof o != "string") navigator.msSaveOrOpenBlob(p(o, r), e);
|
|
55
|
+
else if (k(o)) f(o, e, r);
|
|
56
|
+
else {
|
|
57
|
+
var t = document.createElement("a");
|
|
58
|
+
t.href = o, t.target = "_blank", setTimeout(function() {
|
|
59
|
+
c(t);
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
} : function(o, e, r, t) {
|
|
63
|
+
if (t = t || open("", "_blank"), t && (t.document.title = t.document.body.innerText = "downloading..."), typeof o == "string") return f(o, e, r);
|
|
64
|
+
var i = o.type === "application/octet-stream", F = /constructor/i.test(l.HTMLElement) || l.safari, U = /CriOS\/[\d]+/.test(navigator.userAgent);
|
|
65
|
+
if ((U || i && F || b) && typeof FileReader < "u") {
|
|
66
|
+
var y = new FileReader();
|
|
67
|
+
y.onloadend = function() {
|
|
68
|
+
var n = y.result;
|
|
69
|
+
n = U ? n : n.replace(/^data:[^;]*;/, "data:attachment/file;"), t ? t.location.href = n : location = n, t = null;
|
|
70
|
+
}, y.readAsDataURL(o);
|
|
71
|
+
} else {
|
|
72
|
+
var R = l.URL || l.webkitURL, h = R.createObjectURL(o);
|
|
73
|
+
t ? t.location = h : location.href = h, t = null, setTimeout(function() {
|
|
74
|
+
R.revokeObjectURL(h);
|
|
75
|
+
}, 4e4);
|
|
76
|
+
}
|
|
77
|
+
});
|
|
78
|
+
l.saveAs = u.saveAs = u, B.exports = u;
|
|
79
|
+
});
|
|
80
|
+
})(S);
|
|
81
|
+
var V = S.exports;
|
|
82
|
+
const te = { class: "app-container" }, ne = { class: "search-container" }, ae = { class: "title-container" }, le = { class: "image-content" }, ie = /* @__PURE__ */ P({
|
|
83
|
+
__name: "invoiceView",
|
|
84
|
+
setup(B) {
|
|
85
|
+
const D = z(), p = J(), { t: f } = W(), k = p.query.orderCode, c = p.query.shopId, l = g(""), b = g(""), u = g("");
|
|
86
|
+
let o = X({});
|
|
87
|
+
Z.findOrderList({ orderNo: k, organId: c }).then(({ data: n }) => {
|
|
88
|
+
l.value = n.results[0].fpUuid, b.value = n.results[0].sendEmail, console.log(l.value), l.value && I.download({ organId: c, fpUuid: l.value }).then((a) => {
|
|
89
|
+
u.value = URL.createObjectURL(a.data);
|
|
90
|
+
});
|
|
91
|
+
});
|
|
92
|
+
const e = g({
|
|
93
|
+
title: f("lqfpFps.requestInvoice"),
|
|
94
|
+
visible: !1
|
|
95
|
+
});
|
|
96
|
+
function r() {
|
|
97
|
+
e.value.visible = !0;
|
|
98
|
+
}
|
|
99
|
+
function t(n) {
|
|
100
|
+
n && q.closeTagView(p.fullPath, D, !1);
|
|
101
|
+
}
|
|
102
|
+
const i = g({
|
|
103
|
+
visible: !1
|
|
104
|
+
});
|
|
105
|
+
function F() {
|
|
106
|
+
o.sendEmail = b.value, i.value.visible = !0;
|
|
107
|
+
}
|
|
108
|
+
function U() {
|
|
109
|
+
I.downloadXML({
|
|
110
|
+
organId: c,
|
|
111
|
+
fpUuid: l.value
|
|
112
|
+
}).then((n) => {
|
|
113
|
+
const a = new Blob([n.data], {
|
|
114
|
+
type: "application/octet-stream"
|
|
115
|
+
});
|
|
116
|
+
V.saveAs(a, "电子发票.xml");
|
|
117
|
+
});
|
|
118
|
+
}
|
|
119
|
+
function y() {
|
|
120
|
+
I.downloadPDF({
|
|
121
|
+
organId: c,
|
|
122
|
+
fpUuid: l.value
|
|
123
|
+
}).then((n) => {
|
|
124
|
+
const a = new Blob([n.data], {
|
|
125
|
+
type: "application/octet-stream"
|
|
126
|
+
});
|
|
127
|
+
V.saveAs(a, "电子发票.pdf");
|
|
128
|
+
});
|
|
129
|
+
}
|
|
130
|
+
function R() {
|
|
131
|
+
I.downloadOFD({
|
|
132
|
+
organId: c,
|
|
133
|
+
fpUuid: l.value
|
|
134
|
+
}).then((n) => {
|
|
135
|
+
const a = new Blob([n.data], {
|
|
136
|
+
type: "application/octet-stream"
|
|
137
|
+
});
|
|
138
|
+
V.saveAs(a, "电子发票.ofd");
|
|
139
|
+
});
|
|
140
|
+
}
|
|
141
|
+
function h() {
|
|
142
|
+
q.closeTagView(p.fullPath, D, !1);
|
|
143
|
+
}
|
|
144
|
+
return (n, a) => {
|
|
145
|
+
const L = v("el-button"), $ = v("arrow-down"), M = v("el-icon"), j = v("el-dropdown-item"), H = v("el-dropdown-menu"), N = v("el-dropdown"), K = v("el-image");
|
|
146
|
+
return x(), G("div", te, [
|
|
147
|
+
A("div", ne, [
|
|
148
|
+
A("div", ae, [
|
|
149
|
+
s(L, {
|
|
150
|
+
type: "primary",
|
|
151
|
+
onClick: h
|
|
152
|
+
}, {
|
|
153
|
+
default: d(() => [
|
|
154
|
+
w(_(n.$t("common.back")), 1)
|
|
155
|
+
]),
|
|
156
|
+
_: 1
|
|
157
|
+
}),
|
|
158
|
+
A("div", null, [
|
|
159
|
+
s(L, {
|
|
160
|
+
class: "more-btn",
|
|
161
|
+
type: "primary",
|
|
162
|
+
onClick: a[0] || (a[0] = (m) => r())
|
|
163
|
+
}, {
|
|
164
|
+
default: d(() => [
|
|
165
|
+
w(_(n.$t("lqfpFps.requestInvoice")), 1)
|
|
166
|
+
]),
|
|
167
|
+
_: 1
|
|
168
|
+
}),
|
|
169
|
+
s(N, { class: "more-btn" }, {
|
|
170
|
+
dropdown: d(() => [
|
|
171
|
+
s(H, null, {
|
|
172
|
+
default: d(() => [
|
|
173
|
+
s(j, {
|
|
174
|
+
command: "xml",
|
|
175
|
+
onClick: a[1] || (a[1] = (m) => U())
|
|
176
|
+
}, {
|
|
177
|
+
default: d(() => [
|
|
178
|
+
w(_(n.$t("orderInfo.xml")), 1)
|
|
179
|
+
]),
|
|
180
|
+
_: 1
|
|
181
|
+
}),
|
|
182
|
+
s(j, {
|
|
183
|
+
command: "pdf",
|
|
184
|
+
onClick: a[2] || (a[2] = (m) => y())
|
|
185
|
+
}, {
|
|
186
|
+
default: d(() => [
|
|
187
|
+
w(_(n.$t("orderInfo.pdf")), 1)
|
|
188
|
+
]),
|
|
189
|
+
_: 1
|
|
190
|
+
}),
|
|
191
|
+
s(j, {
|
|
192
|
+
command: "ofd",
|
|
193
|
+
onClick: a[3] || (a[3] = (m) => R())
|
|
194
|
+
}, {
|
|
195
|
+
default: d(() => [
|
|
196
|
+
w(_(n.$t("orderInfo.ofd")), 1)
|
|
197
|
+
]),
|
|
198
|
+
_: 1
|
|
199
|
+
})
|
|
200
|
+
]),
|
|
201
|
+
_: 1
|
|
202
|
+
})
|
|
203
|
+
]),
|
|
204
|
+
default: d(() => [
|
|
205
|
+
s(L, { type: "primary" }, {
|
|
206
|
+
default: d(() => [
|
|
207
|
+
w(_(n.$t("orderInfo.moreDropdown")) + " ", 1),
|
|
208
|
+
s(M, null, {
|
|
209
|
+
default: d(() => [
|
|
210
|
+
s($)
|
|
211
|
+
]),
|
|
212
|
+
_: 1
|
|
213
|
+
})
|
|
214
|
+
]),
|
|
215
|
+
_: 1
|
|
216
|
+
})
|
|
217
|
+
]),
|
|
218
|
+
_: 1
|
|
219
|
+
}),
|
|
220
|
+
s(L, {
|
|
221
|
+
type: "primary",
|
|
222
|
+
icon: T(Q),
|
|
223
|
+
onClick: F
|
|
224
|
+
}, {
|
|
225
|
+
default: d(() => a[6] || (a[6] = [
|
|
226
|
+
w("发送邮箱")
|
|
227
|
+
])),
|
|
228
|
+
_: 1,
|
|
229
|
+
__: [6]
|
|
230
|
+
}, 8, ["icon"])
|
|
231
|
+
])
|
|
232
|
+
]),
|
|
233
|
+
A("div", le, [
|
|
234
|
+
s(K, {
|
|
235
|
+
src: u.value,
|
|
236
|
+
"preview-src-list": [u.value],
|
|
237
|
+
"preview-teleported": "",
|
|
238
|
+
"hide-on-click-modal": "",
|
|
239
|
+
fit: "contain",
|
|
240
|
+
class: "image-container"
|
|
241
|
+
}, null, 8, ["src", "preview-src-list"])
|
|
242
|
+
])
|
|
243
|
+
]),
|
|
244
|
+
i.value.visible ? (x(), C(Y, {
|
|
245
|
+
key: 0,
|
|
246
|
+
modelValue: i.value.visible,
|
|
247
|
+
"onUpdate:modelValue": a[4] || (a[4] = (m) => i.value.visible = m),
|
|
248
|
+
"email-Key": T(o),
|
|
249
|
+
width: "400px"
|
|
250
|
+
}, null, 8, ["modelValue", "email-Key"])) : O("", !0),
|
|
251
|
+
e.value.visible ? (x(), C(ee, {
|
|
252
|
+
key: 1,
|
|
253
|
+
modelValue: e.value.visible,
|
|
254
|
+
"onUpdate:modelValue": a[5] || (a[5] = (m) => e.value.visible = m),
|
|
255
|
+
title: e.value.title,
|
|
256
|
+
onRefresh: t,
|
|
257
|
+
width: "400px"
|
|
258
|
+
}, null, 8, ["modelValue", "title"])) : O("", !0)
|
|
259
|
+
]);
|
|
260
|
+
};
|
|
261
|
+
}
|
|
262
|
+
}), be = /* @__PURE__ */ oe(ie, [["__scopeId", "data-v-3c88bbc8"]]);
|
|
263
|
+
export {
|
|
264
|
+
be as default
|
|
265
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as b, ref as o, resolveComponent as d, createBlock as h, openBlock as _, unref as t } from "vue";
|
|
2
2
|
import { useI18n as C } from "vue-i18n";
|
|
3
3
|
import { useTableHooks as g } from "jmash-core";
|
|
4
|
-
import { l as q } from "./index-
|
|
4
|
+
import { l as q } from "./index-TclOpCe_.mjs";
|
|
5
5
|
import { _ as w } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
6
6
|
const D = /* @__PURE__ */ b({
|
|
7
7
|
__name: "list",
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
import { defineComponent as S, mergeModels as g, ref as U, reactive as y, useModel as $, resolveComponent as l, createBlock as x, openBlock as j, withCtx as o, createElementVNode as V, createVNode as r, unref as u, createTextVNode as q, toDisplayString as C } from "vue";
|
|
2
|
+
import { useRoute as A } from "vue-router";
|
|
3
|
+
import { useI18n as O } from "vue-i18n";
|
|
4
|
+
import { ElMessage as T } from "element-plus";
|
|
5
|
+
import { useUserStore as z, validateEmail as G } from "jmash-core";
|
|
6
|
+
import { l as H } from "./index-TclOpCe_.mjs";
|
|
7
|
+
import { _ as J } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
8
|
+
const L = { class: "dialog-footer" }, P = /* @__PURE__ */ S({
|
|
9
|
+
__name: "sendDialog",
|
|
10
|
+
props: /* @__PURE__ */ g({
|
|
11
|
+
emailKey: {
|
|
12
|
+
type: Object,
|
|
13
|
+
default: () => {
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}, {
|
|
17
|
+
modelValue: { type: Boolean },
|
|
18
|
+
modelModifiers: {}
|
|
19
|
+
}),
|
|
20
|
+
emits: /* @__PURE__ */ g(["refresh"], ["update:modelValue"]),
|
|
21
|
+
setup(f, { emit: F }) {
|
|
22
|
+
const { t: d } = O(), p = A(), c = U(), I = z().user.tenant, b = p.query.orderCode, w = p.query.shopId, _ = f;
|
|
23
|
+
let a = y({
|
|
24
|
+
requestId: Math.random() * 10 + "",
|
|
25
|
+
sendEmail: "",
|
|
26
|
+
tenant: I,
|
|
27
|
+
organId: w,
|
|
28
|
+
orderNo: b
|
|
29
|
+
});
|
|
30
|
+
_.emailKey && (a.sendEmail = _.emailKey.sendEmail);
|
|
31
|
+
function M(t, e, s) {
|
|
32
|
+
e === void 0 && s(new Error(d("lqfpFps.emailRead"))), G(e) || s(new Error(d("lqfpFps.emailFormatError"))), s();
|
|
33
|
+
}
|
|
34
|
+
const D = y({
|
|
35
|
+
sendEmail: [{ required: !0, trigger: "blur", validator: M }]
|
|
36
|
+
}), n = $(f, "modelValue"), N = F;
|
|
37
|
+
function R() {
|
|
38
|
+
var t;
|
|
39
|
+
(t = c.value) == null || t.validate((e, s) => {
|
|
40
|
+
e && H.sendEmail(a).then((m) => {
|
|
41
|
+
m.status === 200 && (T({
|
|
42
|
+
message: d("common.submitSuccess"),
|
|
43
|
+
type: "success"
|
|
44
|
+
}), n.value && (n.value = !1)), N("refresh", m.status === 200);
|
|
45
|
+
});
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
function v() {
|
|
49
|
+
n.value && (n.value = !1);
|
|
50
|
+
}
|
|
51
|
+
return (t, e) => {
|
|
52
|
+
const s = l("el-input"), m = l("el-form-item"), h = l("el-col"), k = l("el-row"), B = l("el-form"), E = l("el-button"), K = l("el-dialog");
|
|
53
|
+
return j(), x(K, {
|
|
54
|
+
modelValue: n.value,
|
|
55
|
+
"onUpdate:modelValue": e[1] || (e[1] = (i) => n.value = i),
|
|
56
|
+
onClose: v
|
|
57
|
+
}, {
|
|
58
|
+
footer: o(() => [
|
|
59
|
+
V("div", L, [
|
|
60
|
+
r(E, { onClick: v }, {
|
|
61
|
+
default: o(() => [
|
|
62
|
+
q(C(t.$t("common.cancel")), 1)
|
|
63
|
+
]),
|
|
64
|
+
_: 1
|
|
65
|
+
}),
|
|
66
|
+
r(E, {
|
|
67
|
+
type: "primary",
|
|
68
|
+
onClick: R
|
|
69
|
+
}, {
|
|
70
|
+
default: o(() => [
|
|
71
|
+
q(C(t.$t("orderInfo.send")), 1)
|
|
72
|
+
]),
|
|
73
|
+
_: 1
|
|
74
|
+
})
|
|
75
|
+
])
|
|
76
|
+
]),
|
|
77
|
+
default: o(() => [
|
|
78
|
+
e[2] || (e[2] = V("div", { class: "title-content" }, "发送邮箱", -1)),
|
|
79
|
+
r(B, {
|
|
80
|
+
ref_key: "cardsFormRef",
|
|
81
|
+
ref: c,
|
|
82
|
+
model: u(a),
|
|
83
|
+
rules: D
|
|
84
|
+
}, {
|
|
85
|
+
default: o(() => [
|
|
86
|
+
r(k, null, {
|
|
87
|
+
default: o(() => [
|
|
88
|
+
r(h, { span: 24 }, {
|
|
89
|
+
default: o(() => [
|
|
90
|
+
r(m, {
|
|
91
|
+
label: t.$t("lqfpFps.email"),
|
|
92
|
+
prop: "sendEmail"
|
|
93
|
+
}, {
|
|
94
|
+
default: o(() => [
|
|
95
|
+
r(s, {
|
|
96
|
+
modelValue: u(a).sendEmail,
|
|
97
|
+
"onUpdate:modelValue": e[0] || (e[0] = (i) => u(a).sendEmail = i)
|
|
98
|
+
}, null, 8, ["modelValue"])
|
|
99
|
+
]),
|
|
100
|
+
_: 1
|
|
101
|
+
}, 8, ["label"])
|
|
102
|
+
]),
|
|
103
|
+
_: 1
|
|
104
|
+
})
|
|
105
|
+
]),
|
|
106
|
+
_: 1
|
|
107
|
+
})
|
|
108
|
+
]),
|
|
109
|
+
_: 1
|
|
110
|
+
}, 8, ["model", "rules"])
|
|
111
|
+
]),
|
|
112
|
+
_: 1,
|
|
113
|
+
__: [2]
|
|
114
|
+
}, 8, ["modelValue"]);
|
|
115
|
+
};
|
|
116
|
+
}
|
|
117
|
+
}), te = /* @__PURE__ */ J(P, [["__scopeId", "data-v-a79766c9"]]);
|
|
118
|
+
export {
|
|
119
|
+
te as default
|
|
120
|
+
};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";.subscription-container[data-v-a68a124d]{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin:0 auto;padding:16px;background:#fff}.subscription-card[data-v-a68a124d]{flex:1;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden;cursor:pointer;transition:all .3s ease}.newspaper-image[data-v-a68a124d]{background:#f5f5f5;padding:10px;height:186px;display:flex;align-items:center;justify-content:center}.newspaper-image .dummy-text[data-v-a68a124d]{width:100%;height:100%}.newspaper-image .dummy-text .el-image[data-v-a68a124d]{width:100%;height:100%;object-fit:contain}.subscription-info[data-v-a68a124d]{padding:10px;text-align:left}.subscription-info .subscription-title[data-v-a68a124d]{font-size:14px;font-weight:700;margin-bottom:4px}.subscription-info .delivery-info[data-v-a68a124d]{font-size:12px;color:#666;margin-bottom:4px}.subscription-info .subscription-price[data-v-a68a124d]{color:#de241e;font-size:16px;font-weight:700}.pagination-container[data-v-a68a124d]{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;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-loading{animation:rotating 2s linear infinite}.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;left:50%;max-width:calc(100% - 32px);padding:var(--el-message-padding);position:fixed;top:20px;transform:translate(-50%);transition:opacity var(--el-transition-duration),transform .4s,top .4s;width:-moz-fit-content;width:fit-content}.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:translate(-50%,-100%)}.newspaper-info[data-v-efef3c84]{display:flex;height:260px}.newspaper-preview[data-v-efef3c84]{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-efef3c84]{width:100%;height:100%}.subscription-form[data-v-efef3c84]{padding:15px;box-shadow:0 2px 4px -2px #0000001a,0 4px 6px -1px #0000001a;flex:1}.subscription-form .form-group[data-v-efef3c84]{margin-bottom:12px}.subscription-form .form-group .order-label[data-v-efef3c84]{font-weight:600;color:#000;font-size:13px;margin-top:10px;margin-bottom:0}.subscription-form .form-group label[data-v-efef3c84]{display:block;font-size:14px;margin-bottom:8px}.subscription-form .form-group .order-day[data-v-efef3c84]{margin-top:7px}.subscription-form .form-group .form-value[data-v-efef3c84]{color:#333;font-size:13px;font-family:Roboto}.subscription-form .form-group .price-info[data-v-efef3c84]{display:flex;align-items:center}.subscription-form .form-group .price-info .price[data-v-efef3c84]{font-size:18px;font-weight:700;margin-left:40%}.subscription-form .form-group .quantity-selector[data-v-efef3c84]{display:flex;align-items:center}.subscription-form .form-group .quantity-selector .btn-minus[data-v-efef3c84]{margin-left:38%}.subscription-form .form-group .quantity-selector button[data-v-efef3c84]{width:30px;height:30px;border:1px solid #ddd;background:#f5f5f5;cursor:pointer}.subscription-form .form-group .quantity-selector button[data-v-efef3c84]:hover{background:#eee}.subscription-form .form-group .quantity-selector .quantity-input[data-v-efef3c84]{width:50px;height:30px;text-align:center;border:1px solid #ddd;margin:0 5px}.subscription-form .total-price[data-v-efef3c84]{display:flex;align-items:center}.subscription-form .total-price .price[data-v-efef3c84]{color:#de241e;font-size:22px;font-weight:700;margin-left:40%}.order-btn[data-v-efef3c84]{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-efef3c84]:hover{background:#c21f1a}.lakala-payment-container[data-v-c1a1a8ac]{position:relative;width:100%;height:100%;min-height:600px;display:flex;flex-direction:column}.payment-iframe[data-v-c1a1a8ac]{width:100%;height:100%;min-height:600px;border:none;background:transparent}.loading-mask[data-v-c1a1a8ac]{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-c1a1a8ac]{text-align:center}.loading-mask .loading-content .loading-icon[data-v-c1a1a8ac]{color:#de241e;margin-bottom:10px;animation:rotating-c1a1a8ac 2s linear infinite}.loading-mask .loading-content .loading-text[data-v-c1a1a8ac]{color:#666;font-size:16px}.error-message[data-v-c1a1a8ac]{margin-top:20px}@keyframes rotating-c1a1a8ac{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.position-center[data-v-dd87de48]{position:absolute;right:0;top:30%;transform:translateY(-30%)}.plus-position[data-v-dd87de48]{position:absolute;right:0;top:0;margin-top:8px}.el-form-item[data-v-dd87de48]{margin-bottom:20px}.el-form-item__label[data-v-dd87de48]{padding-bottom:8px;font-weight:500}.el-input[data-v-dd87de48],.el-textarea[data-v-dd87de48]{width:100%}.address-management-container .header[data-v-17d2152b]{margin-bottom:20px}.address-management-container .header h2[data-v-17d2152b]{font-size:20px;color:#333;font-weight:700}.address-management-container .subscription-info[data-v-17d2152b]{display:flex;margin-bottom:20px}.address-management-container .subscription-info .info-item[data-v-17d2152b]{margin-right:30px;font-size:14px}.address-management-container .subscription-info .info-item .value[data-v-17d2152b]{font-weight:700;color:#333}.address-management-container .action-bar[data-v-17d2152b]{margin-bottom:20px}.address-management-container .action-bar .add-button[data-v-17d2152b]{background-color:#de241e}.address-management-container .address-table[data-v-17d2152b]{width:100%;margin-bottom:20px}.address-management-container .address-table[data-v-17d2152b] .el-table{border-radius:4px}.address-management-container .address-table[data-v-17d2152b] .el-table th{font-weight:500}.address-management-container .address-table[data-v-17d2152b] .el-table .el-table__row:hover{background-color:#fafafa}.address-management-container .footer[data-v-17d2152b]{text-align:center}.address-management-container .footer .confirm-button[data-v-17d2152b]{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-17d2152b]:hover{background:#c21f1a}.address-management-container .footer .confirm-button[data-v-17d2152b]:active{background:#a51915}[data-v-e0b7c902] .el-table__cell{position:static!important}.app-container[data-v-f5a6ab3a] .custom-descriptions{margin-bottom:40px}.app-container[data-v-f5a6ab3a] .custom-descriptions .el-descriptions__cell{border-bottom:1px solid #ebeef5;padding:15px 0}.app-container[data-v-f5a6ab3a] .custom-descriptions .el-descriptions__label{font-size:16px;color:#666;text-align:right;min-width:150px}.app-container[data-v-f5a6ab3a] .custom-descriptions .el-descriptions__content{color:#000;font-weight:500}.list-container[data-v-f5a6ab3a]{margin-bottom:40px}.result[data-v-f5a6ab3a]{display:flex;text-align:right;justify-content:flex-end}.result-item[data-v-f5a6ab3a]{margin-right:40px}.result-item-label[data-v-f5a6ab3a]{margin-top:10px}.remark-item[data-v-f5a6ab3a]{display:flex;margin-top:15px}.bottom-remark[data-v-f5a6ab3a]{margin-bottom:20px}.remark-item-label[data-v-f5a6ab3a]{margin-right:80px}.dialog-footer[data-v-890287c1]{text-align:center}.title-container[data-v-23299e75]{display:flex;justify-content:space-between}.image-content[data-v-23299e75]{text-align:center}.image-container[data-v-23299e75]{width:65%}.more-btn[data-v-23299e75]{margin-right:10px}.center-align[data-v-40b33619]{display:flex;align-items:center}.centered-form[data-v-40b33619]{margin:40px auto;width:50%}.form-footer[data-v-40b33619]{display:flex;justify-content:center;margin-top:20px}.subscription-container[data-v-8ab7ef73]{display:flex;width:100%;margin:0;background-color:#fff;box-shadow:0 2px 10px #0000001a}.newspaper-image[data-v-8ab7ef73]{padding:20px;display:flex}.shanxi-worker-paper[data-v-8ab7ef73]{width:160px;height:160px;border:2px solid red;background-color:#fff;border-radius:20px;overflow:hidden}.subscription-info[data-v-8ab7ef73]{padding:5px;display:flex;flex-direction:column}.magazine-title[data-v-8ab7ef73]{font-size:22px;font-weight:700;line-height:32px;color:#000;margin-top:10px;margin-bottom:10px}.info-label[data-v-8ab7ef73]{font-size:14px;font-weight:400;line-height:24px;color:#6b7280}.price[data-v-8ab7ef73]{margin-top:15px}.price-value[data-v-8ab7ef73]{font-size:18px;font-weight:600;line-height:28px;color:#2563eb}[data-v-8ab7ef73] .el-descriptions__label .cell-item{text-align:left;color:#6b7280}.subscription-containers[data-v-8ab7ef73]{display:flex;width:100%;margin:0;background-color:#fff;box-shadow:0 2px 10px #0000001a;padding:15px 0 0 15px}.dialog-footer[data-v-8ab7ef73]{text-align:center}.payment-container[data-v-92417896]{background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.payment-header[data-v-92417896]{margin-bottom:30px;box-shadow:0 2px 4px -2px #0000001a,0 4px 6px -1px #0000001a;padding:20px}.payment-header .payment-amount[data-v-92417896]{color:#de241e;font-size:22px;font-weight:700;text-align:left}.qrcode-container[data-v-92417896]{text-align:center;margin:40px}.qrcode-container .qrcode-placeholder[data-v-92417896]{width:200px;height:200px;margin:0 auto 20px;background:#000}.qrcode-container .payment-hint[data-v-92417896]{color:#999;font-size:14px;line-height:1.5}.payment-button[data-v-92417896]{width:100%;height:45px;background:#de241e;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:700;margin-bottom:20px;cursor:pointer}.payment-button[data-v-92417896]:hover{background:#c21f1a}.payment-button[data-v-92417896]:active{background:#a51915}[data-v-92417896] .el-tabs__item.is-active{color:#de241e;font-weight:700}[data-v-92417896] .el-tabs__active-bar{background-color:#de241e}[data-v-92417896] .el-tabs__item:hover{color:#de241e}.position-center[data-v-f17c5e2b]{position:absolute;right:0;top:30%;transform:translateY(-30%)}.plus-position[data-v-f17c5e2b]{position:absolute;right:0;top:0;margin-top:8px}.el-form-item[data-v-f17c5e2b]{margin-bottom:20px}.el-form-item__label[data-v-f17c5e2b]{padding-bottom:8px;font-weight:500}.el-input[data-v-f17c5e2b],.el-textarea[data-v-f17c5e2b]{width:100%}
|
|
1
|
+
@charset "UTF-8";.subscription-container[data-v-a68a124d]{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin:0 auto;padding:16px;background:#fff}.subscription-card[data-v-a68a124d]{flex:1;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden;cursor:pointer;transition:all .3s ease}.newspaper-image[data-v-a68a124d]{background:#f5f5f5;padding:10px;height:186px;display:flex;align-items:center;justify-content:center}.newspaper-image .dummy-text[data-v-a68a124d]{width:100%;height:100%}.newspaper-image .dummy-text .el-image[data-v-a68a124d]{width:100%;height:100%;object-fit:contain}.subscription-info[data-v-a68a124d]{padding:10px;text-align:left}.subscription-info .subscription-title[data-v-a68a124d]{font-size:14px;font-weight:700;margin-bottom:4px}.subscription-info .delivery-info[data-v-a68a124d]{font-size:12px;color:#666;margin-bottom:4px}.subscription-info .subscription-price[data-v-a68a124d]{color:#de241e;font-size:16px;font-weight:700}.pagination-container[data-v-a68a124d]{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;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-loading{animation:rotating 2s linear infinite}.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;left:50%;max-width:calc(100% - 32px);padding:var(--el-message-padding);position:fixed;top:20px;transform:translate(-50%);transition:opacity var(--el-transition-duration),transform .4s,top .4s;width:-moz-fit-content;width:fit-content}.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:translate(-50%,-100%)}.newspaper-info[data-v-efef3c84]{display:flex;height:260px}.newspaper-preview[data-v-efef3c84]{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-efef3c84]{width:100%;height:100%}.subscription-form[data-v-efef3c84]{padding:15px;box-shadow:0 2px 4px -2px #0000001a,0 4px 6px -1px #0000001a;flex:1}.subscription-form .form-group[data-v-efef3c84]{margin-bottom:12px}.subscription-form .form-group .order-label[data-v-efef3c84]{font-weight:600;color:#000;font-size:13px;margin-top:10px;margin-bottom:0}.subscription-form .form-group label[data-v-efef3c84]{display:block;font-size:14px;margin-bottom:8px}.subscription-form .form-group .order-day[data-v-efef3c84]{margin-top:7px}.subscription-form .form-group .form-value[data-v-efef3c84]{color:#333;font-size:13px;font-family:Roboto}.subscription-form .form-group .price-info[data-v-efef3c84]{display:flex;align-items:center}.subscription-form .form-group .price-info .price[data-v-efef3c84]{font-size:18px;font-weight:700;margin-left:40%}.subscription-form .form-group .quantity-selector[data-v-efef3c84]{display:flex;align-items:center}.subscription-form .form-group .quantity-selector .btn-minus[data-v-efef3c84]{margin-left:38%}.subscription-form .form-group .quantity-selector button[data-v-efef3c84]{width:30px;height:30px;border:1px solid #ddd;background:#f5f5f5;cursor:pointer}.subscription-form .form-group .quantity-selector button[data-v-efef3c84]:hover{background:#eee}.subscription-form .form-group .quantity-selector .quantity-input[data-v-efef3c84]{width:50px;height:30px;text-align:center;border:1px solid #ddd;margin:0 5px}.subscription-form .total-price[data-v-efef3c84]{display:flex;align-items:center}.subscription-form .total-price .price[data-v-efef3c84]{color:#de241e;font-size:22px;font-weight:700;margin-left:40%}.order-btn[data-v-efef3c84]{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-efef3c84]:hover{background:#c21f1a}.lakala-payment-container[data-v-c1a1a8ac]{position:relative;width:100%;height:100%;min-height:600px;display:flex;flex-direction:column}.payment-iframe[data-v-c1a1a8ac]{width:100%;height:100%;min-height:600px;border:none;background:transparent}.loading-mask[data-v-c1a1a8ac]{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-c1a1a8ac]{text-align:center}.loading-mask .loading-content .loading-icon[data-v-c1a1a8ac]{color:#de241e;margin-bottom:10px;animation:rotating-c1a1a8ac 2s linear infinite}.loading-mask .loading-content .loading-text[data-v-c1a1a8ac]{color:#666;font-size:16px}.error-message[data-v-c1a1a8ac]{margin-top:20px}@keyframes rotating-c1a1a8ac{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.position-center[data-v-dd87de48]{position:absolute;right:0;top:30%;transform:translateY(-30%)}.plus-position[data-v-dd87de48]{position:absolute;right:0;top:0;margin-top:8px}.el-form-item[data-v-dd87de48]{margin-bottom:20px}.el-form-item__label[data-v-dd87de48]{padding-bottom:8px;font-weight:500}.el-input[data-v-dd87de48],.el-textarea[data-v-dd87de48]{width:100%}.address-management-container .header[data-v-17d2152b]{margin-bottom:20px}.address-management-container .header h2[data-v-17d2152b]{font-size:20px;color:#333;font-weight:700}.address-management-container .subscription-info[data-v-17d2152b]{display:flex;margin-bottom:20px}.address-management-container .subscription-info .info-item[data-v-17d2152b]{margin-right:30px;font-size:14px}.address-management-container .subscription-info .info-item .value[data-v-17d2152b]{font-weight:700;color:#333}.address-management-container .action-bar[data-v-17d2152b]{margin-bottom:20px}.address-management-container .action-bar .add-button[data-v-17d2152b]{background-color:#de241e}.address-management-container .address-table[data-v-17d2152b]{width:100%;margin-bottom:20px}.address-management-container .address-table[data-v-17d2152b] .el-table{border-radius:4px}.address-management-container .address-table[data-v-17d2152b] .el-table th{font-weight:500}.address-management-container .address-table[data-v-17d2152b] .el-table .el-table__row:hover{background-color:#fafafa}.address-management-container .footer[data-v-17d2152b]{text-align:center}.address-management-container .footer .confirm-button[data-v-17d2152b]{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-17d2152b]:hover{background:#c21f1a}.address-management-container .footer .confirm-button[data-v-17d2152b]:active{background:#a51915}[data-v-e0b7c902] .el-table__cell{position:static!important}.app-container[data-v-52369a66] .custom-descriptions{margin-bottom:40px}.app-container[data-v-52369a66] .custom-descriptions .el-descriptions__cell{border-bottom:1px solid #ebeef5;padding:15px 0}.app-container[data-v-52369a66] .custom-descriptions .el-descriptions__label{font-size:16px;color:#666;text-align:right;min-width:150px}.app-container[data-v-52369a66] .custom-descriptions .el-descriptions__content{color:#000;font-weight:500}.list-container[data-v-52369a66]{margin-bottom:40px}.result[data-v-52369a66]{display:flex;text-align:right;justify-content:flex-end}.result-item[data-v-52369a66]{margin-right:40px}.result-item-label[data-v-52369a66]{margin-top:10px}.remark-item[data-v-52369a66]{display:flex;margin-top:15px}.bottom-remark[data-v-52369a66]{margin-bottom:20px}.remark-item-label[data-v-52369a66]{margin-right:80px}.dialog-footer[data-v-a79766c9]{text-align:center}.title-container[data-v-3c88bbc8]{display:flex;justify-content:space-between}.image-content[data-v-3c88bbc8]{text-align:center}.image-container[data-v-3c88bbc8]{width:65%}.more-btn[data-v-3c88bbc8]{margin-right:10px}.center-align[data-v-40b33619]{display:flex;align-items:center}.centered-form[data-v-40b33619]{margin:40px auto;width:50%}.form-footer[data-v-40b33619]{display:flex;justify-content:center;margin-top:20px}.subscription-container[data-v-8ab7ef73]{display:flex;width:100%;margin:0;background-color:#fff;box-shadow:0 2px 10px #0000001a}.newspaper-image[data-v-8ab7ef73]{padding:20px;display:flex}.shanxi-worker-paper[data-v-8ab7ef73]{width:160px;height:160px;border:2px solid red;background-color:#fff;border-radius:20px;overflow:hidden}.subscription-info[data-v-8ab7ef73]{padding:5px;display:flex;flex-direction:column}.magazine-title[data-v-8ab7ef73]{font-size:22px;font-weight:700;line-height:32px;color:#000;margin-top:10px;margin-bottom:10px}.info-label[data-v-8ab7ef73]{font-size:14px;font-weight:400;line-height:24px;color:#6b7280}.price[data-v-8ab7ef73]{margin-top:15px}.price-value[data-v-8ab7ef73]{font-size:18px;font-weight:600;line-height:28px;color:#2563eb}[data-v-8ab7ef73] .el-descriptions__label .cell-item{text-align:left;color:#6b7280}.subscription-containers[data-v-8ab7ef73]{display:flex;width:100%;margin:0;background-color:#fff;box-shadow:0 2px 10px #0000001a;padding:15px 0 0 15px}.dialog-footer[data-v-8ab7ef73]{text-align:center}.payment-container[data-v-92417896]{background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.payment-header[data-v-92417896]{margin-bottom:30px;box-shadow:0 2px 4px -2px #0000001a,0 4px 6px -1px #0000001a;padding:20px}.payment-header .payment-amount[data-v-92417896]{color:#de241e;font-size:22px;font-weight:700;text-align:left}.qrcode-container[data-v-92417896]{text-align:center;margin:40px}.qrcode-container .qrcode-placeholder[data-v-92417896]{width:200px;height:200px;margin:0 auto 20px;background:#000}.qrcode-container .payment-hint[data-v-92417896]{color:#999;font-size:14px;line-height:1.5}.payment-button[data-v-92417896]{width:100%;height:45px;background:#de241e;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:700;margin-bottom:20px;cursor:pointer}.payment-button[data-v-92417896]:hover{background:#c21f1a}.payment-button[data-v-92417896]:active{background:#a51915}[data-v-92417896] .el-tabs__item.is-active{color:#de241e;font-weight:700}[data-v-92417896] .el-tabs__active-bar{background-color:#de241e}[data-v-92417896] .el-tabs__item:hover{color:#de241e}.position-center[data-v-f17c5e2b]{position:absolute;right:0;top:30%;transform:translateY(-30%)}.plus-position[data-v-f17c5e2b]{position:absolute;right:0;top:0;margin-top:8px}.el-form-item[data-v-f17c5e2b]{margin-bottom:20px}.el-form-item__label[data-v-f17c5e2b]{padding-bottom:8px;font-weight:500}.el-input[data-v-f17c5e2b],.el-textarea[data-v-f17c5e2b]{width:100%}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as k, mergeModels as C, ref as N, reactive as T, useModel as I, resolveComponent as s, createBlock as g, openBlock as h, withCtx as m, createVNode as a, unref as e, createCommentVNode as c, createElementVNode as Y, createTextVNode as E, toDisplayString as z } from "vue";
|
|
2
2
|
import { useI18n as G } from "vue-i18n";
|
|
3
3
|
import { ElMessage as B } from "element-plus";
|
|
4
|
-
import { l as S } from "./index-
|
|
4
|
+
import { l as S } from "./index-TclOpCe_.mjs";
|
|
5
5
|
import { C as i, D as A } from "./index-5MVT-ka0.mjs";
|
|
6
6
|
import { validateEmail as L, validatePhoneOrLandline as O, validateIDCard as H } from "jmash-core";
|
|
7
7
|
const J = { class: "dialog-footer" }, ee = /* @__PURE__ */ k({
|
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
import type { AxiosPromise } from "axios";
|
|
2
|
-
import type { LqfpFpReq, LqfpFpList, LqfpFpApi, LqfpFpDownloadReq, LqfpFpMyListReq, LqfpUserInvoiceInfoList, LqfpUserInvoiceInfoCreateReq, LqfpUserInvoiceInfoModel } from "./types";
|
|
2
|
+
import type { LqfpFpReq, LqfpFpList, LqfpFpApi, LqfpFpDownloadReq, LqfpFpMyListReq, LqfpUserInvoiceInfoList, LqfpUserInvoiceInfoCreateReq, LqfpUserInvoiceInfoModel, InvoiceReissueReq } from "./types";
|
|
3
3
|
declare class LqfpFpApiImpl implements LqfpFpApi {
|
|
4
4
|
getKey(): any;
|
|
5
5
|
findList(query?: LqfpFpReq): AxiosPromise<LqfpFpList>;
|
|
6
6
|
sendEmail(query?: LqfpFpReq): AxiosPromise<any>;
|
|
7
7
|
download(query: LqfpFpDownloadReq): AxiosPromise<any>;
|
|
8
|
-
|
|
8
|
+
downloadXML(query: LqfpFpDownloadReq): AxiosPromise<any>;
|
|
9
|
+
downloadPDF(query: LqfpFpDownloadReq): AxiosPromise<any>;
|
|
10
|
+
downloadOFD(query: LqfpFpDownloadReq): AxiosPromise<any>;
|
|
9
11
|
findMyList(query: LqfpFpMyListReq): AxiosPromise<LqfpUserInvoiceInfoList>;
|
|
10
12
|
createUserFp(data: LqfpUserInvoiceInfoCreateReq): AxiosPromise<LqfpUserInvoiceInfoModel>;
|
|
13
|
+
reissue(data: InvoiceReissueReq): AxiosPromise<boolean>;
|
|
11
14
|
}
|
|
12
15
|
declare const lqfpFpApi: LqfpFpApiImpl;
|
|
13
16
|
export { lqfpFpApi };
|
|
@@ -41,7 +41,7 @@ export interface LqfpFpKeyList extends EntityKeyList {
|
|
|
41
41
|
export interface LqfpFpDownloadReq extends EntityReq {
|
|
42
42
|
tenant?: string;
|
|
43
43
|
organId?: string;
|
|
44
|
-
|
|
44
|
+
fpUuid?: string;
|
|
45
45
|
}
|
|
46
46
|
export interface LqfpFpRedReq extends EntityReq {
|
|
47
47
|
tenant?: string;
|
|
@@ -85,3 +85,10 @@ export interface LqfpUserInvoiceInfoCreateReq extends EntityReq {
|
|
|
85
85
|
zrrzjlxDm?: string;
|
|
86
86
|
zrrzjhm?: string;
|
|
87
87
|
}
|
|
88
|
+
export interface InvoiceReissueReq {
|
|
89
|
+
tenant?: string;
|
|
90
|
+
requestId?: string;
|
|
91
|
+
orderNo?: string;
|
|
92
|
+
organId?: string;
|
|
93
|
+
infoId?: string;
|
|
94
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { AxiosPromise } from "axios";
|
|
2
|
-
import type { LqfpFpsApi, LqfpFpsModel, LqfpFpReq } from "./types";
|
|
2
|
+
import type { LqfpFpsApi, LqfpFpsModel, LqfpFpReq, LqfpFpList } from "./types";
|
|
3
3
|
declare class LqfpFpsApiImpl implements LqfpFpsApi {
|
|
4
4
|
getKey(model: LqfpFpsModel): any;
|
|
5
|
-
findOrderList(query: LqfpFpReq): AxiosPromise<
|
|
5
|
+
findOrderList(query: LqfpFpReq): AxiosPromise<LqfpFpList>;
|
|
6
6
|
}
|
|
7
7
|
declare const lqfpFpsApi: LqfpFpsApiImpl;
|
|
8
8
|
export { lqfpFpsApi };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { EntityApi, EntityReq, EntityModel } from "jmash-core";
|
|
1
|
+
import type { EntityApi, EntityReq, EntityModel, EntityList } from "jmash-core";
|
|
2
2
|
export interface LqfpFpsApi extends EntityApi {
|
|
3
3
|
}
|
|
4
4
|
export interface LqfpFpsModel extends EntityModel {
|
|
@@ -69,4 +69,8 @@ export interface LqfpFpsModel extends EntityModel {
|
|
|
69
69
|
export interface LqfpFpReq extends EntityReq {
|
|
70
70
|
tenant?: string;
|
|
71
71
|
orderNo?: string;
|
|
72
|
+
organId?: string;
|
|
73
|
+
}
|
|
74
|
+
export interface LqfpFpList extends EntityList {
|
|
75
|
+
results: Array<LqfpFpsModel>;
|
|
72
76
|
}
|
|
@@ -4,7 +4,7 @@ export interface OrderInfoApi extends EntityApi {
|
|
|
4
4
|
export interface OrderInfoReq extends EntityReq {
|
|
5
5
|
likeOrderCode?: string;
|
|
6
6
|
likeSpuName?: string;
|
|
7
|
-
|
|
7
|
+
orderStatusPc?: string;
|
|
8
8
|
hasOrderStatus?: boolean;
|
|
9
9
|
startDate?: string;
|
|
10
10
|
endDate?: string;
|
|
@@ -60,8 +60,9 @@ export interface OrderInfoPage extends EntityPage {
|
|
|
60
60
|
}
|
|
61
61
|
export interface OrderInfoModelTotal extends EntityTotal {
|
|
62
62
|
totalSize: number;
|
|
63
|
-
|
|
64
|
-
|
|
63
|
+
totalUnit: number;
|
|
64
|
+
totalQuantity: number;
|
|
65
|
+
totalAmount: number;
|
|
65
66
|
}
|
|
66
67
|
export interface OrderInfoKey extends EntityKey {
|
|
67
68
|
tenant?: string;
|
|
@@ -84,6 +84,7 @@ declare const _default: {
|
|
|
84
84
|
gmfnsrsbh: string;
|
|
85
85
|
gmfnsrsbhRead: string;
|
|
86
86
|
Infogmfmc: string;
|
|
87
|
+
requestInvoice: string;
|
|
87
88
|
};
|
|
88
89
|
orderInfo: {
|
|
89
90
|
orderCode: string;
|
|
@@ -113,6 +114,7 @@ declare const _default: {
|
|
|
113
114
|
assignAddress: string;
|
|
114
115
|
payment: string;
|
|
115
116
|
apply: string;
|
|
117
|
+
send: string;
|
|
116
118
|
shopName: string;
|
|
117
119
|
shopNameRequired: string;
|
|
118
120
|
likeMobile: string;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
modelValue: globalThis.PropType<boolean>;
|
|
3
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4
|
+
refresh: (...args: any[]) => void;
|
|
5
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
6
|
+
modelValue: globalThis.PropType<boolean>;
|
|
7
|
+
}>> & Readonly<{
|
|
8
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
export default _default;
|
|
@@ -1,10 +1,21 @@
|
|
|
1
|
+
import type { LqfpFpsModel } from "@/api/buyer/lqfp-fps/types";
|
|
1
2
|
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
3
|
modelValue: globalThis.PropType<boolean>;
|
|
4
|
+
emailKey: {
|
|
5
|
+
type: globalThis.PropType<LqfpFpsModel>;
|
|
6
|
+
default: () => void;
|
|
7
|
+
};
|
|
3
8
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4
9
|
refresh: (...args: any[]) => void;
|
|
5
10
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
6
11
|
modelValue: globalThis.PropType<boolean>;
|
|
12
|
+
emailKey: {
|
|
13
|
+
type: globalThis.PropType<LqfpFpsModel>;
|
|
14
|
+
default: () => void;
|
|
15
|
+
};
|
|
7
16
|
}>> & Readonly<{
|
|
8
17
|
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
9
|
-
}>, {
|
|
18
|
+
}>, {
|
|
19
|
+
emailKey: LqfpFpsModel;
|
|
20
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
21
|
export default _default;
|