|
@@ -1194,7 +1194,7 @@ class Buy
|
|
|
|
|
|
|
|
|
|
if (isset($cash_order) && $cash_order) {
|
|
if (isset($cash_order) && $cash_order) {
|
|
- $head = array('序号', '结算单号', '数量', '金额', '结算类型', '入账状态', '审核状态', '结算时间', '审核未通过原因', '管理');
|
|
|
|
|
|
+ $head = array('序号', '结算单号', '数量', '金额', '结算类型', '入账状态', '审核状态', '结算时间', '审核备注', '管理');
|
|
|
|
|
|
if ($search_option_type == 3 || $noprice == 1) {
|
|
if ($search_option_type == 3 || $noprice == 1) {
|
|
unset($head[3]);
|
|
unset($head[3]);
|