edit
This commit is contained in:
+7
-2
@@ -276,7 +276,7 @@ public partial class uploadFile : System.Web.UI.Page
|
||||
entity.FinishPlaceTime = DateTime.Now;
|
||||
}
|
||||
}
|
||||
if ((((entity.seller_memo.Contains("条幅彩色") && !entity.seller_memo.Contains("辽宁") && !entity.seller_memo.Contains("山东")) || entity.seller_memo.Contains("贡锻布") || entity.seller_memo.Contains("贡缎布") || entity.seller_memo.Contains("旗帜布")) && !entity.seller_memo.Contains("双喷")) || entity.seller_memo.Contains("帆布"))
|
||||
if ((((entity.seller_memo.Contains("条幅彩色") && !entity.seller_memo.Contains("辽宁") && !entity.seller_memo.Contains("山东")) || entity.seller_memo.Contains("贡锻布") || entity.seller_memo.Contains("贡缎布") || entity.seller_memo.Contains("旗帜布")) && !entity.seller_memo.Contains("双喷")) || (entity.seller_memo.Contains("帆布") && !entity.seller_memo.Contains("帆布袋")))
|
||||
{
|
||||
entity.IsVerifyToSupplier = true;
|
||||
entity.SupplierId = 98;
|
||||
@@ -290,7 +290,12 @@ public partial class uploadFile : System.Web.UI.Page
|
||||
entity.SupplierId = 97;
|
||||
entity.FinishPlaceTime = DateTime.Now;
|
||||
}
|
||||
|
||||
if(entity.ProductId == 2701)
|
||||
{
|
||||
entity.IsVerifyToSupplier = true;
|
||||
entity.SupplierId = 98;
|
||||
entity.FinishPlaceTime = DateTime.Now;
|
||||
}
|
||||
|
||||
string dPath = entity.FinishDesignTime.GetValueOrDefault().ToString("yyyyMMdd");
|
||||
//XLog.SaveLog(5, dPath);
|
||||
|
||||
Reference in New Issue
Block a user