xyvcard-paper-buyer 0.0.45 → 0.0.47
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-Ch-oVoTx.mjs → applyEdit-CZsU0uYe.mjs} +1 -1
- package/dist/{confirm-BYEYokBP.mjs → confirm-CLQHmyNq.mjs} +41 -40
- package/dist/{index-CBj9jO6o.mjs → index-Bwcd1jCz.mjs} +37 -36
- package/dist/{index-BKZPqxLM.mjs → index-DyTbbNUO.mjs} +500 -518
- package/dist/index.mjs +2 -2
- package/dist/{info-BshHBFtv.mjs → info-D1TgjVdG.mjs} +1 -1
- package/dist/{onlineBanking-CdDAY0YQ.mjs → onlineBanking-5anhjN7y.mjs} +23 -24
- package/dist/{orderInfo-DY2LKHto.mjs → orderInfo-sDrLIKdZ.mjs} +3 -3
- package/dist/{payment-DD_Lhvf0.mjs → payment-D2PWs1qD.mjs} +22 -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-DyTbbNUO.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 I, ref as U, reactive as y, resolveComponent as n, createBlock as H, openBlock as B, withCtx as o, createVNode as e, unref as a, createElementVNode as E, createTextVNode as V, toDisplayString as g } from "vue";
|
|
2
|
+
import { useI18n as F } from "vue-i18n";
|
|
3
|
+
import { useRouter as K, useRoute as j } from "vue-router";
|
|
4
4
|
import { ElMessage as k } from "element-plus";
|
|
5
|
-
import { o as
|
|
5
|
+
import { o as O } from "./index-B90ZLkZ9.mjs";
|
|
6
6
|
import N from "./assets/3a1c0fd6fbc19dd2.png";
|
|
7
|
-
import { _ as
|
|
8
|
-
const
|
|
7
|
+
import { _ as z } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
8
|
+
const G = { class: "footer" }, J = /* @__PURE__ */ Y({
|
|
9
9
|
__name: "confirm",
|
|
10
10
|
props: /* @__PURE__ */ h({
|
|
11
11
|
confirmKey: {
|
|
@@ -26,9 +26,11 @@ const J = { class: "footer" }, L = /* @__PURE__ */ Y({
|
|
|
26
26
|
}),
|
|
27
27
|
emits: /* @__PURE__ */ h(["close"], ["update:modelValue"]),
|
|
28
28
|
setup(i, { emit: v }) {
|
|
29
|
-
const _ = i, u =
|
|
29
|
+
const _ = i, u = I(i, "modelValue"), R = v, { t: c } = F(), P = K();
|
|
30
|
+
j();
|
|
31
|
+
const w = U(), r = y({
|
|
30
32
|
requestId: Math.random() * 10 + ""
|
|
31
|
-
}),
|
|
33
|
+
}), D = y({
|
|
32
34
|
opponentAccountNo: [
|
|
33
35
|
{
|
|
34
36
|
required: !0,
|
|
@@ -48,13 +50,12 @@ const J = { class: "footer" }, L = /* @__PURE__ */ Y({
|
|
|
48
50
|
await ((l = w.value) == null ? void 0 : l.validate(async (t) => {
|
|
49
51
|
if (t)
|
|
50
52
|
try {
|
|
51
|
-
(await
|
|
52
|
-
...
|
|
53
|
+
(await O.completedTransfer({
|
|
54
|
+
...r,
|
|
53
55
|
shopPayInfoId: _.confirmKey.shopPayInfoId,
|
|
54
56
|
orderCode: _.confirmKey.orderCode
|
|
55
57
|
})).data === "success" && (k.success(c("common.submitSuccess")), f(), P.push({
|
|
56
|
-
path: "/buyer/order-info
|
|
57
|
-
query: { orderId: D.query.orderId }
|
|
58
|
+
path: "/buyer/order-info"
|
|
58
59
|
}));
|
|
59
60
|
} catch {
|
|
60
61
|
k.error("提交失败,请重试");
|
|
@@ -65,7 +66,7 @@ const J = { class: "footer" }, L = /* @__PURE__ */ Y({
|
|
|
65
66
|
R("close"), u.value = !1;
|
|
66
67
|
}
|
|
67
68
|
return (l, t) => {
|
|
68
|
-
const p = n("el-input"),
|
|
69
|
+
const p = n("el-input"), m = n("el-form-item"), s = n("el-col"), q = n("el-date-picker"), C = n("el-divider"), M = n("el-image"), S = n("el-row"), T = n("el-form"), b = n("el-button"), A = n("el-dialog");
|
|
69
70
|
return B(), H(A, {
|
|
70
71
|
modelValue: u.value,
|
|
71
72
|
"onUpdate:modelValue": t[4] || (t[4] = (d) => u.value = d),
|
|
@@ -75,7 +76,7 @@ const J = { class: "footer" }, L = /* @__PURE__ */ Y({
|
|
|
75
76
|
"destroy-on-close": ""
|
|
76
77
|
}, {
|
|
77
78
|
footer: o(() => [
|
|
78
|
-
|
|
79
|
+
E("div", G, [
|
|
79
80
|
e(b, { onClick: f }, {
|
|
80
81
|
default: o(() => [
|
|
81
82
|
V(g(l.$t("common.cancel")), 1)
|
|
@@ -97,24 +98,24 @@ const J = { class: "footer" }, L = /* @__PURE__ */ Y({
|
|
|
97
98
|
e(T, {
|
|
98
99
|
ref_key: "confirmFormRef",
|
|
99
100
|
ref: w,
|
|
100
|
-
model: r
|
|
101
|
+
model: a(r),
|
|
101
102
|
"label-width": "120px",
|
|
102
|
-
rules:
|
|
103
|
+
rules: a(D),
|
|
103
104
|
style: { "margin-top": "20px" }
|
|
104
105
|
}, {
|
|
105
106
|
default: o(() => [
|
|
106
107
|
e(S, { gutter: 20 }, {
|
|
107
108
|
default: o(() => [
|
|
108
|
-
e(
|
|
109
|
+
e(s, { span: 20 }, {
|
|
109
110
|
default: o(() => [
|
|
110
|
-
e(
|
|
111
|
+
e(m, {
|
|
111
112
|
label: l.$t("newsPapepr.opponentAccountNo"),
|
|
112
113
|
prop: "opponentAccountNo"
|
|
113
114
|
}, {
|
|
114
115
|
default: o(() => [
|
|
115
116
|
e(p, {
|
|
116
|
-
modelValue: r
|
|
117
|
-
"onUpdate:modelValue": t[0] || (t[0] = (d) => r
|
|
117
|
+
modelValue: a(r).opponentAccountNo,
|
|
118
|
+
"onUpdate:modelValue": t[0] || (t[0] = (d) => a(r).opponentAccountNo = d),
|
|
118
119
|
placeholder: l.$t("newsPapepr.opponentAccountNoRequired"),
|
|
119
120
|
"show-word-limit": "",
|
|
120
121
|
clearable: ""
|
|
@@ -125,16 +126,16 @@ const J = { class: "footer" }, L = /* @__PURE__ */ Y({
|
|
|
125
126
|
]),
|
|
126
127
|
_: 1
|
|
127
128
|
}),
|
|
128
|
-
e(
|
|
129
|
+
e(s, { span: 20 }, {
|
|
129
130
|
default: o(() => [
|
|
130
|
-
e(
|
|
131
|
+
e(m, {
|
|
131
132
|
label: l.$t("newsPapepr.tradeDateTime"),
|
|
132
133
|
prop: "tradeDateTime"
|
|
133
134
|
}, {
|
|
134
135
|
default: o(() => [
|
|
135
|
-
e(
|
|
136
|
-
modelValue: r
|
|
137
|
-
"onUpdate:modelValue": t[1] || (t[1] = (d) => r
|
|
136
|
+
e(q, {
|
|
137
|
+
modelValue: a(r).tradeDateTime,
|
|
138
|
+
"onUpdate:modelValue": t[1] || (t[1] = (d) => a(r).tradeDateTime = d),
|
|
138
139
|
type: "datetime",
|
|
139
140
|
placeholder: l.$t("newsPapepr.tradeDateTimeRequired"),
|
|
140
141
|
format: "YYYY-MM-DD HH:mm:ss",
|
|
@@ -147,16 +148,16 @@ const J = { class: "footer" }, L = /* @__PURE__ */ Y({
|
|
|
147
148
|
]),
|
|
148
149
|
_: 1
|
|
149
150
|
}),
|
|
150
|
-
e(
|
|
151
|
+
e(s, { span: 20 }, {
|
|
151
152
|
default: o(() => [
|
|
152
|
-
e(
|
|
153
|
+
e(m, {
|
|
153
154
|
label: l.$t("newsPapepr.bankSerialNo"),
|
|
154
155
|
prop: "bankSerialNo"
|
|
155
156
|
}, {
|
|
156
157
|
default: o(() => [
|
|
157
158
|
e(p, {
|
|
158
|
-
modelValue: r
|
|
159
|
-
"onUpdate:modelValue": t[2] || (t[2] = (d) => r
|
|
159
|
+
modelValue: a(r).bankSerialNo,
|
|
160
|
+
"onUpdate:modelValue": t[2] || (t[2] = (d) => a(r).bankSerialNo = d),
|
|
160
161
|
placeholder: l.$t("newsPapepr.bankSerialNoRequired"),
|
|
161
162
|
"show-word-limit": "",
|
|
162
163
|
clearable: ""
|
|
@@ -167,16 +168,16 @@ const J = { class: "footer" }, L = /* @__PURE__ */ Y({
|
|
|
167
168
|
]),
|
|
168
169
|
_: 1
|
|
169
170
|
}),
|
|
170
|
-
e(
|
|
171
|
+
e(s, { span: 20 }, {
|
|
171
172
|
default: o(() => [
|
|
172
|
-
e(
|
|
173
|
+
e(m, {
|
|
173
174
|
label: l.$t("newsPapepr.handleRemark"),
|
|
174
175
|
prop: "handleRemark"
|
|
175
176
|
}, {
|
|
176
177
|
default: o(() => [
|
|
177
178
|
e(p, {
|
|
178
|
-
modelValue: r
|
|
179
|
-
"onUpdate:modelValue": t[3] || (t[3] = (d) => r
|
|
179
|
+
modelValue: a(r).handleRemark,
|
|
180
|
+
"onUpdate:modelValue": t[3] || (t[3] = (d) => a(r).handleRemark = d),
|
|
180
181
|
placeholder: l.$t("newsPapepr.handleRemarkRequired"),
|
|
181
182
|
"show-word-limit": "",
|
|
182
183
|
clearable: ""
|
|
@@ -187,16 +188,16 @@ const J = { class: "footer" }, L = /* @__PURE__ */ Y({
|
|
|
187
188
|
]),
|
|
188
189
|
_: 1
|
|
189
190
|
}),
|
|
190
|
-
e(
|
|
191
|
-
e(
|
|
191
|
+
e(C),
|
|
192
|
+
e(s, { span: 24 }, {
|
|
192
193
|
default: o(() => [
|
|
193
|
-
e(
|
|
194
|
+
e(m, {
|
|
194
195
|
label: l.$t("newsPapepr.image")
|
|
195
196
|
}, {
|
|
196
197
|
default: o(() => [
|
|
197
198
|
e(M, {
|
|
198
|
-
src:
|
|
199
|
-
"preview-src-list": [
|
|
199
|
+
src: a(N),
|
|
200
|
+
"preview-src-list": [a(N)],
|
|
200
201
|
"preview-teleported": "",
|
|
201
202
|
"hide-on-click-modal": "",
|
|
202
203
|
fit: "contain",
|
|
@@ -219,7 +220,7 @@ const J = { class: "footer" }, L = /* @__PURE__ */ Y({
|
|
|
219
220
|
}, 8, ["modelValue", "title", "width"]);
|
|
220
221
|
};
|
|
221
222
|
}
|
|
222
|
-
}),
|
|
223
|
+
}), oe = /* @__PURE__ */ z(J, [["__scopeId", "data-v-bc31fa7a"]]);
|
|
223
224
|
export {
|
|
224
|
-
|
|
225
|
+
oe as default
|
|
225
226
|
};
|
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
import { defineComponent as ie, ref as E, onActivated as me, resolveComponent as i, resolveDirective as pe, createElementBlock as I, openBlock as p, createElementVNode as f, createVNode as n, withCtx as r, withKeys as P, unref as a, createTextVNode as u, toDisplayString as d, withDirectives as g, createCommentVNode as y, createBlock as D, isRef as Y } from "vue";
|
|
2
2
|
import { D as k, C as _ } from "./index-Knr6dYOL.mjs";
|
|
3
|
-
import { o as L } from "./index-
|
|
3
|
+
import { o as L } from "./index-DyTbbNUO.mjs";
|
|
4
4
|
import { vueMetaEnv as fe, useTableHooks as ce } from "jmash-core";
|
|
5
5
|
import { useI18n as be } from "vue-i18n";
|
|
6
6
|
import { useRouter as ve } from "vue-router";
|
|
7
|
-
|
|
7
|
+
import { E as ye } from "./el-message-VSzNakoG.mjs";
|
|
8
|
+
const Ie = { class: "app-container" }, _e = { class: "search-container dis_bottom" }, we = { class: "total-num dis_bottom" }, he = { class: "blue_color" }, Ce = { class: "blue_color" }, Se = { class: "blue_color" }, ge = { key: 0 }, ke = ["onClick"], Ne = ["onClick"], Pe = ["onClick"], Ve = ["onClick"], $e = ["onClick"], Ye = /* @__PURE__ */ ie({
|
|
8
9
|
__name: "index",
|
|
9
|
-
setup(
|
|
10
|
-
const U = localStorage.getItem("unionUserInfo"), Q = (U ? JSON.parse(U) : {}).orgId, q = fe.APP_ORGAN_ID, { t: z } = be(),
|
|
10
|
+
setup(Te) {
|
|
11
|
+
const U = localStorage.getItem("unionUserInfo"), Q = (U ? JSON.parse(U) : {}).orgId, q = fe.APP_ORGAN_ID, { t: z } = be(), h = ve(), l = E({
|
|
11
12
|
curPage: 1,
|
|
12
13
|
pageSize: 10,
|
|
13
14
|
shopBranchId: Q
|
|
14
15
|
}), {
|
|
15
16
|
tableHooks: c,
|
|
16
|
-
multipleTableRef:
|
|
17
|
-
queryFormRef:
|
|
17
|
+
multipleTableRef: M,
|
|
18
|
+
queryFormRef: K,
|
|
18
19
|
listLoading: B,
|
|
19
20
|
tableData: F,
|
|
20
21
|
total: N
|
|
@@ -130,13 +131,13 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
|
|
|
130
131
|
t.mobileEncrypt = !t.mobileEncrypt;
|
|
131
132
|
}
|
|
132
133
|
function Z(t) {
|
|
133
|
-
|
|
134
|
+
h.push({
|
|
134
135
|
path: "/buyer/order-info/info",
|
|
135
136
|
query: { orderId: t.orderId }
|
|
136
137
|
});
|
|
137
138
|
}
|
|
138
139
|
function x(t) {
|
|
139
|
-
|
|
140
|
+
h.push({
|
|
140
141
|
path: "/buyer/order-info/invoice",
|
|
141
142
|
query: {
|
|
142
143
|
orderCode: t.orderCode,
|
|
@@ -145,7 +146,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
|
|
|
145
146
|
});
|
|
146
147
|
}
|
|
147
148
|
function ee(t) {
|
|
148
|
-
|
|
149
|
+
h.push({
|
|
149
150
|
path: "/buyer/order-info/invoiceView",
|
|
150
151
|
query: {
|
|
151
152
|
orderCode: t.orderCode,
|
|
@@ -156,13 +157,13 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
|
|
|
156
157
|
async function oe(t) {
|
|
157
158
|
try {
|
|
158
159
|
const o = await L.queryOrderAddress({ orderId: t.orderId });
|
|
159
|
-
o && o.data === !0 ?
|
|
160
|
+
o && o.data === !0 ? h.push({
|
|
160
161
|
path: "/buyer/order-newspaper/orderDetails",
|
|
161
162
|
query: {
|
|
162
163
|
orderId: t.orderId,
|
|
163
164
|
shopId: t.shopId
|
|
164
165
|
}
|
|
165
|
-
}) : o && o.data === !1 &&
|
|
166
|
+
}) : o && o.data === !1 && h.push({
|
|
166
167
|
path: "/buyer/order-newspaper/orderAddress",
|
|
167
168
|
query: { orderId: t.orderId }
|
|
168
169
|
});
|
|
@@ -170,20 +171,20 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
|
|
|
170
171
|
}
|
|
171
172
|
}
|
|
172
173
|
function te(t) {
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
174
|
+
ye({
|
|
175
|
+
message: "该功能正在建设中",
|
|
176
|
+
type: "warning"
|
|
176
177
|
});
|
|
177
178
|
}
|
|
178
179
|
return me(() => {
|
|
179
180
|
c.getList();
|
|
180
181
|
}), (t, o) => {
|
|
181
|
-
const R = i("el-input"),
|
|
182
|
-
return p(), I("div",
|
|
183
|
-
f("div",
|
|
182
|
+
const R = i("el-input"), w = i("el-form-item"), m = i("el-col"), A = i("jmash-select"), re = i("el-date-picker"), O = i("el-button"), T = i("el-row"), ne = i("el-form"), ae = i("jmash-column-select"), j = i("el-tag"), le = i("jmash-mobileIns-component"), de = i("jmash-table"), ue = i("jmash-pagination"), se = i("el-card"), S = pe("hasPerm");
|
|
183
|
+
return p(), I("div", Ie, [
|
|
184
|
+
f("div", _e, [
|
|
184
185
|
n(ne, {
|
|
185
186
|
ref_key: "queryFormRef",
|
|
186
|
-
ref:
|
|
187
|
+
ref: K,
|
|
187
188
|
model: l.value,
|
|
188
189
|
inline: !0
|
|
189
190
|
}, {
|
|
@@ -192,7 +193,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
|
|
|
192
193
|
default: r(() => [
|
|
193
194
|
n(m, { span: 6 }, {
|
|
194
195
|
default: r(() => [
|
|
195
|
-
n(
|
|
196
|
+
n(w, {
|
|
196
197
|
label: t.$t("orderInfo.orderCode"),
|
|
197
198
|
prop: "likeOrderCode"
|
|
198
199
|
}, {
|
|
@@ -213,7 +214,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
|
|
|
213
214
|
}),
|
|
214
215
|
n(m, { span: 6 }, {
|
|
215
216
|
default: r(() => [
|
|
216
|
-
n(
|
|
217
|
+
n(w, {
|
|
217
218
|
label: t.$t("orderInfo.spuName"),
|
|
218
219
|
prop: "likeSpuName"
|
|
219
220
|
}, {
|
|
@@ -234,7 +235,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
|
|
|
234
235
|
}),
|
|
235
236
|
n(m, { span: 6 }, {
|
|
236
237
|
default: r(() => [
|
|
237
|
-
n(
|
|
238
|
+
n(w, {
|
|
238
239
|
label: t.$t("orderInfo.orderStatus"),
|
|
239
240
|
prop: "orderStatusPc"
|
|
240
241
|
}, {
|
|
@@ -255,7 +256,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
|
|
|
255
256
|
}),
|
|
256
257
|
n(m, { span: 6 }, {
|
|
257
258
|
default: r(() => [
|
|
258
|
-
n(
|
|
259
|
+
n(w, {
|
|
259
260
|
label: t.$t("orderInfo.invoiceStatus"),
|
|
260
261
|
prop: "invoiceStatus"
|
|
261
262
|
}, {
|
|
@@ -276,7 +277,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
|
|
|
276
277
|
}),
|
|
277
278
|
n(m, { span: 6 }, {
|
|
278
279
|
default: r(() => [
|
|
279
|
-
n(
|
|
280
|
+
n(w, {
|
|
280
281
|
label: t.$t("orderInfo.createTime"),
|
|
281
282
|
prop: "startCreateTime"
|
|
282
283
|
}, {
|
|
@@ -299,7 +300,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
|
|
|
299
300
|
}),
|
|
300
301
|
n(m, { span: 18 }, {
|
|
301
302
|
default: r(() => [
|
|
302
|
-
n(
|
|
303
|
+
n(w, { class: "search-btn" }, {
|
|
303
304
|
default: r(() => [
|
|
304
305
|
n(O, {
|
|
305
306
|
type: "primary",
|
|
@@ -329,13 +330,13 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
|
|
|
329
330
|
_: 1
|
|
330
331
|
}, 8, ["model"])
|
|
331
332
|
]),
|
|
332
|
-
f("div",
|
|
333
|
+
f("div", we, [
|
|
333
334
|
n(T, { gutter: 20 }, {
|
|
334
335
|
default: r(() => [
|
|
335
336
|
n(m, { span: 4 }, {
|
|
336
337
|
default: r(() => [
|
|
337
338
|
o[15] || (o[15] = u("订阅单位:")),
|
|
338
|
-
f("span",
|
|
339
|
+
f("span", he, d(a(V).totalUnit || 0), 1),
|
|
339
340
|
o[16] || (o[16] = u("家 "))
|
|
340
341
|
]),
|
|
341
342
|
_: 1,
|
|
@@ -344,7 +345,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
|
|
|
344
345
|
n(m, { span: 4 }, {
|
|
345
346
|
default: r(() => [
|
|
346
347
|
o[17] || (o[17] = u(" 订阅报刊:")),
|
|
347
|
-
f("span",
|
|
348
|
+
f("span", Ce, d(a(V).totalQuantity || 0), 1),
|
|
348
349
|
o[18] || (o[18] = u("份 "))
|
|
349
350
|
]),
|
|
350
351
|
_: 1,
|
|
@@ -353,7 +354,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
|
|
|
353
354
|
n(m, { span: 4 }, {
|
|
354
355
|
default: r(() => [
|
|
355
356
|
o[19] || (o[19] = u("订购总金额:")),
|
|
356
|
-
f("span",
|
|
357
|
+
f("span", Se, d(a(V).totalAmount || 0), 1),
|
|
357
358
|
o[20] || (o[20] = u("元 "))
|
|
358
359
|
]),
|
|
359
360
|
_: 1,
|
|
@@ -402,7 +403,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
|
|
|
402
403
|
default: r(() => [
|
|
403
404
|
n(de, {
|
|
404
405
|
ref_key: "multipleTableRef",
|
|
405
|
-
ref:
|
|
406
|
+
ref: M,
|
|
406
407
|
"row-key": "orderId",
|
|
407
408
|
"list-loading": a(B),
|
|
408
409
|
data: a(F),
|
|
@@ -433,7 +434,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
|
|
|
433
434
|
];
|
|
434
435
|
}),
|
|
435
436
|
orderCycle: r((e) => [
|
|
436
|
-
e.data.row.remark !== "undefined至undefined" ? (p(), I("span",
|
|
437
|
+
e.data.row.remark !== "undefined至undefined" ? (p(), I("span", ge, d(e.data.row.remark), 1)) : y("", !0)
|
|
437
438
|
]),
|
|
438
439
|
orderStatus: r((e) => [
|
|
439
440
|
f("div", null, [
|
|
@@ -474,7 +475,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
|
|
|
474
475
|
onClick: (s) => Z(e.data.row)
|
|
475
476
|
}, [
|
|
476
477
|
u(d(t.$t("common.view")), 1)
|
|
477
|
-
], 8,
|
|
478
|
+
], 8, ke)), [
|
|
478
479
|
[S, ["order:order_info:view"]]
|
|
479
480
|
]),
|
|
480
481
|
e.data.row.invoiceStatus === a(_).UNINVOICE && e.data.row.orderStatus === a(_).UNPOST ? g((p(), I("span", {
|
|
@@ -483,7 +484,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
|
|
|
483
484
|
onClick: (s) => te(e.data.row)
|
|
484
485
|
}, [
|
|
485
486
|
u(d(t.$t("orderInfo.apply")), 1)
|
|
486
|
-
], 8,
|
|
487
|
+
], 8, Ne)), [
|
|
487
488
|
[S, ["order:order_info:view"]]
|
|
488
489
|
]) : y("", !0),
|
|
489
490
|
e.data.row.invoiceStatus === a(_).INVOICING ? g((p(), I("span", {
|
|
@@ -492,7 +493,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
|
|
|
492
493
|
onClick: (s) => x(e.data.row)
|
|
493
494
|
}, [
|
|
494
495
|
u(d(t.$t("orderInfo.invoiceInformation")), 1)
|
|
495
|
-
], 8,
|
|
496
|
+
], 8, Pe)), [
|
|
496
497
|
[S, ["order:order_info:view"]]
|
|
497
498
|
]) : y("", !0),
|
|
498
499
|
e.data.row.orderStatus === a(_).UNPAY ? g((p(), I("span", {
|
|
@@ -501,7 +502,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
|
|
|
501
502
|
onClick: (s) => oe(e.data.row)
|
|
502
503
|
}, [
|
|
503
504
|
u(d(t.$t("orderInfo.payment")), 1)
|
|
504
|
-
], 8,
|
|
505
|
+
], 8, Ve)), [
|
|
505
506
|
[S, ["order:order_info:view"]]
|
|
506
507
|
]) : y("", !0),
|
|
507
508
|
e.data.row.invoiceStatus === a(_).INVOICED ? g((p(), I("span", {
|
|
@@ -510,7 +511,7 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
|
|
|
510
511
|
onClick: (s) => ee(e.data.row)
|
|
511
512
|
}, [
|
|
512
513
|
u(d(t.$t("orderInfo.viewInvoice")), 1)
|
|
513
|
-
], 8,
|
|
514
|
+
], 8, $e)), [
|
|
514
515
|
[S, ["order:order_info:view"]]
|
|
515
516
|
]) : y("", !0)
|
|
516
517
|
]),
|
|
@@ -524,5 +525,5 @@ const ye = { class: "app-container" }, Ie = { class: "search-container dis_botto
|
|
|
524
525
|
}
|
|
525
526
|
});
|
|
526
527
|
export {
|
|
527
|
-
|
|
528
|
+
Ye as default
|
|
528
529
|
};
|