xyvcard-paper-buyer 0.0.28 → 0.0.30
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-B5tQ5VMT.mjs +178 -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 +52 -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--2OAMgrT.mjs +204 -0
- package/dist/{orderAddress-BkCadi1G.mjs → orderAddress-CKllpjjU.mjs} +79 -76
- package/dist/orderInfo-Cl2DftVh.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 +30 -0
- package/dts/lang/order/zh-cn.d.ts +13 -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 +11 -6
- 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,32 +1,32 @@
|
|
|
1
|
-
import { defineComponent as J, ref as v, reactive as
|
|
1
|
+
import { defineComponent as J, ref as v, reactive as $, resolveComponent as r, createElementBlock as w, openBlock as i, createElementVNode as C, createBlock as y, createCommentVNode as K, createVNode as t, unref as s, withCtx as a, Fragment as R, renderList as z, createTextVNode as g, toDisplayString as h } from "vue";
|
|
2
2
|
import { useI18n as O } from "vue-i18n";
|
|
3
3
|
import "element-plus";
|
|
4
|
-
import { routerUtil as
|
|
4
|
+
import { routerUtil as D } from "jmash-core";
|
|
5
5
|
import { useRouter as Q, useRoute as W } from "vue-router";
|
|
6
|
-
import { D as
|
|
6
|
+
import { D as E } from "./index-BGqp7CRm.mjs";
|
|
7
7
|
import { l as X } from "./index-TclOpCe_.mjs";
|
|
8
|
-
import { o as Y } from "./index-
|
|
8
|
+
import { o as Y } from "./index-1iQKY0yJ.mjs";
|
|
9
9
|
import { _ as Z } from "./userInvoice.vue_vue_type_script_setup_true_lang-cUHb_KPE.mjs";
|
|
10
|
-
import { E as x } from "./el-message-
|
|
10
|
+
import { E as x } from "./el-message-VSzNakoG.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({
|
|
13
13
|
__name: "applyEdit",
|
|
14
14
|
setup(ne) {
|
|
15
|
-
const
|
|
16
|
-
function
|
|
15
|
+
const F = Q(), _ = W(), { t: u } = O(), b = v(""), f = v([]);
|
|
16
|
+
function I() {
|
|
17
17
|
X.findMyList({}).then((e) => {
|
|
18
18
|
f.value = e.data.results;
|
|
19
19
|
});
|
|
20
20
|
}
|
|
21
|
-
|
|
22
|
-
const
|
|
23
|
-
|
|
24
|
-
let n =
|
|
21
|
+
I();
|
|
22
|
+
const k = v();
|
|
23
|
+
E.fppzDict.useDictValues();
|
|
24
|
+
let n = $({
|
|
25
25
|
requestId: Math.random() * 10 + "",
|
|
26
26
|
orderId: _.query.orderId,
|
|
27
27
|
tenant: _.query.tenant
|
|
28
28
|
});
|
|
29
|
-
const U =
|
|
29
|
+
const U = $({
|
|
30
30
|
fppz: [{ required: !0, message: u("lqfpFps.fplxRead"), trigger: "blur" }],
|
|
31
31
|
infoId: [{ required: !0, message: u("lqfpFps.dwmcRead"), trigger: "blur" }]
|
|
32
32
|
}), N = (e) => {
|
|
@@ -38,7 +38,7 @@ const le = { class: "app-container" }, oe = { class: "search-container" }, te =
|
|
|
38
38
|
function T(e) {
|
|
39
39
|
if (e) {
|
|
40
40
|
const l = f.value.find((d) => d.infoId === e);
|
|
41
|
-
|
|
41
|
+
l && (b.value = l.nsrsbh || "", n.email = l.sendEmail || "", l.gmfType === "person" && (n.fppz = "02"));
|
|
42
42
|
} else
|
|
43
43
|
b.value = "", n.email = "", n.fppz = "";
|
|
44
44
|
}
|
|
@@ -51,20 +51,20 @@ const le = { class: "app-container" }, oe = { class: "search-container" }, te =
|
|
|
51
51
|
}
|
|
52
52
|
const L = async () => {
|
|
53
53
|
var e;
|
|
54
|
-
await ((e =
|
|
54
|
+
await ((e = k.value) == null ? void 0 : e.validate((l) => {
|
|
55
55
|
l && Y.lqfpApply(n).then((d) => {
|
|
56
|
-
|
|
56
|
+
d.status === 200 && (x({
|
|
57
57
|
message: u("common.submitSuccess"),
|
|
58
58
|
type: "success"
|
|
59
|
-
}),
|
|
59
|
+
}), D.closeTagView(_.fullPath, F, !1));
|
|
60
60
|
});
|
|
61
61
|
}));
|
|
62
62
|
};
|
|
63
63
|
function B(e) {
|
|
64
|
-
e &&
|
|
64
|
+
e && I();
|
|
65
65
|
}
|
|
66
66
|
function M() {
|
|
67
|
-
|
|
67
|
+
D.closeTagView(_.fullPath, F, !1);
|
|
68
68
|
}
|
|
69
69
|
return (e, l) => {
|
|
70
70
|
const d = r("el-radio"), P = r("el-radio-group"), m = r("el-form-item"), c = r("el-col"), S = r("el-option"), j = r("el-select"), V = r("el-button"), q = r("el-input"), G = r("el-row"), H = r("el-form");
|
|
@@ -72,7 +72,7 @@ const le = { class: "app-container" }, oe = { class: "search-container" }, te =
|
|
|
72
72
|
C("div", oe, [
|
|
73
73
|
t(H, {
|
|
74
74
|
ref_key: "lqfpFpsFormRef",
|
|
75
|
-
ref:
|
|
75
|
+
ref: k,
|
|
76
76
|
model: s(n),
|
|
77
77
|
"label-width": "120px",
|
|
78
78
|
rules: U,
|
|
@@ -94,7 +94,7 @@ const le = { class: "app-container" }, oe = { class: "search-container" }, te =
|
|
|
94
94
|
"onUpdate:modelValue": l[0] || (l[0] = (o) => s(n).fppz = o)
|
|
95
95
|
}, {
|
|
96
96
|
default: a(() => [
|
|
97
|
-
(i(!0), w(
|
|
97
|
+
(i(!0), w(R, null, z(s(E).fppzDict.values, (o) => (i(), y(d, {
|
|
98
98
|
key: o.dictCode,
|
|
99
99
|
value: o.dictCode,
|
|
100
100
|
disabled: N(o),
|
|
@@ -132,7 +132,7 @@ const le = { class: "app-container" }, oe = { class: "search-container" }, te =
|
|
|
132
132
|
style: { width: "calc(100% - 100px)", "margin-right": "38px" }
|
|
133
133
|
}, {
|
|
134
134
|
default: a(() => [
|
|
135
|
-
(i(!0), w(
|
|
135
|
+
(i(!0), w(R, null, z(f.value, (o) => (i(), y(S, {
|
|
136
136
|
key: o.infoId,
|
|
137
137
|
label: o.gmfmc,
|
|
138
138
|
value: o.infoId
|
|
@@ -251,7 +251,7 @@ const le = { class: "app-container" }, oe = { class: "search-container" }, te =
|
|
|
251
251
|
]);
|
|
252
252
|
};
|
|
253
253
|
}
|
|
254
|
-
}), ve = /* @__PURE__ */ ee(ae, [["__scopeId", "data-v-
|
|
254
|
+
}), ve = /* @__PURE__ */ ee(ae, [["__scopeId", "data-v-efe24526"]]);
|
|
255
255
|
export {
|
|
256
256
|
ve as default
|
|
257
257
|
};
|
|
Binary file
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
import { defineComponent as U, mergeModels as N, useModel as B, ref as F, reactive as y, resolveComponent as l, createBlock as K, openBlock as x, withCtx as o, createVNode as e, unref as n, createElementVNode as T, createTextVNode as h, toDisplayString as g } from "vue";
|
|
2
|
+
import { useI18n as j } from "vue-i18n";
|
|
3
|
+
import { useRouter as D, useRoute as O } from "vue-router";
|
|
4
|
+
import { ElMessage as V } from "element-plus";
|
|
5
|
+
import { o as z } from "./index-Dph_ktOL.mjs";
|
|
6
|
+
import v from "./assets/3a1c0fd6fbc19dd2.png";
|
|
7
|
+
import { _ as G } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
8
|
+
const H = { class: "footer" }, J = /* @__PURE__ */ U({
|
|
9
|
+
__name: "confirm",
|
|
10
|
+
props: /* @__PURE__ */ N({
|
|
11
|
+
confirmKey: {
|
|
12
|
+
type: Object,
|
|
13
|
+
default: () => ({})
|
|
14
|
+
},
|
|
15
|
+
title: {
|
|
16
|
+
type: String,
|
|
17
|
+
default: ""
|
|
18
|
+
},
|
|
19
|
+
width: {
|
|
20
|
+
type: String,
|
|
21
|
+
default: "550px"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
modelValue: { type: Boolean, default: !1 },
|
|
25
|
+
modelModifiers: {}
|
|
26
|
+
}),
|
|
27
|
+
emits: /* @__PURE__ */ N(["close"], ["update:modelValue"]),
|
|
28
|
+
setup(s, { emit: k }) {
|
|
29
|
+
const f = s, d = B(s, "modelValue"), S = k, { t: _ } = j(), A = D(), q = O(), w = F(), a = y({
|
|
30
|
+
requestId: Math.random() * 10 + "",
|
|
31
|
+
opponentAccountNo: "",
|
|
32
|
+
bankSerialNo: ""
|
|
33
|
+
}), C = y({
|
|
34
|
+
opponentAccountNo: [
|
|
35
|
+
{
|
|
36
|
+
required: !0,
|
|
37
|
+
message: _("newsPapepr.opponentAccountNoRequired"),
|
|
38
|
+
trigger: "blur"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}), P = async () => {
|
|
42
|
+
var t;
|
|
43
|
+
await ((t = w.value) == null ? void 0 : t.validate(async (r) => {
|
|
44
|
+
if (r)
|
|
45
|
+
try {
|
|
46
|
+
(await z.completedTransfer({
|
|
47
|
+
...a,
|
|
48
|
+
merchantNo: f.confirmKey.merchantNo,
|
|
49
|
+
orderNo: f.confirmKey.orderNo
|
|
50
|
+
})).data === !0 && (V.success(_("common.submitSuccess")), c(), A.push({
|
|
51
|
+
path: "/buyer/order-info/applyEdit",
|
|
52
|
+
query: { orderId: q.query.orderId }
|
|
53
|
+
}));
|
|
54
|
+
} catch {
|
|
55
|
+
V.error("提交失败,请重试");
|
|
56
|
+
}
|
|
57
|
+
}));
|
|
58
|
+
};
|
|
59
|
+
function c() {
|
|
60
|
+
S("close"), d.value = !1;
|
|
61
|
+
}
|
|
62
|
+
return (t, r) => {
|
|
63
|
+
const p = l("el-input"), m = l("el-form-item"), u = l("el-col"), R = l("el-divider"), $ = l("el-image"), I = l("el-row"), M = l("el-form"), b = l("el-button"), E = l("el-dialog");
|
|
64
|
+
return x(), K(E, {
|
|
65
|
+
modelValue: d.value,
|
|
66
|
+
"onUpdate:modelValue": r[2] || (r[2] = (i) => d.value = i),
|
|
67
|
+
title: s.title,
|
|
68
|
+
width: s.width,
|
|
69
|
+
onClose: c,
|
|
70
|
+
"destroy-on-close": ""
|
|
71
|
+
}, {
|
|
72
|
+
footer: o(() => [
|
|
73
|
+
T("div", H, [
|
|
74
|
+
e(b, { onClick: c }, {
|
|
75
|
+
default: o(() => [
|
|
76
|
+
h(g(t.$t("common.cancel")), 1)
|
|
77
|
+
]),
|
|
78
|
+
_: 1
|
|
79
|
+
}),
|
|
80
|
+
e(b, {
|
|
81
|
+
type: "primary",
|
|
82
|
+
onClick: P
|
|
83
|
+
}, {
|
|
84
|
+
default: o(() => [
|
|
85
|
+
h(g(t.$t("common.confirm")), 1)
|
|
86
|
+
]),
|
|
87
|
+
_: 1
|
|
88
|
+
})
|
|
89
|
+
])
|
|
90
|
+
]),
|
|
91
|
+
default: o(() => [
|
|
92
|
+
e(M, {
|
|
93
|
+
ref_key: "confirmFormRef",
|
|
94
|
+
ref: w,
|
|
95
|
+
model: n(a),
|
|
96
|
+
"label-width": "120px",
|
|
97
|
+
rules: n(C),
|
|
98
|
+
style: { "margin-top": "20px" }
|
|
99
|
+
}, {
|
|
100
|
+
default: o(() => [
|
|
101
|
+
e(I, { gutter: 20 }, {
|
|
102
|
+
default: o(() => [
|
|
103
|
+
e(u, { span: 20 }, {
|
|
104
|
+
default: o(() => [
|
|
105
|
+
e(m, {
|
|
106
|
+
label: t.$t("newsPapepr.opponentAccountNo"),
|
|
107
|
+
prop: "opponentAccountNo"
|
|
108
|
+
}, {
|
|
109
|
+
default: o(() => [
|
|
110
|
+
e(p, {
|
|
111
|
+
modelValue: n(a).opponentAccountNo,
|
|
112
|
+
"onUpdate:modelValue": r[0] || (r[0] = (i) => n(a).opponentAccountNo = i),
|
|
113
|
+
placeholder: t.$t("newsPapepr.opponentAccountNoRequired"),
|
|
114
|
+
"show-word-limit": "",
|
|
115
|
+
clearable: ""
|
|
116
|
+
}, null, 8, ["modelValue", "placeholder"])
|
|
117
|
+
]),
|
|
118
|
+
_: 1
|
|
119
|
+
}, 8, ["label"])
|
|
120
|
+
]),
|
|
121
|
+
_: 1
|
|
122
|
+
}),
|
|
123
|
+
e(u, { span: 20 }, {
|
|
124
|
+
default: o(() => [
|
|
125
|
+
e(m, {
|
|
126
|
+
label: t.$t("newsPapepr.bankSerialNo"),
|
|
127
|
+
prop: "bankSerialNo"
|
|
128
|
+
}, {
|
|
129
|
+
default: o(() => [
|
|
130
|
+
e(p, {
|
|
131
|
+
modelValue: n(a).bankSerialNo,
|
|
132
|
+
"onUpdate:modelValue": r[1] || (r[1] = (i) => n(a).bankSerialNo = i),
|
|
133
|
+
placeholder: t.$t("newsPapepr.bankSerialNoRequired"),
|
|
134
|
+
"show-word-limit": "",
|
|
135
|
+
clearable: ""
|
|
136
|
+
}, null, 8, ["modelValue", "placeholder"])
|
|
137
|
+
]),
|
|
138
|
+
_: 1
|
|
139
|
+
}, 8, ["label"])
|
|
140
|
+
]),
|
|
141
|
+
_: 1
|
|
142
|
+
}),
|
|
143
|
+
e(R),
|
|
144
|
+
e(u, { span: 24 }, {
|
|
145
|
+
default: o(() => [
|
|
146
|
+
e(m, {
|
|
147
|
+
label: t.$t("newsPapepr.image")
|
|
148
|
+
}, {
|
|
149
|
+
default: o(() => [
|
|
150
|
+
e($, {
|
|
151
|
+
src: n(v),
|
|
152
|
+
"preview-src-list": [n(v)],
|
|
153
|
+
"preview-teleported": "",
|
|
154
|
+
"hide-on-click-modal": "",
|
|
155
|
+
fit: "contain",
|
|
156
|
+
style: { width: "300px", height: "auto" }
|
|
157
|
+
}, null, 8, ["src", "preview-src-list"])
|
|
158
|
+
]),
|
|
159
|
+
_: 1
|
|
160
|
+
}, 8, ["label"])
|
|
161
|
+
]),
|
|
162
|
+
_: 1
|
|
163
|
+
})
|
|
164
|
+
]),
|
|
165
|
+
_: 1
|
|
166
|
+
})
|
|
167
|
+
]),
|
|
168
|
+
_: 1
|
|
169
|
+
}, 8, ["model", "rules"])
|
|
170
|
+
]),
|
|
171
|
+
_: 1
|
|
172
|
+
}, 8, ["modelValue", "title", "width"]);
|
|
173
|
+
};
|
|
174
|
+
}
|
|
175
|
+
}), oe = /* @__PURE__ */ G(J, [["__scopeId", "data-v-d8628470"]]);
|
|
176
|
+
export {
|
|
177
|
+
oe as default
|
|
178
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as I, mergeModels as
|
|
1
|
+
import { defineComponent as I, mergeModels as b, ref as P, reactive as g, useModel as C, resolveComponent as m, createBlock as M, openBlock as k, withCtx as r, createVNode as e, unref as d, createElementVNode as E, createTextVNode as V, toDisplayString as U } from "vue";
|
|
2
2
|
import { ElMessage as B } from "element-plus";
|
|
3
3
|
import { JmashRegionTree as F } from "jmash-region";
|
|
4
4
|
import { useI18n as T } from "vue-i18n";
|
|
@@ -6,7 +6,7 @@ import { o as D } from "./index-BP8zUjOw.mjs";
|
|
|
6
6
|
import { _ as S } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
7
7
|
const j = { class: "dialog-footer" }, J = /* @__PURE__ */ I({
|
|
8
8
|
__name: "edit",
|
|
9
|
-
props: /* @__PURE__ */
|
|
9
|
+
props: /* @__PURE__ */ b({
|
|
10
10
|
entityKey: {
|
|
11
11
|
type: Object,
|
|
12
12
|
default: () => {
|
|
@@ -16,16 +16,16 @@ const j = { class: "dialog-footer" }, J = /* @__PURE__ */ I({
|
|
|
16
16
|
modelValue: { type: Boolean },
|
|
17
17
|
modelModifiers: {}
|
|
18
18
|
}),
|
|
19
|
-
emits: /* @__PURE__ */
|
|
19
|
+
emits: /* @__PURE__ */ b(["refresh"], ["update:modelValue"]),
|
|
20
20
|
setup(h, { emit: A }) {
|
|
21
21
|
const { t: n } = T(), f = P();
|
|
22
|
-
let t =
|
|
22
|
+
let t = g({
|
|
23
23
|
requestId: Math.random() * 10 + "",
|
|
24
24
|
updateMask: ""
|
|
25
25
|
});
|
|
26
|
-
const v = (l, o,
|
|
27
|
-
o && !/^(((\d{3,4}-)?[0-9]{7,8})|(1(3|4|5|6|7|8|9)\d{9}))$/.test(o) ?
|
|
28
|
-
}, q =
|
|
26
|
+
const v = (l, o, s) => {
|
|
27
|
+
o && !/^(((\d{3,4}-)?[0-9]{7,8})|(1(3|4|5|6|7|8|9)\d{9}))$/.test(o) ? s(new Error(n("orderUserAddress.mobilePhoneTrueRequired"))) : s();
|
|
28
|
+
}, q = g({
|
|
29
29
|
note: [
|
|
30
30
|
{
|
|
31
31
|
required: !0,
|
|
@@ -64,11 +64,11 @@ const j = { class: "dialog-footer" }, J = /* @__PURE__ */ I({
|
|
|
64
64
|
}), u = C(h, "modelValue"), N = A, w = async () => {
|
|
65
65
|
var l;
|
|
66
66
|
await ((l = f.value) == null ? void 0 : l.validate((o) => {
|
|
67
|
-
o && D.create(t).then((
|
|
68
|
-
|
|
67
|
+
o && D.create(t).then((s) => {
|
|
68
|
+
s.status === 200 && (B({
|
|
69
69
|
message: n("common.submitSuccess"),
|
|
70
70
|
type: "success"
|
|
71
|
-
}), u.value && (u.value = !1), N("refresh",
|
|
71
|
+
}), u.value && (u.value = !1), N("refresh", s.status === 200));
|
|
72
72
|
});
|
|
73
73
|
}));
|
|
74
74
|
};
|
|
@@ -76,21 +76,21 @@ const j = { class: "dialog-footer" }, J = /* @__PURE__ */ I({
|
|
|
76
76
|
u.value && (u.value = !1);
|
|
77
77
|
}
|
|
78
78
|
return (l, o) => {
|
|
79
|
-
const
|
|
79
|
+
const s = m("el-input"), i = m("el-form-item"), p = m("el-col"), R = m("el-row"), y = m("el-form"), _ = m("el-button"), $ = m("el-dialog");
|
|
80
80
|
return k(), M($, {
|
|
81
81
|
modelValue: u.value,
|
|
82
|
-
"onUpdate:modelValue": o[5] || (o[5] = (
|
|
82
|
+
"onUpdate:modelValue": o[5] || (o[5] = (a) => u.value = a),
|
|
83
83
|
onClose: c
|
|
84
84
|
}, {
|
|
85
85
|
footer: r(() => [
|
|
86
86
|
E("div", j, [
|
|
87
|
-
e(
|
|
87
|
+
e(_, { onClick: c }, {
|
|
88
88
|
default: r(() => [
|
|
89
89
|
V(U(l.$t("common.cancel")), 1)
|
|
90
90
|
]),
|
|
91
91
|
_: 1
|
|
92
92
|
}),
|
|
93
|
-
e(
|
|
93
|
+
e(_, {
|
|
94
94
|
type: "primary",
|
|
95
95
|
onClick: w
|
|
96
96
|
}, {
|
|
@@ -119,9 +119,9 @@ const j = { class: "dialog-footer" }, J = /* @__PURE__ */ I({
|
|
|
119
119
|
prop: "note"
|
|
120
120
|
}, {
|
|
121
121
|
default: r(() => [
|
|
122
|
-
e(
|
|
122
|
+
e(s, {
|
|
123
123
|
modelValue: d(t).note,
|
|
124
|
-
"onUpdate:modelValue": o[0] || (o[0] = (
|
|
124
|
+
"onUpdate:modelValue": o[0] || (o[0] = (a) => d(t).note = a),
|
|
125
125
|
placeholder: l.$t("orderUserAddress.noteRequired"),
|
|
126
126
|
"show-word-limit": "",
|
|
127
127
|
clearable: ""
|
|
@@ -139,9 +139,9 @@ const j = { class: "dialog-footer" }, J = /* @__PURE__ */ I({
|
|
|
139
139
|
prop: "userName"
|
|
140
140
|
}, {
|
|
141
141
|
default: r(() => [
|
|
142
|
-
e(
|
|
142
|
+
e(s, {
|
|
143
143
|
modelValue: d(t).userName,
|
|
144
|
-
"onUpdate:modelValue": o[1] || (o[1] = (
|
|
144
|
+
"onUpdate:modelValue": o[1] || (o[1] = (a) => d(t).userName = a),
|
|
145
145
|
placeholder: l.$t("orderUserAddress.userNameRequired"),
|
|
146
146
|
"show-word-limit": "",
|
|
147
147
|
clearable: ""
|
|
@@ -159,9 +159,9 @@ const j = { class: "dialog-footer" }, J = /* @__PURE__ */ I({
|
|
|
159
159
|
prop: "mobilePhone"
|
|
160
160
|
}, {
|
|
161
161
|
default: r(() => [
|
|
162
|
-
e(
|
|
162
|
+
e(s, {
|
|
163
163
|
modelValue: d(t).mobilePhone,
|
|
164
|
-
"onUpdate:modelValue": o[2] || (o[2] = (
|
|
164
|
+
"onUpdate:modelValue": o[2] || (o[2] = (a) => d(t).mobilePhone = a),
|
|
165
165
|
placeholder: l.$t("orderUserAddress.mobilePhoneRequired"),
|
|
166
166
|
"show-word-limit": "",
|
|
167
167
|
clearable: ""
|
|
@@ -182,7 +182,7 @@ const j = { class: "dialog-footer" }, J = /* @__PURE__ */ I({
|
|
|
182
182
|
default: r(() => [
|
|
183
183
|
e(d(F), {
|
|
184
184
|
modelValue: d(t).provinceName,
|
|
185
|
-
"onUpdate:modelValue": o[3] || (o[3] = (
|
|
185
|
+
"onUpdate:modelValue": o[3] || (o[3] = (a) => d(t).provinceName = a),
|
|
186
186
|
placeholder: l.$t("orderUserAddress.provinceNameRequired"),
|
|
187
187
|
clearable: ""
|
|
188
188
|
}, null, 8, ["modelValue", "placeholder"])
|
|
@@ -196,9 +196,9 @@ const j = { class: "dialog-footer" }, J = /* @__PURE__ */ I({
|
|
|
196
196
|
default: r(() => [
|
|
197
197
|
e(i, { prop: "detailInfo" }, {
|
|
198
198
|
default: r(() => [
|
|
199
|
-
e(
|
|
199
|
+
e(s, {
|
|
200
200
|
modelValue: d(t).detailInfo,
|
|
201
|
-
"onUpdate:modelValue": o[4] || (o[4] = (
|
|
201
|
+
"onUpdate:modelValue": o[4] || (o[4] = (a) => d(t).detailInfo = a),
|
|
202
202
|
placeholder: l.$t("orderUserAddress.detailInfoRequired"),
|
|
203
203
|
"show-word-limit": "",
|
|
204
204
|
clearable: "",
|
|
@@ -221,7 +221,7 @@ const j = { class: "dialog-footer" }, J = /* @__PURE__ */ I({
|
|
|
221
221
|
}, 8, ["modelValue"]);
|
|
222
222
|
};
|
|
223
223
|
}
|
|
224
|
-
}), Q = /* @__PURE__ */ S(J, [["__scopeId", "data-v-
|
|
224
|
+
}), Q = /* @__PURE__ */ S(J, [["__scopeId", "data-v-e66725eb"]]);
|
|
225
225
|
export {
|
|
226
226
|
Q as default
|
|
227
227
|
};
|