@be-link/ecommerce-plan-allocation-service-node-sdk 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.
|
@@ -23,9 +23,13 @@ export declare namespace StoreReplenishOrderTypes {
|
|
|
23
23
|
storeName: string;
|
|
24
24
|
productImage?: string;
|
|
25
25
|
productName: string;
|
|
26
|
+
productId: string;
|
|
27
|
+
skuId: string;
|
|
26
28
|
specName: string;
|
|
27
29
|
skuCode: string;
|
|
30
|
+
dispatchType: string;
|
|
28
31
|
applyNum: number;
|
|
32
|
+
approvalNum: number;
|
|
29
33
|
status: string;
|
|
30
34
|
createdAt: number;
|
|
31
35
|
approvalTime?: number;
|
|
@@ -74,6 +78,9 @@ export declare namespace StoreReplenishOrderTypes {
|
|
|
74
78
|
createdAtEnd?: number;
|
|
75
79
|
applyType?: string;
|
|
76
80
|
ids?: string[];
|
|
81
|
+
status?: string;
|
|
82
|
+
approvalTimeStart?: number;
|
|
83
|
+
approvalTimeEnd?: number;
|
|
77
84
|
}
|
|
78
85
|
/** 批量拒绝补货申请 */
|
|
79
86
|
interface BatchReject {
|
|
@@ -129,6 +136,7 @@ export declare namespace StoreReplenishOrderTypes {
|
|
|
129
136
|
skuId: string;
|
|
130
137
|
skuCode: string;
|
|
131
138
|
productName: string;
|
|
139
|
+
dispatchType: string;
|
|
132
140
|
specName: string;
|
|
133
141
|
productImage?: string;
|
|
134
142
|
};
|
|
@@ -144,6 +152,7 @@ export declare namespace StoreReplenishOrderTypes {
|
|
|
144
152
|
lossType?: string;
|
|
145
153
|
approvalNum?: number;
|
|
146
154
|
batchNo?: string;
|
|
155
|
+
approvalTime?: number;
|
|
147
156
|
};
|
|
148
157
|
/** 审批记录 */
|
|
149
158
|
approvalRecords?: Array<{
|