| | |
| | | <head id="Head1" runat="server"> |
| | | <title>订单列表</title> |
| | | <uc:cmshead id="CMSHead1" runat="server" /> |
| | | <script src="../../js/business/Order.js" type="text/javascript"></script> |
| | | <script src="../../js/business/Order.js?v=5" type="text/javascript"></script> |
| | | <script type="text/javascript"> |
| | | |
| | | function kaipiaoConfirm(orderId) { |
| | | var url = "/Pages/business/kaipiaoConfirm.aspx?id=" + orderId; |
| | | top.Dialog.open({ URL: url, Title: "开票申请确认", Height: 300, Width: 580 }); |
| | | } |
| | | |
| | | //订单评价 |
| | | function evaluationModel(orderid) { |
| | | dialog.open({ URL: "/Pages/business/EvaluationSeller.aspx?orderid=" + orderid, Title: "卖家评价", Width: 580, Height: 300 }); |
| | |
| | | <a href="javascript:;" menu_member_case_id="case_ToBatchPayList" menu_member_case_name="批量收款" onclick="ToBatchPayList();"><span class="icon_edit">批量收款</span></a> |
| | | <div class="box_tool_line"> |
| | | </div> |
| | | |
| | | <a href="javascript:;" menu_member_case_id="case_ToBatchPrintAwbOrder" menu_member_case_name="打印送货单" onclick="ToPrintAwbOrder()"><span class="icon_edit">打印送货单</span></a> |
| | | <div class="clear"> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | orderType:<%#Eval("OrderTypeId")%>, |
| | | orderState:<%#Eval("OrderState")%>, |
| | | ordershowId:'<%#Eval("SellerOrderId")%>', |
| | | pdName:'<%#Eval("DocumentName")%>', |
| | | pdName:'<%# (Eval("DocumentName") ?? "").ToString().Replace("\"", "") %>', |
| | | printName:'<%#Eval("PrintType.PrintName")%>', |
| | | printNum:<%#Eval("OrderExtend.PrintNum")%>, |
| | | deliverPrice:<%#Eval("SumPrice")%>, |
| | | sumPrice:<%#Eval("SumPrice")%>, |
| | | UnitPrice:'<%#Eval("UnitPrice") %>', |
| | | Kaipiaoshenqing:'<%#Eval("Kaipiaoshenqing")%>', |
| | | PayState:<%#Eval("PayState")%> |
| | | PayState:<%#Eval("PayState")%>, |
| | | yssldw: '<%#Eval("OrderExtend.PrintNum")%><%#Eval("yssldw")%>', |
| | | PrintSizeName:'<%#Eval("PrintSizeName")%>' |
| | | }" id='ckBox<%#Container.ItemIndex%>' id='ckBox<%#Container.ItemIndex%>' class='ckBox' /> |
| | | </td> |
| | | <td class="ItemIndex"> |
| | |
| | | |
| | | var ids = ''; |
| | | var cks = $("input[name='ckId']:checked"); |
| | | if (cks.length == 0) { alertMsg('没有选中任何项!'); return; } else { } |
| | | if (cks.length == 0) |
| | | { |
| | | alertMsg('没有选中任何项!'); |
| | | return; |
| | | } |
| | | else |
| | | { |
| | | } |
| | | var isCan = true; |
| | | var Kaipiaoshenqing = 2; |
| | | |
| | |
| | | return; |
| | | } |
| | | |
| | | var msg = ('确认开票申请吗?'); |
| | | top.Dialog.confirm(msg, function () { |
| | | DoAcceptAll3(ids); |
| | | }); |
| | | kaipiaoConfirm(ids); |
| | | //var msg = ('确认开票申请吗?'); |
| | | //top.Dialog.confirm(msg, function () { |
| | | // DoAcceptAll3(ids); |
| | | //}); |
| | | } |
| | | } |
| | | |
| | | /* |
| | | 批量处理开票申请 |
| | | */ |
| | | 批量处理开票申请 |
| | | */ |
| | | var DoAcceptAll3 = function (orderIds) { |
| | | window.submitUrl = "/Pages/business/OrderListBatchOperation.aspx" |
| | | CallServer({ Target: "deleteOrderAll3", ids: orderIds }, function (data, textStatus) { |