|
@@ -702,8 +702,7 @@ function ribao_cell(v) {
|
|
else
|
|
else
|
|
todayLocal = "今日所在地:" + v.todayLocalOther + ";";
|
|
todayLocal = "今日所在地:" + v.todayLocalOther + ";";
|
|
}
|
|
}
|
|
- var uptownId = $("#uptownId").val();
|
|
|
|
- if (v.isTrip != undefined && uptownId == '1238790987234')
|
|
|
|
|
|
+ if (v.isTrip != undefined )
|
|
isTrip = "是否出行:" + getIsTrip(v.isTrip) + ";"
|
|
isTrip = "是否出行:" + getIsTrip(v.isTrip) + ";"
|
|
|
|
|
|
if (v.tripDet != undefined)
|
|
if (v.tripDet != undefined)
|