| | |
| | | <text class='cuIcon-search text-blue' @click="search"></text> |
| | | </view> |
| | | <view class="cu-form-group "> |
| | | <view class="title">容器码</view> |
| | | <input placeholder="请扫描容器码" v-model="container" ></input> |
| | | <view class="title">料箱码</view> |
| | | <input placeholder="请扫描料箱码" v-model="container" ></input> |
| | | <text class='cuIcon-search text-blue' @click="getList"></text> |
| | | </view> |
| | | <view class="cu-form-group"> |
| | |
| | | } |
| | | if(this.container === '' || this.container ===null){ |
| | | uni.showToast({ |
| | | title: "容器码不能为空", |
| | | title: "料箱码不能为空", |
| | | icon: "none", |
| | | }) |
| | | return ; |