|
@ -6,6 +6,8 @@ |
|
|
<com-blank-view @goScan='openFg' v-if="!dataContent"></com-blank-view> |
|
|
<com-blank-view @goScan='openFg' v-if="!dataContent"></com-blank-view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="" v-if="dataContent"> |
|
|
<view class="" v-if="dataContent"> |
|
|
|
|
|
<view class="page-header"> |
|
|
|
|
|
<view class="header-view"> |
|
|
<view class="cell_box uni-flex uni-row"> |
|
|
<view class="cell_box uni-flex uni-row"> |
|
|
<view class="cell_info"> |
|
|
<view class="cell_info"> |
|
|
<view class="text_lightblue">完工库位</view> |
|
|
<view class="text_lightblue">完工库位</view> |
|
@ -18,13 +20,14 @@ |
|
|
<view>{{dataContent.planQty}}{{dataContent.uom}}</view> |
|
|
<view>{{dataContent.planQty}}{{dataContent.uom}}</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class='split_line'></view> |
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="" style="padding-top: 10rpx; padding-bottom: 10rpx; margin-left: 10rpx;"> |
|
|
<view class="" style="padding: 10rpx; margin-left: 10rpx;"> |
|
|
<item :dataContent="dataContent"></item> |
|
|
<item :dataContent="dataContent"></item> |
|
|
</view> |
|
|
</view> |
|
|
<view class='split_line'></view> |
|
|
<view class='split_line'></view> |
|
|
<view class="uni-flex uni-row space-between" style="align-items: center"> |
|
|
<view class="uni-flex uni-row space-between" style="align-items: center;padding: 0 10rpx;"> |
|
|
<view style="word-break: break-all;"> |
|
|
<view style="word-break: break-all;"> |
|
|
<batch :batch="dataContent.batch"></batch> |
|
|
<batch :batch="dataContent.batch"></batch> |
|
|
<view class="card_view "> |
|
|
<view class="card_view "> |
|
@ -124,7 +127,8 @@ |
|
|
pack, |
|
|
pack, |
|
|
winScanButton, |
|
|
winScanButton, |
|
|
winScanFgLabel, |
|
|
winScanFgLabel, |
|
|
comFgCard,light |
|
|
comFgCard, |
|
|
|
|
|
light |
|
|
}, |
|
|
}, |
|
|
data() { |
|
|
data() { |
|
|
return { |
|
|
return { |
|
@ -462,14 +466,10 @@ |
|
|
|
|
|
|
|
|
.header { |
|
|
.header { |
|
|
position: fixed; |
|
|
position: fixed; |
|
|
/* #ifdef H5 */ |
|
|
|
|
|
top: 88rpx; |
|
|
|
|
|
/* #endif */ |
|
|
|
|
|
left: 0; |
|
|
left: 0; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
background-color: #fff; |
|
|
background-color: #fff; |
|
|
z-index: 10; |
|
|
z-index: 10; |
|
|
padding: 10rpx; |
|
|
|
|
|
/* 确保头部在内容之上 */ |
|
|
/* 确保头部在内容之上 */ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|