|
|
@@ -682,7 +682,7 @@ projectGljObject={
|
|
|
},
|
|
|
displayTypeFilter:function (item) {
|
|
|
let me = this;
|
|
|
- if(item.quantity !== 0 && item.quantity !== '0'&& item.code != '80CCS'){//过滤掉消耗量为0的工料机和车船税
|
|
|
+ if(item.quantity !== 0 && item.quantity !== '0'){//过滤掉消耗量为0的工料机
|
|
|
if(me.displayType == filterType.ALL){//所有工料机
|
|
|
return true;
|
|
|
}else if(filterTypeArray.indexOf(me.displayType) != -1){//人工、材料、机械、主材、设备
|