|
@@ -218,7 +218,7 @@ export default {
|
|
const params = this.queryParam
|
|
const params = this.queryParam
|
|
this.exportLoading = true
|
|
this.exportLoading = true
|
|
this.spinning = true
|
|
this.spinning = true
|
|
- hdExportExcel(reportStockPutDetailExport, params, '入库明细报表', function () {
|
|
|
|
|
|
+ hdExportExcel(reportStockPutDetailExport, params, '入库单明细报表', function () {
|
|
_this.exportLoading = false
|
|
_this.exportLoading = false
|
|
_this.spinning = false
|
|
_this.spinning = false
|
|
})
|
|
})
|