@kmkf-fe-packages/basic-components 2.2.44-beta.44 → 2.2.44-beta.45

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
@@ -27965,10 +27965,10 @@ var typeMap$2 = {
27965
27965
  alwaysShowChooseErpGoodsBtn: true,
27966
27966
  orderTypeKey: 'orderType',
27967
27967
  oIdKey: 'tradeNo',
27968
- outerOiIdKey: '',
27968
+ outerOiIdKey: 'sourceSubtradeNo',
27969
27969
  goodDetailsKey: 'goodsDetail',
27970
27970
  isShowSelectTradeGoods: true,
27971
- showModeBtn: false
27971
+ showModeBtn: true
27972
27972
  }
27973
27973
  };
27974
27974
  var PublicReissue = function PublicReissue(props) {
package/dist/index.js CHANGED
@@ -27980,10 +27980,10 @@ var typeMap$2 = {
27980
27980
  alwaysShowChooseErpGoodsBtn: true,
27981
27981
  orderTypeKey: 'orderType',
27982
27982
  oIdKey: 'tradeNo',
27983
- outerOiIdKey: '',
27983
+ outerOiIdKey: 'sourceSubtradeNo',
27984
27984
  goodDetailsKey: 'goodsDetail',
27985
27985
  isShowSelectTradeGoods: true,
27986
- showModeBtn: false
27986
+ showModeBtn: true
27987
27987
  }
27988
27988
  };
27989
27989
  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.2.44-beta.44",
3
+ "version": "2.2.44-beta.45",
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.44-beta.44",
23
+ "@kmkf-fe-packages/kmkf-utils": "2.2.44-beta.45",
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": "ff472b154949c2fca9fda0596a4c7ece7856043c"
69
+ "gitHead": "b401e8ba01abc5597d0fb71e5da9f26687917087"
70
70
  }