| | |
| | | </div> |
| | | </div> |
| | | <TableCommonView |
| | | class="bg-list" |
| | | ref="tableListRef" |
| | | :table-list="tableList" |
| | | :select-box="editCommonConfig.isSelectBox" |
| | |
| | | isSelectBox:false, |
| | | title: "", |
| | | clientId: 0, |
| | | isRequest:true, |
| | | client_name: "", |
| | | tableInfomation: [] |
| | | } |
| | |
| | | this.showCol = ["报价单号", "销售负责人"] |
| | | this.tableList = { |
| | | selectIndex: true, |
| | | |
| | | tableInfomation: [], |
| | | allcol: [], |
| | | showcol: this.showCol, |
| | |
| | | }, |
| | | // 报价单 |
| | | async getQuotationList() { |
| | | if(!this.editConfig.isRequest){ |
| | | this.tableList.tableInfomation =this.editConfig.tableInfomation.map((item) => { |
| | | return { |
| | | ...item, |
| | | member_name: item.member.username |
| | | } |
| | | }) |
| | | this.pagerOptions.totalCount =this.editConfig.count?this.editConfig.count:0 |
| | | return true; |
| | | } |
| | | await getQuotationList({ |
| | | search_map: this.search_map, |
| | | page: this.pagerOptions.currPage, |
| | |
| | | <style lang="scss" scoped> |
| | | .bg-view { |
| | | margin: 10px; |
| | | .bg-list{ |
| | | min-height:370px; |
| | | } |
| | | .query-bg { |
| | | margin-left: -20px; |
| | | margin-bottom: 10px; |
| | |
| | | width: 100px; |
| | | } |
| | | } |
| | | |
| | | .btn { |
| | | float: right; |
| | | } |