@things-factory/operato-mms 4.3.33 → 4.3.34
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.
|
@@ -410,7 +410,7 @@ class BatchInitPopup extends localize(i18next)(LitElement) {
|
|
|
410
410
|
const marketplaceOrderShippings = response.data.marketplaceOrderShippingsForBatchInit.items || []
|
|
411
411
|
|
|
412
412
|
return {
|
|
413
|
-
total:
|
|
413
|
+
total: response.data.marketplaceOrderShippingsForBatchInit.total || 0,
|
|
414
414
|
records:
|
|
415
415
|
marketplaceOrderShippings.map(itm => {
|
|
416
416
|
return {
|
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.34",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@things-factory/integration-fulfillment": "^4.3.33",
|
|
80
80
|
"@things-factory/integration-lmd": "^4.3.32",
|
|
81
81
|
"@things-factory/lite-menu": "^4.3.32",
|
|
82
|
-
"@things-factory/marketplace-base": "^4.3.
|
|
82
|
+
"@things-factory/marketplace-base": "^4.3.34",
|
|
83
83
|
"@things-factory/more-ui": "^4.3.32",
|
|
84
84
|
"@things-factory/notification": "^4.3.32",
|
|
85
85
|
"@things-factory/oauth2-client": "^4.3.32",
|
|
@@ -99,11 +99,11 @@
|
|
|
99
99
|
"@things-factory/scene-visualizer": "^4.3.32",
|
|
100
100
|
"@things-factory/setting-ui": "^4.3.32",
|
|
101
101
|
"@things-factory/system-ui": "^4.3.32",
|
|
102
|
-
"@things-factory/warehouse-base": "^4.3.
|
|
102
|
+
"@things-factory/warehouse-base": "^4.3.34"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
105
|
"@things-factory/builder": "^4.3.32",
|
|
106
106
|
"@types/node-fetch": "^2.5.7"
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "feaae0d28d92c8eccb6b1ae8dbedd43c460e2d32"
|
|
109
109
|
}
|
package/translations/en.json
CHANGED
package/translations/ko.json
CHANGED
|
@@ -363,5 +363,6 @@
|
|
|
363
363
|
"title.sync_marketplace_order": "[ko] sync marketplace order",
|
|
364
364
|
"title.uploaded_images": "[ko] uploaded images",
|
|
365
365
|
"title.vas": "[ko] vas",
|
|
366
|
-
"title.warehouse_products": "[ko] warehouse products"
|
|
366
|
+
"title.warehouse_products": "[ko] warehouse products",
|
|
367
|
+
"button.ok": "[ko] ok"
|
|
367
368
|
}
|
package/translations/ms.json
CHANGED
|
@@ -363,5 +363,6 @@
|
|
|
363
363
|
"title.sync_marketplace_order": "[ms] sync marketplace order",
|
|
364
364
|
"title.uploaded_images": "[ms] uploaded images",
|
|
365
365
|
"title.vas": "[ms] vas",
|
|
366
|
-
"title.warehouse_products": "[ms] warehouse products"
|
|
366
|
+
"title.warehouse_products": "[ms] warehouse products",
|
|
367
|
+
"button.ok": "[ms] ok"
|
|
367
368
|
}
|
package/translations/zh.json
CHANGED
|
@@ -363,5 +363,6 @@
|
|
|
363
363
|
"title.sync_marketplace_order": "[zh] sync marketplace order",
|
|
364
364
|
"title.uploaded_images": "[zh] uploaded images",
|
|
365
365
|
"title.vas": "[zh] vas",
|
|
366
|
-
"title.warehouse_products": "[zh] warehouse products"
|
|
366
|
+
"title.warehouse_products": "[zh] warehouse products",
|
|
367
|
+
"button.ok": "[zh] ok"
|
|
367
368
|
}
|