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: 能力申请
-->
@@ -121,6 +121,7 @@
import bus from '@/views/bus.js'
import mixinViewModule from '@/mixins/view-module'
import processModule from '@/mixins/process-module'
+import returnLocationStr from '@/utils/location'
export default {
mixins: [mixinViewModule, processModule],
data () {
@@ -135,7 +136,7 @@ export default {
dataForm: {
taskName: '',
taskId: '',
- processDefinitionKey: 'abilityprocess_v2'
+ processDefinitionKey: returnLocationStr() == 'qingdao' ? 'abilityprocess_v3' : 'abilityprocess_v2'
},
processInstanceId: ''
}
@@ -144,7 +145,7 @@ export default {
methods: {
// 处理
taskHandle (row) {
- console.log('row======================>', row, this.forwardHandleUrl)
+ console.log('row======================>', row, this.forwardHandleUrl, this.dataForm.processDefinitionKey)
if (!row.businessKey) {
return this.$message.error(this.$t('task.businessKeyError'))
}
diff --git a/back/src/views/modules/myAgent/ConferenceRoom.vue b/back/src/views/modules/myAgent/ConferenceRoom.vue
index 547c02ea..6233aaf1 100644
--- a/back/src/views/modules/myAgent/ConferenceRoom.vue
+++ b/back/src/views/modules/myAgent/ConferenceRoom.vue
@@ -65,6 +65,8 @@
{{ item.description }}
+
{{ item.linkPlatform.name }}
-