|
@@ -301,7 +301,7 @@ export default {
|
|
|
let params = {
|
|
|
correspondId: this.mainForm.warehouse,
|
|
|
pickTime: this.mainForm.date + ' 00:00:00',
|
|
|
- invoiceOrderIds: orderList,
|
|
|
+ invoiceOrderIds: orderList.join(','),
|
|
|
}
|
|
|
checkStock(params).then(res => {
|
|
|
if(res.data) {
|