RS2509
parent
86e5fda2ee
commit
0f05d5f6b4
|
|
@ -56,6 +56,10 @@
|
||||||
<view class="flex-sub padding-0 margin-xs radius">盘点单据号</view>
|
<view class="flex-sub padding-0 margin-xs radius">盘点单据号</view>
|
||||||
<view class="flex-twice padding-0 margin-xs radius">{{item.invoiceCode}}</view>
|
<view class="flex-twice padding-0 margin-xs radius">{{item.invoiceCode}}</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="flex">
|
||||||
|
<view class="flex-sub padding-0 margin-xs radius">盘点明细号</view>
|
||||||
|
<view class="flex-twice padding-0 margin-xs radius">{{item.itemCode}}</view>
|
||||||
|
</view>
|
||||||
<view class="flex">
|
<view class="flex">
|
||||||
<view class="flex-sub padding-0 margin-xs radius">托盘号</view>
|
<view class="flex-sub padding-0 margin-xs radius">托盘号</view>
|
||||||
<view class="flex-twice padding-0 margin-xs radius">{{item.palletCode}}</view>
|
<view class="flex-twice padding-0 margin-xs radius">{{item.palletCode}}</view>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue