扫码后清空搜索条件
This commit is contained in:
@ -272,6 +272,8 @@
|
|||||||
if (res.statusCode === 200) {
|
if (res.statusCode === 200) {
|
||||||
//接口返回数据为200 表示获取成功!
|
//接口返回数据为200 表示获取成功!
|
||||||
if (res.data.code == 200) {
|
if (res.data.code == 200) {
|
||||||
|
this.matCodeCondition = '';
|
||||||
|
|
||||||
this.locationId = res.data.data.locationId;
|
this.locationId = res.data.data.locationId;
|
||||||
this.locationCode = res.data.data.locationCode;
|
this.locationCode = res.data.data.locationCode;
|
||||||
this.shelfId = res.data.data.shelfId;
|
this.shelfId = res.data.data.shelfId;
|
||||||
@ -662,6 +664,7 @@
|
|||||||
this.matCode = '';
|
this.matCode = '';
|
||||||
this.matName = '';
|
this.matName = '';
|
||||||
this.matSpec = '';
|
this.matSpec = '';
|
||||||
|
this.matBatch = '';
|
||||||
this.matQty = 0;
|
this.matQty = 0;
|
||||||
},
|
},
|
||||||
handlePopupClose() {
|
handlePopupClose() {
|
||||||
|
@ -466,6 +466,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
//绑定货架等信息
|
//绑定货架等信息
|
||||||
|
this.matCodeCondition = '';
|
||||||
this.shelfId = res.data.data.shelfId;
|
this.shelfId = res.data.data.shelfId;
|
||||||
this.shelfCode = res.data.data.shelfCode;
|
this.shelfCode = res.data.data.shelfCode;
|
||||||
|
|
||||||
|
@ -410,6 +410,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
//有物料信息
|
//有物料信息
|
||||||
|
this.matCodeCondition = '';
|
||||||
this.cardData = res.data.data.lists;
|
this.cardData = res.data.data.lists;
|
||||||
this.recordCount = res.data.data.count;
|
this.recordCount = res.data.data.count;
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
|
Reference in New Issue
Block a user