Browse Source

[CODE]: 调拨查询库存总账

maxianghua 4 years ago
parent
commit
2b29edd86a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/warehouseBusiness/stockTransfer/index.vue

+ 1 - 1
src/views/warehouseBusiness/stockTransfer/index.vue

@@ -3363,7 +3363,7 @@ export default {
       this.whgenlegParams.fMblno = this.form.fMblno;
       this.whgenlegParams.fCorpid = this.form.fCorpid;
       this.whgenlegParams.fTrademodeid = this.form.fTrademodeid;
-      this.whgenlegParams.fInwarehouseid = this.form.fInwarehouseid
+      this.whgenlegParams.fWarehouseid = this.form.fInwarehouseid
       listWhgenleg(this.whgenlegParams).then((response) => {
         console.log(response)
         this.whgenlegList = response.rows;