|
|
@ -1048,7 +1048,8 @@ export default {
|
|
|
|
this.loading = true;
|
|
|
|
this.loading = true;
|
|
|
|
this.currentRow = {billNo: ""};
|
|
|
|
this.currentRow = {billNo: ""};
|
|
|
|
this.clearDetailList();
|
|
|
|
this.clearDetailList();
|
|
|
|
this.filterQuery.vueType = "supDelAudit";
|
|
|
|
this.filterQuery.vueType = "supDelivery";
|
|
|
|
|
|
|
|
// this.filterQuery.vueType = "supDelAudit";
|
|
|
|
getOrderList(this.filterQuery)
|
|
|
|
getOrderList(this.filterQuery)
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false;
|
|
|
|