|
@@ -98,6 +98,11 @@ export default {
|
|
|
type: String,
|
|
|
default: undefined
|
|
|
},
|
|
|
+ // 车牌号
|
|
|
+ vehicleNo: {
|
|
|
+ type: String,
|
|
|
+ default: undefined
|
|
|
+ },
|
|
|
// 跳转页面
|
|
|
jumpUrl: {
|
|
|
type: String,
|
|
@@ -131,6 +136,7 @@ export default {
|
|
|
payeeId: this.payeeId,
|
|
|
payeeName: this.payeeName,
|
|
|
pursueType: this.pursueType,
|
|
|
+ vehicleNo: this.vehicleNo,
|
|
|
sanPay: this.sanPay
|
|
|
};
|
|
|
if (this.exportFlag == true) {
|
|
@@ -199,6 +205,7 @@ export default {
|
|
|
deviceNo: this.deviceNo || undefined,
|
|
|
payeeId: this.payeeId || undefined,
|
|
|
payeeName: this.payeeName || undefined,
|
|
|
+ vehicleNo: this.vehicleNo,
|
|
|
sanPay: this.sanPay
|
|
|
};
|
|
|
if (this.exportFlag) {
|
|
@@ -269,6 +276,7 @@ export default {
|
|
|
payeeId: this.payeeId,
|
|
|
payeeName: this.payeeName,
|
|
|
pursueType: this.pursueType,
|
|
|
+ vehicleNo: this.vehicleNo,
|
|
|
sanPay: this.sanPay
|
|
|
};
|
|
|
if (this.exportFlag) {
|