@kmkf-fe-packages/kmkf-work-order-service-component 2.2.13-beta.94 → 2.2.13-beta.95
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.
|
@@ -86,8 +86,8 @@ export var systemOrderMap = {
|
|
|
86
86
|
},
|
|
87
87
|
WDT_RETURN_BILL_NO: {
|
|
88
88
|
no: 'wdtReturnBillNo',
|
|
89
|
-
ids: '
|
|
90
|
-
order: '
|
|
89
|
+
ids: 'wdtReturnBillSelectIds',
|
|
90
|
+
order: 'wdtReturnBillShowOrder'
|
|
91
91
|
}
|
|
92
92
|
};
|
|
93
93
|
export var DEFAULT_STRING_COMPONENT_TYPE_FIELD_MAPPING = {
|
|
@@ -396,8 +396,8 @@ export var SUBMIT_COMPONENT_SYSTEM_ORDER_MAP = {
|
|
|
396
396
|
},
|
|
397
397
|
WDT_RETURN_BILL_NO: {
|
|
398
398
|
no: 'wdtReturnBillNo',
|
|
399
|
-
ids: '
|
|
400
|
-
order: '
|
|
399
|
+
ids: 'wdtReturnBillSelectIds',
|
|
400
|
+
order: 'wdtReturnBillShowOrder',
|
|
401
401
|
select: 'tid'
|
|
402
402
|
},
|
|
403
403
|
BS_E3_SYSTEM_ORDER: {
|
|
@@ -888,8 +888,8 @@ var processErpSystemOrder = function processErpSystemOrder(getValue) {
|
|
|
888
888
|
},
|
|
889
889
|
WDT_RETURN_BILL_NO: {
|
|
890
890
|
no: 'wdtReturnBillNo',
|
|
891
|
-
ids: '
|
|
892
|
-
order: '
|
|
891
|
+
ids: 'wdtReturnBillSelectIds',
|
|
892
|
+
order: 'wdtReturnBillShowOrder'
|
|
893
893
|
}
|
|
894
894
|
};
|
|
895
895
|
return _defineProperty({}, nex.uniqueKey, {
|
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.13-beta.
|
|
3
|
+
"version": "2.2.13-beta.95",
|
|
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.13-beta.
|
|
36
|
-
"@kmkf-fe-packages/kmkf-utils": "2.2.13-beta.
|
|
37
|
-
"@kmkf-fe-packages/services-components": "2.2.13-beta.
|
|
35
|
+
"@kmkf-fe-packages/basic-components": "2.2.13-beta.95",
|
|
36
|
+
"@kmkf-fe-packages/kmkf-utils": "2.2.13-beta.95",
|
|
37
|
+
"@kmkf-fe-packages/services-components": "2.2.13-beta.95",
|
|
38
38
|
"@reduxjs/toolkit": "^1.8.5",
|
|
39
39
|
"ahooks": "^3.7.4",
|
|
40
40
|
"copy-to-clipboard": "^3.3.3",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"publishConfig": {
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "b700bc7f9793e893d3d6f1aa9c80ee079082a5d0",
|
|
78
78
|
"gitHooks": {
|
|
79
79
|
"pre-commit": "lint-staged"
|
|
80
80
|
}
|