Browse Source

技能博物馆-物料库存

jbb 2 years ago
parent
commit
dde93eaf07
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/views/activiti/form/demoForm2.vue

+ 9 - 0
src/views/activiti/form/demoForm2.vue

@@ -816,6 +816,15 @@ export default {
                 },0)    
         }
 
+         // 技能博物馆---物料库存--部门
+        if(key == 'input_account' && this.processData.businessTable == 'material_apply'){
+            this.dynamicData.personListJn.map(item =>{
+                  if(item.label == value){
+                      this.$refs.KFB.setData({department:item.departIds_dictText}) 
+                  }
+              })
+        }
+
          // 技能博物馆---物料申领--部门
         if(key == 'get_account' && this.processData.businessTable == 'application_form'){
             this.dynamicData.personListJn.map(item =>{