This commit is contained in:
2023-08-25 16:56:17 +08:00
parent b933bdd642
commit d4884d2bcb

View File

@@ -19,24 +19,26 @@
<thead>
<tr>
<th>木箱号</th>
<th>序号</th>
<th>木箱毛重</th>
<th>木箱净重</th>
<th>产品名称</th>
<!-- <th>序号</th> -->
<th>点位编码</th>
<th>点位名称</th>
<th>重量</th>
<th>产品编码</th>
<th>产品名称</th>
<th>订单号</th>
</tr>
</thead>
<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.box_weight}}</td>
<td>{{e.net_weight_num}}</td>
<td>{{e.product_description}}</td>
<!-- <td>{{Number(i) + 1}}</td> -->
<td>{{e.point_code}}</td>
<td>{{e.point_name}}</td>
<td>{{e.box_weight}}</td>
<td>{{e.product_name}}</td>
<td>{{e.product_description}}</td>
<td>{{e.sale_order_name}}</td>
</tr>
</tbody>
@@ -75,7 +77,7 @@
},
methods: {
handleChange1 (e) {
this._stivtDtlQuery(e)
this._stivtDtlQuery()
},
goIn () {
uni.navigateTo({