xyvcard-paper-buyer 0.0.39 → 0.0.41
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-Bcl_bli2.mjs → applyEdit-Cyj9Q0lP.mjs} +36 -36
- package/dist/{confirm-BIHrk7gs.mjs → confirm-BYEYokBP.mjs} +24 -26
- package/dist/{index-DISDK9IB.mjs → index-DrADb2uC.mjs} +2 -1
- package/dist/{index-TclOpCe_.mjs → index-DspCttgG.mjs} +10 -27
- package/dist/index.mjs +6 -10
- package/dist/{invoice-N1lsQHhB.mjs → invoice-Ca967WuM.mjs} +1 -1
- package/dist/{invoiceEdit-CILq1n3W.mjs → invoiceEdit-jwC6d-7m.mjs} +62 -61
- package/dist/{invoiceView-ClfMLUV3.mjs → invoiceView-BQ20QFpo.mjs} +5 -4
- package/dist/{list-BPfP8vsl.mjs → list-CeY2OdrK.mjs} +28 -25
- package/dist/{onlineBanking-DfzIYOBF.mjs → onlineBanking-BjnT3Pli.mjs} +42 -39
- package/dist/{orderAddress-CK22n9R3.mjs → orderAddress-DBPQQVGw.mjs} +72 -71
- package/dist/{orderInfo-DKPnxmRD.mjs → orderInfo-D_KS6_dc.mjs} +21 -18
- package/dist/orderPaper-DAXED5UU.mjs +148 -0
- package/dist/{sendDialog-Bf8rP763.mjs → sendDialog-B0HE_2cs.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 +1 -32
- package/dts/api/buyer/order-newspaper/types.d.ts +1 -1
- package/dts/api/buyer/order-user-address/types.d.ts +1 -0
- package/dts/api/buyer/user_invoice/index.d.ts +9 -0
- package/dts/api/buyer/user_invoice/types.d.ts +38 -0
- package/package.json +4 -4
- package/dist/orderPaper-Cscnx-MT.mjs +0 -153
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { useI18n as
|
|
1
|
+
import { defineComponent as O, ref as V, reactive as D, resolveComponent as s, createElementBlock as w, openBlock as f, createElementVNode as $, createBlock as y, createCommentVNode as Q, createVNode as o, unref as r, withCtx as t, Fragment as R, renderList as E, createTextVNode as v, toDisplayString as I } from "vue";
|
|
2
|
+
import { useI18n as W } from "vue-i18n";
|
|
3
3
|
import "element-plus";
|
|
4
4
|
import { routerUtil as F } from "jmash-core";
|
|
5
|
-
import { useRouter as
|
|
6
|
-
import { D as
|
|
7
|
-
import { l as
|
|
8
|
-
import { _ as ee } from "./userInvoice.vue_vue_type_script_setup_true_lang-
|
|
9
|
-
import { E as
|
|
10
|
-
import { _ as
|
|
11
|
-
const
|
|
5
|
+
import { useRouter as X, useRoute as Y } from "vue-router";
|
|
6
|
+
import { D as U } from "./index-BGqp7CRm.mjs";
|
|
7
|
+
import { l as Z } from "./index-DspCttgG.mjs";
|
|
8
|
+
import { _ as ee, u as le } from "./userInvoice.vue_vue_type_script_setup_true_lang-DV5JSa_i.mjs";
|
|
9
|
+
import { E as oe } from "./el-message-VSzNakoG.mjs";
|
|
10
|
+
import { _ as te } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
11
|
+
const ae = { class: "app-container" }, ne = { class: "search-container" }, se = { class: "form-footer" }, re = /* @__PURE__ */ O({
|
|
12
12
|
__name: "invoiceEdit",
|
|
13
|
-
setup(
|
|
14
|
-
const b =
|
|
13
|
+
setup(ie) {
|
|
14
|
+
const b = X(), m = Y(), { t: c } = W(), N = m.query.orderCode, T = m.query.organId, g = V(""), _ = V([]);
|
|
15
15
|
function C() {
|
|
16
|
-
|
|
16
|
+
le.findMyUserInvoiceList({}).then((e) => {
|
|
17
17
|
_.value = e.data.results;
|
|
18
18
|
});
|
|
19
19
|
}
|
|
20
20
|
C();
|
|
21
|
-
const
|
|
22
|
-
|
|
21
|
+
const k = V();
|
|
22
|
+
U.fppzDict.useDictValues();
|
|
23
23
|
let n = D({
|
|
24
24
|
requestId: Math.random() * 10 + ""
|
|
25
25
|
});
|
|
26
|
-
const
|
|
26
|
+
const L = D({
|
|
27
27
|
fppz: [{ required: !0, message: c("lqfpFps.fplxRead"), trigger: "blur" }],
|
|
28
28
|
infoId: [{ required: !0, message: c("lqfpFps.dwmcRead"), trigger: "blur" }]
|
|
29
|
-
}),
|
|
29
|
+
}), M = (e) => {
|
|
30
30
|
const l = _.value.find(
|
|
31
|
-
(
|
|
31
|
+
(i) => i.infoId === n.infoId
|
|
32
32
|
);
|
|
33
33
|
return !l || l.gmfType !== "person" ? !1 : e.dictCode !== "02";
|
|
34
34
|
};
|
|
35
|
-
function
|
|
35
|
+
function A(e) {
|
|
36
36
|
if (e) {
|
|
37
|
-
const l = _.value.find((
|
|
37
|
+
const l = _.value.find((i) => i.infoId === e);
|
|
38
38
|
l && (g.value = l.nsrsbh || "", n.email = l.sendEmail || "", l.gmfType === "person" && (n.fppz = "02"));
|
|
39
39
|
} else
|
|
40
40
|
g.value = "", n.email = "", n.fppz = "";
|
|
@@ -43,62 +43,62 @@ const te = { class: "app-container" }, ae = { class: "search-container" }, ne =
|
|
|
43
43
|
title: c("common.add"),
|
|
44
44
|
visible: !1
|
|
45
45
|
});
|
|
46
|
-
function
|
|
46
|
+
function B() {
|
|
47
47
|
p.value.title = c("common.add"), p.value.visible = !0;
|
|
48
48
|
}
|
|
49
|
-
function
|
|
49
|
+
function P() {
|
|
50
50
|
b.push({
|
|
51
51
|
path: "/union-information/invoice"
|
|
52
52
|
});
|
|
53
53
|
}
|
|
54
|
-
const
|
|
54
|
+
const S = async () => {
|
|
55
55
|
var e;
|
|
56
|
-
await ((e =
|
|
56
|
+
await ((e = k.value) == null ? void 0 : e.validate((l) => {
|
|
57
57
|
if (l) {
|
|
58
|
-
const
|
|
59
|
-
|
|
60
|
-
organId:
|
|
61
|
-
orderNo:
|
|
58
|
+
const i = {
|
|
59
|
+
...n,
|
|
60
|
+
organId: T,
|
|
61
|
+
orderNo: N,
|
|
62
62
|
infoId: n.infoId,
|
|
63
63
|
fppz: n.fppz
|
|
64
64
|
};
|
|
65
|
-
|
|
65
|
+
Z.reissue(i).then((q) => {
|
|
66
66
|
if (q.status === 200) {
|
|
67
|
-
|
|
67
|
+
oe({
|
|
68
68
|
message: c("common.submitSuccess"),
|
|
69
69
|
type: "success"
|
|
70
70
|
}), F.closeTagView(m.fullPath, b, !1);
|
|
71
|
-
const
|
|
72
|
-
|
|
71
|
+
const d = m.query.from;
|
|
72
|
+
d && F.closeTagView(d, b, !1);
|
|
73
73
|
}
|
|
74
74
|
});
|
|
75
75
|
}
|
|
76
76
|
}));
|
|
77
77
|
};
|
|
78
|
-
function
|
|
78
|
+
function j(e) {
|
|
79
79
|
e && C();
|
|
80
80
|
}
|
|
81
|
-
function
|
|
81
|
+
function x() {
|
|
82
82
|
F.closeTagView(m.fullPath, b, !1);
|
|
83
83
|
}
|
|
84
84
|
return (e, l) => {
|
|
85
|
-
const
|
|
86
|
-
return f(), w("div",
|
|
87
|
-
$("div",
|
|
88
|
-
o(
|
|
85
|
+
const i = s("el-radio"), q = s("el-radio-group"), d = s("el-form-item"), u = s("el-col"), G = s("el-option"), H = s("el-select"), h = s("el-button"), z = s("el-input"), J = s("el-row"), K = s("el-form");
|
|
86
|
+
return f(), w("div", ae, [
|
|
87
|
+
$("div", ne, [
|
|
88
|
+
o(K, {
|
|
89
89
|
ref_key: "lqfpFpsInvoiceFormRef",
|
|
90
|
-
ref:
|
|
90
|
+
ref: k,
|
|
91
91
|
model: r(n),
|
|
92
92
|
"label-width": "120px",
|
|
93
|
-
rules:
|
|
93
|
+
rules: L,
|
|
94
94
|
class: "centered-form"
|
|
95
95
|
}, {
|
|
96
96
|
default: t(() => [
|
|
97
|
-
o(
|
|
97
|
+
o(J, null, {
|
|
98
98
|
default: t(() => [
|
|
99
99
|
o(u, { span: 18 }, {
|
|
100
100
|
default: t(() => [
|
|
101
|
-
o(
|
|
101
|
+
o(d, {
|
|
102
102
|
label: e.$t("lqfpFps.fplx"),
|
|
103
103
|
class: "center-align",
|
|
104
104
|
prop: "fppz"
|
|
@@ -109,10 +109,10 @@ const te = { class: "app-container" }, ae = { class: "search-container" }, ne =
|
|
|
109
109
|
"onUpdate:modelValue": l[0] || (l[0] = (a) => r(n).fppz = a)
|
|
110
110
|
}, {
|
|
111
111
|
default: t(() => [
|
|
112
|
-
(f(!0), w(R, null, E(r(
|
|
112
|
+
(f(!0), w(R, null, E(r(U).fppzDict.values, (a) => (f(), y(i, {
|
|
113
113
|
key: a.dictCode,
|
|
114
114
|
value: a.dictCode,
|
|
115
|
-
disabled:
|
|
115
|
+
disabled: M(a),
|
|
116
116
|
size: "large"
|
|
117
117
|
}, {
|
|
118
118
|
default: t(() => [
|
|
@@ -131,22 +131,22 @@ const te = { class: "app-container" }, ae = { class: "search-container" }, ne =
|
|
|
131
131
|
}),
|
|
132
132
|
o(u, { span: 18 }, {
|
|
133
133
|
default: t(() => [
|
|
134
|
-
o(
|
|
134
|
+
o(d, {
|
|
135
135
|
label: e.$t("lqfpFps.dwmc"),
|
|
136
136
|
prop: "infoId"
|
|
137
137
|
}, {
|
|
138
138
|
default: t(() => [
|
|
139
|
-
o(
|
|
139
|
+
o(H, {
|
|
140
140
|
modelValue: r(n).infoId,
|
|
141
141
|
"onUpdate:modelValue": l[1] || (l[1] = (a) => r(n).infoId = a),
|
|
142
142
|
placeholder: e.$t("lqfpFps.dwmcRead"),
|
|
143
143
|
data: _.value,
|
|
144
144
|
clearable: "",
|
|
145
145
|
filterable: "",
|
|
146
|
-
onChange:
|
|
146
|
+
onChange: A
|
|
147
147
|
}, {
|
|
148
148
|
default: t(() => [
|
|
149
|
-
(f(!0), w(R, null, E(_.value, (a) => (f(), y(
|
|
149
|
+
(f(!0), w(R, null, E(_.value, (a) => (f(), y(G, {
|
|
150
150
|
key: a.infoId,
|
|
151
151
|
label: a.gmfmc,
|
|
152
152
|
value: a.infoId
|
|
@@ -165,7 +165,7 @@ const te = { class: "app-container" }, ae = { class: "search-container" }, ne =
|
|
|
165
165
|
o(h, {
|
|
166
166
|
type: "danger",
|
|
167
167
|
plain: "",
|
|
168
|
-
onClick:
|
|
168
|
+
onClick: B,
|
|
169
169
|
style: { "margin-left": "12px" }
|
|
170
170
|
}, {
|
|
171
171
|
default: t(() => [
|
|
@@ -180,7 +180,7 @@ const te = { class: "app-container" }, ae = { class: "search-container" }, ne =
|
|
|
180
180
|
default: t(() => [
|
|
181
181
|
o(h, {
|
|
182
182
|
type: "danger",
|
|
183
|
-
onClick:
|
|
183
|
+
onClick: P
|
|
184
184
|
}, {
|
|
185
185
|
default: t(() => l[5] || (l[5] = [
|
|
186
186
|
v(" 管理")
|
|
@@ -193,12 +193,12 @@ const te = { class: "app-container" }, ae = { class: "search-container" }, ne =
|
|
|
193
193
|
}),
|
|
194
194
|
o(u, { span: 18 }, {
|
|
195
195
|
default: t(() => [
|
|
196
|
-
o(
|
|
196
|
+
o(d, {
|
|
197
197
|
label: e.$t("lqfpFps.nsrsbh"),
|
|
198
198
|
prop: "nsrsbh"
|
|
199
199
|
}, {
|
|
200
200
|
default: t(() => [
|
|
201
|
-
o(
|
|
201
|
+
o(z, {
|
|
202
202
|
modelValue: g.value,
|
|
203
203
|
"onUpdate:modelValue": l[2] || (l[2] = (a) => g.value = a),
|
|
204
204
|
placeholder: e.$t("lqfpFps.nsrsbhRead"),
|
|
@@ -213,12 +213,12 @@ const te = { class: "app-container" }, ae = { class: "search-container" }, ne =
|
|
|
213
213
|
}),
|
|
214
214
|
o(u, { span: 18 }, {
|
|
215
215
|
default: t(() => [
|
|
216
|
-
o(
|
|
216
|
+
o(d, {
|
|
217
217
|
label: e.$t("lqfpFps.email"),
|
|
218
218
|
prop: "email"
|
|
219
219
|
}, {
|
|
220
220
|
default: t(() => [
|
|
221
|
-
o(
|
|
221
|
+
o(z, {
|
|
222
222
|
modelValue: r(n).email,
|
|
223
223
|
"onUpdate:modelValue": l[3] || (l[3] = (a) => r(n).email = a),
|
|
224
224
|
placeholder: e.$t("lqfpFps.emailRead"),
|
|
@@ -234,8 +234,8 @@ const te = { class: "app-container" }, ae = { class: "search-container" }, ne =
|
|
|
234
234
|
]),
|
|
235
235
|
_: 1
|
|
236
236
|
}),
|
|
237
|
-
$("div",
|
|
238
|
-
o(h, { onClick:
|
|
237
|
+
$("div", se, [
|
|
238
|
+
o(h, { onClick: x }, {
|
|
239
239
|
default: t(() => [
|
|
240
240
|
v(I(e.$t("common.cancel")), 1)
|
|
241
241
|
]),
|
|
@@ -243,7 +243,7 @@ const te = { class: "app-container" }, ae = { class: "search-container" }, ne =
|
|
|
243
243
|
}),
|
|
244
244
|
o(h, {
|
|
245
245
|
type: "primary",
|
|
246
|
-
onClick:
|
|
246
|
+
onClick: S
|
|
247
247
|
}, {
|
|
248
248
|
default: t(() => [
|
|
249
249
|
v(I(e.$t("common.confirm")), 1)
|
|
@@ -260,13 +260,14 @@ const te = { class: "app-container" }, ae = { class: "search-container" }, ne =
|
|
|
260
260
|
modelValue: p.value.visible,
|
|
261
261
|
"onUpdate:modelValue": l[4] || (l[4] = (a) => p.value.visible = a),
|
|
262
262
|
title: p.value.title,
|
|
263
|
-
onRefresh:
|
|
264
|
-
width: "900px"
|
|
265
|
-
|
|
263
|
+
onRefresh: j,
|
|
264
|
+
width: "900px",
|
|
265
|
+
"close-on-click-modal": !1
|
|
266
|
+
}, null, 8, ["modelValue", "title"])) : Q("", !0)
|
|
266
267
|
]);
|
|
267
268
|
};
|
|
268
269
|
}
|
|
269
|
-
}),
|
|
270
|
+
}), he = /* @__PURE__ */ te(re, [["__scopeId", "data-v-efd7182b"]]);
|
|
270
271
|
export {
|
|
271
|
-
|
|
272
|
+
he as default
|
|
272
273
|
};
|
|
@@ -3,8 +3,8 @@ import { useI18n as P } from "vue-i18n";
|
|
|
3
3
|
import { useRouter as X, useRoute as G } from "vue-router";
|
|
4
4
|
import { p as W } from "./index-sU6sAHrn.mjs";
|
|
5
5
|
import { routerUtil as z } from "jmash-core";
|
|
6
|
-
import J from "./sendDialog-
|
|
7
|
-
import { l as g } from "./index-
|
|
6
|
+
import J from "./sendDialog-B0HE_2cs.mjs";
|
|
7
|
+
import { l as g } from "./index-DspCttgG.mjs";
|
|
8
8
|
import { l as Q } from "./index-CokKesIL.mjs";
|
|
9
9
|
import { c as E } from "./_commonjsHelpers-BVfed4GL.mjs";
|
|
10
10
|
import { _ as Y } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
@@ -245,12 +245,13 @@ const Z = { class: "app-container" }, ee = { class: "search-container" }, oe = {
|
|
|
245
245
|
modelValue: i.value.visible,
|
|
246
246
|
"onUpdate:modelValue": n[4] || (n[4] = (h) => i.value.visible = h),
|
|
247
247
|
"email-Key": B(e),
|
|
248
|
-
width: "400px"
|
|
248
|
+
width: "400px",
|
|
249
|
+
"close-on-click-modal": !1
|
|
249
250
|
}, null, 8, ["modelValue", "email-Key"])) : K("", !0)
|
|
250
251
|
]);
|
|
251
252
|
};
|
|
252
253
|
}
|
|
253
|
-
}), me = /* @__PURE__ */ Y(ne, [["__scopeId", "data-v-
|
|
254
|
+
}), me = /* @__PURE__ */ Y(ne, [["__scopeId", "data-v-e3224238"]]);
|
|
254
255
|
export {
|
|
255
256
|
me as default
|
|
256
257
|
};
|
|
@@ -1,24 +1,26 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { useI18n as
|
|
3
|
-
import { useTableHooks as
|
|
4
|
-
import { l as
|
|
5
|
-
import {
|
|
6
|
-
|
|
1
|
+
import { defineComponent as g, ref as s, watch as _, resolveComponent as q, createBlock as C, openBlock as w, unref as a } from "vue";
|
|
2
|
+
import { useI18n as D } from "vue-i18n";
|
|
3
|
+
import { useTableHooks as F } from "jmash-core";
|
|
4
|
+
import { l as S } from "./index-DspCttgG.mjs";
|
|
5
|
+
import { useRoute as y } from "vue-router";
|
|
6
|
+
import { _ as j } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
7
|
+
const k = /* @__PURE__ */ g({
|
|
7
8
|
__name: "list",
|
|
8
9
|
props: {
|
|
9
10
|
fpUuid: { type: String, default: "" },
|
|
10
11
|
fphm: { type: String, default: "" }
|
|
11
12
|
},
|
|
12
13
|
setup(i) {
|
|
13
|
-
const { t:
|
|
14
|
+
const p = y(), { t: n } = D(), t = i, r = s({
|
|
14
15
|
fpUuid: t.fpUuid,
|
|
15
|
-
fphm: t.fphm
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
16
|
+
fphm: t.fphm,
|
|
17
|
+
organId: p.query.organId
|
|
18
|
+
}), { tableHooks: l, multipleTableRef: u, listLoading: m, tableData: f } = F(
|
|
19
|
+
n,
|
|
20
|
+
S,
|
|
21
|
+
r
|
|
20
22
|
);
|
|
21
|
-
let
|
|
23
|
+
let d = s([
|
|
22
24
|
// 项目名称
|
|
23
25
|
{
|
|
24
26
|
label: "lqfpFpDetail.lqfpFpDetail",
|
|
@@ -87,34 +89,35 @@ const j = /* @__PURE__ */ h({
|
|
|
87
89
|
function c(e) {
|
|
88
90
|
l.selectionRows.value = e;
|
|
89
91
|
}
|
|
90
|
-
function
|
|
92
|
+
function b(e) {
|
|
91
93
|
l.handleSort(e.prop, e.order);
|
|
92
94
|
}
|
|
93
95
|
return _(
|
|
94
96
|
() => [t.fpUuid, t.fphm],
|
|
95
97
|
([e, o]) => {
|
|
96
|
-
(e || o) && (
|
|
98
|
+
(e || o) && (r.value = {
|
|
97
99
|
fpUuid: e,
|
|
98
|
-
fphm: o
|
|
100
|
+
fphm: o,
|
|
101
|
+
organId: p.query.organId
|
|
99
102
|
}, l.getList());
|
|
100
103
|
},
|
|
101
104
|
{ immediate: !0 }
|
|
102
105
|
), (e, o) => {
|
|
103
|
-
const
|
|
104
|
-
return
|
|
106
|
+
const h = q("jmash-table");
|
|
107
|
+
return w(), C(h, {
|
|
105
108
|
ref_key: "multipleTableRef",
|
|
106
|
-
ref:
|
|
109
|
+
ref: u,
|
|
107
110
|
"row-key": "fpUuid",
|
|
108
111
|
isSelection: !1,
|
|
109
|
-
"list-loading": a(
|
|
110
|
-
data: a(
|
|
111
|
-
"table-label": a(
|
|
112
|
+
"list-loading": a(m),
|
|
113
|
+
data: a(f),
|
|
114
|
+
"table-label": a(d),
|
|
112
115
|
onSelectionChange: c,
|
|
113
|
-
onSortChange:
|
|
116
|
+
onSortChange: b
|
|
114
117
|
}, null, 8, ["list-loading", "data", "table-label"]);
|
|
115
118
|
};
|
|
116
119
|
}
|
|
117
|
-
}),
|
|
120
|
+
}), T = /* @__PURE__ */ j(k, [["__scopeId", "data-v-85bf16fb"]]);
|
|
118
121
|
export {
|
|
119
|
-
|
|
122
|
+
T as default
|
|
120
123
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { useI18n as
|
|
3
|
-
import { o as
|
|
1
|
+
import { defineComponent as M, mergeModels as h, useModel as x, reactive as C, onMounted as S, resolveComponent as w, createBlock as q, openBlock as K, withCtx as c, createElementVNode as e, toDisplayString as a, unref as i, createVNode as $, createTextVNode as k } from "vue";
|
|
2
|
+
import { useI18n as j } from "vue-i18n";
|
|
3
|
+
import { o as I } from "./index-B90ZLkZ9.mjs";
|
|
4
4
|
import { E as m } from "./el-message-VSzNakoG.mjs";
|
|
5
5
|
import { ElMessage as v } from "element-plus";
|
|
6
|
-
import { useRouter as
|
|
7
|
-
import { _ as
|
|
8
|
-
function
|
|
6
|
+
import { useRouter as O, useRoute as T } from "vue-router";
|
|
7
|
+
import { _ as R } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
8
|
+
function z(p) {
|
|
9
9
|
if (console.log(navigator.clipboard && window.isSecureContext), navigator.clipboard && window.isSecureContext)
|
|
10
10
|
navigator.clipboard.writeText(p), m({
|
|
11
11
|
message: "复制成功",
|
|
@@ -31,7 +31,7 @@ function R(p) {
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
|
-
const
|
|
34
|
+
const D = { class: "info-card" }, F = { class: "info-item" }, U = { class: "info-item-item" }, W = { class: "info-item" }, G = { class: "info-item-item" }, H = { class: "info-card-one" }, J = { class: "info-item" }, L = { class: "info-item-item" }, Q = { class: "info-item" }, X = { class: "info-item-item" }, Y = { class: "info-item" }, Z = { class: "info-item-item" }, ee = { class: "footer" }, oe = /* @__PURE__ */ M({
|
|
35
35
|
__name: "onlineBanking",
|
|
36
36
|
props: /* @__PURE__ */ h({
|
|
37
37
|
bankKey: {
|
|
@@ -52,9 +52,9 @@ const z = { class: "info-card" }, D = { class: "info-item" }, F = { class: "info
|
|
|
52
52
|
}),
|
|
53
53
|
emits: /* @__PURE__ */ h(["refresh", "close", "open-prompt"], ["update:modelValue"]),
|
|
54
54
|
setup(p, { emit: s }) {
|
|
55
|
-
const { t: l } =
|
|
56
|
-
function
|
|
57
|
-
|
|
55
|
+
const { t: l } = j(), P = O(), b = T(), u = p, y = x(p, "modelValue"), f = s, t = C({});
|
|
56
|
+
function N() {
|
|
57
|
+
I.createPay({
|
|
58
58
|
shopPayInfoId: u.bankKey.shopPayInfoId,
|
|
59
59
|
orderId: b.query.orderId
|
|
60
60
|
}).then(({ data: n }) => {
|
|
@@ -63,17 +63,20 @@ const z = { class: "info-card" }, D = { class: "info-item" }, F = { class: "info
|
|
|
63
63
|
v.error("加载支付信息失败");
|
|
64
64
|
});
|
|
65
65
|
}
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
66
|
+
S(N);
|
|
67
|
+
let A = C({
|
|
68
|
+
requestId: Math.random() * 10 + ""
|
|
69
|
+
});
|
|
70
|
+
function B() {
|
|
71
|
+
I.completedTransfer({
|
|
69
72
|
shopPayInfoId: u.bankKey.shopPayInfoId,
|
|
70
73
|
orderCode: u.bankKey.orderCode,
|
|
71
|
-
|
|
74
|
+
...A
|
|
72
75
|
}).then((n) => {
|
|
73
76
|
n.data === "success" ? (v({
|
|
74
77
|
message: l("common.submitSuccess"),
|
|
75
78
|
type: "success"
|
|
76
|
-
}), f("refresh", !0), g(),
|
|
79
|
+
}), f("refresh", !0), g(), P.push({
|
|
77
80
|
path: "/buyer/order-info/applyEdit",
|
|
78
81
|
query: { orderId: b.query.orderId }
|
|
79
82
|
})) : f("open-prompt", t);
|
|
@@ -85,9 +88,9 @@ const z = { class: "info-card" }, D = { class: "info-item" }, F = { class: "info
|
|
|
85
88
|
f("close"), y.value = !1;
|
|
86
89
|
}
|
|
87
90
|
function r(n) {
|
|
88
|
-
n &&
|
|
91
|
+
n && z(n);
|
|
89
92
|
}
|
|
90
|
-
function
|
|
93
|
+
function V() {
|
|
91
94
|
const n = navigator.userAgent.includes("Win") ? `\r
|
|
92
95
|
` : `
|
|
93
96
|
`, o = [
|
|
@@ -101,8 +104,8 @@ const z = { class: "info-card" }, D = { class: "info-item" }, F = { class: "info
|
|
|
101
104
|
r(o);
|
|
102
105
|
}
|
|
103
106
|
return (n, o) => {
|
|
104
|
-
const _ =
|
|
105
|
-
return
|
|
107
|
+
const _ = w("el-button"), E = w("el-dialog");
|
|
108
|
+
return K(), q(E, {
|
|
106
109
|
modelValue: y.value,
|
|
107
110
|
"onUpdate:modelValue": o[5] || (o[5] = (d) => y.value = d),
|
|
108
111
|
title: p.title,
|
|
@@ -111,20 +114,20 @@ const z = { class: "info-card" }, D = { class: "info-item" }, F = { class: "info
|
|
|
111
114
|
"destroy-on-close": ""
|
|
112
115
|
}, {
|
|
113
116
|
footer: c(() => [
|
|
114
|
-
e("div",
|
|
115
|
-
|
|
117
|
+
e("div", ee, [
|
|
118
|
+
$(_, { onClick: V }, {
|
|
116
119
|
default: c(() => o[6] || (o[6] = [
|
|
117
|
-
|
|
120
|
+
k("一键复制")
|
|
118
121
|
])),
|
|
119
122
|
_: 1,
|
|
120
123
|
__: [6]
|
|
121
124
|
}),
|
|
122
|
-
|
|
125
|
+
$(_, {
|
|
123
126
|
type: "primary",
|
|
124
|
-
onClick:
|
|
127
|
+
onClick: B
|
|
125
128
|
}, {
|
|
126
129
|
default: c(() => o[7] || (o[7] = [
|
|
127
|
-
|
|
130
|
+
k("已完成转账")
|
|
128
131
|
])),
|
|
129
132
|
_: 1,
|
|
130
133
|
__: [7]
|
|
@@ -133,9 +136,9 @@ const z = { class: "info-card" }, D = { class: "info-item" }, F = { class: "info
|
|
|
133
136
|
]),
|
|
134
137
|
default: c(() => [
|
|
135
138
|
o[8] || (o[8] = e("div", { class: "note" }, "注:切勿遗漏交易附言!", -1)),
|
|
136
|
-
e("div",
|
|
137
|
-
e("div",
|
|
138
|
-
e("div",
|
|
139
|
+
e("div", D, [
|
|
140
|
+
e("div", F, [
|
|
141
|
+
e("div", U, [
|
|
139
142
|
e("span", null, a(n.$t("newsPapepr.payableAmount")), 1),
|
|
140
143
|
e("span", null, a(i(t).payableAmount) + "元", 1)
|
|
141
144
|
]),
|
|
@@ -144,8 +147,8 @@ const z = { class: "info-card" }, D = { class: "info-item" }, F = { class: "info
|
|
|
144
147
|
onClick: o[0] || (o[0] = (d) => r(i(t).payableAmount))
|
|
145
148
|
}, " 复制 ")
|
|
146
149
|
]),
|
|
147
|
-
e("div",
|
|
148
|
-
e("div",
|
|
150
|
+
e("div", W, [
|
|
151
|
+
e("div", G, [
|
|
149
152
|
e("span", null, a(n.$t("newsPapepr.postscript")), 1),
|
|
150
153
|
e("span", null, a(i(t).postscript), 1)
|
|
151
154
|
]),
|
|
@@ -155,9 +158,9 @@ const z = { class: "info-card" }, D = { class: "info-item" }, F = { class: "info
|
|
|
155
158
|
}, " 复制 ")
|
|
156
159
|
])
|
|
157
160
|
]),
|
|
158
|
-
e("div",
|
|
159
|
-
e("div",
|
|
160
|
-
e("div",
|
|
161
|
+
e("div", H, [
|
|
162
|
+
e("div", J, [
|
|
163
|
+
e("div", L, [
|
|
161
164
|
e("span", null, a(n.$t("newsPapepr.payeeName")), 1),
|
|
162
165
|
e("span", null, a(i(t).payeeName), 1)
|
|
163
166
|
]),
|
|
@@ -166,8 +169,8 @@ const z = { class: "info-card" }, D = { class: "info-item" }, F = { class: "info
|
|
|
166
169
|
onClick: o[2] || (o[2] = (d) => r(i(t).payeeName))
|
|
167
170
|
}, " 复制 ")
|
|
168
171
|
]),
|
|
169
|
-
e("div",
|
|
170
|
-
e("div",
|
|
172
|
+
e("div", Q, [
|
|
173
|
+
e("div", X, [
|
|
171
174
|
e("span", null, a(n.$t("newsPapepr.payeeAccount")), 1),
|
|
172
175
|
e("span", null, a(i(t).payeeAccount), 1)
|
|
173
176
|
]),
|
|
@@ -176,8 +179,8 @@ const z = { class: "info-card" }, D = { class: "info-item" }, F = { class: "info
|
|
|
176
179
|
onClick: o[3] || (o[3] = (d) => r(i(t).payeeAccount))
|
|
177
180
|
}, " 复制 ")
|
|
178
181
|
]),
|
|
179
|
-
e("div",
|
|
180
|
-
e("div",
|
|
182
|
+
e("div", Y, [
|
|
183
|
+
e("div", Z, [
|
|
181
184
|
e("span", null, a(n.$t("newsPapepr.payeeBankName")), 1),
|
|
182
185
|
e("span", null, a(i(t).payeeBankName), 1)
|
|
183
186
|
]),
|
|
@@ -193,7 +196,7 @@ const z = { class: "info-card" }, D = { class: "info-item" }, F = { class: "info
|
|
|
193
196
|
}, 8, ["modelValue", "title", "width"]);
|
|
194
197
|
};
|
|
195
198
|
}
|
|
196
|
-
}),
|
|
199
|
+
}), re = /* @__PURE__ */ R(oe, [["__scopeId", "data-v-a3869a1c"]]);
|
|
197
200
|
export {
|
|
198
|
-
|
|
201
|
+
re as default
|
|
199
202
|
};
|