@kmkf-fe-packages/basic-components 2.0.12-beta.33 → 2.0.12-beta.34
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
|
@@ -19611,7 +19611,7 @@ var GyReturnGoods = function GyReturnGoods(props) {
|
|
|
19611
19611
|
onModeChange: handleModeChange,
|
|
19612
19612
|
showModeBtn: showModeBtn,
|
|
19613
19613
|
isStrict: isStrict,
|
|
19614
|
-
|
|
19614
|
+
showErpGoodsBtn: false,
|
|
19615
19615
|
tradeGoods: {
|
|
19616
19616
|
originDataSource: getGoodDetails({
|
|
19617
19617
|
mode: isStrict
|
package/dist/index.js
CHANGED
|
@@ -19623,7 +19623,7 @@ var GyReturnGoods = function GyReturnGoods(props) {
|
|
|
19623
19623
|
onModeChange: handleModeChange,
|
|
19624
19624
|
showModeBtn: showModeBtn,
|
|
19625
19625
|
isStrict: isStrict,
|
|
19626
|
-
|
|
19626
|
+
showErpGoodsBtn: false,
|
|
19627
19627
|
tradeGoods: {
|
|
19628
19628
|
originDataSource: getGoodDetails({
|
|
19629
19629
|
mode: isStrict
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.0.12-beta.
|
|
3
|
+
"version": "2.0.12-beta.34",
|
|
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": "7827f2ac59783cc50d4287b19f5d12bdb4154d77"
|
|
69
69
|
}
|