| | |
| | | } else if (value === "contract") { |
| | | this.editSelCommonConfig.title = "销售明细单" |
| | | this.editSelCommonConfig.editVisible = true |
| | | this.editSelCommonConfig.client_name = this.editConfig.infomation.client_name |
| | | // this.editSelCommonConfig.salesDetailNumber = this.editConfig.infomation.salesDetailNumber |
| | | } |
| | | }, |
| | | async selClient(row, value) { |
| | |
| | | // 清除已选择用户 |
| | | clearupClient(value) { |
| | | if (value === "client") { |
| | | this.editConfig.infomation = {} |
| | | // this.editConfig.infomation.client_name = "" |
| | | // this.clientId = 0 |
| | | // this.editConfig.infomation = {} |
| | | this.editConfig.infomation.client_name = "" |
| | | this.clientId = 0 |
| | | } else if (value === "contract") { |
| | | this.editConfig.infomation.salesDetailNumber = "" |
| | | this.productTableList.tableData = [] |
| | | this.tableData = [] |
| | | this.SalesDetailsId = 0 |
| | | // this.productTableList.tableData = [] |
| | | // this.tableData = [] |
| | | // this.SalesDetailsId = 0 |
| | | } |
| | | }, |
| | | // 添加附件 |