global.js file fixed..
This commit is contained in:
parent
02e73f9ebe
commit
ebfcec7f39
20
resources/assets/js/mixins/global.js
vendored
20
resources/assets/js/mixins/global.js
vendored
@ -3,10 +3,6 @@ import Vue from 'vue';
|
|||||||
import axios from 'axios';
|
import axios from 'axios';
|
||||||
|
|
||||||
import DropzoneFileUpload from './../components/Inputs/DropzoneFileUpload';
|
import DropzoneFileUpload from './../components/Inputs/DropzoneFileUpload';
|
||||||
import AkauntingContactCard from './../components/AkauntingContactCard';
|
|
||||||
import AkauntingCompanyEdit from './../components/AkauntingCompanyEdit';
|
|
||||||
import AkauntingEditItemColumns from './../components/AkauntingEditItemColumns';
|
|
||||||
import AkauntingItemButton from './../components/AkauntingItemButton';
|
|
||||||
import AkauntingSearch from './../components/AkauntingSearch';
|
import AkauntingSearch from './../components/AkauntingSearch';
|
||||||
import AkauntingModal from './../components/AkauntingModal';
|
import AkauntingModal from './../components/AkauntingModal';
|
||||||
import AkauntingMoney from './../components/AkauntingMoney';
|
import AkauntingMoney from './../components/AkauntingMoney';
|
||||||
@ -31,10 +27,6 @@ import { concat } from 'lodash';
|
|||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
DropzoneFileUpload,
|
DropzoneFileUpload,
|
||||||
AkauntingContactCard,
|
|
||||||
AkauntingCompanyEdit,
|
|
||||||
AkauntingEditItemColumns,
|
|
||||||
AkauntingItemButton,
|
|
||||||
AkauntingSearch,
|
AkauntingSearch,
|
||||||
AkauntingRadioGroup,
|
AkauntingRadioGroup,
|
||||||
AkauntingSelect,
|
AkauntingSelect,
|
||||||
@ -399,17 +391,5 @@ export default {
|
|||||||
})
|
})
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
// Change Contact Card set form fields..
|
|
||||||
onChangeContactCard(contact) {
|
|
||||||
this.form.contact_id = contact.id;
|
|
||||||
this.form.contact_name = contact.name;
|
|
||||||
this.form.contact_email = contact.email;
|
|
||||||
this.form.contact_tax_number = contact.tax_number;
|
|
||||||
this.form.contact_phone = contact.phone;
|
|
||||||
this.form.contact_address = contact.address;
|
|
||||||
|
|
||||||
this.form.currency_code = contact.currency_code;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user