|
|
|
@ -201,7 +201,7 @@ namespace ButcherFactory.CarcassInStore_ |
|
|
|
var code = uScanPanel1.TextBox.Text; |
|
|
|
if (!noCode && code.Length != 23) |
|
|
|
throw new Exception("条码格式不正确"); |
|
|
|
var c = sender as UButton; |
|
|
|
var c = sender as ColorButton; |
|
|
|
CarcassInStoreBL.FillCodeAndGoods(last.ID, code, (long)c.Tag); |
|
|
|
last.Goods_Name = c.Text; |
|
|
|
last.BarCode = code; |
|
|
|
|