|
@@ -298,7 +298,7 @@ class NowReportHandle extends Command
|
|
|
`wpo`.`delivery_fee` AS `物流费`,
|
|
|
`wpo`.`good_price` AS `成本合计`,
|
|
|
`wpo`.`total_fee` AS `采购货款`,
|
|
|
- ifnull( `wgb`.`tax`, `wgz`.`tax` ) AS `采购税点`,
|
|
|
+ ifnull( `wgb`.`tax`, `wgz`.`tax` )/100 AS `采购税点`,
|
|
|
`ws`.`name` AS `供应商名称`,
|
|
|
`wgb`.`is_stock` as '是否库存品',
|
|
|
if (`wgb`.`is_stock`=1,wpo.bkcode,wpo.cgdNo) as '发货方式',
|