@seniorsistemas/yms-integration 1.36.0 → 1.37.0
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 +1 -0
- 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/insert-key/insert-key.component.js +2 -1
- package/esm2015/src/wms/entities/document/find-documents-input.js +1 -1
- package/esm5/src/wms/components/document-grid/insert-key/insert-key.component.js +2 -1
- package/esm5/src/wms/entities/document/find-documents-input.js +1 -1
- package/fesm2015/seniorsistemas-yms-integration.js +1 -0
- package/fesm2015/seniorsistemas-yms-integration.js.map +1 -1
- package/fesm5/seniorsistemas-yms-integration.js +1 -0
- package/fesm5/seniorsistemas-yms-integration.js.map +1 -1
- package/package.json +1 -1
- package/src/wms/entities/document/find-documents-input.d.ts +1 -0
|
@@ -3963,6 +3963,7 @@
|
|
|
3963
3963
|
var _this = this;
|
|
3964
3964
|
this.isLoading = true;
|
|
3965
3965
|
var key = {
|
|
3966
|
+
purchaseOrder: this.formGroup.get('purchaseOrder').value,
|
|
3966
3967
|
documentKeys: [this.formGroup.get('key').value],
|
|
3967
3968
|
invoices: [{
|
|
3968
3969
|
number: this.formGroup.get('invoiceNumber').value,
|