|
@@ -362,6 +362,7 @@ export default {
|
|
} else {
|
|
} else {
|
|
params.zeroQtyFlag = ''
|
|
params.zeroQtyFlag = ''
|
|
}
|
|
}
|
|
|
|
+ params.productEnabledFlag = params.productEnabledFlag ? '' : '1'
|
|
this.exportLoading = true
|
|
this.exportLoading = true
|
|
_this.spinning = true
|
|
_this.spinning = true
|
|
stockExport(params).then(res => {
|
|
stockExport(params).then(res => {
|