@kmkf-fe-packages/kmkf-utils 2.2.13-beta.47 → 2.2.13-beta.48
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.
|
@@ -3,17 +3,11 @@ export declare const WDT_SYSTEM_ORDER_CONFIG: {
|
|
|
3
3
|
key: string;
|
|
4
4
|
name: string;
|
|
5
5
|
selectId: string;
|
|
6
|
-
columns:
|
|
6
|
+
columns: {
|
|
7
7
|
title: string;
|
|
8
8
|
dataIndex: string;
|
|
9
9
|
width: number;
|
|
10
|
-
|
|
11
|
-
} | {
|
|
12
|
-
title: string;
|
|
13
|
-
dataIndex: string;
|
|
14
|
-
width: number;
|
|
15
|
-
ellipsis?: undefined;
|
|
16
|
-
})[];
|
|
10
|
+
}[];
|
|
17
11
|
};
|
|
18
12
|
export declare const WDT_ORDER_TYPE_MAP: {
|
|
19
13
|
1: string;
|
|
@@ -86,18 +86,15 @@ export var WDT_SYSTEM_ORDER_CONFIG = {
|
|
|
86
86
|
columns: [{
|
|
87
87
|
title: "订单类型",
|
|
88
88
|
dataIndex: "billType",
|
|
89
|
-
width: 150
|
|
90
|
-
ellipsis: true
|
|
89
|
+
width: 150
|
|
91
90
|
}, {
|
|
92
91
|
title: "系统订单号",
|
|
93
92
|
dataIndex: "billNo",
|
|
94
|
-
width: 150
|
|
95
|
-
ellipsis: true
|
|
93
|
+
width: 150
|
|
96
94
|
}, {
|
|
97
95
|
title: "订单状态",
|
|
98
96
|
dataIndex: "tradeStatusValue",
|
|
99
|
-
width: 150
|
|
100
|
-
ellipsis: true
|
|
97
|
+
width: 150
|
|
101
98
|
}, {
|
|
102
99
|
title: "订单标签",
|
|
103
100
|
dataIndex: "billTag",
|
|
@@ -105,33 +102,27 @@ export var WDT_SYSTEM_ORDER_CONFIG = {
|
|
|
105
102
|
}, {
|
|
106
103
|
title: "物流公司名称",
|
|
107
104
|
dataIndex: "logisticsName",
|
|
108
|
-
width: 150
|
|
109
|
-
ellipsis: true
|
|
105
|
+
width: 150
|
|
110
106
|
}, {
|
|
111
107
|
title: "物流公司名称",
|
|
112
108
|
dataIndex: "logisticsName",
|
|
113
|
-
width: 200
|
|
114
|
-
ellipsis: true
|
|
109
|
+
width: 200
|
|
115
110
|
}, {
|
|
116
111
|
title: "物流公司编码",
|
|
117
112
|
dataIndex: "logisticsCode",
|
|
118
|
-
width: 200
|
|
119
|
-
ellipsis: true
|
|
113
|
+
width: 200
|
|
120
114
|
}, {
|
|
121
115
|
title: "物流单号",
|
|
122
116
|
dataIndex: "logisticsNo",
|
|
123
|
-
width: 200
|
|
124
|
-
ellipsis: true
|
|
117
|
+
width: 200
|
|
125
118
|
}, {
|
|
126
119
|
title: "发货仓名称",
|
|
127
120
|
dataIndex: "warehouseName",
|
|
128
|
-
width: 200
|
|
129
|
-
ellipsis: true
|
|
121
|
+
width: 200
|
|
130
122
|
}, {
|
|
131
123
|
title: "发货仓编码",
|
|
132
124
|
dataIndex: "warehouseNo",
|
|
133
|
-
width: 200
|
|
134
|
-
ellipsis: true
|
|
125
|
+
width: 200
|
|
135
126
|
}]
|
|
136
127
|
};
|
|
137
128
|
export var WDT_ORDER_TYPE_MAP = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/kmkf-utils",
|
|
3
|
-
"version": "2.2.13-beta.
|
|
3
|
+
"version": "2.2.13-beta.48",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "658243ef0a62d53ef3dac5516d820ef07f12bf74",
|
|
45
45
|
"gitHooks": {
|
|
46
46
|
"pre-commit": "lint-staged"
|
|
47
47
|
}
|