|
@@ -208,58 +208,62 @@
|
|
|
<div style="display:flex; flex-direction: row; justify-content: space-between; margin-top: 1vh;">
|
|
|
<div style="height: 5vh; line-height: 5vh; width: 55%;">是否出行</div>
|
|
|
<input id="js_input_sf" class="weui-input" type="text" placeholder="请选择"
|
|
|
- style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 5vh;width: 145%"/>
|
|
|
+ style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 5vh;width: 145%" onchange="selectinput6(this)"/>
|
|
|
</div>
|
|
|
<br/>
|
|
|
<#--<div style="text-align: center;height: 1vh;">出行情况上报</div>-->
|
|
|
- <div class="weui-loadmore weui-loadmore_line" style="width: 100%;height: 1vh;">
|
|
|
- <span class="weui-loadmore__tips">出行情况上报</span>
|
|
|
- </div>
|
|
|
- <div style="display:flex; flex-direction: row; justify-content: space-between; margin-top: 6vh;">
|
|
|
- <div style="height: 5vh; line-height: 5vh; width: 55%;">出发地</div>
|
|
|
- <input id="js_input_cfd" class="weui-input" type="text" placeholder="请选择"
|
|
|
- style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 5vh;width: 50%" onchange="selectinput3(this)"/>
|
|
|
-
|
|
|
- <input id="js_input_cfdq" placeholder="其它地点" disabled="disabled" type="text" style="width: 80%;text-align: center;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 1px;border-left-width: 0px;border-color: #75859f;height: 5vh;font-size:inherit;color:inherit;" />
|
|
|
- </div>
|
|
|
- <div style="display:flex; flex-direction: row; justify-content: space-between; margin-top: 1vh;">
|
|
|
- <div style="height: 5vh; line-height: 5vh; width: 55%;">目的地</div>
|
|
|
- <input id="js_input_mdd" class="weui-input" type="text" placeholder="请选择"
|
|
|
- style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 5vh;width: 50%" onchange="selectinput4(this)"/>
|
|
|
-
|
|
|
- <input id="js_input_mddq" placeholder="其它地点" disabled="disabled" type="text" style="width: 80%;text-align: center;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 1px;border-left-width: 0px;border-color: #75859f;height: 5vh;font-size:inherit;color:inherit;" />
|
|
|
- </div>
|
|
|
- <div style="display:flex; flex-direction: row; justify-content: space-between; margin-top: 1vh;">
|
|
|
- <div style="height: 5vh; line-height: 5vh; width: 55%;">出行方式</div>
|
|
|
- <input id="js_input_cxfs" class="weui-input" type="text" placeholder="请选择出行方式"
|
|
|
- style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 5vh;width: 50%" onchange="selectinput5(this)"/>
|
|
|
-
|
|
|
- <input id="js_input_cxfsq" placeholder="车次/航班/车牌" type="text" style="width: 80%;text-align: center;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 1px;border-left-width: 0px;border-color: #75859f;height: 5vh;font-size:inherit;color:inherit;" />
|
|
|
|
|
|
- </div>
|
|
|
- <div class="weui-cell__ft" style="margin-top: 1vh;">
|
|
|
- <button id="btnAdd" href="javascript:" style="height:5vh; margin-right: 0vh;width: 70px;"
|
|
|
- class="weui-btn weui-btn_mini weui-btn_primary" onclick="insertlingyun()">添加
|
|
|
- </button>
|
|
|
- </div>
|
|
|
- <div class="weui-loadmore tt" style="width: 100%;height: 1vh;margin-top: 1vh;">
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <table cellspacing="0" cellpadding="0" style="width: 100%">
|
|
|
- <tbody id="tabtr"><#--border="1" cellspacing="0" cellpadding="0"-->
|
|
|
- <tr style="background-color: #f8f8f8;">
|
|
|
- <#-- <td style="text-align: center;">序号</td>
|
|
|
+ <div id="none">
|
|
|
+ <div class="weui-loadmore weui-loadmore_line" style="width: 100%;height: 1vh;">
|
|
|
+ <span class="weui-loadmore__tips">出行情况上报</span>
|
|
|
+ </div>
|
|
|
+ <div style="display:flex; flex-direction: row; justify-content: space-between; margin-top: 6vh;">
|
|
|
+ <div style="height: 5vh; line-height: 5vh; width: 55%;">出发地</div>
|
|
|
+ <input id="js_input_cfd" class="weui-input" type="text" placeholder="请选择"
|
|
|
+ style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 5vh;width: 50%" onchange="selectinput3(this)"/>
|
|
|
+
|
|
|
+ <input id="js_input_cfdq" placeholder="其它地点" disabled="disabled" type="text" style="width: 80%;text-align: center;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 1px;border-left-width: 0px;border-color: #75859f;height: 5vh;font-size:inherit;color:inherit;" />
|
|
|
+ </div>
|
|
|
+ <div style="display:flex; flex-direction: row; justify-content: space-between; margin-top: 1vh;">
|
|
|
+ <div style="height: 5vh; line-height: 5vh; width: 55%;">目的地</div>
|
|
|
+ <input id="js_input_mdd" class="weui-input" type="text" placeholder="请选择"
|
|
|
+ style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 5vh;width: 50%" onchange="selectinput4(this)"/>
|
|
|
+
|
|
|
+ <input id="js_input_mddq" placeholder="其它地点" disabled="disabled" type="text" style="width: 80%;text-align: center;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 1px;border-left-width: 0px;border-color: #75859f;height: 5vh;font-size:inherit;color:inherit;" />
|
|
|
+ </div>
|
|
|
+ <div style="display:flex; flex-direction: row; justify-content: space-between; margin-top: 1vh;">
|
|
|
+ <div style="height: 5vh; line-height: 5vh; width: 55%;">出行方式</div>
|
|
|
+ <input id="js_input_cxfs" class="weui-input" type="text" placeholder="请选择出行方式"
|
|
|
+ style="border: 1px solid rgba(0,0,0,.2);box-sizing:border-box; border-radius: 5px; height: 5vh;width: 50%" onchange="selectinput5(this)"/>
|
|
|
+
|
|
|
+ <input id="js_input_cxfsq" placeholder="车次/航班/车牌" type="text" style="width: 80%;text-align: center;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 1px;border-left-width: 0px;border-color: #75859f;height: 5vh;font-size:inherit;color:inherit;" />
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <div class="weui-cell__ft" style="margin-top: 1vh;">
|
|
|
+ <button id="btnAdd" href="javascript:" style="height:5vh; margin-right: 0vh;width: 70px;"
|
|
|
+ class="weui-btn weui-btn_mini weui-btn_primary" onclick="insertlingyun()">添加
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+ <div class="weui-loadmore tt" style="width: 100%;height: 1vh;margin-top: 1vh;">
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <table cellspacing="0" cellpadding="0" style="width: 100%">
|
|
|
+ <tbody id="tabtr"><#--border="1" cellspacing="0" cellpadding="0"-->
|
|
|
+ <tr style="background-color: #f8f8f8;">
|
|
|
+ <#-- <td style="text-align: center;">序号</td>
|
|
|
<td style="text-align: center;">出发地</td>
|
|
|
<td style="text-align: center;">目的地</td>
|
|
|
<td style="text-align: center;">出行方式</td>
|
|
|
<td style="text-align: center;">车次/航班/车牌</td>-->
|
|
|
- </tr>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
- <table id="tab5" class="new_tab" align="left" cellpadding="0" cellspacing="0"
|
|
|
- style="width: 100%;">
|
|
|
- </table>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <table id="tab5" class="new_tab" align="left" cellpadding="0" cellspacing="0"
|
|
|
+ style="width: 100%;">
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
+
|
|
|
</div>
|
|
|
<div style="display: flex; justify-content: center;">
|
|
|
<div style="width: 70%;color: red; text-align: center;">
|