|
|
|
|
@ -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();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|