@teamias/rex-design 0.0.1 → 0.0.2

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