username@email.com
22 小时以前 f0c21ec9c1e9c7cd5db58caeb760c7d7ca6df002
CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverPlanDakaList.aspx
@@ -364,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  >
@@ -374,7 +374,7 @@
                               <option value="2">下班</option>
                               <option value="3">草稿</option>
                        </select>
                    </td>
                    </td>--%>
                      <td class="ali03">
                        车辆:
                    </td>
@@ -389,13 +389,13 @@
                         <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;' />
@@ -428,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>
@@ -477,35 +497,53 @@
                                <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>
                    </asp:repeater>