This commit is contained in:
qianjiawei
2023-12-20 09:39:34 +08:00
parent 296c618bf5
commit c45c3542a3
4 changed files with 180 additions and 28 deletions

View File

@@ -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)
{