@kmkf-fe-packages/basic-components 2.10.9-beta.55 → 2.10.9-beta.56
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 +3 -1
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -8824,7 +8824,8 @@ var processSceneStatus = function processSceneStatus(getValue) {
|
|
|
8824
8824
|
JST_WAREHOUSING_STATUS: 'jstInStockStatusItemList',
|
|
8825
8825
|
TTX_WAREHOUSING_STATUS: 'ttxInStockStatusItemList',
|
|
8826
8826
|
WLN_WAREHOUSING_STATUS: 'wlnInStockStatusItemList',
|
|
8827
|
-
KM_WAREHOUSING_STATUS: 'kmInStockStatusItemList'
|
|
8827
|
+
KM_WAREHOUSING_STATUS: 'kmInStockStatusItemList',
|
|
8828
|
+
JY_WAREHOUSING_STATUS: 'jyInStockStatusItemList'
|
|
8828
8829
|
};
|
|
8829
8830
|
return _defineProperty({}, nex.uniqueKey, jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_").concat(STATUS_LIST_MAP[nex.workOrderComponentType])), []));
|
|
8830
8831
|
};
|
|
@@ -9768,6 +9769,7 @@ var transformWorkOrderData = function transformWorkOrderData(templateColumns) {
|
|
|
9768
9769
|
JST_WAREHOUSING_STATUS: processSceneStatus,
|
|
9769
9770
|
TTX_WAREHOUSING_STATUS: processSceneStatus,
|
|
9770
9771
|
KM_WAREHOUSING_STATUS: processSceneStatus,
|
|
9772
|
+
JY_WAREHOUSING_STATUS: processSceneStatus,
|
|
9771
9773
|
BS_LOGISTICS: processErpLogistics,
|
|
9772
9774
|
WLN_LOGISTICS: processErpLogistics,
|
|
9773
9775
|
WDT_LOGISTICS: processErpLogistics,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.10.9-beta.
|
|
3
|
+
"version": "2.10.9-beta.56",
|
|
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.10.9-beta.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.10.9-beta.56",
|
|
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": "
|
|
69
|
+
"gitHead": "a2528b1360a946fde60b9affa0ab7b697e3f7cf8"
|
|
70
70
|
}
|