|
|
@ -5,11 +5,10 @@ import {CommonsService} from '../../../services/commons.service'; |
|
|
|
import {ApiMerchantsService} from '../../../services/api-merchants.service'; |
|
|
|
import {ApiMerchantsService} from '../../../services/api-merchants.service'; |
|
|
|
import {ApiProductService} from '../../../services/api-product.service'; |
|
|
|
import {ApiProductService} from '../../../services/api-product.service'; |
|
|
|
import {FormBuilder, FormGroup, Validators} from '@angular/forms'; |
|
|
|
import {FormBuilder, FormGroup, Validators} from '@angular/forms'; |
|
|
|
import {NzMessageService} from 'ng-zorro-antd'; |
|
|
|
import {NzMessageService, NzModalService} from 'ng-zorro-antd'; |
|
|
|
|
|
|
|
|
|
|
|
import {CompanyService} from '../../../services/company.service'; |
|
|
|
import {CompanyService} from '../../../services/company.service'; |
|
|
|
import {MerchantService} from '../../../services/merchant.service'; |
|
|
|
import {MerchantService} from '../../../services/merchant.service'; |
|
|
|
import {NzModalService} from '_ng-zorro-antd@9.3.0@ng-zorro-antd'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Component({ |
|
|
|
@Component({ |
|
|
|
selector: 'app-list', |
|
|
|
selector: 'app-list', |
|
|
|