From f9e1b840f743305c1ef3799311e9ffdd83009d35 Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Wed, 14 Mar 2018 08:43:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ButcherWeight/WeightForm.cs | 1 - WeighAndGrading/WeightGradePrint.cs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 = "青岛万福集团股份有限公司";