@kmkf-fe-packages/kmkf-work-order-service-component 2.2.31-beta.57 → 2.2.31-beta.60
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.
|
@@ -369,7 +369,7 @@ export var onBlurSkxReturnBillNo = /*#__PURE__*/function () {
|
|
|
369
369
|
});
|
|
370
370
|
form.setFieldsValue(_objectSpread(_objectSpread({}, values || {}), {}, {
|
|
371
371
|
m3ap1EvEyd: tradeId,
|
|
372
|
-
fe10d6f36b: value
|
|
372
|
+
fe10d6f36b: value.toUpperCase()
|
|
373
373
|
}));
|
|
374
374
|
return _context7.abrupt("return", res.data);
|
|
375
375
|
case 11:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/kmkf-work-order-service-component",
|
|
3
|
-
"version": "2.2.31-beta.
|
|
3
|
+
"version": "2.2.31-beta.60",
|
|
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.2.31-beta.
|
|
36
|
-
"@kmkf-fe-packages/kmkf-utils": "2.2.31-beta.
|
|
37
|
-
"@kmkf-fe-packages/services-components": "2.2.31-beta.
|
|
35
|
+
"@kmkf-fe-packages/basic-components": "2.2.31-beta.60",
|
|
36
|
+
"@kmkf-fe-packages/kmkf-utils": "2.2.31-beta.60",
|
|
37
|
+
"@kmkf-fe-packages/services-components": "2.2.31-beta.60",
|
|
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": "fcf46f31b13ccb2f819a42091d8c708986b14ae5",
|
|
79
79
|
"gitHooks": {
|
|
80
80
|
"pre-commit": "lint-staged"
|
|
81
81
|
}
|