| | |
| | | <template> |
| | | <div class="rightContent"> |
| | | <div class="top"> |
| | | <SearchCommonView :add-title="'新建'" :showAdd="false" :placeholder="'请根据关键词进行搜索'" :amount-view="false" |
| | | <SearchCommonView :add-title="'新建'" :showAdd="false" :placeholder="'请输入产品编码/产品名称搜索'" :amount-view="false" |
| | | @searchClick="getList" > |
| | | <template slot="leftButton"> |
| | | <el-date-picker |
| | |
| | | async getData() { |
| | | this.isTableOneLoading = true; |
| | | await getmonthStats({ |
| | | data:this.monthBoundObject.date, |
| | | keyWord: this.monthBoundObject.keyWord, |
| | | date:this.monthBoundObject.date, |
| | | keyword: this.monthBoundObject.keyWord, |
| | | page: this.pagerOptions.currPage, |
| | | pageSize: this.pagerOptions.pageSize |
| | | }).then((res) => { |