Commit d27e397e by 施宇

1

parent 8306d6d5
...@@ -245,10 +245,10 @@ export default { ...@@ -245,10 +245,10 @@ export default {
watch: { watch: {
goodDetail(res){ goodDetail(res){
//处理力创数据库存为0 //处理力创数据库存为0
if(util.aggxde(res[i].stock)==0&&res[i].self_supplier_type==2){ if(util.aggxde(res.stock)==0&&res.self_supplier_type==2){
res[i].isLcKc0=true; res.isLcKc0=true;
}else{ }else{
res[i].isLcKc0=false; res.isLcKc0=false;
} }
}, },
......
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 sign in to comment