修改界面
This commit is contained in:
@@ -349,12 +349,12 @@ namespace LargeSquareOne
|
||||
{
|
||||
string trayId = "PLT60I10032567";
|
||||
string modelName = "LF350S";
|
||||
//UnbindTrayInfo(trayId).ConfigureAwait(false);
|
||||
UnbindTrayInfo(trayId).ConfigureAwait(false);
|
||||
|
||||
MaterialFrameRuleService service = new MaterialFrameRuleService(CommonMethods.db.Db);
|
||||
MaterialFrameRule rule = service.GetRuleByCode(trayId);
|
||||
//MaterialFrameRuleService service = new MaterialFrameRuleService(CommonMethods.db.Db);
|
||||
//MaterialFrameRule rule = service.GetRuleByCode(trayId);
|
||||
|
||||
short model = CommonMethods.mesConfig.GetModelNum(modelName, rule?.Workshop_Code ?? string.Empty);
|
||||
//short model = CommonMethods.mesConfig.GetModelNum(modelName, rule?.Workshop_Code ?? string.Empty);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user