@seniorsistemas/yms-integration 1.39.0-b18a63fd-cce0-4144-98f4-dfcd1d6f5b8d → 1.39.0-f91ecbab-02b2-4fa0-803c-5027c0257424
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/seniorsistemas-yms-integration.umd.js +9 -11
- package/bundles/seniorsistemas-yms-integration.umd.js.map +1 -1
- package/bundles/seniorsistemas-yms-integration.umd.min.js +1 -1
- package/bundles/seniorsistemas-yms-integration.umd.min.js.map +1 -1
- package/esm2015/src/wms/components/document-grid/document-grid.component.js +9 -11
- package/esm5/src/wms/components/document-grid/document-grid.component.js +10 -12
- package/fesm2015/seniorsistemas-yms-integration.js +8 -10
- package/fesm2015/seniorsistemas-yms-integration.js.map +1 -1
- package/fesm5/seniorsistemas-yms-integration.js +9 -11
- package/fesm5/seniorsistemas-yms-integration.js.map +1 -1
- package/package.json +1 -1
|
@@ -3341,17 +3341,15 @@ var DocumentGridComponent = /** @class */ (function () {
|
|
|
3341
3341
|
this.verifyClienteExterno();
|
|
3342
3342
|
this.getProcessTypeByScheduling();
|
|
3343
3343
|
this.listDocuments(false);
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
});
|
|
3354
|
-
}
|
|
3344
|
+
this.wmsService.getSystemIntegration()
|
|
3345
|
+
.subscribe(function (_a) {
|
|
3346
|
+
var system = _a.system;
|
|
3347
|
+
_this.wmsSystem = system;
|
|
3348
|
+
if (_this.isWmsSeniorConnect()) {
|
|
3349
|
+
_this.getYard();
|
|
3350
|
+
_this.getSchedule();
|
|
3351
|
+
}
|
|
3352
|
+
});
|
|
3355
3353
|
};
|
|
3356
3354
|
DocumentGridComponent.prototype.getYard = function () {
|
|
3357
3355
|
var _this = this;
|