fix:库存统计调整
This commit is contained in:
parent
ac0ea5f63f
commit
dce60da8f2
|
|
@ -369,7 +369,7 @@ export default {
|
||||||
if(that.material_name!==''&&that.material_name!==null){
|
if(that.material_name!==''&&that.material_name!==null){
|
||||||
that.params.name = that.material_name;
|
that.params.name = that.material_name;
|
||||||
}
|
}
|
||||||
that.params.query = '{name,model,specification,count_mb,week_esitimate_consume}';
|
that.params.query = '{id,name,model,specification,count_mb,week_esitimate_consume}';
|
||||||
this.$API.mtm.material.list.req(that.params).then((res) => {
|
this.$API.mtm.material.list.req(that.params).then((res) => {
|
||||||
that.tableData11 = res;
|
that.tableData11 = res;
|
||||||
if(res.length>0){
|
if(res.length>0){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue