username@email.com
2025-04-03 8f7fd017ffa14e6b3e2ec0a984e9370d88cb7c09
CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverPlanList.aspx
@@ -308,6 +308,13 @@
           // OpenWindowByUrl();
            OpenWindowByUrl('/Pages/business/DeliverPlanPrint.aspx?DeliverTime=' + DeliveryTime + '&CarId=' + CarId + '&DriverId=' + DriverId + '&CustormerName=' + CustormerName + '&BusinessManager=' + BusinessManager + '&Paiche=' + Paiche, '', '');
        }
        //查看客户资料
        function ViewTime(Keyid, DelayTime) {
            top.Dialog.open({ URL: "/Pages/business/DeliverPlanTimeEdit.aspx?Keyid=" + Keyid + "&DelayTime=" + DelayTime, Title: "延迟送货时间", Width: 300, Height: 300 });
        }
    </script>
    <style type="text/css">
        .tableStyleXS th { padding: 1px 0 1px 3px; background-image:none; border-bottom:1px solid #CCC; }
@@ -566,7 +573,7 @@
                                    <%#Eval("SellerOrderId")%>
                                </td>
                                <td>
                                    <%#Eval("DeliverTime", "{0:yyyy-MM-dd}")%>
                              <a href='javascript:void(0)' title='点击修改送货日期' class='a_under' onclick='ViewTime("<%#Eval("Keyid")%>","<%#Eval("DeliverTime", "{0:yyyy-MM-dd}")%>")'> <%#Eval("DeliverTime", "{0:yyyy-MM-dd}")%>    </a>
                                </td>
                                <%--<td>
                                      <%#Eval("DeliveredTime", "{0:yyyy-MM-dd}")%>