Browse Source

调整。

master
yibo 7 years ago
parent
commit
f9e1b840f7
2 changed files with 1 additions and 2 deletions
  1. +0
    -1
      ButcherWeight/WeightForm.cs
  2. +1
    -1
      WeighAndGrading/WeightGradePrint.cs

+ 0
- 1
ButcherWeight/WeightForm.cs View File

@ -596,7 +596,6 @@ namespace ButcherWeight
throw new Exception("养殖户电话不能为空"); throw new Exception("养殖户电话不能为空");
if (string.IsNullOrEmpty(Dmo.Farmer_Address)) if (string.IsNullOrEmpty(Dmo.Farmer_Address))
throw new Exception("养殖户地址不能为空"); throw new Exception("养殖户地址不能为空");
return;
var entity = WeightBillRpc.GetPrintWeightBill(Dmo.ID); var entity = WeightBillRpc.GetPrintWeightBill(Dmo.ID);
if (string.IsNullOrEmpty(entity.Supplier_Name)) if (string.IsNullOrEmpty(entity.Supplier_Name))
throw new Exception("缺少供应商信息,打印失败"); throw new Exception("缺少供应商信息,打印失败");


+ 1
- 1
WeighAndGrading/WeightGradePrint.cs View File

@ -20,7 +20,7 @@ namespace WeighAndGrading
} }
else else
{ {
goodsName = "皮白条"; //"去皮白条";
goodsName = "皮白条"; //"去皮白条";
} }
var entity = new PrintEntity(); var entity = new PrintEntity();
entity.AccountingUnit_Name = "青岛万福集团股份有限公司"; entity.AccountingUnit_Name = "青岛万福集团股份有限公司";


Loading…
Cancel
Save