确认取货

This commit is contained in:
2025-10-21 13:31:10 +08:00
parent 82d01ee240
commit 547be02059
3 changed files with 16 additions and 3 deletions

View File

@@ -73,6 +73,8 @@
<th>删除选择</th>
<th>点位码</th>
<th>托盘码</th>
<th>批次号</th>
<th>物料类型</th>
<th>物料编码</th>
<th>重量</th>
<th>单据</th>
@@ -84,6 +86,8 @@
<td @tap="toCheck(e)"><uni-icons :type="e.checked ? 'checkbox' : 'circle'" size="24" color="#4e6ef2"></uni-icons></td>
<td>{{e.site_code}}</td>
<td>{{e.vehicle_code}}</td>
<td>{{e.pcsn}}</td>
<td>{{e.material_model}}</td>
<td>{{e.material_code}}</td>
<td>{{e.qty}}</td>
<td>{{e.form_data_code}}</td>