|
@@ -613,6 +613,10 @@ export default {
|
|
|
if(that.processData.businessTable == 'material_apply'){
|
|
|
that.$refs.KFB.setData({department:jnDeparment})
|
|
|
}
|
|
|
+ //技能博物馆-物料申领
|
|
|
+ if(that.processData.businessTable == 'application_form'){
|
|
|
+ that.$refs.KFB.setData({department:jnDeparment})
|
|
|
+ }
|
|
|
//技能博物馆-任务--默认当前登陆人部门
|
|
|
if(that.processData.businessTable == 'task_management'){
|
|
|
that.$refs.KFB.setData({initiate_department:jnDeparment})
|
|
@@ -812,6 +816,15 @@ export default {
|
|
|
},0)
|
|
|
}
|
|
|
|
|
|
+ // 技能博物馆---物料申领--部门
|
|
|
+ if(key == 'get_account' && this.processData.businessTable == 'application_form'){
|
|
|
+ this.dynamicData.personListJn.map(item =>{
|
|
|
+ if(item.label == value){
|
|
|
+ this.$refs.KFB.setData({department:item.departIds_dictText})
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }
|
|
|
+
|
|
|
//技能博物馆 ----资金审批
|
|
|
if(key == 'project_name' && this.processData.businessTable == 'bwg_capital_approval'){
|
|
|
this.dynamicData.fundApproval.map(item =>{
|