wugg 2 years ago
parent
commit
b0391185c9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/admin/controller/Export.php

+ 2 - 2
app/admin/controller/Export.php

@@ -129,9 +129,9 @@ class Export extends BaseController
 		          CONCAT(d.catName,"*",d.goodName) 发票货物或应税劳务、服务名称,
 		          d.unitName 单位,
 		          d.goodNum 数量,
-		          d.goodPrice 单价,
+		          round(d.goodTax/d.goodNum,2) 单价,
 		          d.tax 税率,
-		          d.totalPrice 总价,
+		          d.totalTax 总价,
 		          a.inv_type 开票种类,
 		          a.open_type 开票方式,
 		          a.exam_remark 申请备注,