|
@@ -71,7 +71,7 @@ class FinancialManager extends Base{
|
|
protected $createTime='create_time';
|
|
protected $createTime='create_time';
|
|
protected $updateTime='update_time';
|
|
protected $updateTime='update_time';
|
|
protected $deleteTime='delete_time';
|
|
protected $deleteTime='delete_time';
|
|
- public static $ManagerType=[1=>'入库',2=>'出库'];
|
|
|
|
|
|
+ public static $ManagerType=[1=>'入库',2=>'出库',3=>'入库红冲',4=>'出库红冲'];
|
|
public static $ManagerSource=[1=>'结算',2=>'线下订单'];
|
|
public static $ManagerSource=[1=>'结算',2=>'线下订单'];
|
|
public static $PlatformType=[1=>'ToB',2=>'ToC'];
|
|
public static $PlatformType=[1=>'ToB',2=>'ToC'];
|
|
public static $StatusCn=[1=>'待处理',2=>'正常',3=>'计提',4=>'异常'];
|
|
public static $StatusCn=[1=>'待处理',2=>'正常',3=>'计提',4=>'异常'];
|