Authored by ZhongW

Merge branch 'hotfix_YBW-7989' into grey

... ... @@ -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;
}},
... ...