|
@@ -152,8 +152,8 @@ class OrderInv extends BaseController{
|
|
"totalPrice"=>$value['inv_fee'],
|
|
"totalPrice"=>$value['inv_fee'],
|
|
"tax"=>$good_info['inv_tax']??$qrd['tax'],
|
|
"tax"=>$good_info['inv_tax']??$qrd['tax'],
|
|
"is_discount"=>$good_info['is_discount']??0,
|
|
"is_discount"=>$good_info['is_discount']??0,
|
|
- "addTax"=>$good_info['addTax']??'',
|
|
|
|
- "inv_tag"=>$good_info['inv_tag']??"",
|
|
|
|
|
|
+// "addTax"=>$good_info['addTax']??'',
|
|
|
|
+// "inv_tag"=>$good_info['inv_tag']??"",
|
|
"taxPrice"=>round($value['inv_fee']*($good_info['inv_tax']??$qrd['tax']),2),
|
|
"taxPrice"=>round($value['inv_fee']*($good_info['inv_tax']??$qrd['tax']),2),
|
|
"addtime"=>date("Y-m-d H:i:s"),
|
|
"addtime"=>date("Y-m-d H:i:s"),
|
|
"updatetime"=>date("Y-m-d H:i:s")
|
|
"updatetime"=>date("Y-m-d H:i:s")
|