|
@@ -74,7 +74,7 @@
|
|
|
<a-button type="primary" v-if="hasPrompActive&&hasNoPushedActive" ghost style="margin-left:6px;" :disabled="newLoading" @click="handleAllCancel">整单取消</a-button>
|
|
|
<a-tooltip placement="top" v-if="hasPrompActive&&hasNoPushedActive" style="margin-left:6px;">
|
|
|
<template slot="title">
|
|
|
- <span>参加促销活动的销售单,不能单个取消产品,只能整单取消。</span>
|
|
|
+ <span>参加促销活动的产品,不能单独取消,只能整单取消。</span>
|
|
|
</template>
|
|
|
<a-icon style="font-size: 14px;" type="question-circle" />
|
|
|
</a-tooltip>
|