| | |
| | | <template> |
| | | <view> |
| | | <!-- ----------------------------------------------程序标题栏----------------------------------------------------------- --> |
| | | <view class="status_bar"> |
| | | <!-- 这里是状态栏 --> |
| | | </view> |
| | |
| | | </view> |
| | | </block> |
| | | </uni-nav-bar> |
| | | <!-- ----------------------------------------------程序标题栏----------------------------------------------------------- --> |
| | | |
| | | <!-- ---------------------------------------------- 输入框 ----------------------------------------------------------- --> |
| | | <view class="code"> |
| | | <view class="item"> |
| | | <view class="code-decs">托盘码:</view> |
| | |
| | | </radio-group> |
| | | </view> |
| | | </view> |
| | | |
| | | <!-- ---------------------------------------------- 输入框 ----------------------------------------------------------- --> |
| | | <view class="mat-list-title"> |
| | | 商品列表 |
| | | </view> |
| | |
| | | }, |
| | | }); |
| | | } else if (result.code == 403) { |
| | | uni.showToast({ |
| | | title: result.msg, |
| | | icon: "none", |
| | | position: 'top' |
| | | }) |
| | | uni.showToast({ title: result.msg, icon: "none", position: 'top' }) |
| | | setTimeout(() => { |
| | | uni.reLaunch({ |
| | | url: '../login/login' |
| | | }); |
| | | }, 1000); |
| | | } else { |
| | | uni.showToast({ |
| | | title: result.msg, |
| | | icon: "none", |
| | | position: 'top' |
| | | }) |
| | | uni.showToast({ title: result.msg, icon: "none", position: 'top' }) |
| | | } |
| | | |
| | | } |
| | |
| | | <style> |
| | | @import url('../../static/css/wms.css/wms.css'); |
| | | |
| | | .list:first-child { |
| | | margin-top: 320rpx; |
| | | } |
| | | .code { |
| | | width: 100%; |
| | | position: fixed; |