diff --git a/back/src/store/index.js b/back/src/store/index.js index f7821bab..f9cffc25 100644 --- a/back/src/store/index.js +++ b/back/src/store/index.js @@ -1,3 +1,10 @@ +/* + * @Author: hisense.wuhongjian + * @Date: 2022-07-05 12:53:03 + * @LastEditors: hisense.wuhongjian + * @LastEditTime: 2022-08-23 16:37:05 + * @Description: 告诉大家这是什么 + */ import Vue from 'vue' import Vuex from 'vuex' import cloneDeep from 'lodash/cloneDeep' @@ -62,12 +69,12 @@ export default new Vuex.Store({ // dispatch('getDepartmentSelects') }, getCatalogueTree ({ commit }) { - http.get('bscatalogue/bscatalogue/page').then(res => { - if (res.data.code === 0) { - console.log(22222, res.data) - commit('setCatalogueTree', res.data.data) - } - }) + // http.get('bscatalogue/bscatalogue/page').then(res => { + // if (res.data.code === 0) { + // console.log(22222, res.data) + // commit('setCatalogueTree', res.data.data) + // } + // }) }, getDepartmentSelects ({ commit }) { http.get('applyRecord/bsAbilityApplyRecord/page').then(({ data: res }) => { diff --git a/back/src/utils/location.js b/back/src/utils/location.js new file mode 100644 index 00000000..446e5b89 --- /dev/null +++ b/back/src/utils/location.js @@ -0,0 +1,12 @@ +/* + * @Author: hisense.liangjunhua + * @Date: 2022-08-23 10:30:11 + * @LastEditors: hisense.liangjunhua + * @LastEditTime: 2022-08-23 10:31:30 + * @Description: 告诉大家这是什么 + */ +const returnLocationStr = () => { + return 'qingdao' +} + +export default returnLocationStr diff --git a/back/src/views/modules/activiti/demo/putaway-process3.vue b/back/src/views/modules/activiti/demo/putaway-process3.vue index c489b1f9..f15c90d4 100644 --- a/back/src/views/modules/activiti/demo/putaway-process3.vue +++ b/back/src/views/modules/activiti/demo/putaway-process3.vue @@ -9,7 +9,7 @@

- 能力申请标题: {{ dataForm.name || '--' }} {{ dataForm.undercarriageTitle || '--' }} 下架单号:{{ dataForm.applyNumber || '--' }} 电话:{{ dataForm.deptPhone || '--' }}电话:{{ dataForm.undercarriageUserPhone || '--' }} 单位:{{ dataForm.deptName || deptName }}

-

+

+ 能力下架原因:{{ dataForm.undercarriageReason || '--' }} +

+

申请附件: - {{ dataForm.enclosure || '--' - }} import mixinViewModule from '@/mixins/view-module' import processModule from '@/mixins/process-module' +import returnLocationStr from '@/utils/location' import qs from 'qs' export default { mixins: [mixinViewModule, processModule], @@ -122,7 +123,7 @@ export default { }, dataForm: { processDefinitionId: '', - processDefinitionKey: 'abilityprocess_v2' + processDefinitionKey: returnLocationStr() == 'qingdao' ? 'abilityprocess_v3' : 'abilityprocess_v2' } } }, diff --git a/back/src/views/modules/myAgent/CompetencyApplication.vue b/back/src/views/modules/myAgent/CompetencyApplication.vue index cde3984b..930ae3d4 100644 --- a/back/src/views/modules/myAgent/CompetencyApplication.vue +++ b/back/src/views/modules/myAgent/CompetencyApplication.vue @@ -2,7 +2,7 @@ * @Author: hisense.liangjunhua * @Date: 2022-06-27 11:27:22 * @LastEditors: hisense.liangjunhua - * @LastEditTime: 2022-07-25 09:39:01 + * @LastEditTime: 2022-08-23 10:37:29 * @Description: 能力申请 --> @@ -252,6 +256,11 @@ }, }) break + case 'CIM专区': + router.push({ + path: '/cimSpecialArea', + }) + break default: router.push('/home') break @@ -505,7 +514,7 @@ border-radius: 0.05rem; position: absolute; top: 0.45rem; - right: 2.9rem; + right: 2.4rem; overflow-y: scroll; .bottom { cursor: pointer; @@ -547,6 +556,13 @@ } } } + .iconTo { + display: block; + width: 0.35rem; + height: 0.35rem; + background: url('~@/assets/newHome/iconTo.png') no-repeat; + cursor: pointer; + }