xyvcard-paper-buyer 0.0.29 → 0.0.31
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-BBkGmNz4.mjs → applyEdit-DYinV0av.mjs} +22 -22
- package/dist/assets/3a1c0fd6fbc19dd2.png +0 -0
- package/dist/confirm-BBtbi4mX.mjs +227 -0
- package/dist/{edit-CEqukYUY.mjs → edit-BgQo-uqd.mjs} +24 -24
- package/dist/{edit-CCUAR44E.mjs → edit-DHXk9uMQ.mjs} +84 -84
- package/dist/el-message-VSzNakoG.mjs +1381 -0
- package/dist/{index-CT0KG-ax.mjs → index-1iQKY0yJ.mjs} +512 -494
- package/dist/{index-izvLgG-Q.mjs → index-BCSYWkW7.mjs} +159 -163
- package/dist/{index-oEQVLdND.mjs → index-DISDK9IB.mjs} +1 -1
- package/dist/index-Dph_ktOL.mjs +9456 -0
- package/dist/{index-3POeZkeU.mjs → index-ky8hEDAn.mjs} +35 -35
- package/dist/index-sU6sAHrn.mjs +35 -0
- package/dist/index.mjs +56 -30
- package/dist/info-B4ow2tzV.mjs +194 -0
- package/dist/{invoiceEdit-CezFMQuV.mjs → invoiceEdit-CILq1n3W.mjs} +18 -18
- package/dist/{invoiceView-CQ8xpAcH.mjs → invoiceView-ClfMLUV3.mjs} +37 -37
- package/dist/onlineBanking-oV-IPpiL.mjs +206 -0
- package/dist/{orderAddress-BkCadi1G.mjs → orderAddress-CKllpjjU.mjs} +79 -76
- package/dist/orderInfo-BVT4H9ew.mjs +309 -0
- package/dist/{orderPaper-DfDpfRek.mjs → orderPaper-DpSTDYX4.mjs} +35 -37
- package/dist/{payment-CaWj9re7.mjs → payment-BkxF9Q0m.mjs} +14 -14
- package/dist/prompt-CsoFkmiu.mjs +76 -0
- package/dist/style.css +1 -1
- package/dts/api/buyer/order-newspaper/index.d.ts +8 -1
- package/dts/api/buyer/order-newspaper/types.d.ts +32 -0
- package/dts/lang/order/zh-cn.d.ts +17 -0
- package/dts/router/index.d.ts +2 -1
- package/dts/utils/index.d.ts +1 -0
- package/dts/utils/signature.d.ts +7 -0
- package/dts/views/buyer/order-newspaper/confirm.vue.d.ts +39 -0
- package/dts/views/buyer/order-newspaper/onlineBanking.vue.d.ts +43 -0
- package/dts/views/buyer/order-newspaper/orderInfo.vue.d.ts +2 -0
- package/dts/views/buyer/order-newspaper/prompt.vue.d.ts +45 -0
- package/package.json +2 -2
- package/dist/el-message-D5NtBelf.mjs +0 -1229
- package/dist/index-C8xOGCSg.mjs +0 -73
- package/dist/index-DOOUDqve.mjs +0 -110
- package/dist/info-BpCTqM6V.mjs +0 -189
- package/dist/payment copy-CyZWiAyq.mjs +0 -69
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { defineComponent as V, ref as z, onMounted as U, onActivated as q, resolveComponent as s, createElementBlock as m, openBlock as d, createElementVNode as
|
|
1
|
+
import { defineComponent as V, ref as z, onMounted as U, onActivated as q, resolveComponent as s, createElementBlock as m, openBlock as d, createElementVNode as i, createVNode as o, createBlock as x, createCommentVNode as R, withModifiers as I, withCtx as r, withKeys as L, unref as a, createTextVNode as g, toDisplayString as c, Fragment as A, renderList as B, isRef as D } from "vue";
|
|
2
2
|
import { useTableHooks as F, fileApi as Q } from "jmash-core";
|
|
3
3
|
import { useI18n as j } from "vue-i18n";
|
|
4
4
|
import { useRouter as E } from "vue-router";
|
|
5
|
-
import { o as H } from "./index-
|
|
5
|
+
import { o as H } from "./index-Dph_ktOL.mjs";
|
|
6
6
|
import { _ as K } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
7
7
|
const M = { class: "app-container" }, T = { class: "search-container" }, G = { class: "subscription-container" }, J = ["onClick"], O = { class: "newspaper-image" }, W = { class: "dummy-text" }, X = { class: "subscription-info" }, Y = { class: "subscription-title" }, Z = { class: "subscription-price" }, ee = /* @__PURE__ */ V({
|
|
8
8
|
__name: "index",
|
|
9
9
|
setup(te) {
|
|
10
|
-
const
|
|
10
|
+
const b = E(), { t: k } = j(), n = z({
|
|
11
11
|
curPage: 1,
|
|
12
12
|
pageSize: 10
|
|
13
|
-
}), { tableHooks:
|
|
14
|
-
|
|
13
|
+
}), { tableHooks: l, queryFormRef: y, total: u } = F(
|
|
14
|
+
k,
|
|
15
15
|
H,
|
|
16
16
|
n
|
|
17
|
-
), S =
|
|
18
|
-
function w(
|
|
19
|
-
|
|
17
|
+
), S = l.tableData;
|
|
18
|
+
function w(p) {
|
|
19
|
+
b.push({
|
|
20
20
|
path: "/buyer/order-newspaper/orderPaper",
|
|
21
|
-
query: { spuId:
|
|
21
|
+
query: { spuId: p }
|
|
22
22
|
});
|
|
23
23
|
}
|
|
24
24
|
return U(() => {
|
|
25
|
-
|
|
25
|
+
l.getList();
|
|
26
26
|
}), q(() => {
|
|
27
|
-
|
|
28
|
-
}), (
|
|
29
|
-
const N = s("el-input"), _ = s("el-form-item"), f = s("el-col"),
|
|
27
|
+
l.getList();
|
|
28
|
+
}), (p, e) => {
|
|
29
|
+
const N = s("el-input"), _ = s("el-form-item"), f = s("el-col"), v = s("el-button"), P = s("el-row"), $ = s("el-form"), C = s("el-image"), h = s("jmash-pagination");
|
|
30
30
|
return d(), m("div", M, [
|
|
31
|
-
|
|
31
|
+
i("div", T, [
|
|
32
32
|
o($, {
|
|
33
33
|
ref_key: "queryFormRef",
|
|
34
34
|
ref: y,
|
|
@@ -43,15 +43,15 @@ const M = { class: "app-container" }, T = { class: "search-container" }, G = { c
|
|
|
43
43
|
o(f, { span: 6 }, {
|
|
44
44
|
default: r(() => [
|
|
45
45
|
o(_, {
|
|
46
|
-
label:
|
|
46
|
+
label: p.$t("newsPapepr.likeSpuName"),
|
|
47
47
|
prop: "likeSpuName"
|
|
48
48
|
}, {
|
|
49
49
|
default: r(() => [
|
|
50
50
|
o(N, {
|
|
51
51
|
modelValue: n.value.likeSpuName,
|
|
52
52
|
"onUpdate:modelValue": e[0] || (e[0] = (t) => n.value.likeSpuName = t),
|
|
53
|
-
placeholder:
|
|
54
|
-
onKeyup: e[1] || (e[1] = L((t) => l
|
|
53
|
+
placeholder: p.$t("newsPapepr.likeSpuNameRequired"),
|
|
54
|
+
onKeyup: e[1] || (e[1] = L((t) => a(l).handleQuery(), ["enter"])),
|
|
55
55
|
class: "!w-[203px]"
|
|
56
56
|
}, null, 8, ["modelValue", "placeholder"])
|
|
57
57
|
]),
|
|
@@ -64,20 +64,20 @@ const M = { class: "app-container" }, T = { class: "search-container" }, G = { c
|
|
|
64
64
|
default: r(() => [
|
|
65
65
|
o(_, { class: "search-btn" }, {
|
|
66
66
|
default: r(() => [
|
|
67
|
-
o(
|
|
67
|
+
o(v, {
|
|
68
68
|
type: "primary",
|
|
69
|
-
onClick: e[2] || (e[2] = (t) => l
|
|
69
|
+
onClick: e[2] || (e[2] = (t) => a(l).handleQuery())
|
|
70
70
|
}, {
|
|
71
71
|
default: r(() => [
|
|
72
|
-
|
|
72
|
+
g(c(p.$t("common.search")), 1)
|
|
73
73
|
]),
|
|
74
74
|
_: 1
|
|
75
75
|
}),
|
|
76
|
-
o(
|
|
77
|
-
onClick: e[3] || (e[3] = (t) => l
|
|
76
|
+
o(v, {
|
|
77
|
+
onClick: e[3] || (e[3] = (t) => a(l).resetQuery())
|
|
78
78
|
}, {
|
|
79
79
|
default: r(() => [
|
|
80
|
-
|
|
80
|
+
g(c(p.$t("common.reset")), 1)
|
|
81
81
|
]),
|
|
82
82
|
_: 1
|
|
83
83
|
})
|
|
@@ -93,43 +93,43 @@ const M = { class: "app-container" }, T = { class: "search-container" }, G = { c
|
|
|
93
93
|
]),
|
|
94
94
|
_: 1
|
|
95
95
|
}, 8, ["model"]),
|
|
96
|
-
|
|
97
|
-
(d(!0), m(A, null, B(
|
|
96
|
+
i("div", G, [
|
|
97
|
+
(d(!0), m(A, null, B(a(S), (t) => (d(), m("div", {
|
|
98
98
|
class: "subscription-card selected",
|
|
99
99
|
key: t.spuId,
|
|
100
100
|
onClick: (oe) => w(t.spuId)
|
|
101
101
|
}, [
|
|
102
|
-
|
|
103
|
-
|
|
102
|
+
i("div", O, [
|
|
103
|
+
i("div", W, [
|
|
104
104
|
o(C, {
|
|
105
|
-
src:
|
|
105
|
+
src: a(Q).imageUrl(t.picUrls, 0, 0),
|
|
106
106
|
"hide-on-click-modal": "",
|
|
107
107
|
fit: "contain"
|
|
108
108
|
}, null, 8, ["src"])
|
|
109
109
|
])
|
|
110
110
|
]),
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
111
|
+
i("div", X, [
|
|
112
|
+
i("div", Y, c(t.spuName), 1),
|
|
113
|
+
i("div", Z, "¥" + c(t.minPrice), 1)
|
|
114
114
|
])
|
|
115
115
|
], 8, J))), 128))
|
|
116
116
|
]),
|
|
117
|
-
|
|
117
|
+
a(u) > 0 ? (d(), x(h, {
|
|
118
118
|
key: 0,
|
|
119
|
-
total:
|
|
119
|
+
total: a(u),
|
|
120
120
|
"onUpdate:total": e[5] || (e[5] = (t) => D(u) ? u.value = t : null),
|
|
121
121
|
"current-page": n.value.curPage,
|
|
122
122
|
"onUpdate:currentPage": e[6] || (e[6] = (t) => n.value.curPage = t),
|
|
123
123
|
"page-size": n.value.pageSize,
|
|
124
124
|
"onUpdate:pageSize": e[7] || (e[7] = (t) => n.value.pageSize = t),
|
|
125
|
-
onPagination: e[8] || (e[8] = (t) => l
|
|
125
|
+
onPagination: e[8] || (e[8] = (t) => a(l).getList()),
|
|
126
126
|
class: "pagination-container"
|
|
127
127
|
}, null, 8, ["total", "current-page", "page-size"])) : R("", !0)
|
|
128
128
|
])
|
|
129
129
|
]);
|
|
130
130
|
};
|
|
131
131
|
}
|
|
132
|
-
}), pe = /* @__PURE__ */ K(ee, [["__scopeId", "data-v-
|
|
132
|
+
}), pe = /* @__PURE__ */ K(ee, [["__scopeId", "data-v-89b51d55"]]);
|
|
133
133
|
export {
|
|
134
134
|
pe as default
|
|
135
135
|
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent as a, createElementBlock as e, openBlock as t, createElementVNode as o } from "vue";
|
|
2
|
+
/*! Element Plus Icons Vue v2.3.1 */
|
|
3
|
+
var n = /* @__PURE__ */ a({
|
|
4
|
+
name: "Loading",
|
|
5
|
+
__name: "loading",
|
|
6
|
+
setup(_) {
|
|
7
|
+
return (l, r) => (t(), e("svg", {
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
viewBox: "0 0 1024 1024"
|
|
10
|
+
}, [
|
|
11
|
+
o("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "M512 64a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 640a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V736a32 32 0 0 1 32-32m448-192a32 32 0 0 1-32 32H736a32 32 0 1 1 0-64h192a32 32 0 0 1 32 32m-640 0a32 32 0 0 1-32 32H96a32 32 0 0 1 0-64h192a32 32 0 0 1 32 32M195.2 195.2a32 32 0 0 1 45.248 0L376.32 331.008a32 32 0 0 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248zm452.544 452.544a32 32 0 0 1 45.248 0L828.8 783.552a32 32 0 0 1-45.248 45.248L647.744 692.992a32 32 0 0 1 0-45.248zM828.8 195.264a32 32 0 0 1 0 45.184L692.992 376.32a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0m-452.544 452.48a32 32 0 0 1 0 45.248L240.448 828.8a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0z"
|
|
14
|
+
})
|
|
15
|
+
]));
|
|
16
|
+
}
|
|
17
|
+
}), s = n, p = /* @__PURE__ */ a({
|
|
18
|
+
name: "Position",
|
|
19
|
+
__name: "position",
|
|
20
|
+
setup(_) {
|
|
21
|
+
return (l, r) => (t(), e("svg", {
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
viewBox: "0 0 1024 1024"
|
|
24
|
+
}, [
|
|
25
|
+
o("path", {
|
|
26
|
+
fill: "currentColor",
|
|
27
|
+
d: "m249.6 417.088 319.744 43.072 39.168 310.272L845.12 178.88 249.6 417.088zm-129.024 47.168a32 32 0 0 1-7.68-61.44l777.792-311.04a32 32 0 0 1 41.6 41.6l-310.336 775.68a32 32 0 0 1-61.44-7.808L512 516.992l-391.424-52.736z"
|
|
28
|
+
})
|
|
29
|
+
]));
|
|
30
|
+
}
|
|
31
|
+
}), m = p;
|
|
32
|
+
export {
|
|
33
|
+
s as l,
|
|
34
|
+
m as p
|
|
35
|
+
};
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { deepMerge as d, RedirectPage as a, Layout as r, LoginPage as
|
|
2
|
-
import { createRouter as
|
|
3
|
-
const
|
|
1
|
+
import { deepMerge as d, RedirectPage as a, Layout as r, LoginPage as n, MultiFactorLoginPage as s, ProfilePage as m, Error401Page as p, Error404Page as u, routerRef as c, addViteMenus as l, addDynamicRoute as f, i18n as h } from "jmash-core";
|
|
2
|
+
import { createRouter as y, createWebHistory as I } from "vue-router";
|
|
3
|
+
const b = {
|
|
4
4
|
// 订单账单
|
|
5
5
|
orderBill: {
|
|
6
6
|
name: "订单账单",
|
|
@@ -177,7 +177,21 @@ const g = {
|
|
|
177
177
|
name: "报刊订阅",
|
|
178
178
|
names: "收报地址",
|
|
179
179
|
likeSpuName: "商品名称",
|
|
180
|
-
likeSpuNameRequired: "请输入商品名称"
|
|
180
|
+
likeSpuNameRequired: "请输入商品名称",
|
|
181
|
+
payableAmount: "交易金额",
|
|
182
|
+
postscript: "交易附言",
|
|
183
|
+
payeeName: "收款账户名",
|
|
184
|
+
payeeAccount: "收款账号",
|
|
185
|
+
payeeBankName: "收款开户行",
|
|
186
|
+
opponentAccountNo: "付款账号",
|
|
187
|
+
opponentAccountNoRequired: "请输入付款账号",
|
|
188
|
+
image: "示例图",
|
|
189
|
+
bankSerialNo: "转账流水号",
|
|
190
|
+
bankSerialNoRequired: "请输入转账流水号",
|
|
191
|
+
tradeDateTime: "交易时间",
|
|
192
|
+
tradeDateTimeRequired: "请选择交易时间",
|
|
193
|
+
handleRemark: "备注",
|
|
194
|
+
handleRemarkRequired: "请输入备注"
|
|
181
195
|
},
|
|
182
196
|
// 乐企发票明细
|
|
183
197
|
lqfpFpDetail: {
|
|
@@ -322,7 +336,10 @@ const g = {
|
|
|
322
336
|
moreDropdown: "发票下载",
|
|
323
337
|
xml: "xml格式下载",
|
|
324
338
|
pdf: "pdf格式下载",
|
|
325
|
-
ofd: "ofd格式下载"
|
|
339
|
+
ofd: "ofd格式下载",
|
|
340
|
+
onlineBanking: "收款信息",
|
|
341
|
+
prompt: "温馨提示",
|
|
342
|
+
confirm: "手动绑定转账交易"
|
|
326
343
|
},
|
|
327
344
|
// 开票信息
|
|
328
345
|
invoice: {
|
|
@@ -354,13 +371,13 @@ const g = {
|
|
|
354
371
|
zrrzjhmRequireds: "请输入正确的证件号码"
|
|
355
372
|
}
|
|
356
373
|
};
|
|
357
|
-
function
|
|
374
|
+
function g(e) {
|
|
358
375
|
let o = e.global.getLocaleMessage("zh-cn");
|
|
359
376
|
o = d(o, v);
|
|
360
377
|
let i = e.global.getLocaleMessage("en");
|
|
361
|
-
i = d(i,
|
|
378
|
+
i = d(i, b), e.global.setLocaleMessage("zh-cn", o), e.global.setLocaleMessage("en", i);
|
|
362
379
|
}
|
|
363
|
-
const R = () => import("./index-
|
|
380
|
+
const R = () => import("./index-ky8hEDAn.mjs"), w = () => import("./orderPaper-DpSTDYX4.mjs"), P = () => import("./orderAddress-CKllpjjU.mjs"), q = () => import("./orderInfo-BVT4H9ew.mjs"), D = () => import("./payment-BkxF9Q0m.mjs"), N = () => import("./invoice-N1lsQHhB.mjs"), z = () => import("./invoiceView-ClfMLUV3.mjs"), x = () => import("./applyEdit-DYinV0av.mjs"), C = () => import("./invoiceEdit-CILq1n3W.mjs"), k = () => import("./info-B4ow2tzV.mjs"), t = [
|
|
364
381
|
{
|
|
365
382
|
path: "/buyer",
|
|
366
383
|
component: r,
|
|
@@ -371,7 +388,7 @@ const R = () => import("./index-3POeZkeU.mjs"), P = () => import("./orderPaper-D
|
|
|
371
388
|
children: [
|
|
372
389
|
{
|
|
373
390
|
path: "/buyer/order-newspaper/orderPaper",
|
|
374
|
-
component:
|
|
391
|
+
component: w,
|
|
375
392
|
name: "orderPaper",
|
|
376
393
|
meta: {
|
|
377
394
|
hidden: !1,
|
|
@@ -379,26 +396,35 @@ const R = () => import("./index-3POeZkeU.mjs"), P = () => import("./orderPaper-D
|
|
|
379
396
|
}
|
|
380
397
|
},
|
|
381
398
|
{
|
|
382
|
-
path: "/buyer/order-newspaper/
|
|
383
|
-
component:
|
|
384
|
-
name: "
|
|
399
|
+
path: "/buyer/order-newspaper/orderAddress",
|
|
400
|
+
component: P,
|
|
401
|
+
name: "address",
|
|
385
402
|
meta: {
|
|
386
403
|
hidden: !1,
|
|
387
|
-
title: "
|
|
404
|
+
title: "收报地址"
|
|
388
405
|
}
|
|
389
406
|
},
|
|
390
407
|
{
|
|
391
|
-
path: "/buyer/order-newspaper/
|
|
408
|
+
path: "/buyer/order-newspaper/orderDetails",
|
|
392
409
|
component: q,
|
|
393
|
-
name: "
|
|
410
|
+
name: "orderDetails",
|
|
394
411
|
meta: {
|
|
395
412
|
hidden: !1,
|
|
396
|
-
title: "
|
|
413
|
+
title: "订单详情"
|
|
397
414
|
}
|
|
398
415
|
},
|
|
399
416
|
{
|
|
400
|
-
path: "/buyer/order-
|
|
417
|
+
path: "/buyer/order-newspaper/payment",
|
|
401
418
|
component: D,
|
|
419
|
+
name: "pay",
|
|
420
|
+
meta: {
|
|
421
|
+
hidden: !1,
|
|
422
|
+
title: "支付"
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
path: "/buyer/order-info/invoice",
|
|
427
|
+
component: N,
|
|
402
428
|
name: "orderInvoice",
|
|
403
429
|
meta: {
|
|
404
430
|
hidden: !1,
|
|
@@ -408,7 +434,7 @@ const R = () => import("./index-3POeZkeU.mjs"), P = () => import("./orderPaper-D
|
|
|
408
434
|
},
|
|
409
435
|
{
|
|
410
436
|
path: "/buyer/order-info/invoiceView",
|
|
411
|
-
component:
|
|
437
|
+
component: z,
|
|
412
438
|
name: "orderInvoiceView",
|
|
413
439
|
meta: {
|
|
414
440
|
hidden: !1,
|
|
@@ -418,7 +444,7 @@ const R = () => import("./index-3POeZkeU.mjs"), P = () => import("./orderPaper-D
|
|
|
418
444
|
},
|
|
419
445
|
{
|
|
420
446
|
path: "/buyer/order-info/applyEdit",
|
|
421
|
-
component:
|
|
447
|
+
component: x,
|
|
422
448
|
name: "orderInvoiceApply",
|
|
423
449
|
meta: {
|
|
424
450
|
hidden: !1,
|
|
@@ -427,7 +453,7 @@ const R = () => import("./index-3POeZkeU.mjs"), P = () => import("./orderPaper-D
|
|
|
427
453
|
},
|
|
428
454
|
{
|
|
429
455
|
path: "/buyer/order-info/info",
|
|
430
|
-
component:
|
|
456
|
+
component: k,
|
|
431
457
|
name: "orderInfo",
|
|
432
458
|
meta: {
|
|
433
459
|
hidden: !1,
|
|
@@ -436,7 +462,7 @@ const R = () => import("./index-3POeZkeU.mjs"), P = () => import("./orderPaper-D
|
|
|
436
462
|
},
|
|
437
463
|
{
|
|
438
464
|
path: "/buyer/order-info/invoiceEdit",
|
|
439
|
-
component:
|
|
465
|
+
component: C,
|
|
440
466
|
name: "invoiceEdit",
|
|
441
467
|
meta: {
|
|
442
468
|
hidden: !1,
|
|
@@ -445,7 +471,7 @@ const R = () => import("./index-3POeZkeU.mjs"), P = () => import("./orderPaper-D
|
|
|
445
471
|
}
|
|
446
472
|
]
|
|
447
473
|
}
|
|
448
|
-
],
|
|
474
|
+
], S = [
|
|
449
475
|
{
|
|
450
476
|
path: "/redirect",
|
|
451
477
|
component: r,
|
|
@@ -459,12 +485,12 @@ const R = () => import("./index-3POeZkeU.mjs"), P = () => import("./orderPaper-D
|
|
|
459
485
|
},
|
|
460
486
|
{
|
|
461
487
|
path: "/login",
|
|
462
|
-
component:
|
|
488
|
+
component: n,
|
|
463
489
|
meta: { hidden: !0 }
|
|
464
490
|
},
|
|
465
491
|
{
|
|
466
492
|
path: "/secondLogin",
|
|
467
|
-
component:
|
|
493
|
+
component: s,
|
|
468
494
|
meta: { hidden: !0, title: "手机号/邮箱登录" }
|
|
469
495
|
},
|
|
470
496
|
{
|
|
@@ -514,16 +540,16 @@ const R = () => import("./index-3POeZkeU.mjs"), P = () => import("./orderPaper-D
|
|
|
514
540
|
]
|
|
515
541
|
},
|
|
516
542
|
...t
|
|
517
|
-
],
|
|
518
|
-
history:
|
|
519
|
-
routes:
|
|
543
|
+
], T = y({
|
|
544
|
+
history: I(void 0),
|
|
545
|
+
routes: S,
|
|
520
546
|
// 刷新时,滚动条位置还原
|
|
521
547
|
scrollBehavior: () => ({ left: 0, top: 0 })
|
|
522
548
|
});
|
|
523
|
-
c.value =
|
|
524
|
-
const
|
|
549
|
+
c.value = T;
|
|
550
|
+
const A = /* @__PURE__ */ Object.assign({ "./views/buyer/order-info/applyEdit.vue": () => import("./applyEdit-DYinV0av.mjs"), "./views/buyer/order-info/index.vue": () => import("./index-BCSYWkW7.mjs"), "./views/buyer/order-info/info.vue": () => import("./info-B4ow2tzV.mjs"), "./views/buyer/order-info/invoice.vue": () => import("./invoice-N1lsQHhB.mjs"), "./views/buyer/order-info/invoiceEdit.vue": () => import("./invoiceEdit-CILq1n3W.mjs"), "./views/buyer/order-info/invoiceView.vue": () => import("./invoiceView-ClfMLUV3.mjs"), "./views/buyer/order-info/list.vue": () => import("./list-BPfP8vsl.mjs"), "./views/buyer/order-info/sendDialog.vue": () => import("./sendDialog-Bf8rP763.mjs"), "./views/buyer/order-info/userInvoice.vue": () => import("./userInvoice-S09QEhkA.mjs"), "./views/buyer/order-newspaper/confirm.vue": () => import("./confirm-BBtbi4mX.mjs"), "./views/buyer/order-newspaper/edit.vue": () => import("./edit-BgQo-uqd.mjs"), "./views/buyer/order-newspaper/index.vue": () => import("./index-ky8hEDAn.mjs"), "./views/buyer/order-newspaper/onlineBanking.vue": () => import("./onlineBanking-oV-IPpiL.mjs"), "./views/buyer/order-newspaper/orderAddress.vue": () => import("./orderAddress-CKllpjjU.mjs"), "./views/buyer/order-newspaper/orderInfo.vue": () => import("./orderInfo-BVT4H9ew.mjs"), "./views/buyer/order-newspaper/orderPaper.vue": () => import("./orderPaper-DpSTDYX4.mjs"), "./views/buyer/order-newspaper/payment.vue": () => import("./payment-BkxF9Q0m.mjs"), "./views/buyer/order-newspaper/prompt.vue": () => import("./prompt-CsoFkmiu.mjs"), "./views/buyer/order-user-address/edit.vue": () => import("./edit-DHXk9uMQ.mjs"), "./views/buyer/order-user-address/index.vue": () => import("./index-DISDK9IB.mjs") }), M = {
|
|
525
551
|
install(e) {
|
|
526
|
-
l(
|
|
552
|
+
l(A, 7), f(t), g(h);
|
|
527
553
|
}
|
|
528
554
|
};
|
|
529
555
|
export {
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
import { defineComponent as Y, ref as h, onMounted as Z, resolveComponent as r, createElementBlock as x, openBlock as W, createVNode as t, withCtx as s, createElementVNode as e, unref as u, toDisplayString as l, createTextVNode as m, createBlock as ee, createCommentVNode as oe } from "vue";
|
|
2
|
+
import { D as f } from "./index-BGqp7CRm.mjs";
|
|
3
|
+
import { o as q } from "./index-1iQKY0yJ.mjs";
|
|
4
|
+
import { fileApi as R, 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 ie } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
8
|
+
const ae = { class: "app-container" }, re = { class: "subscription-container" }, de = { class: "newspaper-image" }, ce = { class: "shanxi-worker-paper" }, me = { class: "subscription-info" }, ue = { class: "magazine-title" }, pe = { class: "info-item" }, _e = { class: "info-label" }, fe = { class: "info-item" }, be = { class: "info-label" }, ve = { class: "price" }, he = { class: "price-value" }, Ie = { class: "subscription-containers" }, ge = { class: "cell-item" }, ye = { class: "cell-item" }, Ee = { class: "cell-item" }, Ne = { class: "dialog-footer" }, Pe = /* @__PURE__ */ Y({
|
|
9
|
+
__name: "info",
|
|
10
|
+
setup(ke) {
|
|
11
|
+
const M = se(), b = le(), I = h([]);
|
|
12
|
+
f.goodsCategoryListBizLayDict.useValues();
|
|
13
|
+
function F(o) {
|
|
14
|
+
o.mobileEncrypt = !o.mobileEncrypt;
|
|
15
|
+
}
|
|
16
|
+
function G() {
|
|
17
|
+
te.closeTagView(b.fullPath, M, !1);
|
|
18
|
+
}
|
|
19
|
+
const n = h(), g = h([]);
|
|
20
|
+
function H() {
|
|
21
|
+
q.findById({ orderId: b.query.orderId }).then(({ data: o }) => {
|
|
22
|
+
var i, p, c, _, a;
|
|
23
|
+
n.value = [o], ne.findById({
|
|
24
|
+
spuId: (a = (_ = (c = (p = (i = n.value) == null ? void 0 : i[0]) == null ? void 0 : p.orderItemList) == null ? void 0 : c.results) == null ? void 0 : _[0]) == null ? void 0 : a.spuId
|
|
25
|
+
}).then(({ data: v }) => {
|
|
26
|
+
g.value = v.categoryIds;
|
|
27
|
+
});
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
function J() {
|
|
31
|
+
q.findOrderAddressList({ orderId: b.query.orderId }).then(({ data: o }) => {
|
|
32
|
+
I.value = o.results;
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
return Z(() => {
|
|
36
|
+
H(), J();
|
|
37
|
+
}), (o, i) => {
|
|
38
|
+
const p = r("el-image"), c = r("el-descriptions-item"), _ = r("el-descriptions"), a = r("el-table-column"), v = r("jmash-mobileIns-component"), K = r("el-table"), Q = r("el-button"), X = r("el-card");
|
|
39
|
+
return W(), x("div", ae, [
|
|
40
|
+
t(X, { shadow: "never" }, {
|
|
41
|
+
footer: s(() => [
|
|
42
|
+
e("div", Ne, [
|
|
43
|
+
t(Q, {
|
|
44
|
+
type: "primary",
|
|
45
|
+
onClick: G
|
|
46
|
+
}, {
|
|
47
|
+
default: s(() => [
|
|
48
|
+
m(l(o.$t("common.back")), 1)
|
|
49
|
+
]),
|
|
50
|
+
_: 1
|
|
51
|
+
})
|
|
52
|
+
])
|
|
53
|
+
]),
|
|
54
|
+
default: s(() => {
|
|
55
|
+
var y, E, N, P, k, $, L, V, w, B, C, D, A, S, U, z, T, j, O;
|
|
56
|
+
return [
|
|
57
|
+
i[1] || (i[1] = e("div", { class: "title-content" }, "订单详情", -1)),
|
|
58
|
+
e("div", re, [
|
|
59
|
+
e("div", de, [
|
|
60
|
+
e("div", ce, [
|
|
61
|
+
t(p, {
|
|
62
|
+
src: u(R).imageUrl(
|
|
63
|
+
(k = (P = (N = (E = (y = n.value) == null ? void 0 : y[0]) == null ? void 0 : E.orderItemList) == null ? void 0 : N.results) == null ? void 0 : P[0]) == null ? void 0 : k.picUrl,
|
|
64
|
+
160,
|
|
65
|
+
160
|
|
66
|
+
),
|
|
67
|
+
"preview-src-list": [
|
|
68
|
+
u(R).imageUrl(
|
|
69
|
+
(B = (w = (V = (L = ($ = n.value) == null ? void 0 : $[0]) == null ? void 0 : L.orderItemList) == null ? void 0 : V.results) == null ? void 0 : w[0]) == null ? void 0 : B.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", me, [
|
|
80
|
+
e("span", ue, "《" + l((U = (S = (A = (D = (C = n.value) == null ? void 0 : C[0]) == null ? void 0 : D.orderItemList) == null ? void 0 : A.results) == null ? void 0 : S[0]) == null ? void 0 : U.spuName) + "》 ", 1),
|
|
81
|
+
e("div", pe, [
|
|
82
|
+
e("span", _e, [
|
|
83
|
+
i[0] || (i[0] = m("发行频率: ")),
|
|
84
|
+
e("span", null, l(u(f).goodsCategoryListBizLayDict.getValue(g.value.join(","))), 1)
|
|
85
|
+
])
|
|
86
|
+
]),
|
|
87
|
+
e("div", fe, [
|
|
88
|
+
e("span", be, "订阅周期:" + l((T = (z = n.value) == null ? void 0 : z[0]) == null ? void 0 : T.remark), 1)
|
|
89
|
+
]),
|
|
90
|
+
e("div", ve, [
|
|
91
|
+
e("span", he, "¥" + l((O = (j = n.value) == null ? void 0 : j[0]) == null ? void 0 : O.salesPrice) + "/年", 1)
|
|
92
|
+
])
|
|
93
|
+
])
|
|
94
|
+
]),
|
|
95
|
+
i[2] || (i[2] = e("div", { class: "title-content" }, "付款信息", -1)),
|
|
96
|
+
e("div", Ie, [
|
|
97
|
+
n.value && n.value.length > 0 ? (W(), ee(_, {
|
|
98
|
+
key: 0,
|
|
99
|
+
class: "margin-top",
|
|
100
|
+
"label-width": 420,
|
|
101
|
+
"label-align": "left",
|
|
102
|
+
column: 1
|
|
103
|
+
}, {
|
|
104
|
+
default: s(() => [
|
|
105
|
+
t(c, null, {
|
|
106
|
+
label: s(() => [
|
|
107
|
+
e("div", ge, l(o.$t("orderInfo.salesPrices")), 1)
|
|
108
|
+
]),
|
|
109
|
+
default: s(() => [
|
|
110
|
+
m(" ¥" + l(n.value[0].salesPrice), 1)
|
|
111
|
+
]),
|
|
112
|
+
_: 1
|
|
113
|
+
}),
|
|
114
|
+
t(c, null, {
|
|
115
|
+
label: s(() => [
|
|
116
|
+
e("div", ye, l(o.$t("orderInfo.orderStatuss")), 1)
|
|
117
|
+
]),
|
|
118
|
+
default: s(() => [
|
|
119
|
+
m(" " + l(u(f).orderStatusEnum.getValue(n.value[0].orderStatus)), 1)
|
|
120
|
+
]),
|
|
121
|
+
_: 1
|
|
122
|
+
}),
|
|
123
|
+
t(c, null, {
|
|
124
|
+
label: s(() => [
|
|
125
|
+
e("div", Ee, l(o.$t("orderInfo.paymentWay")), 1)
|
|
126
|
+
]),
|
|
127
|
+
default: s(() => [
|
|
128
|
+
m(" " + l(u(f).paymentWayEnum.getEnumValue(n.value[0].paymentWay)), 1)
|
|
129
|
+
]),
|
|
130
|
+
_: 1
|
|
131
|
+
})
|
|
132
|
+
]),
|
|
133
|
+
_: 1
|
|
134
|
+
})) : oe("", !0)
|
|
135
|
+
]),
|
|
136
|
+
i[3] || (i[3] = e("div", { class: "title-content" }, "收报地址", -1)),
|
|
137
|
+
t(K, {
|
|
138
|
+
data: I.value,
|
|
139
|
+
border: ""
|
|
140
|
+
}, {
|
|
141
|
+
default: s(() => [
|
|
142
|
+
t(a, {
|
|
143
|
+
prop: "note",
|
|
144
|
+
label: o.$t("orderInfo.unitNames"),
|
|
145
|
+
width: "250"
|
|
146
|
+
}, null, 8, ["label"]),
|
|
147
|
+
t(a, {
|
|
148
|
+
prop: "userName",
|
|
149
|
+
label: o.$t("orderInfo.userName"),
|
|
150
|
+
width: "120"
|
|
151
|
+
}, null, 8, ["label"]),
|
|
152
|
+
t(a, {
|
|
153
|
+
label: o.$t("orderInfo.mobilePhone"),
|
|
154
|
+
width: "170"
|
|
155
|
+
}, {
|
|
156
|
+
default: s(({ row: d }) => [
|
|
157
|
+
t(v, {
|
|
158
|
+
mobileEncrypt: d.mobileEncrypt,
|
|
159
|
+
mobilePhoneIns: d.mobilePhoneIns,
|
|
160
|
+
mobilePhone: d.mobilePhone,
|
|
161
|
+
onToggleEncrypt: ($e) => F(d)
|
|
162
|
+
}, null, 8, ["mobileEncrypt", "mobilePhoneIns", "mobilePhone", "onToggleEncrypt"])
|
|
163
|
+
]),
|
|
164
|
+
_: 1
|
|
165
|
+
}, 8, ["label"]),
|
|
166
|
+
t(a, {
|
|
167
|
+
prop: "detailInfo",
|
|
168
|
+
label: o.$t("orderInfo.address")
|
|
169
|
+
}, {
|
|
170
|
+
default: s(({ row: d }) => [
|
|
171
|
+
m(l(d.cityName) + l(d.detailInfo), 1)
|
|
172
|
+
]),
|
|
173
|
+
_: 1
|
|
174
|
+
}, 8, ["label"]),
|
|
175
|
+
t(a, {
|
|
176
|
+
prop: "goodsNum",
|
|
177
|
+
label: o.$t("orderInfo.paperNumber"),
|
|
178
|
+
width: "100"
|
|
179
|
+
}, null, 8, ["label"])
|
|
180
|
+
]),
|
|
181
|
+
_: 1
|
|
182
|
+
}, 8, ["data"])
|
|
183
|
+
];
|
|
184
|
+
}),
|
|
185
|
+
_: 1,
|
|
186
|
+
__: [1, 2, 3]
|
|
187
|
+
})
|
|
188
|
+
]);
|
|
189
|
+
};
|
|
190
|
+
}
|
|
191
|
+
}), Se = /* @__PURE__ */ ie(Pe, [["__scopeId", "data-v-78fa5786"]]);
|
|
192
|
+
export {
|
|
193
|
+
Se as default
|
|
194
|
+
};
|