mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-14 10:06:44 +08:00
Merge branch 'dev' of http://112.124.100.131/GFRS/ebiz-h5 into dev
This commit is contained in:
@@ -557,8 +557,8 @@ export default {
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
// document.body.style.backgroundColor = '#F5F5F5'
|
// document.body.style.backgroundColor = '#F5F5F5'
|
||||||
|
|
||||||
//如果是编辑进来
|
//如果是编辑进来
|
||||||
|
|
||||||
if (this.$route.query.edit) {
|
if (this.$route.query.edit) {
|
||||||
getOrderDetail({ orderNo: localStorage.orderNo }).then(res => {
|
getOrderDetail({ orderNo: localStorage.orderNo }).then(res => {
|
||||||
if (res.result == 0) {
|
if (res.result == 0) {
|
||||||
@@ -589,28 +589,7 @@ export default {
|
|||||||
this.userInfo.name = name
|
this.userInfo.name = name
|
||||||
},
|
},
|
||||||
selectClick(index) {
|
selectClick(index) {
|
||||||
// this.currentPopupIndex = index
|
|
||||||
// let title = ''
|
|
||||||
// if (index == 1) {
|
|
||||||
// ;[this.customerShowPicker, title] = [true, '客户列表']
|
|
||||||
// } else if (index == 2) {
|
|
||||||
// ;[this.occupationShowPicker, title] = [true, '职业类别']
|
|
||||||
// } else if (index == 3) {
|
|
||||||
// localStorage.scanFromInsured = 'true'
|
|
||||||
// ;[this.isScan, title] = [true, '身份证扫描']
|
|
||||||
// }
|
|
||||||
|
|
||||||
// setTimeout(() => {
|
|
||||||
// this.$jump({
|
|
||||||
// flag: 'navigation',
|
|
||||||
// extra: {
|
|
||||||
// title,
|
|
||||||
// hiddenLeft: '1'
|
|
||||||
// }
|
|
||||||
// })
|
|
||||||
// this.closeBtn()
|
|
||||||
// }, 400)
|
|
||||||
// let that = this
|
|
||||||
selectComp(this, index, '1')
|
selectComp(this, index, '1')
|
||||||
},
|
},
|
||||||
// closeBtn() {
|
// closeBtn() {
|
||||||
@@ -1168,8 +1147,8 @@ export default {
|
|||||||
getIdentityInfo(data) {
|
getIdentityInfo(data) {
|
||||||
console.log(data)
|
console.log(data)
|
||||||
if (data.name && data.name != '待识别') {
|
if (data.name && data.name != '待识别') {
|
||||||
this.userInfo.certificateValidate = `${data.startDate.substr(0, 4)}-${data.startDate.substr(4, 2)}-${data.startDate.substr(6, 2)}`
|
this.userInfo.certificateValidate = `${data.startDate.substr(0, 4)}-${data.startDate.substr(5, 2)}-${data.startDate.substr(8, 2)}`
|
||||||
this.userInfo.certiexpiredate = `${data.endDate.substr(0, 4)}-${data.endDate.substr(4, 2)}-${data.endDate.substr(6, 2)}`
|
this.userInfo.certiexpiredate = `${data.endDate.substr(0, 4)}-${data.endDate.substr(5, 2)}-${data.endDate.substr(8, 2)}`
|
||||||
this.userInfo.name = data.name
|
this.userInfo.name = data.name
|
||||||
this.userInfo.idNo = data.idNo
|
this.userInfo.idNo = data.idNo
|
||||||
this.userInfo.birthday = `${data.birthYear}-${data.birthMonth}-${data.birthDay}`
|
this.userInfo.birthday = `${data.birthYear}-${data.birthMonth}-${data.birthDay}`
|
||||||
|
|||||||
@@ -1297,8 +1297,8 @@ export default {
|
|||||||
getIdentityInfo(data) {
|
getIdentityInfo(data) {
|
||||||
console.log(data)
|
console.log(data)
|
||||||
if (data.name && data.name != '待识别') {
|
if (data.name && data.name != '待识别') {
|
||||||
this.userInfo.certificateValidate = `${data.startDate.substr(0, 4)}-${data.startDate.substr(4, 2)}-${data.startDate.substr(6, 2)}`
|
this.userInfo.certificateValidate = `${data.startDate.substr(0, 4)}-${data.startDate.substr(5, 2)}-${data.startDate.substr(8, 2)}`
|
||||||
this.userInfo.certiexpiredate = `${data.endDate.substr(0, 4)}-${data.endDate.substr(4, 2)}-${data.endDate.substr(6, 2)}`
|
this.userInfo.certiexpiredate = `${data.endDate.substr(0, 4)}-${data.endDate.substr(5, 2)}-${data.endDate.substr(8, 2)}`
|
||||||
this.userInfo.name = data.name
|
this.userInfo.name = data.name
|
||||||
this.userInfo.idNo = data.idNo
|
this.userInfo.idNo = data.idNo
|
||||||
this.userInfo.birthday = `${data.birthYear}-${data.birthMonth}-${data.birthDay}`
|
this.userInfo.birthday = `${data.birthYear}-${data.birthMonth}-${data.birthDay}`
|
||||||
|
|||||||
Reference in New Issue
Block a user