@kmkf-fe-packages/basic-components 2.2.27 → 2.2.28
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 +5 -0
- package/dist/index.js +5 -0
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -8993,6 +8993,11 @@ var processWlnGoods = function processWlnGoods(templateColumns) {
|
|
|
8993
8993
|
var processWdtReissueGoods = function processWdtReissueGoods(templateColumns) {
|
|
8994
8994
|
return function (getValue) {
|
|
8995
8995
|
return function (nex, config) {
|
|
8996
|
+
if (['wdtReissueType', 'wdtReissueGoods', 'wdtSystemOrderNo'].every(function (key) {
|
|
8997
|
+
return !getValue("".concat(nex.uniqueKey, "_").concat(key));
|
|
8998
|
+
})) {
|
|
8999
|
+
return;
|
|
9000
|
+
}
|
|
8996
9001
|
var orderNo = '';
|
|
8997
9002
|
var tradeId = templateColumns === null || templateColumns === void 0 ? void 0 : templateColumns.find(function (col) {
|
|
8998
9003
|
return col.workOrderComponentType === 'TRADE_ID_INPUT';
|
package/dist/index.js
CHANGED
|
@@ -9008,6 +9008,11 @@ var processWlnGoods = function processWlnGoods(templateColumns) {
|
|
|
9008
9008
|
var processWdtReissueGoods = function processWdtReissueGoods(templateColumns) {
|
|
9009
9009
|
return function (getValue) {
|
|
9010
9010
|
return function (nex, config) {
|
|
9011
|
+
if (['wdtReissueType', 'wdtReissueGoods', 'wdtSystemOrderNo'].every(function (key) {
|
|
9012
|
+
return !getValue("".concat(nex.uniqueKey, "_").concat(key));
|
|
9013
|
+
})) {
|
|
9014
|
+
return;
|
|
9015
|
+
}
|
|
9011
9016
|
var orderNo = '';
|
|
9012
9017
|
var tradeId = templateColumns === null || templateColumns === void 0 ? void 0 : templateColumns.find(function (col) {
|
|
9013
9018
|
return col.workOrderComponentType === 'TRADE_ID_INPUT';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.28",
|
|
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.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.2.28",
|
|
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": "2e9500bbcbdd5a1ac6f32998d9ec75566c1782c2"
|
|
70
70
|
}
|