|
|
@@ -6,7 +6,8 @@
|
|
|
</view>
|
|
|
<view class="details-main">
|
|
|
<view class="item-header">
|
|
|
- <text class="name">日期:{{ info.addTime.substr(5,11) }}</text><text v-if="info.check == 1" style="position:absolute;right:60upx;color:green;font-weight:bold;">已盘点</text>
|
|
|
+ <text class="name">日期:{{ info.addTime.substr(5,11) }}</text>
|
|
|
+ <text v-if="info.check == 1" style="color:green;font-weight:bold;margin-left:220upx;">已盘点</text>
|
|
|
</view>
|
|
|
<view class="item-row">
|
|
|
<view class="orderSn">编号:{{info.orderSn}}</view>
|