@things-factory/operato-mms 4.3.135 → 4.3.140
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.
|
@@ -407,12 +407,12 @@ class BatchInitPopup extends localize(i18next)(LitElement) {
|
|
|
407
407
|
})
|
|
408
408
|
|
|
409
409
|
if (!response.errors) {
|
|
410
|
-
const marketplaceOrderShippings = response.data.marketplaceOrderShippingsForBatchInit
|
|
410
|
+
const marketplaceOrderShippings = response.data.marketplaceOrderShippingsForBatchInit
|
|
411
411
|
|
|
412
412
|
return {
|
|
413
|
-
total:
|
|
413
|
+
total: marketplaceOrderShippings.total || 0,
|
|
414
414
|
records:
|
|
415
|
-
marketplaceOrderShippings.map(itm => {
|
|
415
|
+
marketplaceOrderShippings.items.map(itm => {
|
|
416
416
|
return {
|
|
417
417
|
...itm,
|
|
418
418
|
status: itm.marketplaceOrder.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.140",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -60,31 +60,31 @@
|
|
|
60
60
|
"@operato/scene-timer": "^0.1.8",
|
|
61
61
|
"@operato/scene-wheel-sorter": "^0.1.8",
|
|
62
62
|
"@things-factory/apptool-ui": "^4.3.131",
|
|
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.
|
|
63
|
+
"@things-factory/attachment-base": "^4.3.138",
|
|
64
|
+
"@things-factory/auth-ui": "^4.3.138",
|
|
65
|
+
"@things-factory/biz-base": "^4.3.138",
|
|
66
|
+
"@things-factory/board-service": "^4.3.138",
|
|
67
|
+
"@things-factory/board-ui": "^4.3.138",
|
|
68
|
+
"@things-factory/code-ui": "^4.3.138",
|
|
69
69
|
"@things-factory/context-ui": "^4.3.131",
|
|
70
|
-
"@things-factory/dashboard": "^4.3.
|
|
70
|
+
"@things-factory/dashboard": "^4.3.138",
|
|
71
71
|
"@things-factory/export-ui": "^4.3.131",
|
|
72
72
|
"@things-factory/export-ui-csv": "^4.3.131",
|
|
73
73
|
"@things-factory/export-ui-excel": "^4.3.131",
|
|
74
|
-
"@things-factory/geography": "^4.3.
|
|
75
|
-
"@things-factory/grist-ui": "^4.3.
|
|
74
|
+
"@things-factory/geography": "^4.3.138",
|
|
75
|
+
"@things-factory/grist-ui": "^4.3.138",
|
|
76
76
|
"@things-factory/help": "^4.3.131",
|
|
77
77
|
"@things-factory/i18n-base": "^4.3.131",
|
|
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.
|
|
78
|
+
"@things-factory/integration-fulfillment": "^4.3.138",
|
|
79
|
+
"@things-factory/integration-lmd": "^4.3.138",
|
|
80
|
+
"@things-factory/lite-menu": "^4.3.138",
|
|
81
|
+
"@things-factory/marketplace-base": "^4.3.138",
|
|
82
82
|
"@things-factory/more-ui": "^4.3.131",
|
|
83
|
-
"@things-factory/notification": "^4.3.
|
|
84
|
-
"@things-factory/oauth2-client": "^4.3.
|
|
83
|
+
"@things-factory/notification": "^4.3.138",
|
|
84
|
+
"@things-factory/oauth2-client": "^4.3.138",
|
|
85
85
|
"@things-factory/pdf": "^4.3.131",
|
|
86
|
-
"@things-factory/product-base": "^4.3.
|
|
87
|
-
"@things-factory/resource-ui": "^4.3.
|
|
86
|
+
"@things-factory/product-base": "^4.3.138",
|
|
87
|
+
"@things-factory/resource-ui": "^4.3.138",
|
|
88
88
|
"@things-factory/scene-data-transform": "^4.3.131",
|
|
89
89
|
"@things-factory/scene-excel": "^4.3.131",
|
|
90
90
|
"@things-factory/scene-firebase": "^4.3.131",
|
|
@@ -96,13 +96,13 @@
|
|
|
96
96
|
"@things-factory/scene-mqtt": "^4.3.131",
|
|
97
97
|
"@things-factory/scene-restful": "^4.3.131",
|
|
98
98
|
"@things-factory/scene-visualizer": "^4.3.131",
|
|
99
|
-
"@things-factory/setting-ui": "^4.3.
|
|
99
|
+
"@things-factory/setting-ui": "^4.3.138",
|
|
100
100
|
"@things-factory/system-ui": "^4.3.131",
|
|
101
|
-
"@things-factory/warehouse-base": "^4.3.
|
|
101
|
+
"@things-factory/warehouse-base": "^4.3.140"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
104
|
"@things-factory/builder": "^4.3.131",
|
|
105
105
|
"@types/node-fetch": "^2.5.7"
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "7d85b28f96c10d64b9ed1f9041a9c687de22fbe6"
|
|
108
108
|
}
|