#
whycq
2022-05-12 17d991dc11f5d00a07e5f14515cc6b950c6c2df0
pages/basics/outPakin.vue
@@ -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,7 +401,7 @@
      display: inline-block;
      float: left;
      margin-left: 6%;
      height: 100rpx;
      height: 130rpx;
      /* line-height: 100rpx; */
      color: #676767;
   }
@@ -405,13 +409,13 @@
      font-size: 14px;
      font-weight: 700;
      /* padding-top: 15rpx; */
      padding-top: 8rpx;
      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>