|
@@ -668,7 +668,7 @@ export default {
|
|
|
vesselCnName: this.form.vesselCnName, // 中文船名
|
|
vesselCnName: this.form.vesselCnName, // 中文船名
|
|
|
invoiceNo: this.form.invoiceNo, // 发票号
|
|
invoiceNo: this.form.invoiceNo, // 发票号
|
|
|
bookingNo: this.form.bookingNo, // 订舱号 BKNO
|
|
bookingNo: this.form.bookingNo, // 订舱号 BKNO
|
|
|
- createUserName: this.form.updateUser ? this.form.updateUser : "", // 操作员id
|
|
|
|
|
|
|
+ createUserName: this.form.operatorId ? this.form.operatorId : "", // 操作员id
|
|
|
voyageNo: this.form.voyageNo, // 航次
|
|
voyageNo: this.form.voyageNo, // 航次
|
|
|
businessDateStart: this.form.businessDateStart, // 业务开始日期
|
|
businessDateStart: this.form.businessDateStart, // 业务开始日期
|
|
|
businessDateEnd: this.form.businessDateEnd, // 业务结束日期
|
|
businessDateEnd: this.form.businessDateEnd, // 业务结束日期
|