|
|
|
@ -584,7 +584,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
detailHandleCurrentChange(val) {
|
|
|
|
|
this.query.page = val;
|
|
|
|
|
this.detailQuery.page = val;
|
|
|
|
|
this.getStockOrderDetailList();
|
|
|
|
|
},
|
|
|
|
|
// 刷新表单
|
|
|
|
@ -697,9 +697,7 @@ export default {
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.detailLoading = false;
|
|
|
|
|
this.detailList = response.data.list || [];
|
|
|
|
|
/*this.detailList.forEach(data => {
|
|
|
|
|
data['edit'] = false;
|
|
|
|
|
});*/
|
|
|
|
|
this.detailTotal = response.data.total;
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.detailLoading = false;
|
|
|
|
|