From 976f883642bd6b3ce68ad4d8ddf0f18e27968fa1 Mon Sep 17 00:00:00 2001 From: hehaibing-1996 Date: Tue, 4 Mar 2025 20:41:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=AB=E7=A0=81=E5=90=8E=E6=B8=85=E7=A9=BA?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PDA/PDA/pages/bind/bind.vue | 3 +++ PDA/PDA/pages/productionLineCallOut/productionLineCallOut.vue | 1 + PDA/PDA/pages/queryBindList/queryBindList.vue | 1 + 3 files changed, 5 insertions(+) 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({