@kmkf-fe-packages/services-components 1.17.8-beta.31 → 1.17.8-beta.34

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.
@@ -105,7 +105,7 @@ var typeMap = {
105
105
  width: 100
106
106
  }, {
107
107
  title: "是否换货单",
108
- dataIndex: "isHH",
108
+ dataIndex: "isExchangeOrder",
109
109
  width: 100
110
110
  }, {
111
111
  title: "订单备注",
@@ -749,6 +749,143 @@ export var BsGoodsTable = function BsGoodsTable(_ref11) {
749
749
  }];
750
750
  }
751
751
  break;
752
+ case 'BS_E3_GOODS':
753
+ {
754
+ columns = [{
755
+ dataIndex: 'sku',
756
+ title: "SKU",
757
+ align: 'center',
758
+ ellipsis: true,
759
+ width: 150
760
+ }, {
761
+ dataIndex: 'skuId',
762
+ title: "SKU ID",
763
+ align: 'center',
764
+ ellipsis: true,
765
+ width: 150
766
+ }, {
767
+ dataIndex: 'goodsName',
768
+ title: "\u5546\u54C1\u540D\u79F0",
769
+ align: 'center',
770
+ ellipsis: true,
771
+ width: 150
772
+ }, {
773
+ dataIndex: 'goodsSname',
774
+ title: "\u5546\u54C1\u7B80\u79F0",
775
+ align: 'center',
776
+ ellipsis: true,
777
+ width: 100
778
+ }, {
779
+ dataIndex: 'picPath',
780
+ title: "\u5546\u54C1\u56FE\u7247",
781
+ align: 'center',
782
+ ellipsis: true,
783
+ width: 100
784
+ }, {
785
+ dataIndex: 'goodsSn',
786
+ title: "\u8D27\u53F7",
787
+ align: 'center',
788
+ ellipsis: true,
789
+ width: 150
790
+ }, {
791
+ dataIndex: 'goodsId',
792
+ title: "\u8D27\u53F7ID",
793
+ align: 'center',
794
+ ellipsis: true,
795
+ width: 150
796
+ }, {
797
+ dataIndex: 'colorName',
798
+ title: "\u989C\u8272\u540D\u79F0",
799
+ align: 'center',
800
+ ellipsis: true,
801
+ width: 100
802
+ }, {
803
+ dataIndex: 'colorCode',
804
+ title: "\u989C\u8272\u4EE3\u7801",
805
+ align: 'center',
806
+ ellipsis: true,
807
+ width: 150
808
+ }, {
809
+ dataIndex: 'sizeName',
810
+ title: "\u5C3A\u7801\u540D\u79F0",
811
+ align: 'center',
812
+ ellipsis: true,
813
+ width: 100
814
+ }, {
815
+ dataIndex: 'sizeCode',
816
+ title: "\u5C3A\u7801\u4EE3\u7801",
817
+ align: 'center',
818
+ ellipsis: true,
819
+ width: 100
820
+ }, {
821
+ dataIndex: 'brandName',
822
+ title: "\u54C1\u724C\u540D\u79F0",
823
+ align: 'center',
824
+ ellipsis: true,
825
+ width: 150
826
+ }, {
827
+ dataIndex: 'goodsNumber',
828
+ title: "\u5546\u54C1\u6570\u91CF",
829
+ align: 'center',
830
+ ellipsis: true,
831
+ width: 100
832
+ }, {
833
+ dataIndex: 'goodsPrice',
834
+ title: "\u5546\u54C1\u5355\u4EF7",
835
+ align: 'center',
836
+ ellipsis: true,
837
+ width: 120
838
+ }, {
839
+ dataIndex: 'shopPrice',
840
+ title: "\u5546\u54C1\u7F51\u5E97\u552E\u4EF7",
841
+ align: 'center',
842
+ ellipsis: true,
843
+ width: 120
844
+ }, {
845
+ dataIndex: 'sharePrice',
846
+ title: "\u5206\u644A\u4EF7",
847
+ align: 'center',
848
+ ellipsis: true,
849
+ width: 120
850
+ }, {
851
+ dataIndex: 'sharePayment',
852
+ title: "\u5206\u644A\u5B9E\u4ED8\u91D1\u989D",
853
+ align: 'center',
854
+ ellipsis: true,
855
+ width: 120
856
+ }, {
857
+ dataIndex: 'payment',
858
+ title: "\u5B9E\u4ED8\u91D1\u989D",
859
+ align: 'center',
860
+ ellipsis: true,
861
+ width: 120
862
+ }, {
863
+ dataIndex: 'tcSku',
864
+ title: "\u5957\u9910SKU",
865
+ align: 'center',
866
+ ellipsis: true,
867
+ width: 150
868
+ }, {
869
+ dataIndex: 'tcGoodsNumber',
870
+ title: "\u5957\u9910\u5957\u6570",
871
+ align: 'center',
872
+ ellipsis: true,
873
+ width: 100
874
+ }, {
875
+ dataIndex: 'taocanSingleSl',
876
+ title: "\u5355\u4E2A\u5957\u9910\u6570\u91CF",
877
+ align: 'center',
878
+ ellipsis: true,
879
+ width: 100
880
+ }, {
881
+ dataIndex: 'isGift',
882
+ title: "\u662F\u5426\u8D60\u54C1",
883
+ align: 'center',
884
+ ellipsis: true,
885
+ width: 100
886
+ }];
887
+ }
888
+ break;
752
889
  default:
753
890
  columns = [{
754
891
  dataIndex: 'mark',
@@ -1007,7 +1144,7 @@ export var BsSystemOrderTable = function BsSystemOrderTable(_ref13) {
1007
1144
  dataIndex: 'billTag',
1008
1145
  title: '订单标签'
1009
1146
  }],
1010
- BS_E3_BS_SYSTEM_ORDER: [{
1147
+ BS_E3_SYSTEM_ORDER: [{
1011
1148
  title: "系统订单号",
1012
1149
  dataIndex: "orderSn",
1013
1150
  width: 150
@@ -1037,7 +1174,7 @@ export var BsSystemOrderTable = function BsSystemOrderTable(_ref13) {
1037
1174
  width: 100
1038
1175
  }, {
1039
1176
  title: "是否换货单",
1040
- dataIndex: "isHH",
1177
+ dataIndex: "isExchangeOrder",
1041
1178
  width: 100
1042
1179
  }, {
1043
1180
  title: "订单备注",
@@ -1049,7 +1186,7 @@ export var BsSystemOrderTable = function BsSystemOrderTable(_ref13) {
1049
1186
  BS_SYSTEM_ORDER: 'billNo',
1050
1187
  WLN_SYSTEM_ORDER: 'billNo',
1051
1188
  WDT_SYSTEM_ORDER: 'billNo',
1052
- BS_E3_BS_SYSTEM_ORDER: 'orderSn'
1189
+ BS_E3_SYSTEM_ORDER: 'orderSn'
1053
1190
  };
1054
1191
  var rowSelection = {
1055
1192
  selectedRowKeys: (value === null || value === void 0 ? void 0 : value.selectIds) || ((value === null || value === void 0 ? void 0 : value.showOrderInfo) || []).reduce(function (prv, next) {
@@ -1,3 +1,3 @@
1
1
  import { JstLogistics, JstItemSelect, JstSupply, JstSendGood, BasicInput, BasicAddress, BasicCascader, BasicCheckbox, BasicDataTime, BasicSelect, BasicRadio, BasicTextArea, BasicPicture, BasicMultSelect, BasicGrade, BasicRate, BasicFile, BasicPosting, SubForm, CommonDataTime, TradeId, ShopName, BuyerNick, ReceiverName, ReceiverMobile, ReceiverAddress, TradeDateTime, Logistics, ReturnLogistics, ActualPayment, ERemark, AliPay, ItemSelect, ItemId, ItemEnCode, SystemOrderNo, Ordinary, ThirdItemSelect, FlowStatusSelect, FlowMarkSelect, FlowTag, Payment, TemplateSelect, WorkOrderId, PlatForm, ShopInput, Submitter, PrevSubmitter, FlowCreator, Handler, CompletedUser, LogisticsInterception, LogisticsMoreInterception, LogisticsTrajectory, LogisticsMoreTrajectory, FlowWorkOrderId, BsGoods, BsExchange, BsReissue, BsReturn, BsSystemOrder, BsLogistics, StatusSelect, CommonSystemOrder, CommonMultiStatus, Calculation, NodeDeadLine, HandlerDeadLine, NodeStayDuration, WlnGoods, BsPosting, MsgStatus, NodeInput, FlowWorkOrderStatus, WdtGoods, WdtReturn, WdtExchange, CommonInput, PaymentVoucherCode, Label, WdtReissue, KmErpSendGood, AfterSalesOrderId, BsE3Goods } from "./index";
2
2
  import { PickOption } from "./type";
3
- export declare const factory: (type: string, options: PickOption) => BsSystemOrder | BsE3Goods | BasicInput | BasicAddress | BasicCascader | BasicCheckbox | BasicDataTime | BasicSelect | BasicRadio | BasicTextArea | BasicPicture | BasicMultSelect | BasicGrade | BasicRate | BasicFile | BasicPosting | SubForm | CommonDataTime | TradeId | ShopName | BuyerNick | ReceiverName | ReceiverMobile | ReceiverAddress | TradeDateTime | Logistics | ReturnLogistics | ActualPayment | ERemark | AliPay | ItemSelect | ItemId | ItemEnCode | SystemOrderNo | Ordinary | ThirdItemSelect | Payment | JstLogistics | JstItemSelect | JstSendGood | JstSupply | BsGoods | BsExchange | BsReissue | BsReturn | BsLogistics | FlowStatusSelect | FlowMarkSelect | FlowTag | TemplateSelect | WorkOrderId | LogisticsInterception | LogisticsMoreInterception | LogisticsTrajectory | LogisticsMoreTrajectory | PlatForm | ShopInput | Submitter | PrevSubmitter | FlowCreator | Handler | CompletedUser | FlowWorkOrderId | StatusSelect | Calculation | CommonSystemOrder | CommonMultiStatus | NodeDeadLine | HandlerDeadLine | NodeStayDuration | WlnGoods | BsPosting | NodeInput | FlowWorkOrderStatus | MsgStatus | WdtGoods | WdtReissue | WdtReturn | WdtExchange | CommonInput | PaymentVoucherCode | Label | KmErpSendGood | AfterSalesOrderId;
3
+ export declare const factory: (type: string, options: PickOption) => BsSystemOrder | BsE3Goods | MsgStatus | BasicInput | BasicAddress | BasicCascader | BasicCheckbox | BasicDataTime | BasicSelect | BasicRadio | BasicTextArea | BasicPicture | BasicMultSelect | BasicGrade | BasicRate | BasicFile | BasicPosting | SubForm | CommonDataTime | TradeId | ShopName | BuyerNick | ReceiverName | ReceiverMobile | ReceiverAddress | TradeDateTime | Logistics | ReturnLogistics | ActualPayment | ERemark | AliPay | ItemSelect | ItemId | ItemEnCode | SystemOrderNo | Ordinary | ThirdItemSelect | Payment | JstLogistics | JstItemSelect | JstSendGood | JstSupply | BsGoods | BsExchange | BsReissue | BsReturn | BsLogistics | FlowStatusSelect | FlowMarkSelect | FlowTag | TemplateSelect | WorkOrderId | LogisticsInterception | LogisticsMoreInterception | LogisticsTrajectory | LogisticsMoreTrajectory | PlatForm | ShopInput | Submitter | PrevSubmitter | FlowCreator | Handler | CompletedUser | FlowWorkOrderId | StatusSelect | Calculation | CommonSystemOrder | CommonMultiStatus | NodeDeadLine | HandlerDeadLine | NodeStayDuration | WlnGoods | BsPosting | NodeInput | FlowWorkOrderStatus | WdtGoods | WdtReissue | WdtReturn | WdtExchange | CommonInput | PaymentVoucherCode | Label | KmErpSendGood | AfterSalesOrderId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "1.17.8-beta.31",
3
+ "version": "1.17.8-beta.34",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -21,8 +21,8 @@
21
21
  ]
22
22
  },
23
23
  "dependencies": {
24
- "@kmkf-fe-packages/basic-components": "1.17.8-beta.31",
25
- "@kmkf-fe-packages/kmkf-utils": "1.17.8-beta.30",
24
+ "@kmkf-fe-packages/basic-components": "1.17.8-beta.34",
25
+ "@kmkf-fe-packages/kmkf-utils": "1.17.8-beta.34",
26
26
  "b64-to-blob": "^1.2.19",
27
27
  "html2canvas": "^1.4.1",
28
28
  "react-pdf-js": "^5.1.0"
@@ -41,7 +41,7 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "c431c2ff8007325a7802ab501fbed20164f1083f",
44
+ "gitHead": "d23156fc1428df9314e47905d42c0b6dc8e88197",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }