| | |
| | | range-separator="~" |
| | | class="timeMini" |
| | | size="mini" |
| | | style="width: 200px;display: flex;line-height: 34px;height: 34px;" |
| | | style="width: 240px;display: flex;line-height: 34px;height: 34px;" |
| | | :clearable="false" |
| | | start-placeholder="开始日期" |
| | | end-placeholder="结束日期" |
| | |
| | | form: { |
| | | wkshop_code: '', |
| | | creatusercode: '', |
| | | creatdate: '', |
| | | creatdate: [new Date(), new Date()], |
| | | prop: 'wkshop_code', // 排序字段 |
| | | order: 'desc', // 排序字段 |
| | | page: 1, // 第几页 |
| | |
| | | reset() { |
| | | this.form.wkshop_code = '' |
| | | this.form.creatusercode = '' |
| | | this.form.creatdate = '' |
| | | this.form.creatdate = [new Date(), new Date()] |
| | | this.getDailyWageReportSearch() |
| | | }, |
| | | // 新增按钮 |