summary title amended + clientDescriptor for alias
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
5d70794326
commit
3a0ff3be38
|
@ -1,5 +1,9 @@
|
||||||
<vn-card class="summary">
|
<vn-card class="summary">
|
||||||
<h5>{{$ctrl.summary.id}} - {{$ctrl.summary.client.name}} - {{$ctrl.summary.client.salesPerson.id}}
|
<h5>
|
||||||
|
<span>
|
||||||
|
Ticket #{{$ctrl.summary.id}} - {{$ctrl.summary.client.name}}
|
||||||
|
({{$ctrl.summary.client.salesPersonFk}})
|
||||||
|
</span>
|
||||||
<vn-button
|
<vn-button
|
||||||
disabled="$ctrl.order.isConfirmed"
|
disabled="$ctrl.order.isConfirmed"
|
||||||
class="flat"
|
class="flat"
|
||||||
|
@ -14,8 +18,12 @@
|
||||||
<vn-label-value label="Id"
|
<vn-label-value label="Id"
|
||||||
value="{{$ctrl.summary.id}}">
|
value="{{$ctrl.summary.id}}">
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
<vn-label-value label="Nickname"
|
<vn-label-value label="Nickname">
|
||||||
value="{{$ctrl.summary.address.nickname}}">
|
<span
|
||||||
|
ng-click="clientDescriptor.show($event, $ctrl.summary.clientFk)"
|
||||||
|
class="link">
|
||||||
|
{{$ctrl.summary.address.nickname}}
|
||||||
|
</span>
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
<vn-check label="Confirmed" disabled="true"
|
<vn-check label="Confirmed" disabled="true"
|
||||||
ng-model="$ctrl.summary.isConfirmed">
|
ng-model="$ctrl.summary.isConfirmed">
|
||||||
|
@ -101,3 +109,6 @@
|
||||||
<vn-item-descriptor-popover
|
<vn-item-descriptor-popover
|
||||||
vn-id="descriptor">
|
vn-id="descriptor">
|
||||||
</vn-item-descriptor-popover>
|
</vn-item-descriptor-popover>
|
||||||
|
<vn-client-descriptor-popover
|
||||||
|
vn-id="clientDescriptor">
|
||||||
|
</vn-client-descriptor-popover>
|
||||||
|
|
|
@ -18,13 +18,13 @@ vn-order-summary .summary{
|
||||||
flex: none
|
flex: none
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
& > div > vn-horizontal > vn-one {
|
& > vn-horizontal > vn-one {
|
||||||
min-width: 160px !important;
|
min-width: 160px;
|
||||||
|
|
||||||
&.taxes {
|
&.taxes {
|
||||||
border: $border-thin-light;
|
border: $border-thin-light;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding: 8px !important;
|
padding: 8px;
|
||||||
|
|
||||||
& > p {
|
& > p {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
|
|
Loading…
Reference in New Issue