This commit is contained in:
2023-01-06 17:35:50 +08:00
parent 923c8d5baa
commit e9453564bd
2 changed files with 14 additions and 9 deletions

View File

@@ -25,8 +25,8 @@
</thead>
<tbody>
<tr v-for="(el, i) in dataList" :key="i" :class="{'checked': el.checked}">
<td><span class="iconfont icon_unchecked" :class="{'icon_checked': e.checked}" @tap="toCheck(e)">&#xe66b;</span></td>
<td @tap="toXq(el.storagevehicle_code)"><a>{{el.storagevehicle_code}}</a></td>
<td><span class="iconfont icon_unchecked" :class="{'icon_checked': el.checked}" @tap="toCheck(el)">&#xe66b;</span></td>
<td style="text-decoration: underline;" @tap="toXq(el.storagevehicle_code)"><a>{{el.storagevehicle_code}}</a></td>
<td>{{el.status}}</td>
<!-- <td>{{el.base_qty}}</td>
<td><input type="number" class="sin_input" :min="0" v-model="el.fac_qty" @blur="e => {if (e.target.value === '') {el.fac_qty=0}}" v-enter-number></td> -->
@@ -141,11 +141,11 @@
padding-bottom 77rpx
// .slide_new table td:nth-child(1), .slide_new table th:nth-child(1)
// box-shadow 1px 0 2px rgba(0,0,0,.12)
.slide_new table td:first-child, .slide_new table th:first-child
width 92rpx
.slide_new table td:nth-child(2), .slide_new table th:nth-child(2)
position sticky
left 89rpx
z-index 102
box-shadow 1px 0 2px rgba(0,0,0,.12)
// .slide_new table td:first-child, .slide_new table th:first-child
// width 92rpx
// // .slide_new table td:nth-child(2), .slide_new table th:nth-child(2)
// // position sticky
// // left 89rpx
// // z-index 102
// // box-shadow 1px 0 2px rgba(0,0,0,.12)
</style>