| | |
| | | value-key="number" |
| | | @select="handleSelectClient('quotation', $event)" |
| | | style="width: 100%" |
| | | placeholder="请先选择销售报价单" |
| | | placeholder="请选择销售报价单" |
| | | :disabled=" isView" |
| | | ></el-autocomplete> |
| | | <!-- !isAddQuatation && editConfig.infomation.sale_chance_name &&--> |
| | |
| | | selClient(row, value) { |
| | | if (value === "client") { |
| | | this.editConfig.infomation.sale_chance_name = "" |
| | | this.saleChanceId='' |
| | | this.editConfig.infomation.subbill_name = "" |
| | | // 清空报价单 |
| | | this.editConfig.infomation.quotation_number ='' |
| | | this.editConfig.infomation.client_name = row.name |
| | | this.clientId = row.id |
| | | this.getSaleChanceList(row) |
| | |
| | | this.editConfig.infomation.client_name = row.client.name |
| | | this.clientId = row.client.id |
| | | this.saleChanceId = row.id |
| | | // 清空报价单 |
| | | this.editConfig.infomation.quotation_number ='' |
| | | this.isAddQuatation = false |
| | | this.getQuotation(row.id) |
| | | } else if (value === "subbill") { |