Commit a7a3b628 authored by zhengke's avatar zhengke

修改

parent 3ce61d5f
...@@ -443,10 +443,13 @@ ...@@ -443,10 +443,13 @@
res => { res => {
this.loading = false; this.loading = false;
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
if(res.data.data.Status==1){
this.Error(res.data.data.Msg);
return;
}
var myData = res.data.data.GoodsModel; var myData = res.data.data.GoodsModel;
var isInStore = true; var isInStore = true;
if (myData) { if (myData) {
var scanMsg = {};
if (myData.WarehouseId != this.WarehouseId) { if (myData.WarehouseId != this.WarehouseId) {
this.Error('该商品未在此仓库中!'); this.Error('该商品未在此仓库中!');
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment