xyvcard-paper-buyer 0.0.38 → 0.0.40
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-Dawg7OOU.mjs → applyEdit-B0CKdbR2.mjs} +25 -26
- package/dist/{confirm-2p5e0YTd.mjs → confirm-HoPA9uSr.mjs} +57 -57
- package/dist/index-B90ZLkZ9.mjs +98 -0
- package/dist/{index-VA1xSPHO.mjs → index-BqwYBqQF.mjs} +1 -1
- package/dist/{index-cet93VuQ.mjs → index-CX-7x1SL.mjs} +149 -144
- package/dist/{index-TclOpCe_.mjs → index-DspCttgG.mjs} +10 -27
- package/dist/{index-Ckvv9EJa.mjs → index-DyTbbNUO.mjs} +410 -405
- package/dist/index.mjs +2 -2
- package/dist/{info-BbZDNkKB.mjs → info-BhjWwF6z.mjs} +1 -1
- package/dist/{invoice-1CME5d68.mjs → invoice-DppfMFDj.mjs} +1 -1
- package/dist/{invoiceEdit-BheiUTbA.mjs → invoiceEdit-BKEb7oNj.mjs} +51 -51
- package/dist/{invoiceView-BzauDq3v.mjs → invoiceView-41EDyu0B.mjs} +2 -2
- package/dist/{list-Gi-uC47c.mjs → list-DNIbCic-.mjs} +1 -1
- package/dist/onlineBanking-BIjxFuQ5.mjs +199 -0
- package/dist/{orderAddress-BLmoG7St.mjs → orderAddress-BHmLnG9Z.mjs} +1 -1
- package/dist/orderInfo-CiPVCQxz.mjs +306 -0
- package/dist/{orderPaper-CRqHO_qE.mjs → orderPaper-DLv8c7Hi.mjs} +1 -1
- package/dist/{payment-Bj2wv7Zf.mjs → payment-B8q1Mpiy.mjs} +1 -1
- package/dist/{prompt-D3JrKZHk.mjs → prompt-CF5J3V95.mjs} +4 -4
- package/dist/{sendDialog-DQhLGAf_.mjs → sendDialog-D50t3cjw.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/{userInvoice-S09QEhkA.mjs → userInvoice-DhoqnQE4.mjs} +1 -1
- package/dist/{userInvoice.vue_vue_type_script_setup_true_lang-cUHb_KPE.mjs → userInvoice.vue_vue_type_script_setup_true_lang-DV5JSa_i.mjs} +119 -100
- package/dts/api/buyer/lqfp-fp/index.d.ts +1 -3
- package/dts/api/buyer/lqfp-fp/types.d.ts +0 -32
- package/dts/api/buyer/order-info/index.d.ts +1 -0
- package/dts/api/buyer/order-newspaper/index.d.ts +2 -6
- package/dts/api/buyer/order-newspaper/types.d.ts +6 -10
- package/dts/api/buyer/user_invoice/index.d.ts +9 -0
- package/dts/api/buyer/user_invoice/types.d.ts +38 -0
- package/dts/views/buyer/order-newspaper/confirm.vue.d.ts +4 -4
- package/dts/views/buyer/order-newspaper/prompt.vue.d.ts +4 -4
- package/package.json +3 -7
- package/dist/index-Dph_ktOL.mjs +0 -9456
- package/dist/onlineBanking-D40v8MD7.mjs +0 -208
- package/dist/orderInfo-CIOWPF8V.mjs +0 -309
|
@@ -1,208 +0,0 @@
|
|
|
1
|
-
import { defineComponent as V, mergeModels as N, useModel as I, reactive as K, onMounted as O, resolveComponent as h, createBlock as x, openBlock as S, withCtx as m, createElementVNode as e, toDisplayString as a, unref as r, createVNode as k, createTextVNode as w } from "vue";
|
|
2
|
-
import { vueMetaEnv as $, useUserStore as T } from "jmash-core";
|
|
3
|
-
import { useI18n as q } from "vue-i18n";
|
|
4
|
-
import { o as C } from "./index-Dph_ktOL.mjs";
|
|
5
|
-
import { E as u } from "./el-message-VSzNakoG.mjs";
|
|
6
|
-
import { ElMessage as v } from "element-plus";
|
|
7
|
-
import { useRouter as R, useRoute as j } from "vue-router";
|
|
8
|
-
import { _ as U } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
9
|
-
function z(l) {
|
|
10
|
-
if (console.log(navigator.clipboard && window.isSecureContext), navigator.clipboard && window.isSecureContext)
|
|
11
|
-
navigator.clipboard.writeText(l), u({
|
|
12
|
-
message: "复制成功",
|
|
13
|
-
type: "success"
|
|
14
|
-
});
|
|
15
|
-
else {
|
|
16
|
-
let s = document.createElement("input");
|
|
17
|
-
s.style.position = "fixed", s.style.top = "-10000px", s.style.zIndex = "-999", document.body.appendChild(s), s.value = l, s.focus(), s.select();
|
|
18
|
-
try {
|
|
19
|
-
let i = document.execCommand("copy");
|
|
20
|
-
document.body.removeChild(s), i ? u({
|
|
21
|
-
message: "复制成功",
|
|
22
|
-
type: "success"
|
|
23
|
-
}) : u({
|
|
24
|
-
message: "复制失败",
|
|
25
|
-
type: "error"
|
|
26
|
-
});
|
|
27
|
-
} catch {
|
|
28
|
-
document.body.removeChild(s), u({
|
|
29
|
-
message: "当前浏览器不支持复制功能,请检查更新或更换其他浏览器操作",
|
|
30
|
-
type: "error"
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
const D = { class: "info-card" }, F = { class: "info-item" }, H = { class: "info-item-item" }, W = { class: "info-item" }, G = { class: "info-item-item" }, J = { class: "info-card-one" }, L = { class: "info-item" }, Q = { class: "info-item-item" }, X = { class: "info-item" }, Y = { class: "info-item-item" }, Z = { class: "info-item" }, ee = { class: "info-item-item" }, oe = { class: "footer" }, te = /* @__PURE__ */ V({
|
|
36
|
-
__name: "onlineBanking",
|
|
37
|
-
props: /* @__PURE__ */ N({
|
|
38
|
-
bankKey: {
|
|
39
|
-
type: Object,
|
|
40
|
-
default: () => ({})
|
|
41
|
-
},
|
|
42
|
-
title: {
|
|
43
|
-
type: String,
|
|
44
|
-
default: ""
|
|
45
|
-
},
|
|
46
|
-
width: {
|
|
47
|
-
type: String,
|
|
48
|
-
default: "550px"
|
|
49
|
-
}
|
|
50
|
-
}, {
|
|
51
|
-
modelValue: { type: Boolean, default: !1 },
|
|
52
|
-
modelModifiers: {}
|
|
53
|
-
}),
|
|
54
|
-
emits: /* @__PURE__ */ N(["refresh", "close", "open-prompt"], ["update:modelValue"]),
|
|
55
|
-
setup(l, { emit: s }) {
|
|
56
|
-
const { t: i } = q(), A = R(), b = j(), p = l, y = I(l, "modelValue"), f = s, t = K({});
|
|
57
|
-
function P() {
|
|
58
|
-
C.createPay({
|
|
59
|
-
tenant: T().user.tenant,
|
|
60
|
-
merchantNo: $.APP_MERCHANT_NO,
|
|
61
|
-
termNo: $.APP_TERM_NO,
|
|
62
|
-
outOrderNo: p.bankKey.outOrderNo,
|
|
63
|
-
orderTitle: p.bankKey.orderTitle,
|
|
64
|
-
payableAmount: p.bankKey.payableAmount,
|
|
65
|
-
payMode: "BANKCOM",
|
|
66
|
-
notifyUrl: `${window.location.origin}/v1/front/order/pay_notify/paper/${b.query.shopId}`,
|
|
67
|
-
requestId: Math.random() * 10 + ""
|
|
68
|
-
}).then(({ data: n }) => {
|
|
69
|
-
Object.assign(t, n);
|
|
70
|
-
}).catch(() => {
|
|
71
|
-
v.error("加载支付信息失败");
|
|
72
|
-
});
|
|
73
|
-
}
|
|
74
|
-
O(P);
|
|
75
|
-
function M() {
|
|
76
|
-
C.completedTransfer({
|
|
77
|
-
requestId: Math.random() * 10 + "",
|
|
78
|
-
merchantNo: t.merchantNo,
|
|
79
|
-
orderNo: t.orderNo
|
|
80
|
-
}).then((n) => {
|
|
81
|
-
n.data === "success" ? (v({
|
|
82
|
-
message: i("common.submitSuccess"),
|
|
83
|
-
type: "success"
|
|
84
|
-
}), f("refresh", !0), g(), A.push({
|
|
85
|
-
path: "/buyer/order-info/applyEdit",
|
|
86
|
-
query: { orderId: b.query.orderId }
|
|
87
|
-
})) : f("open-prompt", t);
|
|
88
|
-
}).catch(() => {
|
|
89
|
-
v.error("提交失败,请重试");
|
|
90
|
-
});
|
|
91
|
-
}
|
|
92
|
-
function g() {
|
|
93
|
-
f("close"), y.value = !1;
|
|
94
|
-
}
|
|
95
|
-
function d(n) {
|
|
96
|
-
n && z(n);
|
|
97
|
-
}
|
|
98
|
-
function B() {
|
|
99
|
-
console.log(navigator.userAgent);
|
|
100
|
-
const n = navigator.userAgent.includes("Win") ? `\r
|
|
101
|
-
` : `
|
|
102
|
-
`, o = [
|
|
103
|
-
"注:切勿遗漏交易附言!",
|
|
104
|
-
`${i("newsPapepr.payableAmount")} ${p.bankKey.payableAmount || ""}`,
|
|
105
|
-
`${i("newsPapepr.postscript")} ${t.postscript || ""}`,
|
|
106
|
-
`${i("newsPapepr.payeeName")} ${t.payeeName || ""}`,
|
|
107
|
-
`${i("newsPapepr.payeeAccount")} ${t.payeeAccount || ""}`,
|
|
108
|
-
`${i("newsPapepr.payeeBankName")} ${t.payeeBankName || ""}`
|
|
109
|
-
].join(n);
|
|
110
|
-
console.log(o), d(o);
|
|
111
|
-
}
|
|
112
|
-
return (n, o) => {
|
|
113
|
-
const _ = h("el-button"), E = h("el-dialog");
|
|
114
|
-
return S(), x(E, {
|
|
115
|
-
modelValue: y.value,
|
|
116
|
-
"onUpdate:modelValue": o[5] || (o[5] = (c) => y.value = c),
|
|
117
|
-
title: l.title,
|
|
118
|
-
width: l.width,
|
|
119
|
-
onClose: g,
|
|
120
|
-
"destroy-on-close": ""
|
|
121
|
-
}, {
|
|
122
|
-
footer: m(() => [
|
|
123
|
-
e("div", oe, [
|
|
124
|
-
k(_, { onClick: B }, {
|
|
125
|
-
default: m(() => o[6] || (o[6] = [
|
|
126
|
-
w("一键复制")
|
|
127
|
-
])),
|
|
128
|
-
_: 1,
|
|
129
|
-
__: [6]
|
|
130
|
-
}),
|
|
131
|
-
k(_, {
|
|
132
|
-
type: "primary",
|
|
133
|
-
onClick: M
|
|
134
|
-
}, {
|
|
135
|
-
default: m(() => o[7] || (o[7] = [
|
|
136
|
-
w("已完成转账")
|
|
137
|
-
])),
|
|
138
|
-
_: 1,
|
|
139
|
-
__: [7]
|
|
140
|
-
})
|
|
141
|
-
])
|
|
142
|
-
]),
|
|
143
|
-
default: m(() => [
|
|
144
|
-
o[8] || (o[8] = e("div", { class: "note" }, "注:切勿遗漏交易附言!", -1)),
|
|
145
|
-
e("div", D, [
|
|
146
|
-
e("div", F, [
|
|
147
|
-
e("div", H, [
|
|
148
|
-
e("span", null, a(n.$t("newsPapepr.payableAmount")), 1),
|
|
149
|
-
e("span", null, a(p.bankKey.payableAmount) + "元", 1)
|
|
150
|
-
]),
|
|
151
|
-
e("span", {
|
|
152
|
-
class: "copy-btn",
|
|
153
|
-
onClick: o[0] || (o[0] = (c) => d(p.bankKey.payableAmount))
|
|
154
|
-
}, " 复制 ")
|
|
155
|
-
]),
|
|
156
|
-
e("div", W, [
|
|
157
|
-
e("div", G, [
|
|
158
|
-
e("span", null, a(n.$t("newsPapepr.postscript")), 1),
|
|
159
|
-
e("span", null, a(r(t).postscript), 1)
|
|
160
|
-
]),
|
|
161
|
-
e("span", {
|
|
162
|
-
class: "copy-btn",
|
|
163
|
-
onClick: o[1] || (o[1] = (c) => d(r(t).postscript))
|
|
164
|
-
}, " 复制 ")
|
|
165
|
-
])
|
|
166
|
-
]),
|
|
167
|
-
e("div", J, [
|
|
168
|
-
e("div", L, [
|
|
169
|
-
e("div", Q, [
|
|
170
|
-
e("span", null, a(n.$t("newsPapepr.payeeName")), 1),
|
|
171
|
-
e("span", null, a(r(t).payeeName), 1)
|
|
172
|
-
]),
|
|
173
|
-
e("span", {
|
|
174
|
-
class: "copy-btn",
|
|
175
|
-
onClick: o[2] || (o[2] = (c) => d(r(t).payeeName))
|
|
176
|
-
}, " 复制 ")
|
|
177
|
-
]),
|
|
178
|
-
e("div", X, [
|
|
179
|
-
e("div", Y, [
|
|
180
|
-
e("span", null, a(n.$t("newsPapepr.payeeAccount")), 1),
|
|
181
|
-
e("span", null, a(r(t).payeeAccount), 1)
|
|
182
|
-
]),
|
|
183
|
-
e("span", {
|
|
184
|
-
class: "copy-btn",
|
|
185
|
-
onClick: o[3] || (o[3] = (c) => d(r(t).payeeAccount))
|
|
186
|
-
}, " 复制 ")
|
|
187
|
-
]),
|
|
188
|
-
e("div", Z, [
|
|
189
|
-
e("div", ee, [
|
|
190
|
-
e("span", null, a(n.$t("newsPapepr.payeeBankName")), 1),
|
|
191
|
-
e("span", null, a(r(t).payeeBankName), 1)
|
|
192
|
-
]),
|
|
193
|
-
e("span", {
|
|
194
|
-
class: "copy-btn",
|
|
195
|
-
onClick: o[4] || (o[4] = (c) => d(r(t).payeeBankName))
|
|
196
|
-
}, " 复制 ")
|
|
197
|
-
])
|
|
198
|
-
])
|
|
199
|
-
]),
|
|
200
|
-
_: 1,
|
|
201
|
-
__: [8]
|
|
202
|
-
}, 8, ["modelValue", "title", "width"]);
|
|
203
|
-
};
|
|
204
|
-
}
|
|
205
|
-
}), ce = /* @__PURE__ */ U(te, [["__scopeId", "data-v-1254cbae"]]);
|
|
206
|
-
export {
|
|
207
|
-
ce as default
|
|
208
|
-
};
|
|
@@ -1,309 +0,0 @@
|
|
|
1
|
-
import { defineComponent as Oe, ref as _, reactive as I, onMounted as Ve, resolveComponent as p, createElementBlock as we, openBlock as h, createVNode as l, createBlock as A, createCommentVNode as O, withCtx as u, createElementVNode as t, unref as V, toDisplayString as d, createTextVNode as pe } from "vue";
|
|
2
|
-
import { useI18n as Le } from "vue-i18n";
|
|
3
|
-
import { D as ue } from "./index-BGqp7CRm.mjs";
|
|
4
|
-
import { o as ce } from "./index-Ckvv9EJa.mjs";
|
|
5
|
-
import { fileApi as fe, vueMetaEnv as ve, useUserStore as $e } from "jmash-core";
|
|
6
|
-
import { useRoute as Be, useRouter as Ue } from "vue-router";
|
|
7
|
-
import { goodsSpuApi as De } from "xyvcard-paper-goods";
|
|
8
|
-
import Ke from "./onlineBanking-D40v8MD7.mjs";
|
|
9
|
-
import Me from "./prompt-D3JrKZHk.mjs";
|
|
10
|
-
import Te from "./confirm-2p5e0YTd.mjs";
|
|
11
|
-
import { o as qe } from "./index-Dph_ktOL.mjs";
|
|
12
|
-
import { E as be } from "./el-message-VSzNakoG.mjs";
|
|
13
|
-
import { _ as Re } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
14
|
-
const je = { class: "app-container" }, xe = { class: "subscription-container" }, Se = { class: "newspaper-image" }, ze = { class: "shanxi-worker-paper" }, Fe = { class: "subscription-info" }, He = { class: "magazine-title" }, Ge = { class: "info-item" }, Je = { class: "info-label" }, Qe = { class: "info-item" }, We = { class: "info-label" }, Xe = { class: "price" }, Ye = { class: "price-value" }, Ze = { class: "orderAddresmargin" }, eo = { class: "subscription-container" }, oo = { class: "order-container" }, to = { class: "order-info" }, no = { class: "status" }, so = { class: "order-detail" }, ro = { class: "value" }, lo = { class: "order-detail" }, io = { class: "value" }, ao = { class: "payment-section" }, mo = { class: "amount" }, po = { class: "pay-methods" }, uo = /* @__PURE__ */ Oe({
|
|
15
|
-
__name: "orderInfo",
|
|
16
|
-
setup(co) {
|
|
17
|
-
const f = Be(), ye = Ue(), { t: k } = Le(), n = _([]), w = _([]), L = _([]), s = I({
|
|
18
|
-
bank: { visible: !1, title: k("orderInfo.onlineBanking") },
|
|
19
|
-
// 网银弹框
|
|
20
|
-
prompt: { visible: !1, title: k("orderInfo.prompt") },
|
|
21
|
-
// 提示弹框
|
|
22
|
-
confirm: { visible: !1, title: k("orderInfo.confirm") }
|
|
23
|
-
// 确认弹框
|
|
24
|
-
}), c = _(null), N = I({}), g = I({}), E = I({});
|
|
25
|
-
ue.goodsCategoryListBizLayDict.useValues();
|
|
26
|
-
function _e(o) {
|
|
27
|
-
return o ? new Date(o).toLocaleString() : "";
|
|
28
|
-
}
|
|
29
|
-
function Ie(o) {
|
|
30
|
-
o.mobileEncrypt = !o.mobileEncrypt;
|
|
31
|
-
}
|
|
32
|
-
function $() {
|
|
33
|
-
ce.findById({ orderId: f.query.orderId }).then(({ data: o }) => {
|
|
34
|
-
var e, i, a, b, y;
|
|
35
|
-
n.value = [o], De.findById({
|
|
36
|
-
spuId: (y = (b = (a = (i = (e = n.value) == null ? void 0 : e[0]) == null ? void 0 : i.orderItemList) == null ? void 0 : a.results) == null ? void 0 : b[0]) == null ? void 0 : y.spuId
|
|
37
|
-
}).then(({ data: C }) => {
|
|
38
|
-
L.value = C.categoryIds;
|
|
39
|
-
});
|
|
40
|
-
});
|
|
41
|
-
}
|
|
42
|
-
function B() {
|
|
43
|
-
ce.findOrderAddressList({ orderId: f.query.orderId }).then(({ data: o }) => {
|
|
44
|
-
w.value = o.results;
|
|
45
|
-
});
|
|
46
|
-
}
|
|
47
|
-
Ve(() => {
|
|
48
|
-
$(), B();
|
|
49
|
-
});
|
|
50
|
-
const he = () => {
|
|
51
|
-
Object.keys(s).forEach((o) => {
|
|
52
|
-
s[o].visible = !1;
|
|
53
|
-
});
|
|
54
|
-
}, v = (o, e) => {
|
|
55
|
-
he();
|
|
56
|
-
const i = s[o];
|
|
57
|
-
e != null && e.title && (i.title = e.title), e != null && e.key && Object.assign({ bank: N, prompt: g, confirm: E }[o], e.key), i.visible = !0;
|
|
58
|
-
}, P = (o) => {
|
|
59
|
-
s[o].visible = !1;
|
|
60
|
-
};
|
|
61
|
-
function ke() {
|
|
62
|
-
var e;
|
|
63
|
-
if (!((e = n.value) != null && e[0])) return;
|
|
64
|
-
const o = n.value[0].orderItemList.results[0];
|
|
65
|
-
v("bank", {
|
|
66
|
-
key: {
|
|
67
|
-
outOrderNo: n.value[0].orderCode,
|
|
68
|
-
orderTitle: o.spuName,
|
|
69
|
-
payableAmount: o.paymentPrice
|
|
70
|
-
}
|
|
71
|
-
});
|
|
72
|
-
}
|
|
73
|
-
function Ne(o) {
|
|
74
|
-
c.value = "bank", v("prompt", {
|
|
75
|
-
key: {
|
|
76
|
-
merchantNo: o.merchantNo,
|
|
77
|
-
orderNo: o.orderNo,
|
|
78
|
-
payableAmount: o.payableAmount
|
|
79
|
-
}
|
|
80
|
-
});
|
|
81
|
-
}
|
|
82
|
-
function ge(o) {
|
|
83
|
-
v("confirm", {
|
|
84
|
-
key: {
|
|
85
|
-
merchantNo: o.merchantNo,
|
|
86
|
-
orderNo: o.orderNo
|
|
87
|
-
}
|
|
88
|
-
});
|
|
89
|
-
}
|
|
90
|
-
function Ee() {
|
|
91
|
-
if (c.value) {
|
|
92
|
-
const o = {
|
|
93
|
-
bank: N,
|
|
94
|
-
prompt: g,
|
|
95
|
-
confirm: E
|
|
96
|
-
};
|
|
97
|
-
v(c.value, {
|
|
98
|
-
key: o[c.value]
|
|
99
|
-
}), c.value = null;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
function Pe() {
|
|
103
|
-
var e;
|
|
104
|
-
if (!((e = n.value) != null && e[0])) return;
|
|
105
|
-
const o = n.value[0].orderItemList.results[0];
|
|
106
|
-
qe.createPay({
|
|
107
|
-
tenant: $e().user.tenant,
|
|
108
|
-
merchantNo: ve.APP_MERCHANT_NO,
|
|
109
|
-
termNo: ve.APP_TERM_NO1,
|
|
110
|
-
outOrderNo: n.value[0].orderCode,
|
|
111
|
-
orderTitle: o.spuName,
|
|
112
|
-
payableAmount: o.paymentPrice,
|
|
113
|
-
notifyUrl: `${window.location.origin}/v1/front/order/pay_notify/paper/${f.query.shopId}`,
|
|
114
|
-
requestId: Math.random() * 10 + ""
|
|
115
|
-
}).then((i) => {
|
|
116
|
-
i.status === 200 && (be({ message: "提交成功", type: "success" }), ye.push({
|
|
117
|
-
path: "/buyer/order-newspaper/payment",
|
|
118
|
-
query: {
|
|
119
|
-
orderId: f.query.orderId,
|
|
120
|
-
counterUrl: i.data.counterUrl
|
|
121
|
-
}
|
|
122
|
-
}));
|
|
123
|
-
}).catch(() => {
|
|
124
|
-
be.error("提交失败,请稍后重试");
|
|
125
|
-
});
|
|
126
|
-
}
|
|
127
|
-
function U() {
|
|
128
|
-
$(), B();
|
|
129
|
-
}
|
|
130
|
-
return (o, e) => {
|
|
131
|
-
const i = p("el-image"), a = p("el-table-column"), b = p("jmash-mobileIns-component"), y = p("el-table"), C = p("SuccessFilled"), Ce = p("el-icon"), Ae = p("el-card");
|
|
132
|
-
return h(), we("div", je, [
|
|
133
|
-
l(Ae, { shadow: "never" }, {
|
|
134
|
-
footer: u(() => [
|
|
135
|
-
t("div", po, [
|
|
136
|
-
t("button", {
|
|
137
|
-
class: "pay-btn",
|
|
138
|
-
onClick: e[0] || (e[0] = (r) => ke())
|
|
139
|
-
}, " 网银转账 "),
|
|
140
|
-
t("button", {
|
|
141
|
-
class: "pay-btn",
|
|
142
|
-
onClick: e[1] || (e[1] = (r) => Pe())
|
|
143
|
-
}, "扫码支付")
|
|
144
|
-
])
|
|
145
|
-
]),
|
|
146
|
-
default: u(() => {
|
|
147
|
-
var r, D, K, M, T, q, R, j, x, S, z, F, H, G, J, Q, W, X, Y, Z, ee, oe, te, ne, se, re, le, ie, ae, de, me;
|
|
148
|
-
return [
|
|
149
|
-
e[13] || (e[13] = t("div", { class: "title-content" }, "订单详情", -1)),
|
|
150
|
-
t("div", xe, [
|
|
151
|
-
t("div", Se, [
|
|
152
|
-
t("div", ze, [
|
|
153
|
-
l(i, {
|
|
154
|
-
src: V(fe).imageUrl(
|
|
155
|
-
(T = (M = (K = (D = (r = n.value) == null ? void 0 : r[0]) == null ? void 0 : D.orderItemList) == null ? void 0 : K.results) == null ? void 0 : M[0]) == null ? void 0 : T.picUrl,
|
|
156
|
-
160,
|
|
157
|
-
160
|
|
158
|
-
),
|
|
159
|
-
"preview-src-list": [
|
|
160
|
-
V(fe).imageUrl(
|
|
161
|
-
(S = (x = (j = (R = (q = n.value) == null ? void 0 : q[0]) == null ? void 0 : R.orderItemList) == null ? void 0 : j.results) == null ? void 0 : x[0]) == null ? void 0 : S.picUrl
|
|
162
|
-
)
|
|
163
|
-
],
|
|
164
|
-
"preview-teleported": "",
|
|
165
|
-
"hide-on-click-modal": "",
|
|
166
|
-
fit: "contain",
|
|
167
|
-
class: "magazine-image"
|
|
168
|
-
}, null, 8, ["src", "preview-src-list"])
|
|
169
|
-
])
|
|
170
|
-
]),
|
|
171
|
-
t("div", Fe, [
|
|
172
|
-
t("span", He, "《" + d((J = (G = (H = (F = (z = n.value) == null ? void 0 : z[0]) == null ? void 0 : F.orderItemList) == null ? void 0 : H.results) == null ? void 0 : G[0]) == null ? void 0 : J.spuName) + "》 ", 1),
|
|
173
|
-
t("div", Ge, [
|
|
174
|
-
t("span", Je, [
|
|
175
|
-
e[8] || (e[8] = pe("发行频率: ")),
|
|
176
|
-
t("span", null, d(V(ue).goodsCategoryListBizLayDict.getValue(L.value.join(","))), 1)
|
|
177
|
-
])
|
|
178
|
-
]),
|
|
179
|
-
t("div", Qe, [
|
|
180
|
-
t("span", We, "订阅周期:" + d((W = (Q = n.value) == null ? void 0 : Q[0]) == null ? void 0 : W.remark), 1)
|
|
181
|
-
]),
|
|
182
|
-
t("div", Xe, [
|
|
183
|
-
t("span", Ye, "¥" + d((oe = (ee = (Z = (Y = (X = n.value) == null ? void 0 : X[0]) == null ? void 0 : Y.orderItemList) == null ? void 0 : Z.results) == null ? void 0 : ee[0]) == null ? void 0 : oe.salesPrice) + "/年", 1)
|
|
184
|
-
])
|
|
185
|
-
])
|
|
186
|
-
]),
|
|
187
|
-
e[14] || (e[14] = t("div", { class: "title-content" }, "收报地址", -1)),
|
|
188
|
-
t("div", Ze, [
|
|
189
|
-
l(y, {
|
|
190
|
-
data: w.value,
|
|
191
|
-
border: ""
|
|
192
|
-
}, {
|
|
193
|
-
default: u(() => [
|
|
194
|
-
l(a, {
|
|
195
|
-
prop: "note",
|
|
196
|
-
label: o.$t("orderInfo.unitNames"),
|
|
197
|
-
width: "250"
|
|
198
|
-
}, null, 8, ["label"]),
|
|
199
|
-
l(a, {
|
|
200
|
-
prop: "userName",
|
|
201
|
-
label: o.$t("orderInfo.userName"),
|
|
202
|
-
width: "120"
|
|
203
|
-
}, null, 8, ["label"]),
|
|
204
|
-
l(a, {
|
|
205
|
-
label: o.$t("orderInfo.mobilePhone"),
|
|
206
|
-
width: "170"
|
|
207
|
-
}, {
|
|
208
|
-
default: u(({ row: m }) => [
|
|
209
|
-
l(b, {
|
|
210
|
-
mobileEncrypt: m.mobileEncrypt,
|
|
211
|
-
mobilePhoneIns: m.mobilePhoneIns,
|
|
212
|
-
mobilePhone: m.mobilePhone,
|
|
213
|
-
onToggleEncrypt: (fo) => Ie(m)
|
|
214
|
-
}, null, 8, ["mobileEncrypt", "mobilePhoneIns", "mobilePhone", "onToggleEncrypt"])
|
|
215
|
-
]),
|
|
216
|
-
_: 1
|
|
217
|
-
}, 8, ["label"]),
|
|
218
|
-
l(a, {
|
|
219
|
-
prop: "detailInfo",
|
|
220
|
-
label: o.$t("orderInfo.address")
|
|
221
|
-
}, {
|
|
222
|
-
default: u(({ row: m }) => [
|
|
223
|
-
pe(d(m.cityName) + d(m.detailInfo), 1)
|
|
224
|
-
]),
|
|
225
|
-
_: 1
|
|
226
|
-
}, 8, ["label"]),
|
|
227
|
-
l(a, {
|
|
228
|
-
prop: "goodsNum",
|
|
229
|
-
label: o.$t("orderInfo.paperNumber"),
|
|
230
|
-
width: "100"
|
|
231
|
-
}, null, 8, ["label"])
|
|
232
|
-
]),
|
|
233
|
-
_: 1
|
|
234
|
-
}, 8, ["data"])
|
|
235
|
-
]),
|
|
236
|
-
t("div", eo, [
|
|
237
|
-
t("div", oo, [
|
|
238
|
-
t("div", to, [
|
|
239
|
-
t("div", no, [
|
|
240
|
-
l(Ce, {
|
|
241
|
-
color: "#42b983",
|
|
242
|
-
class: "status-icon"
|
|
243
|
-
}, {
|
|
244
|
-
default: u(() => [
|
|
245
|
-
l(C)
|
|
246
|
-
]),
|
|
247
|
-
_: 1
|
|
248
|
-
}),
|
|
249
|
-
e[9] || (e[9] = t("div", { class: "status-text" }, "订购订单提交成功,请尽快完成付款!", -1))
|
|
250
|
-
]),
|
|
251
|
-
t("div", so, [
|
|
252
|
-
e[10] || (e[10] = t("div", { class: "label" }, "订单号", -1)),
|
|
253
|
-
t("div", ro, d((ne = (te = n.value) == null ? void 0 : te[0]) == null ? void 0 : ne.orderCode), 1)
|
|
254
|
-
]),
|
|
255
|
-
t("div", lo, [
|
|
256
|
-
e[11] || (e[11] = t("div", { class: "label" }, "创建时间", -1)),
|
|
257
|
-
t("div", io, d(_e((re = (se = n.value) == null ? void 0 : se[0]) == null ? void 0 : re.createTime)), 1)
|
|
258
|
-
])
|
|
259
|
-
]),
|
|
260
|
-
t("div", ao, [
|
|
261
|
-
e[12] || (e[12] = t("div", { class: "label" }, "支付金额", -1)),
|
|
262
|
-
t("div", mo, " ¥" + d((me = (de = (ae = (ie = (le = n.value) == null ? void 0 : le[0]) == null ? void 0 : ie.orderItemList) == null ? void 0 : ae.results) == null ? void 0 : de[0]) == null ? void 0 : me.paymentPrice), 1)
|
|
263
|
-
])
|
|
264
|
-
])
|
|
265
|
-
])
|
|
266
|
-
];
|
|
267
|
-
}),
|
|
268
|
-
_: 1,
|
|
269
|
-
__: [13, 14]
|
|
270
|
-
}),
|
|
271
|
-
s.bank.visible ? (h(), A(Ke, {
|
|
272
|
-
key: 0,
|
|
273
|
-
modelValue: s.bank.visible,
|
|
274
|
-
"onUpdate:modelValue": e[2] || (e[2] = (r) => s.bank.visible = r),
|
|
275
|
-
title: s.bank.title,
|
|
276
|
-
"bank-Key": N,
|
|
277
|
-
onRefresh: U,
|
|
278
|
-
onClose: e[3] || (e[3] = (r) => P("bank")),
|
|
279
|
-
width: "550px",
|
|
280
|
-
onOpenPrompt: Ne
|
|
281
|
-
}, null, 8, ["modelValue", "title", "bank-Key"])) : O("", !0),
|
|
282
|
-
s.prompt.visible ? (h(), A(Me, {
|
|
283
|
-
key: 1,
|
|
284
|
-
modelValue: s.prompt.visible,
|
|
285
|
-
"onUpdate:modelValue": e[4] || (e[4] = (r) => s.prompt.visible = r),
|
|
286
|
-
title: s.prompt.title,
|
|
287
|
-
"prompt-Key": g,
|
|
288
|
-
onRefresh: U,
|
|
289
|
-
onClose: e[5] || (e[5] = (r) => P("prompt")),
|
|
290
|
-
onOpenConfirm: ge,
|
|
291
|
-
onBack: Ee,
|
|
292
|
-
width: "550px"
|
|
293
|
-
}, null, 8, ["modelValue", "title", "prompt-Key"])) : O("", !0),
|
|
294
|
-
s.confirm.visible ? (h(), A(Te, {
|
|
295
|
-
key: 2,
|
|
296
|
-
modelValue: s.confirm.visible,
|
|
297
|
-
"onUpdate:modelValue": e[6] || (e[6] = (r) => s.confirm.visible = r),
|
|
298
|
-
title: s.confirm.title,
|
|
299
|
-
"confirm-Key": E,
|
|
300
|
-
onClose: e[7] || (e[7] = (r) => P("confirm")),
|
|
301
|
-
width: "550px"
|
|
302
|
-
}, null, 8, ["modelValue", "title", "confirm-Key"])) : O("", !0)
|
|
303
|
-
]);
|
|
304
|
-
};
|
|
305
|
-
}
|
|
306
|
-
}), Oo = /* @__PURE__ */ Re(uo, [["__scopeId", "data-v-ff4de5ba"]]);
|
|
307
|
-
export {
|
|
308
|
-
Oo as default
|
|
309
|
-
};
|