MES生产入库先不回传
This commit is contained in:
@@ -308,8 +308,8 @@ namespace Tnb.WarehouseMgr
|
|||||||
instock.location_id = loc.id;
|
instock.location_id = loc.id;
|
||||||
instock.biz_type = WmsWareHouseConst.BIZTYPE_WMSINSTOCK_ID;
|
instock.biz_type = WmsWareHouseConst.BIZTYPE_WMSINSTOCK_ID;
|
||||||
instock.bill_code = _billRullService.GetBillNumber(WmsWareHouseConst.WMS_INSTOCK_ENCODE).GetAwaiter().GetResult();
|
instock.bill_code = _billRullService.GetBillNumber(WmsWareHouseConst.WMS_INSTOCK_ENCODE).GetAwaiter().GetResult();
|
||||||
instock.generate_type = "1";// 自动
|
instock.generate_type = "0";// 自动
|
||||||
instock.sync_status = WmsWareHouseConst.SYNC_STATUS__NOTSYNC;//未同步
|
instock.sync_status = WmsWareHouseConst.SYNC_STATUS_NONEEDSYNC;//未同步
|
||||||
instock.print_status = WmsWareHouseConst.PRINT_STATUS_PRINTCOMPLETE;//已打印
|
instock.print_status = WmsWareHouseConst.PRINT_STATUS_PRINTCOMPLETE;//已打印
|
||||||
instock.status = WmsWareHouseConst.BILLSTATUS_ADD_ID;// 新增
|
instock.status = WmsWareHouseConst.BILLSTATUS_ADD_ID;// 新增
|
||||||
instock.create_time = DateTime.Now;
|
instock.create_time = DateTime.Now;
|
||||||
|
|||||||
Reference in New Issue
Block a user