| | |
| | | currency: "人民币", |
| | | sale_chance_name:"", |
| | | subbill_name:"", |
| | | client_name: Object.keys(this.addConfig).length === 0 ? "" : this.addConfig.client_name |
| | | client_name: this.addConfig?.client_name ?? "" |
| | | } |
| | | }, |
| | | // 编辑 |
| | |
| | | console.log(row) |
| | | this.editConfig.visible = true |
| | | this.editConfig.title = "编辑" |
| | | this.editConfig.infomation = { ...row, sale_chance_name: "", currency: "人民币",sale_chance_name:row.saleChance.name,} |
| | | this.editConfig.infomation = { |
| | | ...row, |
| | | currency: "人民币", |
| | | sale_chance_name: row.saleChance.name, |
| | | deliverType: row.deliverType === 0 ? "" : row.deliverType, |
| | | quotation_number: row.quotation.number |
| | | } |
| | | }, |
| | | // 删除 |
| | | delClick(rowID) { |