From 7650a4f5f926884d2668ce7eef1e4675570a39e2 Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Mon, 2 Apr 2018 19:16:02 +0800 Subject: [PATCH] bug --- ButcherFactory.Form/CarcassInStore_/CarcassInStoreForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ButcherFactory.Form/CarcassInStore_/CarcassInStoreForm.cs b/ButcherFactory.Form/CarcassInStore_/CarcassInStoreForm.cs index d4b02c1..badebb1 100644 --- a/ButcherFactory.Form/CarcassInStore_/CarcassInStoreForm.cs +++ b/ButcherFactory.Form/CarcassInStore_/CarcassInStoreForm.cs @@ -241,7 +241,7 @@ namespace ButcherFactory.CarcassInStore_ if (back.Any()) { foreach (var item in back) - list.First(x => x.BarCode == item.StringExt1).Weight = item.DecimalExt1; + list.First(x => x.BarCode == item.StringExt1).BeforeWeight = item.DecimalExt1; needSubmitGrid.Refresh(); } }