| | |
| | | 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; |
| | |
| | | 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'}) |
| | | } |
| | | } |
| | |
| | | } |
| | | .data-list { |
| | | border-bottom: 1px solid #d8d8d8; |
| | | height: 90rpx; |
| | | height: 130rpx; |
| | | margin: 15rpx; |
| | | border-radius: 20rpx; |
| | | } |
| | |
| | | display: inline-block; |
| | | float: left; |
| | | margin-left: 6%; |
| | | height: 100rpx; |
| | | height: 130rpx; |
| | | /* line-height: 100rpx; */ |
| | | color: #676767; |
| | | } |
| | |
| | | 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> |