updates
parent
735c193ff6
commit
378c5a62f7
|
|
@ -122,42 +122,42 @@ namespace abbott_2024_event.BackEnd.api
|
||||||
{
|
{
|
||||||
case 3:
|
case 3:
|
||||||
{
|
{
|
||||||
inpercent = "0%~3%";
|
inpercent = "低於3%";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 15:
|
case 15:
|
||||||
{
|
{
|
||||||
inpercent = "3%~15%";
|
inpercent = "3~14%";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 25:
|
case 25:
|
||||||
{
|
{
|
||||||
inpercent = "15%~25%";
|
inpercent = "15~49%";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 50:
|
case 50:
|
||||||
{
|
{
|
||||||
inpercent = "25%~50%";
|
inpercent = "15~49%";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 75:
|
case 75:
|
||||||
{
|
{
|
||||||
inpercent = "50%~75%";
|
inpercent = "50%以上 ";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 85:
|
case 85:
|
||||||
{
|
{
|
||||||
inpercent = "75%~85%";
|
inpercent = "50%以上 ";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 97:
|
case 97:
|
||||||
{
|
{
|
||||||
inpercent = "85%~97%";
|
inpercent = "50%以上 ";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 100:
|
case 100:
|
||||||
{
|
{
|
||||||
inpercent = "97%~100%";
|
inpercent = "50%以上 ";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -324,12 +324,12 @@ function loadDataTable() {
|
||||||
}
|
}
|
||||||
|
|
||||||
htmlString += "<tr>";
|
htmlString += "<tr>";
|
||||||
htmlString += " <td style='border: 0px;'>" + item.baby_name + "(" + gender + ")</td>";
|
htmlString += " <td style='border: 0px;text-align:left;'>" + item.baby_name + "(" + gender + ")</td>";
|
||||||
htmlString += " <td style='border: 0px;'>生日:" + item.baby_birthday + "</td>";
|
htmlString += " <td style='border: 0px;text-align:left;'>生日:" + item.baby_birthday + "</td>";
|
||||||
htmlString += " <td style='border: 0px;'>測驗日期:" + item.baby_testdate + "</td>";
|
htmlString += " <td style='border: 0px;text-align:left;'>測驗日期:" + item.baby_testdate + "</td>";
|
||||||
htmlString += " <td style='border: 0px;'>年齡:" + item.baby_age + "</td>";
|
htmlString += " <td style='border: 0px;text-align:left;width:18%;'>年齡:" + item.baby_age + "</td>";
|
||||||
htmlString += " <td style='border: 0px;'>身高:" + item.baby_height + " cm </td>";
|
htmlString += " <td style='border: 0px;text-align:left;width:15%;'>身高:" + item.baby_height + " cm </td>";
|
||||||
htmlString += " <td style='border: 0px;'>成長百分比:" + inpercent + "</td>";
|
htmlString += " <td style='border: 0px;text-align:left;'>成長百分比:" + inpercent + "</td>";
|
||||||
htmlString += "</tr>";
|
htmlString += "</tr>";
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,7 @@
|
||||||
<th style="display:none;">Line UID </th>
|
<th style="display:none;">Line UID </th>
|
||||||
<th>電話 </th>
|
<th>電話 </th>
|
||||||
<th style="display:none;">測驗日期 </th>
|
<th style="display:none;">測驗日期 </th>
|
||||||
<th style="min-width: 40%;">寶寶資料</th>
|
<th style="min-width: 35%;">寶寶資料</th>
|
||||||
|
|
||||||
<th style="min-width: 60px;"> </th>
|
<th style="min-width: 60px;"> </th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -200,5 +200,5 @@
|
||||||
</form><!-- /.modal -->
|
</form><!-- /.modal -->
|
||||||
</asp:Content>
|
</asp:Content>
|
||||||
<asp:Content ID="Content2" ContentPlaceHolderID="head" runat="server">
|
<asp:Content ID="Content2" ContentPlaceHolderID="head" runat="server">
|
||||||
<script src="assets/javascript/custom/userList.js?v=14"></script>
|
<script src="assets/javascript/custom/userList.js?v=16"></script>
|
||||||
</asp:Content>
|
</asp:Content>
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -324,12 +324,12 @@ function loadDataTable() {
|
||||||
}
|
}
|
||||||
|
|
||||||
htmlString += "<tr>";
|
htmlString += "<tr>";
|
||||||
htmlString += " <td style='border: 0px;'>" + item.baby_name + "(" + gender + ")</td>";
|
htmlString += " <td style='border: 0px;text-align:left;'>" + item.baby_name + "(" + gender + ")</td>";
|
||||||
htmlString += " <td style='border: 0px;'>生日:" + item.baby_birthday + "</td>";
|
htmlString += " <td style='border: 0px;text-align:left;'>生日:" + item.baby_birthday + "</td>";
|
||||||
htmlString += " <td style='border: 0px;'>測驗日期:" + item.baby_testdate + "</td>";
|
htmlString += " <td style='border: 0px;text-align:left;'>測驗日期:" + item.baby_testdate + "</td>";
|
||||||
htmlString += " <td style='border: 0px;'>年齡:" + item.baby_age + "</td>";
|
htmlString += " <td style='border: 0px;text-align:left;width:18%;'>年齡:" + item.baby_age + "</td>";
|
||||||
htmlString += " <td style='border: 0px;'>身高:" + item.baby_height + " cm </td>";
|
htmlString += " <td style='border: 0px;text-align:left;width:15%;'>身高:" + item.baby_height + " cm </td>";
|
||||||
htmlString += " <td style='border: 0px;'>成長百分比:" + inpercent + "</td>";
|
htmlString += " <td style='border: 0px;text-align:left;'>成長百分比:" + inpercent + "</td>";
|
||||||
htmlString += "</tr>";
|
htmlString += "</tr>";
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue