1
This commit is contained in:
@@ -27,7 +27,7 @@ using Tnb.WarehouseMgr.Interfaces;
|
|||||||
namespace Tnb.WarehouseMgr
|
namespace Tnb.WarehouseMgr
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 调拨出库单(原材料)
|
/// 出库签收
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[OverideVisualDev(ModuleConsts.MODULE_WmsMaterialSignH_ID)]
|
[OverideVisualDev(ModuleConsts.MODULE_WmsMaterialSignH_ID)]
|
||||||
public class WmsMaterialSignHService : BaseWareHouseService
|
public class WmsMaterialSignHService : BaseWareHouseService
|
||||||
@@ -219,6 +219,20 @@ namespace Tnb.WarehouseMgr
|
|||||||
|
|
||||||
await _db.Insertable(wmsMaterialSignH).ExecuteCommandAsync();
|
await _db.Insertable(wmsMaterialSignH).ExecuteCommandAsync();
|
||||||
await _db.Insertable(wmsMaterialSignDs).ExecuteCommandAsync();
|
await _db.Insertable(wmsMaterialSignDs).ExecuteCommandAsync();
|
||||||
|
|
||||||
|
#region 上传bip
|
||||||
|
|
||||||
|
switch (wmsDistaskH.biz_type)
|
||||||
|
{
|
||||||
|
// 原材料调拨出库
|
||||||
|
case WmsWareHouseConst.BIZTYPE_WmsRawmatTransferoutstock_ID:
|
||||||
|
{
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
await _db.Ado.CommitTranAsync();
|
await _db.Ado.CommitTranAsync();
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
|||||||
Reference in New Issue
Block a user