dever 3 jaren geleden
bovenliggende
commit
bef2aea5b6
1 gewijzigde bestanden met toevoegingen van 3 en 1 verwijderingen
  1. 3 1
      app/mshop/lib/Buy.php

+ 3 - 1
app/mshop/lib/Buy.php

@@ -1614,7 +1614,7 @@ class Buy
                 }
             }
 
-            $this->audit_action($data, $other, $info, $shop);
+            $this->audit_action($data, $other, $info, $shop, '未选择供货商');
 
             Dever::db('shop/buy_order')->update(array('where_id' => $info['id'], 'audit' => $audit, 'audit_desc' => $audit_text));
             if ($audit == 2) {
@@ -1627,6 +1627,8 @@ class Buy
                 Dever::load('shop/lib/refund')->set('buy')->apply(1, $shop['id'], $id, false, 3, 0, '未通过审核');
             }
         }
+
+        return Dever::url('project/database/list&project=shop&table=buy_order&menu=shop&search_option_state=1&search_option_type=1&menu_id=84', 'manage');
     }
 
     # 采购订单审核 拆单