xyvcard-goods 0.0.28 → 0.0.29
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/{edit-D1FAN3TA.mjs → edit-1TXe_HC2.mjs} +23 -30
- package/dist/{edit-CuZnQH9w.mjs → edit-BDHYnZTL.mjs} +1 -1
- package/dist/{edit-CquWa3hI.mjs → edit-Br1EAlBd.mjs} +3 -3
- package/dist/{edit-CYekSxUa.mjs → edit-BzOoP1MM.mjs} +3 -3
- package/dist/{edit-C_XCVJwM.mjs → edit-C0U9Ge6U.mjs} +8 -8
- package/dist/{edit.vue_vue_type_script_setup_true_lang-BSxqVyG4.mjs → edit.vue_vue_type_script_setup_true_lang-BmH1D2Ce.mjs} +3 -3
- package/dist/index-BreCG7fL.mjs +562 -0
- package/dist/{index-wH3Sgvus.mjs → index-ClnNQkIp.mjs} +1 -1
- package/dist/{index-B3vvD7JH.mjs → index-D3Q39K5l.mjs} +61 -63
- package/dist/{index-Dd1dJx7i.mjs → index-DYo45BS3.mjs} +32 -37
- package/dist/index-DwDXNfWH.mjs +644 -0
- package/dist/{index-B27GuULR.mjs → index-GWE4OrXj.mjs} +9 -9
- package/dist/{index-nCeCw43N.mjs → index-RBIPJ3PM.mjs} +87 -92
- package/dist/{index-COXyxAor.mjs → index-rRbEKDlL.mjs} +53 -46
- package/dist/index.mjs +1 -1
- package/dist/{info-NBnTd9fK.mjs → info-DjDT9TId.mjs} +2 -2
- package/dist/{info-0Pf9u0GJ.mjs → info-Dji-jSuw.mjs} +3 -3
- package/dist/{skuForm-BsvKk2kD.mjs → skuForm-9X82lvcF.mjs} +2 -2
- package/dist/{skuForm-CU0a2ltJ.mjs → skuForm-BzxL1_v6.mjs} +2 -2
- package/dist/{skuTable-DgDGWX-n.mjs → skuTable-RIQUU_Bl.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dts/api/index.d.ts +1 -0
- package/dts/constant.d.ts +10 -0
- package/package.json +4 -4
- package/dist/goodsList-DZlaY5k0.mjs +0 -4
- package/dist/goodsList-wpPEPZqs.mjs +0 -4
- package/dist/goodsList.vue_vue_type_script_setup_true_lang-BFXFifWr.mjs +0 -565
- package/dist/goodsList.vue_vue_type_script_setup_true_lang-iXycU5oS.mjs +0 -714
- package/dist/index-DFxg3rmo.mjs +0 -55
- package/dist/index-Dy5JznUz.mjs +0 -53
|
@@ -1,26 +1,25 @@
|
|
|
1
|
-
import { defineComponent as x, ref as B, reactive as N, onActivated as ee, resolveComponent as
|
|
2
|
-
import { useTableHooks as le, fileApi as
|
|
3
|
-
import { useI18n as
|
|
4
|
-
import { g as
|
|
5
|
-
import
|
|
6
|
-
import { D as
|
|
1
|
+
import { defineComponent as x, ref as B, reactive as N, onActivated as ee, resolveComponent as d, resolveDirective as oe, openBlock as u, createElementBlock as V, createElementVNode as I, createVNode as t, withCtx as l, withKeys as te, unref as a, createTextVNode as p, toDisplayString as c, withDirectives as h, createBlock as k, isRef as R, createCommentVNode as S } from "vue";
|
|
2
|
+
import { useTableHooks as le, fileApi as T } from "jmash-core";
|
|
3
|
+
import { useI18n as ne } from "vue-i18n";
|
|
4
|
+
import { g as ae } from "./index-ClnNQkIp.mjs";
|
|
5
|
+
import de from "./edit-1TXe_HC2.mjs";
|
|
6
|
+
import { D as re } from "./index-rRbEKDlL.mjs";
|
|
7
7
|
const se = { class: "app-container" }, ie = { class: "search-container" }, ue = ["onClick"], me = ["onClick"], ye = /* @__PURE__ */ x({
|
|
8
8
|
__name: "index",
|
|
9
9
|
setup(pe) {
|
|
10
|
-
const { t: g } =
|
|
11
|
-
tableHooks:
|
|
12
|
-
multipleTableRef:
|
|
10
|
+
const { t: g } = ne(), s = B({}), {
|
|
11
|
+
tableHooks: r,
|
|
12
|
+
multipleTableRef: D,
|
|
13
13
|
queryFormRef: j,
|
|
14
14
|
listLoading: z,
|
|
15
15
|
tableData: P,
|
|
16
16
|
total: b
|
|
17
|
-
} = le(g,
|
|
17
|
+
} = le(g, ae, s);
|
|
18
18
|
let f = B([
|
|
19
19
|
{
|
|
20
20
|
label: "goodsBrandInfo.brandName",
|
|
21
21
|
prop: "brandName",
|
|
22
22
|
minWidth: "150",
|
|
23
|
-
sortable: "custom",
|
|
24
23
|
isColumn: !0
|
|
25
24
|
},
|
|
26
25
|
{
|
|
@@ -35,11 +34,10 @@ const se = { class: "app-container" }, ie = { class: "search-container" }, ue =
|
|
|
35
34
|
label: "goodsBrandInfo.description",
|
|
36
35
|
prop: "description",
|
|
37
36
|
minWidth: "200",
|
|
38
|
-
sortable: "custom",
|
|
39
37
|
isColumn: !0
|
|
40
38
|
},
|
|
41
39
|
{
|
|
42
|
-
label: "
|
|
40
|
+
label: "goodsSpu.shelf",
|
|
43
41
|
prop: "status",
|
|
44
42
|
slotName: "status",
|
|
45
43
|
columnType: "slot",
|
|
@@ -66,26 +64,26 @@ const se = { class: "app-container" }, ie = { class: "search-container" }, ue =
|
|
|
66
64
|
title: g("common.edit"),
|
|
67
65
|
visible: !1
|
|
68
66
|
});
|
|
69
|
-
let
|
|
67
|
+
let w = N({});
|
|
70
68
|
function q() {
|
|
71
|
-
|
|
69
|
+
w = N({}), i.value.title = g("common.add"), i.value.visible = !0;
|
|
72
70
|
}
|
|
73
|
-
function L(
|
|
74
|
-
|
|
71
|
+
function L(n) {
|
|
72
|
+
w.brandId = n.brandId, i.value.title = g("common.edit"), i.value.visible = !0;
|
|
75
73
|
}
|
|
76
|
-
function A(
|
|
77
|
-
|
|
74
|
+
function A(n) {
|
|
75
|
+
r.selectionRows.value = n;
|
|
78
76
|
}
|
|
79
|
-
function E(
|
|
80
|
-
|
|
77
|
+
function E(n) {
|
|
78
|
+
r.handleSort(n.prop, n.order);
|
|
81
79
|
}
|
|
82
|
-
function K(
|
|
83
|
-
|
|
80
|
+
function K(n) {
|
|
81
|
+
n && r.getList();
|
|
84
82
|
}
|
|
85
83
|
return ee(() => {
|
|
86
|
-
|
|
87
|
-
}), (
|
|
88
|
-
const Q =
|
|
84
|
+
r.getList();
|
|
85
|
+
}), (n, o) => {
|
|
86
|
+
const Q = d("el-input"), C = d("el-form-item"), _ = d("el-col"), F = d("jmash-select"), v = d("el-button"), $ = d("el-row"), H = d("el-form"), M = d("jmash-column-select"), O = d("el-image"), W = d("Bottom"), U = d("el-icon"), G = d("Top"), J = d("el-switch"), X = d("jmash-table"), Y = d("jmash-pagination"), Z = d("el-card"), y = oe("hasPerm");
|
|
89
87
|
return u(), V("div", se, [
|
|
90
88
|
I("div", ie, [
|
|
91
89
|
t(H, {
|
|
@@ -100,15 +98,15 @@ const se = { class: "app-container" }, ie = { class: "search-container" }, ue =
|
|
|
100
98
|
t(_, { span: 6 }, {
|
|
101
99
|
default: l(() => [
|
|
102
100
|
t(C, {
|
|
103
|
-
label:
|
|
101
|
+
label: n.$t("goodsBrandInfo.likeBrandName"),
|
|
104
102
|
prop: "likeBrandName"
|
|
105
103
|
}, {
|
|
106
104
|
default: l(() => [
|
|
107
105
|
t(Q, {
|
|
108
106
|
modelValue: s.value.likeBrandName,
|
|
109
107
|
"onUpdate:modelValue": o[0] || (o[0] = (e) => s.value.likeBrandName = e),
|
|
110
|
-
placeholder:
|
|
111
|
-
onKeyup: o[1] || (o[1] = te((e) =>
|
|
108
|
+
placeholder: n.$t("goodsBrandInfo.likeBrandNameRequired"),
|
|
109
|
+
onKeyup: o[1] || (o[1] = te((e) => a(r).handleQuery(), ["enter"])),
|
|
112
110
|
class: "!w-[203px]"
|
|
113
111
|
}, null, 8, ["modelValue", "placeholder"])
|
|
114
112
|
]),
|
|
@@ -120,15 +118,15 @@ const se = { class: "app-container" }, ie = { class: "search-container" }, ue =
|
|
|
120
118
|
t(_, { span: 6 }, {
|
|
121
119
|
default: l(() => [
|
|
122
120
|
t(C, {
|
|
123
|
-
label:
|
|
121
|
+
label: n.$t("goodsBrandInfo.status"),
|
|
124
122
|
prop: "status"
|
|
125
123
|
}, {
|
|
126
124
|
default: l(() => [
|
|
127
125
|
t(F, {
|
|
128
126
|
modelValue: s.value.status,
|
|
129
127
|
"onUpdate:modelValue": o[2] || (o[2] = (e) => s.value.status = e),
|
|
130
|
-
placeholder:
|
|
131
|
-
data:
|
|
128
|
+
placeholder: n.$t("goodsBrandInfo.statusRequired"),
|
|
129
|
+
data: a(re).enableDict.values,
|
|
132
130
|
clearable: ""
|
|
133
131
|
}, null, 8, ["modelValue", "placeholder", "data"])
|
|
134
132
|
]),
|
|
@@ -143,18 +141,18 @@ const se = { class: "app-container" }, ie = { class: "search-container" }, ue =
|
|
|
143
141
|
default: l(() => [
|
|
144
142
|
t(v, {
|
|
145
143
|
type: "primary",
|
|
146
|
-
onClick: o[3] || (o[3] = (e) =>
|
|
144
|
+
onClick: o[3] || (o[3] = (e) => a(r).handleQuery())
|
|
147
145
|
}, {
|
|
148
146
|
default: l(() => [
|
|
149
|
-
p(c(
|
|
147
|
+
p(c(n.$t("common.search")), 1)
|
|
150
148
|
]),
|
|
151
149
|
_: 1
|
|
152
150
|
}),
|
|
153
151
|
t(v, {
|
|
154
|
-
onClick: o[4] || (o[4] = (e) =>
|
|
152
|
+
onClick: o[4] || (o[4] = (e) => a(r).resetQuery())
|
|
155
153
|
}, {
|
|
156
154
|
default: l(() => [
|
|
157
|
-
p(c(
|
|
155
|
+
p(c(n.$t("common.reset")), 1)
|
|
158
156
|
]),
|
|
159
157
|
_: 1
|
|
160
158
|
})
|
|
@@ -180,23 +178,23 @@ const se = { class: "app-container" }, ie = { class: "search-container" }, ue =
|
|
|
180
178
|
default: l(() => [
|
|
181
179
|
t(_, { span: 17 }, {
|
|
182
180
|
default: l(() => [
|
|
183
|
-
|
|
181
|
+
h((u(), k(v, {
|
|
184
182
|
type: "primary",
|
|
185
183
|
onClick: q
|
|
186
184
|
}, {
|
|
187
185
|
default: l(() => [
|
|
188
|
-
p(c(
|
|
186
|
+
p(c(n.$t("common.add")), 1)
|
|
189
187
|
]),
|
|
190
188
|
_: 1
|
|
191
189
|
})), [
|
|
192
190
|
[y, ["goods:goods_brand_info:add"]]
|
|
193
191
|
]),
|
|
194
|
-
|
|
192
|
+
h((u(), k(v, {
|
|
195
193
|
type: "primary",
|
|
196
|
-
onClick: o[5] || (o[5] = (e) =>
|
|
194
|
+
onClick: o[5] || (o[5] = (e) => a(r).deleteRecords())
|
|
197
195
|
}, {
|
|
198
196
|
default: l(() => [
|
|
199
|
-
p(c(
|
|
197
|
+
p(c(n.$t("common.batchDelete")), 1)
|
|
200
198
|
]),
|
|
201
199
|
_: 1
|
|
202
200
|
})), [
|
|
@@ -211,7 +209,7 @@ const se = { class: "app-container" }, ie = { class: "search-container" }, ue =
|
|
|
211
209
|
}, {
|
|
212
210
|
default: l(() => [
|
|
213
211
|
t(M, {
|
|
214
|
-
modelValue:
|
|
212
|
+
modelValue: a(f),
|
|
215
213
|
"onUpdate:modelValue": o[6] || (o[6] = (e) => R(f) ? f.value = e : f = e),
|
|
216
214
|
"label-name": "goods/goods-brand-info"
|
|
217
215
|
}, null, 8, ["modelValue"])
|
|
@@ -223,32 +221,32 @@ const se = { class: "app-container" }, ie = { class: "search-container" }, ue =
|
|
|
223
221
|
})
|
|
224
222
|
]),
|
|
225
223
|
footer: l(() => [
|
|
226
|
-
|
|
224
|
+
a(b) > 0 ? (u(), k(Y, {
|
|
227
225
|
key: 0,
|
|
228
|
-
total:
|
|
226
|
+
total: a(b),
|
|
229
227
|
"onUpdate:total": o[7] || (o[7] = (e) => R(b) ? b.value = e : null),
|
|
230
228
|
"current-page": s.value.curPage,
|
|
231
229
|
"onUpdate:currentPage": o[8] || (o[8] = (e) => s.value.curPage = e),
|
|
232
230
|
"page-size": s.value.pageSize,
|
|
233
231
|
"onUpdate:pageSize": o[9] || (o[9] = (e) => s.value.pageSize = e),
|
|
234
|
-
onPagination: o[10] || (o[10] = (e) =>
|
|
235
|
-
}, null, 8, ["total", "current-page", "page-size"])) :
|
|
232
|
+
onPagination: o[10] || (o[10] = (e) => a(r).getList())
|
|
233
|
+
}, null, 8, ["total", "current-page", "page-size"])) : S("", !0)
|
|
236
234
|
]),
|
|
237
235
|
default: l(() => [
|
|
238
236
|
t(X, {
|
|
239
237
|
ref_key: "multipleTableRef",
|
|
240
|
-
ref:
|
|
238
|
+
ref: D,
|
|
241
239
|
"row-key": "brandId",
|
|
242
|
-
"list-loading":
|
|
243
|
-
data:
|
|
244
|
-
"table-label":
|
|
240
|
+
"list-loading": a(z),
|
|
241
|
+
data: a(P),
|
|
242
|
+
"table-label": a(f),
|
|
245
243
|
onSelectionChange: A,
|
|
246
244
|
onSortChange: E
|
|
247
245
|
}, {
|
|
248
246
|
logoUrl: l((e) => [
|
|
249
247
|
t(O, {
|
|
250
|
-
src:
|
|
251
|
-
"preview-src-list": [
|
|
248
|
+
src: a(T).imageUrl(e.data.row.logoUrl, 0, 0),
|
|
249
|
+
"preview-src-list": [a(T).imageUrl(e.data.row.logoUrl)],
|
|
252
250
|
"preview-teleported": "",
|
|
253
251
|
"hide-on-click-modal": "",
|
|
254
252
|
fit: "contain"
|
|
@@ -257,7 +255,7 @@ const se = { class: "app-container" }, ie = { class: "search-container" }, ue =
|
|
|
257
255
|
listOrder: l((e) => [
|
|
258
256
|
t(U, {
|
|
259
257
|
size: "16",
|
|
260
|
-
onClick: (m) =>
|
|
258
|
+
onClick: (m) => a(r).handleMove(e.data.row, !1)
|
|
261
259
|
}, {
|
|
262
260
|
default: l(() => [
|
|
263
261
|
t(W)
|
|
@@ -266,7 +264,7 @@ const se = { class: "app-container" }, ie = { class: "search-container" }, ue =
|
|
|
266
264
|
}, 1032, ["onClick"]),
|
|
267
265
|
t(U, {
|
|
268
266
|
size: "16",
|
|
269
|
-
onClick: (m) =>
|
|
267
|
+
onClick: (m) => a(r).handleMove(e.data.row, !0)
|
|
270
268
|
}, {
|
|
271
269
|
default: l(() => [
|
|
272
270
|
t(G)
|
|
@@ -279,24 +277,24 @@ const se = { class: "app-container" }, ie = { class: "search-container" }, ue =
|
|
|
279
277
|
t(J, {
|
|
280
278
|
modelValue: e.data.row.status,
|
|
281
279
|
"onUpdate:modelValue": (m) => e.data.row.status = m,
|
|
282
|
-
onChange: (m) =>
|
|
280
|
+
onChange: (m) => a(r).enableRecord(e.data.row, e.data.row.status)
|
|
283
281
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "onChange"])
|
|
284
282
|
])
|
|
285
283
|
]),
|
|
286
284
|
operation: l((e) => [
|
|
287
|
-
|
|
285
|
+
h((u(), V("span", {
|
|
288
286
|
class: "el-button-color",
|
|
289
287
|
onClick: (m) => L(e.data.row)
|
|
290
288
|
}, [
|
|
291
|
-
p(c(
|
|
289
|
+
p(c(n.$t("common.edit")), 1)
|
|
292
290
|
], 8, ue)), [
|
|
293
291
|
[y, ["goods:goods_brand_info:update"]]
|
|
294
292
|
]),
|
|
295
|
-
|
|
293
|
+
h((u(), V("span", {
|
|
296
294
|
class: "el-button-color dropdown-left",
|
|
297
|
-
onClick: (m) =>
|
|
295
|
+
onClick: (m) => a(r).deleteRecord(e.data.row)
|
|
298
296
|
}, [
|
|
299
|
-
p(c(
|
|
297
|
+
p(c(n.$t("common.delete")), 1)
|
|
300
298
|
], 8, me)), [
|
|
301
299
|
[y, ["goods:goods_brand_info:delete"]]
|
|
302
300
|
])
|
|
@@ -306,15 +304,15 @@ const se = { class: "app-container" }, ie = { class: "search-container" }, ue =
|
|
|
306
304
|
]),
|
|
307
305
|
_: 1
|
|
308
306
|
}),
|
|
309
|
-
i.value.visible ? (u(),
|
|
307
|
+
i.value.visible ? (u(), k(de, {
|
|
310
308
|
key: 0,
|
|
311
309
|
modelValue: i.value.visible,
|
|
312
310
|
"onUpdate:modelValue": o[11] || (o[11] = (e) => i.value.visible = e),
|
|
313
311
|
title: i.value.title,
|
|
314
|
-
"entity-key":
|
|
312
|
+
"entity-key": a(w),
|
|
315
313
|
onRefresh: K,
|
|
316
314
|
width: "500px"
|
|
317
|
-
}, null, 8, ["modelValue", "title", "entity-key"])) :
|
|
315
|
+
}, null, 8, ["modelValue", "title", "entity-key"])) : S("", !0)
|
|
318
316
|
]);
|
|
319
317
|
};
|
|
320
318
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { defineComponent as Y, ref as L, reactive as R, onActivated as Z, resolveComponent as s, resolveDirective as x, openBlock as u, createElementBlock as V, createElementVNode as $, createVNode as l, withCtx as t, withKeys as ee, unref as n, createTextVNode as p, toDisplayString as c, withDirectives as k, createBlock as C, isRef as
|
|
1
|
+
import { defineComponent as Y, ref as L, reactive as R, onActivated as Z, resolveComponent as s, resolveDirective as x, openBlock as u, createElementBlock as V, createElementVNode as $, createVNode as l, withCtx as t, withKeys as ee, unref as n, createTextVNode as p, toDisplayString as c, withDirectives as k, createBlock as C, isRef as S, createCommentVNode as D } from "vue";
|
|
2
2
|
import { useTableHooks as oe } from "jmash-core";
|
|
3
3
|
import { useI18n as le } from "vue-i18n";
|
|
4
|
-
import { b as te } from "./index-
|
|
5
|
-
import ae from "./edit-
|
|
6
|
-
import { D as ne } from "./index-
|
|
4
|
+
import { b as te } from "./index-GWE4OrXj.mjs";
|
|
5
|
+
import ae from "./edit-C0U9Ge6U.mjs";
|
|
6
|
+
import { D as ne } from "./index-rRbEKDlL.mjs";
|
|
7
7
|
const se = { class: "app-container" }, de = { class: "search-container" }, ie = ["onClick"], re = ["onClick"], ve = /* @__PURE__ */ Y({
|
|
8
8
|
__name: "index",
|
|
9
9
|
setup(ue) {
|
|
@@ -15,35 +15,31 @@ const se = { class: "app-container" }, de = { class: "search-container" }, ie =
|
|
|
15
15
|
tableData: z,
|
|
16
16
|
total: v
|
|
17
17
|
} = oe(_, te, i);
|
|
18
|
-
let
|
|
18
|
+
let f = L([
|
|
19
19
|
{
|
|
20
20
|
label: "goodsLabelInfo.labelName",
|
|
21
21
|
prop: "labelName",
|
|
22
22
|
minWidth: "150",
|
|
23
|
-
sortable: "custom",
|
|
24
23
|
isColumn: !0
|
|
25
24
|
},
|
|
26
25
|
{
|
|
27
26
|
label: "goodsLabelInfo.labelCode",
|
|
28
27
|
prop: "labelCode",
|
|
29
|
-
|
|
30
|
-
sortable: "custom",
|
|
31
|
-
isColumn: !0
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
label: "goodsLabelInfo.status",
|
|
35
|
-
prop: "status",
|
|
36
|
-
slotName: "status",
|
|
37
|
-
columnType: "slot",
|
|
38
|
-
width: "150",
|
|
39
|
-
sortable: "custom",
|
|
28
|
+
minWidth: "150",
|
|
40
29
|
isColumn: !0
|
|
41
30
|
},
|
|
42
31
|
{
|
|
43
32
|
label: "goodsLabelInfo.note",
|
|
44
33
|
prop: "note",
|
|
45
34
|
minWidth: "200",
|
|
46
|
-
|
|
35
|
+
isColumn: !0
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
label: "goodsSpu.shelf",
|
|
39
|
+
prop: "status",
|
|
40
|
+
slotName: "status",
|
|
41
|
+
columnType: "slot",
|
|
42
|
+
width: "90",
|
|
47
43
|
isColumn: !0
|
|
48
44
|
},
|
|
49
45
|
{
|
|
@@ -51,8 +47,7 @@ const se = { class: "app-container" }, de = { class: "search-container" }, ie =
|
|
|
51
47
|
prop: "orderBy",
|
|
52
48
|
slotName: "listOrder",
|
|
53
49
|
columnType: "slot",
|
|
54
|
-
width: "
|
|
55
|
-
sortable: "custom",
|
|
50
|
+
width: "65",
|
|
56
51
|
isColumn: !0
|
|
57
52
|
},
|
|
58
53
|
{
|
|
@@ -87,10 +82,10 @@ const se = { class: "app-container" }, de = { class: "search-container" }, ie =
|
|
|
87
82
|
return Z(() => {
|
|
88
83
|
d.getList();
|
|
89
84
|
}), (a, o) => {
|
|
90
|
-
const K = s("el-input"), w = s("el-form-item"),
|
|
85
|
+
const K = s("el-input"), w = s("el-form-item"), b = s("el-col"), Q = s("jmash-select"), g = s("el-button"), I = s("el-row"), W = s("el-form"), F = s("jmash-column-select"), H = s("Bottom"), N = s("el-icon"), M = s("Top"), O = s("el-switch"), G = s("jmash-table"), J = s("jmash-pagination"), X = s("el-card"), y = x("hasPerm");
|
|
91
86
|
return u(), V("div", se, [
|
|
92
87
|
$("div", de, [
|
|
93
|
-
l(
|
|
88
|
+
l(W, {
|
|
94
89
|
ref_key: "queryFormRef",
|
|
95
90
|
ref: U,
|
|
96
91
|
model: i.value,
|
|
@@ -99,7 +94,7 @@ const se = { class: "app-container" }, de = { class: "search-container" }, ie =
|
|
|
99
94
|
default: t(() => [
|
|
100
95
|
l(I, null, {
|
|
101
96
|
default: t(() => [
|
|
102
|
-
l(
|
|
97
|
+
l(b, { span: 6 }, {
|
|
103
98
|
default: t(() => [
|
|
104
99
|
l(w, {
|
|
105
100
|
label: a.$t("goodsLabelInfo.likeLableName"),
|
|
@@ -119,7 +114,7 @@ const se = { class: "app-container" }, de = { class: "search-container" }, ie =
|
|
|
119
114
|
]),
|
|
120
115
|
_: 1
|
|
121
116
|
}),
|
|
122
|
-
l(
|
|
117
|
+
l(b, { span: 6 }, {
|
|
123
118
|
default: t(() => [
|
|
124
119
|
l(w, {
|
|
125
120
|
label: a.$t("goodsLabelInfo.status"),
|
|
@@ -139,7 +134,7 @@ const se = { class: "app-container" }, de = { class: "search-container" }, ie =
|
|
|
139
134
|
]),
|
|
140
135
|
_: 1
|
|
141
136
|
}),
|
|
142
|
-
l(
|
|
137
|
+
l(b, { span: 12 }, {
|
|
143
138
|
default: t(() => [
|
|
144
139
|
l(w, { class: "search-btn" }, {
|
|
145
140
|
default: t(() => [
|
|
@@ -181,7 +176,7 @@ const se = { class: "app-container" }, de = { class: "search-container" }, ie =
|
|
|
181
176
|
header: t(() => [
|
|
182
177
|
l(I, null, {
|
|
183
178
|
default: t(() => [
|
|
184
|
-
l(
|
|
179
|
+
l(b, { span: 17 }, {
|
|
185
180
|
default: t(() => [
|
|
186
181
|
k((u(), C(g, {
|
|
187
182
|
type: "primary",
|
|
@@ -208,14 +203,14 @@ const se = { class: "app-container" }, de = { class: "search-container" }, ie =
|
|
|
208
203
|
]),
|
|
209
204
|
_: 1
|
|
210
205
|
}),
|
|
211
|
-
l(
|
|
206
|
+
l(b, {
|
|
212
207
|
span: 7,
|
|
213
208
|
class: "container-float"
|
|
214
209
|
}, {
|
|
215
210
|
default: t(() => [
|
|
216
|
-
l(
|
|
217
|
-
modelValue: n(
|
|
218
|
-
"onUpdate:modelValue": o[6] || (o[6] = (e) =>
|
|
211
|
+
l(F, {
|
|
212
|
+
modelValue: n(f),
|
|
213
|
+
"onUpdate:modelValue": o[6] || (o[6] = (e) => S(f) ? f.value = e : f = e),
|
|
219
214
|
"label-name": "goods/goods-label-info"
|
|
220
215
|
}, null, 8, ["modelValue"])
|
|
221
216
|
]),
|
|
@@ -229,13 +224,13 @@ const se = { class: "app-container" }, de = { class: "search-container" }, ie =
|
|
|
229
224
|
n(v) > 0 ? (u(), C(J, {
|
|
230
225
|
key: 0,
|
|
231
226
|
total: n(v),
|
|
232
|
-
"onUpdate:total": o[7] || (o[7] = (e) =>
|
|
227
|
+
"onUpdate:total": o[7] || (o[7] = (e) => S(v) ? v.value = e : null),
|
|
233
228
|
"current-page": i.value.curPage,
|
|
234
229
|
"onUpdate:currentPage": o[8] || (o[8] = (e) => i.value.curPage = e),
|
|
235
230
|
"page-size": i.value.pageSize,
|
|
236
231
|
"onUpdate:pageSize": o[9] || (o[9] = (e) => i.value.pageSize = e),
|
|
237
232
|
onPagination: o[10] || (o[10] = (e) => n(d).getList())
|
|
238
|
-
}, null, 8, ["total", "current-page", "page-size"])) :
|
|
233
|
+
}, null, 8, ["total", "current-page", "page-size"])) : D("", !0)
|
|
239
234
|
]),
|
|
240
235
|
default: t(() => [
|
|
241
236
|
l(G, {
|
|
@@ -244,7 +239,7 @@ const se = { class: "app-container" }, de = { class: "search-container" }, ie =
|
|
|
244
239
|
"row-key": "labelId",
|
|
245
240
|
"list-loading": n(j),
|
|
246
241
|
data: n(z),
|
|
247
|
-
"table-label": n(
|
|
242
|
+
"table-label": n(f),
|
|
248
243
|
onSelectionChange: q,
|
|
249
244
|
onSortChange: E
|
|
250
245
|
}, {
|
|
@@ -254,7 +249,7 @@ const se = { class: "app-container" }, de = { class: "search-container" }, ie =
|
|
|
254
249
|
onClick: (m) => n(d).handleMove(e.data.row, !1)
|
|
255
250
|
}, {
|
|
256
251
|
default: t(() => [
|
|
257
|
-
l(
|
|
252
|
+
l(H)
|
|
258
253
|
]),
|
|
259
254
|
_: 2
|
|
260
255
|
}, 1032, ["onClick"]),
|
|
@@ -263,14 +258,14 @@ const se = { class: "app-container" }, de = { class: "search-container" }, ie =
|
|
|
263
258
|
onClick: (m) => n(d).handleMove(e.data.row, !0)
|
|
264
259
|
}, {
|
|
265
260
|
default: t(() => [
|
|
266
|
-
l(
|
|
261
|
+
l(M)
|
|
267
262
|
]),
|
|
268
263
|
_: 2
|
|
269
264
|
}, 1032, ["onClick"])
|
|
270
265
|
]),
|
|
271
266
|
status: t((e) => [
|
|
272
267
|
$("span", null, [
|
|
273
|
-
l(
|
|
268
|
+
l(O, {
|
|
274
269
|
modelValue: e.data.row.status,
|
|
275
270
|
"onUpdate:modelValue": (m) => e.data.row.status = m,
|
|
276
271
|
onChange: (m) => n(d).enableRecord(e.data.row, e.data.row.status)
|
|
@@ -308,7 +303,7 @@ const se = { class: "app-container" }, de = { class: "search-container" }, ie =
|
|
|
308
303
|
"entity-key": n(h),
|
|
309
304
|
onRefresh: A,
|
|
310
305
|
width: "500px"
|
|
311
|
-
}, null, 8, ["modelValue", "title", "entity-key"])) :
|
|
306
|
+
}, null, 8, ["modelValue", "title", "entity-key"])) : D("", !0)
|
|
312
307
|
]);
|
|
313
308
|
};
|
|
314
309
|
}
|