@teamias/rex-design 0.0.7 → 0.0.8

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.
@@ -1,1478 +1,1495 @@
1
- import React from 'react';
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
6
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7
+ import { RexProConfigProvider } from "../../../context";
8
+ import enUS from "../../../locales/en-US.json";
9
+ import { crush } from 'radash';
10
+ import { createIntl } from 'react-intl';
2
11
  import { BaseListTable } from "../base-list-table";
3
12
  import { jsx as _jsx } from "react/jsx-runtime";
4
13
  import { Fragment as _Fragment } from "react/jsx-runtime";
5
14
  import { jsxs as _jsxs } from "react/jsx-runtime";
6
15
  export default (function () {
7
- return /*#__PURE__*/_jsx(BaseListTable, {
8
- defaultExpandAllCollapse: true
9
- // rowSelection={{
10
- // getCheckboxProps (record) {
11
- // return {
12
- // disabled: record.key === 'parent_1075',
13
- // };
14
- // },
15
- // }}
16
- // scroll={(h) => ({y: h})}
17
- // virtual
18
- ,
19
- headerRender: function headerRender(originNode) {
20
- return /*#__PURE__*/_jsxs(_Fragment, {
21
- children: [originNode, /*#__PURE__*/_jsx("span", {
22
- style: {
23
- color: 'red'
24
- },
25
- children: "\u81EA\u5B9A\u4E49\u5185\u5BB9"
26
- })]
27
- });
28
- },
29
- titleRender: function titleRender(item, index, originNode) {
30
- return /*#__PURE__*/_jsxs(_Fragment, {
31
- children: [originNode.checkboxNode, originNode.dataNode, /*#__PURE__*/_jsx("span", {
32
- style: {
33
- flex: 1,
34
- textAlign: 'right',
35
- color: 'red'
36
- },
37
- children: "\u81EA\u5B9A\u4E49\u5185\u5BB9"
38
- })]
39
- });
16
+ return /*#__PURE__*/_jsx(RexProConfigProvider, {
17
+ value: {
18
+ intl: createIntl({
19
+ locale: 'en-US',
20
+ messages: _objectSpread({}, crush(enUS))
21
+ })
40
22
  },
41
- fieldsConfig: [{
42
- "title": "编号/状态",
43
- "dataIndex": "status_name",
44
- "key": "status_name"
45
- }, {
46
- "title": "SPU/组合SKU",
47
- "dataIndex": "goods_spu_info",
48
- "key": "goods_spu_info"
49
- }, {
50
- "title": "图片",
51
- "dataIndex": "goods_image",
52
- "key": "goods_image",
53
- "align": 'center'
54
- }, {
55
- "title": "SKU/属性",
56
- "dataIndex": "goods_sku_info",
57
- "key": "goods_sku_info"
58
- }, {
59
- "title": "计划员",
60
- "dataIndex": "planuser",
61
- "key": "planuser"
62
- }, {
63
- "title": "供应商",
64
- "dataIndex": "factory",
65
- "key": "factory"
66
- }, {
67
- "title": "ASIN",
68
- "dataIndex": "asin",
69
- "key": "asin"
70
- }, {
71
- "title": "销量",
72
- "dataIndex": "goods_sales",
73
- "key": "goods_sales"
74
- }, {
75
- "title": "DMS",
76
- "dataIndex": "goods_dms",
77
- "key": "goods_dms"
78
- }, {
79
- "title": "毛利率",
80
- "dataIndex": "gross_margin",
81
- "key": "gross_margin"
82
- }, {
83
- "title": "售后率",
84
- "dataIndex": "goods_rma",
85
- "key": "goods_rma"
86
- }],
87
- dataSource: [{
88
- "key": "parent_1075",
89
- "id": [{
90
- "type": "text",
91
- "props": {
92
- "value": 1075,
93
- "width": 200
94
- },
95
- "extra": {
96
- "colSpan": 28
97
- }
98
- }],
99
- "store_name": [{
100
- "type": "text",
101
- "props": {
102
- "label": "目的仓",
103
- "value": "国内备货仓",
104
- "width": 200
105
- }
106
- }],
107
- "planuser": [{
108
- "type": "text",
109
- "props": {
110
- "label": "计划员",
111
- "value": "",
112
- "width": 200
113
- }
114
- }],
115
- "label": [{
116
- "type": "tag",
117
- "props": {
118
- "value": "加工"
119
- }
23
+ children: /*#__PURE__*/_jsx(BaseListTable, {
24
+ defaultExpandAllCollapse: true
25
+ // rowSelection={{
26
+ // getCheckboxProps (record) {
27
+ // return {
28
+ // disabled: record.key === 'parent_1075',
29
+ // };
30
+ // },
31
+ // }}
32
+ // scroll={(h) => ({y: h})}
33
+ // virtual
34
+ ,
35
+ headerRender: function headerRender(originNode) {
36
+ return /*#__PURE__*/_jsxs(_Fragment, {
37
+ children: [originNode, /*#__PURE__*/_jsx("span", {
38
+ style: {
39
+ color: 'red'
40
+ },
41
+ children: "\u81EA\u5B9A\u4E49\u5185\u5BB9"
42
+ })]
43
+ });
44
+ },
45
+ titleRender: function titleRender(item, index, originNode) {
46
+ return /*#__PURE__*/_jsxs(_Fragment, {
47
+ children: [originNode.checkboxNode, originNode.dataNode, /*#__PURE__*/_jsx("span", {
48
+ style: {
49
+ flex: 1,
50
+ textAlign: 'right',
51
+ color: 'red'
52
+ },
53
+ children: "\u81EA\u5B9A\u4E49\u5185\u5BB9"
54
+ })]
55
+ });
56
+ },
57
+ fieldsConfig: [{
58
+ title: '编号/状态',
59
+ dataIndex: 'status_name',
60
+ key: 'status_name'
61
+ }, {
62
+ title: 'SPU/组合SKU',
63
+ dataIndex: 'goods_spu_info',
64
+ key: 'goods_spu_info'
65
+ }, {
66
+ title: '图片',
67
+ dataIndex: 'goods_image',
68
+ key: 'goods_image',
69
+ align: 'center'
70
+ }, {
71
+ title: 'SKU/属性',
72
+ dataIndex: 'goods_sku_info',
73
+ key: 'goods_sku_info'
74
+ }, {
75
+ title: '计划员',
76
+ dataIndex: 'planuser',
77
+ key: 'planuser'
78
+ }, {
79
+ title: '供应商',
80
+ dataIndex: 'factory',
81
+ key: 'factory'
82
+ }, {
83
+ title: 'ASIN',
84
+ dataIndex: 'asin',
85
+ key: 'asin'
86
+ }, {
87
+ title: '销量',
88
+ dataIndex: 'goods_sales',
89
+ key: 'goods_sales'
90
+ }, {
91
+ title: 'DMS',
92
+ dataIndex: 'goods_dms',
93
+ key: 'goods_dms'
94
+ }, {
95
+ title: '毛利率',
96
+ dataIndex: 'gross_margin',
97
+ key: 'gross_margin'
98
+ }, {
99
+ title: '售后率',
100
+ dataIndex: 'goods_rma',
101
+ key: 'goods_rma'
120
102
  }],
121
- children: [{
122
- "key": "1075_1102",
123
- "id": 1075,
124
- "detail_id": 1102,
125
- "status_name": [{
126
- "type": "text",
127
- "props": {
128
- "value": 1075
103
+ dataSource: [{
104
+ key: 'parent_1075',
105
+ id: [{
106
+ type: 'text',
107
+ props: {
108
+ value: 1075,
109
+ width: 200
129
110
  },
130
- "extra": {
131
- "rowSpan": 2
132
- }
133
- }, {
134
- "type": "tag",
135
- "props": {
136
- "value": "待处理"
137
- }
138
- }],
139
- "goods_spu_info": [{
140
- "type": "text",
141
- "props": {
142
- "label": "SPU",
143
- "value": {
144
- "type": "link",
145
- "props": {
146
- "label": "CO576911",
147
- "value": "/"
111
+ extra: {
112
+ colSpan: 28
113
+ }
114
+ }],
115
+ store_name: [{
116
+ type: 'text',
117
+ props: {
118
+ label: '目的仓',
119
+ value: '国内备货仓',
120
+ width: 200
121
+ }
122
+ }],
123
+ planuser: [{
124
+ type: 'text',
125
+ props: {
126
+ label: '计划员',
127
+ value: '',
128
+ width: 200
129
+ }
130
+ }],
131
+ label: [{
132
+ type: 'tag',
133
+ props: {
134
+ value: '加工'
135
+ }
136
+ }],
137
+ children: [{
138
+ key: '1075_1102',
139
+ id: 1075,
140
+ detail_id: 1102,
141
+ status_name: [{
142
+ type: 'text',
143
+ props: {
144
+ value: 1075
145
+ },
146
+ extra: {
147
+ rowSpan: 2
148
+ }
149
+ }, {
150
+ type: 'tag',
151
+ props: {
152
+ value: '待处理'
153
+ }
154
+ }],
155
+ goods_spu_info: [{
156
+ type: 'text',
157
+ props: {
158
+ label: 'SPU',
159
+ value: {
160
+ type: 'link',
161
+ props: {
162
+ label: 'CO576911',
163
+ value: '/'
164
+ }
148
165
  }
166
+ },
167
+ extra: {
168
+ rowSpan: 2
149
169
  }
150
- },
151
- "extra": {
152
- "rowSpan": 2
153
- }
154
- }, {
155
- "type": "text",
156
- "props": {
157
- "label": "品名",
158
- "value": "跨境新款车载垃圾桶带盖多功能车家两用置物收纳桶迷你汽车垃圾桶"
159
- }
160
- }, {
161
- "type": "text",
162
- "props": {
163
- "label": "买手",
164
- "value": ""
165
- }
166
- }],
167
- "store_name": [{
168
- "type": "text",
169
- "props": {
170
- "value": "国内备货仓"
171
- }
172
- }],
173
- "goods_image": [{
174
- "type": "img",
175
- "props": {
176
- "value": "http://image.spocoo.com/881a5f295d399a1bfab9cd9a03173801.jpg"
177
- }
178
- }],
179
- "goods_sku_info": [{
180
- "type": "link",
181
- "props": {
182
- "label": "CO576911_01",
183
- "value": "/"
184
- }
185
- }, {
186
- "type": "text",
187
- "props": {
188
- "value": "跨境新款车载垃圾桶带盖多功能车家两用置物收纳桶迷你汽车垃圾桶 黑色"
189
- }
190
- }, {
191
- "type": "tag",
192
- "props": {
193
- "value": "加",
194
- "color": "red"
195
- }
196
- }],
197
- "planuser": [{
198
- "type": "text",
199
- "props": {
200
- "value": ""
201
- }
202
- }],
203
- "factory": [{
204
- "type": "link",
205
- "props": {
206
- "label": "CO576911_01",
207
- "value": "/"
208
- }
209
- }],
210
- "asin": [{
211
- "type": "text",
212
- "props": {
213
- "value": "0 / 0"
214
- }
215
- }],
216
- "goods_sales": [{
217
- "type": "text",
218
- "props": {
219
- "value": "0 / 0 / 0 / / "
220
- }
221
- }],
222
- "goods_dms": [{
223
- "type": "text",
224
- "props": {
225
- "value": "0 / 0"
226
- }
227
- }],
228
- "gross_margin": [{
229
- "type": "text",
230
- "props": {
231
- "value": "0 / 0 / 0 / 0 / 0"
232
- }
233
- }],
234
- "goods_rma": [{
235
- "type": "text",
236
- "props": {
237
- "value": "0 / 0 / 0 / 0 / 0"
238
- }
239
- }],
240
- "goods_stock": [{
241
- "type": "text",
242
- "props": {
243
- "value": 0
244
- }
245
- }],
246
- "usable_stock": [{
247
- "type": "text",
248
- "props": {
249
- "value": 0
250
- }
251
- }],
252
- "having_stock": [{
253
- "type": "text",
254
- "props": {
255
- "value": 0
256
- }
257
- }],
258
- "unsellable_stock": [{
259
- "type": "text",
260
- "props": {
261
- "value": 0
262
- }
263
- }],
264
- "plan_quantity": [{
265
- "type": "text",
266
- "props": {
267
- "value": 0
268
- }
269
- }],
270
- "process_ing_quantity": [{
271
- "type": "text",
272
- "props": {
273
- "value": 0
274
- }
275
- }],
276
- "ship_wait_quantity": [{
277
- "type": "text",
278
- "props": {
279
- "value": 0
280
- }
281
- }],
282
- "shiping_num": [{
283
- "type": "text",
284
- "props": {
285
- "value": 0
286
- }
287
- }],
288
- "overseas_stock": [{
289
- "type": "text",
290
- "props": {
291
- "value": 0
292
- }
293
- }],
294
- "shiped_error_quantity": [{
295
- "type": "text",
296
- "props": {
297
- "value": 0
298
- }
299
- }],
300
- "time_info": [{
301
- "type": "text",
302
- "props": {
303
- "value": "1970-01-01 08:00:00(黄盛)"
304
- }
170
+ }, {
171
+ type: 'text',
172
+ props: {
173
+ label: '品名',
174
+ value: '跨境新款车载垃圾桶带盖多功能车家两用置物收纳桶迷你汽车垃圾桶'
175
+ }
176
+ }, {
177
+ type: 'text',
178
+ props: {
179
+ label: '买手',
180
+ value: ''
181
+ }
182
+ }],
183
+ store_name: [{
184
+ type: 'text',
185
+ props: {
186
+ value: '国内备货仓'
187
+ }
188
+ }],
189
+ goods_image: [{
190
+ type: 'img',
191
+ props: {
192
+ value: 'http://image.spocoo.com/881a5f295d399a1bfab9cd9a03173801.jpg'
193
+ }
194
+ }],
195
+ goods_sku_info: [{
196
+ type: 'link',
197
+ props: {
198
+ label: 'CO576911_01',
199
+ value: '/'
200
+ }
201
+ }, {
202
+ type: 'text',
203
+ props: {
204
+ value: '跨境新款车载垃圾桶带盖多功能车家两用置物收纳桶迷你汽车垃圾桶 黑色'
205
+ }
206
+ }, {
207
+ type: 'tag',
208
+ props: {
209
+ value: '加',
210
+ color: 'red'
211
+ }
212
+ }],
213
+ planuser: [{
214
+ type: 'text',
215
+ props: {
216
+ value: ''
217
+ }
218
+ }],
219
+ factory: [{
220
+ type: 'link',
221
+ props: {
222
+ label: 'CO576911_01',
223
+ value: '/'
224
+ }
225
+ }],
226
+ asin: [{
227
+ type: 'text',
228
+ props: {
229
+ value: '0 / 0'
230
+ }
231
+ }],
232
+ goods_sales: [{
233
+ type: 'text',
234
+ props: {
235
+ value: '0 / 0 / 0 / / '
236
+ }
237
+ }],
238
+ goods_dms: [{
239
+ type: 'text',
240
+ props: {
241
+ value: '0 / 0'
242
+ }
243
+ }],
244
+ gross_margin: [{
245
+ type: 'text',
246
+ props: {
247
+ value: '0 / 0 / 0 / 0 / 0'
248
+ }
249
+ }],
250
+ goods_rma: [{
251
+ type: 'text',
252
+ props: {
253
+ value: '0 / 0 / 0 / 0 / 0'
254
+ }
255
+ }],
256
+ goods_stock: [{
257
+ type: 'text',
258
+ props: {
259
+ value: 0
260
+ }
261
+ }],
262
+ usable_stock: [{
263
+ type: 'text',
264
+ props: {
265
+ value: 0
266
+ }
267
+ }],
268
+ having_stock: [{
269
+ type: 'text',
270
+ props: {
271
+ value: 0
272
+ }
273
+ }],
274
+ unsellable_stock: [{
275
+ type: 'text',
276
+ props: {
277
+ value: 0
278
+ }
279
+ }],
280
+ plan_quantity: [{
281
+ type: 'text',
282
+ props: {
283
+ value: 0
284
+ }
285
+ }],
286
+ process_ing_quantity: [{
287
+ type: 'text',
288
+ props: {
289
+ value: 0
290
+ }
291
+ }],
292
+ ship_wait_quantity: [{
293
+ type: 'text',
294
+ props: {
295
+ value: 0
296
+ }
297
+ }],
298
+ shiping_num: [{
299
+ type: 'text',
300
+ props: {
301
+ value: 0
302
+ }
303
+ }],
304
+ overseas_stock: [{
305
+ type: 'text',
306
+ props: {
307
+ value: 0
308
+ }
309
+ }],
310
+ shiped_error_quantity: [{
311
+ type: 'text',
312
+ props: {
313
+ value: 0
314
+ }
315
+ }],
316
+ time_info: [{
317
+ type: 'text',
318
+ props: {
319
+ value: '1970-01-01 08:00:00(黄盛)'
320
+ }
321
+ }, {
322
+ type: 'text',
323
+ props: {
324
+ value: '2025-03-12 15:54:26(黄盛)'
325
+ }
326
+ }],
327
+ p_remark: [{
328
+ type: 'text',
329
+ props: {
330
+ value: ''
331
+ }
332
+ }],
333
+ quantity: [{
334
+ type: 'text',
335
+ props: {
336
+ value: 0
337
+ }
338
+ }],
339
+ quantity_modify: [{
340
+ type: 'text',
341
+ props: {
342
+ value: 103
343
+ }
344
+ }],
345
+ bom_data: [{
346
+ type: 'text',
347
+ props: {
348
+ value: '0 / 0'
349
+ }
350
+ }]
305
351
  }, {
306
- "type": "text",
307
- "props": {
308
- "value": "2025-03-12 15:54:26(黄盛)"
309
- }
310
- }],
311
- "p_remark": [{
312
- "type": "text",
313
- "props": {
314
- "value": ""
315
- }
316
- }],
317
- "quantity": [{
318
- "type": "text",
319
- "props": {
320
- "value": 0
321
- }
322
- }],
323
- "quantity_modify": [{
324
- "type": "text",
325
- "props": {
326
- "value": 103
327
- }
328
- }],
329
- "bom_data": [{
330
- "type": "text",
331
- "props": {
332
- "value": "0 / 0"
333
- }
352
+ key: '1075_1103',
353
+ id: 1075,
354
+ detail_id: 1103,
355
+ status_name: [{
356
+ type: 'text',
357
+ props: {
358
+ value: ''
359
+ },
360
+ extra: {
361
+ rowSpan: -1
362
+ }
363
+ }, {
364
+ type: 'tag',
365
+ props: {
366
+ value: ''
367
+ }
368
+ }],
369
+ goods_spu_info: [{
370
+ type: 'text',
371
+ props: {
372
+ label: 'SPU',
373
+ value: {
374
+ type: 'link',
375
+ props: {
376
+ label: '',
377
+ value: '/'
378
+ }
379
+ }
380
+ },
381
+ extra: {
382
+ rowSpan: -1
383
+ }
384
+ }, {
385
+ type: 'text',
386
+ props: {
387
+ label: '品名',
388
+ value: ''
389
+ }
390
+ }, {
391
+ type: 'text',
392
+ props: {
393
+ label: '买手',
394
+ value: ''
395
+ }
396
+ }],
397
+ store_name: [{
398
+ type: 'text',
399
+ props: {
400
+ value: '国内备货仓'
401
+ }
402
+ }],
403
+ goods_image: [{
404
+ type: 'img',
405
+ props: {
406
+ value: 'http://image.spocoo.com/ac88db91d513da3256a6e18dd60c11a8.jpg'
407
+ }
408
+ }],
409
+ goods_sku_info: [{
410
+ type: 'link',
411
+ props: {
412
+ label: 'CO576911_02',
413
+ value: '/'
414
+ }
415
+ }, {
416
+ type: 'text',
417
+ props: {
418
+ value: '跨境新款车载垃圾桶带盖多功能车家两用置物收纳桶迷你汽车垃圾桶 粉色'
419
+ }
420
+ }, {
421
+ type: 'tag',
422
+ props: {
423
+ value: '加',
424
+ color: 'red'
425
+ }
426
+ }],
427
+ planuser: [{
428
+ type: 'text',
429
+ props: {
430
+ value: ''
431
+ }
432
+ }],
433
+ factory: [{
434
+ type: 'link',
435
+ props: {
436
+ label: 'CO576911_02',
437
+ value: '/'
438
+ }
439
+ }],
440
+ asin: [{
441
+ type: 'text',
442
+ props: {
443
+ value: '0 / 0'
444
+ }
445
+ }],
446
+ goods_sales: [{
447
+ type: 'text',
448
+ props: {
449
+ value: '0 / 0 / 0 / / '
450
+ }
451
+ }],
452
+ goods_dms: [{
453
+ type: 'text',
454
+ props: {
455
+ value: '0 / 0'
456
+ }
457
+ }],
458
+ gross_margin: [{
459
+ type: 'text',
460
+ props: {
461
+ value: '0 / 0 / 0 / 0 / 0'
462
+ }
463
+ }],
464
+ goods_rma: [{
465
+ type: 'text',
466
+ props: {
467
+ value: '0 / 0 / 0 / 0 / 0'
468
+ }
469
+ }],
470
+ goods_stock: [{
471
+ type: 'text',
472
+ props: {
473
+ value: 0
474
+ }
475
+ }],
476
+ usable_stock: [{
477
+ type: 'text',
478
+ props: {
479
+ value: 0
480
+ }
481
+ }],
482
+ having_stock: [{
483
+ type: 'text',
484
+ props: {
485
+ value: 0
486
+ }
487
+ }],
488
+ unsellable_stock: [{
489
+ type: 'text',
490
+ props: {
491
+ value: 0
492
+ }
493
+ }],
494
+ plan_quantity: [{
495
+ type: 'text',
496
+ props: {
497
+ value: 0
498
+ }
499
+ }],
500
+ process_ing_quantity: [{
501
+ type: 'text',
502
+ props: {
503
+ value: 0
504
+ }
505
+ }],
506
+ ship_wait_quantity: [{
507
+ type: 'text',
508
+ props: {
509
+ value: 0
510
+ }
511
+ }],
512
+ shiping_num: [{
513
+ type: 'text',
514
+ props: {
515
+ value: 0
516
+ }
517
+ }],
518
+ overseas_stock: [{
519
+ type: 'text',
520
+ props: {
521
+ value: 0
522
+ }
523
+ }],
524
+ shiped_error_quantity: [{
525
+ type: 'text',
526
+ props: {
527
+ value: 0
528
+ }
529
+ }],
530
+ time_info: [{
531
+ type: 'text',
532
+ props: {
533
+ value: '1970-01-01 08:00:00(黄盛)'
534
+ }
535
+ }, {
536
+ type: 'text',
537
+ props: {
538
+ value: '2025-03-12 15:54:26(黄盛)'
539
+ }
540
+ }],
541
+ p_remark: [{
542
+ type: 'text',
543
+ props: {
544
+ value: ''
545
+ }
546
+ }],
547
+ quantity: [{
548
+ type: 'text',
549
+ props: {
550
+ value: 0
551
+ }
552
+ }],
553
+ quantity_modify: [{
554
+ type: 'text',
555
+ props: {
556
+ value: 102
557
+ }
558
+ }],
559
+ bom_data: [{
560
+ type: 'text',
561
+ props: {
562
+ value: '0 / 0'
563
+ }
564
+ }]
334
565
  }]
335
566
  }, {
336
- "key": "1075_1103",
337
- "id": 1075,
338
- "detail_id": 1103,
339
- "status_name": [{
340
- "type": "text",
341
- "props": {
342
- "value": ""
567
+ key: 'parent_1075_1',
568
+ id: [{
569
+ type: 'text',
570
+ props: {
571
+ value: 1075,
572
+ width: 200
343
573
  },
344
- "extra": {
345
- "rowSpan": -1
346
- }
574
+ extra: {
575
+ colSpan: 28
576
+ }
577
+ }],
578
+ store_name: [{
579
+ type: 'text',
580
+ props: {
581
+ label: '目的仓',
582
+ value: '国内备货仓',
583
+ width: 200
584
+ }
585
+ }],
586
+ planuser: [{
587
+ type: 'text',
588
+ props: {
589
+ label: '计划员',
590
+ value: '',
591
+ width: 200
592
+ }
593
+ }],
594
+ label: [{
595
+ type: 'tag',
596
+ props: {
597
+ value: '加工'
598
+ }
599
+ }],
600
+ children: [{
601
+ key: '1075_1102_1',
602
+ id: 1075,
603
+ detail_id: 1102,
604
+ status_name: [{
605
+ type: 'text',
606
+ props: {
607
+ value: 1075
608
+ },
609
+ extra: {
610
+ rowSpan: 2
611
+ }
612
+ }, {
613
+ type: 'tag',
614
+ props: {
615
+ value: '待处理'
616
+ }
617
+ }],
618
+ goods_spu_info: [{
619
+ type: 'text',
620
+ props: {
621
+ label: 'SPU',
622
+ value: {
623
+ type: 'link',
624
+ props: {
625
+ label: 'CO576911',
626
+ value: '/'
627
+ }
628
+ }
629
+ },
630
+ extra: {
631
+ rowSpan: 2
632
+ }
633
+ }, {
634
+ type: 'text',
635
+ props: {
636
+ label: '品名',
637
+ value: '跨境新款车载垃圾桶带盖多功能车家两用置物收纳桶迷你汽车垃圾桶'
638
+ }
639
+ }, {
640
+ type: 'text',
641
+ props: {
642
+ label: '买手',
643
+ value: ''
644
+ }
645
+ }],
646
+ store_name: [{
647
+ type: 'text',
648
+ props: {
649
+ value: '国内备货仓'
650
+ }
651
+ }],
652
+ goods_image: [{
653
+ type: 'img',
654
+ props: {
655
+ value: 'http://image.spocoo.com/881a5f295d399a1bfab9cd9a03173801.jpg'
656
+ }
657
+ }],
658
+ goods_sku_info: [{
659
+ type: 'link',
660
+ props: {
661
+ label: 'CO576911_01',
662
+ value: '/'
663
+ }
664
+ }, {
665
+ type: 'text',
666
+ props: {
667
+ value: '跨境新款车载垃圾桶带盖多功能车家两用置物收纳桶迷你汽车垃圾桶 黑色'
668
+ }
669
+ }, {
670
+ type: 'tag',
671
+ props: {
672
+ value: '加',
673
+ color: 'red'
674
+ }
675
+ }],
676
+ planuser: [{
677
+ type: 'text',
678
+ props: {
679
+ value: ''
680
+ }
681
+ }],
682
+ factory: [{
683
+ type: 'link',
684
+ props: {
685
+ label: 'CO576911_01',
686
+ value: '/'
687
+ }
688
+ }],
689
+ asin: [{
690
+ type: 'text',
691
+ props: {
692
+ value: '0 / 0'
693
+ }
694
+ }],
695
+ goods_sales: [{
696
+ type: 'text',
697
+ props: {
698
+ value: '0 / 0 / 0 / / '
699
+ }
700
+ }],
701
+ goods_dms: [{
702
+ type: 'text',
703
+ props: {
704
+ value: '0 / 0'
705
+ }
706
+ }],
707
+ gross_margin: [{
708
+ type: 'text',
709
+ props: {
710
+ value: '0 / 0 / 0 / 0 / 0'
711
+ }
712
+ }],
713
+ goods_rma: [{
714
+ type: 'text',
715
+ props: {
716
+ value: '0 / 0 / 0 / 0 / 0'
717
+ }
718
+ }],
719
+ goods_stock: [{
720
+ type: 'text',
721
+ props: {
722
+ value: 0
723
+ }
724
+ }],
725
+ usable_stock: [{
726
+ type: 'text',
727
+ props: {
728
+ value: 0
729
+ }
730
+ }],
731
+ having_stock: [{
732
+ type: 'text',
733
+ props: {
734
+ value: 0
735
+ }
736
+ }],
737
+ unsellable_stock: [{
738
+ type: 'text',
739
+ props: {
740
+ value: 0
741
+ }
742
+ }],
743
+ plan_quantity: [{
744
+ type: 'text',
745
+ props: {
746
+ value: 0
747
+ }
748
+ }],
749
+ process_ing_quantity: [{
750
+ type: 'text',
751
+ props: {
752
+ value: 0
753
+ }
754
+ }],
755
+ ship_wait_quantity: [{
756
+ type: 'text',
757
+ props: {
758
+ value: 0
759
+ }
760
+ }],
761
+ shiping_num: [{
762
+ type: 'text',
763
+ props: {
764
+ value: 0
765
+ }
766
+ }],
767
+ overseas_stock: [{
768
+ type: 'text',
769
+ props: {
770
+ value: 0
771
+ }
772
+ }],
773
+ shiped_error_quantity: [{
774
+ type: 'text',
775
+ props: {
776
+ value: 0
777
+ }
778
+ }],
779
+ time_info: [{
780
+ type: 'text',
781
+ props: {
782
+ value: '1970-01-01 08:00:00(黄盛)'
783
+ }
784
+ }, {
785
+ type: 'text',
786
+ props: {
787
+ value: '2025-03-12 15:54:26(黄盛)'
788
+ }
789
+ }],
790
+ p_remark: [{
791
+ type: 'text',
792
+ props: {
793
+ value: ''
794
+ }
795
+ }],
796
+ quantity: [{
797
+ type: 'text',
798
+ props: {
799
+ value: 0
800
+ }
801
+ }],
802
+ quantity_modify: [{
803
+ type: 'text',
804
+ props: {
805
+ value: 103
806
+ }
807
+ }],
808
+ bom_data: [{
809
+ type: 'text',
810
+ props: {
811
+ value: '0 / 0'
812
+ }
813
+ }]
347
814
  }, {
348
- "type": "tag",
349
- "props": {
350
- "value": ""
351
- }
352
- }],
353
- "goods_spu_info": [{
354
- "type": "text",
355
- "props": {
356
- "label": "SPU",
357
- "value": {
358
- "type": "link",
359
- "props": {
360
- "label": "",
361
- "value": "/"
815
+ key: '1075_1103_1',
816
+ id: 1075,
817
+ detail_id: 1103,
818
+ status_name: [{
819
+ type: 'text',
820
+ props: {
821
+ value: ''
822
+ },
823
+ extra: {
824
+ rowSpan: -1
825
+ }
826
+ }, {
827
+ type: 'tag',
828
+ props: {
829
+ value: ''
830
+ }
831
+ }],
832
+ goods_spu_info: [{
833
+ type: 'text',
834
+ props: {
835
+ label: 'SPU',
836
+ value: {
837
+ type: 'link',
838
+ props: {
839
+ label: '',
840
+ value: '/'
841
+ }
362
842
  }
843
+ },
844
+ extra: {
845
+ rowSpan: -1
846
+ }
847
+ }, {
848
+ type: 'text',
849
+ props: {
850
+ label: '品名',
851
+ value: ''
852
+ }
853
+ }, {
854
+ type: 'text',
855
+ props: {
856
+ label: '买手',
857
+ value: ''
858
+ }
859
+ }],
860
+ store_name: [{
861
+ type: 'text',
862
+ props: {
863
+ value: '国内备货仓'
864
+ }
865
+ }],
866
+ goods_image: [{
867
+ type: 'img',
868
+ props: {
869
+ value: 'http://image.spocoo.com/ac88db91d513da3256a6e18dd60c11a8.jpg'
870
+ }
871
+ }],
872
+ goods_sku_info: [{
873
+ type: 'link',
874
+ props: {
875
+ label: 'CO576911_02',
876
+ value: '/'
877
+ }
878
+ }, {
879
+ type: 'text',
880
+ props: {
881
+ value: '跨境新款车载垃圾桶带盖多功能车家两用置物收纳桶迷你汽车垃圾桶 粉色'
363
882
  }
883
+ }, {
884
+ type: 'tag',
885
+ props: {
886
+ value: '加',
887
+ color: 'red'
888
+ }
889
+ }],
890
+ planuser: [{
891
+ type: 'text',
892
+ props: {
893
+ value: ''
894
+ }
895
+ }],
896
+ factory: [{
897
+ type: 'link',
898
+ props: {
899
+ label: 'CO576911_02',
900
+ value: '/'
901
+ }
902
+ }],
903
+ asin: [{
904
+ type: 'text',
905
+ props: {
906
+ value: '0 / 0'
907
+ }
908
+ }],
909
+ goods_sales: [{
910
+ type: 'text',
911
+ props: {
912
+ value: '0 / 0 / 0 / / '
913
+ }
914
+ }],
915
+ goods_dms: [{
916
+ type: 'text',
917
+ props: {
918
+ value: '0 / 0'
919
+ }
920
+ }],
921
+ gross_margin: [{
922
+ type: 'text',
923
+ props: {
924
+ value: '0 / 0 / 0 / 0 / 0'
925
+ }
926
+ }],
927
+ goods_rma: [{
928
+ type: 'text',
929
+ props: {
930
+ value: '0 / 0 / 0 / 0 / 0'
931
+ }
932
+ }],
933
+ goods_stock: [{
934
+ type: 'text',
935
+ props: {
936
+ value: 0
937
+ }
938
+ }],
939
+ usable_stock: [{
940
+ type: 'text',
941
+ props: {
942
+ value: 0
943
+ }
944
+ }],
945
+ having_stock: [{
946
+ type: 'text',
947
+ props: {
948
+ value: 0
949
+ }
950
+ }],
951
+ unsellable_stock: [{
952
+ type: 'text',
953
+ props: {
954
+ value: 0
955
+ }
956
+ }],
957
+ plan_quantity: [{
958
+ type: 'text',
959
+ props: {
960
+ value: 0
961
+ }
962
+ }],
963
+ process_ing_quantity: [{
964
+ type: 'text',
965
+ props: {
966
+ value: 0
967
+ }
968
+ }],
969
+ ship_wait_quantity: [{
970
+ type: 'text',
971
+ props: {
972
+ value: 0
973
+ }
974
+ }],
975
+ shiping_num: [{
976
+ type: 'text',
977
+ props: {
978
+ value: 0
979
+ }
980
+ }],
981
+ overseas_stock: [{
982
+ type: 'text',
983
+ props: {
984
+ value: 0
985
+ }
986
+ }],
987
+ shiped_error_quantity: [{
988
+ type: 'text',
989
+ props: {
990
+ value: 0
991
+ }
992
+ }],
993
+ time_info: [{
994
+ type: 'text',
995
+ props: {
996
+ value: '1970-01-01 08:00:00(黄盛)'
997
+ }
998
+ }, {
999
+ type: 'text',
1000
+ props: {
1001
+ value: '2025-03-12 15:54:26(黄盛)'
1002
+ }
1003
+ }],
1004
+ p_remark: [{
1005
+ type: 'text',
1006
+ props: {
1007
+ value: ''
1008
+ }
1009
+ }],
1010
+ quantity: [{
1011
+ type: 'text',
1012
+ props: {
1013
+ value: 0
1014
+ }
1015
+ }],
1016
+ quantity_modify: [{
1017
+ type: 'text',
1018
+ props: {
1019
+ value: 102
1020
+ }
1021
+ }],
1022
+ bom_data: [{
1023
+ type: 'text',
1024
+ props: {
1025
+ value: '0 / 0'
1026
+ }
1027
+ }]
1028
+ }]
1029
+ }, {
1030
+ key: 'parent_1075_2',
1031
+ id: [{
1032
+ type: 'text',
1033
+ props: {
1034
+ value: 1075,
1035
+ width: 200
364
1036
  },
365
- "extra": {
366
- "rowSpan": -1
367
- }
368
- }, {
369
- "type": "text",
370
- "props": {
371
- "label": "品名",
372
- "value": ""
373
- }
1037
+ extra: {
1038
+ colSpan: 28
1039
+ }
1040
+ }],
1041
+ store_name: [{
1042
+ type: 'text',
1043
+ props: {
1044
+ label: '目的仓',
1045
+ value: '国内备货仓',
1046
+ width: 200
1047
+ }
1048
+ }],
1049
+ planuser: [{
1050
+ type: 'text',
1051
+ props: {
1052
+ label: '计划员',
1053
+ value: '',
1054
+ width: 200
1055
+ }
1056
+ }],
1057
+ label: [{
1058
+ type: 'tag',
1059
+ props: {
1060
+ value: '加工'
1061
+ }
1062
+ }],
1063
+ children: [{
1064
+ key: '1075_1102_2',
1065
+ id: 1075,
1066
+ detail_id: 1102,
1067
+ status_name: [{
1068
+ type: 'text',
1069
+ props: {
1070
+ value: 1075
1071
+ },
1072
+ extra: {
1073
+ rowSpan: 2
1074
+ }
1075
+ }, {
1076
+ type: 'tag',
1077
+ props: {
1078
+ value: '待处理'
1079
+ }
1080
+ }],
1081
+ goods_spu_info: [{
1082
+ type: 'text',
1083
+ props: {
1084
+ label: 'SPU',
1085
+ value: {
1086
+ type: 'link',
1087
+ props: {
1088
+ label: 'CO576911',
1089
+ value: '/'
1090
+ }
1091
+ }
1092
+ },
1093
+ extra: {
1094
+ rowSpan: 2
1095
+ }
1096
+ }, {
1097
+ type: 'text',
1098
+ props: {
1099
+ label: '品名',
1100
+ value: '跨境新款车载垃圾桶带盖多功能车家两用置物收纳桶迷你汽车垃圾桶'
1101
+ }
1102
+ }, {
1103
+ type: 'text',
1104
+ props: {
1105
+ label: '买手',
1106
+ value: ''
1107
+ }
1108
+ }],
1109
+ store_name: [{
1110
+ type: 'text',
1111
+ props: {
1112
+ value: '国内备货仓'
1113
+ }
1114
+ }],
1115
+ goods_image: [{
1116
+ type: 'img',
1117
+ props: {
1118
+ value: 'http://image.spocoo.com/881a5f295d399a1bfab9cd9a03173801.jpg'
1119
+ }
1120
+ }],
1121
+ goods_sku_info: [{
1122
+ type: 'link',
1123
+ props: {
1124
+ label: 'CO576911_01',
1125
+ value: '/'
1126
+ }
1127
+ }, {
1128
+ type: 'text',
1129
+ props: {
1130
+ value: '跨境新款车载垃圾桶带盖多功能车家两用置物收纳桶迷你汽车垃圾桶 黑色'
1131
+ }
1132
+ }, {
1133
+ type: 'tag',
1134
+ props: {
1135
+ value: '加',
1136
+ color: 'red'
1137
+ }
1138
+ }],
1139
+ planuser: [{
1140
+ type: 'text',
1141
+ props: {
1142
+ value: ''
1143
+ }
1144
+ }],
1145
+ factory: [{
1146
+ type: 'link',
1147
+ props: {
1148
+ label: 'CO576911_01',
1149
+ value: '/'
1150
+ }
1151
+ }],
1152
+ asin: [{
1153
+ type: 'text',
1154
+ props: {
1155
+ value: '0 / 0'
1156
+ }
1157
+ }],
1158
+ goods_sales: [{
1159
+ type: 'text',
1160
+ props: {
1161
+ value: '0 / 0 / 0 / / '
1162
+ }
1163
+ }],
1164
+ goods_dms: [{
1165
+ type: 'text',
1166
+ props: {
1167
+ value: '0 / 0'
1168
+ }
1169
+ }],
1170
+ gross_margin: [{
1171
+ type: 'text',
1172
+ props: {
1173
+ value: '0 / 0 / 0 / 0 / 0'
1174
+ }
1175
+ }],
1176
+ goods_rma: [{
1177
+ type: 'text',
1178
+ props: {
1179
+ value: '0 / 0 / 0 / 0 / 0'
1180
+ }
1181
+ }],
1182
+ goods_stock: [{
1183
+ type: 'text',
1184
+ props: {
1185
+ value: 0
1186
+ }
1187
+ }],
1188
+ usable_stock: [{
1189
+ type: 'text',
1190
+ props: {
1191
+ value: 0
1192
+ }
1193
+ }],
1194
+ having_stock: [{
1195
+ type: 'text',
1196
+ props: {
1197
+ value: 0
1198
+ }
1199
+ }],
1200
+ unsellable_stock: [{
1201
+ type: 'text',
1202
+ props: {
1203
+ value: 0
1204
+ }
1205
+ }],
1206
+ plan_quantity: [{
1207
+ type: 'text',
1208
+ props: {
1209
+ value: 0
1210
+ }
1211
+ }],
1212
+ process_ing_quantity: [{
1213
+ type: 'text',
1214
+ props: {
1215
+ value: 0
1216
+ }
1217
+ }],
1218
+ ship_wait_quantity: [{
1219
+ type: 'text',
1220
+ props: {
1221
+ value: 0
1222
+ }
1223
+ }],
1224
+ shiping_num: [{
1225
+ type: 'text',
1226
+ props: {
1227
+ value: 0
1228
+ }
1229
+ }],
1230
+ overseas_stock: [{
1231
+ type: 'text',
1232
+ props: {
1233
+ value: 0
1234
+ }
1235
+ }],
1236
+ shiped_error_quantity: [{
1237
+ type: 'text',
1238
+ props: {
1239
+ value: 0
1240
+ }
1241
+ }],
1242
+ time_info: [{
1243
+ type: 'text',
1244
+ props: {
1245
+ value: '1970-01-01 08:00:00(黄盛)'
1246
+ }
1247
+ }, {
1248
+ type: 'text',
1249
+ props: {
1250
+ value: '2025-03-12 15:54:26(黄盛)'
1251
+ }
1252
+ }],
1253
+ p_remark: [{
1254
+ type: 'text',
1255
+ props: {
1256
+ value: ''
1257
+ }
1258
+ }],
1259
+ quantity: [{
1260
+ type: 'text',
1261
+ props: {
1262
+ value: 0
1263
+ }
1264
+ }],
1265
+ quantity_modify: [{
1266
+ type: 'text',
1267
+ props: {
1268
+ value: 103
1269
+ }
1270
+ }],
1271
+ bom_data: [{
1272
+ type: 'text',
1273
+ props: {
1274
+ value: '0 / 0'
1275
+ }
1276
+ }]
374
1277
  }, {
375
- "type": "text",
376
- "props": {
377
- "label": "买手",
378
- "value": ""
379
- }
380
- }],
381
- "store_name": [{
382
- "type": "text",
383
- "props": {
384
- "value": "国内备货仓"
385
- }
386
- }],
387
- "goods_image": [{
388
- "type": "img",
389
- "props": {
390
- "value": "http://image.spocoo.com/ac88db91d513da3256a6e18dd60c11a8.jpg"
391
- }
392
- }],
393
- "goods_sku_info": [{
394
- "type": "link",
395
- "props": {
396
- "label": "CO576911_02",
397
- "value": "/"
398
- }
399
- }, {
400
- "type": "text",
401
- "props": {
402
- "value": "跨境新款车载垃圾桶带盖多功能车家两用置物收纳桶迷你汽车垃圾桶 粉色"
403
- }
404
- }, {
405
- "type": "tag",
406
- "props": {
407
- "value": "加",
408
- "color": "red"
409
- }
410
- }],
411
- "planuser": [{
412
- "type": "text",
413
- "props": {
414
- "value": ""
415
- }
416
- }],
417
- "factory": [{
418
- "type": "link",
419
- "props": {
420
- "label": "CO576911_02",
421
- "value": "/"
422
- }
423
- }],
424
- "asin": [{
425
- "type": "text",
426
- "props": {
427
- "value": "0 / 0"
428
- }
429
- }],
430
- "goods_sales": [{
431
- "type": "text",
432
- "props": {
433
- "value": "0 / 0 / 0 / / "
434
- }
435
- }],
436
- "goods_dms": [{
437
- "type": "text",
438
- "props": {
439
- "value": "0 / 0"
440
- }
441
- }],
442
- "gross_margin": [{
443
- "type": "text",
444
- "props": {
445
- "value": "0 / 0 / 0 / 0 / 0"
446
- }
447
- }],
448
- "goods_rma": [{
449
- "type": "text",
450
- "props": {
451
- "value": "0 / 0 / 0 / 0 / 0"
452
- }
453
- }],
454
- "goods_stock": [{
455
- "type": "text",
456
- "props": {
457
- "value": 0
458
- }
459
- }],
460
- "usable_stock": [{
461
- "type": "text",
462
- "props": {
463
- "value": 0
464
- }
465
- }],
466
- "having_stock": [{
467
- "type": "text",
468
- "props": {
469
- "value": 0
470
- }
471
- }],
472
- "unsellable_stock": [{
473
- "type": "text",
474
- "props": {
475
- "value": 0
476
- }
477
- }],
478
- "plan_quantity": [{
479
- "type": "text",
480
- "props": {
481
- "value": 0
482
- }
483
- }],
484
- "process_ing_quantity": [{
485
- "type": "text",
486
- "props": {
487
- "value": 0
488
- }
489
- }],
490
- "ship_wait_quantity": [{
491
- "type": "text",
492
- "props": {
493
- "value": 0
494
- }
495
- }],
496
- "shiping_num": [{
497
- "type": "text",
498
- "props": {
499
- "value": 0
500
- }
501
- }],
502
- "overseas_stock": [{
503
- "type": "text",
504
- "props": {
505
- "value": 0
506
- }
507
- }],
508
- "shiped_error_quantity": [{
509
- "type": "text",
510
- "props": {
511
- "value": 0
512
- }
513
- }],
514
- "time_info": [{
515
- "type": "text",
516
- "props": {
517
- "value": "1970-01-01 08:00:00(黄盛)"
518
- }
519
- }, {
520
- "type": "text",
521
- "props": {
522
- "value": "2025-03-12 15:54:26(黄盛)"
523
- }
524
- }],
525
- "p_remark": [{
526
- "type": "text",
527
- "props": {
528
- "value": ""
529
- }
530
- }],
531
- "quantity": [{
532
- "type": "text",
533
- "props": {
534
- "value": 0
535
- }
536
- }],
537
- "quantity_modify": [{
538
- "type": "text",
539
- "props": {
540
- "value": 102
541
- }
542
- }],
543
- "bom_data": [{
544
- "type": "text",
545
- "props": {
546
- "value": "0 / 0"
547
- }
548
- }]
549
- }]
550
- }, {
551
- "key": "parent_1075_1",
552
- "id": [{
553
- "type": "text",
554
- "props": {
555
- "value": 1075,
556
- "width": 200
557
- },
558
- "extra": {
559
- "colSpan": 28
560
- }
561
- }],
562
- "store_name": [{
563
- "type": "text",
564
- "props": {
565
- "label": "目的仓",
566
- "value": "国内备货仓",
567
- "width": 200
568
- }
569
- }],
570
- "planuser": [{
571
- "type": "text",
572
- "props": {
573
- "label": "计划员",
574
- "value": "",
575
- "width": 200
576
- }
577
- }],
578
- "label": [{
579
- "type": "tag",
580
- "props": {
581
- "value": "加工"
582
- }
583
- }],
584
- children: [{
585
- "key": "1075_1102_1",
586
- "id": 1075,
587
- "detail_id": 1102,
588
- "status_name": [{
589
- "type": "text",
590
- "props": {
591
- "value": 1075
592
- },
593
- "extra": {
594
- "rowSpan": 2
595
- }
596
- }, {
597
- "type": "tag",
598
- "props": {
599
- "value": "待处理"
600
- }
601
- }],
602
- "goods_spu_info": [{
603
- "type": "text",
604
- "props": {
605
- "label": "SPU",
606
- "value": {
607
- "type": "link",
608
- "props": {
609
- "label": "CO576911",
610
- "value": "/"
611
- }
1278
+ key: '1075_1103_2',
1279
+ id: 1075,
1280
+ detail_id: 1103,
1281
+ status_name: [{
1282
+ type: 'text',
1283
+ props: {
1284
+ value: ''
1285
+ },
1286
+ extra: {
1287
+ rowSpan: -1
612
1288
  }
613
- },
614
- "extra": {
615
- "rowSpan": 2
616
- }
617
- }, {
618
- "type": "text",
619
- "props": {
620
- "label": "品名",
621
- "value": "跨境新款车载垃圾桶带盖多功能车家两用置物收纳桶迷你汽车垃圾桶"
622
- }
623
- }, {
624
- "type": "text",
625
- "props": {
626
- "label": "买手",
627
- "value": ""
628
- }
629
- }],
630
- "store_name": [{
631
- "type": "text",
632
- "props": {
633
- "value": "国内备货仓"
634
- }
635
- }],
636
- "goods_image": [{
637
- "type": "img",
638
- "props": {
639
- "value": "http://image.spocoo.com/881a5f295d399a1bfab9cd9a03173801.jpg"
640
- }
641
- }],
642
- "goods_sku_info": [{
643
- "type": "link",
644
- "props": {
645
- "label": "CO576911_01",
646
- "value": "/"
647
- }
648
- }, {
649
- "type": "text",
650
- "props": {
651
- "value": "跨境新款车载垃圾桶带盖多功能车家两用置物收纳桶迷你汽车垃圾桶 黑色"
652
- }
653
- }, {
654
- "type": "tag",
655
- "props": {
656
- "value": "加",
657
- "color": "red"
658
- }
659
- }],
660
- "planuser": [{
661
- "type": "text",
662
- "props": {
663
- "value": ""
664
- }
665
- }],
666
- "factory": [{
667
- "type": "link",
668
- "props": {
669
- "label": "CO576911_01",
670
- "value": "/"
671
- }
672
- }],
673
- "asin": [{
674
- "type": "text",
675
- "props": {
676
- "value": "0 / 0"
677
- }
678
- }],
679
- "goods_sales": [{
680
- "type": "text",
681
- "props": {
682
- "value": "0 / 0 / 0 / / "
683
- }
684
- }],
685
- "goods_dms": [{
686
- "type": "text",
687
- "props": {
688
- "value": "0 / 0"
689
- }
690
- }],
691
- "gross_margin": [{
692
- "type": "text",
693
- "props": {
694
- "value": "0 / 0 / 0 / 0 / 0"
695
- }
696
- }],
697
- "goods_rma": [{
698
- "type": "text",
699
- "props": {
700
- "value": "0 / 0 / 0 / 0 / 0"
701
- }
702
- }],
703
- "goods_stock": [{
704
- "type": "text",
705
- "props": {
706
- "value": 0
707
- }
708
- }],
709
- "usable_stock": [{
710
- "type": "text",
711
- "props": {
712
- "value": 0
713
- }
714
- }],
715
- "having_stock": [{
716
- "type": "text",
717
- "props": {
718
- "value": 0
719
- }
720
- }],
721
- "unsellable_stock": [{
722
- "type": "text",
723
- "props": {
724
- "value": 0
725
- }
726
- }],
727
- "plan_quantity": [{
728
- "type": "text",
729
- "props": {
730
- "value": 0
731
- }
732
- }],
733
- "process_ing_quantity": [{
734
- "type": "text",
735
- "props": {
736
- "value": 0
737
- }
738
- }],
739
- "ship_wait_quantity": [{
740
- "type": "text",
741
- "props": {
742
- "value": 0
743
- }
744
- }],
745
- "shiping_num": [{
746
- "type": "text",
747
- "props": {
748
- "value": 0
749
- }
750
- }],
751
- "overseas_stock": [{
752
- "type": "text",
753
- "props": {
754
- "value": 0
755
- }
756
- }],
757
- "shiped_error_quantity": [{
758
- "type": "text",
759
- "props": {
760
- "value": 0
761
- }
762
- }],
763
- "time_info": [{
764
- "type": "text",
765
- "props": {
766
- "value": "1970-01-01 08:00:00(黄盛)"
767
- }
768
- }, {
769
- "type": "text",
770
- "props": {
771
- "value": "2025-03-12 15:54:26(黄盛)"
772
- }
773
- }],
774
- "p_remark": [{
775
- "type": "text",
776
- "props": {
777
- "value": ""
778
- }
779
- }],
780
- "quantity": [{
781
- "type": "text",
782
- "props": {
783
- "value": 0
784
- }
785
- }],
786
- "quantity_modify": [{
787
- "type": "text",
788
- "props": {
789
- "value": 103
790
- }
791
- }],
792
- "bom_data": [{
793
- "type": "text",
794
- "props": {
795
- "value": "0 / 0"
796
- }
797
- }]
798
- }, {
799
- "key": "1075_1103_1",
800
- "id": 1075,
801
- "detail_id": 1103,
802
- "status_name": [{
803
- "type": "text",
804
- "props": {
805
- "value": ""
806
- },
807
- "extra": {
808
- "rowSpan": -1
809
- }
810
- }, {
811
- "type": "tag",
812
- "props": {
813
- "value": ""
814
- }
815
- }],
816
- "goods_spu_info": [{
817
- "type": "text",
818
- "props": {
819
- "label": "SPU",
820
- "value": {
821
- "type": "link",
822
- "props": {
823
- "label": "",
824
- "value": "/"
825
- }
1289
+ }, {
1290
+ type: 'tag',
1291
+ props: {
1292
+ value: ''
826
1293
  }
827
- },
828
- "extra": {
829
- "rowSpan": -1
830
- }
831
- }, {
832
- "type": "text",
833
- "props": {
834
- "label": "品名",
835
- "value": ""
836
- }
837
- }, {
838
- "type": "text",
839
- "props": {
840
- "label": "买手",
841
- "value": ""
842
- }
843
- }],
844
- "store_name": [{
845
- "type": "text",
846
- "props": {
847
- "value": "国内备货仓"
848
- }
849
- }],
850
- "goods_image": [{
851
- "type": "img",
852
- "props": {
853
- "value": "http://image.spocoo.com/ac88db91d513da3256a6e18dd60c11a8.jpg"
854
- }
855
- }],
856
- "goods_sku_info": [{
857
- "type": "link",
858
- "props": {
859
- "label": "CO576911_02",
860
- "value": "/"
861
- }
862
- }, {
863
- "type": "text",
864
- "props": {
865
- "value": "跨境新款车载垃圾桶带盖多功能车家两用置物收纳桶迷你汽车垃圾桶 粉色"
866
- }
867
- }, {
868
- "type": "tag",
869
- "props": {
870
- "value": "加",
871
- "color": "red"
872
- }
873
- }],
874
- "planuser": [{
875
- "type": "text",
876
- "props": {
877
- "value": ""
878
- }
879
- }],
880
- "factory": [{
881
- "type": "link",
882
- "props": {
883
- "label": "CO576911_02",
884
- "value": "/"
885
- }
886
- }],
887
- "asin": [{
888
- "type": "text",
889
- "props": {
890
- "value": "0 / 0"
891
- }
892
- }],
893
- "goods_sales": [{
894
- "type": "text",
895
- "props": {
896
- "value": "0 / 0 / 0 / / "
897
- }
898
- }],
899
- "goods_dms": [{
900
- "type": "text",
901
- "props": {
902
- "value": "0 / 0"
903
- }
904
- }],
905
- "gross_margin": [{
906
- "type": "text",
907
- "props": {
908
- "value": "0 / 0 / 0 / 0 / 0"
909
- }
910
- }],
911
- "goods_rma": [{
912
- "type": "text",
913
- "props": {
914
- "value": "0 / 0 / 0 / 0 / 0"
915
- }
916
- }],
917
- "goods_stock": [{
918
- "type": "text",
919
- "props": {
920
- "value": 0
921
- }
922
- }],
923
- "usable_stock": [{
924
- "type": "text",
925
- "props": {
926
- "value": 0
927
- }
928
- }],
929
- "having_stock": [{
930
- "type": "text",
931
- "props": {
932
- "value": 0
933
- }
934
- }],
935
- "unsellable_stock": [{
936
- "type": "text",
937
- "props": {
938
- "value": 0
939
- }
940
- }],
941
- "plan_quantity": [{
942
- "type": "text",
943
- "props": {
944
- "value": 0
945
- }
946
- }],
947
- "process_ing_quantity": [{
948
- "type": "text",
949
- "props": {
950
- "value": 0
951
- }
952
- }],
953
- "ship_wait_quantity": [{
954
- "type": "text",
955
- "props": {
956
- "value": 0
957
- }
958
- }],
959
- "shiping_num": [{
960
- "type": "text",
961
- "props": {
962
- "value": 0
963
- }
964
- }],
965
- "overseas_stock": [{
966
- "type": "text",
967
- "props": {
968
- "value": 0
969
- }
970
- }],
971
- "shiped_error_quantity": [{
972
- "type": "text",
973
- "props": {
974
- "value": 0
975
- }
976
- }],
977
- "time_info": [{
978
- "type": "text",
979
- "props": {
980
- "value": "1970-01-01 08:00:00(黄盛)"
981
- }
982
- }, {
983
- "type": "text",
984
- "props": {
985
- "value": "2025-03-12 15:54:26(黄盛)"
986
- }
987
- }],
988
- "p_remark": [{
989
- "type": "text",
990
- "props": {
991
- "value": ""
992
- }
993
- }],
994
- "quantity": [{
995
- "type": "text",
996
- "props": {
997
- "value": 0
998
- }
999
- }],
1000
- "quantity_modify": [{
1001
- "type": "text",
1002
- "props": {
1003
- "value": 102
1004
- }
1005
- }],
1006
- "bom_data": [{
1007
- "type": "text",
1008
- "props": {
1009
- "value": "0 / 0"
1010
- }
1011
- }]
1012
- }]
1013
- }, {
1014
- "key": "parent_1075_2",
1015
- "id": [{
1016
- "type": "text",
1017
- "props": {
1018
- "value": 1075,
1019
- "width": 200
1020
- },
1021
- "extra": {
1022
- "colSpan": 28
1023
- }
1024
- }],
1025
- "store_name": [{
1026
- "type": "text",
1027
- "props": {
1028
- "label": "目的仓",
1029
- "value": "国内备货仓",
1030
- "width": 200
1031
- }
1032
- }],
1033
- "planuser": [{
1034
- "type": "text",
1035
- "props": {
1036
- "label": "计划员",
1037
- "value": "",
1038
- "width": 200
1039
- }
1040
- }],
1041
- "label": [{
1042
- "type": "tag",
1043
- "props": {
1044
- "value": "加工"
1045
- }
1046
- }],
1047
- children: [{
1048
- "key": "1075_1102_2",
1049
- "id": 1075,
1050
- "detail_id": 1102,
1051
- "status_name": [{
1052
- "type": "text",
1053
- "props": {
1054
- "value": 1075
1055
- },
1056
- "extra": {
1057
- "rowSpan": 2
1058
- }
1059
- }, {
1060
- "type": "tag",
1061
- "props": {
1062
- "value": "待处理"
1063
- }
1064
- }],
1065
- "goods_spu_info": [{
1066
- "type": "text",
1067
- "props": {
1068
- "label": "SPU",
1069
- "value": {
1070
- "type": "link",
1071
- "props": {
1072
- "label": "CO576911",
1073
- "value": "/"
1294
+ }],
1295
+ goods_spu_info: [{
1296
+ type: 'text',
1297
+ props: {
1298
+ label: 'SPU',
1299
+ value: {
1300
+ type: 'link',
1301
+ props: {
1302
+ label: '',
1303
+ value: '/'
1304
+ }
1074
1305
  }
1306
+ },
1307
+ extra: {
1308
+ rowSpan: -1
1075
1309
  }
1076
- },
1077
- "extra": {
1078
- "rowSpan": 2
1079
- }
1080
- }, {
1081
- "type": "text",
1082
- "props": {
1083
- "label": "品名",
1084
- "value": "跨境新款车载垃圾桶带盖多功能车家两用置物收纳桶迷你汽车垃圾桶"
1085
- }
1086
- }, {
1087
- "type": "text",
1088
- "props": {
1089
- "label": "买手",
1090
- "value": ""
1091
- }
1092
- }],
1093
- "store_name": [{
1094
- "type": "text",
1095
- "props": {
1096
- "value": "国内备货仓"
1097
- }
1098
- }],
1099
- "goods_image": [{
1100
- "type": "img",
1101
- "props": {
1102
- "value": "http://image.spocoo.com/881a5f295d399a1bfab9cd9a03173801.jpg"
1103
- }
1104
- }],
1105
- "goods_sku_info": [{
1106
- "type": "link",
1107
- "props": {
1108
- "label": "CO576911_01",
1109
- "value": "/"
1110
- }
1111
- }, {
1112
- "type": "text",
1113
- "props": {
1114
- "value": "跨境新款车载垃圾桶带盖多功能车家两用置物收纳桶迷你汽车垃圾桶 黑色"
1115
- }
1116
- }, {
1117
- "type": "tag",
1118
- "props": {
1119
- "value": "加",
1120
- "color": "red"
1121
- }
1122
- }],
1123
- "planuser": [{
1124
- "type": "text",
1125
- "props": {
1126
- "value": ""
1127
- }
1128
- }],
1129
- "factory": [{
1130
- "type": "link",
1131
- "props": {
1132
- "label": "CO576911_01",
1133
- "value": "/"
1134
- }
1135
- }],
1136
- "asin": [{
1137
- "type": "text",
1138
- "props": {
1139
- "value": "0 / 0"
1140
- }
1141
- }],
1142
- "goods_sales": [{
1143
- "type": "text",
1144
- "props": {
1145
- "value": "0 / 0 / 0 / / "
1146
- }
1147
- }],
1148
- "goods_dms": [{
1149
- "type": "text",
1150
- "props": {
1151
- "value": "0 / 0"
1152
- }
1153
- }],
1154
- "gross_margin": [{
1155
- "type": "text",
1156
- "props": {
1157
- "value": "0 / 0 / 0 / 0 / 0"
1158
- }
1159
- }],
1160
- "goods_rma": [{
1161
- "type": "text",
1162
- "props": {
1163
- "value": "0 / 0 / 0 / 0 / 0"
1164
- }
1165
- }],
1166
- "goods_stock": [{
1167
- "type": "text",
1168
- "props": {
1169
- "value": 0
1170
- }
1171
- }],
1172
- "usable_stock": [{
1173
- "type": "text",
1174
- "props": {
1175
- "value": 0
1176
- }
1177
- }],
1178
- "having_stock": [{
1179
- "type": "text",
1180
- "props": {
1181
- "value": 0
1182
- }
1183
- }],
1184
- "unsellable_stock": [{
1185
- "type": "text",
1186
- "props": {
1187
- "value": 0
1188
- }
1189
- }],
1190
- "plan_quantity": [{
1191
- "type": "text",
1192
- "props": {
1193
- "value": 0
1194
- }
1195
- }],
1196
- "process_ing_quantity": [{
1197
- "type": "text",
1198
- "props": {
1199
- "value": 0
1200
- }
1201
- }],
1202
- "ship_wait_quantity": [{
1203
- "type": "text",
1204
- "props": {
1205
- "value": 0
1206
- }
1207
- }],
1208
- "shiping_num": [{
1209
- "type": "text",
1210
- "props": {
1211
- "value": 0
1212
- }
1213
- }],
1214
- "overseas_stock": [{
1215
- "type": "text",
1216
- "props": {
1217
- "value": 0
1218
- }
1219
- }],
1220
- "shiped_error_quantity": [{
1221
- "type": "text",
1222
- "props": {
1223
- "value": 0
1224
- }
1225
- }],
1226
- "time_info": [{
1227
- "type": "text",
1228
- "props": {
1229
- "value": "1970-01-01 08:00:00(黄盛)"
1230
- }
1231
- }, {
1232
- "type": "text",
1233
- "props": {
1234
- "value": "2025-03-12 15:54:26(黄盛)"
1235
- }
1236
- }],
1237
- "p_remark": [{
1238
- "type": "text",
1239
- "props": {
1240
- "value": ""
1241
- }
1242
- }],
1243
- "quantity": [{
1244
- "type": "text",
1245
- "props": {
1246
- "value": 0
1247
- }
1248
- }],
1249
- "quantity_modify": [{
1250
- "type": "text",
1251
- "props": {
1252
- "value": 103
1253
- }
1254
- }],
1255
- "bom_data": [{
1256
- "type": "text",
1257
- "props": {
1258
- "value": "0 / 0"
1259
- }
1260
- }]
1261
- }, {
1262
- "key": "1075_1103_2",
1263
- "id": 1075,
1264
- "detail_id": 1103,
1265
- "status_name": [{
1266
- "type": "text",
1267
- "props": {
1268
- "value": ""
1269
- },
1270
- "extra": {
1271
- "rowSpan": -1
1272
- }
1273
- }, {
1274
- "type": "tag",
1275
- "props": {
1276
- "value": ""
1277
- }
1278
- }],
1279
- "goods_spu_info": [{
1280
- "type": "text",
1281
- "props": {
1282
- "label": "SPU",
1283
- "value": {
1284
- "type": "link",
1285
- "props": {
1286
- "label": "",
1287
- "value": "/"
1288
- }
1310
+ }, {
1311
+ type: 'text',
1312
+ props: {
1313
+ label: '品名',
1314
+ value: ''
1289
1315
  }
1290
- },
1291
- "extra": {
1292
- "rowSpan": -1
1293
- }
1294
- }, {
1295
- "type": "text",
1296
- "props": {
1297
- "label": "品名",
1298
- "value": ""
1299
- }
1300
- }, {
1301
- "type": "text",
1302
- "props": {
1303
- "label": "买手",
1304
- "value": ""
1305
- }
1306
- }],
1307
- "store_name": [{
1308
- "type": "text",
1309
- "props": {
1310
- "value": "国内备货仓"
1311
- }
1312
- }],
1313
- "goods_image": [{
1314
- "type": "img",
1315
- "props": {
1316
- "value": "http://image.spocoo.com/ac88db91d513da3256a6e18dd60c11a8.jpg"
1317
- }
1318
- }],
1319
- "goods_sku_info": [{
1320
- "type": "link",
1321
- "props": {
1322
- "label": "CO576911_02",
1323
- "value": "/"
1324
- }
1325
- }, {
1326
- "type": "text",
1327
- "props": {
1328
- "value": "跨境新款车载垃圾桶带盖多功能车家两用置物收纳桶迷你汽车垃圾桶 粉色"
1329
- }
1330
- }, {
1331
- "type": "tag",
1332
- "props": {
1333
- "value": "加",
1334
- "color": "red"
1335
- }
1336
- }],
1337
- "planuser": [{
1338
- "type": "text",
1339
- "props": {
1340
- "value": ""
1341
- }
1342
- }],
1343
- "factory": [{
1344
- "type": "link",
1345
- "props": {
1346
- "label": "CO576911_02",
1347
- "value": "/"
1348
- }
1349
- }],
1350
- "asin": [{
1351
- "type": "text",
1352
- "props": {
1353
- "value": "0 / 0"
1354
- }
1355
- }],
1356
- "goods_sales": [{
1357
- "type": "text",
1358
- "props": {
1359
- "value": "0 / 0 / 0 / / "
1360
- }
1361
- }],
1362
- "goods_dms": [{
1363
- "type": "text",
1364
- "props": {
1365
- "value": "0 / 0"
1366
- }
1367
- }],
1368
- "gross_margin": [{
1369
- "type": "text",
1370
- "props": {
1371
- "value": "0 / 0 / 0 / 0 / 0"
1372
- }
1373
- }],
1374
- "goods_rma": [{
1375
- "type": "text",
1376
- "props": {
1377
- "value": "0 / 0 / 0 / 0 / 0"
1378
- }
1379
- }],
1380
- "goods_stock": [{
1381
- "type": "text",
1382
- "props": {
1383
- "value": 0
1384
- }
1385
- }],
1386
- "usable_stock": [{
1387
- "type": "text",
1388
- "props": {
1389
- "value": 0
1390
- }
1391
- }],
1392
- "having_stock": [{
1393
- "type": "text",
1394
- "props": {
1395
- "value": 0
1396
- }
1397
- }],
1398
- "unsellable_stock": [{
1399
- "type": "text",
1400
- "props": {
1401
- "value": 0
1402
- }
1403
- }],
1404
- "plan_quantity": [{
1405
- "type": "text",
1406
- "props": {
1407
- "value": 0
1408
- }
1409
- }],
1410
- "process_ing_quantity": [{
1411
- "type": "text",
1412
- "props": {
1413
- "value": 0
1414
- }
1415
- }],
1416
- "ship_wait_quantity": [{
1417
- "type": "text",
1418
- "props": {
1419
- "value": 0
1420
- }
1421
- }],
1422
- "shiping_num": [{
1423
- "type": "text",
1424
- "props": {
1425
- "value": 0
1426
- }
1427
- }],
1428
- "overseas_stock": [{
1429
- "type": "text",
1430
- "props": {
1431
- "value": 0
1432
- }
1433
- }],
1434
- "shiped_error_quantity": [{
1435
- "type": "text",
1436
- "props": {
1437
- "value": 0
1438
- }
1439
- }],
1440
- "time_info": [{
1441
- "type": "text",
1442
- "props": {
1443
- "value": "1970-01-01 08:00:00(黄盛)"
1444
- }
1445
- }, {
1446
- "type": "text",
1447
- "props": {
1448
- "value": "2025-03-12 15:54:26(黄盛)"
1449
- }
1450
- }],
1451
- "p_remark": [{
1452
- "type": "text",
1453
- "props": {
1454
- "value": ""
1455
- }
1456
- }],
1457
- "quantity": [{
1458
- "type": "text",
1459
- "props": {
1460
- "value": 0
1461
- }
1462
- }],
1463
- "quantity_modify": [{
1464
- "type": "text",
1465
- "props": {
1466
- "value": 102
1467
- }
1468
- }],
1469
- "bom_data": [{
1470
- "type": "text",
1471
- "props": {
1472
- "value": "0 / 0"
1473
- }
1316
+ }, {
1317
+ type: 'text',
1318
+ props: {
1319
+ label: '买手',
1320
+ value: ''
1321
+ }
1322
+ }],
1323
+ store_name: [{
1324
+ type: 'text',
1325
+ props: {
1326
+ value: '国内备货仓'
1327
+ }
1328
+ }],
1329
+ goods_image: [{
1330
+ type: 'img',
1331
+ props: {
1332
+ value: 'http://image.spocoo.com/ac88db91d513da3256a6e18dd60c11a8.jpg'
1333
+ }
1334
+ }],
1335
+ goods_sku_info: [{
1336
+ type: 'link',
1337
+ props: {
1338
+ label: 'CO576911_02',
1339
+ value: '/'
1340
+ }
1341
+ }, {
1342
+ type: 'text',
1343
+ props: {
1344
+ value: '跨境新款车载垃圾桶带盖多功能车家两用置物收纳桶迷你汽车垃圾桶 粉色'
1345
+ }
1346
+ }, {
1347
+ type: 'tag',
1348
+ props: {
1349
+ value: '加',
1350
+ color: 'red'
1351
+ }
1352
+ }],
1353
+ planuser: [{
1354
+ type: 'text',
1355
+ props: {
1356
+ value: ''
1357
+ }
1358
+ }],
1359
+ factory: [{
1360
+ type: 'link',
1361
+ props: {
1362
+ label: 'CO576911_02',
1363
+ value: '/'
1364
+ }
1365
+ }],
1366
+ asin: [{
1367
+ type: 'text',
1368
+ props: {
1369
+ value: '0 / 0'
1370
+ }
1371
+ }],
1372
+ goods_sales: [{
1373
+ type: 'text',
1374
+ props: {
1375
+ value: '0 / 0 / 0 / / '
1376
+ }
1377
+ }],
1378
+ goods_dms: [{
1379
+ type: 'text',
1380
+ props: {
1381
+ value: '0 / 0'
1382
+ }
1383
+ }],
1384
+ gross_margin: [{
1385
+ type: 'text',
1386
+ props: {
1387
+ value: '0 / 0 / 0 / 0 / 0'
1388
+ }
1389
+ }],
1390
+ goods_rma: [{
1391
+ type: 'text',
1392
+ props: {
1393
+ value: '0 / 0 / 0 / 0 / 0'
1394
+ }
1395
+ }],
1396
+ goods_stock: [{
1397
+ type: 'text',
1398
+ props: {
1399
+ value: 0
1400
+ }
1401
+ }],
1402
+ usable_stock: [{
1403
+ type: 'text',
1404
+ props: {
1405
+ value: 0
1406
+ }
1407
+ }],
1408
+ having_stock: [{
1409
+ type: 'text',
1410
+ props: {
1411
+ value: 0
1412
+ }
1413
+ }],
1414
+ unsellable_stock: [{
1415
+ type: 'text',
1416
+ props: {
1417
+ value: 0
1418
+ }
1419
+ }],
1420
+ plan_quantity: [{
1421
+ type: 'text',
1422
+ props: {
1423
+ value: 0
1424
+ }
1425
+ }],
1426
+ process_ing_quantity: [{
1427
+ type: 'text',
1428
+ props: {
1429
+ value: 0
1430
+ }
1431
+ }],
1432
+ ship_wait_quantity: [{
1433
+ type: 'text',
1434
+ props: {
1435
+ value: 0
1436
+ }
1437
+ }],
1438
+ shiping_num: [{
1439
+ type: 'text',
1440
+ props: {
1441
+ value: 0
1442
+ }
1443
+ }],
1444
+ overseas_stock: [{
1445
+ type: 'text',
1446
+ props: {
1447
+ value: 0
1448
+ }
1449
+ }],
1450
+ shiped_error_quantity: [{
1451
+ type: 'text',
1452
+ props: {
1453
+ value: 0
1454
+ }
1455
+ }],
1456
+ time_info: [{
1457
+ type: 'text',
1458
+ props: {
1459
+ value: '1970-01-01 08:00:00(黄盛)'
1460
+ }
1461
+ }, {
1462
+ type: 'text',
1463
+ props: {
1464
+ value: '2025-03-12 15:54:26(黄盛)'
1465
+ }
1466
+ }],
1467
+ p_remark: [{
1468
+ type: 'text',
1469
+ props: {
1470
+ value: ''
1471
+ }
1472
+ }],
1473
+ quantity: [{
1474
+ type: 'text',
1475
+ props: {
1476
+ value: 0
1477
+ }
1478
+ }],
1479
+ quantity_modify: [{
1480
+ type: 'text',
1481
+ props: {
1482
+ value: 102
1483
+ }
1484
+ }],
1485
+ bom_data: [{
1486
+ type: 'text',
1487
+ props: {
1488
+ value: '0 / 0'
1489
+ }
1490
+ }]
1474
1491
  }]
1475
1492
  }]
1476
- }]
1493
+ })
1477
1494
  });
1478
1495
  });