|
@@ -717,7 +717,7 @@ export default {
|
|
fDestportid: this.form.fDestportid,
|
|
fDestportid: this.form.fDestportid,
|
|
fLoadportid: this.form.fLoadportid,
|
|
fLoadportid: this.form.fLoadportid,
|
|
fStatementNo: this.form.fStatementNo,
|
|
fStatementNo: this.form.fStatementNo,
|
|
- tMblno:this.form.tMblno,
|
|
|
|
|
|
+ fMblno:this.form.tMblno,
|
|
fFromDate: this.form.date ? this.form.date[0] : null,
|
|
fFromDate: this.form.date ? this.form.date[0] : null,
|
|
fToDate: this.form.date ? this.form.date[1] : null,
|
|
fToDate: this.form.date ? this.form.date[1] : null,
|
|
};
|
|
};
|