diff --git a/mycomponents/balance/balance.vue b/mycomponents/balance/balance.vue index 39e60f2a..1d9e56ed 100644 --- a/mycomponents/balance/balance.vue +++ b/mycomponents/balance/balance.vue @@ -1,5 +1,5 @@ - + - + diff --git a/mycomponents/scan/winScanContainer.vue b/mycomponents/scan/winScanContainer.vue index b114584d..dd49d475 100644 --- a/mycomponents/scan/winScanContainer.vue +++ b/mycomponents/scan/winScanContainer.vue @@ -78,7 +78,7 @@ uni.hideLoading(); if (res.data.list.length > 0) { this.containerInfo = res.data.list[0]; - if (this.containerInfo.status == 'USED') { + if (this.containerInfo.containerStatus == 'USED') { this.callBack(); } else { this.showErrorMessage("器具[" + this.code + "]状态是[" + this.containerInfo.status + "],不可以绑定") diff --git a/pages/container/record/containerBindRecord.vue b/pages/container/record/containerBindRecord.vue index 09510e3d..9518d90d 100644 --- a/pages/container/record/containerBindRecord.vue +++ b/pages/container/record/containerBindRecord.vue @@ -38,7 +38,7 @@ - @@ -48,7 +48,6 @@