修改界面

This commit is contained in:
Administrator
2026-08-31 15:44:12 +08:00
parent c2ed98d52d
commit c5f24fea91
7 changed files with 205 additions and 210 deletions
+4 -4
View File
@@ -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);
}