@kmkf-fe-packages/kmkf-work-order-service-component 2.2.44-beta.51 → 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.
@@ -236,7 +236,6 @@ export declare const selectCurrentNodeDetail: (state: FlowTemplateDetailState) =
236
236
  }[];
237
237
  } | undefined;
238
238
  } | undefined;
239
- uniqueKey: string;
240
239
  } | undefined;
241
240
  } | undefined;
242
241
  export declare const selectTid: (state: FlowTemplateDetailState) => string;
@@ -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.51",
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.51",
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": "0a0f6ca9182adec86b091d8cbd963b4c55b4a90a",
78
+ "gitHead": "b26d43e7b17e9c3754720e9ac823ff6c29a91e5c",
79
79
  "gitHooks": {
80
80
  "pre-commit": "lint-staged"
81
81
  }