diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagementByVehicle.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagementByVehicle.vue index 00710bfd2f..00dcb83fc7 100644 --- a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagementByVehicle.vue +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagementByVehicle.vue @@ -61,6 +61,19 @@ + + + + + + + + + + + + + @@ -154,6 +167,11 @@ export default { vehicleVersion: '', userSid: '', buyerOrgSid: '', + vinNo: '', + salesDateStart: '', + salesDateEnd: '', + solidDateStart: '', + solidDateEnd: '', vinNoList: [] }, total: 1 @@ -196,37 +214,37 @@ export default { } }) typeValues({ type: 'productLine' }).then((res) => { - if (res.code === '200') { + if (res.success) { this.productLine_list = res.data } }) typeValues({ type: 'driver' }).then((res) => { - if (res.code === '200') { + if (res.success) { this.driveForm_list = res.data } }) typeValues({ type: 'horsepower' }).then((res) => { - if (res.code === '200') { + if (res.success) { this.power_list = res.data } }) typeValues({ type: 'vehicleVersion' }).then((res) => { - if (res.code === '200') { + if (res.success) { this.vehicleVersion_list = res.data } }) typeValues({ type: 'fuelType' }).then((res) => { - if (res.code === '200') { + if (res.success) { this.fuelType_list = res.data } }) typeValues({ type: 'gearbox' }).then((res) => { - if (res.code === '200') { + if (res.success) { this.gearboxType_list = res.data } }) typeValues({ type: 'emissionStandard' }).then((res) => { - if (res.code === '200') { + if (res.success) { this.emissionStandard_list = res.data } }) @@ -276,6 +294,11 @@ export default { vehicleType: '', vehicleVersion: '', userSid: '', + vinNo: '', + salesDateStart: '', + salesDateEnd: '', + solidDateStart: '', + solidDateEnd: '', vinNoList: [] }, total: 0