@ -1254,7 +1254,7 @@
</StackPanel>
</TabItem>
<TabItem x:Name="LocationManager11" Header="库位状态" Background="#213269"
<TabItem x:Name="LocationManager11" Header="辅料库位" Background="#213269"
Style="{StaticResource DefaultItem}" Foreground="White"
FontSize="25" Width="160" Height="80" VerticalAlignment="Top" HorizontalAlignment="Center">
<Grid>
@ -2597,7 +2597,7 @@ namespace Khd.Core.Wpf.Form
return;
}
decimal outScan = Convert.ToDecimal(this.txtOutScan.Text);
if (outScan != 1 && outScan > wmsRawStock.totalAmount - wmsRawStock.frozenAmount)
if (outScan > wmsRawStock.totalAmount - wmsRawStock.frozenAmount)
{
scanOutMsg.Text = "出库数量不能大于库存数量!";
@ -53,6 +53,7 @@
"MenuList": [
"任务管理",
"库存信息",
"辅料库位",
"库位状态",
"废料区管理",
"人工叫料",