扫码后清空搜索条件
This commit is contained in:
@ -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() {
|
||||
|
@ -466,6 +466,7 @@
|
||||
return;
|
||||
}
|
||||
//绑定货架等信息
|
||||
this.matCodeCondition = '';
|
||||
this.shelfId = res.data.data.shelfId;
|
||||
this.shelfCode = res.data.data.shelfCode;
|
||||
|
||||
|
@ -410,6 +410,7 @@
|
||||
return;
|
||||
}
|
||||
//有物料信息
|
||||
this.matCodeCondition = '';
|
||||
this.cardData = res.data.data.lists;
|
||||
this.recordCount = res.data.data.count;
|
||||
uni.showToast({
|
||||
|
Reference in New Issue
Block a user