|
@@ -84,12 +84,14 @@
|
|
|
<td><input id="taskName" name="taskName" value="${taskVo.taskName}"
|
|
|
id="qy" style="width:250px;height:25px;" maxlength="50"/></td>
|
|
|
</tr><tr>
|
|
|
- <td><label style="color:red;cursor:pointer;" onclick="selectUser()">执行终端</label></td>
|
|
|
+ <td><label style="" onclick="">执行终端</label></td>
|
|
|
<td>
|
|
|
<input type="hidden" name="userIds" id="userIds" value="${taskVo.userIds}"/>
|
|
|
<input type="hidden" name="userNames" id="userNames" value="${taskVo.userNames}">
|
|
|
<input type="hidden" name="chatIds" id="chatIds" value="${taskVo.chatIds}">
|
|
|
- <div id="divUsers"></div>
|
|
|
+ <div id="divUsers" style="width:252px;float:left;min-height:28px;border:1px solid #A9A9A9;"></div>
|
|
|
+ <div class="divbtnSmall" style="background-color: #FFBF51;margin:3px 0px 3px 8px;"
|
|
|
+ onclick="selectUser();">选择</div>
|
|
|
</td>
|
|
|
</tr><tr>
|
|
|
<td style="width: 90px;">执 行 人</td>
|
|
@@ -108,7 +110,7 @@
|
|
|
<td class="line-search-input">
|
|
|
<input type="text" placeholder="请输入起点" autocomplete="off" value="${ljghVo.startName}"
|
|
|
style="width:250px;height:25px;" maxlength="200">
|
|
|
- <div style="float:right;padding-top:6px;padding-right:48px;">
|
|
|
+ <div style="float:right;padding-top:6px;padding-right:45px;padding-left:3px;">
|
|
|
<img id="imgAddTjd" class="icon-addtjd" style="padding-bottom:2px;"
|
|
|
src="${ctx}/static/xt/images/ljgh/add.png" title="增加途经点" onclick="addPoint()"/>
|
|
|
<img id="imgPhone" class="icon-addtjd" style="width:24px;height:24px;"
|
|
@@ -122,7 +124,7 @@
|
|
|
<td class="line-search-input">
|
|
|
<input type="text" placeholder="请输入途经点" autocomplete="off"
|
|
|
style="width:250px;height:25px;" maxlength="200">
|
|
|
- <div style="float:right;padding-top:6px;padding-right:40px;">
|
|
|
+ <div style="float:right;padding-top:6px;padding-right:76px;">
|
|
|
<img class="icon-reducetjd" src="${ctx}/static/xt/images/ljgh/reduce.png" onclick="reducePoint(this)">
|
|
|
</div>
|
|
|
<input type="hidden"><input type="hidden">
|
|
@@ -132,7 +134,7 @@
|
|
|
<td class="line-search-input">
|
|
|
<input type="text" placeholder="请输入途经点" autocomplete="off"
|
|
|
style="width:250px;height:25px;" maxlength="200">
|
|
|
- <div style="float:right;padding-top:6px;padding-right:40px;">
|
|
|
+ <div style="float:right;padding-top:6px;padding-right:76px;">
|
|
|
<img class="icon-reducetjd" src="${ctx}/static/xt/images/ljgh/reduce.png" onclick="reducePoint(this)">
|
|
|
</div>
|
|
|
<input type="hidden"><input type="hidden">
|
|
@@ -142,7 +144,7 @@
|
|
|
<td class="line-search-input">
|
|
|
<input type="text" placeholder="请输入途经点" autocomplete="off"
|
|
|
style="width:250px;height:25px;" maxlength="200">
|
|
|
- <div style="float:right;padding-top:6px;padding-right:40px;">
|
|
|
+ <div style="float:right;padding-top:6px;padding-right:76px;">
|
|
|
<img class="icon-reducetjd" src="${ctx}/static/xt/images/ljgh/reduce.png" onclick="reducePoint(this)">
|
|
|
</div>
|
|
|
<input type="hidden"><input type="hidden">
|
|
@@ -160,14 +162,15 @@
|
|
|
<td><input id="avoidRoad" name="avoidRoad" value="${ljghVo.avoidRoad}"
|
|
|
id="qy" style="width:250px;height:25px;" maxlength="50"/></td>
|
|
|
</tr><tr>
|
|
|
- <td colspan="2">
|
|
|
- <div style="padding-top:6px;padding-left:50px;float:left;width:370px;font-size: 20px;color:#1e70bf">
|
|
|
- <input type="radio" class="radRoute" name="strategy" checked="checked" value="0" /><span style="background-color:#3F7F5F;"><font color="#FFFFFF">速度优先</font></span>
|
|
|
- <input type="radio" class="radRoute" name="strategy" value="2" /><span style="background-color:#7D37CC;"><font color="#FFFFFF">距离最短</font></span>
|
|
|
- <input type="radio" class="radRoute" name="strategy" value="4" /><span style="background-color:#BAB6A7;"><font color="#FFFFFF">躲避拥堵</font></span>
|
|
|
+ <td style="width: 90px;">线路规划</td>
|
|
|
+ <td colspan="1">
|
|
|
+ <div style="padding-top:6px;padding-left:0px;float:left;width:250px;font-size: 20px;color:#1e70bf">
|
|
|
+ <input type="radio" class="radRoute" name="strategy" checked="checked" value="0" /><span style="background-color:#3F7F5F;"><font size="2" color="#FFFFFF">速度优先</font></span>
|
|
|
+ <input type="radio" class="radRoute" name="strategy" value="2" /><span style="background-color:#7D37CC;"><font size="2" color="#FFFFFF">距离最短</font></span>
|
|
|
+ <input type="radio" class="radRoute" name="strategy" value="4" /><span style="background-color:#BAB6A7;"><font size="2" color="#FFFFFF">躲避拥堵</font></span>
|
|
|
</div>
|
|
|
- <div class="divbtn" style="margin:3px 3px 3px 120px;background-color:#40A9F7;" onclick="searchWay()">查询路线</div>
|
|
|
- <div class="divbtn" style="float:left;margin:3px 3px 3px 50px;background-color:#FE0202;" onclick="clearWay()">清除路线</div>
|
|
|
+ <div class="divbtnSmall" style="float:left;margin:3px 3px 3px 8px;background-color:#40A9F7;" onclick="searchWay()">查询</div>
|
|
|
+ <div class="divbtnSmall" style="float:left;margin:3px 3px 3px 5px;background-color:#FE0202;" onclick="clearWay()">清除</div>
|
|
|
</td>
|
|
|
</tr><tr>
|
|
|
<td>备    注</td>
|