| | |
| | | width: 150, |
| | | }, |
| | | { |
| | | prop: "materialWide", |
| | | title: "ç©æå¹
宽", |
| | | type: "string", |
| | | width: 100, |
| | | }, |
| | | { |
| | | prop: "materialWeight", |
| | | title: "ç©æéé", |
| | | type: "string", |
| | | width: 100, |
| | | }, |
| | | { |
| | | prop: "stockId", |
| | | title: "åºå主é®", |
| | | type: "string", |
| | |
| | | }, |
| | | { |
| | | prop: "taskNum", |
| | | title: "åºåºä»»å¡å·", |
| | | title: "åºåºä»»å¡", |
| | | type: "string", |
| | | width: 100, |
| | | }, |
| | |
| | | prop: "palletCode", |
| | | title: "æ¡ç ç¼å·", |
| | | type: "string", |
| | | width: 150, |
| | | width: 130, |
| | | }, |
| | | { |
| | | prop: "locationCode", |
| | | title: "è´§ä½ç¼å·", |
| | | type: "string", |
| | | width: 180, |
| | | width: 200, |
| | | }, |
| | | { |
| | | prop: "status", |
| | |
| | | { label: 'åºåºä¸', value: 1 }, |
| | | { label: 'åºåºå®æ', value: 2 }, |
| | | { label: 'æ£é宿', value: 3 }, |
| | | { label: 'æ¤é', value: 99 } |
| | | { label: 'æ¤é', value: 99 }, |
| | | { label: 'å
³é', value: 100 } |
| | | ] |
| | | this.tableData=x.map((i) => ({ |
| | | ...i, |
| | | status:label.find((j) => j.value === i.status).label |
| | | status:label.find((j) => j.value === i.status)?.label || i.status |
| | | })) |
| | | }); |
| | | }, |