@kmkf-fe-packages/basic-components 2.2.13-beta.93 → 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 +12 -12
- package/dist/index.js +12 -12
- 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, {
|
|
@@ -19447,56 +19447,56 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19447
19447
|
}, {
|
|
19448
19448
|
dataIndex: 'stockinNum',
|
|
19449
19449
|
title: "\u5165\u5E93\u6570\u91CF",
|
|
19450
|
-
width:
|
|
19450
|
+
width: 150,
|
|
19451
19451
|
align: 'center',
|
|
19452
19452
|
ellipsis: true,
|
|
19453
19453
|
render: renderTextEllipsis
|
|
19454
19454
|
}, {
|
|
19455
19455
|
dataIndex: 'refundNum',
|
|
19456
19456
|
title: "\u9000\u6B3E\u6570\u91CF",
|
|
19457
|
-
width:
|
|
19457
|
+
width: 150,
|
|
19458
19458
|
align: 'center',
|
|
19459
19459
|
ellipsis: true,
|
|
19460
19460
|
render: renderTextEllipsis
|
|
19461
19461
|
}, {
|
|
19462
19462
|
dataIndex: 'totalAmount',
|
|
19463
19463
|
title: "\u9000\u8D27\u603B\u989D",
|
|
19464
|
-
width:
|
|
19464
|
+
width: 150,
|
|
19465
19465
|
align: 'center',
|
|
19466
19466
|
ellipsis: true,
|
|
19467
19467
|
render: renderTextEllipsis
|
|
19468
19468
|
}, {
|
|
19469
19469
|
dataIndex: 'refundAmount',
|
|
19470
19470
|
title: "\u5DF2\u9000\u6B3E\u91D1\u989D",
|
|
19471
|
-
width:
|
|
19471
|
+
width: 150,
|
|
19472
19472
|
align: 'center',
|
|
19473
19473
|
ellipsis: true,
|
|
19474
19474
|
render: renderTextEllipsis
|
|
19475
19475
|
}, {
|
|
19476
19476
|
dataIndex: 'orderNum',
|
|
19477
19477
|
title: "\u5B9E\u9645\u53D1\u51FA\u6570\u91CF",
|
|
19478
|
-
width:
|
|
19478
|
+
width: 150,
|
|
19479
19479
|
align: 'center',
|
|
19480
19480
|
ellipsis: true,
|
|
19481
19481
|
render: renderTextEllipsis
|
|
19482
19482
|
}, {
|
|
19483
19483
|
dataIndex: 'price',
|
|
19484
19484
|
title: "\u4EF7\u683C",
|
|
19485
|
-
width:
|
|
19485
|
+
width: 150,
|
|
19486
19486
|
align: 'center',
|
|
19487
19487
|
ellipsis: true,
|
|
19488
19488
|
render: renderTextEllipsis
|
|
19489
19489
|
}, {
|
|
19490
19490
|
dataIndex: 'originalPrice',
|
|
19491
19491
|
title: "\u539F\u4EF7",
|
|
19492
|
-
width:
|
|
19492
|
+
width: 150,
|
|
19493
19493
|
align: 'center',
|
|
19494
19494
|
ellipsis: true,
|
|
19495
19495
|
render: renderTextEllipsis
|
|
19496
19496
|
}, {
|
|
19497
19497
|
dataIndex: 'giftType',
|
|
19498
19498
|
title: "\u8D60\u54C1\u7C7B\u578B",
|
|
19499
|
-
width:
|
|
19499
|
+
width: 150,
|
|
19500
19500
|
align: 'center',
|
|
19501
19501
|
ellipsis: true,
|
|
19502
19502
|
render: renderTextEllipsis
|
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, {
|
|
@@ -19462,56 +19462,56 @@ var getColumns$2 = function getColumns(_ref) {
|
|
|
19462
19462
|
}, {
|
|
19463
19463
|
dataIndex: 'stockinNum',
|
|
19464
19464
|
title: "\u5165\u5E93\u6570\u91CF",
|
|
19465
|
-
width:
|
|
19465
|
+
width: 150,
|
|
19466
19466
|
align: 'center',
|
|
19467
19467
|
ellipsis: true,
|
|
19468
19468
|
render: renderTextEllipsis
|
|
19469
19469
|
}, {
|
|
19470
19470
|
dataIndex: 'refundNum',
|
|
19471
19471
|
title: "\u9000\u6B3E\u6570\u91CF",
|
|
19472
|
-
width:
|
|
19472
|
+
width: 150,
|
|
19473
19473
|
align: 'center',
|
|
19474
19474
|
ellipsis: true,
|
|
19475
19475
|
render: renderTextEllipsis
|
|
19476
19476
|
}, {
|
|
19477
19477
|
dataIndex: 'totalAmount',
|
|
19478
19478
|
title: "\u9000\u8D27\u603B\u989D",
|
|
19479
|
-
width:
|
|
19479
|
+
width: 150,
|
|
19480
19480
|
align: 'center',
|
|
19481
19481
|
ellipsis: true,
|
|
19482
19482
|
render: renderTextEllipsis
|
|
19483
19483
|
}, {
|
|
19484
19484
|
dataIndex: 'refundAmount',
|
|
19485
19485
|
title: "\u5DF2\u9000\u6B3E\u91D1\u989D",
|
|
19486
|
-
width:
|
|
19486
|
+
width: 150,
|
|
19487
19487
|
align: 'center',
|
|
19488
19488
|
ellipsis: true,
|
|
19489
19489
|
render: renderTextEllipsis
|
|
19490
19490
|
}, {
|
|
19491
19491
|
dataIndex: 'orderNum',
|
|
19492
19492
|
title: "\u5B9E\u9645\u53D1\u51FA\u6570\u91CF",
|
|
19493
|
-
width:
|
|
19493
|
+
width: 150,
|
|
19494
19494
|
align: 'center',
|
|
19495
19495
|
ellipsis: true,
|
|
19496
19496
|
render: renderTextEllipsis
|
|
19497
19497
|
}, {
|
|
19498
19498
|
dataIndex: 'price',
|
|
19499
19499
|
title: "\u4EF7\u683C",
|
|
19500
|
-
width:
|
|
19500
|
+
width: 150,
|
|
19501
19501
|
align: 'center',
|
|
19502
19502
|
ellipsis: true,
|
|
19503
19503
|
render: renderTextEllipsis
|
|
19504
19504
|
}, {
|
|
19505
19505
|
dataIndex: 'originalPrice',
|
|
19506
19506
|
title: "\u539F\u4EF7",
|
|
19507
|
-
width:
|
|
19507
|
+
width: 150,
|
|
19508
19508
|
align: 'center',
|
|
19509
19509
|
ellipsis: true,
|
|
19510
19510
|
render: renderTextEllipsis
|
|
19511
19511
|
}, {
|
|
19512
19512
|
dataIndex: 'giftType',
|
|
19513
19513
|
title: "\u8D60\u54C1\u7C7B\u578B",
|
|
19514
|
-
width:
|
|
19514
|
+
width: 150,
|
|
19515
19515
|
align: 'center',
|
|
19516
19516
|
ellipsis: true,
|
|
19517
19517
|
render: renderTextEllipsis
|
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
|
}
|