SLLTools.json file and DailyReportInfo.json file automatically clear the first time it runs on Monday, and fixed bug when scrap is resolved as null.
This commit is contained in:
@ -417,7 +417,7 @@
|
||||
<td></td>
|
||||
}
|
||||
}
|
||||
<td>@(ASMSLL / numberOfDaysInWeek)</td>
|
||||
<td>@(Math.Round((double)ASMSLL / (double)numberOfDaysInWeek))</td>
|
||||
<td>0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -437,7 +437,7 @@
|
||||
<td></td>
|
||||
}
|
||||
}
|
||||
<td>@(HTRSLL / numberOfDaysInWeek)</td>
|
||||
<td>@(Math.Round((double)HTRSLL / (double)numberOfDaysInWeek))</td>
|
||||
<td>0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -455,7 +455,7 @@
|
||||
<td></td>
|
||||
}
|
||||
}
|
||||
<td>@(ASMUnloadTemps / numberOfDaysInWeek)</td>
|
||||
<td>@(Math.Round((double)ASMUnloadTemps / (double)numberOfDaysInWeek))</td>
|
||||
<td>0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -473,7 +473,7 @@
|
||||
<td></td>
|
||||
}
|
||||
}
|
||||
<td>@(HTRUnloadTemps / numberOfDaysInWeek)</td>
|
||||
<td>@(Math.Round((double)HTRUnloadTemps / (double)numberOfDaysInWeek))</td>
|
||||
<td>0</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
Reference in New Issue
Block a user