@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
|
@@ -3400,17 +3400,15 @@
|
|
|
3400
3400
|
this.verifyClienteExterno();
|
|
3401
3401
|
this.getProcessTypeByScheduling();
|
|
3402
3402
|
this.listDocuments(false);
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
});
|
|
3413
|
-
}
|
|
3403
|
+
this.wmsService.getSystemIntegration()
|
|
3404
|
+
.subscribe(function (_a) {
|
|
3405
|
+
var system = _a.system;
|
|
3406
|
+
_this.wmsSystem = system;
|
|
3407
|
+
if (_this.isWmsSeniorConnect()) {
|
|
3408
|
+
_this.getYard();
|
|
3409
|
+
_this.getSchedule();
|
|
3410
|
+
}
|
|
3411
|
+
});
|
|
3414
3412
|
};
|
|
3415
3413
|
DocumentGridComponent.prototype.getYard = function () {
|
|
3416
3414
|
var _this = this;
|