|
@@ -199,14 +199,14 @@
|
|
|
<input id="js_input_qtdd" 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>
|
|
|
+ <div style="height: 5vh; line-height: 5vh; width: 60%;">今日所在地</div>
|
|
|
<input id="js_input_jrszd" 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="selectinput2(this)"/>
|
|
|
|
|
|
<input id="js_input_jrszq" 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>
|
|
|
+ <div style="height: 5vh; line-height: 5vh; width: 60%;">是否出行</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%" onchange="selectinput6(this)"/>
|
|
|
</div>
|
|
@@ -218,21 +218,21 @@
|
|
|
<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>
|
|
|
+ <div style="height: 5vh; line-height: 5vh; width: 60%;">出发地</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>
|
|
|
+ <div style="height: 5vh; line-height: 5vh; width: 60%;">目的地</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>
|
|
|
+ <div style="height: 5vh; line-height: 5vh; width: 60%;">出行方式</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)"/>
|
|
|
|