@kmkf-fe-packages/basic-components 2.10.4 → 2.10.5
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 +2 -0
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -8669,6 +8669,7 @@ var processSceneStatus = function processSceneStatus(getValue) {
|
|
|
8669
8669
|
MSG_STATUS: 'msgStatusValues',
|
|
8670
8670
|
WDT_WAREHOUSING_STATUS: 'wdtInStockStatusItemList',
|
|
8671
8671
|
JKY_WAREHOUSING_STATUS: 'jkyInStockStatusItemList',
|
|
8672
|
+
JST_WAREHOUSING_STATUS: 'jstInStockStatusItemList',
|
|
8672
8673
|
WLN_WAREHOUSING_STATUS: 'wlnInStockStatusItemList'
|
|
8673
8674
|
};
|
|
8674
8675
|
return _defineProperty({}, nex.uniqueKey, jsonParseSecurity(getValue("".concat(nex.uniqueKey, "_").concat(STATUS_LIST_MAP[nex.workOrderComponentType])), []));
|
|
@@ -9518,6 +9519,7 @@ var transformWorkOrderData = function transformWorkOrderData(templateColumns) {
|
|
|
9518
9519
|
WDT_WAREHOUSING_STATUS: processSceneStatus,
|
|
9519
9520
|
WLN_WAREHOUSING_STATUS: processSceneStatus,
|
|
9520
9521
|
JKY_WAREHOUSING_STATUS: processSceneStatus,
|
|
9522
|
+
JST_WAREHOUSING_STATUS: processSceneStatus,
|
|
9521
9523
|
BS_LOGISTICS: processErpLogistics,
|
|
9522
9524
|
WLN_LOGISTICS: processErpLogistics,
|
|
9523
9525
|
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.
|
|
3
|
+
"version": "2.10.5",
|
|
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.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.10.5",
|
|
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": "bb8d17f40a7854b3d3a494c4c90233386a81c15c"
|
|
70
70
|
}
|