|
|
@ -347,7 +347,7 @@ export default {
|
|
|
|
invChange() {
|
|
|
|
invChange() {
|
|
|
|
this.filterQuery.invWarehouseCode = "";
|
|
|
|
this.filterQuery.invWarehouseCode = "";
|
|
|
|
this.subInvList = [];
|
|
|
|
this.subInvList = [];
|
|
|
|
if (this.filterQuery.invStorageCode != null) {
|
|
|
|
if (this.filterQuery.invStorageCode != null && this.filterQuery.invStorageCode != "") {
|
|
|
|
this.invWarehouseDisabled = false;
|
|
|
|
this.invWarehouseDisabled = false;
|
|
|
|
let query = {
|
|
|
|
let query = {
|
|
|
|
pcode: this.filterQuery.invStorageCode
|
|
|
|
pcode: this.filterQuery.invStorageCode
|
|
|
|