@be-link/pos-cli-nodejs 1.0.26 → 1.0.28
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/package.json
CHANGED
|
@@ -35,6 +35,8 @@ export declare namespace Service {
|
|
|
35
35
|
invoiceBase?: string;
|
|
36
36
|
page?: number;
|
|
37
37
|
limit?: number;
|
|
38
|
+
/** 商品名称 */
|
|
39
|
+
itemName?: string;
|
|
38
40
|
itemIds?: string[];
|
|
39
41
|
tradeOrderId?: string;
|
|
40
42
|
categoryTwoList?: string[];
|
|
@@ -668,6 +670,12 @@ export declare namespace Service {
|
|
|
668
670
|
fulFillAtRange?: [number, number];
|
|
669
671
|
/** 订单创建时间筛选 */
|
|
670
672
|
createdAtRange?: [number, number];
|
|
673
|
+
/** 订单履约中\完结时间 */
|
|
674
|
+
transitionAtRange?: [number, number];
|
|
675
|
+
/** 原状态 */
|
|
676
|
+
fromStatusList?: string[];
|
|
677
|
+
/** 目标状态 */
|
|
678
|
+
toStatusList?: string[];
|
|
671
679
|
/** 用户身份 */
|
|
672
680
|
userIdentity?: string;
|
|
673
681
|
/** 用户列表 */
|