@kmkf-fe-packages/basic-components 2.3.5 → 2.3.6

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
@@ -27949,10 +27949,10 @@ var typeMap$2 = {
27949
27949
  alwaysShowChooseErpGoodsBtn: true,
27950
27950
  orderTypeKey: 'orderType',
27951
27951
  oIdKey: 'tradeNo',
27952
- outerOiIdKey: '',
27952
+ outerOiIdKey: 'sourceSubtradeNo',
27953
27953
  goodDetailsKey: 'goodsDetail',
27954
27954
  isShowSelectTradeGoods: true,
27955
- showModeBtn: false
27955
+ showModeBtn: true
27956
27956
  }
27957
27957
  };
27958
27958
  var PublicReissue = function PublicReissue(props) {
package/dist/index.js CHANGED
@@ -27964,10 +27964,10 @@ var typeMap$2 = {
27964
27964
  alwaysShowChooseErpGoodsBtn: true,
27965
27965
  orderTypeKey: 'orderType',
27966
27966
  oIdKey: 'tradeNo',
27967
- outerOiIdKey: '',
27967
+ outerOiIdKey: 'sourceSubtradeNo',
27968
27968
  goodDetailsKey: 'goodsDetail',
27969
27969
  isShowSelectTradeGoods: true,
27970
- showModeBtn: false
27970
+ showModeBtn: true
27971
27971
  }
27972
27972
  };
27973
27973
  var PublicReissue = function PublicReissue(props) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.3.5",
3
+ "version": "2.3.6",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "45b66a0f00eddfacd6934f1de9c19ef9d4a34bc3"
69
+ "gitHead": "4658edc156ab5cb5740f5b4f4a4d1356908722e5"
70
70
  }