| | |
| | | |
| | | export default { |
| | | name: "Donorcharge", |
| | | dicts: ["sys_gathering", "sys_calculate"], |
| | | dicts: ["Collection_status", "sys_calculate"], |
| | | components: { |
| | | OrgSelecter |
| | | }, |
| | |
| | | /** 修改按钮操作 */ |
| | | handleUpdate(row) { |
| | | this.$router.push({ |
| | | path: "/cost/computingBill", |
| | | path: "/finance/computingBill", |
| | | query: { id: row.id, operation: "update", data: row } |
| | | }); |
| | | }, |
| | |
| | | /** 详情查看按钮操作 */ |
| | | handleDetail(row) { |
| | | this.$router.push({ |
| | | path: "/cost/computingBill", |
| | | path: "/finance/computingBill", |
| | | query: { id: row.id, operation: "detail", data: row } |
| | | }); |
| | | }, |