|
@@ -167,7 +167,7 @@ import {
|
|
|
salesDetailInsertBatchBorrow,
|
|
|
salesDetailDel,
|
|
|
salesDetailBatchDel,
|
|
|
- deleteAll,
|
|
|
+ deletePromoAll,
|
|
|
updateWarehouse
|
|
|
} from '@/api/salesDetailNew'
|
|
|
|
|
@@ -769,11 +769,11 @@ export default {
|
|
|
}
|
|
|
this.$confirm({
|
|
|
title: '提示',
|
|
|
- content: '确认要删除全部已选产品吗?',
|
|
|
+ content: '确认要删除全部已选活动产品吗?',
|
|
|
centered: true,
|
|
|
onOk () {
|
|
|
_this.spinning = true
|
|
|
- deleteAll({ salesBillSn: _this.salesBillSn }).then(res => {
|
|
|
+ deletePromoAll({ salesBillSn: _this.salesBillSn }).then(res => {
|
|
|
if (res.status == 200) {
|
|
|
_this.searchProduct()
|
|
|
_this.$emit('refash', 'promo', 'batchDel')
|