车间下载重命名

This commit is contained in:
2026-07-04 17:08:25 +08:00
parent 75a672d862
commit 300c9b4910
3 changed files with 21 additions and 6 deletions
+4
View File
@@ -176,6 +176,10 @@ public partial class supplierDownload : System.Web.UI.Page
{
rname = dealMemoName(rname);
}
if ("138".Equals(dr["SupplierId"].ToString()))
{
rname = formatMemo(dr["seller_memo"]) + string.Format("《{0}》", dr["ctid"]) + ext;
}
int IsFileEncrypt = IsFileEncrypted(fname);
if (IsFileEncrypt == 1 && File.Exists(fname))
{