|
|
|
@ -618,7 +618,6 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
handleEdit(index, row) {
|
|
|
|
|
this.currentCheckIndex = index;
|
|
|
|
|
console.log(this.currentCheckIndex)
|
|
|
|
|
},
|
|
|
|
|
handleSave(index, row) {
|
|
|
|
|
this.currentCheckIndex = -1;
|
|
|
|
@ -635,7 +634,6 @@ export default {
|
|
|
|
|
row.forEach((item) => {
|
|
|
|
|
_this.multipId.push(item.id);
|
|
|
|
|
})
|
|
|
|
|
console.log(this.multipId);
|
|
|
|
|
},
|
|
|
|
|
batchSetParams(flag, type) {
|
|
|
|
|
if (flag == '1' && type == 'salesListNo') {
|
|
|
|
@ -807,9 +805,9 @@ export default {
|
|
|
|
|
this.detailLoading = true;
|
|
|
|
|
stockOrderDetail(this.detailQuery)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
console.log(response)
|
|
|
|
|
this.detailLoading = false;
|
|
|
|
|
this.detailList = response.data.list || [];
|
|
|
|
|
this.detailTotal = response.data.total;
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.detailLoading = false;
|
|
|
|
|