@kmkf-fe-packages/services-components 1.22.1-beta.47 → 1.22.1-beta.49

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.
Files changed (34) hide show
  1. package/README.md +1 -1
  2. package/dist/esm/components/BS/BsSystemOrder/index.js +3 -2
  3. package/dist/esm/components/BS/common/BsMemo.d.ts +4 -4
  4. package/dist/esm/components/BS/common/BsMemo.js +19 -18
  5. package/dist/esm/components/BS/common/BsType.d.ts +4 -4
  6. package/dist/esm/components/BS/common/BsType.js +17 -16
  7. package/dist/esm/components/BS/common/SystemOrderNo.js +2 -1
  8. package/dist/esm/components/Common/constants/bs.d.ts +3 -0
  9. package/dist/esm/components/Common/constants/bs.js +90 -0
  10. package/dist/esm/components/Common/constants/bs_e3.d.ts +3 -0
  11. package/dist/esm/components/Common/constants/bs_e3.js +154 -0
  12. package/dist/esm/components/Common/constants/columnsBaseInfoMap.d.ts +5 -0
  13. package/dist/esm/components/Common/constants/columnsBaseInfoMap.js +26 -0
  14. package/dist/esm/components/Common/constants/defaultColumns.d.ts +3 -0
  15. package/dist/esm/components/Common/constants/defaultColumns.js +76 -0
  16. package/dist/esm/components/Common/constants/gy.d.ts +3 -0
  17. package/dist/esm/components/Common/constants/gy.js +138 -0
  18. package/dist/esm/components/Common/constants/system.d.ts +3 -0
  19. package/dist/esm/components/Common/constants/system.js +58 -0
  20. package/dist/esm/components/Common/constants/wdt.d.ts +3 -0
  21. package/dist/esm/components/Common/constants/wdt.js +280 -0
  22. package/dist/esm/components/Common/index.js +11 -630
  23. package/dist/esm/components/CommonHeaderGood/index.js +196 -0
  24. package/dist/esm/components/GY/GyGoods/index.d.ts +33 -0
  25. package/dist/esm/components/GY/GyGoods/index.js +123 -0
  26. package/dist/esm/components/GY/GyReissue/index.d.ts +58 -0
  27. package/dist/esm/components/GY/GyReissue/index.js +188 -0
  28. package/dist/esm/components/JST/JstSendGood/index.js +18 -11
  29. package/dist/esm/components/KmErpSendGood/index.js +11 -11
  30. package/dist/esm/factory.d.ts +2 -2
  31. package/dist/esm/factory.js +7 -1
  32. package/dist/esm/index.d.ts +2 -0
  33. package/dist/esm/index.js +2 -0
  34. package/package.json +4 -4
@@ -20,7 +20,8 @@ import { CopyToClipboard } from "react-copy-to-clipboard";
20
20
  import styles from "./index.module.less";
21
21
  import defaultImg from "./img/default-img.png";
22
22
  import CopyText from "../../commonComponents/CopyText";
23
- import { KM_SYSTEM_ORDER_CONFIG, msgTypeCh } from "@kmkf-fe-packages/kmkf-utils";
23
+ import { KM_SYSTEM_ORDER_CONFIG, GY_SYSTEM_ORDER_CONFIG, msgTypeCh } from "@kmkf-fe-packages/kmkf-utils";
24
+ import { getColumnsMap } from "./constants/columnsBaseInfoMap";
24
25
  import { getMapping, columnsGoodsList } from "@kmkf-fe-packages/kmkf-utils";
25
26
  var Paragraph = Typography.Paragraph;
26
27
  export var getFormItem = function getFormItem(_ref) {
@@ -455,633 +456,11 @@ export var BsGoodsTable = function BsGoodsTable(_ref11) {
455
456
  var COLUMNS_MAP = function COLUMNS_MAP() {
456
457
  var text = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "";
457
458
  return function (type) {
458
- var columns = [];
459
- switch (type) {
460
- case "ITEM_ENCODE":
461
- columns = [{
462
- dataIndex: "title",
463
- title: "商品名称",
464
- align: "center",
465
- ellipsis: true,
466
- width: 200
467
- }, {
468
- dataIndex: "outerId",
469
- title: "商品编码",
470
- align: "center",
471
- ellipsis: true,
472
- width: 140
473
- }, {
474
- dataIndex: "picUrl",
475
- title: "图片",
476
- align: "center",
477
- ellipsis: true,
478
- width: 100,
479
- render: function render(val) {
480
- return /*#__PURE__*/React.createElement(Image, {
481
- width: 60,
482
- src: val
483
- });
484
- }
485
- }, {
486
- dataIndex: "numIid",
487
- title: "商品id",
488
- align: "center",
489
- ellipsis: true,
490
- width: 200
491
- }, {
492
- dataIndex: "skuId",
493
- title: "SKU ID",
494
- align: "center",
495
- ellipsis: true,
496
- width: 200
497
- }, {
498
- dataIndex: "outerSkuId",
499
- title: "SKU 编码",
500
- align: "center",
501
- ellipsis: true,
502
- width: 100
503
- }, {
504
- dataIndex: "propertiesName",
505
- title: "SKU 信息",
506
- align: "center",
507
- ellipsis: true,
508
- width: 200
509
- }];
510
- break;
511
- case "WDT_REISSUE_GOODS":
512
- case "WDT_GOODS":
513
- columns = [{
514
- dataIndex: "goodId",
515
- title: "\u5546\u54C1ID",
516
- align: "center",
517
- ellipsis: true,
518
- width: 70
519
- }, {
520
- dataIndex: "goodNo",
521
- title: "\u5546\u54C1\u7F16\u7801",
522
- align: "center",
523
- ellipsis: true,
524
- width: 180
525
- }, {
526
- dataIndex: "goodName",
527
- title: "".concat(text, "\u5546\u54C1\u540D\u79F0"),
528
- align: "center",
529
- ellipsis: true,
530
- width: 250
531
- }, {
532
- dataIndex: "specId",
533
- title: "".concat(text, "SKUID"),
534
- align: "center",
535
- ellipsis: true,
536
- width: 100
537
- }, {
538
- dataIndex: "specNo",
539
- title: "".concat(text, "\u5546\u54C1SKU\u7F16\u7801"),
540
- align: "center",
541
- ellipsis: true,
542
- width: 180
543
- }, {
544
- dataIndex: "specName",
545
- title: "".concat(text, "\u5546\u54C1SKU\u540D\u79F0"),
546
- align: "center",
547
- ellipsis: true,
548
- width: 250
549
- }, {
550
- dataIndex: "imgUrl",
551
- title: "\u56FE\u7247",
552
- align: "center",
553
- ellipsis: true,
554
- width: 100,
555
- render: function render(val) {
556
- return /*#__PURE__*/React.createElement(Image, {
557
- width: 60,
558
- src: val
559
- });
560
- }
561
- }, {
562
- dataIndex: "orderPrice",
563
- title: "\u5B9E\u4ED8\u603B\u91D1\u989D",
564
- align: "center",
565
- ellipsis: true,
566
- width: 100
567
- }, {
568
- dataIndex: "num",
569
- title: "".concat(text, "\u6570\u91CF"),
570
- align: "center",
571
- ellipsis: true,
572
- width: 100
573
- },
574
- // {
575
- // dataIndex: 'actualNum',
576
- // title: `${text}实发数量`,
577
- // align: 'center',
578
- // ellipsis: true,
579
- // width: 100,
580
- // },
581
- {
582
- dataIndex: "sharePrice",
583
- title: "\u5206\u644A\u4EF7",
584
- align: "center",
585
- ellipsis: true,
586
- width: 70
587
- }, {
588
- dataIndex: "giftType",
589
- title: "\u8D60\u54C1\u65B9\u5F0F",
590
- align: "center",
591
- ellipsis: true,
592
- width: 100,
593
- render: function render(val) {
594
- var giftTypeMap = {
595
- 0: "非赠品",
596
- 1: "自动赠送",
597
- 2: "手工赠送",
598
- 3: "回购自动送赠品",
599
- 4: "前N有礼送赠品",
600
- 6: "天猫优仓赠品",
601
- 7: "淘宝CRM会员送赠"
602
- };
603
- return /*#__PURE__*/React.createElement("span", null, giftTypeMap[val]);
604
- }
605
- }];
606
- break;
607
- case "WDT_RETURN_GOODS":
608
- {
609
- columns = [{
610
- dataIndex: "goodId",
611
- title: "\u5546\u54C1ID",
612
- align: "center",
613
- ellipsis: true,
614
- width: 70
615
- }, {
616
- dataIndex: "goodNo",
617
- title: "\u5546\u54C1\u7F16\u7801",
618
- align: "center",
619
- ellipsis: true,
620
- width: 180
621
- }, {
622
- dataIndex: "goodName",
623
- title: "".concat(text, "\u5546\u54C1\u540D\u79F0"),
624
- align: "center",
625
- ellipsis: true,
626
- width: 250
627
- }, {
628
- dataIndex: "specId",
629
- title: "".concat(text, "SKUID"),
630
- align: "center",
631
- ellipsis: true,
632
- width: 100
633
- }, {
634
- dataIndex: "specNo",
635
- title: "".concat(text, "\u5546\u54C1SKU\u7F16\u7801"),
636
- align: "center",
637
- ellipsis: true,
638
- width: 180
639
- }, {
640
- dataIndex: "specName",
641
- title: "".concat(text, "\u5546\u54C1SKU\u540D\u79F0"),
642
- align: "center",
643
- ellipsis: true,
644
- width: 250
645
- }, {
646
- dataIndex: "num",
647
- title: "".concat(text, "\u9000\u8D27\u6570\u91CF"),
648
- align: "center",
649
- ellipsis: true,
650
- width: 100
651
- }, {
652
- dataIndex: "sharePrice",
653
- title: "\u5206\u644A\u4EF7",
654
- align: "center",
655
- ellipsis: true,
656
- width: 80
657
- }, {
658
- dataIndex: "returnPrice",
659
- title: "".concat(text, "\u9000\u8D27\u91D1\u989D"),
660
- align: "center",
661
- ellipsis: true,
662
- width: 100
663
- }, {
664
- dataIndex: "giftType",
665
- title: "\u8D60\u54C1\u65B9\u5F0F",
666
- align: "center",
667
- ellipsis: true,
668
- width: 100,
669
- render: function render(val) {
670
- var giftTypeMap = {
671
- 0: "非赠品",
672
- 1: "自动赠送",
673
- 2: "手工赠送",
674
- 3: "回购自动送赠品",
675
- 4: "前N有礼送赠品",
676
- 6: "天猫优仓赠品",
677
- 7: "淘宝CRM会员送赠"
678
- };
679
- return /*#__PURE__*/React.createElement("span", null, giftTypeMap[val]);
680
- }
681
- }, {
682
- dataIndex: "type",
683
- title: "".concat(text, "\u5546\u54C1\u7C7B\u578B"),
684
- align: "center",
685
- ellipsis: true,
686
- width: 100,
687
- render: function render(val) {
688
- var typeMap = {
689
- "1": "单品",
690
- "2": "组合装"
691
- };
692
- return /*#__PURE__*/React.createElement("span", null, typeMap[val]);
693
- }
694
- }];
695
- }
696
- break;
697
- case "WDT_EXCHANGE_GOODS":
698
- {
699
- columns = [{
700
- dataIndex: "goodId",
701
- title: "\u5546\u54C1ID",
702
- align: "center",
703
- ellipsis: true,
704
- width: 70
705
- }, {
706
- dataIndex: "goodNo",
707
- title: "\u5546\u54C1\u7F16\u7801",
708
- align: "center",
709
- ellipsis: true,
710
- width: 180
711
- }, {
712
- dataIndex: "goodName",
713
- title: "".concat(text, "\u5546\u54C1\u540D\u79F0"),
714
- align: "center",
715
- ellipsis: true,
716
- width: 250
717
- }, {
718
- dataIndex: "specId",
719
- title: "".concat(text, "SKUID"),
720
- align: "center",
721
- ellipsis: true,
722
- width: 100
723
- }, {
724
- dataIndex: "specNo",
725
- title: "".concat(text, "\u5546\u54C1SKU\u7F16\u7801"),
726
- align: "center",
727
- ellipsis: true,
728
- width: 180
729
- }, {
730
- dataIndex: "specName",
731
- title: "".concat(text, "\u5546\u54C1SKU\u540D\u79F0"),
732
- align: "center",
733
- ellipsis: true,
734
- width: 250
735
- }, {
736
- dataIndex: "num",
737
- title: "".concat(text, "\u6362\u51FA\u6570\u91CF"),
738
- align: "center",
739
- ellipsis: true,
740
- width: 100
741
- }, {
742
- dataIndex: "price",
743
- title: "".concat(text, "\u5546\u54C1\u5355\u4EF7"),
744
- align: "center",
745
- ellipsis: true,
746
- width: 100
747
- }, {
748
- dataIndex: "exchangePrice",
749
- title: "".concat(text, "\u6362\u51FA\u91D1\u989D"),
750
- align: "center",
751
- ellipsis: true,
752
- width: 100
753
- }, {
754
- dataIndex: "giftType",
755
- title: "\u8D60\u54C1\u65B9\u5F0F",
756
- align: "center",
757
- ellipsis: true,
758
- width: 100,
759
- render: function render(val) {
760
- var giftTypeMap = {
761
- 0: "非赠品",
762
- 1: "自动赠送",
763
- 2: "手工赠送",
764
- 3: "回购自动送赠品",
765
- 4: "前N有礼送赠品",
766
- 6: "天猫优仓赠品",
767
- 7: "淘宝CRM会员送赠"
768
- };
769
- return /*#__PURE__*/React.createElement("span", null, giftTypeMap[val]);
770
- }
771
- }, {
772
- dataIndex: "type",
773
- title: "".concat(text, "\u5546\u54C1\u7C7B\u578B"),
774
- align: "center",
775
- ellipsis: true,
776
- width: 100,
777
- render: function render(val) {
778
- var typeMap = {
779
- "1": "单品",
780
- "2": "组合装"
781
- };
782
- return /*#__PURE__*/React.createElement("span", null, typeMap[val]);
783
- }
784
- }];
785
- }
786
- break;
787
- case "BS_E3_REISSUE_GOODS":
788
- case "BS_E3_GOODS":
789
- {
790
- columns = [{
791
- dataIndex: "sku",
792
- title: "SKU",
793
- align: "center",
794
- ellipsis: true,
795
- width: 150
796
- }, {
797
- dataIndex: "skuId",
798
- title: "SKU ID",
799
- align: "center",
800
- ellipsis: true,
801
- width: 150
802
- }, {
803
- dataIndex: "goodsName",
804
- title: "\u5546\u54C1\u540D\u79F0",
805
- align: "center",
806
- ellipsis: true,
807
- width: 150
808
- }, {
809
- dataIndex: "goodsShortName",
810
- title: "\u5546\u54C1\u7B80\u79F0",
811
- align: "center",
812
- ellipsis: true,
813
- width: 100
814
- }, {
815
- dataIndex: "picPath",
816
- title: "\u5546\u54C1\u56FE\u7247",
817
- align: "center",
818
- ellipsis: true,
819
- width: 100,
820
- render: function render(val) {
821
- return /*#__PURE__*/React.createElement(Image, {
822
- width: 60,
823
- src: val
824
- });
825
- }
826
- }, {
827
- dataIndex: "goodsSn",
828
- title: "\u8D27\u53F7",
829
- align: "center",
830
- ellipsis: true,
831
- width: 150
832
- }, {
833
- dataIndex: "goodsId",
834
- title: "\u8D27\u53F7ID",
835
- align: "center",
836
- ellipsis: true,
837
- width: 150
838
- }, {
839
- dataIndex: "colorName",
840
- title: "\u989C\u8272\u540D\u79F0",
841
- align: "center",
842
- ellipsis: true,
843
- width: 100
844
- }, {
845
- dataIndex: "colorCode",
846
- title: "\u989C\u8272\u4EE3\u7801",
847
- align: "center",
848
- ellipsis: true,
849
- width: 150
850
- }, {
851
- dataIndex: "sizeName",
852
- title: "\u5C3A\u7801\u540D\u79F0",
853
- align: "center",
854
- ellipsis: true,
855
- width: 100
856
- }, {
857
- dataIndex: "sizeCode",
858
- title: "\u5C3A\u7801\u4EE3\u7801",
859
- align: "center",
860
- ellipsis: true,
861
- width: 100
862
- }, {
863
- dataIndex: "brandName",
864
- title: "\u54C1\u724C\u540D\u79F0",
865
- align: "center",
866
- ellipsis: true,
867
- width: 150
868
- }, {
869
- dataIndex: "goodsNumber",
870
- title: "\u5546\u54C1\u6570\u91CF",
871
- align: "center",
872
- ellipsis: true,
873
- width: 100
874
- }, {
875
- dataIndex: "goodsPrice",
876
- title: "\u5546\u54C1\u5355\u4EF7",
877
- align: "center",
878
- ellipsis: true,
879
- width: 120
880
- }, {
881
- dataIndex: "shopPrice",
882
- title: "\u5546\u54C1\u7F51\u5E97\u552E\u4EF7",
883
- align: "center",
884
- ellipsis: true,
885
- width: 120
886
- }, {
887
- dataIndex: "sharePrice",
888
- title: "\u5206\u644A\u4EF7",
889
- align: "center",
890
- ellipsis: true,
891
- width: 120
892
- }, {
893
- dataIndex: "sharePayment",
894
- title: "\u5206\u644A\u5B9E\u4ED8\u91D1\u989D",
895
- align: "center",
896
- ellipsis: true,
897
- width: 120
898
- }, {
899
- dataIndex: "payment",
900
- title: "\u5B9E\u4ED8\u91D1\u989D",
901
- align: "center",
902
- ellipsis: true,
903
- width: 120
904
- }, {
905
- dataIndex: "tcSku",
906
- title: "\u5957\u9910SKU",
907
- align: "center",
908
- ellipsis: true,
909
- width: 150
910
- }, {
911
- dataIndex: "tcGoodsNumber",
912
- title: "\u5957\u9910\u5957\u6570",
913
- align: "center",
914
- ellipsis: true,
915
- width: 100
916
- }, {
917
- dataIndex: "taoCanSingleSl",
918
- title: "\u5355\u4E2A\u5957\u9910\u6570\u91CF",
919
- align: "center",
920
- ellipsis: true,
921
- width: 100
922
- }, {
923
- dataIndex: "isGift",
924
- title: "\u662F\u5426\u8D60\u54C1",
925
- align: "center",
926
- ellipsis: true,
927
- width: 100,
928
- render: function render(val) {
929
- return /*#__PURE__*/React.createElement("span", null, BS_E3_BOOLEAN_STATUS_MAP[val] || val);
930
- }
931
- }];
932
- }
933
- break;
934
- case "BS_GOODS":
935
- columns = [{
936
- dataIndex: "mark",
937
- title: "\u5546\u54C1\u6807\u8BB0",
938
- align: "center",
939
- ellipsis: true,
940
- width: 100
941
- }, {
942
- dataIndex: "skuName",
943
- title: "".concat(text, "sku\u540D\u79F0"),
944
- align: "center",
945
- ellipsis: true,
946
- width: 200
947
- }, {
948
- dataIndex: "sku",
949
- title: "".concat(text, "sku\u7F16\u7801"),
950
- align: "center",
951
- ellipsis: true,
952
- width: 100
953
- }, {
954
- dataIndex: "name",
955
- title: "".concat(text, "\u540D\u79F0"),
956
- align: "center",
957
- ellipsis: true,
958
- width: 200
959
- }, {
960
- dataIndex: "pic",
961
- title: "\u56FE\u7247",
962
- align: "center",
963
- ellipsis: true,
964
- width: 100,
965
- render: function render(val) {
966
- return /*#__PURE__*/React.createElement(Image, {
967
- width: 60,
968
- src: val
969
- });
970
- }
971
- }, {
972
- dataIndex: "code",
973
- title: "".concat(text, "\u7F16\u7801"),
974
- align: "center",
975
- ellipsis: true,
976
- width: 100
977
- }, {
978
- dataIndex: "money",
979
- title: "\u5B9E\u4ED8\u91D1\u989D",
980
- align: "center",
981
- ellipsis: true,
982
- width: 100
983
- }, {
984
- dataIndex: "number",
985
- title: "".concat(text, "\u6570\u91CF"),
986
- align: "center",
987
- ellipsis: true,
988
- width: 100
989
- }, {
990
- dataIndex: "share",
991
- title: "\u5206\u644A\u4EF7",
992
- align: "center",
993
- ellipsis: true,
994
- width: 70
995
- }, {
996
- dataIndex: "type",
997
- title: "\u8D60\u54C1\u7C7B\u578B",
998
- align: "center",
999
- ellipsis: true,
1000
- width: 100
1001
- }, {
1002
- dataIndex: "batch",
1003
- title: "\u6279\u6B21\u53F7",
1004
- align: "center",
1005
- ellipsis: true,
1006
- width: 100
1007
- }, {
1008
- dataIndex: "expireDate",
1009
- title: "\u6709\u6548\u671F",
1010
- align: "center",
1011
- ellipsis: true,
1012
- width: 100
1013
- }];
1014
- break;
1015
- default:
1016
- columns = [{
1017
- dataIndex: "mark",
1018
- title: "\u5546\u54C1\u6807\u8BB0",
1019
- align: "center",
1020
- ellipsis: true,
1021
- width: 100
1022
- }, {
1023
- dataIndex: "skuName",
1024
- title: "".concat(text, "sku\u540D\u79F0"),
1025
- align: "center",
1026
- ellipsis: true,
1027
- width: 200
1028
- }, {
1029
- dataIndex: "sku",
1030
- title: "".concat(text, "sku\u7F16\u7801"),
1031
- align: "center",
1032
- ellipsis: true,
1033
- width: 100
1034
- }, {
1035
- dataIndex: "name",
1036
- title: "".concat(text, "\u540D\u79F0"),
1037
- align: "center",
1038
- ellipsis: true,
1039
- width: 200
1040
- }, {
1041
- dataIndex: "pic",
1042
- title: "\u56FE\u7247",
1043
- align: "center",
1044
- ellipsis: true,
1045
- width: 100,
1046
- render: function render(val) {
1047
- return /*#__PURE__*/React.createElement(Image, {
1048
- width: 60,
1049
- src: val
1050
- });
1051
- }
1052
- }, {
1053
- dataIndex: "code",
1054
- title: "".concat(text, "\u7F16\u7801"),
1055
- align: "center",
1056
- ellipsis: true,
1057
- width: 100
1058
- }, {
1059
- dataIndex: "money",
1060
- title: "\u5B9E\u4ED8\u91D1\u989D",
1061
- align: "center",
1062
- ellipsis: true,
1063
- width: 100
1064
- }, {
1065
- dataIndex: "number",
1066
- title: "".concat(text, "\u6570\u91CF"),
1067
- align: "center",
1068
- ellipsis: true,
1069
- width: 100
1070
- }, {
1071
- dataIndex: "share",
1072
- title: "\u5206\u644A\u4EF7",
1073
- align: "center",
1074
- ellipsis: true,
1075
- width: 70
1076
- }, {
1077
- dataIndex: "type",
1078
- title: "\u8D60\u54C1\u7C7B\u578B",
1079
- align: "center",
1080
- ellipsis: true,
1081
- width: 100
1082
- }];
1083
- }
1084
- return columns;
459
+ var _columnsMap$type;
460
+ var columnsMap = getColumnsMap({
461
+ text: text
462
+ });
463
+ return (_columnsMap$type = columnsMap[type]) !== null && _columnsMap$type !== void 0 ? _columnsMap$type : columnsMap["default"];
1085
464
  };
1086
465
  };
1087
466
  //商品信息
@@ -1365,14 +744,16 @@ export var BsSystemOrderTable = function BsSystemOrderTable(_ref13) {
1365
744
  dataIndex: "orderMsg",
1366
745
  width: 100,
1367
746
  ellipsis: true
1368
- }]
747
+ }],
748
+ GY_SYSTEM_ORDER: GY_SYSTEM_ORDER_CONFIG.columns
1369
749
  };
1370
750
  var rowKeyMap = {
1371
751
  BS_SYSTEM_ORDER: "billNo",
1372
752
  KM_SYSTEM_ORDER: "billNo",
1373
753
  WLN_SYSTEM_ORDER: "billNo",
1374
754
  WDT_SYSTEM_ORDER: "billNo",
1375
- BS_E3_SYSTEM_ORDER: "orderSn"
755
+ BS_E3_SYSTEM_ORDER: "orderSn",
756
+ GY_SYSTEM_ORDER: "billNo"
1376
757
  };
1377
758
  var rowSelection = {
1378
759
  selectedRowKeys: (value === null || value === void 0 ? void 0 : value.selectIds) || ((value === null || value === void 0 ? void 0 : value.showOrderInfo) || []).reduce(function (prv, next) {