| | |
| | | } |
| | | } |
| | | |
| | | //生成盘点记录 |
| | | //生成盘点记录 |
| | | Db.Insertable(logList).ExecuteCommand(); |
| | | } |
| | | // 储位号 |
| | |
| | | materiel_name = item.SkuName, |
| | | qty = item.Qty, |
| | | batch = item.LotNo, |
| | | producttime = item.ProductionTime, |
| | | expiry = item.ExpirationTime |
| | | producttime = item2.ProductionTime.ToString().Substring(1, 8), |
| | | expiry = item2.ExpirationTime.ToString().Substring(1, 8) |
| | | |
| | | }); |
| | | } |
| | |
| | | Db.Updateable(endLocate).ExecuteCommand(); |
| | | |
| | | } |
| | | if (endLocate!= null && endLocate.AreaNo == "B12") |
| | | //正式运行程序放开 |
| | | if (endLocate != null && endLocate.AreaNo == "B12") |
| | | { |
| | | //获取令牌 |
| | | var token = new Token().GetMesToken(mesTokenUrl); |