|
@@ -59,7 +59,7 @@
|
|
|
</a-row>
|
|
|
</a-form-model>
|
|
|
</div>
|
|
|
- <duv v-show="isSearch">
|
|
|
+ <div v-show="isSearch">
|
|
|
<!-- 合计 -->
|
|
|
<a-alert type="info" style="margin-bottom:10px" v-if="queryCountData">
|
|
|
<div class="ftext" slot="message">
|
|
@@ -100,7 +100,7 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
</s-table>
|
|
|
- </duv>
|
|
|
+ </div>
|
|
|
<div class="unChoose" v-show="!isSearch">
|
|
|
<a-icon type="exclamation-circle" theme="filled" :style="{ fontSize: '18px', color: '#ff9900', verticalAlign: 'sub', marginRight: '5px' }" />
|
|
|
<span>请选择一个货架后点击查询按钮</span>
|
|
@@ -187,13 +187,13 @@ export default {
|
|
|
]
|
|
|
this.showCol.map(item => {
|
|
|
if (item == 'kt') {
|
|
|
- arr.push({ title: '空调滤清器适配', dataIndex: 'airConditionerFilterFlagDesc', filters: this.filters, filterMultiple: false, width: '15%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } })
|
|
|
+ arr.push({ title: '空调滤清器适配', dataIndex: 'airConditionerFilterFlagDesc', filters: this.filters, filterMultiple: false, width: '120px', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } })
|
|
|
}
|
|
|
if (item == 'kq') {
|
|
|
- arr.push({ title: '空气滤清器适配', dataIndex: 'airFilterFlagDesc', filters: this.filters, filterMultiple: false, width: '15%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } })
|
|
|
+ arr.push({ title: '空气滤清器适配', dataIndex: 'airFilterFlagDesc', filters: this.filters, filterMultiple: false, width: '120px', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } })
|
|
|
}
|
|
|
if (item == 'jy') {
|
|
|
- arr.push({ title: '机油滤清器适配', dataIndex: 'engineOilFilterFlagDesc', filters: this.filters, filterMultiple: false, width: '15%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } })
|
|
|
+ arr.push({ title: '机油滤清器适配', dataIndex: 'engineOilFilterFlagDesc', filters: this.filters, filterMultiple: false, width: '120px', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } })
|
|
|
}
|
|
|
})
|
|
|
return arr
|
|
@@ -240,6 +240,7 @@ export default {
|
|
|
this.queryParam.shelfSn = undefined
|
|
|
this.queryParam.brandName = undefined
|
|
|
this.queryParam.modelName = undefined
|
|
|
+ this.time = []
|
|
|
this.$refs.rangeDate.resetDate(this.time)
|
|
|
this.$refs.ruleForm.resetFields()
|
|
|
// this.$refs.table.refresh(true)
|
|
@@ -255,7 +256,7 @@ export default {
|
|
|
_this.exportLoading = true
|
|
|
_this.spinning = true
|
|
|
exportVinLog(params).then(res => {
|
|
|
- downloadExcel(res, 'VIN分析表')
|
|
|
+ downloadExcel(res, 'VIN扫描记录')
|
|
|
_this.exportLoading = false
|
|
|
_this.spinning = false
|
|
|
})
|