页面排版修改

This commit is contained in:
2024-08-08 15:51:36 +08:00
parent edbd785fd2
commit 108920e0f4
2 changed files with 7 additions and 5 deletions

View File

@@ -62,9 +62,10 @@
<tr>
<th>序号</th>
<th>选择</th>
<th v-if="id === 'CGRKD' || id === 'LLCKD'">物料编号</th>
<th>仓库名称</th>
<th>物料名称</th>
<th>物料编号</th>
<th v-if="id !== 'CGRKD' && id !== 'LLCKD'">物料编号</th>
<th>单位</th>
<th>库位</th>
<th>数量</th>
@@ -87,9 +88,10 @@
<view class="zd-checkbox" :class="{'zd-checkbox_active': el.checked}"></view>
</view>
</td>
<td v-if="id === 'CGRKD' || id === 'LLCKD'">{{el.wlbm}}</td>
<td>{{el.ckmc}}</td>
<td>{{el.wlmc}}</td>
<td>{{el.wlbm}}</td>
<td v-if="id !== 'CGRKD' && id !== 'LLCKD'">{{el.wlbm}}</td>
<td>{{el.jldw}}</td>
<td>{{el.kwbm}}</td>
<td>{{el.sl}}</td>