Merge branch '2075-ticket_gestdoc' of verdnatura/salix into dev
gitea/salix/dev This commit looks good
Details
gitea/salix/dev This commit looks good
Details
This commit is contained in:
commit
711e973c23
|
@ -47,12 +47,11 @@ class Controller {
|
|||
}};
|
||||
this.$http.get('DmsTypes/findOne', {params}).then(res => {
|
||||
const dmsTypeId = res.data && res.data.id;
|
||||
const companyId = this.vnConfig.companyFk;
|
||||
const warehouseId = this.vnConfig.warehouseFk;
|
||||
const defaultParams = {
|
||||
reference: this.ticket.id,
|
||||
warehouseId: warehouseId,
|
||||
companyId: companyId,
|
||||
companyId: this.ticket.companyFk,
|
||||
dmsTypeId: dmsTypeId,
|
||||
description: this.$translate.instant('FileDescription', {
|
||||
ticketId: this.ticket.id,
|
||||
|
|
Loading…
Reference in New Issue