Bug
This commit is contained in:
@@ -157,7 +157,7 @@ namespace Tnb.ProductionMgr
|
||||
//扫码入库
|
||||
private void ScanInStock(object state)
|
||||
{
|
||||
var carry_code = "carry_code";
|
||||
var carry_code = "carry_code";//从数采读取
|
||||
WmsCarryH? carry = _repository.AsSugarClient().Queryable<WmsCarryH>().Single(it => it.carry_code == carry_code);
|
||||
if (carry != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user