Commit aeaf172b authored by 李智书's avatar 李智书

1.提交更新;

parent 1baeb1c2
...@@ -552,8 +552,8 @@ ...@@ -552,8 +552,8 @@
}, },
widthArr() { widthArr() {
return function(type, data2) { return function(type, data2) {
if (!data2.grossAmount) { if (!data2.grossAmount||data2.grossAmount==0) {
return ''; return 0;
} }
let { let {
canteenAmount, canteenAmount,
...@@ -572,7 +572,7 @@ ...@@ -572,7 +572,7 @@
return ((otherAmount / grossAmount)) * 472 return ((otherAmount / grossAmount)) * 472
break; break;
default: default:
return '' return 0
break; break;
} }
} }
......
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 to comment