发货区解绑样式
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="fontcol1">木箱号</th>
|
||||
<th>木箱号</th>
|
||||
<th>子卷号</th>
|
||||
<th>sap批次</th>
|
||||
<th>净重</th>
|
||||
@@ -80,7 +80,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="e in dtlList" :key="e.package_box_sn">
|
||||
<td class="fontcol1">{{e.package_box_sn}}</td>
|
||||
<td>{{e.package_box_sn}}</td>
|
||||
<td>{{e.container_name}}</td>
|
||||
<td>{{e.sap_pcsn}}</td>
|
||||
<td>{{e.net_weight}}</td>
|
||||
@@ -169,7 +169,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="stylus">
|
||||
</style>
|
||||
</script>
|
||||
Reference in New Issue
Block a user