username@email.com
2025-05-15 6fe02a16e55f17e45a3997171e1b2284d45af25b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="InvoicingConfirm.aspx.cs" Inherits="CY.WebForm.Pages.business.InvoicingConfirm" %>
 
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <title>订单列表</title>
    <uc:cmshead id="CMSHead1" runat="server" />
    <script src="../../js/business/Order.js" type="text/javascript"></script>
    <script type="text/javascript">
 
        /*
  确认批量开票申请
  */
        //function ToBatchPayList() {
 
        //    var ids = '';
        //    var cks = $("input[name='ckId']:checked");
        //    if (cks.length == 0) { alertMsg('没有选中任何项!'); return; } else { }
        //    var isCan = true;
        //    var BuyerId = '';
        //    var SellerOrderIds = '';
        //    var bbbb = true;
        //    var cccc = true;
        //    cks.each(
        //        function () {
                   
        //            var ckVal = $(this).val();
 
        //            var ckValJson = eval('(' + ckVal + ')');
                   
        //            PayState = ckValJson.PayState;
        //            //剔除已经开票申请的单据
        //            if (BuyerId != '' && ckValJson.buyerId != BuyerId) {
        //                bbbb = false;
 
        //            } else {
        //                BuyerId = ckValJson.buyerId;
        //            }  
        //            if (ckValJson.Kaipiaoshenqing != 1) {
        //                cccc = false;
        //            }
 
        //            ids = ids + ',' + ckValJson.id;
 
                   
                    
        //        }
        //    );
 
        //    if (!bbbb) {
        //        alertMsg('必须是同一家客户!');
        //        return;
        //    }
        //    if (!cccc) {
        //        alertMsg('有状态不是开票已申请的订单!');
        //        return;
        //    }
 
        //    if (!isCan) {
        //        // alertMsg('请选择未受理的订单!');
        //    }
        //    else {
        //        if (ids != '') {
        //            ids = ids.substring(1);
        //            SellerOrderIds = SellerOrderIds.substring(1);
 
        //        } else {
        //            alertMsg('没有选中未支付订单!');
        //            return;
        //        }
 
        //        top.Dialog.open({ URL: '/Pages/business/InvoicingConfirmEdit.aspx?id=' + ids, Title: '批量确认发票', Height: 400, Width: 600 });
        //    }
        //}
        //查看客户资料
        function Viewkehuqianshou(Keyid, SellerOrderId) {
            top.Dialog.open({ URL: "/Pages/business/OrderKehuqianshou.aspx?id=" + Keyid + "&SellerOrderId=" + SellerOrderId, Title: "客户签收", Width: 400, Height: 600 });
        }
 
 
        //查看客户资料
        function Viewkehu(personId) {
            top.Dialog.open({ URL: "/Pages/business/InvoicingConfirmEdit.aspx?id=" + personId, Title: "确认发票", Width: 400, Height: 600 });
        }
 
        //催收
        function ViewCuishou(personId) {
            top.Dialog.open({ URL: "/Pages/business/InvoicingCuishou.aspx?id=" + personId, Title: "催款", Width: 600, Height: 800 });
        }
        //收款
        function ViewShoukuan(personId, shenqingleixing) {
            if (shenqingleixing == "订单开票") {
                top.Dialog.open({ URL: "/Pages/financial/InvoicingShoukuan.aspx?id=" + personId, Title: "订单收款", Width: 600, Height: 800 });
            } else {
                top.Dialog.open({ URL: "/Pages/financial/DepositsCustomerFapiao.aspx?Keyid=" + personId, Title: "客户预付款存款", Width: 900, Height: 680 });
            }
           
        }
        //收入确认
        function ViewShouru(personId, shenqingleixing) {
            if (shenqingleixing == "订单开票") {
                top.Dialog.open({ URL: "/Pages/financial/InvoicingShouruqueren.aspx?id=" + personId, Title: "订单确认收入", Width: 600, Height: 800 });
            } else {
                top.Dialog.open({ URL: "/Pages/financial/DepositsCustomershouruqueren.aspx?Keyid=" + personId, Title: "客户预付款确认收入", Width: 900, Height: 680 });
            }
 
        }
        
        
        //回款
        function ViewFukuan(personId) {
            top.Dialog.open({ URL: "/Pages/business/InvoicingHuikuan.aspx?id=" + personId, Title: "付款登记", Width: 400, Height: 600 });
        }
 
        
        //查看客户资料
        function Viewkaipiao(Keyid, SellerOrderId) {
           // window.open("/Pages/business/InvoicingOrderPrint.aspx?Keyid=" + Keyid + "&SellerOrderId=" + SellerOrderId, '', '');
            top.Dialog.open({ URL: "/Pages/business/InvoicingOrderPrint.aspx?Keyid=" + Keyid + "&SellerOrderId=" + SellerOrderId, Title: "查看订单", Width: 1080, Height: 650 });
        }
        //查看客户资料
        function View(personId) {
            top.Dialog.open({ URL: "/Pages/business/CorporateClientsDetail.aspx?Keyid=" + personId, Title: "查看客户", Width: 900, Height: 580 });
        }
 
 
        /*
确认受理
*/
        function ToAccept(orderId) {
            
 
             
 
           
            top.Dialog.confirm('确认撤回申请?', function () {
                DoAccept(orderId);
            });
        }
 
 
        /*
处理受理订单
*/
        var DoAccept = function (orderId) {
 
            window.submitUrl = "/Pages/business/InvoicingConfirm.aspx"; //设置当前页的提交路径
 
            CallServer({ Target: "AcceptOrder", id: orderId }, function (data, textStatus) {
                if ('1' == data) {
                    alertMsg('操作成功!');
                    RefreshDIVOpener();   //关闭页面
                } else {
                    alertMsg(data);
                    //dialog.close();
                }
            });
        }
 
        function showProgress() {
            document.getElementById('progressBar').style.display = 'block';
 
 
            setTimeout(function () {
                document.getElementById('progressBar').style.display = 'none';
            }, 2000); // 10000毫秒等于10秒
 
        }
 
        $(function () {
            var value_NowPageAllMoney = 0;
            $(".OrderAllMoney").each(function (ii, vv) {
                value_NowPageAllMoney += parseFloat($(vv).text());
            });
            $("#NowPageAllMoney").html(value_NowPageAllMoney.toFixed(2));
 
 
            var value_NowPageZengMoney = 0;
            $(".OrderZengMoney").each(function (ii, vv) {
                value_NowPageZengMoney += parseFloat($(vv).text());
            });
            $("#NowPageZengMoney").html(value_NowPageZengMoney.toFixed(2));
 
 
            var value_NowPageHuiMoney = 0;
            $(".OrderHuiMoney").each(function (ii, vv) {
                value_NowPageHuiMoney += parseFloat($(vv).text());
            });
            $("#NowPageHuiMoney").html(value_NowPageHuiMoney.toFixed(2));
        });
    </script>
    <style type="text/css">
        .tableStyleXS th { padding: 1px 0 1px 3px; background-image:none; border-bottom:1px solid #CCC; }
        .tableStyleXS td { padding: 1px 0 1px 3px; }
        .TableNewStyle select { width: 80px; }
        .td_hide span { text-decoration: default; display: none; text-align: center; }
        span.hand_no { cursor: default; display: block; font-size: 12px; }
        span.hand_no:hover { text-decoration: none; }
        span.hand_yes { cursor: pointer; display: block; font-size: 12px; }
        .td_hide { cursor: pointer; }
        .auto-style1 {
            width: 39px;
        }
        .auto-style3 {
            width: 13px;
        }
        .auto-style4 {
            width: 55px;
        }
        .auto-style5 {
            width: 26px;
        }
        .auto-style6 {
            cursor: pointer;
            width: 26px;
        }
         .StatisticsMoney td { color: #FF5500; }
        .StatisticsMoney span { color: #FF5500; font-weight: bold; }
    </style>
</head>
<body>
    <form id="form1" runat="server">
    <div id="scrollContent" style="width: auto;">
        <div class="box1">
            <table class="TableNewStyle" style="width: 100%;">
                 <tr>
                    <td class="ali03">
                        申请开票时间:
                    </td>
                    <td style="width: 215px">
                        <input id="txtSQBeginDate" type="text" runat="server" class='date w80px' maxlength='10' />-<input id="txtSQEndDate" type="text" runat="server" class='date w80px' maxlength='10' />
                    </td>
                    <td class="ali03">
                        客户名称:
                    </td>
                    <td>
                        <input id='txtCustormerName' runat="server" maxlength='50' />
                    </td>
                     <td class="ali03">
                        业务经理:
                    </td>
                    <td>
                        <select keepdefaultstyle='true' id='selBusinessManager' runat="server" datatextfield='Name' datavaluefield='Keyid'>
                        </select>
                    </td>
                    <td class="ali03">
                        开票状态:
                    </td>
                    <td>
                        <select keepdefaultstyle='true' class=' firstfocus' id='selKaipiaoshenqing' runat="server" datatextfield="Name" datavaluefield="MeanValue">
                        </select>
                    </td>
                   
                   
                   
 
                    
                </tr>
                <tr style="padding-left: 50px">
                     <td class="ali03">
                        是否销账:
                    </td>
                    <td>
                        <select keepdefaultstyle='true' id='selPayStates' runat="server" >
                           <option value="">全部</option>
                            <option value="2">是</option>
                            <option value="1">否</option>
                        </select>
                    </td>
                     <td class="ali03">
                        客户签收:
                    </td>
                    <td>
                        <select keepdefaultstyle='true' id='selKehuqianshou' runat="server" datatextfield="Name" datavaluefield="MeanValue">
                        </select>
                    </td>
                     <td class="ali03">
                        是否回款:
                    </td>
                    <td>
                        <select keepdefaultstyle='true' id='selHuikuanStates' runat="server" >
                             <option value="">全部</option>
                            <option value="2">是</option>
                            <option value="1">否</option>
                        </select>
                    </td>
                    
                     
                    <td  >
                        
                       
                    </td>
                    <td  >
                        <asp:button id="btn_Search" text="查询" runat="server" />&nbsp;<input type="button" value='重置' onclick='document.body.innerHTML="";window.location=window.location;' />
                        &nbsp;<asp:Button ID="Button1" Text="导出" OnClientClick="showProgress();return true;" runat="server" OnClick="btn_Daochu_Click" />
                        <div id="progressBar" style="display:none; position:fixed; top:50%; left:50%; transform:translate(-50%, -50%);border:1px solid black;height:50px;background-color:azure;">
    正在导出Excel文件,请稍候...
</div>
                    </td>
                </tr>
            </table>
        </div>
   <%--    <div class="box_tool_min">
            <div class="center" style=" margin-left:0px;">
                <div class="left">
                    <div class="right">
                        <div class="padding_top5 padding_left10">
                           
                            
                           
                           
                            <a href="javascript:;"   onclick="ToBatchPayList();"><span class="icon_edit">确认开票</span></a>
                            <div class="box_tool_line">
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
            <div class="clear">
            </div>
        </div>--%>
        <div clear="fl" dir="ltr">
            <table class="tableStyle tableStyleXS" useclick="false" usecheckbox="true" sortmode="false" id="test_table">
                <thead>
                    <tr>
                        <th width="25">
                            编号
                        </th>
                          <th style="text-align: center;" width="70">
                           申请开票时间
                        </th>
                         <th style="text-align: center;" width="70">
                           申请类型
                        </th>
                           <th style="text-align: center;" width="70">
                           业务经理
                        </th>
                        
                        <th style="text-align: center;"width="150">
                            客户名称
                        </th>
                        <th style="text-align: center;" width="70">
                            发票号码
                        </th>
                        <th width="36">
                            订单数量
                        </th>
                         <th width="60" >
                            金额
                        </th>
                        <th width="60" >
                            增减金额
                        </th>
                        <th width="60">
                            签单回执
                        </th>
                         <th width="60"  >
                            回款金额
                        </th>
                         <th width="60">
                            最近催款
                        </th>
 
                         <th width="60">
                           开票状态
                        </th>
                         <th width="180">
                          操作
 
                        </th>
                       
                      
                    </tr>
                </thead>
                <tbody>
                    <asp:repeater id="rptData" runat="server">
                        <itemtemplate>
                            <tr>
                                 
                               <td>
                                    <%#Container.ItemIndex +1 /*(UCPager1.PageSize *( UCPager1.PageIndex-1)+1)*/%>
                                </td>
                                <td>
                                   <%#Eval("CreateTime", "{0:yyyy-MM-dd}")%>
                                     
                                </td>
                                 <td style="text-align: center;">
                                        <%#Eval("Shenqingleixing")%>
 
                                   
                                </td>
                                 <td style="text-align: center;">
                                        <%#Eval("BusinessManager")%>
 
                                   
                                </td>
                                
                                 
                                <td style="text-align: center;">
                                 <div style="width: 210px; word-wrap: break-word; text-align:justify;">
                                    <a href='javascript:void(0)' title='点击查看 <%#Eval("BuyerName").ToString()%> 资料' class='a_under' onclick='View("<%#Eval("BuyerId")%>")'><%#Eval("BuyerName").ToString().Length > 30 ? (Eval("BuyerName").ToString().Substring(0, 30) + "..") : Eval("BuyerName").ToString()%></a>
                                        </div>
                                </td>
                                <td >
                                        <%#Eval("Fapiaohao")%>
 
                                   
                                </td>
                                
                                <td>
                                    
                                      <a href='javascript:void(0)' title=' <%#Eval("Dingdanshu")%> ' class='a_under' onclick='Viewkaipiao("<%#Eval("Keyid")%>","<%#Eval("SellerOrderId")%>")'> <%#Eval("Dingdanshu")%>    </a>
                                    
                                  
                                </td>
                                                            
                                <td   class="OrderAllMoney">
                                    <%#Eval("kpmoney", "{0:F}")%>
                                </td>
                                 <td   class="OrderZengMoney">
                                    <%#Eval("Zengjianmoney", "{0:F}")%>
                                </td>
                                 <td>
                                     <%#Eval("Kehuqianshou").ToString()=="1"?"<a href='javascript:void(0)' title='上传回执' class='a_under' onclick='Viewkehuqianshou(\""+Eval("Keyid")+"\",\""+Eval("SellerOrderId")+"\")   '> 上传回执    </a>":" <a title='点击查看原图' href='"+Eval("Kehuqianshoutupian")+"'  target='view_window'>  <img     width='25' height='20' src='"+Eval("Kehuqianshoutupian")+"' />   </a> "%>
                                      
                                  
                                
                                      
                                </td>
                                <td  class="OrderHuiMoney">
                                    <%#Eval("Huikuanmoney", "{0:F}")%>
                                </td>
                                 <td>
                                    <%#Eval("ShoukuanTime", "{0:MM-dd HH:mm}")%>
                                </td>
                                 <td>
                                   
                              
                                     
                                       
                                       <a href='javascript:void(0)' title=' <%#Eval("KaipiaoshenqingName")%> ' class='a_under' onclick='<%#Eval("Kaipiaoshenqing").ToString()=="1"?"Viewkehu(\""+Eval("Keyid")+"\")":"" %>    '> <%#Eval("KaipiaoshenqingName")%>    </a>
                                    
                                   
 
                                </td>
                                 <td>
                                      
                                         <a href='javascript:void(0)' menu_member_case_id="case_fukuandengji" menu_member_case_name="付款登记" title='付款登记' class='a_under' onclick='ViewFukuan("<%#Eval("Keyid")%>")'> 付款登记    </a>  &nbsp;&nbsp;&nbsp;
                                      <a href='javascript:void(0)' menu_member_case_id="case_cuikuan" menu_member_case_name="催款" title='催款' class='a_under' onclick='ViewCuishou("<%#Eval("Keyid")%>")'> 催款    </a> &nbsp;&nbsp;&nbsp;
                                     <a href='javascript:void(0)' menu_member_case_id="case_shoukuan" menu_member_case_name="收款" title='收款' class='a_under' onclick='ViewShoukuan("<%#Eval("Keyid")%>","<%#Eval("Shenqingleixing")%>")'> 收款    </a> &nbsp;&nbsp;&nbsp;
                                       <a href='javascript:void(0)' menu_member_case_id="case_shouruqueren" menu_member_case_name="收入确认" title='收入确认' class='a_under' onclick='ViewShouru("<%#Eval("Keyid")%>","<%#Eval("Shenqingleixing")%>")'> 收入确认    </a> &nbsp;&nbsp;&nbsp;
 
                                      <a href='javascript:void(0)'menu_member_case_id="case_chehui" menu_member_case_name="撤回" title='撤回' class='a_under' onclick='ToAccept("<%#Eval("Keyid")%>")'> 撤回    </a>
                                </td>
                                
                            </tr>
                        </itemtemplate>
                    </asp:repeater>
                     <tr class="StatisticsMoney">
                    <td colspan="7" class="ali03">
                        当前页统计:
                    </td>
                    <td   class="ali01">
                        <span id="NowPageAllMoney" runat="server"></span>
                    </td>
                     <td   class="ali01">
                        <span id="NowPageZengMoney" runat="server"></span>
                    </td>
                        <td   class="ali01"> 
                    </td>
                     <td   class="ali01">
                        <span id="NowPageHuiMoney" runat="server"></span>
                    </td>
                          <td   class="ali01" colspan="3"> 
                    </td>
                </tr>
                <tr class="StatisticsMoney">
                    <td colspan="7" class="ali03">
                        查询项统计:
                    </td>
                    <td   class="ali01">
                        <span id="AllMoney" runat="server"></span>
                    </td>
                     <td   class="ali01">
                        <span id="ZengMoney" runat="server"></span>
                    </td>
                        <td   class="ali01"> 
                    </td>
                     <td   class="ali01">
                        <span id="HuiMoney" runat="server"></span>
                    </td>
                          <td   class="ali01" colspan="3"> 
                    </td>
                </tr>
                </tbody>
            </table>
            <uc:ucpager id="UCPager1" runat="server" />
        </div>
    </div>
    </form>
</body>
  <script type="text/javascript" language="javascript">
     
 
  </script>
</html>