@kmkf-fe-packages/basic-components 2.0.19-beta.8 → 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 +1 -2
- package/dist/index.js +1 -2
- package/package.json +2 -2
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:
|
|
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:
|
|
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.
|
|
3
|
+
"version": "2.0.19-beta.9",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "f5f3b9c0a150971604253d5aa8ca91cdb79ffcfa"
|
|
69
69
|
}
|