@kmkf-fe-packages/basic-components 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.
- package/dist/index.esm.js +4 -4
- package/dist/index.js +4 -4
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -8111,8 +8111,8 @@ var systemOrderMap = {
|
|
|
8111
8111
|
},
|
|
8112
8112
|
WDT_RETURN_BILL_NO: {
|
|
8113
8113
|
no: 'wdtReturnBillNo',
|
|
8114
|
-
ids: '
|
|
8115
|
-
order: '
|
|
8114
|
+
ids: 'wdtReturnBillSelectIds',
|
|
8115
|
+
order: 'wdtReturnBillShowOrder'
|
|
8116
8116
|
}
|
|
8117
8117
|
};
|
|
8118
8118
|
//直接将key component 添加到 transformWorkOrderData中的componentProcessors
|
|
@@ -8947,8 +8947,8 @@ var processErpSystemOrder = function processErpSystemOrder(getValue) {
|
|
|
8947
8947
|
},
|
|
8948
8948
|
WDT_RETURN_BILL_NO: {
|
|
8949
8949
|
no: 'wdtReturnBillNo',
|
|
8950
|
-
ids: '
|
|
8951
|
-
order: '
|
|
8950
|
+
ids: 'wdtReturnBillSelectIds',
|
|
8951
|
+
order: 'wdtReturnBillShowOrder'
|
|
8952
8952
|
}
|
|
8953
8953
|
};
|
|
8954
8954
|
return _defineProperty({}, nex.uniqueKey, {
|
package/dist/index.js
CHANGED
|
@@ -8126,8 +8126,8 @@ var systemOrderMap = {
|
|
|
8126
8126
|
},
|
|
8127
8127
|
WDT_RETURN_BILL_NO: {
|
|
8128
8128
|
no: 'wdtReturnBillNo',
|
|
8129
|
-
ids: '
|
|
8130
|
-
order: '
|
|
8129
|
+
ids: 'wdtReturnBillSelectIds',
|
|
8130
|
+
order: 'wdtReturnBillShowOrder'
|
|
8131
8131
|
}
|
|
8132
8132
|
};
|
|
8133
8133
|
//直接将key component 添加到 transformWorkOrderData中的componentProcessors
|
|
@@ -8962,8 +8962,8 @@ var processErpSystemOrder = function processErpSystemOrder(getValue) {
|
|
|
8962
8962
|
},
|
|
8963
8963
|
WDT_RETURN_BILL_NO: {
|
|
8964
8964
|
no: 'wdtReturnBillNo',
|
|
8965
|
-
ids: '
|
|
8966
|
-
order: '
|
|
8965
|
+
ids: 'wdtReturnBillSelectIds',
|
|
8966
|
+
order: 'wdtReturnBillShowOrder'
|
|
8967
8967
|
}
|
|
8968
8968
|
};
|
|
8969
8969
|
return _defineProperty({}, nex.uniqueKey, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.13-beta.
|
|
3
|
+
"version": "2.2.13-beta.95",
|
|
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.2.13-beta.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.2.13-beta.95",
|
|
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": "b700bc7f9793e893d3d6f1aa9c80ee079082a5d0"
|
|
70
70
|
}
|