|
|
@ -170,7 +170,7 @@ export default { |
|
|
this.fullscreenLoading = true; |
|
|
this.fullscreenLoading = true; |
|
|
getPoReceiveRecords({ |
|
|
getPoReceiveRecords({ |
|
|
poNumber: this.scanCode, |
|
|
poNumber: this.scanCode, |
|
|
site: this.site, |
|
|
|
|
|
|
|
|
site: this.site+'%', |
|
|
warehouseId: this.warehouseId |
|
|
warehouseId: this.warehouseId |
|
|
}).then(({ data }) => { |
|
|
}).then(({ data }) => { |
|
|
if (data.code === 0) { |
|
|
if (data.code === 0) { |
|
|
|