wugg пре 2 година
родитељ
комит
e2e0c74c6f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/command/NowReportHandle.php

+ 1 - 1
app/command/NowReportHandle.php

@@ -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 '发货方式',