yyb
4 天以前 b32694dc943c4aac1ed14dddbc22292a50428d08
pages/wareHouse/InventoryCountStockItems/index.vue
@@ -63,12 +63,12 @@
            <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>
@@ -386,6 +386,7 @@
.textST {
    font-size: 14px;
    margin-bottom: 5px;
   margin-left: 15px;
}
.packing-registration-bg {
   background-color: #F6F9FF;
@@ -471,7 +472,7 @@
}
.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%;
}