电梯
This commit is contained in:
@@ -297,6 +297,12 @@ namespace Tnb.WarehouseMgr
|
||||
// 采购入库
|
||||
if (instock.bill_type == WmsWareHouseConst.BILLTYPE_MATERIALINSTOCK_ID)
|
||||
{
|
||||
//await _db.Updateable<WmsCarryCode>().SetColumns(r => new WmsCarryCode
|
||||
//{
|
||||
// auxprop_gys = ,
|
||||
// auxprop_xph =
|
||||
//}).Where(r => r.id == input.wmsDistaskH.carry_id).ExecuteCommandAsync();
|
||||
|
||||
if (instock.sync_status != WmsWareHouseConst.SYNC_STATUS_NONEEDSYNC)
|
||||
{
|
||||
//如果是自动单据,需要回更上层系统
|
||||
|
||||
Reference in New Issue
Block a user