Browse Source

BUG修改

ms
贺自立 6 months ago
parent
commit
c7135e957c
2 changed files with 10 additions and 2 deletions
  1. 1
    1
      pages/payment/payment.vue
  2. 9
    1
      pages/userInfoUploading/userInfoUploading.vue

+ 1
- 1
pages/payment/payment.vue View File

} else { } else {
// 单位办理 // 单位办理
data.userType = 'ENTERPRISE' data.userType = 'ENTERPRISE'
data.accountNumber = orderData.order.customerIdnum
data.accountNumber = orderData.order.customerIdNum
} }
console.log('login请求参数', data); console.log('login请求参数', data);
await requestNew('/iaw/portal/loginByNoPassword', { await requestNew('/iaw/portal/loginByNoPassword', {

+ 9
- 1
pages/userInfoUploading/userInfoUploading.vue View File

}) })
isShow.value = true isShow.value = true
console.log('新版', formData.value) console.log('新版', formData.value)
handleMobile(data)
handleMobile(data)//处理联系方式
handleAgentTel(data)//处理经办人电话
delete data.config.tableConfig delete data.config.tableConfig
config.value = Object.assign(data.config, config.value) config.value = Object.assign(data.config, config.value)
}) })
itemData.disabled = true itemData.disabled = true
} }
} }
function handleAgentTel(data) {
const itemData = formData.value[Index('经办人电话', formData.value)]
if (data.order.customerTel) {
itemData[itemData.value] = data.order.customerTel || ''
itemData.disabled = true
}
}
//初始判断单位办理还是个人办理 //初始判断单位办理还是个人办理
function danChange(key) { function danChange(key) {
if (key) { if (key) {

Loading…
Cancel
Save