liuwf 1 year ago
parent 6f10100732
commit 7118418147

@ -1746,7 +1746,7 @@ namespace Khd.Core.Wpf.Form
txtInScan.Text = (material.batchFlag == "1") ? "" : "1.00";
if (mesBaseMaterialInfo.BatchFlag == "0")
{
txtInScan.IsReadOnly = true;
@ -1755,6 +1755,7 @@ namespace Khd.Core.Wpf.Form
{
txtInScan.IsReadOnly = false;
}
txtInScan.Focus();
}
}
}

Loading…
Cancel
Save