|
@@ -62,6 +62,12 @@
|
|
<a-button type="primary" :disabled="newLoading" class="button-info" @click="handlePlAdd">批量添加</a-button>
|
|
<a-button type="primary" :disabled="newLoading" class="button-info" @click="handlePlAdd">批量添加</a-button>
|
|
<a-button type="danger" v-if="hasPrompActive" :disabled="newLoading" class="button-error" @click="handleAllCancel">整单取消</a-button>
|
|
<a-button type="danger" v-if="hasPrompActive" :disabled="newLoading" class="button-error" @click="handleAllCancel">整单取消</a-button>
|
|
<a-button type="danger" v-else :disabled="newLoading" class="button-error" @click="handlePlCancel">批量取消</a-button>
|
|
<a-button type="danger" v-else :disabled="newLoading" class="button-error" @click="handlePlCancel">批量取消</a-button>
|
|
|
|
+ <a-tooltip placement="top" v-if="hasPrompActive" style="margin-left:6px;">
|
|
|
|
+ <template slot="title">
|
|
|
|
+ <span>参加促销活动的销售单,不能单个取消产品,只能整单取消。</span>
|
|
|
|
+ </template>
|
|
|
|
+ <a-icon style="font-size: 14px;" type="question-circle" />
|
|
|
|
+ </a-tooltip>
|
|
<span style="margin-left: 10px;" v-if="selectedRowKeys.length">已选 {{ selectedRowKeys.length }} 项</span>
|
|
<span style="margin-left: 10px;" v-if="selectedRowKeys.length">已选 {{ selectedRowKeys.length }} 项</span>
|
|
</div>
|
|
</div>
|
|
<div style="padding-left: 20px;">
|
|
<div style="padding-left: 20px;">
|