呼叫物料

This commit is contained in:
蔡玲
2024-11-08 13:50:59 +08:00
parent 30b9fa4b96
commit 4414007050

View File

@@ -32,6 +32,7 @@
<th>工序</th>
<th>物料数量</th>
<th>交期时间</th>
<th>优先级</th>
</tr>
</thead>
<tbody>
@@ -41,6 +42,7 @@
<td>{{e.region_code}}</td>
<td>{{e.material_qty}}</td>
<td>{{e.due_date}}</td>
<td>{{e.priority}}</td>
</tr>
</tbody>
</table>