This commit is contained in:
2024-05-31 11:21:00 +08:00
parent dc5f34b9b6
commit 454cf31156
2 changed files with 21 additions and 33 deletions

View File

@@ -59,8 +59,9 @@
<th>收货组织</th>
<th>件数</th>
<th>收货数量</th>
<th>收货仓库</th>
<th>收货库位</th>
<th>收货仓库编码</th>
<th>收货仓库名称</th>
<th>收货库位名称</th>
<th>更多</th>
</tr>
</thead>
@@ -84,9 +85,10 @@
<view class="mgl10">{{el.ckbm}}</view>
</view>
</td>
<td>{{el.ckmc}}</td>
<td>
<view class="td_scan_wraper">
<scan-input v-model="el.kwbm" @handleChange="_receiptBillUpdate(el)" />
<scan-input v-model="el.kwmc" @handleChange="_receiptBillUpdate(el)" />
</view>
</td>
<td @tap.stop="getDetails(4,el)"><uni-icons type="more-filled" size="14" color="#fff"></uni-icons></td>
@@ -105,13 +107,9 @@
<td>{{el.zzmc}}</td>
<td>{{el.num}}</td>
<td>{{el.shsl}}</td>
<td>
<view class="zd-row">
<uni-icons type="shop" size="16" color="#fff"></uni-icons>
<view class="mgl10">{{el.ckbm}}</view>
</view>
</td>
<td>{{el.kwbm}}</td>
<td>{{el.ckbm}}</td>
<td>{{el.ckmc}}</td>
<td>{{el.kwmc}}</td>
<td @tap.stop="getDetails(4,el)"><uni-icons type="more-filled" size="14" color="#fff"></uni-icons></td>
</tr>
</tbody>