xyvcard-order 0.0.1
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/README.md +51 -0
- package/dist/canceled-CUME6Usz.mjs +4 -0
- package/dist/canceled.vue_vue_type_script_setup_true_lang-EX4zYQSu.mjs +509 -0
- package/dist/change-CK1I7hL9.mjs +4 -0
- package/dist/change.vue_vue_type_script_setup_true_lang-DMUKqQVp.mjs +186 -0
- package/dist/completed-Cf86bOvD.mjs +4 -0
- package/dist/completed.vue_vue_type_script_setup_true_lang-DqIyhNKh.mjs +509 -0
- package/dist/constant-CWTD7ap0.mjs +24 -0
- package/dist/deliver-BQIcivCV.mjs +4 -0
- package/dist/deliver.vue_vue_type_script_setup_true_lang-_2HCD1vV.mjs +221 -0
- package/dist/edit-BtY-5_aq.mjs +4 -0
- package/dist/edit-CXp819Cl.mjs +4 -0
- package/dist/edit-CagPAsCc.mjs +4 -0
- package/dist/edit-DSlSQclm.mjs +4 -0
- package/dist/edit-DZTWE770.mjs +4 -0
- package/dist/edit-kb9Vbd0O.mjs +553 -0
- package/dist/edit.vue_vue_type_script_setup_true_lang-BHG0mS0L.mjs +382 -0
- package/dist/edit.vue_vue_type_script_setup_true_lang-BzhS3SvZ.mjs +488 -0
- package/dist/edit.vue_vue_type_script_setup_true_lang-Cgbqi1i7.mjs +516 -0
- package/dist/edit.vue_vue_type_script_setup_true_lang-DHkYd975.mjs +178 -0
- package/dist/edit.vue_vue_type_script_setup_true_lang-be-TDMci.mjs +684 -0
- package/dist/index-67kgHrd-.mjs +370 -0
- package/dist/index-BYkU3LYC.mjs +343 -0
- package/dist/index-CUO59YzZ.mjs +1275 -0
- package/dist/index-D-PNIrrr.mjs +55 -0
- package/dist/index-DMD0_mKi.mjs +673 -0
- package/dist/index-Dbp38ozL.mjs +350 -0
- package/dist/index-L15OdEOS.mjs +370 -0
- package/dist/index-Nw_g6g3T.mjs +80 -0
- package/dist/index-ZpOHqjUk.mjs +344 -0
- package/dist/index-w8CmEAxD.mjs +90 -0
- package/dist/index-xagR65a1.mjs +59 -0
- package/dist/index-zsqXCqfG.mjs +385 -0
- package/dist/index.mjs +2825 -0
- package/dist/info-6G1vmk51.mjs +369 -0
- package/dist/info-BWqDP7Q1.mjs +106 -0
- package/dist/style.css +1 -0
- package/dist/unpay-CqebDQ24.mjs +4 -0
- package/dist/unpay.vue_vue_type_script_setup_true_lang-Cq-l3JEe.mjs +3981 -0
- package/dist/unpost-vRTZyaW0.mjs +4 -0
- package/dist/unpost.vue_vue_type_script_setup_true_lang-CAd6DqNm.mjs +540 -0
- package/dist/unreceive-DUyGNC5h.mjs +4 -0
- package/dist/unreceive.vue_vue_type_script_setup_true_lang-DK1USH8c.mjs +509 -0
- package/dist/viewLogist-DdG4dbmo.mjs +4 -0
- package/dist/viewLogist.vue_vue_type_script_setup_true_lang-POKrzvX7.mjs +77 -0
- package/dts/src/App.vue.d.ts +2 -0
- package/dts/src/api/dict.d.ts +10 -0
- package/dts/src/api/index.d.ts +14 -0
- package/dts/src/api/order/order-bill/index.d.ts +20 -0
- package/dts/src/api/order/order-bill/types.d.ts +75 -0
- package/dts/src/api/order/order-info/index.d.ts +15 -0
- package/dts/src/api/order/order-info/types.d.ts +97 -0
- package/dts/src/api/order/order-item/index.d.ts +20 -0
- package/dts/src/api/order/order-item/types.d.ts +95 -0
- package/dts/src/api/order/order-logistics/index.d.ts +12 -0
- package/dts/src/api/order/order-logistics/types.d.ts +85 -0
- package/dts/src/api/order/order-pay-record/index.d.ts +20 -0
- package/dts/src/api/order/order-pay-record/types.d.ts +77 -0
- package/dts/src/api/order/order-refund-record/index.d.ts +20 -0
- package/dts/src/api/order/order-refund-record/types.d.ts +80 -0
- package/dts/src/api/order/order-refunds/index.d.ts +12 -0
- package/dts/src/api/order/order-refunds/types.d.ts +47 -0
- package/dts/src/api/shop/shop-info/index.d.ts +8 -0
- package/dts/src/api/shop/shop-info/types.d.ts +16 -0
- package/dts/src/components/EnumRadio/index.vue.d.ts +18 -0
- package/dts/src/constant.d.ts +28 -0
- package/dts/src/index.d.ts +6 -0
- package/dts/src/lang/index.d.ts +1 -0
- package/dts/src/lang/order/en.d.ts +2 -0
- package/dts/src/lang/order/zh-cn.d.ts +189 -0
- package/dts/src/main.d.ts +4 -0
- package/dts/src/permission.d.ts +1 -0
- package/dts/src/router/orderRouter.d.ts +4 -0
- package/dts/src/utils/commons.d.ts +10 -0
- package/dts/src/utils/momentPlugin.d.ts +5 -0
- package/dts/src/views/order/order-bill/edit.vue.d.ts +22 -0
- package/dts/src/views/order/order-bill/index.vue.d.ts +2 -0
- package/dts/src/views/order/order-info/canceled.vue.d.ts +2 -0
- package/dts/src/views/order/order-info/change.vue.d.ts +31 -0
- package/dts/src/views/order/order-info/completed.vue.d.ts +2 -0
- package/dts/src/views/order/order-info/deliver.vue.d.ts +31 -0
- package/dts/src/views/order/order-info/edit.vue.d.ts +22 -0
- package/dts/src/views/order/order-info/index.vue.d.ts +2 -0
- package/dts/src/views/order/order-info/info.vue.d.ts +2 -0
- package/dts/src/views/order/order-info/unpay.vue.d.ts +2 -0
- package/dts/src/views/order/order-info/unpost.vue.d.ts +2 -0
- package/dts/src/views/order/order-info/unreceive.vue.d.ts +2 -0
- package/dts/src/views/order/order-info/viewLogist.vue.d.ts +27 -0
- package/dts/src/views/order/order-item/edit.vue.d.ts +22 -0
- package/dts/src/views/order/order-item/index.vue.d.ts +2 -0
- package/dts/src/views/order/order-logistics/edit.vue.d.ts +22 -0
- package/dts/src/views/order/order-logistics/index.vue.d.ts +2 -0
- package/dts/src/views/order/order-pay-record/edit.vue.d.ts +22 -0
- package/dts/src/views/order/order-pay-record/index.vue.d.ts +2 -0
- package/dts/src/views/order/order-refund-record/edit.vue.d.ts +22 -0
- package/dts/src/views/order/order-refund-record/index.vue.d.ts +2 -0
- package/dts/src/views/order/order-refunds/edit.vue.d.ts +22 -0
- package/dts/src/views/order/order-refunds/index.vue.d.ts +2 -0
- package/dts/src/views/order/order-refunds/info.vue.d.ts +2 -0
- package/package.json +57 -0
@@ -0,0 +1,16 @@
|
|
1
|
+
import type { EntityApi, EntityReq, EntityModel, EntityList, EntityKey } from "jmash-core";
|
2
|
+
export interface InfoApi extends EntityApi {
|
3
|
+
}
|
4
|
+
export interface InfoReq extends EntityReq {
|
5
|
+
}
|
6
|
+
export interface InfoModel extends EntityModel {
|
7
|
+
shopId?: string;
|
8
|
+
shopName?: string;
|
9
|
+
}
|
10
|
+
export interface InfoList extends EntityList {
|
11
|
+
results: Array<InfoModel>;
|
12
|
+
}
|
13
|
+
export interface InfoKey extends EntityKey {
|
14
|
+
tenant?: string;
|
15
|
+
shopId?: string;
|
16
|
+
}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import type { PropType } from "vue";
|
2
|
+
import type { Entry } from "jmash-core";
|
3
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
4
|
+
modelValue: PropType<string | boolean>;
|
5
|
+
data: {
|
6
|
+
type: PropType<Entry[]>;
|
7
|
+
default: () => void;
|
8
|
+
};
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
10
|
+
modelValue: PropType<string | boolean>;
|
11
|
+
data: {
|
12
|
+
type: PropType<Entry[]>;
|
13
|
+
default: () => void;
|
14
|
+
};
|
15
|
+
}>> & Readonly<{}>, {
|
16
|
+
data: Entry[];
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
18
|
+
export default _default;
|
@@ -0,0 +1,28 @@
|
|
1
|
+
export declare class Constant {
|
2
|
+
static readonly MODULE_ORDER = "order";
|
3
|
+
static readonly APPRAISES_STATUS: globalThis.Ref<{
|
4
|
+
key: boolean;
|
5
|
+
value: string;
|
6
|
+
}[], {
|
7
|
+
key: boolean;
|
8
|
+
value: string;
|
9
|
+
}[] | {
|
10
|
+
key: boolean;
|
11
|
+
value: string;
|
12
|
+
}[]>;
|
13
|
+
static readonly ENUM_ORDER_STATUS = "xyvcard.order.protobuf.OrderStatus";
|
14
|
+
static readonly ENUM_PAYMENT_STATUS = "xyvcard.order.protobuf.PaymentStatus";
|
15
|
+
static readonly ENUM_PAYMENT_WAY = "xyvcard.order.protobuf.PaymentWay";
|
16
|
+
static readonly ENUM_DELIVERY_WAY = "xyvcard.order.protobuf.DeliveryWay";
|
17
|
+
static readonly ENUM_POST_TYPE = "xyvcard.order.protobuf.PostType";
|
18
|
+
static readonly EXPRESS_COMPANY_CODE = "ExpressCompanyCode";
|
19
|
+
static readonly unpay = "unpay";
|
20
|
+
static readonly unpost = "unpost";
|
21
|
+
static readonly unreceive = "unreceive";
|
22
|
+
static readonly cancel = "cancel";
|
23
|
+
static readonly complete = "complete";
|
24
|
+
static readonly unpaid = "unpaid";
|
25
|
+
static readonly paid = "paid";
|
26
|
+
static readonly part_paid = "part_paid";
|
27
|
+
static readonly REFUND_APPLY_STATUS = "xyvcard.order.protobuf.RefundApplyStatus";
|
28
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare function loadLang(i18n: any): void;
|
@@ -0,0 +1,189 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
orderBill: {
|
3
|
+
name: string;
|
4
|
+
billId: string;
|
5
|
+
orderId: string;
|
6
|
+
billCode: string;
|
7
|
+
billType: string;
|
8
|
+
billPrice: string;
|
9
|
+
couponPrice: string;
|
10
|
+
paymentPrice: string;
|
11
|
+
billStatus: string;
|
12
|
+
paymentTime: string;
|
13
|
+
};
|
14
|
+
orderCart: {
|
15
|
+
name: string;
|
16
|
+
cartId: string;
|
17
|
+
shopId: string;
|
18
|
+
spuId: string;
|
19
|
+
skuId: string;
|
20
|
+
spuName: string;
|
21
|
+
quantity: string;
|
22
|
+
addPrice: string;
|
23
|
+
specInfo: string;
|
24
|
+
picUrl: string;
|
25
|
+
};
|
26
|
+
orderInfo: {
|
27
|
+
name: string;
|
28
|
+
shopName: string;
|
29
|
+
shopNameRequired: string;
|
30
|
+
orderCode: string;
|
31
|
+
orderCodeRequired: string;
|
32
|
+
spuName: string;
|
33
|
+
spuNameRequired: string;
|
34
|
+
orderStatus: string;
|
35
|
+
orderStatusRequired: string;
|
36
|
+
likeMobile: string;
|
37
|
+
likeMobileRequired: string;
|
38
|
+
paymentStatus: string;
|
39
|
+
paymentStatusRequired: string;
|
40
|
+
orderTime: string;
|
41
|
+
startCreateTime: string;
|
42
|
+
endCreateTime: string;
|
43
|
+
orderItemList: string;
|
44
|
+
orderCodeAndCreateTime: string;
|
45
|
+
status: string;
|
46
|
+
customInfo: string;
|
47
|
+
appraisesStatus: string;
|
48
|
+
salesPrice: string;
|
49
|
+
salesPriceRequired: string;
|
50
|
+
freightPrice: string;
|
51
|
+
freightPriceRequired: string;
|
52
|
+
paymentCouponPrice: string;
|
53
|
+
orderPrice: string;
|
54
|
+
paymentWay: string;
|
55
|
+
deliveryWay: string;
|
56
|
+
changePrice: string;
|
57
|
+
sellPrice: string;
|
58
|
+
sellPriceRequired: string;
|
59
|
+
deliver: string;
|
60
|
+
cancel: string;
|
61
|
+
confirmCancel: string;
|
62
|
+
cancelSuccess: string;
|
63
|
+
cancelFailed: string;
|
64
|
+
createTime: string;
|
65
|
+
userMessage: string;
|
66
|
+
picUrl: string;
|
67
|
+
specInfo: string;
|
68
|
+
goodsPrice: string;
|
69
|
+
quantity: string;
|
70
|
+
salesPriceAndQuantity: string;
|
71
|
+
paymentPrice: string;
|
72
|
+
userName: string;
|
73
|
+
userNameRequired: string;
|
74
|
+
address: string;
|
75
|
+
addressRequired: string;
|
76
|
+
mobilePhone: string;
|
77
|
+
mobilePhoneRequired: string;
|
78
|
+
correctPhone: string;
|
79
|
+
update: string;
|
80
|
+
viewLogist: string;
|
81
|
+
postType: string;
|
82
|
+
postTypeRequired: string;
|
83
|
+
logisticCode: string;
|
84
|
+
logisticCodeRequired: string;
|
85
|
+
logisticsNo: string;
|
86
|
+
logisticsNoRequired: string;
|
87
|
+
};
|
88
|
+
orderItem: {
|
89
|
+
name: string;
|
90
|
+
itemId: string;
|
91
|
+
orderId: string;
|
92
|
+
spuId: string;
|
93
|
+
skuId: string;
|
94
|
+
spuName: string;
|
95
|
+
picUrl: string;
|
96
|
+
specInfo: string;
|
97
|
+
customInfo: string;
|
98
|
+
quantity: string;
|
99
|
+
salesPrice: string;
|
100
|
+
freightPrice: string;
|
101
|
+
paymentCouponPrice: string;
|
102
|
+
paymentPrice: string;
|
103
|
+
remark: string;
|
104
|
+
status: string;
|
105
|
+
isRefund: string;
|
106
|
+
};
|
107
|
+
orderLogistics: {
|
108
|
+
name: string;
|
109
|
+
logisticsId: string;
|
110
|
+
orderId: string;
|
111
|
+
orderItemId: string;
|
112
|
+
logisticsMchCode: string;
|
113
|
+
logisticsMchName: string;
|
114
|
+
logisticsNo: string;
|
115
|
+
deliveryTime: string;
|
116
|
+
status: string;
|
117
|
+
isCheck: string;
|
118
|
+
receiverTime: string;
|
119
|
+
message: string;
|
120
|
+
};
|
121
|
+
orderPayRecord: {
|
122
|
+
name: string;
|
123
|
+
recordId: string;
|
124
|
+
billId: string;
|
125
|
+
orderId: string;
|
126
|
+
mchId: string;
|
127
|
+
payCode: string;
|
128
|
+
tradeNo: string;
|
129
|
+
paymentMode: string;
|
130
|
+
paymentPrice: string;
|
131
|
+
status: string;
|
132
|
+
paymentTime: string;
|
133
|
+
};
|
134
|
+
orderRefunds: {
|
135
|
+
shopName: string;
|
136
|
+
shopNameRequired: string;
|
137
|
+
refundCode: string;
|
138
|
+
refundCodeRequired: string;
|
139
|
+
spuName: string;
|
140
|
+
spuNameRequired: string;
|
141
|
+
refundStatus: string;
|
142
|
+
refundStatusRequired: string;
|
143
|
+
refundsTime: string;
|
144
|
+
startCreateTime: string;
|
145
|
+
endCreateTime: string;
|
146
|
+
createTime: string;
|
147
|
+
order: string;
|
148
|
+
orderCode: string;
|
149
|
+
orderPrice: string;
|
150
|
+
freightPrice: string;
|
151
|
+
paymentCouponPrice: string;
|
152
|
+
paymentPrice: string;
|
153
|
+
paymentWay: string;
|
154
|
+
status: string;
|
155
|
+
refundAmount: string;
|
156
|
+
refundReson: string;
|
157
|
+
refuseRefundReson: string;
|
158
|
+
userName: string;
|
159
|
+
};
|
160
|
+
orderRefundRecord: {
|
161
|
+
name: string;
|
162
|
+
recordId: string;
|
163
|
+
refundId: string;
|
164
|
+
billId: string;
|
165
|
+
orderId: string;
|
166
|
+
mchId: string;
|
167
|
+
refundCode: string;
|
168
|
+
payType: string;
|
169
|
+
refundPrice: string;
|
170
|
+
refundStatus: string;
|
171
|
+
refundTime: string;
|
172
|
+
tradeNo: string;
|
173
|
+
};
|
174
|
+
orderUserAddress: {
|
175
|
+
name: string;
|
176
|
+
addressId: string;
|
177
|
+
userId: string;
|
178
|
+
userName: string;
|
179
|
+
postalCode: string;
|
180
|
+
provinceName: string;
|
181
|
+
cityName: string;
|
182
|
+
countyName: string;
|
183
|
+
detailInfo: string;
|
184
|
+
mobilePhone: string;
|
185
|
+
mobilePhoneIns: string;
|
186
|
+
isDefault: string;
|
187
|
+
};
|
188
|
+
};
|
189
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
import "nprogress/nprogress.css";
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import type { RouteRecordRaw } from "vue-router";
|
2
|
+
export declare const orderInfo: () => Promise<typeof import("@/views/order/order-info/info.vue")>;
|
3
|
+
export declare const refundsInfo: () => Promise<typeof import("@/views/order/order-refunds/info.vue")>;
|
4
|
+
export declare const orderRouter: RouteRecordRaw[];
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import { type PropType } from "vue";
|
2
|
+
import type { OrderBillKey } from "@/api/order/order-bill/types";
|
3
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
4
|
+
modelValue: PropType<boolean>;
|
5
|
+
entityKey: {
|
6
|
+
type: PropType<OrderBillKey>;
|
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<OrderBillKey>;
|
15
|
+
default: () => void;
|
16
|
+
};
|
17
|
+
}>> & Readonly<{
|
18
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
19
|
+
}>, {
|
20
|
+
entityKey: OrderBillKey;
|
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,31 @@
|
|
1
|
+
import { type PropType } from "vue";
|
2
|
+
import type { OrderInfoKey, OrderItemModel } from "@/api/order/order-info/types";
|
3
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
4
|
+
modelValue: PropType<boolean>;
|
5
|
+
entityKey: {
|
6
|
+
type: PropType<OrderInfoKey>;
|
7
|
+
default: () => void;
|
8
|
+
};
|
9
|
+
entityModel: {
|
10
|
+
type: PropType<OrderItemModel>;
|
11
|
+
default: () => void;
|
12
|
+
};
|
13
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
14
|
+
refresh: (...args: any[]) => void;
|
15
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
16
|
+
modelValue: PropType<boolean>;
|
17
|
+
entityKey: {
|
18
|
+
type: PropType<OrderInfoKey>;
|
19
|
+
default: () => void;
|
20
|
+
};
|
21
|
+
entityModel: {
|
22
|
+
type: PropType<OrderItemModel>;
|
23
|
+
default: () => void;
|
24
|
+
};
|
25
|
+
}>> & Readonly<{
|
26
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
27
|
+
}>, {
|
28
|
+
entityKey: OrderInfoKey;
|
29
|
+
entityModel: OrderItemModel;
|
30
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
31
|
+
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,31 @@
|
|
1
|
+
import { type PropType } from "vue";
|
2
|
+
import type { OrderInfoKey, OrderItemModel } from "@/api/order/order-info/types";
|
3
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
4
|
+
modelValue: PropType<boolean>;
|
5
|
+
entityKey: {
|
6
|
+
type: PropType<OrderInfoKey>;
|
7
|
+
default: () => void;
|
8
|
+
};
|
9
|
+
entityModel: {
|
10
|
+
type: PropType<OrderItemModel>;
|
11
|
+
default: () => void;
|
12
|
+
};
|
13
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
14
|
+
refresh: (...args: any[]) => void;
|
15
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
16
|
+
modelValue: PropType<boolean>;
|
17
|
+
entityKey: {
|
18
|
+
type: PropType<OrderInfoKey>;
|
19
|
+
default: () => void;
|
20
|
+
};
|
21
|
+
entityModel: {
|
22
|
+
type: PropType<OrderItemModel>;
|
23
|
+
default: () => void;
|
24
|
+
};
|
25
|
+
}>> & Readonly<{
|
26
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
27
|
+
}>, {
|
28
|
+
entityKey: OrderInfoKey;
|
29
|
+
entityModel: OrderItemModel;
|
30
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
31
|
+
export default _default;
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import { type PropType } from "vue";
|
2
|
+
import type { OrderInfoKey } from "@/api/order/order-info/types";
|
3
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
4
|
+
modelValue: PropType<boolean>;
|
5
|
+
entityKey: {
|
6
|
+
type: PropType<OrderInfoKey>;
|
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<OrderInfoKey>;
|
15
|
+
default: () => void;
|
16
|
+
};
|
17
|
+
}>> & Readonly<{
|
18
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
19
|
+
}>, {
|
20
|
+
entityKey: OrderInfoKey;
|
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,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,27 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
2
|
+
orderId: {
|
3
|
+
type: StringConstructor;
|
4
|
+
default: () => string;
|
5
|
+
};
|
6
|
+
orderItemId: {
|
7
|
+
type: StringConstructor;
|
8
|
+
default: () => string;
|
9
|
+
};
|
10
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
11
|
+
close: (...args: any[]) => void;
|
12
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
13
|
+
orderId: {
|
14
|
+
type: StringConstructor;
|
15
|
+
default: () => string;
|
16
|
+
};
|
17
|
+
orderItemId: {
|
18
|
+
type: StringConstructor;
|
19
|
+
default: () => string;
|
20
|
+
};
|
21
|
+
}>> & Readonly<{
|
22
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
23
|
+
}>, {
|
24
|
+
orderId: string;
|
25
|
+
orderItemId: string;
|
26
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
27
|
+
export default _default;
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import { type PropType } from "vue";
|
2
|
+
import type { OrderItemKey } from "@/api/order/order-item/types";
|
3
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
4
|
+
modelValue: PropType<boolean>;
|
5
|
+
entityKey: {
|
6
|
+
type: PropType<OrderItemKey>;
|
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<OrderItemKey>;
|
15
|
+
default: () => void;
|
16
|
+
};
|
17
|
+
}>> & Readonly<{
|
18
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
19
|
+
}>, {
|
20
|
+
entityKey: OrderItemKey;
|
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 { OrderLogisticsKey } from "@/api/order/order-logistics/types";
|
3
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
4
|
+
modelValue: PropType<boolean>;
|
5
|
+
entityKey: {
|
6
|
+
type: PropType<OrderLogisticsKey>;
|
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<OrderLogisticsKey>;
|
15
|
+
default: () => void;
|
16
|
+
};
|
17
|
+
}>> & Readonly<{
|
18
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
19
|
+
}>, {
|
20
|
+
entityKey: OrderLogisticsKey;
|
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 { OrderPayRecordKey } from "@/api/order/order-pay-record/types";
|
3
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
4
|
+
modelValue: PropType<boolean>;
|
5
|
+
entityKey: {
|
6
|
+
type: PropType<OrderPayRecordKey>;
|
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<OrderPayRecordKey>;
|
15
|
+
default: () => void;
|
16
|
+
};
|
17
|
+
}>> & Readonly<{
|
18
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
19
|
+
}>, {
|
20
|
+
entityKey: OrderPayRecordKey;
|
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 { OrderRefundRecordKey } from "@/api/order/order-refund-record/types";
|
3
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
4
|
+
modelValue: PropType<boolean>;
|
5
|
+
entityKey: {
|
6
|
+
type: PropType<OrderRefundRecordKey>;
|
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<OrderRefundRecordKey>;
|
15
|
+
default: () => void;
|
16
|
+
};
|
17
|
+
}>> & Readonly<{
|
18
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
19
|
+
}>, {
|
20
|
+
entityKey: OrderRefundRecordKey;
|
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 { OrderRefundsKey } from "@/api/order/order-refunds/types";
|
3
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
4
|
+
modelValue: PropType<boolean>;
|
5
|
+
entityKey: {
|
6
|
+
type: PropType<OrderRefundsKey>;
|
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<OrderRefundsKey>;
|
15
|
+
default: () => void;
|
16
|
+
};
|
17
|
+
}>> & Readonly<{
|
18
|
+
onRefresh?: ((...args: any[]) => any) | undefined;
|
19
|
+
}>, {
|
20
|
+
entityKey: OrderRefundsKey;
|
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;
|