|
@@ -332,7 +332,7 @@
|
|
|
w.warehouse_name as warehouseName,
|
|
|
w.bin_number as binNumber,
|
|
|
w.create_date as createDate,
|
|
|
- IFNULL(m.unit_contract_price,IFNULL(w.cost,0))+IFNULL(t.tran_price,0) as costPrice,
|
|
|
+ IFNULL(m.unit_contract_price,IFNULL(w.cost,0)) as costPrice,
|
|
|
-- w.warehouse_name as contractNo,
|
|
|
case when m.contract_type = '1' then m.contract_no else '' end as contractNo,
|
|
|
IFNULL(m.seller,'') as customerName,
|