|
|
|
@ -150,19 +150,19 @@ |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" @keyup.enter.native="getDataList()"> |
|
|
|
<el-form-item :label="'执行结果备注'"> |
|
|
|
<el-input type="textarea" v-model="saveData.remark" :rows="3" resize='none' show-word-limit style="width: 1177px;height: 20px"></el-input> |
|
|
|
<el-input type="textarea" v-model="saveData.remark" :rows="2" resize='none' show-word-limit style="width: 1177px;height: 20px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" style="margin-top: 47px"> |
|
|
|
<el-form :inline="true" label-position="top" style="margin-top: 25px"> |
|
|
|
<el-form-item :label="'备注'"> |
|
|
|
<el-input type="textarea" v-model="saveData.checkRemark" :rows="3" resize='none' show-word-limit style="width: 1177px;height: 20px"></el-input> |
|
|
|
<el-input type="textarea" v-model="saveData.checkRemark" :rows="2" resize='none' show-word-limit style="width: 1177px;height: 20px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-tabs v-model="activeTable" style="margin-top: 50px; width: 100%; height: 100%;" type="border-card" @tab-click="tabClick" class="customer-tab"> |
|
|
|
<el-tabs v-model="activeTable" style="margin-top: 30px; width: 100%; height: 100%;" type="border-card" @tab-click="tabClick" class="customer-tab"> |
|
|
|
<el-tab-pane label="点检单" name="inspection_form"> |
|
|
|
<div class="rq "> |
|
|
|
<el-table |
|
|
|
:height="400" |
|
|
|
:height="200" |
|
|
|
:data="detailList" |
|
|
|
border |
|
|
|
style="width: 100%"> |
|
|
|
@ -258,7 +258,7 @@ |
|
|
|
</el-tab-pane> |
|
|
|
<el-tab-pane label="点检记录" name="history_record"> |
|
|
|
<el-table |
|
|
|
:height="400" |
|
|
|
:height="200" |
|
|
|
:data="HistoryRecordList" |
|
|
|
border |
|
|
|
style="width: 100%;"> |
|
|
|
|