jlr 进店工单 修改
This commit is contained in:
@ -49,6 +49,7 @@
|
||||
.table > tbody > tr > td {
|
||||
width: 50%;
|
||||
display: inline-table;
|
||||
float: left;
|
||||
}
|
||||
.table > tbody > tr > td > label {
|
||||
width: 20%;
|
||||
@ -424,6 +425,7 @@
|
||||
<td class="ng-binding" style="position:relative;">
|
||||
<label for="">维修:</label>
|
||||
<select id="repairEnterCompany"
|
||||
autocomplete="off"
|
||||
name="" style="width:70%;height:38px;"
|
||||
class="js-example-basic-single select2-hidden-accessible" tabindex="-1"
|
||||
aria-hidden="true">
|
||||
|
@ -2,6 +2,13 @@
|
||||
pageEncoding="utf-8" %>
|
||||
<script type="text/javascript" src="<%=webpath%>/js/DatePicker/WdatePicker.js"></script>
|
||||
<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