|
@@ -117,7 +117,7 @@ export default {
|
|
|
_this.exportLoading = true
|
|
|
_this.disabled = true
|
|
|
_this.spinning = true
|
|
|
- hdExportExcel(exportStockout, { salesBillSn: _this.salesBillSn }, '销售单缺货产品导出', function () {
|
|
|
+ hdExportExcel(exportStockout, { isOos: 1, salesBillSn: _this.salesBillSn }, '销售单缺货产品导出', function () {
|
|
|
_this.exportLoading = false
|
|
|
_this.spinning = false
|
|
|
_this.disabled = false
|