| | |
| | | ifs.supplier_id AS supplierId, |
| | | ifs.supplier_name AS supplierName, |
| | | ifs.part_no AS partNo, |
| | | ifs.qty_arrived AS qtyArrived, |
| | | ifs.pur_qty_in_store AS qtyArrived, |
| | | ifs.receiver_date AS receiverDate, |
| | | ifs.update_batch_no AS updateBatchNo, |
| | | ifs.part_desc AS partDesc, |
| | |
| | | ifs.buy_unit_meas buyUnitMeas, |
| | | io.test_quantity testQuantity, |
| | | ifs.buy_unit_meas buyUnitMeas, |
| | | ifs.declare_date declareDate |
| | | ifs.declare_date declareDate, |
| | | io.entrust_code AS entrustCode |
| | | FROM ifs_inventory_quantity ifs |
| | | LEFT JOIN ins_order io ON ifs.id = io.ifs_inventory_id |
| | | WHERE io.id = #{id} |