列表样式

This commit is contained in:
2023-05-10 10:49:00 +08:00
parent 89618b56b1
commit 41bfeb3c09
5 changed files with 315 additions and 13 deletions

View File

@@ -33,8 +33,10 @@
</view> -->
</view>
<view class="confirm-button-wrap">
<button class="confirm-button" @tap="toSearch">查询</button>
<button class="confirm-button" :class="{'confirm-button_disabled': !pkId || !index2 || !val1 || !index3}" :disabled="disabled" @tap="toSure">确认</button>
<button class="confirm-button" @tap="toSearch">添加盘点物料</button>
<button class="confirm-button" :class="{'confirm-button_disabled': !pkId || !index2 || !val1 || !index3}" :disabled="disabled" @tap="toSure">删除一行</button>
<button class="confirm-button" :class="{'confirm-button_disabled': !pkId || !index2 || !val1 || !index3}" :disabled="disabled" @tap="toSure">生成盘点单</button>
<button class="confirm-button" :class="{'confirm-button_disabled': !pkId || !index2 || !val1 || !index3}" :disabled="disabled" @tap="toSure">盘点作业</button>
</view>
</view>
<view class="grid-wrap">
@@ -42,9 +44,14 @@
<thead>
<tr>
<th>选择</th>
<th>缓存线编码</th>
<th>缓存线位置编码</th>
<th>料箱码</th>
<th>序号</th>
<th>盘点库区</th>
<th>盘点货位</th>
<th>物料号</th>
<th>物料名称</th>
<th>数量</th>
<th>单重(g)</th>
<th>载具号</th>
</tr>
</thead>
<tbody>