#
whycq
2022-05-11 9995b49c2681f8a8c7149081e21779c3715b3e7f
pages/basics/checkout.vue
@@ -15,19 +15,6 @@
               </view>
            </view>
         </view>
         <!-- <view class="pak-seach-box">
            <view class="box-top">
               <view class="color-block-blue"></view>
               <text class="title">托盘条码</text>
            </view>
            <view class="box-buttom">
               <input v-model="barcode" type="text" placeholder="扫码 / 输入" maxlength="8" @input="findBarcode()">
               <view class="search-icon">
                  <uni-icons type="closeempty" size="20" color="#a5a5a5" @click="removeBarcode()"></uni-icons>
               </view>
            </view>
         </view> -->
         <view class="square-3">
            <view class="square-title">
               <view class="title-sign"><view class="sign"></view></view>
@@ -37,7 +24,7 @@
               <text>站台:</text>
               <view class="content-combox">
                  <uni-combox  emptyTips="暂无数据" :candidates="siteList" v-model="desc" placeholder="站台号"
                  @input="choseStaNo"></uni-combox>
                  @input="choseStaNo" disabled='true'></uni-combox>
               </view>
            </view>
            <view class="square-content">
@@ -51,21 +38,6 @@
            </view>
         </view>
         
         <!-- <view class="pak-seach-box">
            <view class="box-top">
               <view class="color-block-blue"></view>
               <text class="title">货品条码</text>
            </view>
            <view class="box-buttom">
               <input v-model="matnr" type="text" placeholder="扫码 / 输入" @input="findMat()">
               <view class="search-icon">
                  <uni-icons type="closeempty" size="20" color="#a5a5a5" @click="removeMatnr()"></uni-icons>
               </view>
            </view>
            <view class="combox">
               <uni-combox  emptyTips="暂无数据" :candidates="staNoList" v-model="staNo" placeholder="站台号"></uni-combox>
            </view>
         </view> -->
         <view class="square-1">
            <view class="square-title">
               <view class="title-sign"><view class="sign"></view></view>
@@ -75,12 +47,10 @@
         <view class="square-none" v-show="matList.length === 0">
            <view class="v-show">暂无更多数据...</view>
         </view>
         <!-- <view class="pak-data-box"  v-show="matList.length === 0">
            <view style="text-align: center;">暂无更多数据</view>
         </view> -->
         <checkbox-group @change="checkbox">
            <view v-for="(item,index) in matList" :key="index" class="data-list bg-false" :class="'bg-'+item.checked" >
               <view class="data-list-left">
                  <view class="matnr">No:{{listLen-index}}</view>
                  <view class="matnr">{{item.matnr}}-{{item.batch}}</view>
               </view>
               <view class="data-list-right">
@@ -112,7 +82,7 @@
            searchBox: 'hide',
            pick:'hide',
            matnr:'',
            matList:[],
            matList:[{matnr:'1101842-10000',batch:'22047515999'}],
            result: '',
            siteList:[],
            desc:'',
@@ -509,8 +479,9 @@
      width: 100%;
      font-size: 16px;
      font-weight: 700;
      height: 130rpx;
      line-height: 130rpx;
      padding-top: 20rpx;
      /* height: 130rpx;
      line-height: 130rpx; */
   }
   .data-list-right {
      /* background-color: #6739B6; */