feat(材料管理):增加调拨出库

This commit is contained in:
2026-07-13 17:25:28 +08:00
parent 4df4d8bca3
commit 040de31eb1
14 changed files with 1102 additions and 29 deletions
@@ -134,10 +134,10 @@ namespace FineUIPro.Web.CLGL
responeData.message = "请先保存出库单后再导入明细!";
return responeData;
}
if (master.TypeInt != (int)TwConst.TypeInt.)
if (master.TypeInt != (int)TwConst.TypeInt. && master.TypeInt != (int)TwConst.TypeInt.)
{
responeData.code = 0;
responeData.message = "只有选择其他出库时才允许导入出库明细!";
responeData.message = "只有选择其他出库或调拨出库时才允许导入出库明细!";
return responeData;
}
List<Tw_MaterialStockOutput> stockList = GetSelectableStockList(master);