解决单据展示的bug
This commit is contained in:
@@ -213,7 +213,7 @@
|
|||||||
depotString = depotString + depot.id + ",";
|
depotString = depotString + depot.id + ",";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
depotString = depotString.substring(1, depotString.length-1);
|
depotString = depotString.substring(0, depotString.length-1);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$.messager.alert('提示', '查找系统基础信息异常,请与管理员联系!', 'error');
|
$.messager.alert('提示', '查找系统基础信息异常,请与管理员联系!', 'error');
|
||||||
|
|||||||
Reference in New Issue
Block a user