|
@@ -262,6 +262,11 @@ export default {
|
|
|
handleExcelOk (exportType) {
|
|
|
const _this = this
|
|
|
const params = JSON.parse(JSON.stringify(this.queryParam))
|
|
|
+ if (params.zeroQtyFlag) {
|
|
|
+ params.zeroQtyFlag = '0'
|
|
|
+ } else {
|
|
|
+ params.zeroQtyFlag = ''
|
|
|
+ }
|
|
|
params.exportType = exportType
|
|
|
this.exportLoading = true
|
|
|
this.spinning = true
|