xyvcard-goods 0.0.33 → 0.0.34

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 (92) hide show
  1. package/dist/{GoodsBaseForm-6rzBkBTh.mjs → GoodsBaseForm-BSvXc_XA.mjs} +1 -1
  2. package/dist/{GoodsBaseForm.vue_vue_type_script_setup_true_lang-BmIR352P.mjs → GoodsBaseForm.vue_vue_type_script_setup_true_lang-rsmqHXbJ.mjs} +60 -53
  3. package/dist/GoodsLogisticsForm-1Bbd4Z52.mjs +4 -0
  4. package/dist/GoodsLogisticsForm.vue_vue_type_script_setup_true_lang-PSnPNbmT.mjs +434 -0
  5. package/dist/{GoodsSpecForm-BqaN71rS.mjs → GoodsSpecForm-Ddo1IZLZ.mjs} +1 -1
  6. package/dist/GoodsSpecForm.vue_vue_type_script_setup_true_lang-CdWIufm4.mjs +338 -0
  7. package/dist/edit copy 2-Yzf_M31V.mjs +59 -0
  8. package/dist/{edit copy-tfwJCdiV.mjs → edit copy-CCnzlrgL.mjs } +3 -3
  9. package/dist/{edit-D2zcGl_U.mjs → edit-BgtwinSN.mjs} +1 -1
  10. package/dist/{edit-Db2EJ9dq.mjs → edit-Dke5sWct.mjs} +3 -3
  11. package/dist/{edit-CZwlbL9o.mjs → edit-e5-aXV6K.mjs} +18 -18
  12. package/dist/{edit-DBTNknBy.mjs → edit-lfXK_dUp.mjs} +3 -3
  13. package/dist/{edit-1Lv_dvlq.mjs → edit-pUKONjxH.mjs} +1 -1
  14. package/dist/{edit.vue_vue_type_script_setup_true_lang-BmOhw098.mjs → edit.vue_vue_type_script_setup_true_lang-BtGT564r.mjs} +32 -32
  15. package/dist/{index-BXa-atkT.mjs → index-BSzOTWcG.mjs} +1 -1
  16. package/dist/{index-Cl4wz2yF.mjs → index-BpKiAhvt.mjs} +3 -3
  17. package/dist/{index-DXIGHcIv.mjs → index-ChQ-ZxD1.mjs} +2 -2
  18. package/dist/{index-BpXZNA11.mjs → index-CkJncbVf.mjs} +3 -3
  19. package/dist/{index-DGYGNHfx.mjs → index-CkMWas2b.mjs} +3 -3
  20. package/dist/index-Da2R0n8O.mjs +374 -0
  21. package/dist/{index-CRfiEzkA.mjs → index-DhS4AuWf.mjs} +509 -481
  22. package/dist/{index-BhUD_X30.mjs → index-DyLLV1NK.mjs} +2 -2
  23. package/dist/index.mjs +1 -1
  24. package/dist/{info-DfbU-CWk.mjs → info-DOKoSi7a.mjs} +34 -34
  25. package/dist/{info-DDi6GKQH.mjs → info-De_pBN6A.mjs} +19 -19
  26. package/dist/{skuForm-DoIpxDvq.mjs → skuForm-DVGkw6rD.mjs} +21 -21
  27. package/dist/{skuForm-DWIoveRP.mjs → skuForm-YXHrhyPI.mjs} +110 -109
  28. package/dist/{skuTable-BVBtWrf9.mjs → skuTable-DOIQ9kiV.mjs} +62 -62
  29. package/dist/style.css +1 -1
  30. package/dts/xyvcard-goods/src/App.vue.d.ts +2 -0
  31. package/dts/xyvcard-goods/src/api/dict.d.ts +35 -0
  32. package/dts/xyvcard-goods/src/api/goods-base/index.d.ts +11 -0
  33. package/dts/xyvcard-goods/src/api/goods-base/types.d.ts +33 -0
  34. package/dts/xyvcard-goods/src/api/goods-brand-info/index.d.ts +20 -0
  35. package/dts/xyvcard-goods/src/api/goods-brand-info/types.d.ts +73 -0
  36. package/dts/xyvcard-goods/src/api/goods-category/index.d.ts +23 -0
  37. package/dts/xyvcard-goods/src/api/goods-category/types.d.ts +70 -0
  38. package/dts/xyvcard-goods/src/api/goods-ensure/index.d.ts +13 -0
  39. package/dts/xyvcard-goods/src/api/goods-ensure/types.d.ts +13 -0
  40. package/dts/xyvcard-goods/src/api/goods-label-info/index.d.ts +20 -0
  41. package/dts/xyvcard-goods/src/api/goods-label-info/types.d.ts +70 -0
  42. package/dts/xyvcard-goods/src/api/goods-logistics/index.d.ts +8 -0
  43. package/dts/xyvcard-goods/src/api/goods-logistics/types.d.ts +16 -0
  44. package/dts/xyvcard-goods/src/api/goods-sku/types.d.ts +18 -0
  45. package/dts/xyvcard-goods/src/api/goods-spec/index.d.ts +8 -0
  46. package/dts/xyvcard-goods/src/api/goods-spec/types.d.ts +15 -0
  47. package/dts/xyvcard-goods/src/api/goods-spu/index.d.ts +69 -0
  48. package/dts/xyvcard-goods/src/api/goods-spu/types.d.ts +245 -0
  49. package/dts/xyvcard-goods/src/api/goods-stock/index.d.ts +8 -0
  50. package/dts/xyvcard-goods/src/api/goods-stock/types.d.ts +32 -0
  51. package/dts/xyvcard-goods/src/api/index.d.ts +29 -0
  52. package/dts/xyvcard-goods/src/api/shop-branch/index.d.ts +9 -0
  53. package/dts/xyvcard-goods/src/api/shop-branch/types.d.ts +28 -0
  54. package/dts/xyvcard-goods/src/components/ImageUpload.vue.d.ts +36 -0
  55. package/dts/xyvcard-goods/src/constant.d.ts +107 -0
  56. package/dts/xyvcard-goods/src/index.d.ts +12 -0
  57. package/dts/xyvcard-goods/src/lang/goods/en.d.ts +2 -0
  58. package/dts/xyvcard-goods/src/lang/goods/zh-cn.d.ts +141 -0
  59. package/dts/xyvcard-goods/src/lang/index.d.ts +1 -0
  60. package/dts/xyvcard-goods/src/main.d.ts +7 -0
  61. package/dts/xyvcard-goods/src/permission.d.ts +1 -0
  62. package/dts/xyvcard-goods/src/router/index.d.ts +6 -0
  63. package/dts/xyvcard-goods/src/utils/momentPlugin.d.ts +5 -0
  64. package/dts/xyvcard-goods/src/utils/returnBizLay.d.ts +2 -0
  65. package/dts/xyvcard-goods/src/utils/sku.d.ts +19 -0
  66. package/dts/xyvcard-goods/src/views/goods/goods-brand-info/edit.vue.d.ts +22 -0
  67. package/dts/xyvcard-goods/src/views/goods/goods-brand-info/index.vue.d.ts +2 -0
  68. package/dts/xyvcard-goods/src/views/goods/goods-category/edit.vue.d.ts +22 -0
  69. package/dts/xyvcard-goods/src/views/goods/goods-category/index.vue.d.ts +2 -0
  70. package/dts/xyvcard-goods/src/views/goods/goods-combination/edit.vue.d.ts +2 -0
  71. package/dts/xyvcard-goods/src/views/goods/goods-combination/index.vue.d.ts +2 -0
  72. package/dts/xyvcard-goods/src/views/goods/goods-combination/info.vue.d.ts +2 -0
  73. package/dts/xyvcard-goods/src/views/goods/goods-combination/skuForm.vue.d.ts +20 -0
  74. package/dts/xyvcard-goods/src/views/goods/goods-label-info/edit.vue.d.ts +22 -0
  75. package/dts/xyvcard-goods/src/views/goods/goods-label-info/index.vue.d.ts +2 -0
  76. package/dts/xyvcard-goods/src/views/goods/goods-spu/components/GoodsBaseForm.vue.d.ts +34 -0
  77. package/dts/xyvcard-goods/src/views/goods/goods-spu/components/GoodsLogisticsForm.vue.d.ts +42 -0
  78. package/dts/xyvcard-goods/src/views/goods/goods-spu/components/GoodsSpecForm.vue.d.ts +42 -0
  79. package/dts/xyvcard-goods/src/views/goods/goods-spu/edit copy 2.vue.d.ts +2 -0
  80. package/dts/xyvcard-goods/src/views/goods/goods-spu/edit copy.vue.d.ts +2 -0
  81. package/dts/xyvcard-goods/src/views/goods/goods-spu/edit.vue.d.ts +2 -0
  82. package/dts/xyvcard-goods/src/views/goods/goods-spu/index.vue.d.ts +2 -0
  83. package/dts/xyvcard-goods/src/views/goods/goods-spu/info.vue.d.ts +2 -0
  84. package/dts/xyvcard-goods/src/views/goods/goods-spu/skuForm.vue.d.ts +29 -0
  85. package/dts/xyvcard-goods/src/views/goods/goods-spu/skuTable.vue.d.ts +40 -0
  86. package/dts/xyvcard-shop/src/api/shop-branch/index.d.ts +14 -0
  87. package/dts/xyvcard-shop/src/api/shop-branch/types.d.ts +76 -0
  88. package/package.json +4 -4
  89. package/dist/GoodsLogisticsForm-CHyQ99Mt.mjs +0 -10
  90. package/dist/GoodsSpecForm.vue_vue_type_script_setup_true_lang-BTFKRiNW.mjs +0 -140
  91. package/dist/edit copy 2-DnKLaz3I.mjs +0 -45
  92. package/dist/index-Df-F10aZ.mjs +0 -264
@@ -0,0 +1,434 @@
1
+ import { defineComponent as L, reactive as b, ref as P, resolveComponent as n, createBlock as m, openBlock as y, unref as e, withCtx as o, createVNode as l, createCommentVNode as v, createTextVNode as w } from "vue";
2
+ import { useI18n as M } from "vue-i18n";
3
+ import { useRoute as k, useRouter as C } from "vue-router";
4
+ import { useUserStore as F, clearEmpty as N, request as j, routerUtil as G } from "jmash-core";
5
+ import { D as i, C as g } from "./index-Da2R0n8O.mjs";
6
+ import { E as H } from "./el-message-BB2-39XJ.mjs";
7
+ class O {
8
+ // A设置商品物流信息
9
+ create(c) {
10
+ return c.tenant = F().user.tenant, N(c), j({
11
+ url: "/v1/goods/goods_logistics",
12
+ method: "patch",
13
+ data: c
14
+ });
15
+ }
16
+ }
17
+ const z = new O(), x = /* @__PURE__ */ L({
18
+ __name: "GoodsLogisticsForm",
19
+ props: {
20
+ goodsSpuModel: { default: () => ({ skuList: { results: [{}] } }) }
21
+ },
22
+ emits: ["submit"],
23
+ setup(D, { emit: c }) {
24
+ i.goodsDeliveryTypeEnum.useEnumValues(), i.goodsDeliverySpotTypeEnum.useEnumValues(), i.validityTypeEnum.useEnumValues(), i.useBranchEnum.useEnumValues(), i.freightTypeEnum.useEnumValues(), i.shopBranchBizDict.useValues();
25
+ const h = D, { t: p } = M(), E = k(), I = C();
26
+ let a = b({
27
+ requestId: Math.random() * 10 + "",
28
+ updateMask: "deliveryType,deliverySpotDate,deliveryPresaleDate,freightType,freightAmount,note,useBranch,branchIds,validityType,validityDays,validityDate,ensureIds",
29
+ spuId: h.goodsSpuModel.spuId,
30
+ deliveryType: "",
31
+ deliverySpotDate: "",
32
+ deliveryPresaleDate: "",
33
+ freightType: "",
34
+ freightAmount: 0,
35
+ note: "",
36
+ useBranch: "",
37
+ branchIds: [],
38
+ validityType: "",
39
+ validityDays: 0,
40
+ validityDate: "",
41
+ ensureIds: [],
42
+ ...h.goodsSpuModel
43
+ });
44
+ const R = b({
45
+ deliveryType: [
46
+ {
47
+ required: !0,
48
+ message: p("goodsSpu.deliveryTypeRequired"),
49
+ trigger: "change"
50
+ }
51
+ ],
52
+ deliverySpotDate: [
53
+ {
54
+ required: !0,
55
+ message: p("goodsSpu.deliverySpotDateRequireds"),
56
+ trigger: "change"
57
+ }
58
+ ],
59
+ deliveryPresaleDate: [
60
+ {
61
+ required: !0,
62
+ message: p("goodsSpu.deliveryPresaleDateRequired"),
63
+ trigger: "change"
64
+ }
65
+ ],
66
+ freightType: [
67
+ {
68
+ required: !0,
69
+ message: p("goodsSpu.freightTypeRequired"),
70
+ trigger: "change"
71
+ }
72
+ ],
73
+ freightAmount: [
74
+ {
75
+ required: !0,
76
+ message: p("goodsSpu.freightAmountRequired"),
77
+ trigger: "blur"
78
+ }
79
+ ],
80
+ useBranch: [
81
+ {
82
+ required: !0,
83
+ message: p("goodsSpu.useBranchRequired"),
84
+ trigger: "change"
85
+ }
86
+ ],
87
+ branchIds: [
88
+ {
89
+ required: !0,
90
+ message: p("goodsSpu.branchIdsRequired"),
91
+ trigger: "change"
92
+ }
93
+ ],
94
+ validityType: [
95
+ {
96
+ required: !0,
97
+ message: p("goodsSpu.validityTypeRequired"),
98
+ trigger: "change"
99
+ }
100
+ ],
101
+ validityDays: [
102
+ {
103
+ required: !0,
104
+ message: p("goodsSpu.validityDaysRequired"),
105
+ trigger: "blur"
106
+ }
107
+ ],
108
+ validityDate: [
109
+ {
110
+ required: !0,
111
+ message: p("goodsSpu.validityDateRequired"),
112
+ trigger: "change"
113
+ }
114
+ ]
115
+ }), S = P();
116
+ function q() {
117
+ var d;
118
+ (d = S.value) == null || d.validate((t) => {
119
+ t && z.create(a).then((f) => {
120
+ f.status === 200 && (H({
121
+ message: p("common.submitSuccess"),
122
+ type: "success"
123
+ }), G.closeTagView(E.fullPath, I, !1));
124
+ });
125
+ });
126
+ }
127
+ return (d, t) => {
128
+ const f = n("jmash-enum-radio"), u = n("el-form-item"), s = n("el-col"), V = n("jmash-select"), _ = n("el-date-picker"), Y = n("el-input"), T = n("el-input-number"), A = n("jmash-dict-checkbox"), U = n("el-row"), B = n("el-button"), $ = n("el-form");
129
+ return y(), m($, {
130
+ ref_key: "goodsLogisticsFormRef",
131
+ ref: S,
132
+ model: e(a),
133
+ "label-width": "140px",
134
+ rules: R
135
+ }, {
136
+ default: o(() => [
137
+ l(U, null, {
138
+ default: o(() => [
139
+ l(s, { span: 12 }, {
140
+ default: o(() => [
141
+ l(u, {
142
+ label: d.$t("goodsSpu.deliveryType"),
143
+ prop: "deliveryType"
144
+ }, {
145
+ default: o(() => [
146
+ l(f, {
147
+ modelValue: e(a).deliveryType,
148
+ "onUpdate:modelValue": t[0] || (t[0] = (r) => e(a).deliveryType = r),
149
+ data: e(i).goodsDeliveryTypeEnum.values
150
+ }, null, 8, ["modelValue", "data"])
151
+ ]),
152
+ _: 1
153
+ }, 8, ["label"])
154
+ ]),
155
+ _: 1
156
+ }),
157
+ e(a).deliveryType === e(g).DELIVERY_TYPE_VALUES.SPOT_ONLY ? (y(), m(s, {
158
+ key: 0,
159
+ span: 12
160
+ }, {
161
+ default: o(() => [
162
+ l(u, {
163
+ label: d.$t("goodsSpu.deliverySpotDate"),
164
+ prop: "deliverySpotDate"
165
+ }, {
166
+ default: o(() => [
167
+ l(V, {
168
+ modelValue: e(a).deliverySpotDate,
169
+ "onUpdate:modelValue": t[1] || (t[1] = (r) => e(a).deliverySpotDate = r),
170
+ data: e(i).goodsDeliverySpotTypeEnum.values,
171
+ clearable: "",
172
+ placeholder: d.$t("goodsSpu.deliverySpotDateRequireds"),
173
+ class: "w-full"
174
+ }, null, 8, ["modelValue", "data", "placeholder"])
175
+ ]),
176
+ _: 1
177
+ }, 8, ["label"])
178
+ ]),
179
+ _: 1
180
+ })) : v("", !0),
181
+ e(a).deliveryType === e(g).DELIVERY_TYPE_VALUES.PRESALE ? (y(), m(s, {
182
+ key: 1,
183
+ span: 12
184
+ }, {
185
+ default: o(() => [
186
+ l(u, {
187
+ label: d.$t("goodsSpu.deliveryPresaleDate"),
188
+ prop: "deliveryPresaleDate"
189
+ }, {
190
+ default: o(() => [
191
+ l(_, {
192
+ class: "w-full",
193
+ modelValue: e(a).deliveryPresaleDate,
194
+ "onUpdate:modelValue": t[2] || (t[2] = (r) => e(a).deliveryPresaleDate = r),
195
+ placeholder: d.$t("goodsSpu.deliveryPresaleDateRequired"),
196
+ "show-word-limit": "",
197
+ type: "date",
198
+ format: "YYYY-MM-DD",
199
+ "value-format": "YYYY-MM-DD",
200
+ clearable: "",
201
+ "value-on-clear": ""
202
+ }, null, 8, ["modelValue", "placeholder"])
203
+ ]),
204
+ _: 1
205
+ }, 8, ["label"])
206
+ ]),
207
+ _: 1
208
+ })) : v("", !0),
209
+ l(s, { span: 12 }, {
210
+ default: o(() => [
211
+ l(u, {
212
+ label: d.$t("goodsSpu.freightType"),
213
+ prop: "freightType"
214
+ }, {
215
+ default: o(() => [
216
+ l(f, {
217
+ modelValue: e(a).freightType,
218
+ "onUpdate:modelValue": t[3] || (t[3] = (r) => e(a).freightType = r),
219
+ data: e(i).freightTypeEnum.values
220
+ }, null, 8, ["modelValue", "data"])
221
+ ]),
222
+ _: 1
223
+ }, 8, ["label"])
224
+ ]),
225
+ _: 1
226
+ }),
227
+ l(s, { span: 12 }, {
228
+ default: o(() => [
229
+ l(u, {
230
+ label: d.$t("goodsSpu.note"),
231
+ prop: "note"
232
+ }, {
233
+ default: o(() => [
234
+ l(Y, {
235
+ type: "textarea",
236
+ modelValue: e(a).note,
237
+ "onUpdate:modelValue": t[4] || (t[4] = (r) => e(a).note = r),
238
+ placeholder: d.$t("goodsSpu.noteRequired"),
239
+ clearable: "",
240
+ rows: 4
241
+ }, null, 8, ["modelValue", "placeholder"])
242
+ ]),
243
+ _: 1
244
+ }, 8, ["label"])
245
+ ]),
246
+ _: 1
247
+ }),
248
+ e(a).freightType === e(g).FREIGHT_TYPE_VALUES.FREIGHT_FIXED ? (y(), m(s, {
249
+ key: 2,
250
+ span: 12
251
+ }, {
252
+ default: o(() => [
253
+ l(u, {
254
+ label: d.$t("goodsSpu.freightAmount"),
255
+ prop: "freightAmount"
256
+ }, {
257
+ default: o(() => [
258
+ l(T, {
259
+ modelValue: e(a).freightAmount,
260
+ "onUpdate:modelValue": t[5] || (t[5] = (r) => e(a).freightAmount = r),
261
+ placeholder: d.$t("goodsSpu.freightAmountRequired"),
262
+ precision: 2,
263
+ step: 0.1,
264
+ min: 0,
265
+ class: "w-full",
266
+ "controls-position": "right",
267
+ clearable: ""
268
+ }, null, 8, ["modelValue", "placeholder"])
269
+ ]),
270
+ _: 1
271
+ }, 8, ["label"])
272
+ ]),
273
+ _: 1
274
+ })) : v("", !0),
275
+ l(s, { span: 12 }, {
276
+ default: o(() => [
277
+ l(u, {
278
+ label: d.$t("goodsSpu.useBranch"),
279
+ prop: "useBranch"
280
+ }, {
281
+ default: o(() => [
282
+ l(f, {
283
+ modelValue: e(a).useBranch,
284
+ "onUpdate:modelValue": t[6] || (t[6] = (r) => e(a).useBranch = r),
285
+ data: e(i).useBranchEnum.values
286
+ }, null, 8, ["modelValue", "data"])
287
+ ]),
288
+ _: 1
289
+ }, 8, ["label"])
290
+ ]),
291
+ _: 1
292
+ }),
293
+ e(a).useBranch === e(g).USE_BRANCH_VALUES.USE_BRANCH_PART ? (y(), m(s, {
294
+ key: 3,
295
+ span: 12
296
+ }, {
297
+ default: o(() => [
298
+ l(u, {
299
+ label: d.$t("goodsSpu.branchIds"),
300
+ prop: "branchIds"
301
+ }, {
302
+ default: o(() => [
303
+ l(V, {
304
+ modelValue: e(a).branchIds,
305
+ "onUpdate:modelValue": t[7] || (t[7] = (r) => e(a).branchIds = r),
306
+ data: e(i).shopBranchBizDict.values,
307
+ multiple: "",
308
+ clearable: "",
309
+ placeholder: d.$t("goodsSpu.branchIdsRequired"),
310
+ class: "w-full"
311
+ }, null, 8, ["modelValue", "data", "placeholder"])
312
+ ]),
313
+ _: 1
314
+ }, 8, ["label"])
315
+ ]),
316
+ _: 1
317
+ })) : v("", !0),
318
+ l(s, { span: 12 }, {
319
+ default: o(() => [
320
+ l(u, {
321
+ label: d.$t("goodsSpu.validityType"),
322
+ prop: "validityType"
323
+ }, {
324
+ default: o(() => [
325
+ l(f, {
326
+ modelValue: e(a).validityType,
327
+ "onUpdate:modelValue": t[8] || (t[8] = (r) => e(a).validityType = r),
328
+ data: e(i).validityTypeEnum.values
329
+ }, null, 8, ["modelValue", "data"])
330
+ ]),
331
+ _: 1
332
+ }, 8, ["label"])
333
+ ]),
334
+ _: 1
335
+ }),
336
+ e(a).validityType === e(g).VALIDITY_TYPE_VALUES.DYNAMIC_TIME ? (y(), m(s, {
337
+ key: 4,
338
+ span: 8
339
+ }, {
340
+ default: o(() => [
341
+ l(u, {
342
+ label: d.$t("goodsSpu.validityDays"),
343
+ prop: "validityDays"
344
+ }, {
345
+ default: o(() => [
346
+ l(T, {
347
+ class: "w-full",
348
+ modelValue: e(a).validityDays,
349
+ "onUpdate:modelValue": t[9] || (t[9] = (r) => e(a).validityDays = r),
350
+ placeholder: d.$t("goodsSpu.validityDaysRequired"),
351
+ min: 0,
352
+ step: 1,
353
+ "controls-position": "right",
354
+ clearable: ""
355
+ }, null, 8, ["modelValue", "placeholder"])
356
+ ]),
357
+ _: 1
358
+ }, 8, ["label"])
359
+ ]),
360
+ _: 1
361
+ })) : v("", !0),
362
+ e(a).validityType === e(g).VALIDITY_TYPE_VALUES.FIXED_TIME ? (y(), m(s, {
363
+ key: 5,
364
+ span: 8
365
+ }, {
366
+ default: o(() => [
367
+ l(u, {
368
+ label: d.$t("goodsSpu.validityDate"),
369
+ prop: "validityDate"
370
+ }, {
371
+ default: o(() => [
372
+ l(_, {
373
+ class: "w-full",
374
+ modelValue: e(a).validityDate,
375
+ "onUpdate:modelValue": t[10] || (t[10] = (r) => e(a).validityDate = r),
376
+ placeholder: d.$t("goodsSpu.validityDateRequired"),
377
+ "show-word-limit": "",
378
+ type: "date",
379
+ format: "YYYY-MM-DD",
380
+ "value-format": "YYYY-MM-DD",
381
+ clearable: "",
382
+ "value-on-clear": ""
383
+ }, null, 8, ["modelValue", "placeholder"])
384
+ ]),
385
+ _: 1
386
+ }, 8, ["label"])
387
+ ]),
388
+ _: 1
389
+ })) : v("", !0),
390
+ l(s, { span: 24 }, {
391
+ default: o(() => [
392
+ l(u, {
393
+ label: d.$t("goodsSpu.ensureIds"),
394
+ prop: "ensureIds"
395
+ }, {
396
+ default: o(() => [
397
+ l(A, {
398
+ modelValue: e(a).ensureIds,
399
+ "onUpdate:modelValue": t[11] || (t[11] = (r) => e(a).ensureIds = r),
400
+ "type-code": e(g).DICT_GOODS_ENSURE
401
+ }, null, 8, ["modelValue", "type-code"])
402
+ ]),
403
+ _: 1
404
+ }, 8, ["label"])
405
+ ]),
406
+ _: 1
407
+ })
408
+ ]),
409
+ _: 1
410
+ }),
411
+ l(u, null, {
412
+ default: o(() => [
413
+ l(B, {
414
+ type: "primary",
415
+ onClick: q
416
+ }, {
417
+ default: o(() => t[12] || (t[12] = [
418
+ w("保存", -1)
419
+ ])),
420
+ _: 1,
421
+ __: [12]
422
+ })
423
+ ]),
424
+ _: 1
425
+ })
426
+ ]),
427
+ _: 1
428
+ }, 8, ["model", "rules"]);
429
+ };
430
+ }
431
+ });
432
+ export {
433
+ x as _
434
+ };
@@ -1,4 +1,4 @@
1
- import { _ as f } from "./GoodsSpecForm.vue_vue_type_script_setup_true_lang-BTFKRiNW.mjs";
1
+ import { _ as f } from "./GoodsSpecForm.vue_vue_type_script_setup_true_lang-CdWIufm4.mjs";
2
2
  export {
3
3
  f as default
4
4
  };