批量审核

This commit is contained in:
wangshiming
2022-01-17 19:05:56 +08:00
parent b26a6a8b2c
commit 2246e31d68
6 changed files with 42 additions and 15 deletions

View File

@ -37,7 +37,12 @@ export class SupplyManagementBulkComponent implements OnInit {
receivedQuantity: 0,
stayQuantity: 0
};
constructor(public service: SupplyManagementService, private modal: NzModalService, private router: Router,public shipperservice: ShipperBaseService) { }
constructor(
public service: SupplyManagementService,
private modal: NzModalService,
private router: Router,
public shipperservice: ShipperBaseService
) { }
ngOnInit(): void {
this.initSF();