Browse Source

补充

master
songnan.zhang 3 years ago
parent
commit
f8a2871a14
  1. 2
      APPQ5/QMAPP.WinForm/Forms/Mend/DPLabelReplace.cs
  2. 8
      ServicesCenter/WCF/QMFrameWork.WebServiceHost/QMFrameWork.WebServiceHost.csproj

2
APPQ5/QMAPP.WinForm/Forms/Mend/DPLabelReplace.cs

@ -72,7 +72,7 @@ namespace QMAPP.WinForm.Forms.Mend
txtNewFISCode.Focus();
return;
}
if (!(newfiscode.StartsWith("D01") || newfiscode.StartsWith("DP2")))
if (!(newfiscode.StartsWith("D01") || newfiscode.StartsWith("DP2") || newfiscode.StartsWith("D04")))
{
infolabel.Text = "输入条码格式不正确!";
txtNewFISCode.SelectAll();

8
ServicesCenter/WCF/QMFrameWork.WebServiceHost/QMFrameWork.WebServiceHost.csproj

@ -24,6 +24,12 @@
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>4.0</OldToolsVersion>
<Use64BitIISExpress />
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -153,6 +159,7 @@
<Content Include="OpcService.svc" />
<Content Include="PrintTemplate\SlushBarCode.xml" />
<Content Include="PrintTemplate\InjectionBarCode.xml" />
<None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
<None Include="Service References\BarCodePrintService\service.disco" />
<None Include="Service References\BarCodePrintService\configuration91.svcinfo" />
<None Include="Service References\BarCodePrintService\configuration.svcinfo">
@ -293,7 +300,6 @@
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
<EnableWcfTestClientForSVCDefaultValue>True</EnableWcfTestClientForSVCDefaultValue>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>

Loading…
Cancel
Save