@@ -120,7 +120,6 @@ export default {
const form = JSON.parse(JSON.stringify(_this.form))
form.attachmentList = _this.attachList
_this.spinning = true
- debugger
sparePartsReturnSave(form).then(res => {
if (res.status == 200) {
_this.$message.success(res.message)
@@ -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>