Started Order productchange

This commit is contained in:
Frank Schubert
2024-07-23 15:51:39 +02:00
parent d8b3002cfa
commit 56be9eea81
4 changed files with 104 additions and 3 deletions

View File

@@ -55,6 +55,25 @@ $posturl = self::getUrl("Order", "save", $urlfilter);
</select>
</div>
<div class="card" id="product-list">
<div class="card-body">
<table>
<thead>
<th>Contract ID</th>
<th>Produkt</th>
<th>Matchcode</th>
<th>Preis p.P.</th>
<th>Herstellungskosten</th>
<th>Fertigstellung</th>
<th>Kündigung</th>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
@@ -70,7 +89,8 @@ $posturl = self::getUrl("Order", "save", $urlfilter);
<script type="text/javascript">
$('#owner_id').autoComplete();
</script>