| | |
| | | <u-button class="btn" type="primary" @click="goSubmit">提交</u-button> |
| | | </view> |
| | | <view class="wrap"> |
| | | <scroll-view class="packing-registration-scroll-list" scroll-y="true"> |
| | | <u-cell-group class="packing-registration-scroll-list-group" :border="false"> |
| | | <!-- <div class="tip" style="text-align: center;" v-if="hasScanSnList.length==0">-请扫码-</div> --> |
| | | <view class="textST"> |
| | | <text >{{`本次盘点记录(共${registerInfo.num}条):`}}</text> |
| | | </view> |
| | | <scroll-view class="packing-registration-scroll-list" scroll-y="true"> |
| | | <u-cell-group class="packing-registration-scroll-list-group" :border="false"> |
| | | <!-- <div class="tip" style="text-align: center;" v-if="hasScanSnList.length==0">-请扫码-</div> --> |
| | | <view class="content" v-for="(item, index) in hasScanSnList" :key="index" :index="index"> |
| | | <view class="content-header"> |
| | | <view class="content-header-title">{{ index + 1 }}</view> |
| | |
| | | .textST { |
| | | font-size: 14px; |
| | | margin-bottom: 5px; |
| | | margin-left: 15px; |
| | | } |
| | | .packing-registration-bg { |
| | | background-color: #F6F9FF; |
| | |
| | | } |
| | | |
| | | .wrap .packing-registration-scroll-list { |
| | | height: calc(100vh - var(--window-top) - var(--window-bottom) - 780rpx); |
| | | height: calc(100vh - var(--window-top) - var(--window-bottom) - 805rpx); |
| | | width: 100%; |
| | | } |
| | | |