Commit 6c5f1333 authored by 李晓兵's avatar 李晓兵

'附件上传'

parent a03af16b
......@@ -96,11 +96,6 @@ export default {
functionName: '用户绑定',
functionState: 'UserBind',
},
{
functionIcon: require('@/assets/intoApproval/introduce.png'),
functionName: '绑定查询',
functionState: 'NaturePersonReadOnly',
},
{
functionIcon: require('@/assets/intoApproval/introduce.png'),
functionName: '进件审批',
......@@ -156,7 +151,10 @@ export default {
}, {enableHighAccuracy: true})
},
goFunctionHome (data) {
if (data.functionState === 'NaturePersonReadOnly') {
this.$router.push({
name: data.functionState,
})
/*if (data.functionState === 'NaturePersonReadOnly') {
if (this.user_bp_status !== 'APPROVING' && this.user_bp_class === 'NP') {
this.$router.push({
name: 'NaturePersonReadOnly',
......@@ -178,7 +176,7 @@ export default {
this.$router.push({
name: data.functionState,
})
}
}*/
},
goModuleFunction (data) {
console.log('........', data)
......
......@@ -550,7 +550,7 @@ export default {
// 图片上传入口
imgUploadShow (check_id) {
let vm = this
vm.upload_list = []
//vm.upload_list = []
hlsPopup.showActionSheet({
titleText: '请选择照片',
buttonArray: ['拍照', '从相册取'],
......
......@@ -690,7 +690,7 @@ export default {
},
verified () {
/* if (this.flag) {
if (this.flag) {
// this.flag = false
for (let i in this.authMsg) {
this.authMsg[i] = ''
......@@ -904,8 +904,8 @@ export default {
//vm.loadItemList()
}
})
}*/
this.loadItemList()
}
// this.loadItemList()
},
hideModal () {
this.showModalValue = false
......@@ -1250,11 +1250,11 @@ export default {
},
loadItemList () {
let vm = this
//let bpId = vm.from ? vm.$route.params.bp_id : vm.bp_id
let bpId = vm.from ? vm.$route.params.bp_id : vm.bp_id
let url = process.env.basePath + 'prj_cdd_check_list'
let param = {
master: {
'document_id': 7730,
'document_id': bpId,
'document_table': 'HLS_BP_MASTER',
'tab_group': 'HLS_NP',
},
......@@ -1274,7 +1274,7 @@ export default {
// 图片上传入口
imgUploadShow (check_id) {
let vm = this
vm.upload_list = []
//vm.upload_list = []
hlsPopup.showActionSheet({
titleText: '请选择照片',
buttonArray: ['拍照', '从相册取'],
......
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