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

+ 2 - 1
app/admin/controller/OrderInv.php

@@ -55,6 +55,7 @@ class OrderInv extends BaseController{
         $email = isset($this->post['email'])&&$this->post['email']!=='' ? trim($this->post['email']):"";
 
         $remark = isset($this->post['remark'])&&$this->post['remark']!=='' ? trim($this->post['remark']):"";
+        $exam_remark = isset($this->post['exam_remark'])&&$this->post['exam_remark']!=='' ? trim($this->post['exam_remark']):"";
         $orderArr = isset($this->post['orderArr'])&&!empty($this->post['orderArr']) ? $this->post['orderArr']:[];
         if(empty($orderArr)){
            return error_show(1004,"参数 orderArr 不能为空");
@@ -162,7 +163,7 @@ class OrderInv extends BaseController{
             "is_ticket"=>$company['out_ticket'], //是否支持金税开票
             "company_type"=> $buyinfo['company_type'], //类型01 企业,02 机关事业单位,03 个人, 04 其他
             "remark"=>$remark, //申请备注
-            "exam_remark"=>'', //审核备注
+            "exam_remark"=>$exam_remark, //审核备注
             "ainv_fee"=>0,//已核销金额
             "winv_fee"=>$invfee,//未核销金额
             "status"=>1,// 待财务开票/待金税开票   待财务审核 待填写物流 开票完成  开票失败/开票驳回   财务驳回