username@email.com
2025-01-20 dc7b6c75f98b6924b7e091ee7ac6551470652d78
修改订单单位
15个文件已修改
60 ■■■■■ 已修改文件
CY_ECommercePlatform/CY.WebForm/Pages/business/AgMergerOrderEdit.aspx.cs 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.WebForm/Pages/business/OrderList.aspx 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.WebForm/Pages/front/Adhesive.aspx.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.WebForm/Pages/front/AdvertisingCup.aspx.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.WebForm/Pages/front/Book.aspx.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.WebForm/Pages/front/Calendary.aspx.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.WebForm/Pages/front/DeskCalendar.aspx.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.WebForm/Pages/front/Envelop.aspx.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.WebForm/Pages/front/InquiryOnLine.aspx.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.WebForm/Pages/front/NewsPaper.aspx.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.WebForm/Pages/front/Note.aspx.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.WebForm/Pages/front/Packet.aspx.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.WebForm/Pages/front/PictureAlbumNew.aspx.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.WebForm/Pages/front/ReceiptDocument.aspx.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.WebForm/Pages/front/Reticule.aspx.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.WebForm/Pages/business/AgMergerOrderEdit.aspx.cs
@@ -165,8 +165,12 @@
                    {
                        _inquiryCommonModel = SerializationHelper.DeSerialize(typeof(InquiryCommonModel), _eC_OrderPrintParameter.PrintParameter) as InquiryCommonModel;
                    }
                    var ssss = _inquiryCommonModel.PrintDemand + _inquiryCommonModel.AfterWorksDemand;
                    if (ssss.Length > 500)
                    var ssss = /*_inquiryCommonModel.PrintDemand +*/ _inquiryCommonModel.AfterWorksDemand;
                    if(_eC_OrderBasic.PrintTypeId == -1)
                    {
                        ssss = _inquiryCommonModel.PrintDemand;
                    }
                    if (!string.IsNullOrEmpty(ssss) && ssss.Length > 500)
                    {
                        ssss.Substring(0,499);
                    }
CY_ECommercePlatform/CY.WebForm/Pages/business/OrderList.aspx
@@ -383,7 +383,7 @@
                        <th style="text-align: center;">
                            印件名称
                        </th>
                         <th style="width:100px;">
                         <th style="width:50px;">
                             合同序号
                        </th>
                        <th width="36">
@@ -488,7 +488,7 @@
                                </td>
                                <td style="text-align: center;">
                                 <div style="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 > 15 ? (Eval("BuyerName").ToString().Substring(0, 15) + "..") : Eval("BuyerName").ToString()%></a>
                                    <a href='javascript:void(0)' title='<%#Eval("BuyerName").ToString()%>' class='a_under' onclick='View("<%#Eval("BuyerId")%>")'><%#Eval("BuyerName").ToString().Length > 22 ? (Eval("BuyerName").ToString().Substring(0, 22) + "..") : Eval("BuyerName").ToString()%></a>
                                        </div>
                                </td>
                                <td>
@@ -498,12 +498,12 @@
                                    <%#Eval("PrintType.PrintName")%>
                                </td>
                                <td style="text-align: center; color:<%#(Eval("OrderExtend.ExigencyCaseId").ToString()=="-1" && int.Parse(Eval("OrderState").ToString()) <5 && int.Parse(Eval("OrderState").ToString())  > 0)?"red":""%>;">
                                <span title="<%#Eval("DocumentName")%>"><%#Eval("DocumentName").ToString().Length >15? (Eval("DocumentName").ToString().Substring(0,15)+".."):Eval("DocumentName").ToString() %></span>
                                <span title="<%#Eval("DocumentName")%>"><%#Eval("DocumentName").ToString().Length >22? (Eval("DocumentName").ToString().Substring(0,22)+".."):Eval("DocumentName").ToString() %></span>
                                </td>
                                 
                                      <td style="text-align: center;">
                                 <div style="word-wrap: break-word; text-align:justify;">
                                    <a href='javascript:void(0)' title='<%#Eval("Duiyinghetongbianhao").ToString()%>' class='a_under' onclick='View("<%#Eval("BuyerId")%>")'><%#Eval("Duiyinghetongbianhao").ToString().Length > 20 ? (Eval("Duiyinghetongbianhao").ToString().Substring(0, 20) + "..") : Eval("Duiyinghetongbianhao").ToString()%></a>
                                    <a href='javascript:void(0)' title='<%#Eval("Duiyinghetongbianhao").ToString()%>' class='a_under' onclick='View("<%#Eval("BuyerId")%>")'><%#Eval("Duiyinghetongbianhao").ToString().Length > 5 ? (Eval("Duiyinghetongbianhao").ToString().Substring(0, 5)) : Eval("Duiyinghetongbianhao").ToString()%></a>
                                        </div>
                                </td>
                                 
CY_ECommercePlatform/CY.WebForm/Pages/front/Adhesive.aspx.cs
@@ -19,9 +19,9 @@
                PrintTypeId = int.Parse(Request["PrintTypeId"].ToString());
                Sys_DictionaryBLL _sys_DictionaryBLL = new Sys_DictionaryBLL();//字典业务逻辑操作类对象
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位");
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位").Where(x => x.MeanValue == 2);
                this.ysUnit.DataBind();
                this.ysUnit.Value = "1";
                this.ysUnit.Value = "2";
            }
        }
    }
CY_ECommercePlatform/CY.WebForm/Pages/front/AdvertisingCup.aspx.cs
@@ -19,9 +19,9 @@
                    PrintTypeId = int.Parse(Request["PrintTypeId"].ToString());
                Sys_DictionaryBLL _sys_DictionaryBLL = new Sys_DictionaryBLL();//字典业务逻辑操作类对象
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位");
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位").Where(x => x.MeanValue == 4);
                this.ysUnit.DataBind();
                this.ysUnit.Value = "1";
                this.ysUnit.Value = "4";
            }
        }
    }
CY_ECommercePlatform/CY.WebForm/Pages/front/Book.aspx.cs
@@ -19,9 +19,9 @@
                PrintTypeId = int.Parse(Request["PrintTypeId"].ToString());
                Sys_DictionaryBLL _sys_DictionaryBLL = new Sys_DictionaryBLL();//字典业务逻辑操作类对象
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位");
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位").Where(x=>x.MeanValue == 3);
                this.ysUnit.DataBind();
                this.ysUnit.Value = "1";
                this.ysUnit.Value = "3";
            }
        }
    }
CY_ECommercePlatform/CY.WebForm/Pages/front/Calendary.aspx.cs
@@ -19,7 +19,7 @@
                PrintTypeId = int.Parse(Request["PrintTypeId"].ToString());
                Sys_DictionaryBLL _sys_DictionaryBLL = new Sys_DictionaryBLL();//字典业务逻辑操作类对象
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位");
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位").Where(x => x.MeanValue == 1);
                this.ysUnit.DataBind();
                this.ysUnit.Value = "1";
            }
CY_ECommercePlatform/CY.WebForm/Pages/front/DeskCalendar.aspx.cs
@@ -19,7 +19,7 @@
                PrintTypeId = int.Parse(Request["PrintTypeId"].ToString());
                Sys_DictionaryBLL _sys_DictionaryBLL = new Sys_DictionaryBLL();//字典业务逻辑操作类对象
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位");
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位").Where(x => x.MeanValue == 1);
                this.ysUnit.DataBind();
                this.ysUnit.Value = "1";
            }
CY_ECommercePlatform/CY.WebForm/Pages/front/Envelop.aspx.cs
@@ -19,9 +19,9 @@
                PrintTypeId = int.Parse(Request["PrintTypeId"].ToString());
                Sys_DictionaryBLL _sys_DictionaryBLL = new Sys_DictionaryBLL();//字典业务逻辑操作类对象
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位");
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位").Where(x => x.MeanValue == 4);
                this.ysUnit.DataBind();
                this.ysUnit.Value = "1";
                this.ysUnit.Value = "4";
            }
        }
    }
CY_ECommercePlatform/CY.WebForm/Pages/front/InquiryOnLine.aspx.cs
@@ -2457,6 +2457,10 @@
             }
            if (model.PrintTypeId == 27)
            {
                if (!string.IsNullOrEmpty(model.JTWZ))
                {
                    afterWorkStr = model.JTWZ  ;
                }
                if(!string.IsNullOrEmpty(model.ThStart) || !string.IsNullOrEmpty(model.ThEnd))
                {
                    afterWorkStr += ",套号号段(" + model.ThStart + "-" + model.ThEnd + ")";
CY_ECommercePlatform/CY.WebForm/Pages/front/NewsPaper.aspx.cs
@@ -19,9 +19,9 @@
                PrintTypeId = int.Parse(Request["PrintTypeId"].ToString());
                Sys_DictionaryBLL _sys_DictionaryBLL = new Sys_DictionaryBLL();//字典业务逻辑操作类对象
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位");
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位").Where(x => x.MeanValue == 2);
                this.ysUnit.DataBind();
                this.ysUnit.Value = "1";
                this.ysUnit.Value = "2";
            }
        }
    }
CY_ECommercePlatform/CY.WebForm/Pages/front/Note.aspx.cs
@@ -19,7 +19,7 @@
                PrintTypeId = int.Parse(Request["PrintTypeId"].ToString());
                Sys_DictionaryBLL _sys_DictionaryBLL = new Sys_DictionaryBLL();//字典业务逻辑操作类对象
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位");
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位").Where(x => x.MeanValue == 1);
                this.ysUnit.DataBind();
                this.ysUnit.Value = "1";
            }
CY_ECommercePlatform/CY.WebForm/Pages/front/Packet.aspx.cs
@@ -19,9 +19,9 @@
                PrintTypeId = int.Parse(Request["PrintTypeId"].ToString());
                Sys_DictionaryBLL _sys_DictionaryBLL = new Sys_DictionaryBLL();//字典业务逻辑操作类对象
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位");
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位").Where(x => x.MeanValue == 4);
                this.ysUnit.DataBind();
                this.ysUnit.Value = "1";
                this.ysUnit.Value = "4";
            }
        }
    }
CY_ECommercePlatform/CY.WebForm/Pages/front/PictureAlbumNew.aspx.cs
@@ -19,9 +19,9 @@
                PrintTypeId = int.Parse(Request["PrintTypeId"].ToString());
                Sys_DictionaryBLL _sys_DictionaryBLL = new Sys_DictionaryBLL();//字典业务逻辑操作类对象
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位");
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位").Where(x => x.MeanValue == 3);
                this.ysUnit.DataBind();
                this.ysUnit.Value = "1";
                this.ysUnit.Value = "3";
            }
        }
    }
CY_ECommercePlatform/CY.WebForm/Pages/front/ReceiptDocument.aspx.cs
@@ -20,7 +20,7 @@
                    PrintTypeId = int.Parse(Request["PrintTypeId"].ToString());
                Sys_DictionaryBLL _sys_DictionaryBLL = new Sys_DictionaryBLL();//字典业务逻辑操作类对象
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位");
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位").Where(x=>x.MeanValue == 1);
                this.ysUnit.DataBind();
                this.ysUnit.Value = "1";
            }
CY_ECommercePlatform/CY.WebForm/Pages/front/Reticule.aspx.cs
@@ -19,9 +19,9 @@
                PrintTypeId = int.Parse(Request["PrintTypeId"].ToString());
                Sys_DictionaryBLL _sys_DictionaryBLL = new Sys_DictionaryBLL();//字典业务逻辑操作类对象
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位");
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位").Where(x => x.MeanValue == 4);
                this.ysUnit.DataBind();
                this.ysUnit.Value = "1";
                this.ysUnit.Value = "4";
            }
        }
    }