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

'附件上传'

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