交换交接柜中的药品时没有批次的把基数写入
This commit is contained in:
parent
5970654ffe
commit
701f6c88e6
|
|
@ -355,6 +355,7 @@ namespace DM_Weight.ViewModels
|
|||
DrawerType = 1,
|
||||
Chnguid = _ChannelStock.Chnguid,
|
||||
Id = csId,
|
||||
BaseQuantity= _ChannelStock.BaseQuantity
|
||||
}).ExecuteCommand();
|
||||
}
|
||||
string csToId = Guid.NewGuid().ToString();
|
||||
|
|
@ -403,6 +404,7 @@ namespace DM_Weight.ViewModels
|
|||
DrawerType = 1,
|
||||
Chnguid = currentChannelStock.Chnguid,
|
||||
Id = csToId,
|
||||
BaseQuantity= currentChannelStock.BaseQuantity
|
||||
}).ExecuteCommand();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue