hao.jin 9 months ago
parent
commit
cac2b9fb6a
  1. 2
      PDAForm/PDAForm/PDAForm.csproj
  2. 4
      Stone.WinForm/Stone.DataService/Stone.DataService.Biz/Bill/F_STD_Check.cs
  3. 2
      Stone.WinForm/Stone.WinBiz/BasicData/F_Base.cs

2
PDAForm/PDAForm/PDAForm.csproj

@ -698,6 +698,7 @@
</EmbeddedResource>
<EmbeddedResource Include="Bill\VDA\frmBarCodeSelect.resx">
<DependentUpon>frmBarCodeSelect.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Bill\VDA\frmVDA.resx">
<DependentUpon>frmVDA.cs</DependentUpon>
@ -705,6 +706,7 @@
</EmbeddedResource>
<EmbeddedResource Include="Bill\VDA\frmVDACheck.resx">
<DependentUpon>frmVDACheck.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Bill\Verify\frmVerify.resx">
<SubType>Designer</SubType>

4
Stone.WinForm/Stone.DataService/Stone.DataService.Biz/Bill/F_STD_Check.cs

@ -64,8 +64,8 @@ namespace Stone.DataService.Biz.Bill
if (!Convert.ToBoolean(dtVDA.Rows[0]["IsPrintLabel"]))
throw new Exception($"装箱单号 {PackageNo} 未打印");
if (Convert.ToBoolean(dtVDA.Rows[0]["IsPackingVerification"]))
throw new Exception($"装箱单号 {PackageNo} 已经做过装箱校验了");
// if (Convert.ToBoolean(dtVDA.Rows[0]["IsPackingVerification"]))
// throw new Exception($"装箱单号 {PackageNo} 已经做过装箱校验了");
if (dtVDA.Rows[0]["PartNumber"].ToString().Trim().ToUpper() != PartNumber)
{

2
Stone.WinForm/Stone.WinBiz/BasicData/F_Base.cs

@ -77,7 +77,7 @@ namespace Stone.WinBiz.BasicData
{
dgv.DataSource = dsMain.Tables["Data"];
dgv.Columns["ID"].Visible = false; //隐藏ID列
MyGridViewStyle.GetGridViewState(dgv, "基础资料" + type);
// MyGridViewStyle.GetGridViewState(dgv, "基础资料" + type);
MyGridViewStyle.SetDataGridMenuCommon(dgv);
MyGridViewStyle.SetDataGridRowNumber(dgv);

Loading…
Cancel
Save