Ticket good printing
This commit is contained in:
@@ -325,7 +325,6 @@ export default defineComponent({
|
||||
priceprime: 0,
|
||||
pricesameday: 0,
|
||||
total_amount: 0,
|
||||
total_precharge_amount: 0
|
||||
}
|
||||
},
|
||||
validations() {
|
||||
@@ -368,9 +367,7 @@ export default defineComponent({
|
||||
this.priceprime = response.data.priceprime;
|
||||
this.pricesameday = response.data.pricesameday;
|
||||
this.total_amount = response.data.total_amount;
|
||||
|
||||
}
|
||||
|
||||
})
|
||||
.catch(() => {
|
||||
notify({
|
||||
@@ -379,10 +376,8 @@ export default defineComponent({
|
||||
type: "error",
|
||||
});
|
||||
});
|
||||
|
||||
},
|
||||
|
||||
|
||||
userStatus() {
|
||||
let path = import.meta.env.VITE_BASE_URL + '/auth/whoami';
|
||||
axios({
|
||||
|
||||
Reference in New Issue
Block a user