|
@@ -722,15 +722,15 @@
|
|
|
_this.dataDetails.lssuingAuthority = res
|
|
|
.data.lssuingAuthority
|
|
|
}
|
|
|
- if (res.data.licenseRegistrationDate) { //行驶证注册日期
|
|
|
- _this.dataDetails
|
|
|
- .drivingLicenseRegistrationDate = res
|
|
|
- .data.licenseRegistrationDate
|
|
|
- }
|
|
|
- if (res.data.licenseIssueDate) { //行驶证发证日期
|
|
|
- _this.dataDetails.drivingLicenseIssueDate =
|
|
|
- res.data.licenseIssueDate
|
|
|
- }
|
|
|
+ // if (res.data.licenseRegistrationDate) { //行驶证注册日期
|
|
|
+ // _this.dataDetails
|
|
|
+ // .drivingLicenseRegistrationDate = res
|
|
|
+ // .data.licenseRegistrationDate
|
|
|
+ // }
|
|
|
+ // if (res.data.licenseIssueDate) { //行驶证发证日期
|
|
|
+ // _this.dataDetails.drivingLicenseIssueDate =
|
|
|
+ // res.data.licenseIssueDate
|
|
|
+ // }
|
|
|
_this.$forceUpdate()
|
|
|
}
|
|
|
})
|
|
@@ -751,21 +751,21 @@
|
|
|
_this.dataDetails.lssuingAuthority = res
|
|
|
.data.issuingAuthority
|
|
|
}
|
|
|
- if (res.data
|
|
|
- .licenseRegistrationDate) { //行驶证注册日期
|
|
|
- _this.dataDetails
|
|
|
- .drivingLicenseRegistrationDate = res
|
|
|
- .data.licenseRegistrationDate
|
|
|
- }
|
|
|
- if (res.data.licenseIssueDate) { //行驶证发证日期
|
|
|
- _this.dataDetails.drivingLicenseIssueDate =
|
|
|
- res.data.licenseIssueDate
|
|
|
- }
|
|
|
- _this.dataDetails.drivingLicenseValidityDate =
|
|
|
- res.data.driveringEndDate //行驶证有效期
|
|
|
- _this.dataDetails.drivingLicenseNumber = res
|
|
|
- .data.driveringNum.replace(/\s*/g,
|
|
|
- "") //行驶证档案编号
|
|
|
+ // if (res.data
|
|
|
+ // .licenseRegistrationDate) { //行驶证注册日期
|
|
|
+ // _this.dataDetails
|
|
|
+ // .drivingLicenseRegistrationDate = res
|
|
|
+ // .data.licenseRegistrationDate
|
|
|
+ // }
|
|
|
+ // if (res.data.licenseIssueDate) { //行驶证发证日期
|
|
|
+ // _this.dataDetails.drivingLicenseIssueDate =
|
|
|
+ // res.data.licenseIssueDate
|
|
|
+ // }
|
|
|
+ // _this.dataDetails.drivingLicenseValidityDate =
|
|
|
+ // res.data.driveringEndDate //行驶证有效期
|
|
|
+ // _this.dataDetails.drivingLicenseNumber = res
|
|
|
+ // .data.driveringNum.replace(/\s*/g,
|
|
|
+ // "") //行驶证档案编号
|
|
|
if (_this.sign == "非挂车") {
|
|
|
if (res.data.servicingMass && res.data
|
|
|
.servicingMass.indexOf("kg") != -1) {
|
|
@@ -819,15 +819,15 @@
|
|
|
_this.dataDetails.guaLssuingAuthority = res
|
|
|
.data.lssuingAuthority
|
|
|
}
|
|
|
- if (res.data.licenseRegistrationDate) { //行驶证注册日期
|
|
|
- _this.dataDetails
|
|
|
- .trailerLicenseRegistrationDate = res.data
|
|
|
- .licenseRegistrationDate
|
|
|
- }
|
|
|
- if (res.data.licenseIssueDate) { //行驶证发证日期
|
|
|
- _this.dataDetails.trailerLicenseIssueDate = res
|
|
|
- .data.licenseIssueDate
|
|
|
- }
|
|
|
+ // if (res.data.licenseRegistrationDate) { //行驶证注册日期
|
|
|
+ // _this.dataDetails
|
|
|
+ // .trailerLicenseRegistrationDate = res.data
|
|
|
+ // .licenseRegistrationDate
|
|
|
+ // }
|
|
|
+ // if (res.data.licenseIssueDate) { //行驶证发证日期
|
|
|
+ // _this.dataDetails.trailerLicenseIssueDate = res
|
|
|
+ // .data.licenseIssueDate
|
|
|
+ // }
|
|
|
if (res.data
|
|
|
.carNum) {
|
|
|
_this.dataDetails.guaCarNumber1 = res.data
|
|
@@ -853,8 +853,8 @@
|
|
|
flag: 2
|
|
|
}).then(res => {
|
|
|
if (res.data) {
|
|
|
- _this.dataDetails.trailerLicenseValidityDate =
|
|
|
- res.data.driveringEndDate //挂车行驶证有效期
|
|
|
+ // _this.dataDetails.trailerLicenseValidityDate =
|
|
|
+ // res.data.driveringEndDate //挂车行驶证有效期
|
|
|
_this.dataDetails.trailerLicenseNumber = res
|
|
|
.data.driveringNum.replace(/\s*/g,
|
|
|
"") //挂车行驶证档案编号
|
|
@@ -906,9 +906,9 @@
|
|
|
if (res.data) {
|
|
|
_this.dataDetails.operationCertificateNumber =
|
|
|
res.data.tranNumber.replace(/\s*/g, "")
|
|
|
- _this.dataDetails
|
|
|
- .operationCertificateValidityDate = res
|
|
|
- .data.tranEndDate
|
|
|
+ // _this.dataDetails
|
|
|
+ // .operationCertificateValidityDate = res
|
|
|
+ // .data.tranEndDate
|
|
|
_this.$forceUpdate()
|
|
|
}
|
|
|
|
|
@@ -927,9 +927,9 @@
|
|
|
_this.dataDetails
|
|
|
.trailerOperationCertificateNumber = res
|
|
|
.data.tranNumber.replace(/\s*/g, "")
|
|
|
- _this.dataDetails
|
|
|
- .trailerOperationCertificateValidityDate =
|
|
|
- res.data.tranEndDate
|
|
|
+ // _this.dataDetails
|
|
|
+ // .trailerOperationCertificateValidityDate =
|
|
|
+ // res.data.tranEndDate
|
|
|
_this.$forceUpdate()
|
|
|
}
|
|
|
})
|