|
|
@@ -153,7 +153,8 @@ class FinanceController extends BaseController {
|
|
|
* @throws \yii\web\HttpException
|
|
|
*/
|
|
|
public function actionChangeBalanceType(){
|
|
|
- $type = BalanceAudit::TYPE;
|
|
|
+ // $type = BalanceAudit::TYPE;
|
|
|
+ $type = BalanceAudit::getBalanceAuditType();
|
|
|
$dealTypes = DealType::getTypes();
|
|
|
return static::notice(['type' => $type, 'dealTypes' => $dealTypes]);
|
|
|
}
|