xyvcard-paper-buyer 0.0.6 → 0.0.7
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/_commonjsHelpers-BVfed4GL.mjs +28 -0
- package/dist/{applyEdit-pzAI4h9A.mjs → applyEdit-u3SPAGEW.mjs} +3 -3
- package/dist/{index-DecGu_zO.mjs → index-0hEUyaRA.mjs} +69 -61
- package/dist/{index-D07dGPVZ.mjs → index-CT0KG-ax.mjs} +116 -138
- package/dist/index-TclOpCe_.mjs +89 -0
- package/dist/index.mjs +5 -3
- package/dist/{info-DH7jH9F-.mjs → info-CVaS8hdZ.mjs} +1 -1
- package/dist/invoice-DG1zDaqb.mjs +173 -0
- package/dist/invoiceEdit-zNW26cGt.mjs +4 -0
- package/dist/invoiceEdit.vue_vue_type_script_setup_true_lang-DakU-TWG.mjs +124 -0
- package/dist/invoiceView-Cshwyw3t.mjs +265 -0
- package/dist/{list-vrRKPRLU.mjs → list-CvwEEzhX.mjs} +1 -1
- package/dist/sendDialog-25fhb-Uj.mjs +120 -0
- package/dist/style.css +1 -1
- package/dist/{userInvoice-BKAsWcqv.mjs → userInvoice-CCsRE3bA.mjs} +1 -1
- package/dist/{userInvoice.vue_vue_type_script_setup_true_lang-o13refla.mjs → userInvoice.vue_vue_type_script_setup_true_lang-CjLciTA0.mjs} +1 -1
- package/dts/api/buyer/lqfp-fp/index.d.ts +5 -2
- package/dts/api/buyer/lqfp-fp/types.d.ts +8 -1
- package/dts/api/buyer/lqfp-fps/index.d.ts +2 -2
- package/dts/api/buyer/lqfp-fps/types.d.ts +5 -1
- package/dts/api/buyer/order-info/types.d.ts +4 -3
- package/dts/lang/order/zh-cn.d.ts +2 -0
- package/dts/views/buyer/order-info/invoiceEdit.vue.d.ts +10 -0
- package/dts/views/buyer/order-info/sendDialog.vue.d.ts +12 -1
- package/package.json +2 -2
- package/dist/index-B1a-Ksur.mjs +0 -63
- package/dist/invoice-D0pCTiEx.mjs +0 -170
- package/dist/invoiceView-BcVwgiVq.mjs +0 -145
- package/dist/sendDialog-SIGRBNQj.mjs +0 -113
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
var u = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
2
|
+
function f(e) {
|
|
3
|
+
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
4
|
+
}
|
|
5
|
+
function l(e) {
|
|
6
|
+
if (e.__esModule) return e;
|
|
7
|
+
var r = e.default;
|
|
8
|
+
if (typeof r == "function") {
|
|
9
|
+
var t = function o() {
|
|
10
|
+
return this instanceof o ? Reflect.construct(r, arguments, this.constructor) : r.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
t.prototype = r.prototype;
|
|
13
|
+
} else t = {};
|
|
14
|
+
return Object.defineProperty(t, "__esModule", { value: !0 }), Object.keys(e).forEach(function(o) {
|
|
15
|
+
var n = Object.getOwnPropertyDescriptor(e, o);
|
|
16
|
+
Object.defineProperty(t, o, n.get ? n : {
|
|
17
|
+
enumerable: !0,
|
|
18
|
+
get: function() {
|
|
19
|
+
return e[o];
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
}), t;
|
|
23
|
+
}
|
|
24
|
+
export {
|
|
25
|
+
f as a,
|
|
26
|
+
u as c,
|
|
27
|
+
l as g
|
|
28
|
+
};
|
|
@@ -4,9 +4,9 @@ import "element-plus";
|
|
|
4
4
|
import { routerUtil as E } from "jmash-core";
|
|
5
5
|
import { useRouter as Q, useRoute as W } from "vue-router";
|
|
6
6
|
import { D as F } from "./index-5MVT-ka0.mjs";
|
|
7
|
-
import { l as X } from "./index-
|
|
8
|
-
import { o as Y } from "./index-
|
|
9
|
-
import { _ as Z } from "./userInvoice.vue_vue_type_script_setup_true_lang-
|
|
7
|
+
import { l as X } from "./index-TclOpCe_.mjs";
|
|
8
|
+
import { o as Y } from "./index-CT0KG-ax.mjs";
|
|
9
|
+
import { _ as Z } from "./userInvoice.vue_vue_type_script_setup_true_lang-CjLciTA0.mjs";
|
|
10
10
|
import { E as x } from "./el-message-D5NtBelf.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({
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { defineComponent as ce, ref as V, onActivated as fe, resolveComponent as m, resolveDirective as ye, createElementBlock as f, openBlock as i, createElementVNode as c, createVNode as n, withCtx as r, withKeys as
|
|
2
|
-
import { D as p, C as
|
|
3
|
-
import { o as j } from "./index-
|
|
1
|
+
import { defineComponent as ce, ref as V, onActivated as fe, resolveComponent as m, resolveDirective as ye, createElementBlock as f, openBlock as i, createElementVNode as c, createVNode as n, withCtx as r, withKeys as P, unref as a, createTextVNode as u, toDisplayString as l, withDirectives as h, createCommentVNode as y, vShow as Y, createBlock as $, isRef as W } from "vue";
|
|
2
|
+
import { D as p, C as w } from "./index-5MVT-ka0.mjs";
|
|
3
|
+
import { o as j } from "./index-CT0KG-ax.mjs";
|
|
4
4
|
import { useTableHooks as ve } from "jmash-core";
|
|
5
5
|
import { useI18n as be } from "vue-i18n";
|
|
6
|
-
import { useRoute as
|
|
6
|
+
import { useRoute as we, useRouter as Ie } from "vue-router";
|
|
7
7
|
import { E as M } from "./el-message-D5NtBelf.mjs";
|
|
8
|
-
const _e = { class: "app-container" }, he = { class: "search-container dis_bottom" },
|
|
8
|
+
const _e = { class: "app-container" }, he = { class: "search-container dis_bottom" }, Ce = { class: "total-num dis_bottom" }, ge = { class: "blue_color" }, Se = { class: "blue_color" }, ke = { class: "blue_color" }, Ne = { key: 0 }, Ve = { key: 0 }, Pe = { key: 1 }, $e = {
|
|
9
9
|
key: 2,
|
|
10
10
|
class: "distance-left"
|
|
11
|
-
},
|
|
11
|
+
}, Ee = ["onClick"], Te = ["onClick"], De = ["onClick"], Ue = ["onClick"], qe = ["onClick"], Oe = ["onClick"], Qe = /* @__PURE__ */ ce({
|
|
12
12
|
__name: "index",
|
|
13
13
|
setup(Le) {
|
|
14
|
-
const Q =
|
|
14
|
+
const Q = we(), q = localStorage.getItem("unionUserInfo"), K = (q ? JSON.parse(q) : {}).orgId;
|
|
15
15
|
p.unionOrgBizLayDict.useValues(), p.unionOrgPhoneBizLayDict.useValues(), p.unionOrgPhoneInsBizLayDict.useValues(), console.log(p.orderStatusEnum.values, "=> orderStatusEnum");
|
|
16
|
-
const { t: F } = be(),
|
|
16
|
+
const { t: F } = be(), C = Ie(), d = V({
|
|
17
17
|
curPage: 1,
|
|
18
18
|
pageSize: 10,
|
|
19
19
|
shopBranchId: K
|
|
@@ -24,7 +24,7 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
24
24
|
listLoading: J,
|
|
25
25
|
tableData: X,
|
|
26
26
|
total: N
|
|
27
|
-
} = ve(F, j, d),
|
|
27
|
+
} = ve(F, j, d), E = b.totalRecord, T = V([]);
|
|
28
28
|
function Z(t) {
|
|
29
29
|
d.value.startDate = t[0], d.value.endDate = t[1];
|
|
30
30
|
}
|
|
@@ -140,25 +140,33 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
140
140
|
t.mobileEncrypt = !t.mobileEncrypt;
|
|
141
141
|
}
|
|
142
142
|
function oe(t) {
|
|
143
|
-
|
|
143
|
+
C.push({
|
|
144
144
|
path: "/buyer/order-info/info",
|
|
145
145
|
query: { orderId: t.orderId }
|
|
146
146
|
});
|
|
147
147
|
}
|
|
148
148
|
function te(t) {
|
|
149
|
-
|
|
149
|
+
C.push({
|
|
150
150
|
path: "/buyer/order-info/invoice",
|
|
151
|
-
query: {
|
|
151
|
+
query: {
|
|
152
|
+
orderCode: t.orderCode,
|
|
153
|
+
// TODO 临时处理 之后开通商户换列表的shopId
|
|
154
|
+
shopId: "830a53a17aa3490dbd4b53f4d218af05"
|
|
155
|
+
}
|
|
152
156
|
});
|
|
153
157
|
}
|
|
154
158
|
function re(t) {
|
|
155
|
-
|
|
159
|
+
C.push({
|
|
156
160
|
path: "/buyer/order-info/invoiceView",
|
|
157
|
-
query: {
|
|
161
|
+
query: {
|
|
162
|
+
orderCode: t.orderCode,
|
|
163
|
+
// TODO 临时处理 之后开通商户换列表的shopId
|
|
164
|
+
shopId: "830a53a17aa3490dbd4b53f4d218af05"
|
|
165
|
+
}
|
|
158
166
|
});
|
|
159
167
|
}
|
|
160
168
|
function ae(t) {
|
|
161
|
-
|
|
169
|
+
C.push({
|
|
162
170
|
path: "/buyer/order-newspaper/orderAddress",
|
|
163
171
|
query: { orderId: t.orderId }
|
|
164
172
|
});
|
|
@@ -170,7 +178,7 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
170
178
|
orderId: t.orderId,
|
|
171
179
|
tenant: Q.query.tenant
|
|
172
180
|
});
|
|
173
|
-
console.log(o.data, "=>res "), L.value = o.data.counterUrl, console.log(o.data.counterUrl, "=>counterUrl "),
|
|
181
|
+
console.log(o.data, "=>res "), L.value = o.data.counterUrl, console.log(o.data.counterUrl, "=>counterUrl "), C.push({
|
|
174
182
|
path: "/buyer/order-newspaper/payment",
|
|
175
183
|
query: { orderId: t.orderId, counterUrl: L.value }
|
|
176
184
|
});
|
|
@@ -179,7 +187,7 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
179
187
|
}
|
|
180
188
|
}
|
|
181
189
|
function le(t) {
|
|
182
|
-
|
|
190
|
+
C.push({
|
|
183
191
|
path: "/buyer/order-info/applyEdit",
|
|
184
192
|
query: { orderId: t.orderId }
|
|
185
193
|
});
|
|
@@ -187,7 +195,7 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
187
195
|
return fe(() => {
|
|
188
196
|
b.getList();
|
|
189
197
|
}), (t, o) => {
|
|
190
|
-
const
|
|
198
|
+
const B = m("el-input"), g = m("el-form-item"), v = m("el-col"), z = m("jmash-select"), de = m("el-date-picker"), R = m("el-button"), D = m("el-row"), ue = m("el-form"), se = m("jmash-column-select"), U = m("el-tag"), A = m("svg-icon"), ie = m("jmash-table"), pe = m("jmash-pagination"), me = m("el-card"), S = ye("hasPerm");
|
|
191
199
|
return i(), f("div", _e, [
|
|
192
200
|
c("div", he, [
|
|
193
201
|
n(ue, {
|
|
@@ -201,17 +209,17 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
201
209
|
default: r(() => [
|
|
202
210
|
n(v, { span: 6 }, {
|
|
203
211
|
default: r(() => [
|
|
204
|
-
n(
|
|
212
|
+
n(g, {
|
|
205
213
|
label: t.$t("orderInfo.orderCode"),
|
|
206
214
|
prop: "likeOrderCode"
|
|
207
215
|
}, {
|
|
208
216
|
default: r(() => [
|
|
209
|
-
n(
|
|
217
|
+
n(B, {
|
|
210
218
|
modelValue: d.value.likeOrderCode,
|
|
211
219
|
"onUpdate:modelValue": o[0] || (o[0] = (e) => d.value.likeOrderCode = e),
|
|
212
220
|
placeholder: t.$t("orderInfo.orderCodeRequired"),
|
|
213
221
|
clearable: "",
|
|
214
|
-
onKeyup: o[1] || (o[1] =
|
|
222
|
+
onKeyup: o[1] || (o[1] = P((e) => a(b).handleQuery(), ["enter"])),
|
|
215
223
|
class: "!w-[203px]"
|
|
216
224
|
}, null, 8, ["modelValue", "placeholder"])
|
|
217
225
|
]),
|
|
@@ -222,17 +230,17 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
222
230
|
}),
|
|
223
231
|
n(v, { span: 6 }, {
|
|
224
232
|
default: r(() => [
|
|
225
|
-
n(
|
|
233
|
+
n(g, {
|
|
226
234
|
label: t.$t("orderInfo.spuName"),
|
|
227
235
|
prop: "likeSpuName"
|
|
228
236
|
}, {
|
|
229
237
|
default: r(() => [
|
|
230
|
-
n(
|
|
238
|
+
n(B, {
|
|
231
239
|
modelValue: d.value.likeSpuName,
|
|
232
240
|
"onUpdate:modelValue": o[2] || (o[2] = (e) => d.value.likeSpuName = e),
|
|
233
241
|
placeholder: t.$t("orderInfo.spuNameRequired"),
|
|
234
242
|
clearable: "",
|
|
235
|
-
onKeyup: o[3] || (o[3] =
|
|
243
|
+
onKeyup: o[3] || (o[3] = P((e) => a(b).handleQuery(), ["enter"])),
|
|
236
244
|
class: "!w-[203px]"
|
|
237
245
|
}, null, 8, ["modelValue", "placeholder"])
|
|
238
246
|
]),
|
|
@@ -243,18 +251,18 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
243
251
|
}),
|
|
244
252
|
n(v, { span: 6 }, {
|
|
245
253
|
default: r(() => [
|
|
246
|
-
n(
|
|
254
|
+
n(g, {
|
|
247
255
|
label: t.$t("orderInfo.orderStatus"),
|
|
248
|
-
prop: "
|
|
256
|
+
prop: "orderStatusPc"
|
|
249
257
|
}, {
|
|
250
258
|
default: r(() => [
|
|
251
|
-
n(
|
|
252
|
-
modelValue: d.value.
|
|
253
|
-
"onUpdate:modelValue": o[4] || (o[4] = (e) => d.value.
|
|
259
|
+
n(z, {
|
|
260
|
+
modelValue: d.value.orderStatusPc,
|
|
261
|
+
"onUpdate:modelValue": o[4] || (o[4] = (e) => d.value.orderStatusPc = e),
|
|
254
262
|
data: a(p).orderStatusEnum.values,
|
|
255
263
|
placeholder: t.$t("orderInfo.orderStatusRequired"),
|
|
256
264
|
clearable: "",
|
|
257
|
-
onKeyup: o[5] || (o[5] =
|
|
265
|
+
onKeyup: o[5] || (o[5] = P((e) => a(b).handleQuery(), ["enter"]))
|
|
258
266
|
}, null, 8, ["modelValue", "data", "placeholder"])
|
|
259
267
|
]),
|
|
260
268
|
_: 1
|
|
@@ -264,18 +272,18 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
264
272
|
}),
|
|
265
273
|
n(v, { span: 6 }, {
|
|
266
274
|
default: r(() => [
|
|
267
|
-
n(
|
|
275
|
+
n(g, {
|
|
268
276
|
label: t.$t("orderInfo.invoiceStatus"),
|
|
269
277
|
prop: "invoiceStatus"
|
|
270
278
|
}, {
|
|
271
279
|
default: r(() => [
|
|
272
|
-
n(
|
|
280
|
+
n(z, {
|
|
273
281
|
modelValue: d.value.invoiceStatus,
|
|
274
282
|
"onUpdate:modelValue": o[6] || (o[6] = (e) => d.value.invoiceStatus = e),
|
|
275
283
|
data: a(p).invoiceStatusEnum.values,
|
|
276
284
|
placeholder: t.$t("orderInfo.invoiceStatusRequired"),
|
|
277
285
|
clearable: "",
|
|
278
|
-
onKeyup: o[7] || (o[7] =
|
|
286
|
+
onKeyup: o[7] || (o[7] = P((e) => a(b).handleQuery(), ["enter"]))
|
|
279
287
|
}, null, 8, ["modelValue", "data", "placeholder"])
|
|
280
288
|
]),
|
|
281
289
|
_: 1
|
|
@@ -285,7 +293,7 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
285
293
|
}),
|
|
286
294
|
n(v, { span: 6 }, {
|
|
287
295
|
default: r(() => [
|
|
288
|
-
n(
|
|
296
|
+
n(g, {
|
|
289
297
|
label: t.$t("orderInfo.createTime"),
|
|
290
298
|
prop: "startCreateTime"
|
|
291
299
|
}, {
|
|
@@ -308,7 +316,7 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
308
316
|
}),
|
|
309
317
|
n(v, { span: 18 }, {
|
|
310
318
|
default: r(() => [
|
|
311
|
-
n(
|
|
319
|
+
n(g, { class: "search-btn" }, {
|
|
312
320
|
default: r(() => [
|
|
313
321
|
n(R, {
|
|
314
322
|
type: "primary",
|
|
@@ -338,13 +346,13 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
338
346
|
_: 1
|
|
339
347
|
}, 8, ["model"])
|
|
340
348
|
]),
|
|
341
|
-
c("div",
|
|
349
|
+
c("div", Ce, [
|
|
342
350
|
n(D, { gutter: 20 }, {
|
|
343
351
|
default: r(() => [
|
|
344
352
|
n(v, { span: 4 }, {
|
|
345
353
|
default: r(() => [
|
|
346
354
|
o[15] || (o[15] = u("订阅单位:")),
|
|
347
|
-
c("span",
|
|
355
|
+
c("span", ge, l(a(E).totalUnit || 0), 1),
|
|
348
356
|
o[16] || (o[16] = u("家 "))
|
|
349
357
|
]),
|
|
350
358
|
_: 1,
|
|
@@ -353,7 +361,7 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
353
361
|
n(v, { span: 4 }, {
|
|
354
362
|
default: r(() => [
|
|
355
363
|
o[17] || (o[17] = u(" 订阅报刊:")),
|
|
356
|
-
c("span", Se, l(a(
|
|
364
|
+
c("span", Se, l(a(E).totalQuantity || 0), 1),
|
|
357
365
|
o[18] || (o[18] = u("份 "))
|
|
358
366
|
]),
|
|
359
367
|
_: 1,
|
|
@@ -362,7 +370,7 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
362
370
|
n(v, { span: 4 }, {
|
|
363
371
|
default: r(() => [
|
|
364
372
|
o[19] || (o[19] = u("订购总金额:")),
|
|
365
|
-
c("span", ke, l(a(
|
|
373
|
+
c("span", ke, l(a(E).totalAmount || 0), 1),
|
|
366
374
|
o[20] || (o[20] = u("元 "))
|
|
367
375
|
]),
|
|
368
376
|
_: 1,
|
|
@@ -397,7 +405,7 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
397
405
|
})
|
|
398
406
|
]),
|
|
399
407
|
footer: r(() => [
|
|
400
|
-
a(N) > 0 ? (i(),
|
|
408
|
+
a(N) > 0 ? (i(), $(pe, {
|
|
401
409
|
key: 0,
|
|
402
410
|
total: a(N),
|
|
403
411
|
"onUpdate:total": o[11] || (o[11] = (e) => W(N) ? N.value = e : null),
|
|
@@ -422,21 +430,21 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
422
430
|
c("span", null, l(ee(e.data.row.createTime)), 1)
|
|
423
431
|
]),
|
|
424
432
|
spuName: r((e) => {
|
|
425
|
-
var s,
|
|
433
|
+
var s, I, _;
|
|
426
434
|
return [
|
|
427
|
-
c("span", null, l((_ = (
|
|
435
|
+
c("span", null, l((_ = (I = (s = e.data.row.orderItemList) == null ? void 0 : s.results) == null ? void 0 : I[0]) == null ? void 0 : _.spuName), 1)
|
|
428
436
|
];
|
|
429
437
|
}),
|
|
430
438
|
quantity: r((e) => {
|
|
431
|
-
var s,
|
|
439
|
+
var s, I, _;
|
|
432
440
|
return [
|
|
433
|
-
c("span", null, l((_ = (
|
|
441
|
+
c("span", null, l((_ = (I = (s = e.data.row.orderItemList) == null ? void 0 : s.results) == null ? void 0 : I[0]) == null ? void 0 : _.quantity), 1)
|
|
434
442
|
];
|
|
435
443
|
}),
|
|
436
444
|
unitPrice: r((e) => {
|
|
437
|
-
var s,
|
|
445
|
+
var s, I, _;
|
|
438
446
|
return [
|
|
439
|
-
c("span", null, l((_ = (
|
|
447
|
+
c("span", null, l((_ = (I = (s = e.data.row.orderItemList) == null ? void 0 : s.results) == null ? void 0 : I[0]) == null ? void 0 : _.salesPrice), 1)
|
|
440
448
|
];
|
|
441
449
|
}),
|
|
442
450
|
orderCycle: r((e) => [
|
|
@@ -447,7 +455,7 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
447
455
|
]),
|
|
448
456
|
orderStatus: r((e) => [
|
|
449
457
|
c("div", null, [
|
|
450
|
-
e.data.row.orderStatus === a(
|
|
458
|
+
e.data.row.orderStatus === a(w).UNPAY ? (i(), $(U, {
|
|
451
459
|
key: 0,
|
|
452
460
|
type: "danger"
|
|
453
461
|
}, {
|
|
@@ -456,7 +464,7 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
456
464
|
]),
|
|
457
465
|
_: 2
|
|
458
466
|
}, 1024)) : y("", !0),
|
|
459
|
-
e.data.row.orderStatus === a(
|
|
467
|
+
e.data.row.orderStatus === a(w).UNPOST ? (i(), $(U, {
|
|
460
468
|
key: 1,
|
|
461
469
|
type: "warning"
|
|
462
470
|
}, {
|
|
@@ -465,7 +473,7 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
465
473
|
]),
|
|
466
474
|
_: 2
|
|
467
475
|
}, 1024)) : y("", !0),
|
|
468
|
-
e.data.row.orderStatus === a(
|
|
476
|
+
e.data.row.orderStatus === a(w).COMPLETE ? (i(), $(U, {
|
|
469
477
|
key: 2,
|
|
470
478
|
type: "success"
|
|
471
479
|
}, {
|
|
@@ -483,25 +491,25 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
483
491
|
u(l(a(p).invoiceStatusEnum.getEnumValue(e.data.row.invoiceStatus)), 1)
|
|
484
492
|
]),
|
|
485
493
|
mobilePhone: r((e) => [
|
|
486
|
-
e.data.row.mobileEncrypt ? (i(), f("span",
|
|
494
|
+
e.data.row.mobileEncrypt ? (i(), f("span", Pe, l(a(p).unionOrgPhoneBizLayDict.getValue(
|
|
487
495
|
e.data.row.shopBrancheId
|
|
488
496
|
)), 1)) : (i(), f("span", Ve, l(a(p).unionOrgPhoneInsBizLayDict.getValue(
|
|
489
497
|
e.data.row.shopBrancheId
|
|
490
498
|
)), 1)),
|
|
491
499
|
a(p).unionOrgPhoneBizLayDict.getValue(
|
|
492
500
|
e.data.row.shopBrancheId
|
|
493
|
-
) ? (i(), f("span",
|
|
494
|
-
h(n(
|
|
501
|
+
) ? (i(), f("span", $e, [
|
|
502
|
+
h(n(A, {
|
|
495
503
|
"icon-class": "close-eye",
|
|
496
504
|
onClick: (s) => O(e.data.row)
|
|
497
505
|
}, null, 8, ["onClick"]), [
|
|
498
|
-
[
|
|
506
|
+
[Y, !e.data.row.mobileEncrypt]
|
|
499
507
|
]),
|
|
500
|
-
h(n(
|
|
508
|
+
h(n(A, {
|
|
501
509
|
"icon-class": "eye-open",
|
|
502
510
|
onClick: (s) => O(e.data.row)
|
|
503
511
|
}, null, 8, ["onClick"]), [
|
|
504
|
-
[
|
|
512
|
+
[Y, e.data.row.mobileEncrypt]
|
|
505
513
|
])
|
|
506
514
|
])) : y("", !0)
|
|
507
515
|
]),
|
|
@@ -511,10 +519,10 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
511
519
|
onClick: (s) => oe(e.data.row)
|
|
512
520
|
}, [
|
|
513
521
|
u(l(t.$t("common.view")), 1)
|
|
514
|
-
], 8,
|
|
522
|
+
], 8, Ee)), [
|
|
515
523
|
[S, ["order:order_info:view"]]
|
|
516
524
|
]),
|
|
517
|
-
e.data.row.invoiceStatus === a(
|
|
525
|
+
e.data.row.invoiceStatus === a(w).UNINVOICE && e.data.row.orderStatus === a(w).COMPLETE ? h((i(), f("span", {
|
|
518
526
|
key: 0,
|
|
519
527
|
class: "el-button-color dropdown-left",
|
|
520
528
|
onClick: (s) => le(e.data.row)
|
|
@@ -523,7 +531,7 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
523
531
|
], 8, Te)), [
|
|
524
532
|
[S, ["order:order_info:view"]]
|
|
525
533
|
]) : y("", !0),
|
|
526
|
-
e.data.row.invoiceStatus === a(
|
|
534
|
+
e.data.row.invoiceStatus === a(w).INVOICING ? h((i(), f("span", {
|
|
527
535
|
key: 1,
|
|
528
536
|
class: "el-button-color dropdown-left",
|
|
529
537
|
onClick: (s) => te(e.data.row)
|
|
@@ -532,7 +540,7 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
532
540
|
], 8, De)), [
|
|
533
541
|
[S, ["order:order_info:view"]]
|
|
534
542
|
]) : y("", !0),
|
|
535
|
-
e.data.row.orderStatus === a(
|
|
543
|
+
e.data.row.orderStatus === a(w).UNPAY ? h((i(), f("span", {
|
|
536
544
|
key: 2,
|
|
537
545
|
class: "el-button-color dropdown-left",
|
|
538
546
|
onClick: (s) => ne(e.data.row)
|
|
@@ -541,7 +549,7 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
541
549
|
], 8, Ue)), [
|
|
542
550
|
[S, ["order:order_info:view"]]
|
|
543
551
|
]) : y("", !0),
|
|
544
|
-
e.data.row.orderStatus === a(
|
|
552
|
+
e.data.row.orderStatus === a(w).UNPOST ? h((i(), f("span", {
|
|
545
553
|
key: 3,
|
|
546
554
|
class: "el-button-color dropdown-left",
|
|
547
555
|
onClick: (s) => ae(e.data.row)
|
|
@@ -550,7 +558,7 @@ const _e = { class: "app-container" }, he = { class: "search-container dis_botto
|
|
|
550
558
|
], 8, qe)), [
|
|
551
559
|
[S, ["order:order_info:view"]]
|
|
552
560
|
]) : y("", !0),
|
|
553
|
-
e.data.row.invoiceStatus === a(
|
|
561
|
+
e.data.row.invoiceStatus === a(w).INVOICED ? h((i(), f("span", {
|
|
554
562
|
key: 4,
|
|
555
563
|
class: "el-button-color dropdown-left",
|
|
556
564
|
onClick: (s) => re(e.data.row)
|