fix:库存统计调整

This commit is contained in:
shijing 2025-11-13 11:20:05 +08:00
parent ac0ea5f63f
commit dce60da8f2
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ export default {
if(that.material_name!==''&&that.material_name!==null){
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) => {
that.tableData11 = res;
if(res.length>0){