Authored by ZhongW

周转天数取整

... ... @@ -395,7 +395,7 @@ var g = new common.grid({
if(item.nums) html += item.nums +'</p>';
else html += '</p>';
html += '<p>周转天数:'+'<br>';
if(item.days) html += item.days +'</p>';
if(item.days) html += item.days.toFixed(0) +'</p>';
else html += '</p>';
return html;
}},
... ...