mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 15:36:43 +08:00
录单权限问题-紧急处理
This commit is contained in:
@@ -59,9 +59,9 @@ export default {
|
|||||||
let code = this.$route.params.productDetailCode
|
let code = this.$route.params.productDetailCode
|
||||||
console.log(code)
|
console.log(code)
|
||||||
this.getProductDetail(code)
|
this.getProductDetail(code)
|
||||||
funcPermCheck({}).then(res => {
|
/*funcPermCheck({}).then(res => {
|
||||||
this.isCheck = res.result
|
this.isCheck = res.result
|
||||||
})
|
})*/
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
goDocu(url, type, name) {
|
goDocu(url, type, name) {
|
||||||
|
|||||||
@@ -118,9 +118,9 @@ export default {
|
|||||||
created() {
|
created() {
|
||||||
this.$CacheUtils.removeLocItem('orderNo')
|
this.$CacheUtils.removeLocItem('orderNo')
|
||||||
this.$CacheUtils.removeLocItem('canMoveOn')
|
this.$CacheUtils.removeLocItem('canMoveOn')
|
||||||
funcPermCheck({}).then(res => {
|
/*funcPermCheck({}).then(res => {
|
||||||
this.isCheck = res.result
|
this.isCheck = res.result
|
||||||
})
|
})*/
|
||||||
},
|
},
|
||||||
mounted() {},
|
mounted() {},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
@@ -397,9 +397,9 @@ export default {
|
|||||||
window['appCallBack'] = this.appCallBack*/
|
window['appCallBack'] = this.appCallBack*/
|
||||||
this.init()
|
this.init()
|
||||||
//校验当前用户权限
|
//校验当前用户权限
|
||||||
funcPermCheck({}).then(res => {
|
/*funcPermCheck({}).then(res => {
|
||||||
this.isCheck = res.result
|
this.isCheck = res.result
|
||||||
})
|
})*/
|
||||||
},
|
},
|
||||||
created() {},
|
created() {},
|
||||||
beforeRouteLeave(to, from, next) {
|
beforeRouteLeave(to, from, next) {
|
||||||
|
|||||||
@@ -237,9 +237,9 @@ export default {
|
|||||||
})
|
})
|
||||||
}, 100)
|
}, 100)
|
||||||
window.appCallBack = this.appCallBack
|
window.appCallBack = this.appCallBack
|
||||||
funcPermCheck({}).then(res => {
|
/*funcPermCheck({}).then(res => {
|
||||||
this.isCheck = res.result
|
this.isCheck = res.result
|
||||||
})
|
})*/
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
beforeClose(action, done) {
|
beforeClose(action, done) {
|
||||||
|
|||||||
Reference in New Issue
Block a user