生产区发货确认修改
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>木箱号</th>
|
||||
<th>序号</th>
|
||||
<th>点位编码</th>
|
||||
<th>点位名称</th>
|
||||
<th>重量</th>
|
||||
@@ -30,6 +31,7 @@
|
||||
<tbody>
|
||||
<tr v-for="(e, i) in dataList" :key="i">
|
||||
<td style="text-decoration: underline;" @tap="toXq(e.package_box_sn)">{{e.package_box_sn}}</td>
|
||||
<td>{{Number(i) + 1}}</td>
|
||||
<td>{{e.point_code}}</td>
|
||||
<td>{{e.point_name}}</td>
|
||||
<td>{{e.box_weight}}</td>
|
||||
|
||||
Reference in New Issue
Block a user