@kmkf-fe-packages/kmkf-work-order-service-component 2.9.1-beta.6 → 2.9.1-beta.8
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.
|
@@ -154,5 +154,9 @@ export var SKIP_NODE_TYPES_CONFIG = {
|
|
|
154
154
|
//只有换货的时候支持跳过
|
|
155
155
|
return ((_nodeInfo$relationEve = nodeInfo.relationEvent) === null || _nodeInfo$relationEve === void 0 ? void 0 : _nodeInfo$relationEve.type) === 3;
|
|
156
156
|
}
|
|
157
|
+
},
|
|
158
|
+
KM_WAREHOUSING_STATUS_EVENT: {
|
|
159
|
+
name: '退货入库状态(快麦ERP)',
|
|
160
|
+
tips: '快麦商品入库状态'
|
|
157
161
|
}
|
|
158
162
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/kmkf-work-order-service-component",
|
|
3
|
-
"version": "2.9.1-beta.
|
|
3
|
+
"version": "2.9.1-beta.8",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@ant-design/icons": "^4.7.0",
|
|
35
|
-
"@kmkf-fe-packages/basic-components": "2.9.1-beta.
|
|
36
|
-
"@kmkf-fe-packages/kmkf-utils": "2.9.1-beta.
|
|
37
|
-
"@kmkf-fe-packages/services-components": "2.9.1-beta.
|
|
35
|
+
"@kmkf-fe-packages/basic-components": "2.9.1-beta.8",
|
|
36
|
+
"@kmkf-fe-packages/kmkf-utils": "2.9.1-beta.8",
|
|
37
|
+
"@kmkf-fe-packages/services-components": "2.9.1-beta.8",
|
|
38
38
|
"@reduxjs/toolkit": "^1.8.5",
|
|
39
39
|
"ahooks": "^3.7.4",
|
|
40
40
|
"copy-to-clipboard": "^3.3.3",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "7041ba674a521fabda7e7ac8b8d1fdf0f985b14f",
|
|
79
79
|
"gitHooks": {
|
|
80
80
|
"pre-commit": "lint-staged"
|
|
81
81
|
}
|