页面排版修改
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user