改了上架

This commit is contained in:
2025-07-05 16:44:38 +08:00
parent 51137c6ac6
commit 58603636dd

View File

@@ -191,7 +191,7 @@ namespace WMS.Web.Domain.Services
// var save_result = await this.ShelfSave(instock, InstockType.Purchase, loginInfo, isTransaction);
InstockType t = new InstockType();
if (instock.instockType == "ProduceStock")
if (instock.instockType == "ProduceSotck")
{
t = InstockType.ProduceSotck;
}