| | |
| | | }, |
| | | async handleSelectClient(value, item) { |
| | | if (value === "client") { |
| | | this.editConfig.infomation.salesDetailNumber = "" |
| | | this.clientId = item.id |
| | | this.editSelCommonConfig.clientId = item.id |
| | | await getSalesDetailsList({ |
| | |
| | | async selClient(row, value) { |
| | | console.log(row, value) |
| | | if (value === "client") { |
| | | this.editConfig.infomation.salesDetailNumber = "" |
| | | this.editConfig.infomation.client_name = row.name |
| | | this.clientId = row.id |
| | | this.editSelCommonConfig.clientId = row.id |
| | |
| | | // 清除已选择用户 |
| | | clearupClient(value) { |
| | | if (value === "client") { |
| | | // this.editConfig.infomation = {} |
| | | this.editConfig.infomation.salesDetailNumber = "" |
| | | this.editConfig.infomation.client_name = "" |
| | | this.clientId = 0 |
| | | } else if (value === "contract") { |
| | | this.editConfig.infomation.salesDetailNumber = "" |
| | | // this.productTableList.tableData = [] |
| | | // this.tableData = [] |
| | | // this.SalesDetailsId = 0 |
| | | } |
| | | }, |
| | | // 添加附件 |