气涨轴

This commit is contained in:
2022-12-19 17:00:11 +08:00
parent 800fde6610
commit 7f57f46c04
2 changed files with 4 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
<thead>
<tr>
<th>序号</th>
<th>气涨轴</th>
<th>子卷号</th>
<th>机台编号</th>
<th>分切组</th>
@@ -43,6 +44,7 @@
<tbody>
<tr v-for="(e, i) in dataList" :key="i" @click="toCheck(e)" :class="{'checked': e.container_name === pkId}">
<td>{{Number(i) + 1}}</td>
<td>{{e.qzzno}}</td>
<td>{{e.container_name}}</td>
<td>{{e.point_code}}</td>
<td>{{e.split_group}}</td>

View File

@@ -40,6 +40,7 @@
<tr>
<th>序号</th>
<th>选择</th>
<th>气涨轴</th>
<th>子卷号</th>
<th>机台编号</th>
<th>分切组</th>
@@ -59,6 +60,7 @@
<tr v-for="(e, i) in dataList" :key="i" :class="{'checked': e.checked}">
<td>{{Number(i) + 1}}</td>
<td><span class="iconfont icon_unchecked" :class="{'icon_checked': e.checked}" @tap="toCheck(e)">&#xe66b;</span></td>
<td>{{e.qzzno}}</td>
<td>{{e.container_name}}</td>
<td>{{e.point_code}}</td>
<td>{{e.split_group}}</td>