feat(材料管理):增加调拨出库
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user