| | |
| | | editVisible: false, |
| | | title: "", |
| | | clientId: 0, |
| | | client_name: "", |
| | | tableInfomation: [] |
| | | } |
| | | } |
| | |
| | | this.search_map = { |
| | | client_id: this.editConfig.clientId |
| | | } |
| | | this.keyword = this.editConfig.client_name |
| | | this.keywordType = "客户名称" |
| | | this.setTable() |
| | | this.getData() |
| | | }, |
| | |
| | | // 销售明细单 |
| | | async getSalesDetailsList() { |
| | | await getSalesDetailsList({ |
| | | keyword: this.keyword, |
| | | keywordType: this.keywordType, |
| | | // keyword: this.keyword, |
| | | // keywordType: this.keywordType, |
| | | clientId:this.editCommonConfig.clientId, |
| | | page: this.pagerOptions.currPage, |
| | | pageSize: this.pagerOptions.pageSize |
| | | }).then((res) => { |
| | |
| | | }, |
| | | async getSalesReturnList() { |
| | | await getSalesReturnList({ |
| | | keyword: this.keyword, |
| | | keywordType: this.keywordType, |
| | | // keyword: this.keyword, |
| | | // keywordType: this.keywordType, |
| | | clientId:this.editCommonConfig.clientId, |
| | | page: this.pagerOptions.currPage, |
| | | pageSize: this.pagerOptions.pageSize |
| | | }).then((res) => { |