发货区解绑样式
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
.back-top
|
.back-top
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 9999;
|
z-index: 299;
|
||||||
right: 10rpx;
|
right: 10rpx;
|
||||||
bottom: 130rpx;
|
bottom: 130rpx;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="fontcol1">单据号</th>
|
<th>单据号</th>
|
||||||
<th>状态</th>
|
<th>状态</th>
|
||||||
<th>总重量</th>
|
<th>总重量</th>
|
||||||
<th>明细数</th>
|
<th>明细数</th>
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr v-for="(e, i) in dataList" :key="i" @click="toCheck(e)" :class="{'checked': e.bill_code === pkId}">
|
<tr v-for="(e, i) in dataList" :key="i" @click="toCheck(e)" :class="{'checked': e.bill_code === pkId}">
|
||||||
<td class="fontcol1">{{e.bill_code}}</td>
|
<td>{{e.bill_code}}</td>
|
||||||
<td>{{e.bill_status}}</td>
|
<td>{{e.bill_status}}</td>
|
||||||
<td>{{e.total_qty}}</td>
|
<td>{{e.total_qty}}</td>
|
||||||
<td>{{e.detail_count}}</td>
|
<td>{{e.detail_count}}</td>
|
||||||
@@ -119,7 +119,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="stylus">
|
|
||||||
</style>
|
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="fontcol1">木箱号</th>
|
<th>木箱号</th>
|
||||||
<th>子卷号</th>
|
<th>子卷号</th>
|
||||||
<th>sap批次</th>
|
<th>sap批次</th>
|
||||||
<th>净重</th>
|
<th>净重</th>
|
||||||
@@ -80,7 +80,7 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr v-for="e in dtlList" :key="e.package_box_sn">
|
<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.container_name}}</td>
|
||||||
<td>{{e.sap_pcsn}}</td>
|
<td>{{e.sap_pcsn}}</td>
|
||||||
<td>{{e.net_weight}}</td>
|
<td>{{e.net_weight}}</td>
|
||||||
@@ -169,7 +169,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="stylus">
|
|
||||||
</style>
|
|
||||||
Reference in New Issue
Block a user