@kmkf-fe-packages/kmkf-work-order-service-component 2.2.44-beta.50 → 2.2.44-beta.52
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.
|
@@ -167,24 +167,6 @@ export var DETAIL_ITEM_LIST = [{
|
|
|
167
167
|
title: '期望上门时间',
|
|
168
168
|
dataIndex: 'expectedVisitTime',
|
|
169
169
|
render: renderTime
|
|
170
|
-
}, {
|
|
171
|
-
title: '物流公司名称',
|
|
172
|
-
dataIndex: 'logisticsCompany',
|
|
173
|
-
render: function render(value) {
|
|
174
|
-
var newValue = value ? JSON.parse(value) : '';
|
|
175
|
-
return Array.isArray(newValue) ? newValue === null || newValue === void 0 ? void 0 : newValue.map(function (item) {
|
|
176
|
-
return item.logisticsName;
|
|
177
|
-
}).join('、') : newValue;
|
|
178
|
-
}
|
|
179
|
-
}, {
|
|
180
|
-
title: '物流单号',
|
|
181
|
-
dataIndex: 'logisticsNo',
|
|
182
|
-
render: function render(value) {
|
|
183
|
-
var newValue = value ? JSON.parse(value) : '';
|
|
184
|
-
return Array.isArray(newValue) ? newValue === null || newValue === void 0 ? void 0 : newValue.map(function (item) {
|
|
185
|
-
return item.logisticsNo;
|
|
186
|
-
}).join('、') : newValue;
|
|
187
|
-
}
|
|
188
170
|
},
|
|
189
171
|
// {
|
|
190
172
|
// title: '是否核销单',
|
|
@@ -216,16 +198,14 @@ export var DETAIL_ITEM_LIST = [{
|
|
|
216
198
|
render: function render(value) {
|
|
217
199
|
return ['未到货', '到货'][value] || value;
|
|
218
200
|
}
|
|
201
|
+
}, {
|
|
202
|
+
title: '物流公司名称',
|
|
203
|
+
dataIndex: 'logisticsCompany'
|
|
204
|
+
}, {
|
|
205
|
+
title: '物流单号',
|
|
206
|
+
dataIndex: 'logisticsNo'
|
|
219
207
|
},
|
|
220
208
|
// {
|
|
221
|
-
// title: '物流公司名称',
|
|
222
|
-
// dataIndex: 'logisticsCompany',
|
|
223
|
-
// },
|
|
224
|
-
// {
|
|
225
|
-
// title: '物流单号',
|
|
226
|
-
// dataIndex: 'logisticsNo',
|
|
227
|
-
// },
|
|
228
|
-
// {
|
|
229
209
|
// title: '货物数量',
|
|
230
210
|
// dataIndex: 'goodsQuantity',
|
|
231
211
|
// },
|
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.44-beta.
|
|
3
|
+
"version": "2.2.44-beta.52",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@ant-design/icons": "^4.7.0",
|
|
35
35
|
"@kmkf-fe-packages/basic-components": "2.2.44-beta.50",
|
|
36
36
|
"@kmkf-fe-packages/kmkf-utils": "2.2.44-beta.50",
|
|
37
|
-
"@kmkf-fe-packages/services-components": "2.2.44-beta.
|
|
37
|
+
"@kmkf-fe-packages/services-components": "2.2.44-beta.52",
|
|
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": "b26d43e7b17e9c3754720e9ac823ff6c29a91e5c",
|
|
79
79
|
"gitHooks": {
|
|
80
80
|
"pre-commit": "lint-staged"
|
|
81
81
|
}
|