| | |
| | | <th>工序</th> |
| | | <th>需求数量</th> |
| | | <th>完成数量</th> |
| | | <th>实际入库数量</th> |
| | | <th>不通过原因</th> |
| | | <th>完成进度</th> |
| | | </tr> |
| | | </thead> |
| | |
| | | </td> |
| | | <td>{{ item.quantity || 0 }}</td> |
| | | <td>{{ item.completeQuantity || 0 }}</td> |
| | | <td>{{ item.actualStockInNum || 0 }}</td> |
| | | <td>{{ item.reason || '-' }}</td> |
| | | <td> |
| | | <el-progress |
| | | :percentage="calculateProgress(item)" |
| | |
| | | } |
| | | |
| | | .progress-table th:nth-child(1) { |
| | | width: 13%; |
| | | width: 11%; |
| | | } |
| | | |
| | | .progress-table th:nth-child(2) { |
| | | width: 14%; |
| | | width: 12%; |
| | | } |
| | | |
| | | .progress-table th:nth-child(3) { |
| | | width: 14%; |
| | | width: 12%; |
| | | } |
| | | |
| | | .progress-table th:nth-child(4) { |
| | | width: 18%; |
| | | width: 15%; |
| | | } |
| | | |
| | | .progress-table th:nth-child(5) { |
| | | width: 11%; |
| | | width: 9%; |
| | | } |
| | | |
| | | .progress-table th:nth-child(6) { |
| | | width: 11%; |
| | | width: 9%; |
| | | } |
| | | |
| | | .progress-table th:nth-child(7) { |
| | | width: 19%; |
| | | width: 10%; |
| | | } |
| | | |
| | | .progress-table th:nth-child(8) { |
| | | width: 11%; |
| | | } |
| | | |
| | | .progress-table th:nth-child(9) { |
| | | width: 11%; |
| | | } |
| | | |
| | | .progress-table td { |