|
|
@ -643,11 +643,12 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
_this.errView = 0;
|
|
|
|
_this.errView = 0;
|
|
|
|
_this.idQuery = {};
|
|
|
|
_this.idQuery = {};
|
|
|
|
|
|
|
|
|
|
|
|
if (row != null && row.status === 4) {
|
|
|
|
if (row != null && row.status === 4) {
|
|
|
|
_this.errView = 1;
|
|
|
|
_this.errView = 1;
|
|
|
|
_this.idQuery = row;
|
|
|
|
_this.idQuery = row;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if(row!=null)
|
|
|
|
|
|
|
|
_this.idQuery = row;
|
|
|
|
_this.addOrderVisible = true;
|
|
|
|
_this.addOrderVisible = true;
|
|
|
|
},
|
|
|
|
},
|
|
|
|
closeDialog() {
|
|
|
|
closeDialog() {
|
|
|
@ -718,7 +719,7 @@ export default {
|
|
|
|
type: "warning",
|
|
|
|
type: "warning",
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.then(() => {
|
|
|
|
.then(() => {
|
|
|
|
_this.deleteOrders(rowId);
|
|
|
|
_this.deleteOrders(rowId.billNo);
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch(() => {
|
|
|
|
.catch(() => {
|
|
|
|
});
|
|
|
|
});
|
|
|
|