|
@@ -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');
|
|
|
}
|
|
|
|
|
|
|