Subversion-Projekte lars-tiefland.ci

Revision

Revision 1365 | Revision 1372 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1365 Revision 1371
Zeile 1... Zeile 1...
1
{include file="header.tpl"}
1
{include file="header.tpl"}
2
<!-- $Id: single_order.tpl 1365 2016-11-07 20:06:55Z lars $ BEGIN -->
2
<!-- $Id: single_order.tpl 1371 2016-11-09 19:51:57Z lars $ BEGIN -->
3
<link rel="stylesheet" href="/backend/css/bestellung.css" />
3
<link rel="stylesheet" href="/backend/css/bestellung.css" />
4
<script src="/backend/js/common.js"></script>
4
<script src="/backend/js/common.js"></script>
5
<script>
5
<script>
6
    $(function(){
6
    $(function(){
7
        {if $order.kk_info.anbieter=="Amazon"}
7
        {if $order.kk_info.anbieter=="Amazon"}
Zeile 2045... Zeile 2045...
2045
                }, 
2045
                }, 
2046
                close : function(){
2046
                close : function(){
2047
                    $('#vportalstornoDialog').empty().remove();
2047
                    $('#vportalstornoDialog').empty().remove();
2048
                },
2048
                },
2049
                buttons : {
2049
                buttons : {
2050
                    "Schließen" : function(){
2050
                    "Schließen" : function(){
2051
                        $('#vportalstornoDialog').empty().remove();    
2051
                        $('#vportalstornoDialog').empty().remove();    
2052
                    },
2052
                    },
2053
                    "Senden" : function(){
2053
                    "Senden" : function(){
Zeile 2054... Zeile 2054...
2054
                        
2054
                        
Zeile 2069... Zeile 2069...
2069
            id  = id.split("_");
2069
            id  = id.split("_");
2070
            var artikelID = id[1];
2070
            var artikelID = id[1];
Zeile 2071... Zeile 2071...
2071
            
2071
            
2072
            $.ajax({
2072
            $.ajax({
2073
                type: "GET",
2073
                type: "GET",
2074
                url: "/Warenwirtschaft/update_bestellung.php?mwstArtikel="+mwst+"&artikelID="+artikelID+"&id={$order.ID}",
2074
                url: "/order/update/?mwstArtikel="+mwst+"&artikelID="+artikelID+"&id={$order.ID}",
2075
            }).done(function( html ){
2075
            }).done(function( html ){
2076
                alert( html );
2076
                alert( html );
2077
            });
2077
            });
2078
        });    
2078
        });    
Zeile 2248... Zeile 2248...
2248
 
2248
 
2249
<div id="labelReturn" title="Rückmeldung von Labeldruck"></div>
2249
<div id="labelReturn" title="Rückmeldung von Labeldruck"></div>
2250
<div id="updReturn" title="Ergebnis Bestellupdate"></div>
2250
<div id="updReturn" title="Ergebnis Bestellupdate"></div>
2251
<div id="delShipmentQuestion" title="Wirklich löschen?">
2251
<div id="delShipmentQuestion" title="Wirklich löschen?">
2252
    Wollen Sie die Trackingnummer <strong><span id="delTrackNumber"></span></strong> wirklich löschen?<br />
2252
    Wollen Sie die Trackingnummer <strong><span id="delTrackNumber"></span></strong> wirklich löschen?<br />
2253
    ACHTUNG: Dadurch wird das Versandlabel UNGÜLTIG und muß neu erstellt werden!
2253
    ACHTUNG: Dadurch wird das Versandlabel UNGÜLTIG und muß neu erstellt werden!
2254
    <input type="hidden" id="delDokId" />
2254
    <input type="hidden" id="delDokId" />
2255
    <input type="hidden" id="returnCode" />
2255
    <input type="hidden" id="returnCode" />
Zeile 2256... Zeile 2256...
2256
</div>
2256
</div>
Zeile 2296... Zeile 2296...
2296
            {/if}
2296
            {/if}
2297
        </table>
2297
        </table>
2298
        <input type="hidden" name="shops_id" value="{$order.shops_ID}" />
2298
        <input type="hidden" name="shops_id" value="{$order.shops_ID}" />
2299
    </form>
2299
    </form>
2300
</div>
2300
</div>
2301
<!-- $Id: single_order.tpl 1365 2016-11-07 20:06:55Z lars $ END -->
2301
<!-- $Id: single_order.tpl 1371 2016-11-09 19:51:57Z lars $ END -->
2302
{include file="footer.tpl"}^
2302
{include file="footer.tpl"}^