Browse Source

完善车辆台账--常用查询调价中增加销售日期、买断日期

master
yunuo970428 2 years ago
parent
commit
af550ba244
  1. 28
      anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangtaizhang/cheliangtaizhang.vue

28
anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangtaizhang/cheliangtaizhang.vue

@ -214,6 +214,16 @@
<span style="padding: 0 8px"></span>
<el-date-picker value-format="yyyy-MM-dd" v-model="listQuery.params.applicationDateEnd" clearable type="date" placeholder="结束日期"/>
</el-form-item>
<el-form-item label="销售日期">
<el-date-picker value-format="yyyy-MM-dd" v-model="listQuery.params.salesStartDate" clearable type="date" placeholder="开始日期"/>
<span style="padding: 0 8px"></span>
<el-date-picker value-format="yyyy-MM-dd" v-model="listQuery.params.salesEndDate" clearable type="date" placeholder="结束日期"/>
</el-form-item>
<el-form-item label="买断日期">
<el-date-picker value-format="yyyy-MM-dd" v-model="listQuery.params.solidStartDate" clearable type="date" placeholder="开始日期"/>
<span style="padding: 0 8px"></span>
<el-date-picker value-format="yyyy-MM-dd" v-model="listQuery.params.solidEndDate" clearable type="date" placeholder="结束日期"/>
</el-form-item>
</el-collapse-item>
</el-collapse>
</el-form>
@ -589,7 +599,14 @@ export default {
tireCoverKey: '',
tireSizeKey: '',
wheelbaseKey: '',
insideCode: ''
insideCode: '',
applicationDateStart: '',
applicationDateEnd: '',
salesStartDate: '',
salesEndDate: '',
solidStartDate: '',
solidEndDate: '',
manPurOrderTypeKey: ''
},
current: 1,
size: 5,
@ -1039,7 +1056,14 @@ export default {
tireCoverKey: '',
tireSizeKey: '',
wheelbaseKey: '',
insideCode: ''
insideCode: '',
applicationDateStart: '',
applicationDateEnd: '',
salesStartDate: '',
salesEndDate: '',
solidStartDate: '',
solidEndDate: '',
manPurOrderTypeKey: ''
},
current: 1,
size: 5,

Loading…
Cancel
Save