@kmkf-fe-packages/services-components 1.17.8-beta.32 → 1.17.8-beta.36

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,149 @@ 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: 'goodsShortName',
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
+ render: function render(val) {
785
+ return /*#__PURE__*/React.createElement(Image, {
786
+ width: 60,
787
+ src: val
788
+ });
789
+ }
790
+ }, {
791
+ dataIndex: 'goodsSn',
792
+ title: "\u8D27\u53F7",
793
+ align: 'center',
794
+ ellipsis: true,
795
+ width: 150
796
+ }, {
797
+ dataIndex: 'goodsId',
798
+ title: "\u8D27\u53F7ID",
799
+ align: 'center',
800
+ ellipsis: true,
801
+ width: 150
802
+ }, {
803
+ dataIndex: 'colorName',
804
+ title: "\u989C\u8272\u540D\u79F0",
805
+ align: 'center',
806
+ ellipsis: true,
807
+ width: 100
808
+ }, {
809
+ dataIndex: 'colorCode',
810
+ title: "\u989C\u8272\u4EE3\u7801",
811
+ align: 'center',
812
+ ellipsis: true,
813
+ width: 150
814
+ }, {
815
+ dataIndex: 'sizeName',
816
+ title: "\u5C3A\u7801\u540D\u79F0",
817
+ align: 'center',
818
+ ellipsis: true,
819
+ width: 100
820
+ }, {
821
+ dataIndex: 'sizeCode',
822
+ title: "\u5C3A\u7801\u4EE3\u7801",
823
+ align: 'center',
824
+ ellipsis: true,
825
+ width: 100
826
+ }, {
827
+ dataIndex: 'brandName',
828
+ title: "\u54C1\u724C\u540D\u79F0",
829
+ align: 'center',
830
+ ellipsis: true,
831
+ width: 150
832
+ }, {
833
+ dataIndex: 'goodsNumber',
834
+ title: "\u5546\u54C1\u6570\u91CF",
835
+ align: 'center',
836
+ ellipsis: true,
837
+ width: 100
838
+ }, {
839
+ dataIndex: 'goodsPrice',
840
+ title: "\u5546\u54C1\u5355\u4EF7",
841
+ align: 'center',
842
+ ellipsis: true,
843
+ width: 120
844
+ }, {
845
+ dataIndex: 'shopPrice',
846
+ title: "\u5546\u54C1\u7F51\u5E97\u552E\u4EF7",
847
+ align: 'center',
848
+ ellipsis: true,
849
+ width: 120
850
+ }, {
851
+ dataIndex: 'sharePrice',
852
+ title: "\u5206\u644A\u4EF7",
853
+ align: 'center',
854
+ ellipsis: true,
855
+ width: 120
856
+ }, {
857
+ dataIndex: 'sharePayment',
858
+ title: "\u5206\u644A\u5B9E\u4ED8\u91D1\u989D",
859
+ align: 'center',
860
+ ellipsis: true,
861
+ width: 120
862
+ }, {
863
+ dataIndex: 'payment',
864
+ title: "\u5B9E\u4ED8\u91D1\u989D",
865
+ align: 'center',
866
+ ellipsis: true,
867
+ width: 120
868
+ }, {
869
+ dataIndex: 'tcSku',
870
+ title: "\u5957\u9910SKU",
871
+ align: 'center',
872
+ ellipsis: true,
873
+ width: 150
874
+ }, {
875
+ dataIndex: 'tcGoodsNumber',
876
+ title: "\u5957\u9910\u5957\u6570",
877
+ align: 'center',
878
+ ellipsis: true,
879
+ width: 100
880
+ }, {
881
+ dataIndex: 'taoCanSingleSl',
882
+ title: "\u5355\u4E2A\u5957\u9910\u6570\u91CF",
883
+ align: 'center',
884
+ ellipsis: true,
885
+ width: 100
886
+ }, {
887
+ dataIndex: 'isGift',
888
+ title: "\u662F\u5426\u8D60\u54C1",
889
+ align: 'center',
890
+ ellipsis: true,
891
+ width: 100
892
+ }];
893
+ }
894
+ break;
752
895
  default:
753
896
  columns = [{
754
897
  dataIndex: 'mark',
@@ -1007,7 +1150,7 @@ export var BsSystemOrderTable = function BsSystemOrderTable(_ref13) {
1007
1150
  dataIndex: 'billTag',
1008
1151
  title: '订单标签'
1009
1152
  }],
1010
- BS_E3_BS_SYSTEM_ORDER: [{
1153
+ BS_E3_SYSTEM_ORDER: [{
1011
1154
  title: "系统订单号",
1012
1155
  dataIndex: "orderSn",
1013
1156
  width: 150
@@ -1037,7 +1180,7 @@ export var BsSystemOrderTable = function BsSystemOrderTable(_ref13) {
1037
1180
  width: 100
1038
1181
  }, {
1039
1182
  title: "是否换货单",
1040
- dataIndex: "isHH",
1183
+ dataIndex: "isExchangeOrder",
1041
1184
  width: 100
1042
1185
  }, {
1043
1186
  title: "订单备注",
@@ -1049,7 +1192,7 @@ export var BsSystemOrderTable = function BsSystemOrderTable(_ref13) {
1049
1192
  BS_SYSTEM_ORDER: 'billNo',
1050
1193
  WLN_SYSTEM_ORDER: 'billNo',
1051
1194
  WDT_SYSTEM_ORDER: 'billNo',
1052
- BS_E3_BS_SYSTEM_ORDER: 'orderSn'
1195
+ BS_E3_SYSTEM_ORDER: 'orderSn'
1053
1196
  };
1054
1197
  var rowSelection = {
1055
1198
  selectedRowKeys: (value === null || value === void 0 ? void 0 : value.selectIds) || ((value === null || value === void 0 ? void 0 : value.showOrderInfo) || []).reduce(function (prv, next) {
@@ -307,14 +307,14 @@ var GoodHeaderMap = {
307
307
  key: "goodsName",
308
308
  width: 100
309
309
  },
310
- goodsSname: {
310
+ goodsShortName: {
311
311
  component: BsHeaderChild,
312
312
  name: "商品简称",
313
- key: "goodsSname",
313
+ key: "goodsShortName",
314
314
  width: 70
315
315
  },
316
316
  picPath: {
317
- component: BsHeaderChild,
317
+ component: BsHeaderPic,
318
318
  name: "商品图片",
319
319
  key: "picPath",
320
320
  width: 80
@@ -409,10 +409,10 @@ var GoodHeaderMap = {
409
409
  key: "tcGoodsNumber",
410
410
  width: 120
411
411
  },
412
- taocanSingleSl: {
412
+ taoCanSingleSl: {
413
413
  component: BsHeaderChild,
414
414
  name: "单个套餐数量",
415
- key: "taocanSingleSl",
415
+ key: "taoCanSingleSl",
416
416
  width: 80
417
417
  },
418
418
  isGift: {
@@ -426,7 +426,7 @@ var GoodHeaderMap = {
426
426
  sku: "SKU",
427
427
  skuId: "SKU ID",
428
428
  goodsName: "商品名称",
429
- goodsSname: "商品简称",
429
+ goodsShortName: "商品简称",
430
430
  picPath: "商品图片",
431
431
  goodsSn: "货号",
432
432
  goodsId: "货号ID",
@@ -443,7 +443,7 @@ var GoodHeaderMap = {
443
443
  payment: "实付金额",
444
444
  tcSku: "套餐SKU",
445
445
  tcGoodsNumber: "套餐套数",
446
- taocanSingleSl: "单个套餐数量",
446
+ taoCanSingleSl: "单个套餐数量",
447
447
  isGift: "是否赠品"
448
448
  },
449
449
  moneyKey: "payment"
@@ -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) => BsLogistics | BsSystemOrder | BsE3Goods | ItemEnCode | JstItemSelect | JstLogistics | JstSendGood | JstSupply | KmErpSendGood | MsgStatus | ThirdItemSelect | BasicDataTime | TradeDateTime | BasicInput | BasicAddress | BasicCascader | BasicCheckbox | BasicSelect | BasicRadio | BasicTextArea | BasicPicture | BasicMultSelect | BasicGrade | BasicRate | BasicFile | BasicPosting | SubForm | CommonDataTime | TradeId | ShopName | BuyerNick | ReceiverName | ReceiverMobile | ReceiverAddress | Logistics | ReturnLogistics | ActualPayment | ERemark | AliPay | ItemSelect | ItemId | SystemOrderNo | Ordinary | Payment | BsGoods | BsExchange | BsReissue | BsReturn | 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 | AfterSalesOrderId;
3
+ export declare const factory: (type: string, options: PickOption) => 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 | BsSystemOrder | BsGoods | BsE3Goods | 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "1.17.8-beta.32",
3
+ "version": "1.17.8-beta.36",
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.32",
25
- "@kmkf-fe-packages/kmkf-utils": "1.17.8-beta.32",
24
+ "@kmkf-fe-packages/basic-components": "1.17.8-beta.36",
25
+ "@kmkf-fe-packages/kmkf-utils": "1.17.8-beta.36",
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": "ffe537760476491163705c7e994073f6e1082cf9",
44
+ "gitHead": "c6bc7848aac5c80085b1ccc50d9d5c15f594bfe1",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }