| | |
| | | // 销售明细单 |
| | | async getSalesDetailsList() { |
| | | await getSalesDetailsList({ |
| | | // keyword: this.keyword, |
| | | // keywordType: this.keywordType, |
| | | clientId:this.editCommonConfig.clientId, |
| | | clientId:Number(this.editCommonConfig.clientId), |
| | | page: this.pagerOptions.currPage, |
| | | pageSize: this.pagerOptions.pageSize |
| | | }).then((res) => { |
| | |
| | | }, |
| | | async getSalesReturnList() { |
| | | await getSalesReturnList({ |
| | | // keyword: this.keyword, |
| | | // keywordType: this.keywordType, |
| | | clientId:this.editCommonConfig.clientId, |
| | | clientId:Number(this.editCommonConfig.clientId), |
| | | page: this.pagerOptions.currPage, |
| | | pageSize: this.pagerOptions.pageSize |
| | | }).then((res) => { |