rabin 3 jaren geleden
bovenliggende
commit
c22599fc18
1 gewijzigde bestanden met toevoegingen van 6 en 0 verwijderingen
  1. 6 0
      app/mshop/src/My.php

+ 6 - 0
app/mshop/src/My.php

@@ -438,6 +438,12 @@ class My extends Core
         $this->data['info']['end'] = date('Y-m-d', $this->data['info']['end']);
         
         $this->data['info']['status_name'] = $status[$this->data['info']['shop_status']];
+        if ($type == 'shop_sell') {
+            $this->data['info']['cash_name'] = '未返还门店账户';
+            if ($this->data['info']['status'] == 2) {
+                $this->data['info']['cash_name'] = '已返还门店账户';
+            }
+        }
 
         $where = array();
         $where['type'] = 1;