xyvcard-paper-buyer 0.0.13 → 0.0.15
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-u3SPAGEW.mjs → applyEdit-CWE44lBB.mjs} +2 -2
- package/dist/{index-DgoiWRx7.mjs → index-2-3T2C8U.mjs} +1 -1
- package/dist/index-BNXAgLr6.mjs +159 -0
- package/dist/index.mjs +2 -2
- package/dist/info-DPgtOp9p.mjs +189 -0
- package/dist/style.css +1 -1
- package/dist/{userInvoice-CCsRE3bA.mjs → userInvoice-0RXAbWze.mjs} +1 -1
- package/dist/{userInvoice.vue_vue_type_script_setup_true_lang-CjLciTA0.mjs → userInvoice.vue_vue_type_script_setup_true_lang-Dt8bemcC.mjs} +1 -1
- package/dts/api/buyer/dict.d.ts +3 -0
- package/dts/api/buyer/index.d.ts +2 -1
- package/dts/utils/momentPlugin.d.ts +5 -0
- package/dts/utils/returnBizLay.d.ts +2 -0
- package/package.json +4 -3
- package/dist/index-5MVT-ka0.mjs +0 -133
- package/dist/info-CVaS8hdZ.mjs +0 -185
|
@@ -3,10 +3,10 @@ import { useI18n as O } from "vue-i18n";
|
|
|
3
3
|
import "element-plus";
|
|
4
4
|
import { routerUtil as E } from "jmash-core";
|
|
5
5
|
import { useRouter as Q, useRoute as W } from "vue-router";
|
|
6
|
-
import { D as F } from "./index-
|
|
6
|
+
import { D as F } from "./index-BNXAgLr6.mjs";
|
|
7
7
|
import { l as X } from "./index-TclOpCe_.mjs";
|
|
8
8
|
import { o as Y } from "./index-CT0KG-ax.mjs";
|
|
9
|
-
import { _ as Z } from "./userInvoice.vue_vue_type_script_setup_true_lang-
|
|
9
|
+
import { _ as Z } from "./userInvoice.vue_vue_type_script_setup_true_lang-Dt8bemcC.mjs";
|
|
10
10
|
import { E as x } from "./el-message-D5NtBelf.mjs";
|
|
11
11
|
import { _ as ee } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
12
12
|
const le = { class: "app-container" }, oe = { class: "search-container" }, te = { class: "form-footer" }, ae = /* @__PURE__ */ J({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as fe, ref as V, onActivated as ye, resolveComponent as p, resolveDirective as ve, createElementBlock as f, openBlock as i, createElementVNode as c, createVNode as n, withCtx as r, withKeys as P, unref as a, createTextVNode as u, toDisplayString as l, withDirectives as h, createCommentVNode as y, vShow as W, createBlock as $, isRef as j } from "vue";
|
|
2
|
-
import { D as m, C as b } from "./index-
|
|
2
|
+
import { D as m, C as b } from "./index-BNXAgLr6.mjs";
|
|
3
3
|
import { o as M } from "./index-CT0KG-ax.mjs";
|
|
4
4
|
import { vueMetaEnv as _e, useTableHooks as be } from "jmash-core";
|
|
5
5
|
import { useI18n as we } from "vue-i18n";
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
var v = Object.defineProperty;
|
|
2
|
+
var P = (i, r, e) => r in i ? v(i, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[r] = e;
|
|
3
|
+
var t = (i, r, e) => P(i, typeof r != "symbol" ? r + "" : r, e);
|
|
4
|
+
import { ref as h } from "vue";
|
|
5
|
+
import { BizLayDict as l, CustomBizDict as p, EnumDict as y } from "jmash-core";
|
|
6
|
+
import { goodsCategoryApi as I } from "xyvcard-paper-goods";
|
|
7
|
+
import { unionOrgApi as c } from "xyvcard-paper-union";
|
|
8
|
+
import { EntryDict as T } from "jmash-dict";
|
|
9
|
+
class s {
|
|
10
|
+
}
|
|
11
|
+
//模块
|
|
12
|
+
t(s, "PAPER_DICT", "paper"), // 订单状态
|
|
13
|
+
t(s, "ENUM_ORDER_STATUS", h([
|
|
14
|
+
{ key: "unpay", value: "待付款" },
|
|
15
|
+
{ key: "complete", value: "订阅成功" },
|
|
16
|
+
{ key: "unpost", value: "完善地址" }
|
|
17
|
+
])), // 订单状态常量
|
|
18
|
+
t(s, "UNPAY", "unpay"), t(s, "UNPOST", "unpost"), t(s, "COMPLETE", "complete"), // 支付方式
|
|
19
|
+
t(s, "ENUM_PAYMENT_WAY", "xyvcard.order.protobuf.PaymentWay"), // 发票票种
|
|
20
|
+
t(s, "LQFP_FPPZ", "Fppz"), // 开票状态
|
|
21
|
+
t(s, "INVOICE_STATUS", "xyvcard.order.protobuf.InvoiceStatus"), t(s, "UNINVOICE", "uninvoice"), t(s, "INVOICING", "invoicing"), t(s, "INVOICED", "invoiced"), // 基层工会
|
|
22
|
+
t(s, "BASE_UNION", "base"), // 企业
|
|
23
|
+
t(s, "GMF_TYPE_ENT", "ent"), // 个人
|
|
24
|
+
t(s, "GMF_TYPE_PER", "person"), // 证件类型
|
|
25
|
+
t(s, "DICT_TYPE_ID", "TypeID"), // 抬头类型
|
|
26
|
+
t(s, "GMF_TYPE_VALUES", h([
|
|
27
|
+
{ key: "ent", value: "企业" },
|
|
28
|
+
{ key: "person", value: "个人" }
|
|
29
|
+
]));
|
|
30
|
+
function d(i, r, e) {
|
|
31
|
+
return !Array.isArray(i) || i.length === 0 ? [] : i.map((a) => {
|
|
32
|
+
let o = [];
|
|
33
|
+
return Array.isArray(a.children) && a.children.length > 0 && (o = d(a.children, r, e)), {
|
|
34
|
+
value: a[e],
|
|
35
|
+
label: a[r],
|
|
36
|
+
parentId: a.parentId,
|
|
37
|
+
children: o
|
|
38
|
+
};
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
class A extends l {
|
|
42
|
+
// 实现 useValues 方法
|
|
43
|
+
useValues() {
|
|
44
|
+
return new Promise((r, e) => {
|
|
45
|
+
if (typeof c.findList > "u") {
|
|
46
|
+
r(this.values);
|
|
47
|
+
return;
|
|
48
|
+
}
|
|
49
|
+
c.findList(this.query).then(({ data: u }) => {
|
|
50
|
+
const a = u.results;
|
|
51
|
+
this.values.length = 0, this.values.push(...this.convertToLayEntryArray(a)), r(this.values);
|
|
52
|
+
}).catch(e);
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
convertToLayEntryArray(r) {
|
|
56
|
+
return r.map((e) => ({
|
|
57
|
+
value: e.orgId,
|
|
58
|
+
label: e.orgName,
|
|
59
|
+
parentId: e.parentId || "",
|
|
60
|
+
disabled: !e.status,
|
|
61
|
+
children: e.children ? this.convertToLayEntryArray(e.children) : []
|
|
62
|
+
}));
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
class g extends l {
|
|
66
|
+
// 实现 useValues 方法
|
|
67
|
+
useValues() {
|
|
68
|
+
return new Promise((r, e) => {
|
|
69
|
+
if (typeof c.findList > "u") {
|
|
70
|
+
r(this.values);
|
|
71
|
+
return;
|
|
72
|
+
}
|
|
73
|
+
const u = {
|
|
74
|
+
...this.query,
|
|
75
|
+
orgType: s.BASE_UNION
|
|
76
|
+
};
|
|
77
|
+
c.findList(u).then(({ data: a }) => {
|
|
78
|
+
const o = a.results;
|
|
79
|
+
this.values.length = 0, this.values.push(...this.convertToLayEntryArray(o)), r(this.values);
|
|
80
|
+
}).catch(e);
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
convertToLayEntryArray(r) {
|
|
84
|
+
return r.filter(
|
|
85
|
+
(e) => e.orgId !== void 0 && e.chargePersonMobile !== void 0
|
|
86
|
+
).map((e) => ({
|
|
87
|
+
value: e.orgId,
|
|
88
|
+
label: e.chargePersonMobile,
|
|
89
|
+
parentId: e.parentId || "",
|
|
90
|
+
children: e.children ? this.convertToLayEntryArray(e.children) : []
|
|
91
|
+
}));
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
class E extends l {
|
|
95
|
+
// 实现 useValues 方法
|
|
96
|
+
useValues() {
|
|
97
|
+
return new Promise((r, e) => {
|
|
98
|
+
if (typeof c.findList > "u") {
|
|
99
|
+
r(this.values);
|
|
100
|
+
return;
|
|
101
|
+
}
|
|
102
|
+
const u = {
|
|
103
|
+
...this.query,
|
|
104
|
+
orgType: s.BASE_UNION
|
|
105
|
+
};
|
|
106
|
+
c.findList(u).then(({ data: a }) => {
|
|
107
|
+
const o = a.results;
|
|
108
|
+
this.values.length = 0, this.values.push(...this.convertToLayEntryArray(o)), r(this.values);
|
|
109
|
+
}).catch(e);
|
|
110
|
+
});
|
|
111
|
+
}
|
|
112
|
+
convertToLayEntryArray(r) {
|
|
113
|
+
return r.filter(
|
|
114
|
+
(e) => e.orgId !== void 0 && e.chargePersonMobile !== void 0
|
|
115
|
+
).map((e) => ({
|
|
116
|
+
value: e.orgId,
|
|
117
|
+
label: e.chargePersonMobileIns,
|
|
118
|
+
parentId: e.parentId || "",
|
|
119
|
+
children: e.children ? this.convertToLayEntryArray(e.children) : []
|
|
120
|
+
}));
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
class f extends l {
|
|
124
|
+
// 实现 useValues 方法
|
|
125
|
+
useValues() {
|
|
126
|
+
return new Promise((r, e) => {
|
|
127
|
+
I.findTreeListApi(this.query).then((u) => {
|
|
128
|
+
const { data: a } = u;
|
|
129
|
+
this.values.length = 0, this.values.push(...d(a.results, "label", "value")), r(this.values);
|
|
130
|
+
}).catch(e);
|
|
131
|
+
});
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
class n {
|
|
135
|
+
}
|
|
136
|
+
// 订单状态
|
|
137
|
+
t(n, "orderStatusEnum", new p(
|
|
138
|
+
s.ENUM_ORDER_STATUS,
|
|
139
|
+
{}
|
|
140
|
+
)), // 支付方式
|
|
141
|
+
t(n, "paymentWayEnum", new y(
|
|
142
|
+
s.PAPER_DICT,
|
|
143
|
+
s.ENUM_PAYMENT_WAY
|
|
144
|
+
)), // 所属工会
|
|
145
|
+
t(n, "unionOrgBizLayDict", new A({})), t(n, "unionOrgPhoneBizLayDict", new g({})), t(n, "unionOrgPhoneInsBizLayDict", new E(
|
|
146
|
+
{}
|
|
147
|
+
)), // 发票票种
|
|
148
|
+
t(n, "fppzDict", new T(s.LQFP_FPPZ)), // 开票状态
|
|
149
|
+
t(n, "invoiceStatusEnum", new y(
|
|
150
|
+
s.PAPER_DICT,
|
|
151
|
+
s.INVOICE_STATUS
|
|
152
|
+
)), // 商品分类(发行频率)
|
|
153
|
+
t(n, "goodsCategoryListBizLayDict", new f(
|
|
154
|
+
{}
|
|
155
|
+
)), t(n, "gmfTypeDict", new p(s.GMF_TYPE_VALUES, {}));
|
|
156
|
+
export {
|
|
157
|
+
s as C,
|
|
158
|
+
n as D
|
|
159
|
+
};
|
package/dist/index.mjs
CHANGED
|
@@ -360,7 +360,7 @@ function v(e) {
|
|
|
360
360
|
let i = e.global.getLocaleMessage("en");
|
|
361
361
|
i = d(i, g), e.global.setLocaleMessage("zh-cn", o), e.global.setLocaleMessage("en", i);
|
|
362
362
|
}
|
|
363
|
-
const R = () => import("./index-DSwrPGyq.mjs"), P = () => import("./orderPaper-C6ua3CNE.mjs"), w = () => import("./payment-BcsD4Glh.mjs"), q = () => import("./orderAddress-ByTTzFrR.mjs"), D = () => import("./invoice-Gr3U3ZFi.mjs"), N = () => import("./invoiceView-Cshwyw3t.mjs"), z = () => import("./applyEdit-
|
|
363
|
+
const R = () => import("./index-DSwrPGyq.mjs"), P = () => import("./orderPaper-C6ua3CNE.mjs"), w = () => import("./payment-BcsD4Glh.mjs"), q = () => import("./orderAddress-ByTTzFrR.mjs"), D = () => import("./invoice-Gr3U3ZFi.mjs"), N = () => import("./invoiceView-Cshwyw3t.mjs"), z = () => import("./applyEdit-CWE44lBB.mjs"), x = () => import("./info-DPgtOp9p.mjs"), t = [
|
|
364
364
|
{
|
|
365
365
|
path: "/buyer",
|
|
366
366
|
component: r,
|
|
@@ -513,7 +513,7 @@ const R = () => import("./index-DSwrPGyq.mjs"), P = () => import("./orderPaper-C
|
|
|
513
513
|
scrollBehavior: () => ({ left: 0, top: 0 })
|
|
514
514
|
});
|
|
515
515
|
u.value = k;
|
|
516
|
-
const S = /* @__PURE__ */ Object.assign({ "./views/buyer/order-info/applyEdit.vue": () => import("./applyEdit-
|
|
516
|
+
const S = /* @__PURE__ */ Object.assign({ "./views/buyer/order-info/applyEdit.vue": () => import("./applyEdit-CWE44lBB.mjs"), "./views/buyer/order-info/index.vue": () => import("./index-2-3T2C8U.mjs"), "./views/buyer/order-info/info.vue": () => import("./info-DPgtOp9p.mjs"), "./views/buyer/order-info/invoice.vue": () => import("./invoice-Gr3U3ZFi.mjs"), "./views/buyer/order-info/invoiceEdit.vue": () => import("./invoiceEdit-zNW26cGt.mjs"), "./views/buyer/order-info/invoiceView.vue": () => import("./invoiceView-Cshwyw3t.mjs"), "./views/buyer/order-info/list.vue": () => import("./list-BPfP8vsl.mjs"), "./views/buyer/order-info/sendDialog.vue": () => import("./sendDialog-25fhb-Uj.mjs"), "./views/buyer/order-info/userInvoice.vue": () => import("./userInvoice-0RXAbWze.mjs"), "./views/buyer/order-newspaper/edit.vue": () => import("./edit-B_W9Nbg_.mjs"), "./views/buyer/order-newspaper/index.vue": () => import("./index-DSwrPGyq.mjs"), "./views/buyer/order-newspaper/orderAddress.vue": () => import("./orderAddress-ByTTzFrR.mjs"), "./views/buyer/order-newspaper/orderPaper.vue": () => import("./orderPaper-C6ua3CNE.mjs"), "./views/buyer/order-newspaper/payment copy.vue": () => import("./payment copy-CyZWiAyq.mjs"), "./views/buyer/order-newspaper/payment.vue": () => import("./payment-BcsD4Glh.mjs"), "./views/buyer/order-user-address/edit.vue": () => import("./edit-DT79EUCr.mjs"), "./views/buyer/order-user-address/index.vue": () => import("./index-PoARbGVn.mjs") }), M = {
|
|
517
517
|
install(e) {
|
|
518
518
|
c(S, 7), l(t), v(f);
|
|
519
519
|
}
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
import { defineComponent as Y, ref as P, onMounted as Z, resolveComponent as a, createElementBlock as x, openBlock as M, createVNode as s, withCtx as l, createElementVNode as e, unref as m, toDisplayString as r, createTextVNode as p, createBlock as ee, createCommentVNode as oe } from "vue";
|
|
2
|
+
import { D as y } from "./index-BNXAgLr6.mjs";
|
|
3
|
+
import { o as F } from "./index-CT0KG-ax.mjs";
|
|
4
|
+
import { fileApi as G, routerUtil as te } from "jmash-core";
|
|
5
|
+
import { useRouter as se, useRoute as le } from "vue-router";
|
|
6
|
+
import { goodsSpuApi as ne } from "xyvcard-paper-goods";
|
|
7
|
+
import { _ as re } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
8
|
+
const ie = { class: "app-container" }, ae = { class: "subscription-container" }, de = { class: "newspaper-image" }, ce = { class: "shanxi-worker-paper" }, ue = { class: "subscription-info" }, me = { 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" }, Pe = { class: "dialog-footer" }, ke = /* @__PURE__ */ Y({
|
|
9
|
+
__name: "info",
|
|
10
|
+
setup(Le) {
|
|
11
|
+
const H = se(), E = le(), k = P([]);
|
|
12
|
+
y.goodsCategoryListBizLayDict.useValues();
|
|
13
|
+
function J(o) {
|
|
14
|
+
o.mobileEncrypt = !o.mobileEncrypt;
|
|
15
|
+
}
|
|
16
|
+
function K() {
|
|
17
|
+
te.closeTagView(E.fullPath, H, !1);
|
|
18
|
+
}
|
|
19
|
+
const t = P(), L = P([]);
|
|
20
|
+
function Q() {
|
|
21
|
+
F.findById({ orderId: E.query.orderId }).then(({ data: o }) => {
|
|
22
|
+
var n, _, d, f, i, b, v, h, I, c;
|
|
23
|
+
t.value = [o], console.log((i = (f = (d = (_ = (n = t.value) == null ? void 0 : n[0]) == null ? void 0 : _.orderItemList) == null ? void 0 : d.results) == null ? void 0 : f[0]) == null ? void 0 : i.spuId), ne.findById({
|
|
24
|
+
spuId: (c = (I = (h = (v = (b = t.value) == null ? void 0 : b[0]) == null ? void 0 : v.orderItemList) == null ? void 0 : h.results) == null ? void 0 : I[0]) == null ? void 0 : c.spuId
|
|
25
|
+
}).then(({ data: u }) => {
|
|
26
|
+
L.value = u.categoryIds, console.log(u.categoryIds);
|
|
27
|
+
});
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
function X() {
|
|
31
|
+
F.findOrderAddressList({ orderId: E.query.orderId }).then(({ data: o }) => {
|
|
32
|
+
k.value = o.results;
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
return Z(() => {
|
|
36
|
+
Q(), X();
|
|
37
|
+
}), (o, n) => {
|
|
38
|
+
const _ = a("el-image"), d = a("el-descriptions-item"), f = a("el-descriptions"), i = a("el-table-column"), b = a("jmash-mobileIns-component"), v = a("el-table"), h = a("el-button"), I = a("el-card");
|
|
39
|
+
return M(), x("div", ie, [
|
|
40
|
+
s(I, { shadow: "never" }, {
|
|
41
|
+
footer: l(() => [
|
|
42
|
+
e("div", Pe, [
|
|
43
|
+
s(h, {
|
|
44
|
+
type: "primary",
|
|
45
|
+
onClick: K
|
|
46
|
+
}, {
|
|
47
|
+
default: l(() => [
|
|
48
|
+
p(r(o.$t("common.back")), 1)
|
|
49
|
+
]),
|
|
50
|
+
_: 1
|
|
51
|
+
})
|
|
52
|
+
])
|
|
53
|
+
]),
|
|
54
|
+
default: l(() => {
|
|
55
|
+
var c, u, N, $, w, V, B, C, D, A, S, U, z, T, j, O, W, q, R;
|
|
56
|
+
return [
|
|
57
|
+
n[1] || (n[1] = e("div", { class: "title-content" }, "订单详情", -1)),
|
|
58
|
+
e("div", ae, [
|
|
59
|
+
e("div", de, [
|
|
60
|
+
e("div", ce, [
|
|
61
|
+
s(_, {
|
|
62
|
+
src: m(G).imageUrl(
|
|
63
|
+
(w = ($ = (N = (u = (c = t.value) == null ? void 0 : c[0]) == null ? void 0 : u.orderItemList) == null ? void 0 : N.results) == null ? void 0 : $[0]) == null ? void 0 : w.picUrl,
|
|
64
|
+
160,
|
|
65
|
+
160
|
|
66
|
+
),
|
|
67
|
+
"preview-src-list": [
|
|
68
|
+
m(G).imageUrl(
|
|
69
|
+
(A = (D = (C = (B = (V = t.value) == null ? void 0 : V[0]) == null ? void 0 : B.orderItemList) == null ? void 0 : C.results) == null ? void 0 : D[0]) == null ? void 0 : A.picUrl
|
|
70
|
+
)
|
|
71
|
+
],
|
|
72
|
+
"preview-teleported": "",
|
|
73
|
+
"hide-on-click-modal": "",
|
|
74
|
+
fit: "contain",
|
|
75
|
+
class: "magazine-image"
|
|
76
|
+
}, null, 8, ["src", "preview-src-list"])
|
|
77
|
+
])
|
|
78
|
+
]),
|
|
79
|
+
e("div", ue, [
|
|
80
|
+
e("span", me, "《" + r((j = (T = (z = (U = (S = t.value) == null ? void 0 : S[0]) == null ? void 0 : U.orderItemList) == null ? void 0 : z.results) == null ? void 0 : T[0]) == null ? void 0 : j.spuName) + "》 ", 1),
|
|
81
|
+
e("div", pe, [
|
|
82
|
+
e("span", _e, [
|
|
83
|
+
n[0] || (n[0] = p("发行频率: ")),
|
|
84
|
+
e("span", null, r(m(y).goodsCategoryListBizLayDict.getValue(L.value.join(","))), 1)
|
|
85
|
+
])
|
|
86
|
+
]),
|
|
87
|
+
e("div", fe, [
|
|
88
|
+
e("span", be, "订阅周期:" + r((W = (O = t.value) == null ? void 0 : O[0]) == null ? void 0 : W.remark), 1)
|
|
89
|
+
]),
|
|
90
|
+
e("div", ve, [
|
|
91
|
+
e("span", he, "¥" + r((R = (q = t.value) == null ? void 0 : q[0]) == null ? void 0 : R.salesPrice) + "/年", 1)
|
|
92
|
+
])
|
|
93
|
+
])
|
|
94
|
+
]),
|
|
95
|
+
n[2] || (n[2] = e("div", { class: "title-content" }, "付款信息", -1)),
|
|
96
|
+
e("div", Ie, [
|
|
97
|
+
t.value && t.value.length > 0 ? (M(), ee(f, {
|
|
98
|
+
key: 0,
|
|
99
|
+
class: "margin-top",
|
|
100
|
+
"label-width": 420,
|
|
101
|
+
"label-align": "left",
|
|
102
|
+
column: 1
|
|
103
|
+
}, {
|
|
104
|
+
default: l(() => [
|
|
105
|
+
s(d, null, {
|
|
106
|
+
label: l(() => [
|
|
107
|
+
e("div", ge, r(o.$t("orderInfo.salesPrices")), 1)
|
|
108
|
+
]),
|
|
109
|
+
default: l(() => [
|
|
110
|
+
p(" ¥" + r(t.value[0].salesPrice), 1)
|
|
111
|
+
]),
|
|
112
|
+
_: 1
|
|
113
|
+
}),
|
|
114
|
+
s(d, null, {
|
|
115
|
+
label: l(() => [
|
|
116
|
+
e("div", ye, r(o.$t("orderInfo.orderStatuss")), 1)
|
|
117
|
+
]),
|
|
118
|
+
default: l(() => [
|
|
119
|
+
p(" " + r(m(y).orderStatusEnum.getValue(t.value[0].orderStatus)), 1)
|
|
120
|
+
]),
|
|
121
|
+
_: 1
|
|
122
|
+
}),
|
|
123
|
+
s(d, null, {
|
|
124
|
+
label: l(() => [
|
|
125
|
+
e("div", Ee, r(o.$t("orderInfo.paymentWay")), 1)
|
|
126
|
+
]),
|
|
127
|
+
default: l(() => [
|
|
128
|
+
p(" " + r(m(y).paymentWayEnum.getEnumValue(t.value[0].paymentWay)), 1)
|
|
129
|
+
]),
|
|
130
|
+
_: 1
|
|
131
|
+
})
|
|
132
|
+
]),
|
|
133
|
+
_: 1
|
|
134
|
+
})) : oe("", !0)
|
|
135
|
+
]),
|
|
136
|
+
n[3] || (n[3] = e("div", { class: "title-content" }, "收报地址", -1)),
|
|
137
|
+
s(v, {
|
|
138
|
+
data: k.value,
|
|
139
|
+
border: ""
|
|
140
|
+
}, {
|
|
141
|
+
default: l(() => [
|
|
142
|
+
s(i, {
|
|
143
|
+
prop: "note",
|
|
144
|
+
label: o.$t("orderInfo.unitNames"),
|
|
145
|
+
width: "250"
|
|
146
|
+
}, null, 8, ["label"]),
|
|
147
|
+
s(i, {
|
|
148
|
+
prop: "userName",
|
|
149
|
+
label: o.$t("orderInfo.userName"),
|
|
150
|
+
width: "120"
|
|
151
|
+
}, null, 8, ["label"]),
|
|
152
|
+
s(i, {
|
|
153
|
+
label: o.$t("orderInfo.mobilePhone"),
|
|
154
|
+
width: "150"
|
|
155
|
+
}, {
|
|
156
|
+
default: l(({ row: g }) => [
|
|
157
|
+
s(b, {
|
|
158
|
+
mobileEncrypt: g.mobileEncrypt,
|
|
159
|
+
mobilePhoneIns: g.mobilePhoneIns,
|
|
160
|
+
mobilePhone: g.mobilePhone,
|
|
161
|
+
onToggleEncrypt: (Ne) => J(g)
|
|
162
|
+
}, null, 8, ["mobileEncrypt", "mobilePhoneIns", "mobilePhone", "onToggleEncrypt"])
|
|
163
|
+
]),
|
|
164
|
+
_: 1
|
|
165
|
+
}, 8, ["label"]),
|
|
166
|
+
s(i, {
|
|
167
|
+
prop: "detailInfo",
|
|
168
|
+
label: o.$t("orderInfo.address")
|
|
169
|
+
}, null, 8, ["label"]),
|
|
170
|
+
s(i, {
|
|
171
|
+
prop: "goodsNum",
|
|
172
|
+
label: o.$t("orderInfo.paperNumber"),
|
|
173
|
+
width: "100"
|
|
174
|
+
}, null, 8, ["label"])
|
|
175
|
+
]),
|
|
176
|
+
_: 1
|
|
177
|
+
}, 8, ["data"])
|
|
178
|
+
];
|
|
179
|
+
}),
|
|
180
|
+
_: 1,
|
|
181
|
+
__: [1, 2, 3]
|
|
182
|
+
})
|
|
183
|
+
]);
|
|
184
|
+
};
|
|
185
|
+
}
|
|
186
|
+
}), Se = /* @__PURE__ */ re(ke, [["__scopeId", "data-v-752f0b33"]]);
|
|
187
|
+
export {
|
|
188
|
+
Se as default
|
|
189
|
+
};
|
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-2391e7bb]{display:flex;height:260px}.newspaper-preview[data-v-2391e7bb]{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-2391e7bb]{width:100%;height:100%}.subscription-form[data-v-2391e7bb]{padding:15px;box-shadow:0 2px 4px -2px #0000001a,0 4px 6px -1px #0000001a;flex:1}.subscription-form .form-group[data-v-2391e7bb]{margin-bottom:12px}.subscription-form .form-group .order-label[data-v-2391e7bb]{font-weight:600;color:#000;font-size:13px;margin-top:10px;margin-bottom:0}.subscription-form .form-group label[data-v-2391e7bb]{display:block;font-size:14px;margin-bottom:8px}.subscription-form .form-group .order-day[data-v-2391e7bb]{margin-top:7px}.subscription-form .form-group .form-value[data-v-2391e7bb]{color:#333;font-size:13px;font-family:Roboto}.subscription-form .form-group .price-info[data-v-2391e7bb]{display:flex;align-items:center}.subscription-form .form-group .price-info .price[data-v-2391e7bb]{font-size:18px;font-weight:700;margin-left:40%}.subscription-form .form-group .quantity-selector[data-v-2391e7bb]{display:flex;align-items:center}.subscription-form .form-group .quantity-selector .btn-minus[data-v-2391e7bb]{margin-left:38%}.subscription-form .form-group .quantity-selector button[data-v-2391e7bb]{width:30px;height:30px;border:1px solid #ddd;background:#f5f5f5;cursor:pointer}.subscription-form .form-group .quantity-selector button[data-v-2391e7bb]:hover{background:#eee}.subscription-form .form-group .quantity-selector .quantity-input[data-v-2391e7bb]{width:50px;height:30px;text-align:center;border:1px solid #ddd;margin:0 5px}.subscription-form .total-price[data-v-2391e7bb]{display:flex;align-items:center}.subscription-form .total-price .price[data-v-2391e7bb]{color:#de241e;font-size:22px;font-weight:700;margin-left:40%}.order-btn[data-v-2391e7bb]{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-2391e7bb]: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-909fc6c6] .el-table__cell{position:static!important}.app-container[data-v-386e78b7] .custom-descriptions{margin-bottom:40px}.app-container[data-v-386e78b7] .custom-descriptions .el-descriptions__cell{border-bottom:1px solid #ebeef5;padding:15px 0}.app-container[data-v-386e78b7] .custom-descriptions .el-descriptions__label{font-size:16px;color:#666;text-align:right;min-width:150px}.app-container[data-v-386e78b7] .custom-descriptions .el-descriptions__content{color:#000;font-weight:500}.list-container[data-v-386e78b7]{margin-bottom:40px}.result[data-v-386e78b7]{display:flex;text-align:right;justify-content:flex-end}.result-item[data-v-386e78b7]{margin-right:40px}.result-item-label[data-v-386e78b7]{margin-top:10px}.remark-item[data-v-386e78b7]{display:flex;margin-top:15px}.bottom-remark[data-v-386e78b7]{margin-bottom:20px}.remark-item-label[data-v-386e78b7]{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
|
+
@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-2391e7bb]{display:flex;height:260px}.newspaper-preview[data-v-2391e7bb]{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-2391e7bb]{width:100%;height:100%}.subscription-form[data-v-2391e7bb]{padding:15px;box-shadow:0 2px 4px -2px #0000001a,0 4px 6px -1px #0000001a;flex:1}.subscription-form .form-group[data-v-2391e7bb]{margin-bottom:12px}.subscription-form .form-group .order-label[data-v-2391e7bb]{font-weight:600;color:#000;font-size:13px;margin-top:10px;margin-bottom:0}.subscription-form .form-group label[data-v-2391e7bb]{display:block;font-size:14px;margin-bottom:8px}.subscription-form .form-group .order-day[data-v-2391e7bb]{margin-top:7px}.subscription-form .form-group .form-value[data-v-2391e7bb]{color:#333;font-size:13px;font-family:Roboto}.subscription-form .form-group .price-info[data-v-2391e7bb]{display:flex;align-items:center}.subscription-form .form-group .price-info .price[data-v-2391e7bb]{font-size:18px;font-weight:700;margin-left:40%}.subscription-form .form-group .quantity-selector[data-v-2391e7bb]{display:flex;align-items:center}.subscription-form .form-group .quantity-selector .btn-minus[data-v-2391e7bb]{margin-left:38%}.subscription-form .form-group .quantity-selector button[data-v-2391e7bb]{width:30px;height:30px;border:1px solid #ddd;background:#f5f5f5;cursor:pointer}.subscription-form .form-group .quantity-selector button[data-v-2391e7bb]:hover{background:#eee}.subscription-form .form-group .quantity-selector .quantity-input[data-v-2391e7bb]{width:50px;height:30px;text-align:center;border:1px solid #ddd;margin:0 5px}.subscription-form .total-price[data-v-2391e7bb]{display:flex;align-items:center}.subscription-form .total-price .price[data-v-2391e7bb]{color:#de241e;font-size:22px;font-weight:700;margin-left:40%}.order-btn[data-v-2391e7bb]{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-2391e7bb]: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-909fc6c6] .el-table__cell{position:static!important}.app-container[data-v-386e78b7] .custom-descriptions{margin-bottom:40px}.app-container[data-v-386e78b7] .custom-descriptions .el-descriptions__cell{border-bottom:1px solid #ebeef5;padding:15px 0}.app-container[data-v-386e78b7] .custom-descriptions .el-descriptions__label{font-size:16px;color:#666;text-align:right;min-width:150px}.app-container[data-v-386e78b7] .custom-descriptions .el-descriptions__content{color:#000;font-weight:500}.list-container[data-v-386e78b7]{margin-bottom:40px}.result[data-v-386e78b7]{display:flex;text-align:right;justify-content:flex-end}.result-item[data-v-386e78b7]{margin-right:40px}.result-item-label[data-v-386e78b7]{margin-top:10px}.remark-item[data-v-386e78b7]{display:flex;margin-top:15px}.bottom-remark[data-v-386e78b7]{margin-bottom:20px}.remark-item-label[data-v-386e78b7]{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-752f0b33]{display:flex;width:100%;margin:0;background-color:#fff;box-shadow:0 2px 10px #0000001a}.newspaper-image[data-v-752f0b33]{padding:20px;display:flex}.shanxi-worker-paper[data-v-752f0b33]{width:160px;height:160px;border:2px solid red;background-color:#fff;border-radius:20px;overflow:hidden}.subscription-info[data-v-752f0b33]{padding:5px;display:flex;flex-direction:column}.magazine-title[data-v-752f0b33]{font-size:22px;font-weight:700;line-height:32px;color:#000;margin-top:10px;margin-bottom:10px}.info-label[data-v-752f0b33]{font-size:14px;font-weight:400;line-height:24px;color:#6b7280}.price[data-v-752f0b33]{margin-top:15px}.price-value[data-v-752f0b33]{font-size:18px;font-weight:600;line-height:28px;color:#2563eb}[data-v-752f0b33] .el-descriptions__label .cell-item{text-align:left;color:#6b7280}.subscription-containers[data-v-752f0b33]{display:flex;width:100%;margin:0;background-color:#fff;box-shadow:0 2px 10px #0000001a;padding:15px 0 0 15px}.dialog-footer[data-v-752f0b33]{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%}
|
|
@@ -2,7 +2,7 @@ import { defineComponent as k, mergeModels as C, ref as N, reactive as T, useMod
|
|
|
2
2
|
import { useI18n as G } from "vue-i18n";
|
|
3
3
|
import { ElMessage as B } from "element-plus";
|
|
4
4
|
import { l as S } from "./index-TclOpCe_.mjs";
|
|
5
|
-
import { C as i, D as A } from "./index-
|
|
5
|
+
import { C as i, D as A } from "./index-BNXAgLr6.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({
|
|
8
8
|
__name: "userInvoice",
|
package/dts/api/buyer/dict.d.ts
CHANGED
|
@@ -12,3 +12,6 @@ export declare class UnionOrgPhoneInsBizLayDict extends BizLayDict {
|
|
|
12
12
|
useValues(): Promise<LayEntry[]>;
|
|
13
13
|
convertToLayEntryArray(dictLayEntries: UnionOrgModel[]): LayEntry[];
|
|
14
14
|
}
|
|
15
|
+
export declare class GoodsCategoryListBizLayDict extends BizLayDict {
|
|
16
|
+
useValues(): Promise<LayEntry[]>;
|
|
17
|
+
}
|
package/dts/api/buyer/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CustomBizDict, EnumDict } from "jmash-core";
|
|
2
|
-
import { UnionOrgBizLayDict, UnionOrgPhoneBizLayDict, UnionOrgPhoneInsBizLayDict } from "./dict";
|
|
2
|
+
import { GoodsCategoryListBizLayDict, UnionOrgBizLayDict, UnionOrgPhoneBizLayDict, UnionOrgPhoneInsBizLayDict } from "./dict";
|
|
3
3
|
import { EntryDict } from "jmash-dict";
|
|
4
4
|
export declare class Dict {
|
|
5
5
|
static readonly orderStatusEnum: CustomBizDict;
|
|
@@ -9,5 +9,6 @@ export declare class Dict {
|
|
|
9
9
|
static readonly unionOrgPhoneInsBizLayDict: UnionOrgPhoneInsBizLayDict;
|
|
10
10
|
static readonly fppzDict: EntryDict;
|
|
11
11
|
static readonly invoiceStatusEnum: EnumDict;
|
|
12
|
+
static readonly goodsCategoryListBizLayDict: GoodsCategoryListBizLayDict;
|
|
12
13
|
static readonly gmfTypeDict: CustomBizDict;
|
|
13
14
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xyvcard-paper-buyer",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"private": false,
|
|
5
5
|
"module": "dist/index.mjs",
|
|
6
6
|
"types": "dts/index.d.ts",
|
|
@@ -29,8 +29,9 @@
|
|
|
29
29
|
"vue": "^3.4.21",
|
|
30
30
|
"vue-i18n": "^9.10.1",
|
|
31
31
|
"vue-router": "^4.3.0",
|
|
32
|
-
"xyvcard-paper-union": "^0.0.
|
|
33
|
-
"xyvcard-union": "^0.0.82"
|
|
32
|
+
"xyvcard-paper-union": "^0.0.20",
|
|
33
|
+
"xyvcard-union": "^0.0.82",
|
|
34
|
+
"xyvcard-paper-goods": "^0.0.6"
|
|
34
35
|
},
|
|
35
36
|
"devDependencies": {
|
|
36
37
|
"@rushstack/eslint-patch": "^1.3.3",
|
package/dist/index-5MVT-ka0.mjs
DELETED
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
var P = Object.defineProperty;
|
|
2
|
-
var I = (s, t, e) => t in s ? P(s, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : s[t] = e;
|
|
3
|
-
var r = (s, t, e) => I(s, typeof t != "symbol" ? t + "" : t, e);
|
|
4
|
-
import { ref as h } from "vue";
|
|
5
|
-
import { BizLayDict as l, CustomBizDict as p, EnumDict as v } from "jmash-core";
|
|
6
|
-
import { unionOrgApi as n } from "xyvcard-paper-union";
|
|
7
|
-
import { EntryDict as T } from "jmash-dict";
|
|
8
|
-
class i {
|
|
9
|
-
}
|
|
10
|
-
//模块
|
|
11
|
-
r(i, "PAPER_DICT", "paper"), // 订单状态
|
|
12
|
-
r(i, "ENUM_ORDER_STATUS", h([
|
|
13
|
-
{ key: "unpay", value: "待付款" },
|
|
14
|
-
{ key: "complete", value: "订阅成功" },
|
|
15
|
-
{ key: "unpost", value: "完善地址" }
|
|
16
|
-
])), // 订单状态常量
|
|
17
|
-
r(i, "UNPAY", "unpay"), r(i, "UNPOST", "unpost"), r(i, "COMPLETE", "complete"), // 支付方式
|
|
18
|
-
r(i, "ENUM_PAYMENT_WAY", "xyvcard.order.protobuf.PaymentWay"), // 发票票种
|
|
19
|
-
r(i, "LQFP_FPPZ", "Fppz"), // 开票状态
|
|
20
|
-
r(i, "INVOICE_STATUS", "xyvcard.order.protobuf.InvoiceStatus"), r(i, "UNINVOICE", "uninvoice"), r(i, "INVOICING", "invoicing"), r(i, "INVOICED", "invoiced"), // 基层工会
|
|
21
|
-
r(i, "BASE_UNION", "base"), // 企业
|
|
22
|
-
r(i, "GMF_TYPE_ENT", "ent"), // 个人
|
|
23
|
-
r(i, "GMF_TYPE_PER", "person"), // 证件类型
|
|
24
|
-
r(i, "DICT_TYPE_ID", "TypeID"), // 抬头类型
|
|
25
|
-
r(i, "GMF_TYPE_VALUES", h([
|
|
26
|
-
{ key: "ent", value: "企业" },
|
|
27
|
-
{ key: "person", value: "个人" }
|
|
28
|
-
]));
|
|
29
|
-
class d extends l {
|
|
30
|
-
// 实现 useValues 方法
|
|
31
|
-
useValues() {
|
|
32
|
-
return new Promise((t, e) => {
|
|
33
|
-
if (typeof n.findList > "u") {
|
|
34
|
-
t(this.values);
|
|
35
|
-
return;
|
|
36
|
-
}
|
|
37
|
-
n.findList(this.query).then(({ data: u }) => {
|
|
38
|
-
const o = u.results;
|
|
39
|
-
this.values.length = 0, this.values.push(...this.convertToLayEntryArray(o)), t(this.values);
|
|
40
|
-
}).catch(e);
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
convertToLayEntryArray(t) {
|
|
44
|
-
return t.map((e) => ({
|
|
45
|
-
value: e.orgId,
|
|
46
|
-
label: e.orgName,
|
|
47
|
-
parentId: e.parentId || "",
|
|
48
|
-
disabled: !e.status,
|
|
49
|
-
children: e.children ? this.convertToLayEntryArray(e.children) : []
|
|
50
|
-
}));
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
class y extends l {
|
|
54
|
-
// 实现 useValues 方法
|
|
55
|
-
useValues() {
|
|
56
|
-
return new Promise((t, e) => {
|
|
57
|
-
if (typeof n.findList > "u") {
|
|
58
|
-
t(this.values);
|
|
59
|
-
return;
|
|
60
|
-
}
|
|
61
|
-
const u = {
|
|
62
|
-
...this.query,
|
|
63
|
-
orgType: i.BASE_UNION
|
|
64
|
-
};
|
|
65
|
-
n.findList(u).then(({ data: o }) => {
|
|
66
|
-
const c = o.results;
|
|
67
|
-
this.values.length = 0, this.values.push(...this.convertToLayEntryArray(c)), t(this.values);
|
|
68
|
-
}).catch(e);
|
|
69
|
-
});
|
|
70
|
-
}
|
|
71
|
-
convertToLayEntryArray(t) {
|
|
72
|
-
return t.filter(
|
|
73
|
-
(e) => e.orgId !== void 0 && e.chargePersonMobile !== void 0
|
|
74
|
-
).map((e) => ({
|
|
75
|
-
value: e.orgId,
|
|
76
|
-
label: e.chargePersonMobile,
|
|
77
|
-
parentId: e.parentId || "",
|
|
78
|
-
children: e.children ? this.convertToLayEntryArray(e.children) : []
|
|
79
|
-
}));
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
class m extends l {
|
|
83
|
-
// 实现 useValues 方法
|
|
84
|
-
useValues() {
|
|
85
|
-
return new Promise((t, e) => {
|
|
86
|
-
if (typeof n.findList > "u") {
|
|
87
|
-
t(this.values);
|
|
88
|
-
return;
|
|
89
|
-
}
|
|
90
|
-
const u = {
|
|
91
|
-
...this.query,
|
|
92
|
-
orgType: i.BASE_UNION
|
|
93
|
-
};
|
|
94
|
-
n.findList(u).then(({ data: o }) => {
|
|
95
|
-
const c = o.results;
|
|
96
|
-
this.values.length = 0, this.values.push(...this.convertToLayEntryArray(c)), t(this.values);
|
|
97
|
-
}).catch(e);
|
|
98
|
-
});
|
|
99
|
-
}
|
|
100
|
-
convertToLayEntryArray(t) {
|
|
101
|
-
return t.filter(
|
|
102
|
-
(e) => e.orgId !== void 0 && e.chargePersonMobile !== void 0
|
|
103
|
-
).map((e) => ({
|
|
104
|
-
value: e.orgId,
|
|
105
|
-
label: e.chargePersonMobileIns,
|
|
106
|
-
parentId: e.parentId || "",
|
|
107
|
-
children: e.children ? this.convertToLayEntryArray(e.children) : []
|
|
108
|
-
}));
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
class a {
|
|
112
|
-
}
|
|
113
|
-
// 订单状态
|
|
114
|
-
r(a, "orderStatusEnum", new p(
|
|
115
|
-
i.ENUM_ORDER_STATUS,
|
|
116
|
-
{}
|
|
117
|
-
)), // 支付方式
|
|
118
|
-
r(a, "paymentWayEnum", new v(
|
|
119
|
-
i.PAPER_DICT,
|
|
120
|
-
i.ENUM_PAYMENT_WAY
|
|
121
|
-
)), // 所属工会
|
|
122
|
-
r(a, "unionOrgBizLayDict", new d({})), r(a, "unionOrgPhoneBizLayDict", new y({})), r(a, "unionOrgPhoneInsBizLayDict", new m(
|
|
123
|
-
{}
|
|
124
|
-
)), // 发票票种
|
|
125
|
-
r(a, "fppzDict", new T(i.LQFP_FPPZ)), // 开票状态
|
|
126
|
-
r(a, "invoiceStatusEnum", new v(
|
|
127
|
-
i.PAPER_DICT,
|
|
128
|
-
i.INVOICE_STATUS
|
|
129
|
-
)), r(a, "gmfTypeDict", new p(i.GMF_TYPE_VALUES, {}));
|
|
130
|
-
export {
|
|
131
|
-
i as C,
|
|
132
|
-
a as D
|
|
133
|
-
};
|
package/dist/info-CVaS8hdZ.mjs
DELETED
|
@@ -1,185 +0,0 @@
|
|
|
1
|
-
import { defineComponent as X, ref as U, onMounted as Y, resolveComponent as i, createElementBlock as Z, openBlock as L, createVNode as t, withCtx as l, createElementVNode as e, unref as m, toDisplayString as s, createBlock as x, createCommentVNode as ee, createTextVNode as u } from "vue";
|
|
2
|
-
import { D as S } from "./index-5MVT-ka0.mjs";
|
|
3
|
-
import { o as O } from "./index-CT0KG-ax.mjs";
|
|
4
|
-
import { fileApi as W, routerUtil as oe } from "jmash-core";
|
|
5
|
-
import { useRouter as te, useRoute as le } from "vue-router";
|
|
6
|
-
import { _ as ne } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
7
|
-
const se = { class: "app-container" }, re = { class: "subscription-container" }, ie = { class: "newspaper-image" }, ae = { class: "shanxi-worker-paper" }, de = { class: "subscription-info" }, ce = { class: "magazine-title" }, me = { class: "info-item" }, ue = { class: "info-label" }, pe = { class: "price" }, _e = { class: "price-value" }, fe = { class: "subscription-containers" }, be = { class: "cell-item" }, ve = { class: "cell-item" }, he = { class: "cell-item" }, Ie = { class: "cell-item" }, ge = { class: "dialog-footer" }, ye = /* @__PURE__ */ X({
|
|
8
|
-
__name: "info",
|
|
9
|
-
setup(Ee) {
|
|
10
|
-
const j = te(), p = le(), _ = U([]);
|
|
11
|
-
function q(o) {
|
|
12
|
-
o.mobileEncrypt = !o.mobileEncrypt;
|
|
13
|
-
}
|
|
14
|
-
function z() {
|
|
15
|
-
oe.closeTagView(p.fullPath, j, !1);
|
|
16
|
-
}
|
|
17
|
-
const n = U();
|
|
18
|
-
function R() {
|
|
19
|
-
O.findById({ orderId: p.query.orderId }).then(({ data: o }) => {
|
|
20
|
-
n.value = [o], console.log(o);
|
|
21
|
-
});
|
|
22
|
-
}
|
|
23
|
-
function M() {
|
|
24
|
-
O.findOrderAddressList({ orderId: p.query.orderId }).then(({ data: o }) => {
|
|
25
|
-
_.value = o.results;
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
return Y(() => {
|
|
29
|
-
R(), M();
|
|
30
|
-
}), (o, r) => {
|
|
31
|
-
const F = i("el-image"), d = i("el-descriptions-item"), G = i("el-descriptions"), a = i("el-table-column"), H = i("jmash-mobileIns-component"), J = i("el-table"), K = i("el-button"), Q = i("el-card");
|
|
32
|
-
return L(), Z("div", se, [
|
|
33
|
-
t(Q, { shadow: "never" }, {
|
|
34
|
-
footer: l(() => [
|
|
35
|
-
e("div", ge, [
|
|
36
|
-
t(K, {
|
|
37
|
-
type: "primary",
|
|
38
|
-
onClick: z
|
|
39
|
-
}, {
|
|
40
|
-
default: l(() => [
|
|
41
|
-
u(s(o.$t("common.back")), 1)
|
|
42
|
-
]),
|
|
43
|
-
_: 1
|
|
44
|
-
})
|
|
45
|
-
])
|
|
46
|
-
]),
|
|
47
|
-
default: l(() => {
|
|
48
|
-
var f, b, v, h, I, g, y, E, P, $, k, N, w, V, A, B, C, D, T;
|
|
49
|
-
return [
|
|
50
|
-
r[1] || (r[1] = e("div", { class: "title-content" }, "订单详情", -1)),
|
|
51
|
-
e("div", re, [
|
|
52
|
-
e("div", ie, [
|
|
53
|
-
e("div", ae, [
|
|
54
|
-
t(F, {
|
|
55
|
-
src: m(W).imageUrl(
|
|
56
|
-
(I = (h = (v = (b = (f = n.value) == null ? void 0 : f[0]) == null ? void 0 : b.orderItemList) == null ? void 0 : v.results) == null ? void 0 : h[0]) == null ? void 0 : I.picUrl,
|
|
57
|
-
160,
|
|
58
|
-
160
|
|
59
|
-
),
|
|
60
|
-
"preview-src-list": [
|
|
61
|
-
m(W).imageUrl(
|
|
62
|
-
($ = (P = (E = (y = (g = n.value) == null ? void 0 : g[0]) == null ? void 0 : y.orderItemList) == null ? void 0 : E.results) == null ? void 0 : P[0]) == null ? void 0 : $.picUrl
|
|
63
|
-
)
|
|
64
|
-
],
|
|
65
|
-
"preview-teleported": "",
|
|
66
|
-
"hide-on-click-modal": "",
|
|
67
|
-
fit: "contain",
|
|
68
|
-
class: "magazine-image"
|
|
69
|
-
}, null, 8, ["src", "preview-src-list"])
|
|
70
|
-
])
|
|
71
|
-
]),
|
|
72
|
-
e("div", de, [
|
|
73
|
-
e("span", ce, "《" + s((A = (V = (w = (N = (k = n.value) == null ? void 0 : k[0]) == null ? void 0 : N.orderItemList) == null ? void 0 : w.results) == null ? void 0 : V[0]) == null ? void 0 : A.spuName) + "》 ", 1),
|
|
74
|
-
r[0] || (r[0] = e("div", { class: "info-item" }, [
|
|
75
|
-
e("span", { class: "info-label" }, "发行频率:周刊")
|
|
76
|
-
], -1)),
|
|
77
|
-
e("div", me, [
|
|
78
|
-
e("span", ue, "订阅周期:" + s((C = (B = n.value) == null ? void 0 : B[0]) == null ? void 0 : C.remark), 1)
|
|
79
|
-
]),
|
|
80
|
-
e("div", pe, [
|
|
81
|
-
e("span", _e, "¥" + s((T = (D = n.value) == null ? void 0 : D[0]) == null ? void 0 : T.salesPrice) + "/年", 1)
|
|
82
|
-
])
|
|
83
|
-
])
|
|
84
|
-
]),
|
|
85
|
-
r[2] || (r[2] = e("div", { class: "title-content" }, "付款信息", -1)),
|
|
86
|
-
e("div", fe, [
|
|
87
|
-
n.value && n.value.length > 0 ? (L(), x(G, {
|
|
88
|
-
key: 0,
|
|
89
|
-
class: "margin-top",
|
|
90
|
-
"label-width": 420,
|
|
91
|
-
"label-align": "left",
|
|
92
|
-
column: 1
|
|
93
|
-
}, {
|
|
94
|
-
default: l(() => [
|
|
95
|
-
t(d, null, {
|
|
96
|
-
label: l(() => [
|
|
97
|
-
e("div", be, s(o.$t("orderInfo.salesPrices")), 1)
|
|
98
|
-
]),
|
|
99
|
-
default: l(() => [
|
|
100
|
-
u(" ¥" + s(n.value[0].salesPrice), 1)
|
|
101
|
-
]),
|
|
102
|
-
_: 1
|
|
103
|
-
}),
|
|
104
|
-
t(d, null, {
|
|
105
|
-
label: l(() => [
|
|
106
|
-
e("div", ve, s(o.$t("orderInfo.orderStatuss")), 1)
|
|
107
|
-
]),
|
|
108
|
-
default: l(() => [
|
|
109
|
-
u(" " + s(m(S).orderStatusEnum.getValue(n.value[0].orderStatus)), 1)
|
|
110
|
-
]),
|
|
111
|
-
_: 1
|
|
112
|
-
}),
|
|
113
|
-
t(d, null, {
|
|
114
|
-
label: l(() => [
|
|
115
|
-
e("div", he, s(o.$t("orderInfo.paymentTime")), 1)
|
|
116
|
-
]),
|
|
117
|
-
_: 1
|
|
118
|
-
}),
|
|
119
|
-
t(d, null, {
|
|
120
|
-
label: l(() => [
|
|
121
|
-
e("div", Ie, s(o.$t("orderInfo.paymentWay")), 1)
|
|
122
|
-
]),
|
|
123
|
-
default: l(() => [
|
|
124
|
-
u(" " + s(m(S).paymentWayEnum.getEnumValue(n.value[0].paymentWay)), 1)
|
|
125
|
-
]),
|
|
126
|
-
_: 1
|
|
127
|
-
})
|
|
128
|
-
]),
|
|
129
|
-
_: 1
|
|
130
|
-
})) : ee("", !0)
|
|
131
|
-
]),
|
|
132
|
-
r[3] || (r[3] = e("div", { class: "title-content" }, "收报地址", -1)),
|
|
133
|
-
t(J, {
|
|
134
|
-
data: _.value,
|
|
135
|
-
border: ""
|
|
136
|
-
}, {
|
|
137
|
-
default: l(() => [
|
|
138
|
-
t(a, {
|
|
139
|
-
prop: "note",
|
|
140
|
-
label: o.$t("orderInfo.unitNames"),
|
|
141
|
-
width: "250"
|
|
142
|
-
}, null, 8, ["label"]),
|
|
143
|
-
t(a, {
|
|
144
|
-
prop: "userName",
|
|
145
|
-
label: o.$t("orderInfo.userName"),
|
|
146
|
-
width: "120"
|
|
147
|
-
}, null, 8, ["label"]),
|
|
148
|
-
t(a, {
|
|
149
|
-
label: o.$t("orderInfo.mobilePhone"),
|
|
150
|
-
width: "150"
|
|
151
|
-
}, {
|
|
152
|
-
default: l(({ row: c }) => [
|
|
153
|
-
t(H, {
|
|
154
|
-
mobileEncrypt: c.mobileEncrypt,
|
|
155
|
-
mobilePhoneIns: c.mobilePhoneIns,
|
|
156
|
-
mobilePhone: c.mobilePhone,
|
|
157
|
-
onToggleEncrypt: (Pe) => q(c)
|
|
158
|
-
}, null, 8, ["mobileEncrypt", "mobilePhoneIns", "mobilePhone", "onToggleEncrypt"])
|
|
159
|
-
]),
|
|
160
|
-
_: 1
|
|
161
|
-
}, 8, ["label"]),
|
|
162
|
-
t(a, {
|
|
163
|
-
prop: "detailInfo",
|
|
164
|
-
label: o.$t("orderInfo.address")
|
|
165
|
-
}, null, 8, ["label"]),
|
|
166
|
-
t(a, {
|
|
167
|
-
prop: "goodsNum",
|
|
168
|
-
label: o.$t("orderInfo.paperNumber"),
|
|
169
|
-
width: "100"
|
|
170
|
-
}, null, 8, ["label"])
|
|
171
|
-
]),
|
|
172
|
-
_: 1
|
|
173
|
-
}, 8, ["data"])
|
|
174
|
-
];
|
|
175
|
-
}),
|
|
176
|
-
_: 1,
|
|
177
|
-
__: [1, 2, 3]
|
|
178
|
-
})
|
|
179
|
-
]);
|
|
180
|
-
};
|
|
181
|
-
}
|
|
182
|
-
}), Be = /* @__PURE__ */ ne(ye, [["__scopeId", "data-v-8ab7ef73"]]);
|
|
183
|
-
export {
|
|
184
|
-
Be as default
|
|
185
|
-
};
|