@things-factory/operato-mms 4.3.156 → 4.3.157
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/client/pages/constants/order.js +1 -4
- package/package.json +43 -43
|
@@ -27,7 +27,6 @@ export const ORDER_STATUS = {
|
|
|
27
27
|
PENDING_RECEIVE: { name: 'order_status_pending_receive', value: 'PENDING_RECEIVE' },
|
|
28
28
|
PENDING_REVIEW: { name: 'order_status_pending_review', value: 'PENDING_REVIEW' },
|
|
29
29
|
PENDING_APPROVAL: { name: 'order_status_pending_approval', value: 'PENDING_APPROVAL' },
|
|
30
|
-
PENDING_WORKSHEET: { name: 'order_status_pending_worksheet', value: 'PENDING_WORKSHEET' },
|
|
31
30
|
CANCELLED: { name: 'order_status_cancelled', value: 'CANCELLED' },
|
|
32
31
|
EDITING: { name: 'order_status_editing', value: 'EDITING' },
|
|
33
32
|
REJECTED: { name: 'order_status_rejected', value: 'REJECTED' },
|
|
@@ -46,12 +45,10 @@ export const ORDER_STATUS = {
|
|
|
46
45
|
INPROCESS: { name: 'order_status_in_process', value: 'INPROCESS' },
|
|
47
46
|
READY_TO_PICK: { name: 'order_status_ready_to_pick', value: 'READY_TO_PICK' },
|
|
48
47
|
PICKING: { name: 'order_status_picking', value: 'PICKING' },
|
|
49
|
-
PACKING: { name: 'order_status_packing', value: 'PACKING' },
|
|
50
48
|
LOADING: { name: 'order_status_loading', value: 'LOADING' },
|
|
51
49
|
READY_TO_DISPATCH: { name: 'order_status_ready_to_dispatch', value: 'READY_TO_DISPATCH' },
|
|
52
50
|
READY_TO_EXECUTE: { name: 'order_status_ready_to_execute', value: 'READY_TO_EXECUTE' },
|
|
53
|
-
READY_TO_SEND: { name: 'order_status_ready_to_send', value: 'READY_TO_SEND' }
|
|
54
|
-
OBSOLETE: { name: 'order_status_obsolete', value: 'OBSOLETE' }
|
|
51
|
+
READY_TO_SEND: { name: 'order_status_ready_to_send', value: 'READY_TO_SEND' }
|
|
55
52
|
}
|
|
56
53
|
|
|
57
54
|
export const ORDER_PRODUCT_STATUS = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-mms",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.157",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -59,50 +59,50 @@
|
|
|
59
59
|
"@operato/scene-table": "^0.1.8",
|
|
60
60
|
"@operato/scene-timer": "^0.1.8",
|
|
61
61
|
"@operato/scene-wheel-sorter": "^0.1.8",
|
|
62
|
-
"@things-factory/apptool-ui": "^4.3.
|
|
63
|
-
"@things-factory/attachment-base": "^4.3.
|
|
64
|
-
"@things-factory/auth-ui": "^4.3.
|
|
65
|
-
"@things-factory/biz-base": "^4.3.
|
|
66
|
-
"@things-factory/board-service": "^4.3.
|
|
67
|
-
"@things-factory/board-ui": "^4.3.
|
|
68
|
-
"@things-factory/code-ui": "^4.3.
|
|
69
|
-
"@things-factory/context-ui": "^4.3.
|
|
70
|
-
"@things-factory/dashboard": "^4.3.
|
|
71
|
-
"@things-factory/export-ui": "^4.3.
|
|
72
|
-
"@things-factory/export-ui-csv": "^4.3.
|
|
73
|
-
"@things-factory/export-ui-excel": "^4.3.
|
|
74
|
-
"@things-factory/geography": "^4.3.
|
|
75
|
-
"@things-factory/grist-ui": "^4.3.
|
|
76
|
-
"@things-factory/help": "^4.3.
|
|
77
|
-
"@things-factory/i18n-base": "^4.3.
|
|
78
|
-
"@things-factory/integration-fulfillment": "^4.3.
|
|
79
|
-
"@things-factory/integration-lmd": "^4.3.
|
|
80
|
-
"@things-factory/lite-menu": "^4.3.
|
|
81
|
-
"@things-factory/marketplace-base": "^4.3.
|
|
82
|
-
"@things-factory/more-ui": "^4.3.
|
|
83
|
-
"@things-factory/notification": "^4.3.
|
|
84
|
-
"@things-factory/oauth2-client": "^4.3.
|
|
85
|
-
"@things-factory/pdf": "^4.3.
|
|
86
|
-
"@things-factory/product-base": "^4.3.
|
|
87
|
-
"@things-factory/resource-ui": "^4.3.
|
|
88
|
-
"@things-factory/scene-data-transform": "^4.3.
|
|
89
|
-
"@things-factory/scene-excel": "^4.3.
|
|
90
|
-
"@things-factory/scene-firebase": "^4.3.
|
|
91
|
-
"@things-factory/scene-form": "^4.3.
|
|
92
|
-
"@things-factory/scene-google-map": "^4.3.
|
|
93
|
-
"@things-factory/scene-graphql": "^4.3.
|
|
94
|
-
"@things-factory/scene-label": "^4.3.
|
|
95
|
-
"@things-factory/scene-marker": "^4.3.
|
|
96
|
-
"@things-factory/scene-mqtt": "^4.3.
|
|
97
|
-
"@things-factory/scene-restful": "^4.3.
|
|
98
|
-
"@things-factory/scene-visualizer": "^4.3.
|
|
99
|
-
"@things-factory/setting-ui": "^4.3.
|
|
100
|
-
"@things-factory/system-ui": "^4.3.
|
|
101
|
-
"@things-factory/warehouse-base": "^4.3.
|
|
62
|
+
"@things-factory/apptool-ui": "^4.3.151",
|
|
63
|
+
"@things-factory/attachment-base": "^4.3.151",
|
|
64
|
+
"@things-factory/auth-ui": "^4.3.151",
|
|
65
|
+
"@things-factory/biz-base": "^4.3.151",
|
|
66
|
+
"@things-factory/board-service": "^4.3.151",
|
|
67
|
+
"@things-factory/board-ui": "^4.3.155",
|
|
68
|
+
"@things-factory/code-ui": "^4.3.155",
|
|
69
|
+
"@things-factory/context-ui": "^4.3.151",
|
|
70
|
+
"@things-factory/dashboard": "^4.3.155",
|
|
71
|
+
"@things-factory/export-ui": "^4.3.151",
|
|
72
|
+
"@things-factory/export-ui-csv": "^4.3.151",
|
|
73
|
+
"@things-factory/export-ui-excel": "^4.3.151",
|
|
74
|
+
"@things-factory/geography": "^4.3.151",
|
|
75
|
+
"@things-factory/grist-ui": "^4.3.155",
|
|
76
|
+
"@things-factory/help": "^4.3.151",
|
|
77
|
+
"@things-factory/i18n-base": "^4.3.151",
|
|
78
|
+
"@things-factory/integration-fulfillment": "^4.3.155",
|
|
79
|
+
"@things-factory/integration-lmd": "^4.3.155",
|
|
80
|
+
"@things-factory/lite-menu": "^4.3.155",
|
|
81
|
+
"@things-factory/marketplace-base": "^4.3.155",
|
|
82
|
+
"@things-factory/more-ui": "^4.3.151",
|
|
83
|
+
"@things-factory/notification": "^4.3.151",
|
|
84
|
+
"@things-factory/oauth2-client": "^4.3.151",
|
|
85
|
+
"@things-factory/pdf": "^4.3.151",
|
|
86
|
+
"@things-factory/product-base": "^4.3.151",
|
|
87
|
+
"@things-factory/resource-ui": "^4.3.155",
|
|
88
|
+
"@things-factory/scene-data-transform": "^4.3.151",
|
|
89
|
+
"@things-factory/scene-excel": "^4.3.151",
|
|
90
|
+
"@things-factory/scene-firebase": "^4.3.151",
|
|
91
|
+
"@things-factory/scene-form": "^4.3.151",
|
|
92
|
+
"@things-factory/scene-google-map": "^4.3.151",
|
|
93
|
+
"@things-factory/scene-graphql": "^4.3.151",
|
|
94
|
+
"@things-factory/scene-label": "^4.3.151",
|
|
95
|
+
"@things-factory/scene-marker": "^4.3.151",
|
|
96
|
+
"@things-factory/scene-mqtt": "^4.3.151",
|
|
97
|
+
"@things-factory/scene-restful": "^4.3.151",
|
|
98
|
+
"@things-factory/scene-visualizer": "^4.3.151",
|
|
99
|
+
"@things-factory/setting-ui": "^4.3.155",
|
|
100
|
+
"@things-factory/system-ui": "^4.3.151",
|
|
101
|
+
"@things-factory/warehouse-base": "^4.3.157"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
|
-
"@things-factory/builder": "^4.3.
|
|
104
|
+
"@things-factory/builder": "^4.3.151",
|
|
105
105
|
"@types/node-fetch": "^2.5.7"
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "a1f20b08aa67f2c07f7e5ad138243122641a3d5a"
|
|
108
108
|
}
|