xyvcard-paper-buyer 0.0.40 → 0.0.42

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.
Files changed (34) hide show
  1. package/README.md +51 -51
  2. package/dist/{applyEdit-B0CKdbR2.mjs → applyEdit-PZxjIdlm.mjs} +6 -5
  3. package/dist/{confirm-HoPA9uSr.mjs → confirm-BYEYokBP.mjs} +24 -26
  4. package/dist/{edit-CgLvvQy2.mjs → edit--iYDGPN6.mjs} +9 -9
  5. package/dist/edit-DxbJEXn-.mjs +260 -0
  6. package/dist/{index-DyTbbNUO.mjs → index-BKZPqxLM.mjs} +518 -500
  7. package/dist/{index-CX-7x1SL.mjs → index-BRBqB4uC.mjs} +44 -37
  8. package/dist/{index-BqwYBqQF.mjs → index-BWV5njqv.mjs} +1 -1
  9. package/dist/{index-BGqp7CRm.mjs → index-CUfcoWMj.mjs} +1 -2
  10. package/dist/{index-C8vnqMMv.mjs → index-C_O5LkoO.mjs} +3 -2
  11. package/dist/index.mjs +6 -10
  12. package/dist/{info-BhjWwF6z.mjs → info-yQ5o6UTa.mjs} +15 -15
  13. package/dist/{invoice-DppfMFDj.mjs → invoice-Ca967WuM.mjs} +2 -2
  14. package/dist/{invoiceEdit-BKEb7oNj.mjs → invoiceEdit-BPyK5oBD.mjs} +31 -30
  15. package/dist/{invoiceView-41EDyu0B.mjs → invoiceView-BQ20QFpo.mjs} +4 -3
  16. package/dist/{list-DNIbCic-.mjs → list-CeY2OdrK.mjs} +28 -25
  17. package/dist/{onlineBanking-BIjxFuQ5.mjs → onlineBanking-CdDAY0YQ.mjs} +47 -44
  18. package/dist/{orderAddress-BHmLnG9Z.mjs → orderAddress-BXu0z9LD.mjs} +80 -79
  19. package/dist/{orderInfo-CiPVCQxz.mjs → orderInfo-CxDN2Vgs.mjs} +24 -21
  20. package/dist/orderPaper-DAXED5UU.mjs +148 -0
  21. package/dist/{payment-B8q1Mpiy.mjs → payment-DD_Lhvf0.mjs} +7 -7
  22. package/dist/{prompt-CF5J3V95.mjs → prompt-DQX4apPU.mjs} +1 -1
  23. package/dist/{sendDialog-D50t3cjw.mjs → sendDialog-B0HE_2cs.mjs} +4 -4
  24. package/dist/style.css +1 -1
  25. package/dist/{userInvoice-DhoqnQE4.mjs → userInvoice-ByXwccaa.mjs} +1 -1
  26. package/dist/{userInvoice.vue_vue_type_script_setup_true_lang-DV5JSa_i.mjs → userInvoice.vue_vue_type_script_setup_true_lang-BaWmhSHl.mjs} +1 -1
  27. package/dts/api/buyer/lqfp-fp/types.d.ts +1 -0
  28. package/dts/api/buyer/order-newspaper/types.d.ts +1 -1
  29. package/dts/api/buyer/order-user-address/types.d.ts +1 -0
  30. package/dts/utils/momentPlugin.d.ts +5 -0
  31. package/dts/views/buyer/order-newspaper/payment copy.vue.d.ts +2 -0
  32. package/package.json +62 -62
  33. package/dist/edit-D2_W7oIL.mjs +0 -227
  34. package/dist/orderPaper-DLv8c7Hi.mjs +0 -153
@@ -1,24 +1,24 @@
1
- import { defineComponent as O, ref as I, 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 V } from "vue";
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
2
  import { useI18n as W } from "vue-i18n";
3
3
  import "element-plus";
4
4
  import { routerUtil as F } from "jmash-core";
5
5
  import { useRouter as X, useRoute as Y } from "vue-router";
6
- import { D as U } from "./index-BGqp7CRm.mjs";
6
+ import { D as U } from "./index-CUfcoWMj.mjs";
7
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";
8
+ import { _ as ee, u as le } from "./userInvoice.vue_vue_type_script_setup_true_lang-BaWmhSHl.mjs";
9
9
  import { E as oe } from "./el-message-VSzNakoG.mjs";
10
10
  import { _ as te } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
11
11
  const ae = { class: "app-container" }, ne = { class: "search-container" }, se = { class: "form-footer" }, re = /* @__PURE__ */ O({
12
12
  __name: "invoiceEdit",
13
- setup(de) {
14
- const b = X(), m = Y(), { t: c } = W(), N = m.query.orderCode, T = m.query.organId, g = I(""), _ = I([]);
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 z = I();
21
+ const k = V();
22
22
  U.fppzDict.useDictValues();
23
23
  let n = D({
24
24
  requestId: Math.random() * 10 + ""
@@ -28,18 +28,18 @@ const ae = { class: "app-container" }, ne = { class: "search-container" }, se =
28
28
  infoId: [{ required: !0, message: c("lqfpFps.dwmcRead"), trigger: "blur" }]
29
29
  }), M = (e) => {
30
30
  const l = _.value.find(
31
- (d) => d.infoId === n.infoId
31
+ (i) => i.infoId === n.infoId
32
32
  );
33
33
  return !l || l.gmfType !== "person" ? !1 : e.dictCode !== "02";
34
34
  };
35
35
  function A(e) {
36
36
  if (e) {
37
- const l = _.value.find((d) => d.infoId === e);
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 = "";
41
41
  }
42
- const p = I({
42
+ const p = V({
43
43
  title: c("common.add"),
44
44
  visible: !1
45
45
  });
@@ -53,23 +53,23 @@ const ae = { class: "app-container" }, ne = { class: "search-container" }, se =
53
53
  }
54
54
  const S = async () => {
55
55
  var e;
56
- await ((e = z.value) == null ? void 0 : e.validate((l) => {
56
+ await ((e = k.value) == null ? void 0 : e.validate((l) => {
57
57
  if (l) {
58
- const d = {
59
- requestId: n.requestId,
58
+ const i = {
59
+ ...n,
60
60
  organId: T,
61
61
  orderNo: N,
62
62
  infoId: n.infoId,
63
63
  fppz: n.fppz
64
64
  };
65
- Z.reissue(d).then((q) => {
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 i = m.query.from;
72
- i && F.closeTagView(i, b, !1);
71
+ const d = m.query.from;
72
+ d && F.closeTagView(d, b, !1);
73
73
  }
74
74
  });
75
75
  }
@@ -82,12 +82,12 @@ const ae = { class: "app-container" }, ne = { class: "search-container" }, se =
82
82
  F.closeTagView(m.fullPath, b, !1);
83
83
  }
84
84
  return (e, l) => {
85
- const d = s("el-radio"), q = s("el-radio-group"), i = s("el-form-item"), u = s("el-col"), G = s("el-option"), H = s("el-select"), h = s("el-button"), k = s("el-input"), J = s("el-row"), K = s("el-form");
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
86
  return f(), w("div", ae, [
87
87
  $("div", ne, [
88
88
  o(K, {
89
89
  ref_key: "lqfpFpsInvoiceFormRef",
90
- ref: z,
90
+ ref: k,
91
91
  model: r(n),
92
92
  "label-width": "120px",
93
93
  rules: L,
@@ -98,7 +98,7 @@ const ae = { class: "app-container" }, ne = { class: "search-container" }, se =
98
98
  default: t(() => [
99
99
  o(u, { span: 18 }, {
100
100
  default: t(() => [
101
- o(i, {
101
+ o(d, {
102
102
  label: e.$t("lqfpFps.fplx"),
103
103
  class: "center-align",
104
104
  prop: "fppz"
@@ -109,14 +109,14 @@ const ae = { class: "app-container" }, ne = { class: "search-container" }, se =
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(U).fppzDict.values, (a) => (f(), y(d, {
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
115
  disabled: M(a),
116
116
  size: "large"
117
117
  }, {
118
118
  default: t(() => [
119
- v(V(a.dictName), 1)
119
+ v(I(a.dictName), 1)
120
120
  ]),
121
121
  _: 2
122
122
  }, 1032, ["value", "disabled"]))), 128))
@@ -131,7 +131,7 @@ const ae = { class: "app-container" }, ne = { class: "search-container" }, se =
131
131
  }),
132
132
  o(u, { span: 18 }, {
133
133
  default: t(() => [
134
- o(i, {
134
+ o(d, {
135
135
  label: e.$t("lqfpFps.dwmc"),
136
136
  prop: "infoId"
137
137
  }, {
@@ -169,7 +169,7 @@ const ae = { class: "app-container" }, ne = { class: "search-container" }, se =
169
169
  style: { "margin-left": "12px" }
170
170
  }, {
171
171
  default: t(() => [
172
- v(V(e.$t("common.add")), 1)
172
+ v(I(e.$t("common.add")), 1)
173
173
  ]),
174
174
  _: 1
175
175
  })
@@ -193,12 +193,12 @@ const ae = { class: "app-container" }, ne = { class: "search-container" }, se =
193
193
  }),
194
194
  o(u, { span: 18 }, {
195
195
  default: t(() => [
196
- o(i, {
196
+ o(d, {
197
197
  label: e.$t("lqfpFps.nsrsbh"),
198
198
  prop: "nsrsbh"
199
199
  }, {
200
200
  default: t(() => [
201
- o(k, {
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 ae = { class: "app-container" }, ne = { class: "search-container" }, se =
213
213
  }),
214
214
  o(u, { span: 18 }, {
215
215
  default: t(() => [
216
- o(i, {
216
+ o(d, {
217
217
  label: e.$t("lqfpFps.email"),
218
218
  prop: "email"
219
219
  }, {
220
220
  default: t(() => [
221
- o(k, {
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"),
@@ -237,7 +237,7 @@ const ae = { class: "app-container" }, ne = { class: "search-container" }, se =
237
237
  $("div", se, [
238
238
  o(h, { onClick: x }, {
239
239
  default: t(() => [
240
- v(V(e.$t("common.cancel")), 1)
240
+ v(I(e.$t("common.cancel")), 1)
241
241
  ]),
242
242
  _: 1
243
243
  }),
@@ -246,7 +246,7 @@ const ae = { class: "app-container" }, ne = { class: "search-container" }, se =
246
246
  onClick: S
247
247
  }, {
248
248
  default: t(() => [
249
- v(V(e.$t("common.confirm")), 1)
249
+ v(I(e.$t("common.confirm")), 1)
250
250
  ]),
251
251
  _: 1
252
252
  })
@@ -261,12 +261,13 @@ const ae = { class: "app-container" }, ne = { class: "search-container" }, se =
261
261
  "onUpdate:modelValue": l[4] || (l[4] = (a) => p.value.visible = a),
262
262
  title: p.value.title,
263
263
  onRefresh: j,
264
- width: "900px"
264
+ width: "900px",
265
+ "close-on-click-modal": !1
265
266
  }, null, 8, ["modelValue", "title"])) : Q("", !0)
266
267
  ]);
267
268
  };
268
269
  }
269
- }), he = /* @__PURE__ */ te(re, [["__scopeId", "data-v-3a01048a"]]);
270
+ }), he = /* @__PURE__ */ te(re, [["__scopeId", "data-v-efd7182b"]]);
270
271
  export {
271
272
  he as default
272
273
  };
@@ -3,7 +3,7 @@ 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-D50t3cjw.mjs";
6
+ import J from "./sendDialog-B0HE_2cs.mjs";
7
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";
@@ -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-7706e388"]]);
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 h, ref as s, watch as _, resolveComponent as g, createBlock as C, openBlock as q, unref as a } from "vue";
2
- import { useI18n as w } from "vue-i18n";
3
- import { useTableHooks as D } from "jmash-core";
4
- import { l as F } from "./index-DspCttgG.mjs";
5
- import { _ as S } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
6
- const j = /* @__PURE__ */ h({
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: r } = w(), t = i, p = s({
14
+ const p = y(), { t: n } = D(), t = i, r = s({
14
15
  fpUuid: t.fpUuid,
15
- fphm: t.fphm
16
- }), { tableHooks: l, multipleTableRef: n, listLoading: u, tableData: m } = D(
17
- r,
18
- F,
19
- p
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 f = s([
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 d(e) {
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) && (p.value = {
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 b = g("jmash-table");
104
- return q(), C(b, {
106
+ const h = q("jmash-table");
107
+ return w(), C(h, {
105
108
  ref_key: "multipleTableRef",
106
- ref: n,
109
+ ref: u,
107
110
  "row-key": "fpUuid",
108
111
  isSelection: !1,
109
- "list-loading": a(u),
110
- data: a(m),
111
- "table-label": a(f),
112
+ "list-loading": a(m),
113
+ data: a(f),
114
+ "table-label": a(d),
112
115
  onSelectionChange: c,
113
- onSortChange: d
116
+ onSortChange: b
114
117
  }, null, 8, ["list-loading", "data", "table-label"]);
115
118
  };
116
119
  }
117
- }), L = /* @__PURE__ */ S(j, [["__scopeId", "data-v-6cbe22b4"]]);
120
+ }), T = /* @__PURE__ */ j(k, [["__scopeId", "data-v-85bf16fb"]]);
118
121
  export {
119
- L as default
122
+ T as default
120
123
  };
@@ -1,11 +1,11 @@
1
- import { defineComponent as V, mergeModels as h, useModel as E, reactive as M, onMounted as x, resolveComponent as C, createBlock as S, openBlock as q, withCtx as c, createElementVNode as e, toDisplayString as a, unref as i, createVNode as w, createTextVNode as $ } from "vue";
2
- import { useI18n as K } from "vue-i18n";
3
- import { o as k } from "./index-B90ZLkZ9.mjs";
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 j, useRoute as O } from "vue-router";
7
- import { _ as T } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
8
- function R(p) {
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 z = { class: "info-card" }, D = { class: "info-item" }, F = { class: "info-item-item" }, U = { class: "info-item" }, W = { class: "info-item-item" }, G = { class: "info-card-one" }, H = { class: "info-item" }, J = { class: "info-item-item" }, L = { class: "info-item" }, Q = { class: "info-item-item" }, X = { class: "info-item" }, Y = { class: "info-item-item" }, Z = { class: "footer" }, ee = /* @__PURE__ */ V({
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 } = K(), I = j(), b = O(), u = p, y = E(p, "modelValue"), f = s, t = M({});
56
- function P() {
57
- k.createPay({
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
- x(P);
67
- function N() {
68
- k.completedTransfer({
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
- requestId: Math.random() * 10 + ""
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(), I.push({
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,24 +88,24 @@ 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 && R(n);
91
+ n && z(n);
89
92
  }
90
- function A() {
93
+ function V() {
91
94
  const n = navigator.userAgent.includes("Win") ? `\r
92
95
  ` : `
93
96
  `, o = [
94
97
  "注:切勿遗漏交易附言!",
95
- `${l("newsPapepr.payableAmount")} ${t.payableAmount || ""}`,
96
- `${l("newsPapepr.postscript")} ${t.postscript || ""}`,
97
- `${l("newsPapepr.payeeName")} ${t.payeeName || ""}`,
98
- `${l("newsPapepr.payeeAccount")} ${t.payeeAccount || ""}`,
99
- `${l("newsPapepr.payeeBankName")} ${t.payeeBankName || ""}`
98
+ `${l("newsPapepr.payableAmount")} ${t.payableAmount || ""}`,
99
+ `${l("newsPapepr.postscript")} ${t.postscript || ""}`,
100
+ `${l("newsPapepr.payeeName")} ${t.payeeName || ""}`,
101
+ `${l("newsPapepr.payeeAccount")} ${t.payeeAccount || ""}`,
102
+ `${l("newsPapepr.payeeBankName")} ${t.payeeBankName || ""}`
100
103
  ].join(n);
101
104
  r(o);
102
105
  }
103
106
  return (n, o) => {
104
- const _ = C("el-button"), B = C("el-dialog");
105
- return q(), S(B, {
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", Z, [
115
- w(_, { onClick: A }, {
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
- w(_, {
125
+ $(_, {
123
126
  type: "primary",
124
- onClick: N
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", z, [
137
- e("div", D, [
138
- e("div", F, [
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", U, [
148
- e("div", W, [
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", G, [
159
- e("div", H, [
160
- e("div", J, [
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", L, [
170
- e("div", Q, [
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", X, [
180
- e("div", Y, [
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
- }), pe = /* @__PURE__ */ T(ee, [["__scopeId", "data-v-ec10fc32"]]);
199
+ }), re = /* @__PURE__ */ R(oe, [["__scopeId", "data-v-3c63890d"]]);
197
200
  export {
198
- pe as default
201
+ re as default
199
202
  };