dever 3 years ago
parent
commit
c508ffb85b
3 changed files with 4 additions and 4 deletions
  1. 2 2
      app/cash/database/order.php
  2. 1 1
      app/mshop/lib/Buy.php
  3. 1 1
      app/shop/lib/Sell.php

+ 2 - 2
app/cash/database/order.php

@@ -307,9 +307,9 @@ return array
         'desc'        => array
         'desc'        => array
         (
         (
             'type'      => 'varchar-500',
             'type'      => 'varchar-500',
-            'name'      => '未通过原因',
+            'name'      => '审核备注',
             'default'   => '',
             'default'   => '',
-            'desc'      => '未通过原因',
+            'desc'      => '审核备注',
             'match'     => 'option',
             'match'     => 'option',
             'update'    => 'textarea',
             'update'    => 'textarea',
             'list'      => true,
             'list'      => true,

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

@@ -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]);

+ 1 - 1
app/shop/lib/Sell.php

@@ -1596,7 +1596,7 @@ class Sell
         }
         }
 
 
         if (isset($cash_order) && $cash_order) {
         if (isset($cash_order) && $cash_order) {
-            $head = array('序号', '结算单号', '数量', '金额', '结算类型', '入账状态', '审核状态', '结算时间', '审核未通过原因', '管理');
+            $head = array('序号', '结算单号', '数量', '金额', '结算类型', '入账状态', '审核状态', '结算时间', '审核备注', '管理');
 
 
             $body = array();
             $body = array();
             $config = Dever::db('cash/order')->config;
             $config = Dever::db('cash/order')->config;