| | |
| | | { label: "产品名称", prop: "productName" }, // 产品名称 |
| | | { label: "服务开始日", prop: "startTime" }, // 服务开始日 |
| | | { label: "服务到期日", prop: "endTime" }, // 服务到期日 |
| | | { label: "价税合计", prop: "priceTax" } // 价税合计 |
| | | { label: "价税合计", prop: "amountTotal" } // 价税合计 |
| | | ] |
| | | } |
| | | this.searchOptions = [] |
| | |
| | | addBtnClick() { |
| | | this.editConfig.visible = true |
| | | this.editConfig.title = "新建" |
| | | this.editConfig.infomation = { ...this.addConfig } |
| | | this.editConfig.infomation = { ...this.addConfig, currency: "人民币" } |
| | | }, |
| | | // 编辑 |
| | | handleClick(row) { |
| | |
| | | this.editConfig.infomation = { |
| | | ...row, |
| | | contract_number: row.salesDetails.number, |
| | | quotation_number: row.quotation.number |
| | | quotation_number: row.quotation.number, |
| | | currency: "人民币" |
| | | } |
| | | }, |
| | | // 删除 |