|
|
@ -25,9 +25,11 @@ |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="未收金额:"> |
|
|
|
<el-input v-model="listQuery.params.noMoneyStart" placeholder="" clearable class="addinputw"/> |
|
|
|
<span style="padding: 0 8px">至</span> |
|
|
|
<el-input v-model="listQuery.params.noMoneyEnd" placeholder="" clearable class="addinputw"/> |
|
|
|
<div style="display: flex;flex-direction: row;justify-content: flex-start;align-items: center"> |
|
|
|
<el-input v-model="listQuery.params.noMoneyStart" placeholder="" clearable style="width: 160px" class="addinputw"/> |
|
|
|
<span style="padding: 0 8px">至</span> |
|
|
|
<el-input v-model="listQuery.params.noMoneyEnd" placeholder="" clearable style="width: 160px" class="addinputw"/> |
|
|
|
</div> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="生成时间:"> |
|
|
|
<el-date-picker value-format="yyyy-MM-dd" v-model="listQuery.params.createStartTime" clearable style="width: 160px" type="date" placeholder="开始日期"/> |
|
|
|