@kmkf-fe-packages/kmkf-work-order-service-component 2.2.13-beta.81 → 2.2.13-beta.82

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.
@@ -740,7 +740,7 @@ var processSkxReturnGoods = function processSkxReturnGoods(getValue) {
740
740
  var processBsReissueGoods = function processBsReissueGoods(getValue) {
741
741
  return function (nex, config) {
742
742
  return _defineProperty({}, nex.uniqueKey, {
743
- bsReissueType: jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_bsReissueType")), []),
743
+ bsReissueType: jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_bsReissueType")), !isNull(config === null || config === void 0 ? void 0 : config.initReason) ? Array.isArray(config.initReason) ? config.initReason : [config.initReason] : []),
744
744
  bsReissueGoods: jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_bsReissueGoods")), []),
745
745
  shopCode: getValue("".concat(nex.uniqueKey, "_shopCode"))
746
746
  });
@@ -748,7 +748,7 @@ var processBsReissueGoods = function processBsReissueGoods(getValue) {
748
748
  };
749
749
  var processBsExchangeGoods = function processBsExchangeGoods(getValue) {
750
750
  return function (nex, config) {
751
- var bsExchangeType = jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_bsExchangeType")), []);
751
+ 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] : []);
752
752
  var bsExchangeReturnGoods = jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_bsExchangeReturnGoods")), []);
753
753
  var bsExchangeSwapOutGoods = jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_bsExchangeSwapOutGoods")), []);
754
754
  //补发组装数据
@@ -813,7 +813,7 @@ var processBsReturnGoods = function processBsReturnGoods(getValue) {
813
813
  shopCodeKey: 'shopCode'
814
814
  }
815
815
  };
816
- return _defineProperty({}, "".concat(nex.uniqueKey), (_$concat = {}, _defineProperty(_$concat, returnGoodsMap[compType].returnTypeKey, jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_").concat(returnGoodsMap[compType].returnTypeKey)), [])), _defineProperty(_$concat, returnGoodsMap[compType].returnGoodsKey, jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_").concat(returnGoodsMap[compType].returnGoodsKey)), [])), _defineProperty(_$concat, returnGoodsMap[compType].shopCodeKey, getValue("".concat(nex.uniqueKey, "_").concat(returnGoodsMap[compType].shopCodeKey))), _$concat));
816
+ return _defineProperty({}, "".concat(nex.uniqueKey), (_$concat = {}, _defineProperty(_$concat, returnGoodsMap[compType].returnTypeKey, jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_").concat(returnGoodsMap[compType].returnTypeKey)), !isNull(config === null || config === void 0 ? void 0 : config.initReason) ? Array.isArray(config.initReason) ? config.initReason : [config.initReason] : [])), _defineProperty(_$concat, returnGoodsMap[compType].returnGoodsKey, jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_").concat(returnGoodsMap[compType].returnGoodsKey)), [])), _defineProperty(_$concat, returnGoodsMap[compType].shopCodeKey, getValue("".concat(nex.uniqueKey, "_").concat(returnGoodsMap[compType].shopCodeKey))), _$concat));
817
817
  };
818
818
  };
819
819
  var processErpSystemOrder = function processErpSystemOrder(getValue) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/kmkf-work-order-service-component",
3
- "version": "2.2.13-beta.81",
3
+ "version": "2.2.13-beta.82",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -32,9 +32,9 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@ant-design/icons": "^4.7.0",
35
- "@kmkf-fe-packages/basic-components": "2.2.13-beta.81",
36
- "@kmkf-fe-packages/kmkf-utils": "2.2.13-beta.68",
37
- "@kmkf-fe-packages/services-components": "2.2.13-beta.81",
35
+ "@kmkf-fe-packages/basic-components": "2.2.13-beta.82",
36
+ "@kmkf-fe-packages/kmkf-utils": "2.2.13-beta.82",
37
+ "@kmkf-fe-packages/services-components": "2.2.13-beta.82",
38
38
  "@reduxjs/toolkit": "^1.8.5",
39
39
  "ahooks": "^3.7.4",
40
40
  "copy-to-clipboard": "^3.3.3",
@@ -74,7 +74,7 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "df18e1d12625dea0c7c19b3bae6073f5732d428c",
77
+ "gitHead": "f86d1a464c1e1d38874099e38795e7e52be29103",
78
78
  "gitHooks": {
79
79
  "pre-commit": "lint-staged"
80
80
  }