@kmkf-fe-packages/kmkf-work-order-service-component 2.2.44-beta.51 → 2.2.44-beta.53
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,28 +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, index) {
|
|
176
|
-
return /*#__PURE__*/React.createElement("p", {
|
|
177
|
-
key: index
|
|
178
|
-
}, "\u5305\u88F9", index + 1, "\uFF1A", item.logisticsName);
|
|
179
|
-
}) : newValue;
|
|
180
|
-
}
|
|
181
|
-
}, {
|
|
182
|
-
title: '物流单号',
|
|
183
|
-
dataIndex: 'logisticsNo',
|
|
184
|
-
render: function render(value) {
|
|
185
|
-
var newValue = value ? JSON.parse(value) : '';
|
|
186
|
-
return Array.isArray(newValue) ? newValue === null || newValue === void 0 ? void 0 : newValue.map(function (item, index) {
|
|
187
|
-
return /*#__PURE__*/React.createElement("p", {
|
|
188
|
-
key: index
|
|
189
|
-
}, "\u5305\u88F9", index + 1, "\uFF1A", item.logisticsNo);
|
|
190
|
-
}) : newValue;
|
|
191
|
-
}
|
|
192
170
|
},
|
|
193
171
|
// {
|
|
194
172
|
// title: '是否核销单',
|
|
@@ -220,16 +198,14 @@ export var DETAIL_ITEM_LIST = [{
|
|
|
220
198
|
render: function render(value) {
|
|
221
199
|
return ['未到货', '到货'][value] || value;
|
|
222
200
|
}
|
|
201
|
+
}, {
|
|
202
|
+
title: '物流公司名称',
|
|
203
|
+
dataIndex: 'logisticsCompany'
|
|
204
|
+
}, {
|
|
205
|
+
title: '物流单号',
|
|
206
|
+
dataIndex: 'logisticsNo'
|
|
223
207
|
},
|
|
224
208
|
// {
|
|
225
|
-
// title: '物流公司名称',
|
|
226
|
-
// dataIndex: 'logisticsCompany',
|
|
227
|
-
// },
|
|
228
|
-
// {
|
|
229
|
-
// title: '物流单号',
|
|
230
|
-
// dataIndex: 'logisticsNo',
|
|
231
|
-
// },
|
|
232
|
-
// {
|
|
233
209
|
// title: '货物数量',
|
|
234
210
|
// dataIndex: 'goodsQuantity',
|
|
235
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.53",
|
|
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.44-beta.
|
|
36
|
-
"@kmkf-fe-packages/kmkf-utils": "2.2.44-beta.
|
|
37
|
-
"@kmkf-fe-packages/services-components": "2.2.44-beta.
|
|
35
|
+
"@kmkf-fe-packages/basic-components": "2.2.44-beta.53",
|
|
36
|
+
"@kmkf-fe-packages/kmkf-utils": "2.2.44-beta.53",
|
|
37
|
+
"@kmkf-fe-packages/services-components": "2.2.44-beta.53",
|
|
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": "0f4fa8772108105bbb40e7e41cab83cc090c15d3",
|
|
79
79
|
"gitHooks": {
|
|
80
80
|
"pre-commit": "lint-staged"
|
|
81
81
|
}
|