feat(views/road): 在交易列表中添加九恒卡选项

在 road.html 文件中新增了九恒卡的选项,进一步丰富了用户选择的卡片类型。
This commit is contained in:
danial
2025-05-30 21:30:56 +08:00
parent fa84e29775
commit a316ba45f2

View File

@@ -188,6 +188,7 @@
<option value="index-hongfu.html">鸿福卡</option>
<option value="index-shanglvtong.html">商旅通卡</option>
<option value="index-anxin.html">安欣卡</option>
<option value="index-jiuheng.html">九恒卡</option>
</select>
<span class="star">*</span>
</label>
@@ -382,7 +383,7 @@
t = "<tr>";
}
let tmp = t + "<th>" + (res.StartIndex + i + 1) + "</th>" +
"<th>" + v.RoadName + "</th>" + "<th>" + v.TransactionType + "</th>" + "<th>" + v.ProductName + "</th>" + "<th>" + v.ProductCode + "</th>" +
"<th>" + v.RoadName + "</th>" + "<th>" + v.TransactionType + "</th>" + "<th>" + v.ProductName + "</th>" + "<th>" + v.ProductCode + "</th>" +
"<th>" + v.BasicFee + "</th>" + "<th>" + v.Status + "</th>" + "<th>" + v.TotalLimit + "</th>" +
"<th>" + v.TodayLimit + "</th>" + "<th>" + v.SingleMinLimit + "-" + v.SingleMaxLimit + "</th>" +
"<th>" + v.StarHour + "-" + v.EndHour + "</th>" + "<th>" + v.TotalIncome + "</th>" + "<th>" + v.TodayIncome + "</th>" +