@kmkf-fe-packages/kmkf-work-order-service-component 2.0.23 → 2.0.24
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.
|
@@ -688,6 +688,7 @@ var FormRender = function FormRender(props, ref) {
|
|
|
688
688
|
var changeHandle = function changeHandle(order_no) {
|
|
689
689
|
if (!order_no) return;
|
|
690
690
|
console.log('[订单返填 changeHandle order_no ] >', order_no);
|
|
691
|
+
sessionStorage.setItem('order_no_test', order_no);
|
|
691
692
|
orderBack({
|
|
692
693
|
order_no: order_no,
|
|
693
694
|
form: form,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/kmkf-work-order-service-component",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.24",
|
|
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.0.
|
|
36
|
-
"@kmkf-fe-packages/kmkf-utils": "2.0.
|
|
37
|
-
"@kmkf-fe-packages/services-components": "2.0.
|
|
35
|
+
"@kmkf-fe-packages/basic-components": "2.0.24",
|
|
36
|
+
"@kmkf-fe-packages/kmkf-utils": "2.0.24",
|
|
37
|
+
"@kmkf-fe-packages/services-components": "2.0.24",
|
|
38
38
|
"@reduxjs/toolkit": "^1.8.5",
|
|
39
39
|
"ahooks": "^3.7.4",
|
|
40
40
|
"copy-to-clipboard": "^3.3.3",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "eefe80708d2d3184e835e129a31b87d65b8c6727",
|
|
77
77
|
"gitHooks": {
|
|
78
78
|
"pre-commit": "lint-staged"
|
|
79
79
|
}
|