���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /var/www/dev-kft.petruch.de/forms/order.edit.php
���ѧ٧ѧ�
<?php global $_customer; global $_order; $order = $_order->getOrder($p->orderID); ?> <div class="title"><span> </span> <h3>Auftrag bearbeiten</h3> <button class="transparent close-overlay" type="button"><i class="fa-solid fa-times"></i></button> </div> <form class="form-widget std"> <div class="std-form"> <select name="customerID" class="required showProductsOnSelect" id="f-customer"> <option value="0">Bitte Kunden auswählen</option> <?php if($customers = $_customer->getAll()) foreach($customers as $customer) echo '<option value="'.$customer->id.'"'.(($order->customerID == $customer->id)?' selected':'').'>'.$customer->customerNr.' | '.$customer->nameShow.'</option>'; ?> </select> <label for="f-customer">Kunde</label> </div> <div class="std-form"> <select id="f-product" name="productID" class="required noZero showSettingsOnSelect"> <option value="0">Bitte Produkt auswählen</option> </select> <label for="f-product">Produkt</label> </div> <div class="std-form"> <textarea data-step="1" name="briefing" id="new-briefing" placeholder="Spezielles Briefing für den Auftrag. Das Briefing für das Produkt muss hier nicht angegeben werden."></textarea> <label for="new-briefing">Briefing</label> </div> <div class="grid-nth" style="--grid-cols:2;"> <div class="std-form"> <input type="number" data-step="1" name="amountTarget" id="f-amountTarget" class="required calcBatch noZero" min="1" data-calc-to="#f-batchSize" data-isBatch="0" value="1"> <label for="f-amountTarget">Stückzahl</label> </div> <div class="std-form"> <input type="text" name="batchSize" id="f-batchSize" class="calcBatch" data-calc-to="#f-amountTarget" data-isBatch="1" value="0"> <label for="f-batchSize">Anzahl Kisten <span class="show-batchSize">(0 St. / Kiste)</span></label> </div> </div> <button id="submit-form">Speichern</button> <input type="hidden" name="do" value="orderChange"> </form>
| ver. 1.4 |
Github
|
.
| PHP 8.3.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�