|
|
@@ -490,17 +490,17 @@ export default {
|
|
|
obj.branchName = this.form.branchName
|
|
|
obj.curCode = this.form.curCode // 币别
|
|
|
obj.dc = this.form.dc // 收付 D=收 C=付
|
|
|
- obj.accBillNo = this.form.accountNo // 账单编号 ACCT NO
|
|
|
- obj.billNo = this.form.businessNo // 单据编号 JOB NO
|
|
|
+ // obj.accBillNo = this.form.accountNo // 账单编号 ACCT NO
|
|
|
+ // obj.billNo = this.form.businessNo // 单据编号 JOB NO
|
|
|
obj.mblno = this.form.mblno // MB/L NO
|
|
|
obj.hblno = this.form.hblno // HB/L NO
|
|
|
- obj.queryAmount = this.form.queryAmount // 查询金额
|
|
|
- obj.businessType = this.form.businessTypes ? this.form.businessTypes.join(',') : '' // 业务类型
|
|
|
+ // obj.queryAmount = this.form.queryAmount // 查询金额
|
|
|
+ // obj.businessType = this.form.businessTypes ? this.form.businessTypes.join(',') : '' // 业务类型
|
|
|
obj.feeCnName = this.form.feeCnName ? this.form.feeCnName.join(',') : ''
|
|
|
obj.vesselCnName = this.form.vesselCnName // 中文船名
|
|
|
- obj.receivableAdvance = this.form.receivableAdvance // 预收帐款
|
|
|
+ // obj.receivableAdvance = this.form.receivableAdvance // 预收帐款
|
|
|
obj.voyageNo = this.form.voyageNo // 航次
|
|
|
- // obj.auditStatus = '0'
|
|
|
+ // // obj.auditStatus = '0'
|
|
|
obj.businessDateStart = this.form.businessDateStart // 财务开始日期
|
|
|
obj.businessDateEnd = this.form.businessDateEnd // 财务结束日期
|
|
|
for (let key in this.query) {
|