@kmkf-fe-packages/basic-components 2.2.13-beta.85 → 2.2.13-beta.87

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/index.esm.js CHANGED
@@ -8810,9 +8810,6 @@ var processBsExchangeGoods = function processBsExchangeGoods(getValue) {
8810
8810
  var bsExchangeType = jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_bsExchangeType")), !isNull(config === null || config === void 0 ? void 0 : config.initReason) ? Array.isArray(config.initReason) ? config.initReason : [config.initReason] : []);
8811
8811
  var bsExchangeReturnGoods = jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_bsExchangeReturnGoods")), []);
8812
8812
  var bsExchangeSwapOutGoods = jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_bsExchangeSwapOutGoods")), []);
8813
- console.log('bsExchangeType', bsExchangeType);
8814
- console.log('bsExchangeReturnGoods', bsExchangeReturnGoods);
8815
- console.log('bsExchangeSwapOutGoods', bsExchangeSwapOutGoods);
8816
8813
  //补发组装数据
8817
8814
  if ((bsExchangeType === null || bsExchangeType === void 0 ? void 0 : bsExchangeType.length) && ['2', '4'].includes(bsExchangeType[0])) {
8818
8815
  var maxLen = maxBy(bsExchangeReturnGoods, function (t) {
package/dist/index.js CHANGED
@@ -8825,9 +8825,6 @@ var processBsExchangeGoods = function processBsExchangeGoods(getValue) {
8825
8825
  var bsExchangeType = jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_bsExchangeType")), !kmkfUtils.isNull(config === null || config === void 0 ? void 0 : config.initReason) ? Array.isArray(config.initReason) ? config.initReason : [config.initReason] : []);
8826
8826
  var bsExchangeReturnGoods = jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_bsExchangeReturnGoods")), []);
8827
8827
  var bsExchangeSwapOutGoods = jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_bsExchangeSwapOutGoods")), []);
8828
- console.log('bsExchangeType', bsExchangeType);
8829
- console.log('bsExchangeReturnGoods', bsExchangeReturnGoods);
8830
- console.log('bsExchangeSwapOutGoods', bsExchangeSwapOutGoods);
8831
8828
  //补发组装数据
8832
8829
  if ((bsExchangeType === null || bsExchangeType === void 0 ? void 0 : bsExchangeType.length) && ['2', '4'].includes(bsExchangeType[0])) {
8833
8830
  var maxLen = maxBy__default['default'](bsExchangeReturnGoods, function (t) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.2.13-beta.85",
3
+ "version": "2.2.13-beta.87",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -20,7 +20,7 @@
20
20
  "watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
21
21
  },
22
22
  "dependencies": {
23
- "@kmkf-fe-packages/kmkf-utils": "2.2.13-beta.82",
23
+ "@kmkf-fe-packages/kmkf-utils": "2.2.13-beta.87",
24
24
  "ahooks": "^3.7.4",
25
25
  "ali-react-table": "2.6.1",
26
26
  "bignumber.js": "^9.1.2",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "7b7c274bf2a1b4c542357df5b19d0a9b46be4867"
69
+ "gitHead": "74d002079223286dfcc57e06eb5aca01bcc9b33e"
70
70
  }