master
嘉祥 詹 2025-03-24 10:25:33 +08:00
parent 735c193ff6
commit 378c5a62f7
6 changed files with 22 additions and 22 deletions

View File

@ -122,42 +122,42 @@ namespace abbott_2024_event.BackEnd.api
{
case 3:
{
inpercent = "0%~3%";
inpercent = "低於3%";
break;
}
case 15:
{
inpercent = "3%~15%";
inpercent = "3~14%";
break;
}
case 25:
{
inpercent = "15%~25%";
inpercent = "15~49%";
break;
}
case 50:
{
inpercent = "25%~50%";
inpercent = "15~49%";
break;
}
case 75:
{
inpercent = "50%~75%";
inpercent = "50%以上 ";
break;
}
case 85:
{
inpercent = "75%~85%";
inpercent = "50%以上 ";
break;
}
case 97:
{
inpercent = "85%~97%";
inpercent = "50%以上 ";
break;
}
case 100:
{
inpercent = "97%~100%";
inpercent = "50%以上 ";
break;
}

View File

@ -324,12 +324,12 @@ function loadDataTable() {
}
htmlString += "<tr>";
htmlString += " <td style='border: 0px;'>" + item.baby_name + "(" + gender + ")</td>";
htmlString += " <td style='border: 0px;'>生日:" + item.baby_birthday + "</td>";
htmlString += " <td style='border: 0px;'>測驗日期:" + item.baby_testdate + "</td>";
htmlString += " <td style='border: 0px;'>年齡:" + item.baby_age + "</td>";
htmlString += " <td style='border: 0px;'>身高:" + item.baby_height + " cm </td>";
htmlString += " <td style='border: 0px;'>成長百分比:" + inpercent + "</td>";
htmlString += " <td style='border: 0px;text-align:left;'>" + item.baby_name + "(" + gender + ")</td>";
htmlString += " <td style='border: 0px;text-align:left;'>生日:" + item.baby_birthday + "</td>";
htmlString += " <td style='border: 0px;text-align:left;'>測驗日期:" + item.baby_testdate + "</td>";
htmlString += " <td style='border: 0px;text-align:left;width:18%;'>年齡:" + item.baby_age + "</td>";
htmlString += " <td style='border: 0px;text-align:left;width:15%;'>身高:" + item.baby_height + " cm </td>";
htmlString += " <td style='border: 0px;text-align:left;'>成長百分比:" + inpercent + "</td>";
htmlString += "</tr>";
});

View File

@ -104,7 +104,7 @@
<th style="display:none;">Line UID </th>
<th>電話 </th>
<th style="display:none;">測驗日期 </th>
<th style="min-width: 40%;">寶寶資料</th>
<th style="min-width: 35%;">寶寶資料</th>
<th style="min-width: 60px;">&nbsp; </th>
</tr>
@ -200,5 +200,5 @@
</form><!-- /.modal -->
</asp:Content>
<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>

Binary file not shown.

View File

@ -324,12 +324,12 @@ function loadDataTable() {
}
htmlString += "<tr>";
htmlString += " <td style='border: 0px;'>" + item.baby_name + "(" + gender + ")</td>";
htmlString += " <td style='border: 0px;'>生日:" + item.baby_birthday + "</td>";
htmlString += " <td style='border: 0px;'>測驗日期:" + item.baby_testdate + "</td>";
htmlString += " <td style='border: 0px;'>年齡:" + item.baby_age + "</td>";
htmlString += " <td style='border: 0px;'>身高:" + item.baby_height + " cm </td>";
htmlString += " <td style='border: 0px;'>成長百分比:" + inpercent + "</td>";
htmlString += " <td style='border: 0px;text-align:left;'>" + item.baby_name + "(" + gender + ")</td>";
htmlString += " <td style='border: 0px;text-align:left;'>生日:" + item.baby_birthday + "</td>";
htmlString += " <td style='border: 0px;text-align:left;'>測驗日期:" + item.baby_testdate + "</td>";
htmlString += " <td style='border: 0px;text-align:left;width:18%;'>年齡:" + item.baby_age + "</td>";
htmlString += " <td style='border: 0px;text-align:left;width:15%;'>身高:" + item.baby_height + " cm </td>";
htmlString += " <td style='border: 0px;text-align:left;'>成長百分比:" + inpercent + "</td>";
htmlString += "</tr>";
});