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