fix bug
This commit is contained in:
@ -555,10 +555,10 @@ export class OrderManagementReceiptsAuditComponent implements OnInit {
|
||||
// this.getGoodsSourceStatistical();
|
||||
// })
|
||||
{
|
||||
this.service.downloadFile(this.service.$api_createBillTakeGoods,{billIds: params.join(',')})
|
||||
this.service.downloadFile(this.service.$api_createBillTakeGoods,params)
|
||||
|
||||
|
||||
this.service.downloadFile(this.service.$api_createBillDischargeGoods,{billIds: params.join(',')})}
|
||||
this.service.downloadFile(this.service.$api_createBillDischargeGoods,params)}
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user