PDA扫码入库,打印状态和同步状态

This commit is contained in:
FanLian
2023-09-06 10:26:08 +08:00
parent 8411d57b6e
commit 58ec053b15

View File

@@ -86,8 +86,8 @@ namespace Tnb.WarehouseMgr
warehouse_id = "26103372441637", warehouse_id = "26103372441637",
status = WmsWareHouseConst.BILLSTATUS_ADD_ID, status = WmsWareHouseConst.BILLSTATUS_ADD_ID,
generate_type = "0", generate_type = "0",
sync_status = "", sync_status = WmsWareHouseConst.SYNC_STATUS_NONEEDSYNC,
print_status = "0", print_status = WmsWareHouseConst.PRINT_STATUS_PRINTCOMPLETE,
is_check = 1, is_check = 1,
create_id = _userManager.UserId, create_id = _userManager.UserId,
create_time = DateTime.Now, create_time = DateTime.Now,