@kmkf-fe-packages/basic-components 2.0.19-beta.7 → 2.0.19-beta.9

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
@@ -17906,12 +17906,11 @@ var typeMap$2 = {
17906
17906
  systemOrderBillType: 'jstSystemOrderBillType',
17907
17907
  getOrderList: jstUtils.getJstOrderListSingleton,
17908
17908
  updateGoodsHandle: updateJstGoodsHandle,
17909
- alwaysShowChooseErpGoodsBtn: false,
17909
+ alwaysShowChooseErpGoodsBtn: true,
17910
17910
  orderTypeKey: 'orderType',
17911
17911
  oIdKey: 'oId',
17912
17912
  outerOiIdKey: '',
17913
17913
  goodDetailsKey: 'items',
17914
- showErpGoodsBtn: false,
17915
17914
  eventNameMap: {
17916
17915
  // pubsub 事件
17917
17916
  exchangeCopyGood: 'jstExchangeCopyGood',
package/dist/index.js CHANGED
@@ -17918,12 +17918,11 @@ var typeMap$2 = {
17918
17918
  systemOrderBillType: 'jstSystemOrderBillType',
17919
17919
  getOrderList: jstUtils.getJstOrderListSingleton,
17920
17920
  updateGoodsHandle: kmkfUtils.updateJstGoodsHandle,
17921
- alwaysShowChooseErpGoodsBtn: false,
17921
+ alwaysShowChooseErpGoodsBtn: true,
17922
17922
  orderTypeKey: 'orderType',
17923
17923
  oIdKey: 'oId',
17924
17924
  outerOiIdKey: '',
17925
17925
  goodDetailsKey: 'items',
17926
- showErpGoodsBtn: false,
17927
17926
  eventNameMap: {
17928
17927
  // pubsub 事件
17929
17928
  exchangeCopyGood: 'jstExchangeCopyGood',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.0.19-beta.7",
3
+ "version": "2.0.19-beta.9",
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.0.19-beta.5",
23
+ "@kmkf-fe-packages/kmkf-utils": "2.0.19-beta.8",
24
24
  "ahooks": "^3.7.4",
25
25
  "bignumber.js": "^9.1.2",
26
26
  "kmkf-monitor": "^0.8.9",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "363d851d3534abb3d3f185f711ae60bb11542bfa"
68
+ "gitHead": "f5f3b9c0a150971604253d5aa8ca91cdb79ffcfa"
69
69
  }