xyvcard-paper-buyer 0.0.47 → 0.0.48
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-CZsU0uYe.mjs → applyEdit-Ch-oVoTx.mjs} +1 -1
- package/dist/{confirm-CLQHmyNq.mjs → confirm-BK-aSN_z.mjs} +28 -29
- package/dist/{index-DyTbbNUO.mjs → index-BKZPqxLM.mjs} +518 -500
- package/dist/{index-Bwcd1jCz.mjs → index-CBj9jO6o.mjs} +36 -37
- package/dist/index.mjs +2 -2
- package/dist/{info-D1TgjVdG.mjs → info-D61FnBcM.mjs} +3 -3
- package/dist/{onlineBanking-5anhjN7y.mjs → onlineBanking-CdDAY0YQ.mjs} +24 -23
- package/dist/{orderAddress-DMeZ9ynO.mjs → orderAddress-BBFS2Jys.mjs} +2 -2
- package/dist/{orderInfo-sDrLIKdZ.mjs → orderInfo-mkmFfFuC.mjs} +3 -3
- package/dist/{payment-D2PWs1qD.mjs → payment-C1UwHZy4.mjs} +26 -25
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -5,7 +5,7 @@ import { routerUtil as D } from "jmash-core";
|
|
|
5
5
|
import { useRouter as Q, useRoute as W } from "vue-router";
|
|
6
6
|
import { D as U } from "./index-Knr6dYOL.mjs";
|
|
7
7
|
import { _ as X, u as Y } from "./userInvoice.vue_vue_type_script_setup_true_lang-3eHl8CCv.mjs";
|
|
8
|
-
import { o as Z } from "./index-
|
|
8
|
+
import { o as Z } from "./index-BKZPqxLM.mjs";
|
|
9
9
|
import { E as x } from "./el-message-VSzNakoG.mjs";
|
|
10
10
|
import { _ as ee } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
11
11
|
const le = { class: "app-container" }, oe = { class: "search-container" }, te = { class: "form-footer" }, ae = /* @__PURE__ */ J({
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { defineComponent as Y, mergeModels as h, useModel as
|
|
2
|
-
import { useI18n as
|
|
3
|
-
import { useRouter as
|
|
1
|
+
import { defineComponent as Y, mergeModels as h, useModel as U, ref as E, reactive as y, resolveComponent as n, createBlock as H, openBlock as B, withCtx as o, createVNode as e, unref as a, createElementVNode as F, createTextVNode as V, toDisplayString as g } from "vue";
|
|
2
|
+
import { useI18n as K } from "vue-i18n";
|
|
3
|
+
import { useRouter as j, useRoute as O } from "vue-router";
|
|
4
4
|
import { ElMessage as k } from "element-plus";
|
|
5
|
-
import { o as
|
|
5
|
+
import { o as z } from "./index-B90ZLkZ9.mjs";
|
|
6
6
|
import N from "./assets/3a1c0fd6fbc19dd2.png";
|
|
7
|
-
import { _ as
|
|
8
|
-
const
|
|
7
|
+
import { _ as G } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
8
|
+
const J = { class: "footer" }, L = /* @__PURE__ */ Y({
|
|
9
9
|
__name: "confirm",
|
|
10
10
|
props: /* @__PURE__ */ h({
|
|
11
11
|
confirmKey: {
|
|
@@ -26,11 +26,9 @@ const G = { class: "footer" }, J = /* @__PURE__ */ Y({
|
|
|
26
26
|
}),
|
|
27
27
|
emits: /* @__PURE__ */ h(["close"], ["update:modelValue"]),
|
|
28
28
|
setup(i, { emit: v }) {
|
|
29
|
-
const _ = i, u =
|
|
30
|
-
j();
|
|
31
|
-
const w = U(), r = y({
|
|
29
|
+
const _ = i, u = U(i, "modelValue"), R = v, { t: c } = K(), P = j(), D = O(), w = E(), r = y({
|
|
32
30
|
requestId: Math.random() * 10 + ""
|
|
33
|
-
}),
|
|
31
|
+
}), q = y({
|
|
34
32
|
opponentAccountNo: [
|
|
35
33
|
{
|
|
36
34
|
required: !0,
|
|
@@ -50,12 +48,13 @@ const G = { class: "footer" }, J = /* @__PURE__ */ Y({
|
|
|
50
48
|
await ((l = w.value) == null ? void 0 : l.validate(async (t) => {
|
|
51
49
|
if (t)
|
|
52
50
|
try {
|
|
53
|
-
(await
|
|
51
|
+
(await z.completedTransfer({
|
|
54
52
|
...r,
|
|
55
53
|
shopPayInfoId: _.confirmKey.shopPayInfoId,
|
|
56
54
|
orderCode: _.confirmKey.orderCode
|
|
57
55
|
})).data === "success" && (k.success(c("common.submitSuccess")), f(), P.push({
|
|
58
|
-
path: "/buyer/order-info"
|
|
56
|
+
path: "/buyer/order-info/applyEdit",
|
|
57
|
+
query: { orderId: D.query.orderId }
|
|
59
58
|
}));
|
|
60
59
|
} catch {
|
|
61
60
|
k.error("提交失败,请重试");
|
|
@@ -66,7 +65,7 @@ const G = { class: "footer" }, J = /* @__PURE__ */ Y({
|
|
|
66
65
|
R("close"), u.value = !1;
|
|
67
66
|
}
|
|
68
67
|
return (l, t) => {
|
|
69
|
-
const p = n("el-input"),
|
|
68
|
+
const p = n("el-input"), s = n("el-form-item"), m = n("el-col"), C = n("el-date-picker"), I = n("el-divider"), M = n("el-image"), S = n("el-row"), T = n("el-form"), b = n("el-button"), A = n("el-dialog");
|
|
70
69
|
return B(), H(A, {
|
|
71
70
|
modelValue: u.value,
|
|
72
71
|
"onUpdate:modelValue": t[4] || (t[4] = (d) => u.value = d),
|
|
@@ -76,7 +75,7 @@ const G = { class: "footer" }, J = /* @__PURE__ */ Y({
|
|
|
76
75
|
"destroy-on-close": ""
|
|
77
76
|
}, {
|
|
78
77
|
footer: o(() => [
|
|
79
|
-
|
|
78
|
+
F("div", J, [
|
|
80
79
|
e(b, { onClick: f }, {
|
|
81
80
|
default: o(() => [
|
|
82
81
|
V(g(l.$t("common.cancel")), 1)
|
|
@@ -100,15 +99,15 @@ const G = { class: "footer" }, J = /* @__PURE__ */ Y({
|
|
|
100
99
|
ref: w,
|
|
101
100
|
model: a(r),
|
|
102
101
|
"label-width": "120px",
|
|
103
|
-
rules: a(
|
|
102
|
+
rules: a(q),
|
|
104
103
|
style: { "margin-top": "20px" }
|
|
105
104
|
}, {
|
|
106
105
|
default: o(() => [
|
|
107
106
|
e(S, { gutter: 20 }, {
|
|
108
107
|
default: o(() => [
|
|
109
|
-
e(
|
|
108
|
+
e(m, { span: 20 }, {
|
|
110
109
|
default: o(() => [
|
|
111
|
-
e(
|
|
110
|
+
e(s, {
|
|
112
111
|
label: l.$t("newsPapepr.opponentAccountNo"),
|
|
113
112
|
prop: "opponentAccountNo"
|
|
114
113
|
}, {
|
|
@@ -126,14 +125,14 @@ const G = { class: "footer" }, J = /* @__PURE__ */ Y({
|
|
|
126
125
|
]),
|
|
127
126
|
_: 1
|
|
128
127
|
}),
|
|
129
|
-
e(
|
|
128
|
+
e(m, { span: 20 }, {
|
|
130
129
|
default: o(() => [
|
|
131
|
-
e(
|
|
130
|
+
e(s, {
|
|
132
131
|
label: l.$t("newsPapepr.tradeDateTime"),
|
|
133
132
|
prop: "tradeDateTime"
|
|
134
133
|
}, {
|
|
135
134
|
default: o(() => [
|
|
136
|
-
e(
|
|
135
|
+
e(C, {
|
|
137
136
|
modelValue: a(r).tradeDateTime,
|
|
138
137
|
"onUpdate:modelValue": t[1] || (t[1] = (d) => a(r).tradeDateTime = d),
|
|
139
138
|
type: "datetime",
|
|
@@ -148,9 +147,9 @@ const G = { class: "footer" }, J = /* @__PURE__ */ Y({
|
|
|
148
147
|
]),
|
|
149
148
|
_: 1
|
|
150
149
|
}),
|
|
151
|
-
e(
|
|
150
|
+
e(m, { span: 20 }, {
|
|
152
151
|
default: o(() => [
|
|
153
|
-
e(
|
|
152
|
+
e(s, {
|
|
154
153
|
label: l.$t("newsPapepr.bankSerialNo"),
|
|
155
154
|
prop: "bankSerialNo"
|
|
156
155
|
}, {
|
|
@@ -168,9 +167,9 @@ const G = { class: "footer" }, J = /* @__PURE__ */ Y({
|
|
|
168
167
|
]),
|
|
169
168
|
_: 1
|
|
170
169
|
}),
|
|
171
|
-
e(
|
|
170
|
+
e(m, { span: 20 }, {
|
|
172
171
|
default: o(() => [
|
|
173
|
-
e(
|
|
172
|
+
e(s, {
|
|
174
173
|
label: l.$t("newsPapepr.handleRemark"),
|
|
175
174
|
prop: "handleRemark"
|
|
176
175
|
}, {
|
|
@@ -188,10 +187,10 @@ const G = { class: "footer" }, J = /* @__PURE__ */ Y({
|
|
|
188
187
|
]),
|
|
189
188
|
_: 1
|
|
190
189
|
}),
|
|
191
|
-
e(
|
|
192
|
-
e(
|
|
190
|
+
e(I),
|
|
191
|
+
e(m, { span: 24 }, {
|
|
193
192
|
default: o(() => [
|
|
194
|
-
e(
|
|
193
|
+
e(s, {
|
|
195
194
|
label: l.$t("newsPapepr.image")
|
|
196
195
|
}, {
|
|
197
196
|
default: o(() => [
|
|
@@ -220,7 +219,7 @@ const G = { class: "footer" }, J = /* @__PURE__ */ Y({
|
|
|
220
219
|
}, 8, ["modelValue", "title", "width"]);
|
|
221
220
|
};
|
|
222
221
|
}
|
|
223
|
-
}),
|
|
222
|
+
}), le = /* @__PURE__ */ G(L, [["__scopeId", "data-v-fa1e2eb5"]]);
|
|
224
223
|
export {
|
|
225
|
-
|
|
224
|
+
le as default
|
|
226
225
|
};
|