This commit is contained in:
parent
80ee73a59b
commit
c0e13d3339
|
@ -26,8 +26,7 @@
|
||||||
{"state": "ticket.card.components", "icon": "icon-components"},
|
{"state": "ticket.card.components", "icon": "icon-components"},
|
||||||
{"state": "ticket.card.saleTracking", "icon": "assignment"},
|
{"state": "ticket.card.saleTracking", "icon": "assignment"},
|
||||||
{"state": "ticket.card.dms.index", "icon": "cloud_download"},
|
{"state": "ticket.card.dms.index", "icon": "cloud_download"},
|
||||||
{"state": "ticket.card.boxing", "icon": "science"},
|
{"state": "ticket.card.boxing", "icon": "science"}
|
||||||
{"state": "ticket.card.service", "icon": "icon-lines"}
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"keybindings": [
|
"keybindings": [
|
||||||
|
|
|
@ -74,7 +74,7 @@ class Controller extends Section {
|
||||||
const servicesIds = services.map(service => service.id);
|
const servicesIds = services.map(service => service.id);
|
||||||
|
|
||||||
const params = {servicesIds: servicesIds};
|
const params = {servicesIds: servicesIds};
|
||||||
const query = 'Services/refund';
|
const query = 'Service/refund';
|
||||||
this.$http.post(query, params).then(res => {
|
this.$http.post(query, params).then(res => {
|
||||||
const refundTicket = res.data;
|
const refundTicket = res.data;
|
||||||
this.vnApp.showSuccess(this.$t('The following refund ticket have been created', {
|
this.vnApp.showSuccess(this.$t('The following refund ticket have been created', {
|
||||||
|
|
Loading…
Reference in New Issue