@ -46,7 +46,6 @@
<view class="" style="margin: 10rpx;">
<view class="" style="display: flex; ">
<view class="">
是否可用:
</view>
@ -54,13 +53,8 @@
<text v-if="item.available=='TRUE'" >可用</text>
<text v-else >不可用</text>
@ -118,7 +112,10 @@
methods: {
getList(type) {
if(!this.locationAreaCode){
this.showMessage("请输入库区");
return;
}
let that = this;
uni.showLoading({
title: "加载中....",