页面排版修改
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>
|
||||
|
||||
@@ -67,8 +67,8 @@
|
||||
</view>
|
||||
</th>
|
||||
<th><text class="fontcol1">采购订单号</text></th>
|
||||
<th>物料名称</th>
|
||||
<th>物料编码</th>
|
||||
<th>物料名称</th>
|
||||
<th>单位</th>
|
||||
<th>订单量</th>
|
||||
<th>总数</th>
|
||||
@@ -92,8 +92,8 @@
|
||||
</view>
|
||||
</td>
|
||||
<td><view class="fontcol1">{{el.cgbh}}</view></td>
|
||||
<td>{{el.wlmc}}</td>
|
||||
<td>{{el.wlbm}}</td>
|
||||
<td>{{el.wlmc}}</td>
|
||||
<td>{{el.jldw}}</td>
|
||||
<td>{{el.ddsl}}</td>
|
||||
<td>{{el.wlzs}}</td>
|
||||
@@ -121,8 +121,8 @@
|
||||
<tr v-for="(el, j) in dataList2" :key="el.id">
|
||||
<td>{{j+1}}</td>
|
||||
<td>{{el.cgbh}}</td>
|
||||
<td>{{el.wlmc}}</td>
|
||||
<td>{{el.wlbm}}</td>
|
||||
<td>{{el.wlmc}}</td>
|
||||
<td>{{el.jldw}}</td>
|
||||
<td>{{el.ddsl}}</td>
|
||||
<td>{{el.wlzs}}</td>
|
||||
|
||||
Reference in New Issue
Block a user