jlr 进店工单 修改

This commit is contained in:
2018-11-22 10:48:18 +08:00
parent eafdf3ba94
commit 26aec55da2
2 changed files with 9 additions and 0 deletions

View File

@ -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">

View File

@ -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();
/**
* 是否选择车辆 选择其他 ,显示描述的文本框
* */