Browse Source

排除删除文件

master
yidi.wu 1 year ago
parent
commit
d4d3301ea0
  1. 1
      北京北汽/SCP/SCP.csproj
  2. 1
      北京北汽/SCP/default_hb.aspx.cs

1
北京北汽/SCP/SCP.csproj

@ -2901,7 +2901,6 @@
<Content Include="Handlers\FileUpload.ashx" />
<Content Include="grf\Material.grf" />
<Content Include="Handlers\ReceiveHandler.ashx" />
<Content Include="grf\SendBill.grf" />
<Content Include="Handlers\GenerateReport.ashx" />
<Content Include="grf\SmallBarCode.grf" />
<Content Include="grf\InvRecBill.grf" />

1
北京北汽/SCP/default_hb.aspx.cs

@ -102,7 +102,6 @@ namespace SCP
protected void btnSubmit_Click(object sender, EventArgs e)
{
if (string.IsNullOrEmpty(Text1.Value.ToString()))
{
string userName = textUserName.Value.Trim();

Loading…
Cancel
Save