-
WIBUHAX0R1337
-
/
home
/
zqegovsj
/
public_html
/
us3.supplierlist.com
/
haibo
/
en
/
templates
/
newmember
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
comment_index.html
2.341KB
Edit File
Delete File
Rename
company.html
5.063KB
Edit File
Delete File
Rename
company_branner.html
1.439KB
Edit File
Delete File
Rename
contact.html
10.84KB
Edit File
Delete File
Rename
contact_branner.html
1.419KB
Edit File
Delete File
Rename
creat_excel.html
0.594KB
Edit File
Delete File
Rename
download_edit.html
2.483KB
Edit File
Delete File
Rename
feedback_branner.html
1.458KB
Edit File
Delete File
Rename
flash_edit.html
3.023KB
Edit File
Delete File
Rename
flash_img.html
2.688KB
Edit File
Delete File
Rename
flash_list.html
2.586KB
Edit File
Delete File
Rename
foot.html
2.377KB
Edit File
Delete File
Rename
freemember1.html
8.989KB
Edit File
Delete File
Rename
freemember2.html
11.075KB
Edit File
Delete File
Rename
freemember3.html
1.998KB
Edit File
Delete File
Rename
freemember4.html
14.484KB
Edit File
Delete File
Rename
head.html
11.417KB
Edit File
Delete File
Rename
head_bak.html
11.265KB
Edit File
Delete File
Rename
home.html
6.464KB
Edit File
Delete File
Rename
img.html
2.117KB
Edit File
Delete File
Rename
img2.html
2.565KB
Edit File
Delete File
Rename
img_list.html
3.405KB
Edit File
Delete File
Rename
index.html
0.927KB
Edit File
Delete File
Rename
member_edit.html
10.083KB
Edit File
Delete File
Rename
member_index.html
3.014KB
Edit File
Delete File
Rename
member_upload.html
2.5KB
Edit File
Delete File
Rename
memberversion.html
17.646KB
Edit File
Delete File
Rename
menu.html
2.48KB
Edit File
Delete File
Rename
mycart_index.html
5.934KB
Edit File
Delete File
Rename
new_branner.html
1.593KB
Edit File
Delete File
Rename
news.html
2.778KB
Edit File
Delete File
Rename
news_edit.html
7.619KB
Edit File
Delete File
Rename
newstype_edit.html
2.915KB
Edit File
Delete File
Rename
newstype_index.html
2.097KB
Edit File
Delete File
Rename
password.html
2.251KB
Edit File
Delete File
Rename
personal.html
3.997KB
Edit File
Delete File
Rename
photo.html
1.059KB
Edit File
Delete File
Rename
photo_add.html
1.748KB
Edit File
Delete File
Rename
product_branner.html
1.613KB
Edit File
Delete File
Rename
product_edit.html
27.4KB
Edit File
Delete File
Rename
product_list.html
10.698KB
Edit File
Delete File
Rename
product_type.html
4.825KB
Edit File
Delete File
Rename
product_type_action.html
7.422KB
Edit File
Delete File
Rename
qty.html
2.855KB
Edit File
Delete File
Rename
qty_list.html
3.729KB
Edit File
Delete File
Rename
section_list.html
2.281KB
Edit File
Delete File
Rename
sectioncontent_edit.html
8.749KB
Edit File
Delete File
Rename
sectioncontent_index.html
2.817KB
Edit File
Delete File
Rename
status.html
2.472KB
Edit File
Delete File
Rename
tip.html
1.129KB
Edit File
Delete File
Rename
update_ok.html
1.114KB
Edit File
Delete File
Rename
user_edit.html
2.771KB
Edit File
Delete File
Rename
user_index.html
4.045KB
Edit File
Delete File
Rename
<h4>订单管理</h4> <div class="row admin-table-filters"> <div class="col-lg-12"> <{config_load file="ua.conf" section="room"}> <script language="javascript" src="<{$JS_PATH}>js/general.js"></script> <script language="javascript" src="<{$JS_PATH}>js/admin.js"></script> <form name="listfrm" action="/en/master/member.php" method="post"> <div class="table-responsive"> <table class="table table-bordered darklinks" width="100%" border="0" cellpadding="2" cellspacing="1"> <tr bgcolor="#FFFFFF" class="header" align="center"><td width="10"> </td> <td width="30"><strong>orderid</strong></td> <td width="100"><strong>会员</strong></td> <td colspan="2"><strong>详情</strong> </td> <td width="100"><strong>总价</strong></td> <td width="100"><strong>时间</strong></td> <td width="100"><strong>状态</strong></td> </tr> <tbody id="menu_1" style="display: yes"> <{foreach from=$cart item=m name=members}> <tr bgcolor="#FFFFFF" align="center"> <td><input type="checkbox" name="id" id="chkbox_row_<{$m.id}>" value="<{$m.id}>" onClick="uaCheckItem(this, 'idAll')" ></td> <td align="center"><{$m.order_id}></td> <td><a href="mycart.php?user_id=<{$m.userid}>"><{$m.username}></a></td> <td width="100"><a href="<{$imgpath}>upload/big/<{$m.prodpic}>" title="<{$m.product}> | <{$m.title}>" class="fancybox" data-fancybox-group="pic"><img src="<{$imgpath}>upload/small/<{$m.prodpic}>" classs="responsive" style="max-width:80px;"></a></td> <td> <table class="table table-bordered" width="100%" border="0" cellspacing="1" cellpadding="2"> <tr> <td >产品:<a href="productedit.php?action=mod&id=<{$m.prodid}>"><{$m.product}> <strong> | <{$m.title}></strong></a></td> </tr> <tr> <td ><table class="table" border="0" cellpadding="0" cellspacing="0"> <tr> <td align=center>尺寸<select id ="cart_size_<{$m.id}>" > <{foreach from=$m.size name=sizes item=ss}> <option value="<{$ss.id}>" <{if $m.sizes==$ss.id}> selected<{/if}>><{$ss.name}></option> <{/foreach}> </select ></td> <td align=center>颜色<select id ="cart_color_<{$m.id}>" > <{foreach from=$m.color name=colors item=cs}> <option value="<{$cs.id}>" <{if $m.colors==$cs.id}> selected<{/if}>><{$cs.name}></option> <{/foreach}> </select ></td> <td align=center>数量<input name="qty" id ="cart_qty_<{$m.id}>" type="text" size="3" value="<{$m.prodnum}>" /></td> <td align=center>单价<input name="sizes" type="text" size="6" id ="cart_price_<{$m.id}>" value="<{$m.prodprice}>" /></td> <td align=center><{if $m.status==1}><input class="theme_button color1" type="button" name="submit" value="修改订单" onClick="edit_qty(<{$m.id}>)"><{/if}></td> </tr> </table></td> </tr> </table> </td> <td id="count_<{$m.id}>"><{$m.prodnum*$m.prodprice}></td> <td><{$m.time}></td> <td><{if $m.status==1}><span style="color:#C00;"><strong>等待</strong></span><{else}><span style="color:#090;"><strong>完成</strong></span><{/if}></td> </tr> <{foreachelse}> <tr > <td colspan="9"><b><{#NotAnyDatas#}></b></td> </tr> <{/foreach}> </tbody> <!-- 分页 --> <tr align="center"><td class="altbg1" colspan="9"> <{$pages}> </td></tr> <tr class="header"> <td colspan="9"><input class="theme_button color1" type="button" name="del" value="删除" onClick="del_qty()"> <select name="ua_action" id="ua_action" class="actionsel" onChange="status_qty()"> <optgroup label="<{$la.294}>"> <option value="-1"><{$la.295}> </option> <option value="2">完成</option> <option value="1">等待</option> </optgroup> </select></td> </tr> </table></div> </form> </div></div> <script> function edit_qty(id){ var qty=$("#cart_qty_"+id).val(); var color=$("#cart_color_"+id).val(); var size=$("#cart_size_"+id).val(); var price=$("#cart_price_"+id).val(); $.ajax({ type : "POST", url : "mycart.php?kucun_edit=1", data:{"id":id,qty:qty,color:color,size:size,price:price}, dataType:"json", success : function(result) { jisuan(id); alert('修改成功'); }, error : function(e){ } }); } function del_qty(){ if(!confirmAction('确定删除?')){ return; } var id_array=new Array(); $('input[name="id"]:checked').each(function(){ id_array.push($(this).val());//向数组中添加元素 }); if(id_array.length==0){ alert('必须选择'); return; } var ids=id_array.join(','); $.ajax({ type : "POST", url : "mycart.php?kucun_del=1", data:{"ids":ids}, dataType:"json", success : function(result) { window.location.reload(); }, error : function(e){ } }); } function status_qty(){ if(status=='-1'){ return; } if(!confirmAction('确定修改状态?')){ return; } var id_array=new Array(); $('input[name="id"]:checked').each(function(){ id_array.push($(this).val());//向数组中添加元素 }); if(id_array.length==0){ alert('必须选择'); return; } var status=$("#ua_action").val(); var ids=id_array.join(','); $.ajax({ type : "POST", url : "mycart.php?kucun_status=1", data:{"ids":ids,status:status}, dataType:"json", success : function(result) { window.location.reload(); }, error : function(e){ } }); } function jisuan(id){ var qty=$("#cart_qty_"+id).val(); var price=$("#cart_price_"+id).val(); var tmp=Math.round(100*price); $("#count_"+id).text(tmp*qty/100); } </script> <{include file="newmember/foot.html"}>
Save!!!
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat