diff --git a/ButcherWeight/WeightForm.cs b/ButcherWeight/WeightForm.cs index e7e9524..8350d74 100644 --- a/ButcherWeight/WeightForm.cs +++ b/ButcherWeight/WeightForm.cs @@ -596,7 +596,6 @@ namespace ButcherWeight throw new Exception("养殖户电话不能为空"); if (string.IsNullOrEmpty(Dmo.Farmer_Address)) throw new Exception("养殖户地址不能为空"); - return; var entity = WeightBillRpc.GetPrintWeightBill(Dmo.ID); if (string.IsNullOrEmpty(entity.Supplier_Name)) throw new Exception("缺少供应商信息,打印失败"); diff --git a/WeighAndGrading/WeightGradePrint.cs b/WeighAndGrading/WeightGradePrint.cs index 7110e26..5a0cde2 100644 --- a/WeighAndGrading/WeightGradePrint.cs +++ b/WeighAndGrading/WeightGradePrint.cs @@ -20,7 +20,7 @@ namespace WeighAndGrading } else { - goodsName = "带皮白条"; //"去皮白条"; + goodsName = "去皮白条"; //"去皮白条"; } var entity = new PrintEntity(); entity.AccountingUnit_Name = "青岛万福集团股份有限公司";