|
|
@ -764,6 +764,7 @@ export default {
|
|
|
|
if (this.$isNotBlank(row)) {
|
|
|
|
if (this.$isNotBlank(row)) {
|
|
|
|
this.detailQuery.orderIdFk = row.id;
|
|
|
|
this.detailQuery.orderIdFk = row.id;
|
|
|
|
this.formData = row;
|
|
|
|
this.formData = row;
|
|
|
|
|
|
|
|
this.detailQuery.page=1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.detailLoading = true;
|
|
|
|
this.detailLoading = true;
|
|
|
|
stockOrderDetail(this.detailQuery)
|
|
|
|
stockOrderDetail(this.detailQuery)
|
|
|
|