xyvcard-goods 0.0.33 → 0.0.35
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/BatchSetting-B1LcBFPD.mjs +333 -0
- package/dist/ChannelProfit-CNSIK87d.mjs +4 -0
- package/dist/ChannelProfit.vue_vue_type_script_setup_true_lang-BVTifRY8.mjs +320 -0
- package/dist/{GoodsBaseForm-6rzBkBTh.mjs → GoodsBaseForm-BZ2fZmmp.mjs} +1 -1
- package/dist/GoodsBaseForm.vue_vue_type_script_setup_true_lang-BxBTTLdA.mjs +407 -0
- package/dist/GoodsLogisticsForm-BqlwdGQ1.mjs +4 -0
- package/dist/GoodsLogisticsForm.vue_vue_type_script_setup_true_lang-DJREiSkD.mjs +433 -0
- package/dist/GoodsProfitForm-COYRi8sx.mjs +4 -0
- package/dist/GoodsProfitForm.vue_vue_type_script_setup_true_lang-BYPWP95J.mjs +2550 -0
- package/dist/{GoodsSpecForm-BqaN71rS.mjs → GoodsSpecForm-B4MtETRy.mjs} +1 -1
- package/dist/GoodsSpecForm.vue_vue_type_script_setup_true_lang-BbVK_KNz.mjs +347 -0
- package/dist/SingleSku-rWv9vVhv.mjs +351 -0
- package/dist/constant-sVd2JbJt.mjs +115 -0
- package/dist/edit-B1cmsJpy.mjs +70 -0
- package/dist/{edit-DBTNknBy.mjs → edit-Br1Y569l.mjs} +8 -7
- package/dist/{edit-CZwlbL9o.mjs → edit-CET8Fr-t.mjs} +18 -18
- package/dist/{edit-1Lv_dvlq.mjs → edit-CagYTFKr.mjs} +1 -1
- package/dist/{edit-D2zcGl_U.mjs → edit-iJGrWlSv.mjs} +1 -1
- package/dist/{edit.vue_vue_type_script_setup_true_lang-BmOhw098.mjs → edit.vue_vue_type_script_setup_true_lang-D_0YivhL.mjs} +32 -32
- package/dist/{el-message-BB2-39XJ.mjs → el-message-Dj6aaz4G.mjs} +490 -373
- package/dist/{index-BhUD_X30.mjs → index copy-kNLE7fPg.mjs } +6 -5
- package/dist/index-C61SQFSx.mjs +264 -0
- package/dist/index-CeWPdEJD.mjs +713 -0
- package/dist/{index-BpXZNA11.mjs → index-Cg6GUdSP.mjs} +3 -3
- package/dist/index-CyxnVWnL.mjs +182 -0
- package/dist/{index-DGYGNHfx.mjs → index-D9s8hsVw.mjs} +3 -3
- package/dist/{index-BXa-atkT.mjs → index-DbnKa_BJ.mjs} +1 -1
- package/dist/{index-DXIGHcIv.mjs → index-DoxTu4kg.mjs} +5 -4
- package/dist/{index-Cl4wz2yF.mjs → index-kw0UYOIu.mjs} +3 -3
- package/dist/{index-CRfiEzkA.mjs → index-xQgC-8Gd.mjs} +1237 -1141
- package/dist/index.mjs +1 -1
- package/dist/info-CTElDVo6.mjs +376 -0
- package/dist/{info-DfbU-CWk.mjs → info-DpGJgdac.mjs} +37 -36
- package/dist/{skuForm-DoIpxDvq.mjs → skuForm-C7w9YIDe.mjs} +40 -39
- package/dist/skuForm-CPlnCToi.mjs +279 -0
- package/dist/skuTable-C-LcASbX.mjs +594 -0
- package/dist/spec-DkiGCkuM.mjs +44 -0
- package/dist/style.css +1 -1
- package/dts/xyvcard-goods/src/App.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/api/dict.d.ts +36 -0
- package/dts/xyvcard-goods/src/api/goods-base/index.d.ts +11 -0
- package/dts/xyvcard-goods/src/api/goods-base/types.d.ts +33 -0
- package/dts/xyvcard-goods/src/api/goods-brand-info/index.d.ts +20 -0
- package/dts/xyvcard-goods/src/api/goods-brand-info/types.d.ts +73 -0
- package/dts/xyvcard-goods/src/api/goods-category/index.d.ts +23 -0
- package/dts/xyvcard-goods/src/api/goods-category/types.d.ts +70 -0
- package/dts/xyvcard-goods/src/api/goods-ensure/index.d.ts +13 -0
- package/dts/xyvcard-goods/src/api/goods-ensure/types.d.ts +13 -0
- package/dts/xyvcard-goods/src/api/goods-label-info/index.d.ts +20 -0
- package/dts/xyvcard-goods/src/api/goods-label-info/types.d.ts +70 -0
- package/dts/xyvcard-goods/src/api/goods-logistics/index.d.ts +8 -0
- package/dts/xyvcard-goods/src/api/goods-logistics/types.d.ts +16 -0
- package/dts/xyvcard-goods/src/api/goods-sku/types.d.ts +21 -0
- package/dts/xyvcard-goods/src/api/goods-spec/index.d.ts +8 -0
- package/dts/xyvcard-goods/src/api/goods-spec/types.d.ts +15 -0
- package/dts/xyvcard-goods/src/api/goods-spu/index.d.ts +72 -0
- package/dts/xyvcard-goods/src/api/goods-spu/types.d.ts +271 -0
- package/dts/xyvcard-goods/src/api/goods-stock/index.d.ts +8 -0
- package/dts/xyvcard-goods/src/api/goods-stock/types.d.ts +32 -0
- package/dts/xyvcard-goods/src/api/index.d.ts +29 -0
- package/dts/xyvcard-goods/src/api/shop-branch/index.d.ts +9 -0
- package/dts/xyvcard-goods/src/api/shop-branch/types.d.ts +28 -0
- package/dts/xyvcard-goods/src/api/types.d.ts +4 -0
- package/dts/xyvcard-goods/src/components/ImageUpload.vue.d.ts +36 -0
- package/dts/xyvcard-goods/src/constant.d.ts +107 -0
- package/dts/xyvcard-goods/src/index.d.ts +12 -0
- package/dts/xyvcard-goods/src/lang/goods/en.d.ts +2 -0
- package/dts/xyvcard-goods/src/lang/goods/zh-cn.d.ts +173 -0
- package/dts/xyvcard-goods/src/lang/index.d.ts +1 -0
- package/dts/xyvcard-goods/src/main.d.ts +7 -0
- package/dts/xyvcard-goods/src/permission.d.ts +1 -0
- package/dts/xyvcard-goods/src/router/index.d.ts +7 -0
- package/dts/xyvcard-goods/src/utils/momentPlugin.d.ts +5 -0
- package/dts/xyvcard-goods/src/utils/returnBizLay.d.ts +2 -0
- package/dts/xyvcard-goods/src/utils/sku.d.ts +19 -0
- package/dts/xyvcard-goods/src/views/goods/goods-brand-info/edit.vue.d.ts +22 -0
- package/dts/xyvcard-goods/src/views/goods/goods-brand-info/index.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/views/goods/goods-category/edit.vue.d.ts +22 -0
- package/dts/xyvcard-goods/src/views/goods/goods-category/index.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/views/goods/goods-combination/edit.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/views/goods/goods-combination/index.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/views/goods/goods-combination/info.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/views/goods/goods-combination/skuForm.vue.d.ts +20 -0
- package/dts/xyvcard-goods/src/views/goods/goods-label-info/edit.vue.d.ts +22 -0
- package/dts/xyvcard-goods/src/views/goods/goods-label-info/index.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/components/BatchSetting.vue.d.ts +35 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/components/ChannelProfit.vue.d.ts +22 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/components/GoodsBaseForm.vue.d.ts +34 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/components/GoodsLogisticsForm.vue.d.ts +42 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/components/GoodsProfitForm.vue.d.ts +34 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/components/GoodsSpecForm.vue.d.ts +42 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/components/SingleSku.vue.d.ts +23 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/edit copy 2.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/edit copy.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/edit.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/index copy.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/index.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/info.vue.d.ts +2 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/skuForm.vue.d.ts +42 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/skuTable.vue.d.ts +53 -0
- package/dts/xyvcard-goods/src/views/goods/goods-spu/spec.vue.d.ts +2 -0
- package/dts/xyvcard-shop/src/api/shop-branch/index.d.ts +14 -0
- package/dts/xyvcard-shop/src/api/shop-branch/types.d.ts +76 -0
- package/package.json +6 -5
- package/dist/GoodsBaseForm.vue_vue_type_script_setup_true_lang-BmIR352P.mjs +0 -374
- package/dist/GoodsLogisticsForm-CHyQ99Mt.mjs +0 -10
- package/dist/GoodsSpecForm.vue_vue_type_script_setup_true_lang-BTFKRiNW.mjs +0 -140
- package/dist/edit copy 2-DnKLaz3I.mjs +0 -45
- package/dist/edit copy-tfwJCdiV.mjs +0 -526
- package/dist/edit-Db2EJ9dq.mjs +0 -526
- package/dist/index-BHmGYIuc.mjs +0 -24
- package/dist/index-Df-F10aZ.mjs +0 -264
- package/dist/index-vHQhUQSO.mjs +0 -95
- package/dist/info-DDi6GKQH.mjs +0 -365
- package/dist/skuForm-DWIoveRP.mjs +0 -475
- package/dist/skuTable-BVBtWrf9.mjs +0 -639
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
goodsSpu: {
|
|
3
|
+
templateDownload: string;
|
|
4
|
+
name: string;
|
|
5
|
+
shopId: string;
|
|
6
|
+
categoryId: string;
|
|
7
|
+
freightType: string;
|
|
8
|
+
freightAmount: string;
|
|
9
|
+
spuCode: string;
|
|
10
|
+
spuName: string;
|
|
11
|
+
picUrls: string;
|
|
12
|
+
sellPoint: string;
|
|
13
|
+
ensureIds: string;
|
|
14
|
+
description: string;
|
|
15
|
+
shelf: string;
|
|
16
|
+
price: string;
|
|
17
|
+
salePrice: string;
|
|
18
|
+
salePriceV1: string;
|
|
19
|
+
salePriceV2: string;
|
|
20
|
+
salePriceV2Required: string;
|
|
21
|
+
salePriceV3: string;
|
|
22
|
+
salePriceV3Required: string;
|
|
23
|
+
marketPrice: string;
|
|
24
|
+
marketPriceRequired: string;
|
|
25
|
+
costPrice: string;
|
|
26
|
+
costPriceRequired: string;
|
|
27
|
+
stock: string;
|
|
28
|
+
stockRequired: string;
|
|
29
|
+
weight: string;
|
|
30
|
+
weightRequired: string;
|
|
31
|
+
volume: string;
|
|
32
|
+
volumeRequired: string;
|
|
33
|
+
saleNum: string;
|
|
34
|
+
saleNums: string;
|
|
35
|
+
specType: string;
|
|
36
|
+
approvalStatus: string;
|
|
37
|
+
batchShelf: string;
|
|
38
|
+
batchOffShelf: string;
|
|
39
|
+
batchApprovaled: string;
|
|
40
|
+
batchRejected: string;
|
|
41
|
+
batchApproval: string;
|
|
42
|
+
updateTime: string;
|
|
43
|
+
shopIdRequired: string;
|
|
44
|
+
spuNameRequired: string;
|
|
45
|
+
spuNameRequireds: string;
|
|
46
|
+
freightAmountRequired: string;
|
|
47
|
+
saleNumRequired: string;
|
|
48
|
+
saleNumRequireds: string;
|
|
49
|
+
sellPointRequired: string;
|
|
50
|
+
categoryIdRequired: string;
|
|
51
|
+
spuCodeRequired: string;
|
|
52
|
+
freightTypeRequired: string;
|
|
53
|
+
specRequired: string;
|
|
54
|
+
shelfRequired: string;
|
|
55
|
+
specTypeRequired: string;
|
|
56
|
+
picUrlsRequired: string;
|
|
57
|
+
imageListsErrors: string;
|
|
58
|
+
salePriceRequired: string;
|
|
59
|
+
salePriceV1Required: string;
|
|
60
|
+
specValueRequired: string;
|
|
61
|
+
chooseShelf: string;
|
|
62
|
+
successShelf: string;
|
|
63
|
+
successOffShelf: string;
|
|
64
|
+
successFilled: string;
|
|
65
|
+
successApproval: string;
|
|
66
|
+
brandId: string;
|
|
67
|
+
brandIdRequired: string;
|
|
68
|
+
labelIds: string;
|
|
69
|
+
labelIdsRequired: string;
|
|
70
|
+
minPrice: string;
|
|
71
|
+
minPriceRequired: string;
|
|
72
|
+
maxPrice: string;
|
|
73
|
+
maxPriceRequired: string;
|
|
74
|
+
supClass: string;
|
|
75
|
+
supClassRequired: string;
|
|
76
|
+
isBranchPickup: string;
|
|
77
|
+
isBranchPickupRequired: string;
|
|
78
|
+
isPointsGift: string;
|
|
79
|
+
isPointsGiftRequired: string;
|
|
80
|
+
isPointsDeduct: string;
|
|
81
|
+
isPointsDeductRequired: string;
|
|
82
|
+
presaleType: string;
|
|
83
|
+
presaleTypeRequired: string;
|
|
84
|
+
balancePaymentType: string;
|
|
85
|
+
balancePaymentTypeRequired: string;
|
|
86
|
+
balancePaymentDays: string;
|
|
87
|
+
balancePaymentDaysRequired: string;
|
|
88
|
+
balancePaymentDate: string;
|
|
89
|
+
balancePaymentDateRequired: string;
|
|
90
|
+
purchaseLimit: string;
|
|
91
|
+
purchaseLimitRequired: string;
|
|
92
|
+
deliveryType: string;
|
|
93
|
+
deliveryTypeRequired: string;
|
|
94
|
+
deliverySpotDate: string;
|
|
95
|
+
deliverySpotDateRequireds: string;
|
|
96
|
+
deliveryPresaleDate: string;
|
|
97
|
+
deliveryPresaleDateRequired: string;
|
|
98
|
+
useBranch: string;
|
|
99
|
+
useBranchRequired: string;
|
|
100
|
+
validityType: string;
|
|
101
|
+
validityTypeRequired: string;
|
|
102
|
+
validityDays: string;
|
|
103
|
+
validityDaysRequired: string;
|
|
104
|
+
validityDate: string;
|
|
105
|
+
validityDateRequired: string;
|
|
106
|
+
note: string;
|
|
107
|
+
noteRequired: string;
|
|
108
|
+
branchIds: string;
|
|
109
|
+
branchIdsRequired: string;
|
|
110
|
+
status: string;
|
|
111
|
+
earnestAmount: string;
|
|
112
|
+
earnestAmountRequired: string;
|
|
113
|
+
depositAmount: string;
|
|
114
|
+
depositAmountRequired: string;
|
|
115
|
+
pointsDeduct: string;
|
|
116
|
+
pointsDeductRequired: string;
|
|
117
|
+
UNIFIED_SPEC: string;
|
|
118
|
+
MULTI_SPEC: string;
|
|
119
|
+
picUrl: string;
|
|
120
|
+
picUrlRequired: string;
|
|
121
|
+
skuCode: string;
|
|
122
|
+
skuCodeRequired: string;
|
|
123
|
+
batchSetting: string;
|
|
124
|
+
index: string;
|
|
125
|
+
stockMax: string;
|
|
126
|
+
channelId: string;
|
|
127
|
+
channelIdRequired: string;
|
|
128
|
+
spec: string;
|
|
129
|
+
batchChannelProfit: string;
|
|
130
|
+
addChannel: string;
|
|
131
|
+
profitId: string;
|
|
132
|
+
profitIdRequired: string;
|
|
133
|
+
addProfit: string;
|
|
134
|
+
profitFirst: string;
|
|
135
|
+
profitFirstRequired: string;
|
|
136
|
+
profitSecond: string;
|
|
137
|
+
profitSecondRequired: string;
|
|
138
|
+
profitThird: string;
|
|
139
|
+
profitThirdRequired: string;
|
|
140
|
+
channelName: string;
|
|
141
|
+
profitName: string;
|
|
142
|
+
};
|
|
143
|
+
goodsBrandInfo: {
|
|
144
|
+
name: string;
|
|
145
|
+
brandId: string;
|
|
146
|
+
brandName: string;
|
|
147
|
+
brandNameRequired: string;
|
|
148
|
+
logoUrl: string;
|
|
149
|
+
logoUrlRequired: string;
|
|
150
|
+
description: string;
|
|
151
|
+
descriptionRequired: string;
|
|
152
|
+
orderBy: string;
|
|
153
|
+
status: string;
|
|
154
|
+
statusRequired: string;
|
|
155
|
+
likeBrandName: string;
|
|
156
|
+
likeBrandNameRequired: string;
|
|
157
|
+
};
|
|
158
|
+
goodsLabelInfo: {
|
|
159
|
+
name: string;
|
|
160
|
+
likeLableName: string;
|
|
161
|
+
likeLableNameRequired: string;
|
|
162
|
+
labelName: string;
|
|
163
|
+
labelCode: string;
|
|
164
|
+
orderBy: string;
|
|
165
|
+
status: string;
|
|
166
|
+
statusRequired: string;
|
|
167
|
+
note: string;
|
|
168
|
+
labelNameRequired: string;
|
|
169
|
+
labelCodeRequired: string;
|
|
170
|
+
noteRequired: string;
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function loadLang(i18n: any): void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "nprogress/nprogress.css";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { RouteRecordRaw } from "vue-router";
|
|
2
|
+
export declare const goodsSpuEdit: () => Promise<typeof import("@/views/goods/goods-spu/edit.vue")>;
|
|
3
|
+
export declare const goodsSpuInfo: () => Promise<typeof import("@/views/goods/goods-spu/info.vue")>;
|
|
4
|
+
export declare const goodsSpuSpec: () => Promise<typeof import("@/views/goods/goods-spu/spec.vue")>;
|
|
5
|
+
export declare const goodsCombinationEdit: () => Promise<typeof import("@/views/goods/goods-combination/edit.vue")>;
|
|
6
|
+
export declare const goodsCombinationInfo: () => Promise<typeof import("@/views/goods/goods-combination/info.vue")>;
|
|
7
|
+
export declare const goodsRoutes: RouteRecordRaw[];
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 笛卡尔积运算
|
|
3
|
+
* @param {[type]} tree [description]
|
|
4
|
+
* @param {Array} stocks [description]
|
|
5
|
+
* @return {[type]} [description]
|
|
6
|
+
*/
|
|
7
|
+
export declare function flatten(tree: any[], stocks: never[] | undefined, options: any): any[];
|
|
8
|
+
export declare function getLevels(tree: any[]): number[];
|
|
9
|
+
/**
|
|
10
|
+
* @param {Array} arr
|
|
11
|
+
* @returns {Array}
|
|
12
|
+
*/
|
|
13
|
+
export declare function uniqueArr(arr: any[]): any[];
|
|
14
|
+
/**
|
|
15
|
+
* @param {Array} arr1
|
|
16
|
+
* @param {Array} arr2
|
|
17
|
+
* @returns {Array}
|
|
18
|
+
*/
|
|
19
|
+
export declare function diffArary<T>(arr1: T[], arr2: T[]): T[];
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
import type { GoodsBrandInfoKey } from "@/api/goods-brand-info/types";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
|
+
modelValue: PropType<boolean>;
|
|
5
|
+
entityKey: {
|
|
6
|
+
type: PropType<GoodsBrandInfoKey>;
|
|
7
|
+
default: () => void;
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
refresh: (...args: any[]) => void;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
|
+
modelValue: PropType<boolean>;
|
|
13
|
+
entityKey: {
|
|
14
|
+
type: PropType<GoodsBrandInfoKey>;
|
|
15
|
+
default: () => void;
|
|
16
|
+
};
|
|
17
|
+
}>> & Readonly<{
|
|
18
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
entityKey: GoodsBrandInfoKey;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
import type { GoodsCategoryModel } from "@/api/goods-category/types";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
|
+
modelValue: PropType<boolean>;
|
|
5
|
+
entityKey: {
|
|
6
|
+
type: PropType<GoodsCategoryModel>;
|
|
7
|
+
default: () => void;
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
refresh: (...args: any[]) => void;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
|
+
modelValue: PropType<boolean>;
|
|
13
|
+
entityKey: {
|
|
14
|
+
type: PropType<GoodsCategoryModel>;
|
|
15
|
+
default: () => void;
|
|
16
|
+
};
|
|
17
|
+
}>> & Readonly<{
|
|
18
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
entityKey: GoodsCategoryModel;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
form: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => void;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
getGoodsSku: (...args: any[]) => void;
|
|
8
|
+
getFormData: (...args: any[]) => void;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
10
|
+
form: {
|
|
11
|
+
type: ObjectConstructor;
|
|
12
|
+
default: () => void;
|
|
13
|
+
};
|
|
14
|
+
}>> & Readonly<{
|
|
15
|
+
onGetGoodsSku?: ((...args: any[]) => any) | undefined;
|
|
16
|
+
onGetFormData?: ((...args: any[]) => any) | undefined;
|
|
17
|
+
}>, {
|
|
18
|
+
form: Record<string, any>;
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
import type { GoodsLabelInfoKey } from "@/api/goods-label-info/types";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
|
+
modelValue: PropType<boolean>;
|
|
5
|
+
entityKey: {
|
|
6
|
+
type: PropType<GoodsLabelInfoKey>;
|
|
7
|
+
default: () => void;
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
refresh: (...args: any[]) => void;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
|
+
modelValue: PropType<boolean>;
|
|
13
|
+
entityKey: {
|
|
14
|
+
type: PropType<GoodsLabelInfoKey>;
|
|
15
|
+
default: () => void;
|
|
16
|
+
};
|
|
17
|
+
}>> & Readonly<{
|
|
18
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
entityKey: GoodsLabelInfoKey;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { GoodsSpecCreateReq } from "@/api/goods-spec/types";
|
|
2
|
+
import type { GoodsSkuCreateReq } from "@/api/goods-spu/types";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
goodsSpecModel?: GoodsSpecCreateReq | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
goodsSpecModel: () => GoodsSpecCreateReq;
|
|
7
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
batchSetting: (model: GoodsSkuCreateReq) => void;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
+
goodsSpecModel?: GoodsSpecCreateReq | undefined;
|
|
11
|
+
}>, {
|
|
12
|
+
goodsSpecModel: () => GoodsSpecCreateReq;
|
|
13
|
+
}>>> & Readonly<{
|
|
14
|
+
onBatchSetting?: ((model: GoodsSkuCreateReq) => any) | undefined;
|
|
15
|
+
}>, {
|
|
16
|
+
goodsSpecModel: GoodsSpecCreateReq;
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
20
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
21
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
22
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
23
|
+
} : {
|
|
24
|
+
type: import('vue').PropType<T[K]>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
type __VLS_WithDefaults<P, D> = {
|
|
29
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
30
|
+
default: D[K];
|
|
31
|
+
}> : P[K];
|
|
32
|
+
};
|
|
33
|
+
type __VLS_Prettify<T> = {
|
|
34
|
+
[K in keyof T]: T[K];
|
|
35
|
+
} & {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
import type { GoodsSpuProfitCreateReq } from "@/api/goods-spu/types";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
|
+
modelValue: PropType<boolean>;
|
|
5
|
+
entityKey: {
|
|
6
|
+
type: PropType<GoodsSpuProfitCreateReq>;
|
|
7
|
+
default: () => void;
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
refresh: (...args: any[]) => void;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
|
+
modelValue: PropType<boolean>;
|
|
13
|
+
entityKey: {
|
|
14
|
+
type: PropType<GoodsSpuProfitCreateReq>;
|
|
15
|
+
default: () => void;
|
|
16
|
+
};
|
|
17
|
+
}>> & Readonly<{
|
|
18
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
entityKey: GoodsSpuProfitCreateReq;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import type { GoodsSpuModel } from "@/api/goods-spu/types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
goodsSpuModel: GoodsSpuModel;
|
|
4
|
+
}>, {
|
|
5
|
+
goodsSpuModel: () => {};
|
|
6
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
submit: (model: GoodsSpuModel) => void;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
+
goodsSpuModel: GoodsSpuModel;
|
|
10
|
+
}>, {
|
|
11
|
+
goodsSpuModel: () => {};
|
|
12
|
+
}>>> & Readonly<{
|
|
13
|
+
onSubmit?: ((model: GoodsSpuModel) => any) | undefined;
|
|
14
|
+
}>, {
|
|
15
|
+
goodsSpuModel: GoodsSpuModel;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
20
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
21
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
22
|
+
} : {
|
|
23
|
+
type: import('vue').PropType<T[K]>;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
type __VLS_WithDefaults<P, D> = {
|
|
28
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
29
|
+
default: D[K];
|
|
30
|
+
}> : P[K];
|
|
31
|
+
};
|
|
32
|
+
type __VLS_Prettify<T> = {
|
|
33
|
+
[K in keyof T]: T[K];
|
|
34
|
+
} & {};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import type { GoodsSpuModel } from "@/api/goods-spu/types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
goodsSpuModel: GoodsSpuModel;
|
|
4
|
+
}>, {
|
|
5
|
+
goodsSpuModel: () => {
|
|
6
|
+
skuList: {
|
|
7
|
+
results: {}[];
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
|
+
submit: (model: GoodsSpuModel) => void;
|
|
12
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
13
|
+
goodsSpuModel: GoodsSpuModel;
|
|
14
|
+
}>, {
|
|
15
|
+
goodsSpuModel: () => {
|
|
16
|
+
skuList: {
|
|
17
|
+
results: {}[];
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
}>>> & Readonly<{
|
|
21
|
+
onSubmit?: ((model: GoodsSpuModel) => any) | undefined;
|
|
22
|
+
}>, {
|
|
23
|
+
goodsSpuModel: GoodsSpuModel;
|
|
24
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
28
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
29
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
30
|
+
} : {
|
|
31
|
+
type: import('vue').PropType<T[K]>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
type __VLS_WithDefaults<P, D> = {
|
|
36
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
37
|
+
default: D[K];
|
|
38
|
+
}> : P[K];
|
|
39
|
+
};
|
|
40
|
+
type __VLS_Prettify<T> = {
|
|
41
|
+
[K in keyof T]: T[K];
|
|
42
|
+
} & {};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import type { GoodsSpuModel } from "@/api/goods-spu/types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
goodsSpuModel: GoodsSpuModel;
|
|
4
|
+
}>, {
|
|
5
|
+
goodsSpuModel: () => {};
|
|
6
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
refresh: (...args: any[]) => void;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
+
goodsSpuModel: GoodsSpuModel;
|
|
10
|
+
}>, {
|
|
11
|
+
goodsSpuModel: () => {};
|
|
12
|
+
}>>> & Readonly<{
|
|
13
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
14
|
+
}>, {
|
|
15
|
+
goodsSpuModel: GoodsSpuModel;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
20
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
21
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
22
|
+
} : {
|
|
23
|
+
type: import('vue').PropType<T[K]>;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
type __VLS_WithDefaults<P, D> = {
|
|
28
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
29
|
+
default: D[K];
|
|
30
|
+
}> : P[K];
|
|
31
|
+
};
|
|
32
|
+
type __VLS_Prettify<T> = {
|
|
33
|
+
[K in keyof T]: T[K];
|
|
34
|
+
} & {};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import type { GoodsSpuModel } from "@/api/goods-spu/types";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
goodsSpuModel: GoodsSpuModel;
|
|
4
|
+
}>, {
|
|
5
|
+
goodsSpuModel: () => {
|
|
6
|
+
skuList: {
|
|
7
|
+
results: {}[];
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
|
+
submit: (model: GoodsSpuModel) => void;
|
|
12
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
13
|
+
goodsSpuModel: GoodsSpuModel;
|
|
14
|
+
}>, {
|
|
15
|
+
goodsSpuModel: () => {
|
|
16
|
+
skuList: {
|
|
17
|
+
results: {}[];
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
}>>> & Readonly<{
|
|
21
|
+
onSubmit?: ((model: GoodsSpuModel) => any) | undefined;
|
|
22
|
+
}>, {
|
|
23
|
+
goodsSpuModel: GoodsSpuModel;
|
|
24
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
28
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
29
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
30
|
+
} : {
|
|
31
|
+
type: import('vue').PropType<T[K]>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
type __VLS_WithDefaults<P, D> = {
|
|
36
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
37
|
+
default: D[K];
|
|
38
|
+
}> : P[K];
|
|
39
|
+
};
|
|
40
|
+
type __VLS_Prettify<T> = {
|
|
41
|
+
[K in keyof T]: T[K];
|
|
42
|
+
} & {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { FormInstance } from "element-plus";
|
|
2
|
+
import type { GoodsSpuModel } from "@/api/goods-spu/types";
|
|
3
|
+
import type { GoodsSpecCreateReq } from "@/api/goods-spec/types";
|
|
4
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
5
|
+
modelValue: globalThis.PropType<GoodsSpecCreateReq>;
|
|
6
|
+
goodsSpuModel: {
|
|
7
|
+
type: globalThis.PropType<GoodsSpuModel>;
|
|
8
|
+
required: true;
|
|
9
|
+
default: () => {};
|
|
10
|
+
};
|
|
11
|
+
}>, {
|
|
12
|
+
formRef: () => FormInstance | undefined;
|
|
13
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
14
|
+
modelValue: globalThis.PropType<GoodsSpecCreateReq>;
|
|
15
|
+
goodsSpuModel: {
|
|
16
|
+
type: globalThis.PropType<GoodsSpuModel>;
|
|
17
|
+
required: true;
|
|
18
|
+
default: () => {};
|
|
19
|
+
};
|
|
20
|
+
}>> & Readonly<{}>, {
|
|
21
|
+
goodsSpuModel: GoodsSpuModel;
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import type { GoodsSpuModel } from "@/api/goods-spu/types";
|
|
2
|
+
import type { GoodsSpecCreateReq } from "@/api/goods-spec/types";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
|
+
specType: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: () => string;
|
|
7
|
+
};
|
|
8
|
+
form: {
|
|
9
|
+
type: globalThis.PropType<GoodsSpecCreateReq>;
|
|
10
|
+
default: () => void;
|
|
11
|
+
};
|
|
12
|
+
goodsSpuModel: {
|
|
13
|
+
type: globalThis.PropType<GoodsSpuModel>;
|
|
14
|
+
default: () => void;
|
|
15
|
+
};
|
|
16
|
+
}>, {
|
|
17
|
+
formRef: () => any;
|
|
18
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
|
+
getGoodsSku: (...args: any[]) => void;
|
|
20
|
+
getFormData: (...args: any[]) => void;
|
|
21
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
22
|
+
specType: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: () => string;
|
|
25
|
+
};
|
|
26
|
+
form: {
|
|
27
|
+
type: globalThis.PropType<GoodsSpecCreateReq>;
|
|
28
|
+
default: () => void;
|
|
29
|
+
};
|
|
30
|
+
goodsSpuModel: {
|
|
31
|
+
type: globalThis.PropType<GoodsSpuModel>;
|
|
32
|
+
default: () => void;
|
|
33
|
+
};
|
|
34
|
+
}>> & Readonly<{
|
|
35
|
+
onGetGoodsSku?: ((...args: any[]) => any) | undefined;
|
|
36
|
+
onGetFormData?: ((...args: any[]) => any) | undefined;
|
|
37
|
+
}>, {
|
|
38
|
+
form: GoodsSpecCreateReq;
|
|
39
|
+
specType: string;
|
|
40
|
+
goodsSpuModel: GoodsSpuModel;
|
|
41
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
42
|
+
export default _default;
|