diff --git a/PDA/PDA/pages/bind/bind.vue b/PDA/PDA/pages/bind/bind.vue index d25230a..195c9fd 100644 --- a/PDA/PDA/pages/bind/bind.vue +++ b/PDA/PDA/pages/bind/bind.vue @@ -272,6 +272,8 @@ if (res.statusCode === 200) { //接口返回数据为200 表示获取成功! if (res.data.code == 200) { + this.matCodeCondition = ''; + this.locationId = res.data.data.locationId; this.locationCode = res.data.data.locationCode; this.shelfId = res.data.data.shelfId; @@ -662,6 +664,7 @@ this.matCode = ''; this.matName = ''; this.matSpec = ''; + this.matBatch = ''; this.matQty = 0; }, handlePopupClose() { diff --git a/PDA/PDA/pages/productionLineCallOut/productionLineCallOut.vue b/PDA/PDA/pages/productionLineCallOut/productionLineCallOut.vue index 1099879..a1b9c47 100644 --- a/PDA/PDA/pages/productionLineCallOut/productionLineCallOut.vue +++ b/PDA/PDA/pages/productionLineCallOut/productionLineCallOut.vue @@ -466,6 +466,7 @@ return; } //绑定货架等信息 + this.matCodeCondition = ''; this.shelfId = res.data.data.shelfId; this.shelfCode = res.data.data.shelfCode; diff --git a/PDA/PDA/pages/queryBindList/queryBindList.vue b/PDA/PDA/pages/queryBindList/queryBindList.vue index ac433ba..a8701ac 100644 --- a/PDA/PDA/pages/queryBindList/queryBindList.vue +++ b/PDA/PDA/pages/queryBindList/queryBindList.vue @@ -410,6 +410,7 @@ return; } //有物料信息 + this.matCodeCondition = ''; this.cardData = res.data.data.lists; this.recordCount = res.data.data.count; uni.showToast({