Commit a7a3b628 authored by zhengke's avatar zhengke

修改

parent 3ce61d5f
......@@ -443,10 +443,13 @@
res => {
this.loading = false;
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 isInStore = true;
if (myData) {
var scanMsg = {};
if (myData.WarehouseId != this.WarehouseId) {
this.Error('该商品未在此仓库中!');
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