diff --git a/src/views/storage/inventoryAdjust/inventoryAdjust/inventoryAdjust.vue b/src/views/storage/inventoryAdjust/inventoryAdjust/inventoryAdjust.vue index 3f0a386..7709dfe 100644 --- a/src/views/storage/inventoryAdjust/inventoryAdjust/inventoryAdjust.vue +++ b/src/views/storage/inventoryAdjust/inventoryAdjust/inventoryAdjust.vue @@ -20,14 +20,14 @@ - + - + @@ -205,19 +205,19 @@ } }) - req4.getAllBrand(query).then((res) => { - if (res.success) { - this.bankList = res.data + // req4.getAllBrand(query).then((res) => { + // if (res.success) { + // this.bankList = res.data - } - }) + // } + // }) - req5.getAllType(query).then((res) => { - if (res.success) { - this.typeList = res.data + // req5.getAllType(query).then((res) => { + // if (res.success) { + // this.typeList = res.data - } - }) + // } + // }) var parpams = { orgPath: window.sessionStorage.getItem('orgSid'),