contentoh-components-library 21.1.53 → 21.1.54
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/dist/components/atoms/GeneralInput/index.js +0 -1
- package/dist/components/atoms/StatusTag/index.js +17 -2
- package/dist/components/atoms/StatusTag/styles.js +1 -1
- package/dist/components/molecules/HeaderTop/index.js +4 -1
- package/dist/components/molecules/RetailerSelector/index.js +32 -0
- package/dist/components/molecules/StatusAsignationInfo/index.js +3 -2
- package/dist/components/organisms/FullProductNameHeader/index.js +1 -1
- package/dist/components/organisms/FullTabsMenu/index.js +3 -1
- package/dist/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +115 -105
- package/dist/components/pages/ProviderProductEdition/index.js +335 -329
- package/dist/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +38 -83
- package/dist/components/pages/RetailerProductEdition/index.js +202 -212
- package/dist/components/pages/RetailerProductEdition/styles.js +1 -1
- package/dist/global-files/data.js +3 -4
- package/dist/index.js +13 -0
- package/package.json +1 -1
|
@@ -39,7 +39,7 @@ var _GalleryElement = require("../../molecules/GalleryElement");
|
|
|
39
39
|
|
|
40
40
|
var _fileSaver = require("file-saver");
|
|
41
41
|
|
|
42
|
-
var
|
|
42
|
+
var _data2 = require("../../../global-files/data");
|
|
43
43
|
|
|
44
44
|
var _GalleryHeader = require("../../molecules/GalleryHeader");
|
|
45
45
|
|
|
@@ -487,7 +487,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
487
487
|
switch (_context2.prev = _context2.next) {
|
|
488
488
|
case 0:
|
|
489
489
|
_context2.next = 2;
|
|
490
|
-
return (0,
|
|
490
|
+
return (0, _data2.getRetailerServices)((product === null || product === void 0 ? void 0 : product.id_article) || (product === null || product === void 0 ? void 0 : (_product$article = product.article) === null || _product$article === void 0 ? void 0 : _product$article.id_article), (product === null || product === void 0 ? void 0 : (_product$article2 = product.article) === null || _product$article2 === void 0 ? void 0 : _product$article2.company_name) || (product === null || product === void 0 ? void 0 : product.categoryName), parseInt((product === null || product === void 0 ? void 0 : (_product$article3 = product.article) === null || _product$article3 === void 0 ? void 0 : _product$article3.id_category) || (product === null || product === void 0 ? void 0 : product.id_category)), product === null || product === void 0 ? void 0 : product.version);
|
|
491
491
|
|
|
492
492
|
case 2:
|
|
493
493
|
services = _context2.sent;
|
|
@@ -497,7 +497,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
497
497
|
|
|
498
498
|
if (!originProp) {
|
|
499
499
|
setActiveRetailer(product !== null && product !== void 0 && product.retailers ? product === null || product === void 0 ? void 0 : product.retailers[0] : product === null || product === void 0 ? void 0 : product.retailersAvailable[0]);
|
|
500
|
-
} //
|
|
500
|
+
} //setActiveRetailer(product?.retailers[0]);
|
|
501
501
|
|
|
502
502
|
|
|
503
503
|
setImages({
|
|
@@ -505,7 +505,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
505
505
|
init: services[2]
|
|
506
506
|
});
|
|
507
507
|
if (((_services$ = services[2]) === null || _services$ === void 0 ? void 0 : (_services$$values = _services$.values) === null || _services$$values === void 0 ? void 0 : _services$$values.length) > 0) setActiveImage(0);
|
|
508
|
-
(0,
|
|
508
|
+
(0, _data2.getPercentage)({
|
|
509
509
|
data: [product]
|
|
510
510
|
}).then(function (res) {
|
|
511
511
|
return setPercentages(res);
|
|
@@ -529,7 +529,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
529
529
|
var _ref4 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() {
|
|
530
530
|
var _product$article4;
|
|
531
531
|
|
|
532
|
-
var productInOrder, idArticle, _product$id_order, _servicesResponse$dat, servicesResponse, parsedResponse,
|
|
532
|
+
var productInOrder, idArticle, _product$id_order, _servicesResponse$dat, servicesResponse, parsedResponse, retailers, active;
|
|
533
533
|
|
|
534
534
|
return _regenerator.default.wrap(function _callee3$(_context3) {
|
|
535
535
|
while (1) {
|
|
@@ -539,7 +539,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
539
539
|
idArticle = (product === null || product === void 0 ? void 0 : product.id_article) || (product === null || product === void 0 ? void 0 : (_product$article4 = product.article) === null || _product$article4 === void 0 ? void 0 : _product$article4.id_article);
|
|
540
540
|
|
|
541
541
|
if (!(isRevision() || productInOrder)) {
|
|
542
|
-
_context3.next =
|
|
542
|
+
_context3.next = 11;
|
|
543
543
|
break;
|
|
544
544
|
}
|
|
545
545
|
|
|
@@ -549,17 +549,16 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
549
549
|
case 5:
|
|
550
550
|
servicesResponse = _context3.sent;
|
|
551
551
|
parsedResponse = JSON.parse(servicesResponse === null || servicesResponse === void 0 ? void 0 : (_servicesResponse$dat = servicesResponse.data) === null || _servicesResponse$dat === void 0 ? void 0 : _servicesResponse$dat.body).data;
|
|
552
|
-
retailerResponse = parsedResponse === null || parsedResponse === void 0 ? void 0 : parsedResponse.map(function (srv) {
|
|
553
|
-
return srv.id_retailer;
|
|
554
|
-
});
|
|
555
552
|
retailers = product.retailers || product.retailersAvailable;
|
|
556
|
-
active = retailers === null || retailers === void 0 ? void 0 : retailers.
|
|
557
|
-
return
|
|
558
|
-
|
|
553
|
+
active = retailers === null || retailers === void 0 ? void 0 : retailers.filter(function (retailer) {
|
|
554
|
+
return parsedResponse === null || parsedResponse === void 0 ? void 0 : parsedResponse.map(function (srv) {
|
|
555
|
+
return srv.id_retailer;
|
|
556
|
+
}).includes(retailer.id);
|
|
557
|
+
})[0];
|
|
559
558
|
!activeRetailer.id && setActiveRetailer(active ? active : retailers[0]);
|
|
560
559
|
setServicesData(parsedResponse);
|
|
561
560
|
|
|
562
|
-
case
|
|
561
|
+
case 11:
|
|
563
562
|
case "end":
|
|
564
563
|
return _context3.stop();
|
|
565
564
|
}
|
|
@@ -587,10 +586,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
587
586
|
if (_revision && currentService === "AP") return true;
|
|
588
587
|
} else {
|
|
589
588
|
var _product = productEdit.product;
|
|
590
|
-
|
|
591
|
-
var isRequestWithContentoh = orgn === "RequestWithContentoh" && currentService === "AA";
|
|
592
|
-
var isContentoh = orgn === "Contentoh" && currentService === "AA";
|
|
593
|
-
if (isContentoh || isRequestWithoutContentoh || isRequestWithContentoh) return true;
|
|
589
|
+
if (orgn === "Contentoh" || ["RECEIVED", "IN_PROGRESS"].includes(currentService) && orgn === "RequestWithoutContentoh" || currentService === "AA" && orgn === "RequestWithContentoh" || currentService === "RC" && orgn === "RequestWithoutContentoh" && (!_product.id_order || !_product.orderId)) return true;
|
|
594
590
|
}
|
|
595
591
|
}
|
|
596
592
|
|
|
@@ -633,36 +629,53 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
633
629
|
};
|
|
634
630
|
}();
|
|
635
631
|
|
|
636
|
-
(0, _react.useEffect)(function () {
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
632
|
+
(0, _react.useEffect)( /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee5() {
|
|
633
|
+
var arr;
|
|
634
|
+
return _regenerator.default.wrap(function _callee5$(_context5) {
|
|
635
|
+
while (1) {
|
|
636
|
+
switch (_context5.prev = _context5.next) {
|
|
637
|
+
case 0:
|
|
638
|
+
sessionStorage.setItem("user", JSON.stringify(user));
|
|
639
|
+
loadData();
|
|
640
|
+
getCart();
|
|
641
|
+
_context5.t0 = setUserGroups;
|
|
642
|
+
_context5.next = 6;
|
|
643
|
+
return (0, _data2.fetchUsers)(token);
|
|
644
|
+
|
|
645
|
+
case 6:
|
|
646
|
+
_context5.t1 = _context5.sent;
|
|
647
|
+
(0, _context5.t0)(_context5.t1);
|
|
648
|
+
arr = [];
|
|
649
|
+
_context5.t2 = user.id_role;
|
|
650
|
+
_context5.next = _context5.t2 === 7 ? 12 : _context5.t2 === 8 ? 12 : _context5.t2 === 4 ? 14 : _context5.t2 === 5 ? 14 : _context5.t2 === 6 ? 16 : 18;
|
|
651
|
+
break;
|
|
644
652
|
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
arr = ["CA", "RC", "RA"];
|
|
649
|
-
break;
|
|
653
|
+
case 12:
|
|
654
|
+
arr = ["IN_PROGRESS", "RF", "RA"];
|
|
655
|
+
return _context5.abrupt("break", 20);
|
|
650
656
|
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
break;
|
|
657
|
+
case 14:
|
|
658
|
+
arr = ["RF", "AF", "AA", "AP", "AC"];
|
|
659
|
+
return _context5.abrupt("break", 20);
|
|
655
660
|
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
661
|
+
case 16:
|
|
662
|
+
arr = ["RP", "RC", "AF"];
|
|
663
|
+
return _context5.abrupt("break", 20);
|
|
659
664
|
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
665
|
+
case 18:
|
|
666
|
+
arr = [];
|
|
667
|
+
return _context5.abrupt("break", 20);
|
|
663
668
|
|
|
664
|
-
|
|
665
|
-
|
|
669
|
+
case 20:
|
|
670
|
+
setStatusArray(arr);
|
|
671
|
+
|
|
672
|
+
case 21:
|
|
673
|
+
case "end":
|
|
674
|
+
return _context5.stop();
|
|
675
|
+
}
|
|
676
|
+
}
|
|
677
|
+
}, _callee5);
|
|
678
|
+
})), [product]);
|
|
666
679
|
|
|
667
680
|
var loadAssignations = function loadAssignations(currentProduct) {
|
|
668
681
|
setAssig(product === null || product === void 0 ? void 0 : product.asignations);
|
|
@@ -677,11 +690,11 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
677
690
|
var productTemp = product;
|
|
678
691
|
var retailers = (productTemp === null || productTemp === void 0 ? void 0 : productTemp.retailersAvailable) || (productTemp === null || productTemp === void 0 ? void 0 : productTemp.retailers);
|
|
679
692
|
retailers === null || retailers === void 0 ? void 0 : retailers.forEach(function (retailer) {
|
|
680
|
-
var _percentages$
|
|
693
|
+
var _percentages$filter$;
|
|
681
694
|
|
|
682
|
-
retailer["percentage"] = percentages === null || percentages === void 0 ? void 0 : (_percentages$
|
|
695
|
+
retailer["percentage"] = percentages === null || percentages === void 0 ? void 0 : (_percentages$filter$ = percentages.filter(function (percent) {
|
|
683
696
|
return (retailer === null || retailer === void 0 ? void 0 : retailer.id) === (percent === null || percent === void 0 ? void 0 : percent.id_retailer);
|
|
684
|
-
})) === null || _percentages$
|
|
697
|
+
})[0]) === null || _percentages$filter$ === void 0 ? void 0 : _percentages$filter$.percentage;
|
|
685
698
|
});
|
|
686
699
|
setProduct(productTemp);
|
|
687
700
|
setActivePercentage((_retailers$ = retailers[0]) === null || _retailers$ === void 0 ? void 0 : _retailers$.percentage);
|
|
@@ -760,12 +773,11 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
760
773
|
}, [images]);
|
|
761
774
|
|
|
762
775
|
var saveDescriptions = /*#__PURE__*/function () {
|
|
763
|
-
var
|
|
764
|
-
var dataObject
|
|
765
|
-
|
|
766
|
-
return _regenerator.default.wrap(function _callee5$(_context5) {
|
|
776
|
+
var _ref7 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee6() {
|
|
777
|
+
var dataObject;
|
|
778
|
+
return _regenerator.default.wrap(function _callee6$(_context6) {
|
|
767
779
|
while (1) {
|
|
768
|
-
switch (
|
|
780
|
+
switch (_context6.prev = _context6.next) {
|
|
769
781
|
case 0:
|
|
770
782
|
setLoading(true);
|
|
771
783
|
dataObject = {
|
|
@@ -773,8 +785,8 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
773
785
|
articleData: updatedDescriptions
|
|
774
786
|
};
|
|
775
787
|
if (product !== null && product !== void 0 && product.orderId) dataObject["orderId"] = product === null || product === void 0 ? void 0 : product.orderId;
|
|
776
|
-
|
|
777
|
-
|
|
788
|
+
_context6.prev = 3;
|
|
789
|
+
_context6.next = 6;
|
|
778
790
|
return _axios.default.put("".concat(process.env.REACT_APP_ARTICLE_DATA_ENDPOINT, "?description=true&version=").concat(version), dataObject, {
|
|
779
791
|
headers: {
|
|
780
792
|
Authorization: token
|
|
@@ -782,45 +794,35 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
782
794
|
});
|
|
783
795
|
|
|
784
796
|
case 6:
|
|
785
|
-
_res = _context5.sent;
|
|
786
|
-
|
|
787
|
-
if (!(_res.data.statusCode === 200)) {
|
|
788
|
-
_context5.next = 11;
|
|
789
|
-
break;
|
|
790
|
-
}
|
|
791
|
-
|
|
792
797
|
setMessage("Descripciones guardadas con éxito");
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
case 11:
|
|
797
|
-
_context5.next = 16;
|
|
798
|
+
loadData();
|
|
799
|
+
_context6.next = 13;
|
|
798
800
|
break;
|
|
799
801
|
|
|
800
|
-
case
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
console.log(
|
|
802
|
+
case 10:
|
|
803
|
+
_context6.prev = 10;
|
|
804
|
+
_context6.t0 = _context6["catch"](3);
|
|
805
|
+
console.log(_context6.t0);
|
|
804
806
|
|
|
805
|
-
case
|
|
807
|
+
case 13:
|
|
806
808
|
case "end":
|
|
807
|
-
return
|
|
809
|
+
return _context6.stop();
|
|
808
810
|
}
|
|
809
811
|
}
|
|
810
|
-
},
|
|
812
|
+
}, _callee6, null, [[3, 10]]);
|
|
811
813
|
}));
|
|
812
814
|
|
|
813
815
|
return function saveDescriptions() {
|
|
814
|
-
return
|
|
816
|
+
return _ref7.apply(this, arguments);
|
|
815
817
|
};
|
|
816
818
|
}();
|
|
817
819
|
|
|
818
820
|
var saveDatasheets = /*#__PURE__*/function () {
|
|
819
|
-
var
|
|
821
|
+
var _ref8 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee7() {
|
|
820
822
|
var dataObject;
|
|
821
|
-
return _regenerator.default.wrap(function
|
|
823
|
+
return _regenerator.default.wrap(function _callee7$(_context7) {
|
|
822
824
|
while (1) {
|
|
823
|
-
switch (
|
|
825
|
+
switch (_context7.prev = _context7.next) {
|
|
824
826
|
case 0:
|
|
825
827
|
setLoading(true);
|
|
826
828
|
dataObject = {
|
|
@@ -828,8 +830,8 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
828
830
|
articleData: updatedDatasheets
|
|
829
831
|
};
|
|
830
832
|
if (product !== null && product !== void 0 && product.orderId) dataObject["orderId"] = product === null || product === void 0 ? void 0 : product.orderId;
|
|
831
|
-
|
|
832
|
-
|
|
833
|
+
_context7.prev = 3;
|
|
834
|
+
_context7.next = 6;
|
|
833
835
|
return _axios.default.put("".concat(process.env.REACT_APP_ARTICLE_DATA_ENDPOINT, "?datasheet=true&version=").concat(version), dataObject, {
|
|
834
836
|
headers: {
|
|
835
837
|
Authorization: token
|
|
@@ -837,45 +839,37 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
837
839
|
});
|
|
838
840
|
|
|
839
841
|
case 6:
|
|
840
|
-
if (!(res.data.statusCode === 200)) {
|
|
841
|
-
_context6.next = 10;
|
|
842
|
-
break;
|
|
843
|
-
}
|
|
844
|
-
|
|
845
842
|
setMessage("Fichas técnicas guardadas");
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
case 10:
|
|
850
|
-
_context6.next = 15;
|
|
843
|
+
loadData();
|
|
844
|
+
_context7.next = 13;
|
|
851
845
|
break;
|
|
852
846
|
|
|
853
|
-
case
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
console.log(
|
|
847
|
+
case 10:
|
|
848
|
+
_context7.prev = 10;
|
|
849
|
+
_context7.t0 = _context7["catch"](3);
|
|
850
|
+
console.log(_context7.t0);
|
|
857
851
|
|
|
858
|
-
case
|
|
852
|
+
case 13:
|
|
859
853
|
case "end":
|
|
860
|
-
return
|
|
854
|
+
return _context7.stop();
|
|
861
855
|
}
|
|
862
856
|
}
|
|
863
|
-
},
|
|
857
|
+
}, _callee7, null, [[3, 10]]);
|
|
864
858
|
}));
|
|
865
859
|
|
|
866
860
|
return function saveDatasheets() {
|
|
867
|
-
return
|
|
861
|
+
return _ref8.apply(this, arguments);
|
|
868
862
|
};
|
|
869
863
|
}();
|
|
870
864
|
|
|
871
|
-
var updateImages = (0, _react.useCallback)( /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function
|
|
865
|
+
var updateImages = (0, _react.useCallback)( /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee8() {
|
|
872
866
|
var _images$values2, _data$articleData, _data$articleData2, _data$updateImages;
|
|
873
867
|
|
|
874
868
|
var imagesList, imagesListTemp, duplicated, attrForImgs, data, valid, _data$updateImages2, _data$articleData3, _data$articleData4, _data$articleData5, promiseArray;
|
|
875
869
|
|
|
876
|
-
return _regenerator.default.wrap(function
|
|
870
|
+
return _regenerator.default.wrap(function _callee8$(_context8) {
|
|
877
871
|
while (1) {
|
|
878
|
-
switch (
|
|
872
|
+
switch (_context8.prev = _context8.next) {
|
|
879
873
|
case 0:
|
|
880
874
|
imagesList = images === null || images === void 0 ? void 0 : (_images$values2 = images.values) === null || _images$values2 === void 0 ? void 0 : _images$values2.slice();
|
|
881
875
|
imagesListTemp = imagesList === null || imagesList === void 0 ? void 0 : imagesList.reduce(function (acc, image) {
|
|
@@ -924,19 +918,19 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
924
918
|
}
|
|
925
919
|
|
|
926
920
|
if (!(valid && (duplicated === null || duplicated === void 0 ? void 0 : duplicated.length) === 0)) {
|
|
927
|
-
|
|
921
|
+
_context8.next = 31;
|
|
928
922
|
break;
|
|
929
923
|
}
|
|
930
924
|
|
|
931
925
|
setLoading(true);
|
|
932
|
-
|
|
926
|
+
_context8.prev = 11;
|
|
933
927
|
data === null || data === void 0 ? void 0 : (_data$articleData3 = data.articleData) === null || _data$articleData3 === void 0 ? void 0 : _data$articleData3.forEach(function (e) {
|
|
934
928
|
e.uuid = (0, _uuid.v4)();
|
|
935
929
|
});
|
|
936
930
|
setDataImages(data);
|
|
937
931
|
|
|
938
932
|
if (!((data === null || data === void 0 ? void 0 : (_data$articleData4 = data.articleData) === null || _data$articleData4 === void 0 ? void 0 : _data$articleData4.length) > 0)) {
|
|
939
|
-
|
|
933
|
+
_context8.next = 23;
|
|
940
934
|
break;
|
|
941
935
|
}
|
|
942
936
|
|
|
@@ -952,28 +946,28 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
952
946
|
};
|
|
953
947
|
promiseArray.push(myBucket.putObject(params).promise());
|
|
954
948
|
});
|
|
955
|
-
|
|
949
|
+
_context8.next = 20;
|
|
956
950
|
return Promise.all(promiseArray);
|
|
957
951
|
|
|
958
952
|
case 20:
|
|
959
953
|
setImagesUploaded(true);
|
|
960
|
-
|
|
954
|
+
_context8.next = 24;
|
|
961
955
|
break;
|
|
962
956
|
|
|
963
957
|
case 23:
|
|
964
958
|
setImagesUploaded(true);
|
|
965
959
|
|
|
966
960
|
case 24:
|
|
967
|
-
|
|
961
|
+
_context8.next = 29;
|
|
968
962
|
break;
|
|
969
963
|
|
|
970
964
|
case 26:
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
console.log(
|
|
965
|
+
_context8.prev = 26;
|
|
966
|
+
_context8.t0 = _context8["catch"](11);
|
|
967
|
+
console.log(_context8.t0); // setMainLoading(false);
|
|
974
968
|
|
|
975
969
|
case 29:
|
|
976
|
-
|
|
970
|
+
_context8.next = 32;
|
|
977
971
|
break;
|
|
978
972
|
|
|
979
973
|
case 31:
|
|
@@ -982,20 +976,18 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
982
976
|
|
|
983
977
|
case 32:
|
|
984
978
|
case "end":
|
|
985
|
-
return
|
|
979
|
+
return _context8.stop();
|
|
986
980
|
}
|
|
987
981
|
}
|
|
988
|
-
},
|
|
982
|
+
}, _callee8, null, [[11, 26]]);
|
|
989
983
|
})), [images, imagesUploaded]);
|
|
990
|
-
(0, _react.useEffect)( /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
return _regenerator.default.wrap(function _callee8$(_context8) {
|
|
984
|
+
(0, _react.useEffect)( /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee9() {
|
|
985
|
+
return _regenerator.default.wrap(function _callee9$(_context9) {
|
|
994
986
|
while (1) {
|
|
995
|
-
switch (
|
|
987
|
+
switch (_context9.prev = _context9.next) {
|
|
996
988
|
case 0:
|
|
997
989
|
if (!imagesUploaded) {
|
|
998
|
-
|
|
990
|
+
_context9.next = 13;
|
|
999
991
|
break;
|
|
1000
992
|
}
|
|
1001
993
|
|
|
@@ -1007,8 +999,8 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1007
999
|
if (product !== null && product !== void 0 && product.orderId) e["orderId"] = product === null || product === void 0 ? void 0 : product.orderId;
|
|
1008
1000
|
return e;
|
|
1009
1001
|
});
|
|
1010
|
-
|
|
1011
|
-
|
|
1002
|
+
_context9.prev = 2;
|
|
1003
|
+
_context9.next = 5;
|
|
1012
1004
|
return _axios.default.put("".concat(process.env.REACT_APP_ARTICLE_DATA_ENDPOINT, "?image=true&version=").concat(version), dataImages, {
|
|
1013
1005
|
headers: {
|
|
1014
1006
|
Authorization: token
|
|
@@ -1016,33 +1008,23 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1016
1008
|
});
|
|
1017
1009
|
|
|
1018
1010
|
case 5:
|
|
1019
|
-
_res2 = _context8.sent;
|
|
1020
|
-
|
|
1021
|
-
if (!(_res2.data.statusCode === 200)) {
|
|
1022
|
-
_context8.next = 11;
|
|
1023
|
-
break;
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1026
1011
|
setMessage("Imágenes guardadas con éxito");
|
|
1027
1012
|
sessionStorage.removeItem("imagesList");
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
case 11:
|
|
1032
|
-
_context8.next = 16;
|
|
1013
|
+
loadData();
|
|
1014
|
+
_context9.next = 13;
|
|
1033
1015
|
break;
|
|
1034
1016
|
|
|
1035
|
-
case
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
console.log(
|
|
1017
|
+
case 10:
|
|
1018
|
+
_context9.prev = 10;
|
|
1019
|
+
_context9.t0 = _context9["catch"](2);
|
|
1020
|
+
console.log(_context9.t0);
|
|
1039
1021
|
|
|
1040
|
-
case
|
|
1022
|
+
case 13:
|
|
1041
1023
|
case "end":
|
|
1042
|
-
return
|
|
1024
|
+
return _context9.stop();
|
|
1043
1025
|
}
|
|
1044
1026
|
}
|
|
1045
|
-
},
|
|
1027
|
+
}, _callee9, null, [[2, 10]]);
|
|
1046
1028
|
})), [dataImages, imagesUploaded]);
|
|
1047
1029
|
|
|
1048
1030
|
var getConcept = function getConcept(tab) {
|
|
@@ -1078,28 +1060,28 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1078
1060
|
};
|
|
1079
1061
|
|
|
1080
1062
|
var createComment = /*#__PURE__*/function () {
|
|
1081
|
-
var
|
|
1063
|
+
var _ref11 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee10(e, body, tab) {
|
|
1082
1064
|
var concept, data;
|
|
1083
|
-
return _regenerator.default.wrap(function
|
|
1065
|
+
return _regenerator.default.wrap(function _callee10$(_context10) {
|
|
1084
1066
|
while (1) {
|
|
1085
|
-
switch (
|
|
1067
|
+
switch (_context10.prev = _context10.next) {
|
|
1086
1068
|
case 0:
|
|
1087
1069
|
concept = "";
|
|
1088
|
-
|
|
1089
|
-
|
|
1070
|
+
_context10.t0 = activeTab;
|
|
1071
|
+
_context10.next = _context10.t0 === "Ficha técnica" ? 4 : _context10.t0 === "Imágenes" ? 6 : 8;
|
|
1090
1072
|
break;
|
|
1091
1073
|
|
|
1092
1074
|
case 4:
|
|
1093
1075
|
concept = "datasheet";
|
|
1094
|
-
return
|
|
1076
|
+
return _context10.abrupt("break", 10);
|
|
1095
1077
|
|
|
1096
1078
|
case 6:
|
|
1097
1079
|
concept = "images";
|
|
1098
|
-
return
|
|
1080
|
+
return _context10.abrupt("break", 10);
|
|
1099
1081
|
|
|
1100
1082
|
case 8:
|
|
1101
1083
|
concept = "description";
|
|
1102
|
-
return
|
|
1084
|
+
return _context10.abrupt("break", 10);
|
|
1103
1085
|
|
|
1104
1086
|
case 10:
|
|
1105
1087
|
data = {
|
|
@@ -1109,7 +1091,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1109
1091
|
concept: concept,
|
|
1110
1092
|
version: version
|
|
1111
1093
|
};
|
|
1112
|
-
|
|
1094
|
+
_context10.next = 13;
|
|
1113
1095
|
return _axios.default.post("".concat(process.env.REACT_APP_COMMENTS_ENDPOINT), data, {
|
|
1114
1096
|
headers: {
|
|
1115
1097
|
Authorization: token
|
|
@@ -1118,14 +1100,14 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1118
1100
|
|
|
1119
1101
|
case 13:
|
|
1120
1102
|
case "end":
|
|
1121
|
-
return
|
|
1103
|
+
return _context10.stop();
|
|
1122
1104
|
}
|
|
1123
1105
|
}
|
|
1124
|
-
},
|
|
1106
|
+
}, _callee10);
|
|
1125
1107
|
}));
|
|
1126
1108
|
|
|
1127
1109
|
return function createComment(_x2, _x3, _x4) {
|
|
1128
|
-
return
|
|
1110
|
+
return _ref11.apply(this, arguments);
|
|
1129
1111
|
};
|
|
1130
1112
|
}();
|
|
1131
1113
|
|
|
@@ -1134,16 +1116,16 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1134
1116
|
}, [activeTab]);
|
|
1135
1117
|
|
|
1136
1118
|
var commentRevised = /*#__PURE__*/function () {
|
|
1137
|
-
var
|
|
1119
|
+
var _ref12 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee11() {
|
|
1138
1120
|
var data;
|
|
1139
|
-
return _regenerator.default.wrap(function
|
|
1121
|
+
return _regenerator.default.wrap(function _callee11$(_context11) {
|
|
1140
1122
|
while (1) {
|
|
1141
|
-
switch (
|
|
1123
|
+
switch (_context11.prev = _context11.next) {
|
|
1142
1124
|
case 0:
|
|
1143
1125
|
data = {
|
|
1144
1126
|
commentId: comment.id
|
|
1145
1127
|
};
|
|
1146
|
-
|
|
1128
|
+
_context11.next = 3;
|
|
1147
1129
|
return _axios.default.put("".concat(process.env.REACT_APP_COMMENTS_ENDPOINT), data, {
|
|
1148
1130
|
headers: {
|
|
1149
1131
|
Authorization: token
|
|
@@ -1155,54 +1137,52 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1155
1137
|
|
|
1156
1138
|
case 4:
|
|
1157
1139
|
case "end":
|
|
1158
|
-
return
|
|
1140
|
+
return _context11.stop();
|
|
1159
1141
|
}
|
|
1160
1142
|
}
|
|
1161
|
-
},
|
|
1143
|
+
}, _callee11);
|
|
1162
1144
|
}));
|
|
1163
1145
|
|
|
1164
1146
|
return function commentRevised() {
|
|
1165
|
-
return
|
|
1147
|
+
return _ref12.apply(this, arguments);
|
|
1166
1148
|
};
|
|
1167
1149
|
}();
|
|
1168
1150
|
|
|
1169
1151
|
var setAssignation = /*#__PURE__*/function () {
|
|
1170
|
-
var
|
|
1152
|
+
var _ref13 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee12(assignationType, assignationId) {
|
|
1171
1153
|
var concept, productTemp, data;
|
|
1172
|
-
return _regenerator.default.wrap(function
|
|
1154
|
+
return _regenerator.default.wrap(function _callee12$(_context12) {
|
|
1173
1155
|
while (1) {
|
|
1174
|
-
switch (
|
|
1156
|
+
switch (_context12.prev = _context12.next) {
|
|
1175
1157
|
case 0:
|
|
1176
1158
|
concept = "";
|
|
1177
|
-
|
|
1178
|
-
|
|
1159
|
+
_context12.t0 = activeTab;
|
|
1160
|
+
_context12.next = _context12.t0 === "Ficha técnica" ? 4 : _context12.t0 === "Imágenes" ? 6 : 8;
|
|
1179
1161
|
break;
|
|
1180
1162
|
|
|
1181
1163
|
case 4:
|
|
1182
1164
|
concept = "datasheet";
|
|
1183
|
-
return
|
|
1165
|
+
return _context12.abrupt("break", 10);
|
|
1184
1166
|
|
|
1185
1167
|
case 6:
|
|
1186
1168
|
concept = "images";
|
|
1187
|
-
return
|
|
1169
|
+
return _context12.abrupt("break", 10);
|
|
1188
1170
|
|
|
1189
1171
|
case 8:
|
|
1190
1172
|
concept = "description";
|
|
1191
|
-
return
|
|
1173
|
+
return _context12.abrupt("break", 10);
|
|
1192
1174
|
|
|
1193
1175
|
case 10:
|
|
1194
1176
|
productTemp = product;
|
|
1195
1177
|
productTemp.article["id_".concat(concept, "_").concat(assignationType)] = assignationId;
|
|
1196
|
-
data = {
|
|
1178
|
+
data = (0, _defineProperty2.default)({
|
|
1197
1179
|
articleList: [{
|
|
1198
1180
|
orderId: product.orderId,
|
|
1199
1181
|
articleId: product === null || product === void 0 ? void 0 : product.id_article
|
|
1200
1182
|
}],
|
|
1201
|
-
concept: concept
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
_context11.next = 15;
|
|
1205
|
-
return (0, _axios.default)({
|
|
1183
|
+
concept: concept
|
|
1184
|
+
}, "".concat(assignationType, "Id"), assignationId);
|
|
1185
|
+
(0, _axios.default)({
|
|
1206
1186
|
method: "post",
|
|
1207
1187
|
url: process.env.REACT_APP_ASSIGNATIONS_ENDPOINT,
|
|
1208
1188
|
data: data,
|
|
@@ -1210,21 +1190,19 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1210
1190
|
Authorization: token
|
|
1211
1191
|
}
|
|
1212
1192
|
});
|
|
1213
|
-
|
|
1214
|
-
case 15:
|
|
1215
1193
|
loadAssignations(productTemp);
|
|
1216
1194
|
sessionStorage.setItem("productSelected", JSON.stringify(productTemp));
|
|
1217
1195
|
|
|
1218
|
-
case
|
|
1196
|
+
case 16:
|
|
1219
1197
|
case "end":
|
|
1220
|
-
return
|
|
1198
|
+
return _context12.stop();
|
|
1221
1199
|
}
|
|
1222
1200
|
}
|
|
1223
|
-
},
|
|
1201
|
+
}, _callee12);
|
|
1224
1202
|
}));
|
|
1225
1203
|
|
|
1226
1204
|
return function setAssignation(_x5, _x6) {
|
|
1227
|
-
return
|
|
1205
|
+
return _ref13.apply(this, arguments);
|
|
1228
1206
|
};
|
|
1229
1207
|
}();
|
|
1230
1208
|
|
|
@@ -1240,7 +1218,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1240
1218
|
});
|
|
1241
1219
|
}
|
|
1242
1220
|
|
|
1243
|
-
var statusArray = user.is_retailer === 1 ? ["
|
|
1221
|
+
var statusArray = user.is_retailer === 1 ? ["AC", "RC"] : ["AP", "RP", "AC"];
|
|
1244
1222
|
return serv.length > 0 && serv.every(function (item) {
|
|
1245
1223
|
return statusArray.includes(item.status);
|
|
1246
1224
|
});
|
|
@@ -1325,11 +1303,16 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1325
1303
|
}
|
|
1326
1304
|
};
|
|
1327
1305
|
|
|
1306
|
+
var getSectionStatus = function getSectionStatus() {
|
|
1307
|
+
var concept = getConcept(activeTab);
|
|
1308
|
+
return ["AA", "AP", "R", "CA", "RCA"].includes(productEdit.product["".concat(concept, "_status")]);
|
|
1309
|
+
};
|
|
1310
|
+
|
|
1328
1311
|
var confirmStatusComplete = function confirmStatusComplete() {
|
|
1329
1312
|
var datasheet_status = product.datasheet_status,
|
|
1330
1313
|
description_status = product.description_status,
|
|
1331
1314
|
images_status = product.images_status;
|
|
1332
|
-
var completionStates = user.is_retailer === 1 ? ["
|
|
1315
|
+
var completionStates = user.is_retailer === 1 ? ["AC", "Evaluated", "NS"] : ["AP", "Evaluated", "NS"];
|
|
1333
1316
|
var dsEvaluated = completionStates.includes(datasheet_status);
|
|
1334
1317
|
var descsEvaluated = completionStates.includes(description_status);
|
|
1335
1318
|
var imgsEvaluated = completionStates.includes(images_status);
|
|
@@ -1338,20 +1321,22 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1338
1321
|
};
|
|
1339
1322
|
|
|
1340
1323
|
var sendEvaluation = /*#__PURE__*/function () {
|
|
1341
|
-
var
|
|
1324
|
+
var _ref14 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee13(result) {
|
|
1342
1325
|
var _productTemp$id_order;
|
|
1343
1326
|
|
|
1344
|
-
var concept, productTemp, articleId, orderId, evalStatus, data, retailerId, res, orderStatus, newProductEdit;
|
|
1345
|
-
|
|
1327
|
+
var concept, productTemp, articleId, orderId, sectionStatusKey, evalStatus, data, retailerId, res, newStatuses, orderStatus, serviceStatus, newProductEdit, _JSON$parse, newArticleStatus, newServiceStatus, newStatus, retailerStatusCopy, status;
|
|
1328
|
+
|
|
1329
|
+
return _regenerator.default.wrap(function _callee13$(_context13) {
|
|
1346
1330
|
while (1) {
|
|
1347
|
-
switch (
|
|
1331
|
+
switch (_context13.prev = _context13.next) {
|
|
1348
1332
|
case 0:
|
|
1349
1333
|
setLoading(true);
|
|
1350
1334
|
concept = getConcept(activeTab);
|
|
1351
1335
|
productTemp = product;
|
|
1352
1336
|
articleId = productTemp.id_article;
|
|
1353
1337
|
orderId = (_productTemp$id_order = productTemp.id_order) !== null && _productTemp$id_order !== void 0 ? _productTemp$id_order : productTemp.orderId;
|
|
1354
|
-
|
|
1338
|
+
sectionStatusKey = "".concat(getConcept(activeTab), "_status");
|
|
1339
|
+
evalStatus = product[sectionStatusKey] || (product === null || product === void 0 ? void 0 : product.version_status);
|
|
1355
1340
|
data = {
|
|
1356
1341
|
articleId: articleId,
|
|
1357
1342
|
orderId: orderId,
|
|
@@ -1359,92 +1344,105 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1359
1344
|
evalStatus: evalStatus
|
|
1360
1345
|
};
|
|
1361
1346
|
retailerId = activeRetailer === null || activeRetailer === void 0 ? void 0 : activeRetailer.id;
|
|
1362
|
-
|
|
1347
|
+
_context13.prev = 9;
|
|
1363
1348
|
|
|
1364
1349
|
if (!result) {
|
|
1365
|
-
|
|
1350
|
+
_context13.next = 25;
|
|
1366
1351
|
break;
|
|
1367
1352
|
}
|
|
1368
1353
|
|
|
1369
1354
|
data.result = result;
|
|
1370
1355
|
data.retailerId = retailerId;
|
|
1371
|
-
|
|
1356
|
+
_context13.next = 15;
|
|
1372
1357
|
return _axios.default.put("".concat(process.env.REACT_APP_EVALUATION_ENDPOINT), data, {
|
|
1373
1358
|
headers: {
|
|
1374
1359
|
Authorization: token
|
|
1375
1360
|
}
|
|
1376
1361
|
});
|
|
1377
1362
|
|
|
1378
|
-
case
|
|
1379
|
-
res =
|
|
1380
|
-
|
|
1363
|
+
case 15:
|
|
1364
|
+
res = _context13.sent;
|
|
1365
|
+
newStatuses = JSON.parse(res.data.body);
|
|
1366
|
+
orderStatus = newStatuses.newOrderStatus;
|
|
1367
|
+
serviceStatus = newStatuses.newServiceStatus[articleId]["".concat(getConcept(activeTab), "Status")];
|
|
1368
|
+
newProductEdit = productEdit;
|
|
1369
|
+
newProductEdit.product[sectionStatusKey] = serviceStatus;
|
|
1370
|
+
setProductEdit(newProductEdit);
|
|
1381
1371
|
showSurvey && showSurvey(orderStatus[orderId] === "AP");
|
|
1382
|
-
|
|
1372
|
+
_context13.next = 28;
|
|
1383
1373
|
break;
|
|
1384
1374
|
|
|
1385
|
-
case
|
|
1386
|
-
|
|
1375
|
+
case 25:
|
|
1376
|
+
_context13.next = 27;
|
|
1387
1377
|
return _axios.default.put("".concat(process.env.REACT_APP_SEND_EVAL), data, {
|
|
1388
1378
|
headers: {
|
|
1389
1379
|
Authorization: token
|
|
1390
1380
|
}
|
|
1391
1381
|
});
|
|
1392
1382
|
|
|
1393
|
-
case
|
|
1394
|
-
res =
|
|
1383
|
+
case 27:
|
|
1384
|
+
res = _context13.sent;
|
|
1395
1385
|
|
|
1396
|
-
case
|
|
1386
|
+
case 28:
|
|
1397
1387
|
if (!(res.data.statusCode === 200)) {
|
|
1398
|
-
|
|
1388
|
+
_context13.next = 41;
|
|
1399
1389
|
break;
|
|
1400
1390
|
}
|
|
1401
1391
|
|
|
1402
|
-
|
|
1392
|
+
_JSON$parse = JSON.parse(res.data.body), newArticleStatus = _JSON$parse.newArticleStatus, newServiceStatus = _JSON$parse.newServiceStatus, newStatus = _JSON$parse.newStatus;
|
|
1393
|
+
if (newArticleStatus) productTemp.status = newArticleStatus[articleId];
|
|
1394
|
+
retailerStatusCopy = (0, _objectSpread3.default)({}, retailerStatus);
|
|
1395
|
+
retailerStatusCopy[activeRetailer.id][concept] = newStatus;
|
|
1396
|
+
setRetailerStatus(retailerStatusCopy);
|
|
1397
|
+
productTemp.statusByRetailer = retailerStatusCopy;
|
|
1398
|
+
|
|
1399
|
+
if (newServiceStatus) {
|
|
1400
|
+
status = newServiceStatus[articleId]["".concat(concept, "Status")];
|
|
1401
|
+
productTemp["".concat(concept, "_status")] = status;
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1403
1404
|
setProduct(productTemp);
|
|
1404
1405
|
sessionStorage.setItem("productSelected", JSON.stringify(productTemp));
|
|
1405
|
-
newProductEdit = {
|
|
1406
|
-
ArticleId: articleId,
|
|
1407
|
-
idCategory: productTemp.article.id_category,
|
|
1408
|
-
product: productTemp
|
|
1409
|
-
};
|
|
1410
|
-
setProductEdit(newProductEdit);
|
|
1411
|
-
sessionStorage.setItem("productEdit", JSON.stringify(newProductEdit));
|
|
1412
1406
|
setOrigin(function (prev) {
|
|
1413
|
-
return (0, _objectSpread3.default)((0, _objectSpread3.default)({}, prev), {}, (0, _defineProperty2.default)({}, concept,
|
|
1407
|
+
return (0, _objectSpread3.default)((0, _objectSpread3.default)({}, prev), {}, (0, _defineProperty2.default)({}, concept, status));
|
|
1414
1408
|
});
|
|
1415
|
-
|
|
1409
|
+
_context13.next = 41;
|
|
1416
1410
|
return loadData();
|
|
1417
1411
|
|
|
1418
|
-
case
|
|
1419
|
-
|
|
1412
|
+
case 41:
|
|
1413
|
+
_context13.next = 46;
|
|
1420
1414
|
break;
|
|
1421
1415
|
|
|
1422
|
-
case
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
console.log(
|
|
1416
|
+
case 43:
|
|
1417
|
+
_context13.prev = 43;
|
|
1418
|
+
_context13.t0 = _context13["catch"](9);
|
|
1419
|
+
console.log(_context13.t0);
|
|
1420
|
+
|
|
1421
|
+
case 46:
|
|
1422
|
+
loadData();
|
|
1423
|
+
showSurvey && showSurvey(confirmStatusComplete());
|
|
1426
1424
|
|
|
1427
|
-
case
|
|
1425
|
+
case 48:
|
|
1428
1426
|
case "end":
|
|
1429
|
-
return
|
|
1427
|
+
return _context13.stop();
|
|
1430
1428
|
}
|
|
1431
1429
|
}
|
|
1432
|
-
},
|
|
1430
|
+
}, _callee13, null, [[9, 43]]);
|
|
1433
1431
|
}));
|
|
1434
1432
|
|
|
1435
1433
|
return function sendEvaluation(_x7) {
|
|
1436
|
-
return
|
|
1434
|
+
return _ref14.apply(this, arguments);
|
|
1437
1435
|
};
|
|
1438
1436
|
}();
|
|
1439
1437
|
|
|
1440
1438
|
var validateAll = /*#__PURE__*/function () {
|
|
1441
|
-
var
|
|
1439
|
+
var _ref15 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee14(result) {
|
|
1442
1440
|
var evaluationArray, sendAll, conceptArray, productTemp;
|
|
1443
|
-
return _regenerator.default.wrap(function
|
|
1441
|
+
return _regenerator.default.wrap(function _callee14$(_context14) {
|
|
1444
1442
|
while (1) {
|
|
1445
|
-
switch (
|
|
1443
|
+
switch (_context14.prev = _context14.next) {
|
|
1446
1444
|
case 0:
|
|
1447
|
-
|
|
1445
|
+
_context14.prev = 0;
|
|
1448
1446
|
setLoading(true);
|
|
1449
1447
|
evaluationArray = [];
|
|
1450
1448
|
sendAll = [];
|
|
@@ -1465,7 +1463,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1465
1463
|
}
|
|
1466
1464
|
}));
|
|
1467
1465
|
});
|
|
1468
|
-
|
|
1466
|
+
_context14.next = 8;
|
|
1469
1467
|
return Promise.all(evaluationArray);
|
|
1470
1468
|
|
|
1471
1469
|
case 8:
|
|
@@ -1483,15 +1481,15 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1483
1481
|
}
|
|
1484
1482
|
}));
|
|
1485
1483
|
});
|
|
1486
|
-
|
|
1484
|
+
_context14.next = 11;
|
|
1487
1485
|
return Promise.all(sendAll);
|
|
1488
1486
|
|
|
1489
1487
|
case 11:
|
|
1490
1488
|
productTemp = product;
|
|
1491
|
-
productTemp.article_status = "".concat(result, "
|
|
1492
|
-
productTemp.datasheet_status = productTemp.datasheet_status === "NA" ? "NA" : "".concat(result, "
|
|
1493
|
-
productTemp.description_status = productTemp.description_status === "NA" ? "NA" : "".concat(result, "
|
|
1494
|
-
productTemp.images_status = productTemp.images_status === "NA" ? "NA" : "".concat(result, "
|
|
1489
|
+
productTemp.article_status = "".concat(result, "C");
|
|
1490
|
+
productTemp.datasheet_status = productTemp.datasheet_status === "NA" ? "NA" : "".concat(result, "C");
|
|
1491
|
+
productTemp.description_status = productTemp.description_status === "NA" ? "NA" : "".concat(result, "C");
|
|
1492
|
+
productTemp.images_status = productTemp.images_status === "NA" ? "NA" : "".concat(result, "C");
|
|
1495
1493
|
setProduct(productTemp);
|
|
1496
1494
|
sessionStorage.setItem("productSelected", JSON.stringify(productTemp));
|
|
1497
1495
|
setProductEdit({
|
|
@@ -1504,37 +1502,34 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1504
1502
|
idCategory: productTemp.article.id_category,
|
|
1505
1503
|
product: productTemp
|
|
1506
1504
|
}));
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
case 22:
|
|
1511
|
-
_context13.next = 27;
|
|
1505
|
+
loadData();
|
|
1506
|
+
_context14.next = 26;
|
|
1512
1507
|
break;
|
|
1513
1508
|
|
|
1514
|
-
case
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
console.log(
|
|
1509
|
+
case 23:
|
|
1510
|
+
_context14.prev = 23;
|
|
1511
|
+
_context14.t0 = _context14["catch"](0);
|
|
1512
|
+
console.log(_context14.t0);
|
|
1518
1513
|
|
|
1519
|
-
case
|
|
1514
|
+
case 26:
|
|
1520
1515
|
case "end":
|
|
1521
|
-
return
|
|
1516
|
+
return _context14.stop();
|
|
1522
1517
|
}
|
|
1523
1518
|
}
|
|
1524
|
-
},
|
|
1519
|
+
}, _callee14, null, [[0, 23]]);
|
|
1525
1520
|
}));
|
|
1526
1521
|
|
|
1527
1522
|
return function validateAll(_x8) {
|
|
1528
|
-
return
|
|
1523
|
+
return _ref15.apply(this, arguments);
|
|
1529
1524
|
};
|
|
1530
1525
|
}();
|
|
1531
1526
|
|
|
1532
1527
|
var evaluationToRetailer = /*#__PURE__*/function () {
|
|
1533
|
-
var
|
|
1528
|
+
var _ref16 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee15(result) {
|
|
1534
1529
|
var data, prod, statusComplete;
|
|
1535
|
-
return _regenerator.default.wrap(function
|
|
1530
|
+
return _regenerator.default.wrap(function _callee15$(_context15) {
|
|
1536
1531
|
while (1) {
|
|
1537
|
-
switch (
|
|
1532
|
+
switch (_context15.prev = _context15.next) {
|
|
1538
1533
|
case 0:
|
|
1539
1534
|
data = {
|
|
1540
1535
|
articleId: product.id_article,
|
|
@@ -1542,7 +1537,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1542
1537
|
versionId: product.version,
|
|
1543
1538
|
status: result
|
|
1544
1539
|
};
|
|
1545
|
-
|
|
1540
|
+
_context15.next = 3;
|
|
1546
1541
|
return _axios.default.put("".concat(process.env.REACT_APP_RETAILER_REQUEST), data, {
|
|
1547
1542
|
headers: {
|
|
1548
1543
|
Authorization: token
|
|
@@ -1551,7 +1546,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1551
1546
|
|
|
1552
1547
|
case 3:
|
|
1553
1548
|
prod = productEdit;
|
|
1554
|
-
statusComplete = user.is_retailer ? "".concat(result, "
|
|
1549
|
+
statusComplete = user.is_retailer ? "".concat(result, "C") : "".concat(result, "P");
|
|
1555
1550
|
prod.product.datasheet_status = statusComplete;
|
|
1556
1551
|
prod.product.description_status = statusComplete;
|
|
1557
1552
|
prod.product.images_status = statusComplete;
|
|
@@ -1560,33 +1555,28 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1560
1555
|
sessionStorage.setItem("productEdit", JSON.stringify(prod));
|
|
1561
1556
|
setProduct(prod);
|
|
1562
1557
|
setShowGenericModal && setShowGenericModal(false);
|
|
1563
|
-
|
|
1564
|
-
return loadData();
|
|
1558
|
+
loadData();
|
|
1565
1559
|
|
|
1566
|
-
case
|
|
1560
|
+
case 14:
|
|
1567
1561
|
case "end":
|
|
1568
|
-
return
|
|
1562
|
+
return _context15.stop();
|
|
1569
1563
|
}
|
|
1570
1564
|
}
|
|
1571
|
-
},
|
|
1565
|
+
}, _callee15);
|
|
1572
1566
|
}));
|
|
1573
1567
|
|
|
1574
1568
|
return function evaluationToRetailer(_x9) {
|
|
1575
|
-
return
|
|
1569
|
+
return _ref16.apply(this, arguments);
|
|
1576
1570
|
};
|
|
1577
1571
|
}();
|
|
1578
1572
|
|
|
1579
|
-
var getSectionStatus = function getSectionStatus() {
|
|
1580
|
-
var concept = getConcept(activeTab);
|
|
1581
|
-
return ["AA", "AP", "R", "CA", "RCA"].includes(productEdit.product["".concat(concept, "_status")]);
|
|
1582
|
-
};
|
|
1583
|
-
|
|
1584
1573
|
var enableActions = function enableActions(versionStatus) {
|
|
1585
1574
|
try {
|
|
1586
|
-
|
|
1575
|
+
var userIsRetailer = user.is_retailer;
|
|
1576
|
+
if (userIsRetailer) return false;
|
|
1587
1577
|
|
|
1588
1578
|
if (versionStatus) {
|
|
1589
|
-
return ["AP", "
|
|
1579
|
+
return ["AP", "AC", "RC", null].includes(versionStatus);
|
|
1590
1580
|
}
|
|
1591
1581
|
|
|
1592
1582
|
return true;
|
|
@@ -1667,49 +1657,53 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1667
1657
|
});
|
|
1668
1658
|
});
|
|
1669
1659
|
setShowGenericModal(true);
|
|
1670
|
-
} else
|
|
1671
|
-
if (
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1660
|
+
} else {
|
|
1661
|
+
if (user.is_retailer) {
|
|
1662
|
+
if (product.id_order || product.orderId) {
|
|
1663
|
+
validateAll("A");
|
|
1664
|
+
} else {
|
|
1665
|
+
setDataGenericModal(function (prev) {
|
|
1666
|
+
return (0, _objectSpread3.default)((0, _objectSpread3.default)({}, prev), {}, {
|
|
1667
|
+
button2: {
|
|
1668
|
+
name: "Continuar",
|
|
1669
|
+
action: function action() {
|
|
1670
|
+
return evaluationToRetailer("A");
|
|
1671
|
+
}
|
|
1680
1672
|
}
|
|
1681
|
-
}
|
|
1673
|
+
});
|
|
1682
1674
|
});
|
|
1683
|
-
|
|
1684
|
-
|
|
1675
|
+
setShowGenericModal(true);
|
|
1676
|
+
}
|
|
1677
|
+
} else {
|
|
1678
|
+
validateAll("A");
|
|
1685
1679
|
}
|
|
1686
|
-
} else {
|
|
1687
|
-
validateAll("A");
|
|
1688
1680
|
}
|
|
1689
1681
|
},
|
|
1690
1682
|
rejectAll: function rejectAll() {
|
|
1691
1683
|
if (originProp === "RequestWithoutContentoh" && !user.is_retailer && (!product.id_order || !product.orderId)) {
|
|
1692
1684
|
return;
|
|
1693
|
-
} else
|
|
1694
|
-
if (
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1685
|
+
} else {
|
|
1686
|
+
if (user.is_retailer) {
|
|
1687
|
+
if (product.id_order || product.orderId) {
|
|
1688
|
+
validateAll("R");
|
|
1689
|
+
setModalViewError(true);
|
|
1690
|
+
} else {
|
|
1691
|
+
setDataGenericModal(function (prev) {
|
|
1692
|
+
return (0, _objectSpread3.default)((0, _objectSpread3.default)({}, prev), {}, {
|
|
1693
|
+
button2: {
|
|
1694
|
+
name: "Continuar",
|
|
1695
|
+
action: function action() {
|
|
1696
|
+
return evaluationToRetailer("R");
|
|
1697
|
+
}
|
|
1704
1698
|
}
|
|
1705
|
-
}
|
|
1699
|
+
});
|
|
1706
1700
|
});
|
|
1707
|
-
|
|
1708
|
-
|
|
1701
|
+
setShowGenericModal(true);
|
|
1702
|
+
}
|
|
1703
|
+
} else {
|
|
1704
|
+
validateAll("R");
|
|
1705
|
+
setModalViewError(true);
|
|
1709
1706
|
}
|
|
1710
|
-
} else {
|
|
1711
|
-
validateAll("R");
|
|
1712
|
-
setModalViewError(true);
|
|
1713
1707
|
}
|
|
1714
1708
|
},
|
|
1715
1709
|
approve: function approve() {
|
|
@@ -1725,49 +1719,53 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1725
1719
|
});
|
|
1726
1720
|
});
|
|
1727
1721
|
setShowGenericModal(true);
|
|
1728
|
-
} else
|
|
1729
|
-
if (
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1722
|
+
} else {
|
|
1723
|
+
if (user.is_retailer) {
|
|
1724
|
+
if (product.id_order || product.orderId) {
|
|
1725
|
+
sendEvaluation("A");
|
|
1726
|
+
} else {
|
|
1727
|
+
setDataGenericModal(function (prev) {
|
|
1728
|
+
return (0, _objectSpread3.default)((0, _objectSpread3.default)({}, prev), {}, {
|
|
1729
|
+
button2: {
|
|
1730
|
+
name: "Continuar",
|
|
1731
|
+
action: function action() {
|
|
1732
|
+
return evaluationToRetailer("A");
|
|
1733
|
+
}
|
|
1738
1734
|
}
|
|
1739
|
-
}
|
|
1735
|
+
});
|
|
1740
1736
|
});
|
|
1741
|
-
|
|
1742
|
-
|
|
1737
|
+
setShowGenericModal(true);
|
|
1738
|
+
}
|
|
1739
|
+
} else {
|
|
1740
|
+
sendEvaluation("A");
|
|
1743
1741
|
}
|
|
1744
|
-
} else {
|
|
1745
|
-
sendEvaluation("A");
|
|
1746
1742
|
}
|
|
1747
1743
|
},
|
|
1748
1744
|
reject: function reject() {
|
|
1749
1745
|
if (origin[activeTab] === "RequestWithoutContentoh" && !user.is_retailer && (!product.id_order || !product.orderId)) {
|
|
1750
1746
|
return;
|
|
1751
|
-
} else
|
|
1752
|
-
if (
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1747
|
+
} else {
|
|
1748
|
+
if (user.is_retailer) {
|
|
1749
|
+
if (product.id_order || product.orderId) {
|
|
1750
|
+
sendEvaluation("R");
|
|
1751
|
+
setModalViewError(true);
|
|
1752
|
+
} else {
|
|
1753
|
+
setDataGenericModal(function (prev) {
|
|
1754
|
+
return (0, _objectSpread3.default)((0, _objectSpread3.default)({}, prev), {}, {
|
|
1755
|
+
button2: {
|
|
1756
|
+
name: "Continuar",
|
|
1757
|
+
action: function action() {
|
|
1758
|
+
return evaluationToRetailer("R");
|
|
1759
|
+
}
|
|
1762
1760
|
}
|
|
1763
|
-
}
|
|
1761
|
+
});
|
|
1764
1762
|
});
|
|
1765
|
-
|
|
1766
|
-
|
|
1763
|
+
setShowGenericModal(true);
|
|
1764
|
+
}
|
|
1765
|
+
} else {
|
|
1766
|
+
sendEvaluation("R");
|
|
1767
|
+
setModalViewError(true);
|
|
1767
1768
|
}
|
|
1768
|
-
} else {
|
|
1769
|
-
sendEvaluation("R");
|
|
1770
|
-
setModalViewError(true);
|
|
1771
1769
|
}
|
|
1772
1770
|
}
|
|
1773
1771
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_FullTabsMenu.FullTabsMenu, {
|
|
@@ -1846,9 +1844,9 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1846
1844
|
headerType: "input-name-header"
|
|
1847
1845
|
}))]
|
|
1848
1846
|
})
|
|
1849
|
-
}), isRevision() && getSectionStatus() ? /*#__PURE__*/(0, _jsxRuntime.
|
|
1847
|
+
}), isRevision() && getSectionStatus() ? /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
1850
1848
|
className: "commentary-box",
|
|
1851
|
-
children: !comment ? /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
1849
|
+
children: [!comment ? /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
1852
1850
|
className: "commentary",
|
|
1853
1851
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index.TagAndInput, {
|
|
1854
1852
|
label: "Caja de Comentario",
|
|
@@ -1874,23 +1872,31 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1874
1872
|
reviewed: crossComment
|
|
1875
1873
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_GeneralButton.Button, {
|
|
1876
1874
|
buttonType: "circular-button accept-button",
|
|
1877
|
-
onClick: /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function
|
|
1878
|
-
return _regenerator.default.wrap(function
|
|
1875
|
+
onClick: /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee16() {
|
|
1876
|
+
return _regenerator.default.wrap(function _callee16$(_context16) {
|
|
1879
1877
|
while (1) {
|
|
1880
|
-
switch (
|
|
1878
|
+
switch (_context16.prev = _context16.next) {
|
|
1881
1879
|
case 0:
|
|
1882
1880
|
setCrossComment(true);
|
|
1883
1881
|
commentRevised();
|
|
1884
1882
|
|
|
1885
1883
|
case 2:
|
|
1886
1884
|
case "end":
|
|
1887
|
-
return
|
|
1885
|
+
return _context16.stop();
|
|
1888
1886
|
}
|
|
1889
1887
|
}
|
|
1890
|
-
},
|
|
1888
|
+
}, _callee16);
|
|
1891
1889
|
}))
|
|
1892
1890
|
})]
|
|
1893
|
-
})
|
|
1891
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_GeneralButton.Button, {
|
|
1892
|
+
buttonType: evaluationComplete(activeTab) && (productEdit.product.id_order || productEdit.product.orderId) ? "general-green-button" : "general-button-disabled",
|
|
1893
|
+
label: "Enviar evaluación",
|
|
1894
|
+
onClick: function onClick() {
|
|
1895
|
+
//setModalSent(true);
|
|
1896
|
+
sendEvaluation();
|
|
1897
|
+
setMessage("\xA1Evaluaci\xF3n de ".concat(activeTab, " completada!"));
|
|
1898
|
+
}
|
|
1899
|
+
})]
|
|
1894
1900
|
}) : revision ? null : /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
1895
1901
|
className: "required-inputs-message",
|
|
1896
1902
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|