@colijnit/sharedcomponents 259.1.26 → 259.1.27
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/colijnit-sharedcomponents.umd.js +3 -4
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/esm2015/lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component.js +4 -5
- package/fesm2015/colijnit-sharedcomponents.js +3 -4
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/package.json +1 -1
|
@@ -6590,12 +6590,11 @@
|
|
|
6590
6590
|
return ((_a = this.stockLocations) === null || _a === void 0 ? void 0 : _a.find(function (location) { return location.locationNo === number; })) ? (_b = this.stockLocations) === null || _b === void 0 ? void 0 : _b.find(function (location) { return location.locationNo === number; }) : "";
|
|
6591
6591
|
};
|
|
6592
6592
|
StockLocationPopupComponent.prototype.locationChanged = function (event) {
|
|
6593
|
-
var _a;
|
|
6594
6593
|
this.selectedLocationNo = event.locationNo;
|
|
6595
6594
|
this.selectedArticleDetailsData.locationNo = event.locationNo;
|
|
6596
|
-
if (
|
|
6597
|
-
|
|
6598
|
-
}
|
|
6595
|
+
//if (this.articleStockInfo?.length === 1) {
|
|
6596
|
+
// this.handleStockChange();
|
|
6597
|
+
//}
|
|
6599
6598
|
this.getStockLocations();
|
|
6600
6599
|
};
|
|
6601
6600
|
StockLocationPopupComponent.prototype.handleStockChange = function () {
|