|
@@ -472,8 +472,8 @@
|
|
const {
|
|
const {
|
|
data
|
|
data
|
|
} = await postExportOut({
|
|
} = await postExportOut({
|
|
- startDate: this.parameter.startDate,
|
|
|
|
- endDate: this.parameter.endDate,
|
|
|
|
|
|
+ startDate: this.parameter.printStartDate,
|
|
|
|
+ endDate: this.parameter.printEndDate,
|
|
warehouseName: this.parameter.warehouseName
|
|
warehouseName: this.parameter.warehouseName
|
|
}, {}, {
|
|
}, {}, {
|
|
responseType: 'blob'
|
|
responseType: 'blob'
|