xyvcard-goods 0.0.12 → 0.0.13

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.
@@ -1,415 +0,0 @@
1
- import { defineComponent as Z, getCurrentInstance as ee, ref as $, resolveComponent as u, resolveDirective as oe, openBlock as i, createElementBlock as v, createElementVNode as d, createVNode as t, withCtx as o, unref as a, withKeys as D, createTextVNode as m, toDisplayString as p, withDirectives as V, createBlock as I, isRef as R, createCommentVNode as le, Fragment as z } from "vue";
2
- import { ElMessage as j } from "element-plus";
3
- import { useRouter as te } from "vue-router";
4
- import { useTableHooks as ae, fileApi as E } from "jmash-core";
5
- import { useI18n as se } from "vue-i18n";
6
- import { goodsSpuApi as A } from "./index.mjs";
7
- import { C as ne, D as c } from "./index-CKeHa-Cx.mjs";
8
- const ue = { class: "search-container" }, pe = ["onClick"], we = /* @__PURE__ */ Z({
9
- __name: "saleIndex",
10
- setup(re) {
11
- const { t: w } = se(), T = te(), { proxy: B } = ee(), r = $({
12
- curPage: 1,
13
- pageSize: 10,
14
- shelf: "true",
15
- approvalStatus: ne.APPROVAL_PASS
16
- }), {
17
- tableHooks: n,
18
- multipleTableRef: k,
19
- queryFormRef: L,
20
- listLoading: q,
21
- tableData: H,
22
- total: b
23
- } = ae(w, A, r);
24
- let h = $([
25
- {
26
- label: "goodsSpu.shopId",
27
- prop: "shopId",
28
- slotName: "shopId",
29
- columnType: "slot",
30
- width: "250",
31
- isColumn: !0
32
- },
33
- {
34
- label: "goodsSpu.spuName",
35
- prop: "spuName",
36
- width: "200",
37
- isColumn: !0
38
- },
39
- {
40
- label: "goodsSpu.picUrls",
41
- prop: "picUrls",
42
- slotName: "picUrls",
43
- columnType: "slot",
44
- width: "100",
45
- isColumn: !0
46
- },
47
- {
48
- label: "goodsSpu.categoryId",
49
- prop: "categoryId",
50
- slotName: "categoryId",
51
- columnType: "slot",
52
- width: "150",
53
- isColumn: !0
54
- },
55
- {
56
- label: "goodsSpu.price",
57
- prop: "minPrice",
58
- width: "120",
59
- sortable: "custom",
60
- slotName: "minPrice",
61
- columnType: "slot",
62
- isColumn: !0
63
- },
64
- {
65
- label: "goodsSpu.spuCode",
66
- prop: "spuCode",
67
- width: "120",
68
- sortable: "custom",
69
- isColumn: !0
70
- },
71
- {
72
- label: "goodsSpu.saleNum",
73
- prop: "saleNum",
74
- width: "120",
75
- sortable: "custom",
76
- isColumn: !0
77
- },
78
- {
79
- label: "goodsSpu.specType",
80
- prop: "specType",
81
- width: "120",
82
- slotName: "specType",
83
- columnType: "slot",
84
- sortable: "custom",
85
- isColumn: !0
86
- },
87
- {
88
- label: "goodsSpu.shelf",
89
- prop: "shelf",
90
- width: "120",
91
- slotName: "shelf",
92
- columnType: "slot",
93
- sortable: "custom",
94
- isColumn: !0
95
- },
96
- {
97
- label: "goodsSpu.approvalStatus",
98
- prop: "approvalStatus",
99
- width: "120",
100
- slotName: "approvalStatus",
101
- columnType: "slot",
102
- isColumn: !0
103
- },
104
- {
105
- label: "goodsSpu.updateTime",
106
- prop: "updateTime",
107
- width: "180",
108
- sortable: "custom",
109
- slotName: "updateTime",
110
- columnType: "slot",
111
- isColumn: !0
112
- },
113
- {
114
- label: "common.operate",
115
- width: "200",
116
- slotName: "operation",
117
- columnType: "slot",
118
- fixed: "right",
119
- isColumn: !0
120
- }
121
- ]);
122
- c.shopInfoBizDict.useValues(), c.goodsCategoryDict.useValues();
123
- function Q() {
124
- T.push({ path: "/rawgoods/goods-spu/edit" });
125
- }
126
- function Y(s) {
127
- T.push({
128
- path: "/rawgoods/goods-spu/info",
129
- query: { spuId: s.spuId }
130
- });
131
- }
132
- function F(s) {
133
- n.selectionRows.value = s;
134
- }
135
- function K(s) {
136
- n.handleSort(s.prop, s.order);
137
- }
138
- function M() {
139
- if (n.selectionRows.value.length === 0) {
140
- j({
141
- message: w("goodsSpu.chooseShelf"),
142
- type: "warning"
143
- });
144
- return;
145
- }
146
- const s = n.selectionRows.value.map((l) => l.spuId);
147
- A.enable({ spuId: s }, !1).then((l) => {
148
- var y;
149
- l.status === 200 && j({
150
- message: w("goodsSpu.successOffShelf") + l.data + w("common.stripData"),
151
- type: "success"
152
- }), n.getList(), (y = k.value) == null || y.clearSelection();
153
- });
154
- }
155
- return n.getList(), (s, l) => {
156
- const y = u("jmash-select"), S = u("el-form-item"), g = u("el-col"), N = u("el-input"), _ = u("el-button"), P = u("el-row"), O = u("el-form"), x = u("jmash-column-select"), G = u("el-image"), U = u("el-switch"), J = u("jmash-table"), W = u("jmash-pagination"), X = u("el-card"), C = oe("hasPerm");
157
- return i(), v("div", null, [
158
- d("div", ue, [
159
- t(O, {
160
- ref_key: "queryFormRef",
161
- ref: L,
162
- model: r.value,
163
- inline: !0
164
- }, {
165
- default: o(() => [
166
- t(P, null, {
167
- default: o(() => [
168
- t(g, { span: 6 }, {
169
- default: o(() => [
170
- t(S, {
171
- label: s.$t("goodsSpu.shopId"),
172
- prop: "shopId"
173
- }, {
174
- default: o(() => [
175
- t(y, {
176
- modelValue: r.value.shopId,
177
- "onUpdate:modelValue": l[0] || (l[0] = (e) => r.value.shopId = e),
178
- placeholder: s.$t("goodsSpu.shopIdRequired"),
179
- data: a(c).shopInfoBizDict.values,
180
- filterable: ""
181
- }, null, 8, ["modelValue", "placeholder", "data"])
182
- ]),
183
- _: 1
184
- }, 8, ["label"])
185
- ]),
186
- _: 1
187
- }),
188
- t(g, { span: 6 }, {
189
- default: o(() => [
190
- t(S, {
191
- label: s.$t("goodsSpu.spuCode"),
192
- prop: "spuCode"
193
- }, {
194
- default: o(() => [
195
- t(N, {
196
- modelValue: r.value.spuCode,
197
- "onUpdate:modelValue": l[1] || (l[1] = (e) => r.value.spuCode = e),
198
- placeholder: s.$t("goodsSpu.spuCode"),
199
- onKeyup: l[2] || (l[2] = D((e) => a(n).handleQuery(), ["enter"])),
200
- class: "!w-[203px]"
201
- }, null, 8, ["modelValue", "placeholder"])
202
- ]),
203
- _: 1
204
- }, 8, ["label"])
205
- ]),
206
- _: 1
207
- }),
208
- t(g, { span: 6 }, {
209
- default: o(() => [
210
- t(S, {
211
- label: s.$t("goodsSpu.spuName"),
212
- prop: "likeSpuName"
213
- }, {
214
- default: o(() => [
215
- t(N, {
216
- modelValue: r.value.likeSpuName,
217
- "onUpdate:modelValue": l[3] || (l[3] = (e) => r.value.likeSpuName = e),
218
- placeholder: s.$t("goodsSpu.spuName"),
219
- onKeyup: l[4] || (l[4] = D((e) => a(n).handleQuery(), ["enter"])),
220
- class: "!w-[203px]"
221
- }, null, 8, ["modelValue", "placeholder"])
222
- ]),
223
- _: 1
224
- }, 8, ["label"])
225
- ]),
226
- _: 1
227
- }),
228
- t(g, { span: 6 }, {
229
- default: o(() => [
230
- t(S, { class: "search-btn" }, {
231
- default: o(() => [
232
- t(_, {
233
- type: "primary",
234
- onClick: l[5] || (l[5] = (e) => a(n).handleQuery())
235
- }, {
236
- default: o(() => [
237
- m(p(s.$t("common.search")), 1)
238
- ]),
239
- _: 1
240
- }),
241
- t(_, {
242
- onClick: l[6] || (l[6] = (e) => a(n).resetQuery())
243
- }, {
244
- default: o(() => [
245
- m(p(s.$t("common.reset")), 1)
246
- ]),
247
- _: 1
248
- })
249
- ]),
250
- _: 1
251
- })
252
- ]),
253
- _: 1
254
- })
255
- ]),
256
- _: 1
257
- })
258
- ]),
259
- _: 1
260
- }, 8, ["model"])
261
- ]),
262
- t(X, {
263
- shadow: "never",
264
- class: "table-container"
265
- }, {
266
- header: o(() => [
267
- t(P, null, {
268
- default: o(() => [
269
- t(g, { span: 17 }, {
270
- default: o(() => [
271
- V((i(), I(_, {
272
- type: "primary",
273
- onClick: Q
274
- }, {
275
- default: o(() => [
276
- m(p(s.$t("common.add")), 1)
277
- ]),
278
- _: 1
279
- })), [
280
- [C, ["goods:goods_spu:add"]]
281
- ]),
282
- V((i(), I(_, {
283
- type: "primary",
284
- onClick: M
285
- }, {
286
- default: o(() => [
287
- m(p(s.$t("goodsSpu.batchOffShelf")), 1)
288
- ]),
289
- _: 1
290
- })), [
291
- [C, ["goods:goods_spu:onSale"]]
292
- ])
293
- ]),
294
- _: 1
295
- }),
296
- t(g, {
297
- span: 7,
298
- class: "container-float"
299
- }, {
300
- default: o(() => [
301
- t(x, {
302
- modelValue: a(h),
303
- "onUpdate:modelValue": l[7] || (l[7] = (e) => R(h) ? h.value = e : h = e),
304
- "label-name": "goods/goods-spu"
305
- }, null, 8, ["modelValue"])
306
- ]),
307
- _: 1
308
- })
309
- ]),
310
- _: 1
311
- })
312
- ]),
313
- footer: o(() => [
314
- a(b) > 0 ? (i(), I(W, {
315
- key: 0,
316
- total: a(b),
317
- "onUpdate:total": l[8] || (l[8] = (e) => R(b) ? b.value = e : null),
318
- "current-page": r.value.curPage,
319
- "onUpdate:currentPage": l[9] || (l[9] = (e) => r.value.curPage = e),
320
- "page-size": r.value.pageSize,
321
- "onUpdate:pageSize": l[10] || (l[10] = (e) => r.value.pageSize = e),
322
- onPagination: l[11] || (l[11] = (e) => a(n).getList())
323
- }, null, 8, ["total", "current-page", "page-size"])) : le("", !0)
324
- ]),
325
- default: o(() => [
326
- t(J, {
327
- ref_key: "multipleTableRef",
328
- ref: k,
329
- "row-key": "spuId",
330
- "list-loading": a(q),
331
- data: a(H),
332
- "table-label": a(h),
333
- onSelectionChange: F,
334
- onSortChange: K
335
- }, {
336
- shopId: o((e) => [
337
- d("span", null, p(a(c).shopInfoBizDict.getValue(e.data.row.shopId)), 1)
338
- ]),
339
- categoryId: o((e) => [
340
- d("span", null, p(a(c).goodsCategoryDict.getValue(e.data.row.categoryId)), 1)
341
- ]),
342
- picUrls: o((e) => [
343
- d("span", null, [
344
- t(G, {
345
- src: a(E).imageUrl(e.data.row.picUrls.split(",")[0], 50, 50),
346
- "preview-src-list": [
347
- a(E).imageUrl(e.data.row.picUrls.split(",")[0])
348
- ],
349
- "preview-teleported": "",
350
- "hide-on-click-modal": "",
351
- fit: "contain"
352
- }, null, 8, ["src", "preview-src-list"])
353
- ])
354
- ]),
355
- shelf: o((e) => [
356
- d("span", null, [
357
- t(U, {
358
- modelValue: e.data.row.shelf,
359
- "onUpdate:modelValue": (f) => e.data.row.shelf = f,
360
- onClick: (f) => a(n).enableRecord(e.data.row, e.data.row.shelf)
361
- }, null, 8, ["modelValue", "onUpdate:modelValue", "onClick"])
362
- ])
363
- ]),
364
- minPrice: o((e) => [
365
- d("span", null, [
366
- e.data.row.minPrice === e.data.row.maxPrice ? (i(), v(z, { key: 0 }, [
367
- m(p(e.data.row.minPrice), 1)
368
- ], 64)) : (i(), v(z, { key: 1 }, [
369
- m(p(e.data.row.minPrice) + " ~ " + p(e.data.row.maxPrice), 1)
370
- ], 64))
371
- ])
372
- ]),
373
- specType: o((e) => [
374
- d("span", null, p(a(c).specTypeEnum.getEnumValue(e.data.row.specType)), 1)
375
- ]),
376
- approvalStatus: o((e) => [
377
- d("span", null, p(a(c).approvalStatusEnum.getEnumValue(
378
- e.data.row.approvalStatus
379
- )), 1)
380
- ]),
381
- updateTime: o((e) => [
382
- d("span", null, p(a(B).$moment.formatDate(
383
- e.data.row.updateTime,
384
- "YYYY-MM-DD HH:mm:ss"
385
- )), 1)
386
- ]),
387
- enable: o((e) => [
388
- t(U, {
389
- modelValue: e.data.row.enable,
390
- "onUpdate:modelValue": (f) => e.data.row.enable = f,
391
- onChange: (f) => a(n).enableRecord(e.data.row, e.data.row.enable)
392
- }, null, 8, ["modelValue", "onUpdate:modelValue", "onChange"])
393
- ]),
394
- operation: o((e) => [
395
- V((i(), v("span", {
396
- class: "el-button-color",
397
- onClick: (f) => Y(e.data.row)
398
- }, [
399
- m(p(s.$t("common.view")), 1)
400
- ], 8, pe)), [
401
- [C, ["goods:goods_spu:view"]]
402
- ])
403
- ]),
404
- _: 1
405
- }, 8, ["list-loading", "data", "table-label"])
406
- ]),
407
- _: 1
408
- })
409
- ]);
410
- };
411
- }
412
- });
413
- export {
414
- we as _
415
- };
@@ -1,4 +0,0 @@
1
- import { _ as f } from "./shelfIndex.vue_vue_type_script_setup_true_lang-C6RfhqIl.mjs";
2
- export {
3
- f as default
4
- };