username@email.com
20 小时以前 f0c21ec9c1e9c7cd5db58caeb760c7d7ca6df002
CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverPlanDakaList.aspx
@@ -294,6 +294,16 @@
            window.open('/Pages/business/DeliverPlanFujianShow.aspx?Keyid=' + keyid + '&AttachmentType=' + AttachmentType, '_blank', 'height=750,width=900,top=' + t + ',left=' + l + ',toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no');
        }
        function showProgress() {
            document.getElementById('progressBar').style.display = 'block';
            setTimeout(function () {
                document.getElementById('progressBar').style.display = 'none';
            }, 2000); // 10000毫秒等于10秒
        }
        /*
打印送货单
*/
@@ -354,7 +364,7 @@
                    <td  >
                         <input id="txtCreatTimestart" type="text" runat="server" class='date w80px' maxlength='10' />-<input id="txtCreatTimeend" type="text" runat="server" class='date w80px' maxlength='10' />
                         </td>
                      <td class="ali03">
                     <%-- <td class="ali03">
                        打卡类型:
                    </td>
                    <td  >
@@ -364,7 +374,7 @@
                               <option value="2">下班</option>
                               <option value="3">草稿</option>
                        </select>
                    </td>
                    </td>--%>
                      <td class="ali03">
                        车辆:
                    </td>
@@ -379,18 +389,21 @@
                         <input id='txtCreater' runat="server" maxlength='50' />
                        
                    </td>
                     </tr>
                   <%--  </tr>
                
                      <tr>
                      <tr>--%>
                         
                       
                    <td colspan="8">
                    <td <%--colspan="8"--%>>
                    
                           <asp:button id="btn_Search" text="查询" runat="server"  padding="0px" OnClick="btn_Search_Click" />&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>
@@ -406,7 +419,7 @@
                    <tr>
                          
                        <th width="25">
                            顺序
                            编号
                        </th>
                          <th width="60">
                            车辆
@@ -415,34 +428,54 @@
                            驾驶员
                        </th>
                          <th width="85">
                            打卡时间
                            上班打卡时间
                        </th>
                         <th width="60">
                            打卡类型
                        </th>
                        <th  style="text-align: center;"width="200">
                            未装货情况
                        </th>
                         <th  style="text-align: center;"width="200">
                            车况
                        </th>
                        <th style="text-align: center;"width="200">
                            备注
                        </th>
                         <th width="60">
                            里程(公里)
                        </th>
                           <th width="60">
                            里程图片
                        </th>
                           <th width="60">
                            装货图片
                        </th>
                        <th width="60">
                            车况图片
                        </th>
                            <th  style="text-align: center;"width="50">
                            车况
                        </th>
                          <th width="85">
                            下班打卡时间
                        </th>
                        
                         <th width="60">
                            里程(公里)
                        </th>
                           <th width="60">
                            里程图片
                        </th>
                          <th width="60">
                            装货图片
                        </th>
                         <th  style="text-align: center;"width="50">
                            未装货情况
                        </th>
                           <th style="text-align: center;"width="50">
                            备注
                        </th>
                      
                    </tr>
                </thead>
@@ -464,34 +497,52 @@
                                <td>
                                      <%#Eval("CreatTime", "{0:yyyy-MM-dd HH:mm:dd}")%>
                                </td>
                                 <td>
                                    <%#Eval("ClockTypeName")%>
                                </td>
                                <td>
                                    <%#Eval("EmptyCause")%>
                                </td>
                                
                                <td>
                                    <%#Eval("CarCondition")%>
                                </td>
                                <td>
                                   <%#Eval("Remark")%>
                                </td>
                                  <td>
                                   <%#Eval("Mileage")%>     
                                </td>
                                <td>
                                    <a   title='里程图片' class='a_under' href="<%#Eval("MileageImg").ToString() %>" target="view_window"   > <%#Eval("MileageImgName")%>   </a>
                                    <a   title='里程图片' class='a_under' href="<%#Eval("MileageImg") %>" target="view_window"   > <%#Eval("MileageImgName")%>   </a>
                                </td>
                                <td>
                                      <a href='javascript:void(0)' title='装货图片' class='a_under' onclick='onViewuplod("<%#Eval("Id")%>","4")'> <%#Eval("ZhuangcheImg")%>  </a>
                                </td>
                                <td>
                                    <a href='javascript:void(0)' title='车况图片' class='a_under' onclick='onViewuplod("<%#Eval("Id")%>","5")'> <%#Eval("CarConditionImg")%>    </a> 
                                     <a href='javascript:void(0)' title='车况图片' class='a_under' onclick='onViewuplod("<%#Eval("oA_DriverRecord.Id")%>","5")'> <%#Eval("oA_DriverRecord.CarConditionImg")%>    </a>
                                </td>
                                   <td>
                                    <%#Eval("CarCondition")%>    <%#Eval("oA_DriverRecord.CarCondition")%>
                                </td>
                                 <td>
                                      <%#Eval("oA_DriverRecord.CreatTimeName")%>
                                </td>
                                 
                                
                                  <td>
                                   <%#Eval("oA_DriverRecord.Mileage")%>
                                </td>
                                <td>
                                    <a   title='里程图片' class='a_under' href="<%#Eval("oA_DriverRecord.MileageImg") %>" target="view_window"   > <%#Eval("oA_DriverRecord.MileageImgName")%>   </a>
                                </td>
                                 <td>
                                      <a href='javascript:void(0)' title='装货图片' class='a_under' onclick='onViewuplod("<%#Eval("Id")%>","4")'> <%#Eval("ZhuangcheImg")%>  </a>
                                      <a href='javascript:void(0)' title='装货图片' class='a_under' onclick='onViewuplod("<%#Eval("oA_DriverRecord.Id")%>","4")'> <%#Eval("oA_DriverRecord.ZhuangcheImg")%>  </a>
                                </td>
                                 <td>
                                    <%#Eval("EmptyCause")%>   <%#Eval("oA_DriverRecord.EmptyCause")%>
                                </td>
                                   <td>
                                   <%#Eval("Remark")%>  <%#Eval("oA_DriverRecord.Remark")%>
                                </td>
                                 
                            </tr>
                        </itemtemplate>