This commit is contained in:
sunrich
2018-11-22 10:53:41 +08:00
2 changed files with 8 additions and 0 deletions

View File

@ -49,6 +49,7 @@
.table > tbody > tr > td { .table > tbody > tr > td {
width: 50%; width: 50%;
display: inline-table; display: inline-table;
float: left;
} }
.table > tbody > tr > td > label { .table > tbody > tr > td > label {
width: 20%; width: 20%;

View File

@ -2,6 +2,13 @@
pageEncoding="utf-8" %> pageEncoding="utf-8" %>
<script type="text/javascript" src="<%=webpath%>/js/DatePicker/WdatePicker.js"></script> <script type="text/javascript" src="<%=webpath%>/js/DatePicker/WdatePicker.js"></script>
<script type="text/javascript"> <script type="text/javascript">
function tableInit(){
$("#moduleCtId .table select").val("");
$("#moduleCtId .table input").val("");
$("#moduleCtId .table textarea").val("");
}
tableInit();
/** /**
* 是否选择车辆 选择其他 ,显示描述的文本框 * 是否选择车辆 选择其他 ,显示描述的文本框
* */ * */