diff --git a/front/core/components/table/style.scss b/front/core/components/table/style.scss index 7d985c437..a23fa4d53 100644 --- a/front/core/components/table/style.scss +++ b/front/core/components/table/style.scss @@ -118,7 +118,7 @@ vn-table { } & > vn-td .chip { padding: .3em; - border-radius: .3em; + border-radius: .3em } & > vn-td .chip.notice { @@ -141,6 +141,11 @@ vn-table { background-color: $color-alert-medium; } + & > vn-td .chip.message { + color: $color-font-dark; + background-color: $color-bg-dark + } + & > vn-td vn-icon-menu { display: inline-block; color: $color-main; diff --git a/modules/item/front/diary/index.js b/modules/item/front/diary/index.js index e45b8cb50..a15c32644 100644 --- a/modules/item/front/diary/index.js +++ b/modules/item/front/diary/index.js @@ -104,7 +104,7 @@ class Controller { let balance = onPreparationLine.querySelector('.balanceSpan'); - balance.classList.add('counter'); + balance.classList.add('message'); balance.title = this.$translate.instant('Visible quantity'); let headerOffset = body.querySelector('header').getBoundingClientRect(); @@ -113,8 +113,8 @@ class Controller { let offsetTop; if (this.ticketFk) { let selectedTicketLine = lines[selectedTicketLineIndex]; - let id = selectedTicketLine.querySelector('.id'); - id.classList.add('counter'); + let id = selectedTicketLine.querySelector('[name=origin]'); + id.classList.add('message'); offsetTop = selectedTicketLine.offsetTop - headerHeight; } else offsetTop = onPreparationLine.offsetTop - headerHeight; diff --git a/modules/ticket/front/dms/index/index.html b/modules/ticket/front/dms/index/index.html index 7c66cc874..4f8b1a166 100644 --- a/modules/ticket/front/dms/index/index.html +++ b/modules/ticket/front/dms/index/index.html @@ -18,10 +18,12 @@ Reference Description Original - File + File Employee Created - + + + @@ -33,7 +35,8 @@ - + {{::document.dms.hardCopyNumber}} @@ -52,7 +55,7 @@ field="document.dms.hasFile"> - + @@ -67,7 +70,7 @@ {{::document.dms.created | dateTime:'dd/MM/yyyy HH:mm'}} - + - + + - + +