This commit is contained in:
2025-09-03 09:52:02 +08:00
parent d24f41ba60
commit 19d3bfcd6d
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -284,6 +284,12 @@ public partial class uploadFile : System.Web.UI.Page
}
}
if(entity.ProductId == 327)
{
entity.IsVerifyToSupplier = true;
entity.SupplierId = 97;
entity.FinishPlaceTime = DateTime.Now;
}
string dPath = entity.FinishDesignTime.GetValueOrDefault().ToString("yyyyMMdd");