#
whycq
2022-05-12 17d991dc11f5d00a07e5f14515cc6b950c6c2df0
pages/basics/outPakin.vue
@@ -44,7 +44,7 @@
                  <view class="matnr">{{item.matnr}}-{{item.batch}}</view>
               </view>
               <view class="data-list-right">
                  <uni-icons type="trash" size="25" color="#a5a5a5" @click="remove(item,index)"></uni-icons>
                  <uni-icons type="trash" size="20" color="#a5a5a5" @click="remove(item,index)"></uni-icons>
               </view>
            </view>
         </checkbox-group>
@@ -78,13 +78,15 @@
            searchBox: 'hide',
            pick:'hide',
            matnr:'',
            matList:[{matnr:'1101842-10000',batch:'22047515999'}],
            // matList:[{matnr:'1101842-10000',batch:'22047515999'}],
            matList:[],
            result: '',
            listLen:0,
            msgType: 'success',
            messageText: '这是一条成功提示',
         }
      },
      mounted(){
         const UIP = uni.getStorageSync('UIP');
         this.baseIP = UIP;
@@ -237,9 +239,11 @@
                           url: '../login/login'
                        });
                     }, 1000);
                     uni.hideLoading();
                  } else {
                     that.messageToggle('error')
                     that.messageText = res.msg
                     uni.hideLoading();
                     // uni.showToast({title: res.msg, icon: "none",position: 'top'})
                  }
               }
@@ -375,7 +379,7 @@
   }
   .data-list {
      border-bottom: 1px solid #d8d8d8;
      height: 90rpx;
      height: 130rpx;
      margin: 15rpx;
      border-radius: 20rpx;
   }
@@ -397,18 +401,21 @@
      display: inline-block;
      float: left;
      margin-left: 6%;
      height: 100rpx;
      height: 130rpx;
      /* line-height: 100rpx; */
      color: #676767;
   }
   .matnr {
      padding-top: 8rpx;
      font-size: 14px;
      font-weight: 700;
      /* padding-top: 15rpx; */
      padding-top: 15rpx;
   }
   .data-list-right {
      display: inline-block;
      float: right;
      height: 100rpx;
      line-height: 100rpx;
      height: 130rpx;
      line-height: 130rpx;
      margin-right: 10%;
   }
</style>