|
|
|
@ -30,6 +30,7 @@ |
|
|
|
w.WareHouseName as warehouseName, |
|
|
|
l.LocationName as locationName, |
|
|
|
h.supplier_batch_no as supplierBatchNo, |
|
|
|
h.supplier_manufacture_date as supplierManufactureDate, |
|
|
|
h.height,h.wdr,h.eng_chg_level as engChgLevel,h.expired_date as expiredDate, |
|
|
|
h.count_flag as countFlag,h.last_count_date as lastCountDate,h.source_type as sourceType |
|
|
|
FROM handling_unit h WITH (NOLOCK) |
|
|
|
|