下升降机扫码优化 八工位入库优化 库存报表

This commit is contained in:
2024-08-09 14:08:14 +08:00
parent e95000f004
commit 00f01db950
7 changed files with 286 additions and 146 deletions

View File

@@ -71,7 +71,7 @@ namespace Tnb.WarehouseMgr
carry_type = d.carrystd_name,
location_code = a.location_code,
location_name = a.location_name,
location_status = b.is_lock == 1 ? "锁定" : "未锁定",
location_status = a.is_lock == 1 ? "锁定" : "未锁定",
instock_time = b.instock_time != null ? b.instock_time.Value.ToString("yyyy-MM-dd HH:mm:ss") : "",
barcode = e.barcode,
code_batch = e.code_batch,
@@ -111,7 +111,7 @@ namespace Tnb.WarehouseMgr
carry_type = d.carrystd_name,
location_code = a.location_code,
location_name = a.location_name,
location_status = b.is_lock == 1 ? "锁定" : "未锁定",
location_status = a.is_lock == 1 ? "锁定" : "未锁定",
instock_time = b.instock_time != null ? b.instock_time.Value.ToString("yyyy-MM-dd HH:mm:ss") : "",
barcode = f.barcode,
code_batch = f.code_batch,