mobicloud-core 1.0.243 → 1.0.244
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/bundles/mobicloud-core-components.umd.js +2 -2
- package/bundles/mobicloud-core-components.umd.js.map +1 -1
- package/esm2015/components/pickinglist/pickinglist-add-new-shipment/pickinglist-add-new-shipment.component.js +3 -3
- package/fesm2015/mobicloud-core-components.js +2 -2
- package/fesm2015/mobicloud-core-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -5588,8 +5588,8 @@
|
|
|
5588
5588
|
request.PrintLabels = false;
|
|
5589
5589
|
}
|
|
5590
5590
|
this.isLoadingData = true;
|
|
5591
|
-
var postUrl = this.cloudDataService.getMobiManagementApiUrl("mobimanagement/PickingList(" + this.pickingList.Id + ")/CreateShipment
|
|
5592
|
-
this.cloudDataService.post(postUrl, request, 60000)
|
|
5591
|
+
var postUrl = this.cloudDataService.getMobiManagementApiUrl("mobimanagement/PickingList(" + this.pickingList.Id + ")/CreateShipment");
|
|
5592
|
+
this.cloudDataService.post(postUrl, { request: request }, 60000)
|
|
5593
5593
|
.then(function (response) {
|
|
5594
5594
|
response.subscribe(function (createShipment_response) {
|
|
5595
5595
|
_this.isLoadingData = false;
|