refactor: html
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
6ea1415895
commit
77340c8459
|
@ -87,8 +87,6 @@
|
||||||
label="Max date"
|
label="Max date"
|
||||||
ng-model="$ctrl.invoice.maxShipped">
|
ng-model="$ctrl.invoice.maxShipped">
|
||||||
</vn-date-picker>
|
</vn-date-picker>
|
||||||
</vn-vertical>
|
|
||||||
<vn-vertical>
|
|
||||||
<vn-autocomplete
|
<vn-autocomplete
|
||||||
url="Companies"
|
url="Companies"
|
||||||
label="Company"
|
label="Company"
|
||||||
|
@ -104,8 +102,8 @@
|
||||||
where="{isLabeler: false}"
|
where="{isLabeler: false}"
|
||||||
ng-model="$ctrl.invoice.printerFk">
|
ng-model="$ctrl.invoice.printerFk">
|
||||||
</vn-autocomplete>
|
</vn-autocomplete>
|
||||||
|
<vn-submit vn-id="invoiceButton" ng-click="$ctrl.makeInvoice()" label="Invoice out"></vn-submit>
|
||||||
</vn-vertical>
|
</vn-vertical>
|
||||||
<vn-submit vn-id="invoiceButton" ng-click="$ctrl.makeInvoice()" label="Invoice out" class="vn-mt-sm" ></vn-submit>
|
|
||||||
</form>
|
</form>
|
||||||
</vn-side-menu>
|
</vn-side-menu>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue