mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-18 03:56:43 +08:00
扫描修改
This commit is contained in:
@@ -61,10 +61,12 @@ export function getIdentityInfo(that, data, type) {
|
|||||||
}
|
}
|
||||||
// 反面
|
// 反面
|
||||||
if (data.startDate && data.startDate != '待识别') {
|
if (data.startDate && data.startDate != '待识别') {
|
||||||
that.userInfo.certificateValidate = `${data.startDate.substr(0, 4)}-${data.startDate.substr(4, 2)}-${data.startDate.substr(6, 2)}`
|
that.userInfo.certificateValidate = `${data.startDate.substr(0, 4)}-${data.startDate.substr(5, 2)}-${data.startDate.substr(8, 2)}`
|
||||||
|
//that.userInfo.certificateValidate = `${data.startDate.substr(0, 4)}-${data.startDate.substr(4, 2)}-${data.startDate.substr(6, 2)}`
|
||||||
// 是否为长期身份证
|
// 是否为长期身份证
|
||||||
if (data.endDate != '长期') {
|
if (data.endDate != '长期') {
|
||||||
that.userInfo.certiexpiredate = `${data.endDate.substr(0, 4)}-${data.endDate.substr(4, 2)}-${data.endDate.substr(6, 2)}`
|
that.userInfo.certiexpiredate = `${data.endDate.substr(0, 4)}-${data.endDate.substr(5, 2)}-${data.endDate.substr(8, 2)}`
|
||||||
|
// that.userInfo.certiexpiredate = `${data.endDate.substr(0, 4)}-${data.endDate.substr(4, 2)}-${data.endDate.substr(6, 2)}`
|
||||||
that.effectiveDateTypeAble = true
|
that.effectiveDateTypeAble = true
|
||||||
} else {
|
} else {
|
||||||
// 勾选长期
|
// 勾选长期
|
||||||
|
|||||||
Reference in New Issue
Block a user