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

View File

@@ -19,24 +19,26 @@
<thead> <thead>
<tr> <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>
<th>产品编码</th> <th>产品编码</th>
<th>产品名称</th>
<th>订单号</th> <th>订单号</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr v-for="(e, i) in dataList" :key="i"> <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 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_code}}</td>
<td>{{e.point_name}}</td> <td>{{e.point_name}}</td>
<td>{{e.box_weight}}</td>
<td>{{e.product_name}}</td> <td>{{e.product_name}}</td>
<td>{{e.product_description}}</td>
<td>{{e.sale_order_name}}</td> <td>{{e.sale_order_name}}</td>
</tr> </tr>
</tbody> </tbody>
@@ -75,7 +77,7 @@
}, },
methods: { methods: {
handleChange1 (e) { handleChange1 (e) {
this._stivtDtlQuery(e) this._stivtDtlQuery()
}, },
goIn () { goIn () {
uni.navigateTo({ uni.navigateTo({