@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,42 +20,49 @@ var typeMap = {
20
20
  name: "jst",
21
21
  sendId: "sendId",
22
22
  sendName: "sendName",
23
- platformType: 'default'
23
+ platformType: "default"
24
24
  },
25
25
  BS_SEND_GOOD: {
26
26
  key: "bsSendGood",
27
27
  name: "bs",
28
28
  sendId: "bsSendId",
29
29
  sendName: "bsSendName",
30
- platformType: 'default'
30
+ platformType: "default"
31
31
  },
32
32
  BS_E3_SEND_GOOD: {
33
33
  key: "bsE3SendGood",
34
34
  name: "bsE3",
35
35
  sendId: "bsE3SendId",
36
36
  sendName: "bsE3SendName",
37
- platformType: 'bsE3'
37
+ platformType: "bsE3"
38
38
  },
39
39
  WLN_SEND_GOOD: {
40
40
  key: "wlnSendGood",
41
41
  name: "wln",
42
42
  sendId: "wlnSendId",
43
43
  sendName: "wlnSendName",
44
- platformType: 'default'
44
+ platformType: "default"
45
45
  },
46
46
  KM_SEND_GOOD: {
47
47
  key: "kmSendGood",
48
48
  name: "km",
49
49
  sendId: "kmSendId",
50
50
  sendName: "kmSendName",
51
- platformType: 'km'
51
+ platformType: "km"
52
52
  },
53
53
  WDT_SEND_GOOD: {
54
54
  key: "wdtSendGood",
55
55
  name: "wdt",
56
56
  sendId: "wdtSendId",
57
57
  sendName: "wdtSendName",
58
- platformType: 'wdt'
58
+ platformType: "wdt"
59
+ },
60
+ GY_SEND_GOOD: {
61
+ key: "gySendGood",
62
+ name: "gy",
63
+ sendId: "gySendId",
64
+ sendName: "gySendName",
65
+ platformType: "gy"
59
66
  }
60
67
  };
61
68
  var JstSendGood = /*#__PURE__*/_createClass(function JstSendGood(_options) {
@@ -85,13 +92,13 @@ var JstSendGood = /*#__PURE__*/_createClass(function JstSendGood(_options) {
85
92
  name: "发货仓名称",
86
93
  key: "".concat(options.id, "_").concat((_typeMap$options$type = typeMap[options.type]) === null || _typeMap$options$type === void 0 ? void 0 : _typeMap$options$type.sendName),
87
94
  dataType: "arrayObject",
88
- disabled: type === 'sendId'
95
+ disabled: type === "sendId"
89
96
  };
90
97
  var sendId = {
91
98
  name: "发货仓编码",
92
99
  key: "".concat(options.id, "_").concat((_typeMap$options$type2 = typeMap[options.type]) === null || _typeMap$options$type2 === void 0 ? void 0 : _typeMap$options$type2.sendId),
93
100
  dataType: "arrayObject",
94
- disabled: type === 'sendName'
101
+ disabled: type === "sendName"
95
102
  };
96
103
  sendName.options = fieldType && SendDataCenter.getInstance(fieldType).getSendData();
97
104
  return [sendName, sendId];
@@ -151,7 +158,7 @@ var JstSendGood = /*#__PURE__*/_createClass(function JstSendGood(_options) {
151
158
  required: false,
152
159
  hidden: p === null || p === void 0 ? void 0 : p.hidden,
153
160
  display: p === null || p === void 0 ? void 0 : p.display,
154
- tooltip: (_this$componentConfig = _this.componentConfig) !== null && _this$componentConfig !== void 0 && _this$componentConfig.showTooltip ? (_this$componentConfig2 = _this.componentConfig) === null || _this$componentConfig2 === void 0 ? void 0 : _this$componentConfig2.tooltip : '',
161
+ tooltip: (_this$componentConfig = _this.componentConfig) !== null && _this$componentConfig !== void 0 && _this$componentConfig.showTooltip ? (_this$componentConfig2 = _this.componentConfig) === null || _this$componentConfig2 === void 0 ? void 0 : _this$componentConfig2.tooltip : "",
155
162
  component: /*#__PURE__*/React.createElement(JstGoods, _extends({}, _this.componentConfig, {
156
163
  type: 3,
157
164
  platformType: (_typeMap$_this$type7 = typeMap[_this.type]) === null || _typeMap$_this$type7 === void 0 ? void 0 : _typeMap$_this$type7.platformType
@@ -160,7 +167,7 @@ var JstSendGood = /*#__PURE__*/_createClass(function JstSendGood(_options) {
160
167
  });
161
168
  _defineProperty(this, "filterConfig", function (item) {
162
169
  var _typeMap$_this$type8, _typeMap$_this$type9, _typeMap$_this$type11;
163
- return [_this.type === 'WDT_SEND_GOOD' || _this.type === 'BS_E3_SEND_GOOD' || _this.type === 'KM_SEND_GOOD' ? {
170
+ return [["WDT_SEND_GOOD", "BS_E3_SEND_GOOD", "KM_SEND_GOOD", "GY_SEND_GOOD"].includes(_this.type) ? {
164
171
  searchDefaultConditions: SYMBOL.in,
165
172
  type: item.type,
166
173
  id: "".concat(item.id, "_").concat((_typeMap$_this$type8 = typeMap[_this.type]) === null || _typeMap$_this$type8 === void 0 ? void 0 : _typeMap$_this$type8.sendName),
@@ -218,7 +225,7 @@ var JstSendGood = /*#__PURE__*/_createClass(function JstSendGood(_options) {
218
225
  this.sortField = "".concat(_options.id, "_").concat((_typeMap$_options$typ = typeMap[_options.type]) === null || _typeMap$_options$typ === void 0 ? void 0 : _typeMap$_options$typ.key);
219
226
  this.formField = "".concat(_options.id, "_").concat((_typeMap$_options$typ2 = typeMap[_options.type]) === null || _typeMap$_options$typ2 === void 0 ? void 0 : _typeMap$_options$typ2.key);
220
227
  this.componentConfig = _options.componentConfig;
221
- this.sortChildField = this.getSortChildFields(((_this$componentConfig3 = this.componentConfig) === null || _this$componentConfig3 === void 0 ? void 0 : _this$componentConfig3.showField) || '', _options, _options.type);
228
+ this.sortChildField = this.getSortChildFields(((_this$componentConfig3 = this.componentConfig) === null || _this$componentConfig3 === void 0 ? void 0 : _this$componentConfig3.showField) || "", _options, _options.type);
222
229
  this.type = _options.type;
223
230
  this.dataType = "arrayObject";
224
231
  this.rules = (_this$componentConfig4 = this.componentConfig) !== null && _this$componentConfig4 !== void 0 && _this$componentConfig4.required ? [{
@@ -40,12 +40,12 @@ var JstSendGood = /*#__PURE__*/_createClass(function JstSendGood(_options) {
40
40
  name: "发货仓名称",
41
41
  key: "".concat(options.id, "_").concat(_this.suffixSendName),
42
42
  dataType: "arrayObject",
43
- disabled: type === 'sendId'
43
+ disabled: type === "sendId"
44
44
  }, {
45
45
  name: "发货仓编码",
46
46
  key: "".concat(options.id, "_").concat(_this.suffixSendId),
47
47
  dataType: "arrayObject",
48
- disabled: type === 'sendName'
48
+ disabled: type === "sendName"
49
49
  }];
50
50
  });
51
51
  _defineProperty(this, "renderClient", function (record) {
@@ -58,7 +58,7 @@ var JstSendGood = /*#__PURE__*/_createClass(function JstSendGood(_options) {
58
58
  value: /*#__PURE__*/React.createElement(JstGoodImage, {
59
59
  list: record === null || record === void 0 ? void 0 : record[_this.id],
60
60
  type: 3,
61
- platformType: 'default'
61
+ platformType: "default"
62
62
  })
63
63
  }) : null;
64
64
  });
@@ -72,7 +72,7 @@ var JstSendGood = /*#__PURE__*/_createClass(function JstSendGood(_options) {
72
72
  }, /*#__PURE__*/React.createElement(JstGoodImage, {
73
73
  list: list,
74
74
  type: 3,
75
- platformType: 'default'
75
+ platformType: "default"
76
76
  }));
77
77
  });
78
78
  _defineProperty(this, "renderLog", function (r) {
@@ -98,15 +98,15 @@ var JstSendGood = /*#__PURE__*/_createClass(function JstSendGood(_options) {
98
98
  required: false,
99
99
  hidden: p === null || p === void 0 ? void 0 : p.hidden,
100
100
  display: p === null || p === void 0 ? void 0 : p.display,
101
- tooltip: (_this$componentConfig = _this.componentConfig) !== null && _this$componentConfig !== void 0 && _this$componentConfig.showTooltip ? (_this$componentConfig2 = _this.componentConfig) === null || _this$componentConfig2 === void 0 ? void 0 : _this$componentConfig2.tooltip : '',
101
+ tooltip: (_this$componentConfig = _this.componentConfig) !== null && _this$componentConfig !== void 0 && _this$componentConfig.showTooltip ? (_this$componentConfig2 = _this.componentConfig) === null || _this$componentConfig2 === void 0 ? void 0 : _this$componentConfig2.tooltip : "",
102
102
  component: /*#__PURE__*/React.createElement(JstGoods, _extends({}, _this.componentConfig, {
103
103
  type: 3,
104
- platformType: 'default'
104
+ platformType: "default"
105
105
  }))
106
106
  });
107
107
  });
108
108
  _defineProperty(this, "filterConfig", function (item) {
109
- return [_this.type === 'WDT_SEND_GOOD' || _this.type === 'BS_E3_SEND_GOOD' ? {
109
+ return [["WDT_SEND_GOOD", "BS_E3_SEND_GOOD", "GY_SEND_GOOD"].includes(_this.type) ? {
110
110
  searchDefaultConditions: SYMBOL.in,
111
111
  type: item.type,
112
112
  id: "".concat(item.id, "_").concat(_this.suffixSendName),
@@ -161,13 +161,13 @@ var JstSendGood = /*#__PURE__*/_createClass(function JstSendGood(_options) {
161
161
  });
162
162
  this.name = _options.name;
163
163
  this.id = _options.id;
164
- this.suffixKey = 'kmSendGood';
165
- this.suffixSendId = 'kmSendId';
166
- this.suffixSendName = 'kmSendName';
164
+ this.suffixKey = "kmSendGood";
165
+ this.suffixSendId = "kmSendId";
166
+ this.suffixSendName = "kmSendName";
167
167
  this.sortField = "".concat(_options.id, "_").concat(this.suffixKey);
168
168
  this.formField = "".concat(_options.id, "_").concat(this.suffixKey);
169
169
  this.componentConfig = _options.componentConfig;
170
- this.sortChildField = this.getSortChildFields(((_this$componentConfig3 = this.componentConfig) === null || _this$componentConfig3 === void 0 ? void 0 : _this$componentConfig3.showField) || '', _options);
170
+ this.sortChildField = this.getSortChildFields(((_this$componentConfig3 = this.componentConfig) === null || _this$componentConfig3 === void 0 ? void 0 : _this$componentConfig3.showField) || "", _options);
171
171
  this.type = _options.type;
172
172
  this.dataType = "object";
173
173
  this.rules = (_this$componentConfig4 = this.componentConfig) !== null && _this$componentConfig4 !== void 0 && _this$componentConfig4.required ? [{
@@ -1,3 +1,3 @@
1
- import { ReissueLogistics, 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, AfterSalesOrderId, BsE3Goods, BsE3Reissue, MemberLevel } from "./index";
1
+ import { ReissueLogistics, 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, GyReissue, AfterSalesOrderId, BsE3Goods, GyGoods, BsE3Reissue, MemberLevel } from "./index";
2
2
  import { PickOption } from "./type";
3
- export declare const factory: (type: string, options: PickOption) => BsLogistics | BsSystemOrder | ItemEnCode | JstSendGood | MsgStatus | ReissueLogistics | 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 | SystemOrderNo | Ordinary | ThirdItemSelect | Payment | JstItemSelect | JstSupply | BsGoods | BsE3Goods | BsE3Reissue | 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 | MemberLevel | AfterSalesOrderId;
3
+ export declare const factory: (type: string, options: PickOption) => BsLogistics | JstSendGood | MsgStatus | ReissueLogistics | 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 | JstItemSelect | JstSupply | BsSystemOrder | BsGoods | BsE3Goods | BsE3Reissue | 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 | MemberLevel | AfterSalesOrderId | GyGoods | GyReissue;
@@ -1,6 +1,6 @@
1
1
  import { ReissueLogistics, JstItemSelect, JstSupply, JstSendGood, BasicInput, BasicAddress, BasicCascader, BasicCheckbox, BasicDataTime, BasicSelect, BasicRadio, BasicTextArea, BasicPicture, BasicMultSelect, BasicGrade, BasicRate, BasicFile, BasicPosting, SubForm, CommonDataTime, TradeId, ShopName, ErpTradeId, 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,
2
2
  // CommonTradeId,
3
- CommonSystemOrder, CommonMultiStatus, Calculation, NodeDeadLine, HandlerDeadLine, NodeStayDuration, WlnGoods, BsPosting, MsgStatus, NodeInput, FlowWorkOrderStatus, WdtGoods, WdtReturn, WdtExchange, CommonInput, PaymentVoucherCode, Label, WdtReissue, AfterSalesOrderId, BsE3Goods, BsE3Reissue, MemberLevel } from "./index";
3
+ CommonSystemOrder, CommonMultiStatus, Calculation, NodeDeadLine, HandlerDeadLine, NodeStayDuration, WlnGoods, BsPosting, MsgStatus, NodeInput, FlowWorkOrderStatus, WdtGoods, WdtReturn, WdtExchange, CommonInput, PaymentVoucherCode, Label, WdtReissue, GyReissue, AfterSalesOrderId, BsE3Goods, GyGoods, BsE3Reissue, MemberLevel } from "./index";
4
4
  export var factory = function factory(type, options) {
5
5
  var _options$componentCon;
6
6
  switch (type) {
@@ -133,6 +133,7 @@ export var factory = function factory(type, options) {
133
133
  case "WLN_SYSTEM_ORDER":
134
134
  case "WDT_SYSTEM_ORDER":
135
135
  case "BS_E3_SYSTEM_ORDER":
136
+ case "GY_SYSTEM_ORDER":
136
137
  return new BsSystemOrder(options);
137
138
  case "JST_SEND_GOOD":
138
139
  case "BS_SEND_GOOD":
@@ -140,6 +141,7 @@ export var factory = function factory(type, options) {
140
141
  case "WLN_SEND_GOOD":
141
142
  case "WDT_SEND_GOOD":
142
143
  case "KM_SEND_GOOD":
144
+ case "GY_SEND_GOOD":
143
145
  return new JstSendGood(options);
144
146
  case "BS_POSTING":
145
147
  return new BsPosting(options);
@@ -147,6 +149,8 @@ export var factory = function factory(type, options) {
147
149
  return new BsGoods(options);
148
150
  case "BS_E3_GOODS":
149
151
  return new BsE3Goods(options);
152
+ case "GY_GOODS":
153
+ return new GyGoods(options);
150
154
  case "BS_E3_REISSUE_GOODS":
151
155
  return new BsE3Reissue(options);
152
156
  case "BS_EXCHANGE_GOODS":
@@ -157,6 +161,8 @@ export var factory = function factory(type, options) {
157
161
  return new BsReissue(options);
158
162
  case "WDT_REISSUE_GOODS":
159
163
  return new WdtReissue(options);
164
+ case "GY_REISSUE_GOODS":
165
+ return new GyReissue(options);
160
166
  case "BS_RETURN_GOODS":
161
167
  return new BsReturn(options);
162
168
  case "WDT_RETURN_GOODS":
@@ -86,6 +86,8 @@ export { default as Label } from "./components/Label";
86
86
  export { default as MemberLevel } from "./components/MemberLevel";
87
87
  export { default as KmErpSendGood } from "./components/KmErpSendGood";
88
88
  export { default as AfterSalesOrderId } from "./components/AfterSalesOrderId";
89
+ export { default as GyGoods } from "./components/GY/GyGoods";
90
+ export { default as GyReissue } from "./components/GY/GyReissue";
89
91
  export { default as KmErpOrderNum } from "./components/ErpTradeId/components/OrderNum";
90
92
  export { factory } from "./factory";
91
93
  export { default as PlatformAvatar } from "./commonComponents/PlatformAvatar";
package/dist/esm/index.js CHANGED
@@ -86,6 +86,8 @@ export { default as Label } from "./components/Label";
86
86
  export { default as MemberLevel } from "./components/MemberLevel";
87
87
  export { default as KmErpSendGood } from "./components/KmErpSendGood";
88
88
  export { default as AfterSalesOrderId } from "./components/AfterSalesOrderId";
89
+ export { default as GyGoods } from "./components/GY/GyGoods";
90
+ export { default as GyReissue } from "./components/GY/GyReissue";
89
91
  // TODO: ERP 打款工单使用
90
92
  export { default as KmErpOrderNum } from "./components/ErpTradeId/components/OrderNum";
91
93
  export { factory } from "./factory";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "1.22.1-beta.47",
3
+ "version": "1.22.1-beta.49",
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.22.1-beta.45",
25
- "@kmkf-fe-packages/kmkf-utils": "1.22.1-beta.45",
24
+ "@kmkf-fe-packages/basic-components": "1.22.1-beta.49",
25
+ "@kmkf-fe-packages/kmkf-utils": "1.22.1-beta.49",
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": "a9a9344bdcdb9a93a4346db31ed5d1060eb7d07a",
44
+ "gitHead": "e42ad29847184a154f4a15b93a1ab818316c62ca",
45
45
  "gitHooks": {
46
46
  "pre-commit": "lint-staged"
47
47
  }