|
|
@@ -124,6 +124,7 @@ export default {
|
|
|
header: false,
|
|
|
menu: false,
|
|
|
align: "center",
|
|
|
+ maxHeight: 300,
|
|
|
column: [
|
|
|
{
|
|
|
label: "来源单号",
|
|
|
@@ -728,8 +729,10 @@ export default {
|
|
|
voyageNo: this.form.voyageNo, // 航次
|
|
|
businessDateStart: this.form.businessDateStart, // 业务开始日期
|
|
|
businessDateEnd: this.form.businessDateEnd, // 业务结束日期
|
|
|
- approveTimeStart: this.form.auditDateFrom, // 审核开始日期
|
|
|
- approveTimeEnd: this.form.auditDateTo, // 审核结束日期
|
|
|
+ approvedDateStart: this.form.auditDateFrom, // 审核开始日期
|
|
|
+ approvedDateEnd: this.form.auditDateTo, // 审核结束日期
|
|
|
+ signForDateStart:this.form.signForDateStart,
|
|
|
+ signForDateEnd:this.form.signForDateEnd,
|
|
|
feeCnName: this.form.feeCnName,
|
|
|
};
|
|
|
finstlbillslistAccBillV1(obj).then((res) => {
|