20260317 进入“未送货订单”后,默认逾期和明天未送货的订单,跟“未完工单”一样 20260317 生产安排的列表中,“印件名称”和“客户名称”显示的文字长度增加一半
3个文件已修改
21 ■■■■■ 已修改文件
CY_ECommercePlatform/CY.BLL/EC/EC_OrderBasicBLL.cs 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.WebForm/Pages/business/AgOrderProduction.aspx 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.WebForm/Pages/business/OrderSonghuoanchiList.aspx.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.BLL/EC/EC_OrderBasicBLL.cs
@@ -825,7 +825,10 @@
                {
                    Condition += " and (  DATEDIFF(DAY,GETDATE(),ob.[DeliveryTime])<=0 or  DATEDIFF(DAY,GETDATE(),oe.[DelayTime])<=0 )";
                }
                else if (DeliveryTime == "明天逾期")
                {
                    Condition += " and (  DATEDIFF(DAY,GETDATE(),ob.[DeliveryTime])<=1 or  DATEDIFF(DAY,GETDATE(),oe.[DelayTime])<=1 )";
                }
            }
            if (!string.IsNullOrEmpty(Province))
CY_ECommercePlatform/CY.WebForm/Pages/business/AgOrderProduction.aspx
@@ -163,9 +163,9 @@
                        <th class='w50px' style="text-align: center;">
                            订单号
                        </th>
                        <th width="55" style="text-align: center;">
                      <%--  <th width="55" style="text-align: center;">
                            订单来源
                        </th>
                        </th>--%>
                        <th width="60" style="text-align: center;">
                            订单类型
                        </th>
@@ -206,7 +206,7 @@
                        <th class='w60px'>
                            未付款
                        </th>--%>
                        <th>
                        <th class='w160px'>
                            操作
                        </th>
                    </tr>
@@ -225,16 +225,16 @@
                                    <a href='javascript:void(0)' onclick='ShowOrder(<%#Eval("Keyid") %>)' title='点击查看订单详情' class="a_under">
                                        <%#Eval("SellerOrderId")%></a>
                                </td>
                                <td style="text-align: center;">
                              <%--  <td style="text-align: center;">
                                    <%#Eval("OrderType.Name")%>
                                </td>
                                </td>--%>
                                <td style="text-align: center;"><%#Eval("PrintType.PrintName")%>
                                </td>
                                <td style="text-align: center; color: <%#Eval("OrderExtend.ExigencyCaseId").ToString()=="-1"?"red":""%>;">
                                    <div style="width: 150px; word-wrap: break-word; text-align:justify;"><%#Eval("DocumentName")%></div>
                                    <div style="width: 350px; word-wrap: break-word; text-align:justify;"><%#Eval("DocumentName")%></div>
                                </td>
                                <td style="text-align: center;">
                                    <div style="width: 150px; word-wrap: break-word; text-align:justify;"> <a class="a_under" title='点击查看客户详情' href='javascript:void(0)' onclick="OpenWindowByUrl('/client/<%#Eval("BuyerId") %>.html');">
                                    <div style="width: 350px; word-wrap: break-word; text-align:justify;"> <a class="a_under" title='点击查看客户详情' href='javascript:void(0)' onclick="OpenWindowByUrl('/client/<%#Eval("BuyerId") %>.html');">
                                        <%#Eval("BuyerName")%>
                                    </a></div>
                                </td>
CY_ECommercePlatform/CY.WebForm/Pages/business/OrderSonghuoanchiList.aspx.cs
@@ -211,7 +211,7 @@
        {
            if (this.txtDeliveryTime.Value == "")
            {
                this.txtDeliveryTime.Value = this.Button1.Text;
                this.txtDeliveryTime.Value = "明天逾期"; //this.Button1.Text;
            }
            if (this.txtDeliveryTime.Value == this.Button1.Text)