Browse Source

Merge branch 'master' of http://git.dever.cc/dever-product/churen

Your Name 3 years ago
parent
commit
75f1afb5f7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      service/bill/database/tixian.php

+ 1 - 0
service/bill/database/tixian.php

@@ -20,6 +20,7 @@ $manage_status = array
 (
     //1 => '待发放',
     2 => '已发放',
+    3 => '已作废',
 );
 $list_button = array();
 $list_button['list'] = array('查看详情', '"push_cash&project=bill&id={cash_id}&page_type=1&[refer]"');