|
@@ -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;
|