Merge branch 'master' of http://git.sino-assist.com/sunbo/jlr
This commit is contained in:
@ -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%;
|
||||||
|
@ -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();
|
||||||
/**
|
/**
|
||||||
* 是否选择车辆 , 选择其他 ,显示描述的文本框
|
* 是否选择车辆 , 选择其他 ,显示描述的文本框
|
||||||
* */
|
* */
|
||||||
|
Reference in New Issue
Block a user