Commit c73145bd authored by 李晓兵's avatar 李晓兵

'授权书上传'

parent e2457928
......@@ -518,6 +518,7 @@ export default {
computed: {},
watch: {
'baseInfo.auth_flag' (newVal, oldVal) {
console.log('###########################################')
if (newVal === '是') {
this.flag = false
} else if (newVal === '否') {
......@@ -579,7 +580,7 @@ export default {
vm.from = true
vm.getbaseInfo()
vm.getBankInfo()
vm.loadItemList()// 附件查询
// vm.loadItemList()// 附件查询
})
}
next()
......@@ -969,6 +970,7 @@ export default {
this.baseInfo.organization_code = val.organization_code
},
authorizeChange () {
console.log('!!!!!!!!!!!!!!!!!!!!!!!!!!!')
this.flag = !this.flag
if (this.flag) {
this.auth_flag = '未授权'
......@@ -1160,6 +1162,12 @@ export default {
vm.legal_personMsg.cell_phone = res.info.cell_phone
vm.legal_personMsg.living_address = res.info.living_address
Object.assign(vm.saveInfo, res.info)
if (vm.baseInfo.auth_flag === '是') {
vm.flag = false
} else if (vm.baseInfo.auth_flag === '否') {
vm.flag = true
}
vm.loadItemList()// 附件查询
} else {
hlsPopup.showLongCenter(res.message)
}
......@@ -1327,6 +1335,7 @@ export default {
},
loadItemList () {
let vm = this
alert(vm.flag)
let bpId = vm.from ? vm.$route.params.bp_id : vm.bp_id
let url = process.env.basePath + 'prj_cdd_check_list'
let param = {
......@@ -1397,6 +1406,7 @@ export default {
vm.save_picture(list)
}
if (vm.LaEditFlag) { // 授权书图片已修改,重新上传
alert('LaCheck_id'+ vm.LaCheck_id)
var list = []
let obj = {
'pkvalue': vm.LaCheck_id,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment