|
@@ -1624,8 +1624,8 @@
|
|
|
return true;
|
|
return true;
|
|
|
});
|
|
});
|
|
|
_this.重排序并显示();
|
|
_this.重排序并显示();
|
|
|
- if (response.data.inventoryMission.difference_amount!==0)_this.初盘有盘点差异_确认是否重盘();
|
|
|
|
|
- if (response.data.inventoryMission.difference_amount===0){
|
|
|
|
|
|
|
+ if (response.data.inventoryMission.difference_amount!=0){_this.初盘有盘点差异_确认是否重盘();}
|
|
|
|
|
+ if (response.data.inventoryMission.difference_amount==0){
|
|
|
_this.清空inputs();
|
|
_this.清空inputs();
|
|
|
tempTip.setDuration(3000);
|
|
tempTip.setDuration(3000);
|
|
|
tempTip.showSuccess('盘点成功!');
|
|
tempTip.showSuccess('盘点成功!');
|