|
@@ -30,7 +30,7 @@
|
|
|
<a-button style="margin-left: 5px" @click="resetSearchForm" :disabled="disabled" id="salesReturnList-reset">重置</a-button>
|
|
|
</a-col>
|
|
|
<a-col :md="12" :sm="24" style="margin-bottom: 10px;display: flex;align-items: center;">
|
|
|
- <a-button style="margin-right: 5px" @click="handleBatchAdd" :disabled="disabledFlag" id="salesReturnList-reset">批量添加</a-button>
|
|
|
+ <a-button type="primary" style="margin-right: 5px" @click="handleBatchAdd" :disabled="disabledFlag">批量添加</a-button>
|
|
|
<a-checkbox @change="onChange">
|
|
|
显示最大可退数量为0的产品
|
|
|
</a-checkbox>
|