|
@@ -83,6 +83,7 @@
|
|
|
type="primary"
|
|
|
ghost
|
|
|
@click="salesReturnDelAll"
|
|
|
+ :disabled="chooseLoadData.length==0"
|
|
|
:loading="delLoading"
|
|
|
style="margin-left: 10px"
|
|
|
id="salesReturn-del-all">清空列表</a-button>
|
|
@@ -439,7 +440,7 @@ export default {
|
|
|
resetSearchForm (flag) {
|
|
|
this.$refs.table.refresh(!!flag)
|
|
|
if (flag) {
|
|
|
- this.getOrderDetail()
|
|
|
+ this.getOrderDetail(true)
|
|
|
}
|
|
|
},
|
|
|
// 添加或修改产品
|
|
@@ -479,7 +480,7 @@ export default {
|
|
|
salesReturnSaveProduct(params).then(res => {
|
|
|
this.resetSearchForm(type == 'edit')
|
|
|
if (type == 'new') {
|
|
|
- this.getOrderDetail()
|
|
|
+ this.getOrderDetail(true)
|
|
|
}
|
|
|
this.isInster = false
|
|
|
this.spinning = false
|