This commit is contained in:
wangshiming
2022-04-01 13:16:30 +08:00
parent d960d9f1fb
commit b2a03a42d1
14 changed files with 108 additions and 86 deletions

View File

@ -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)}
});
}