Explorar o código

费用报销-创建人/创建部门,登记人/登记部门,子表报销人/申请部门

jbb hai 1 ano
pai
achega
06ce54c504
Modificáronse 1 ficheiros con 29 adicións e 1 borrados
  1. 29 1
      src/views/activiti/form/demoForm2.vue

+ 29 - 1
src/views/activiti/form/demoForm2.vue

@@ -771,6 +771,13 @@ export default {
                                   }
                                  })
                                }
+                               if(that.processData.businessTable == 'bwg_expense_apply_a'){//技能博物馆 --- 费用报销---默认当前登陆人
+                                that.dynamicData.personListJn.map(item =>{
+                                 if(item.label == that.$store.getters.nickname){
+                                    that.$refs.KFB.setData({create_department:item.departIds_dictText}) 
+                                  }
+                                 })
+                               }
                                //技能博物馆-物料库存
                                if(that.processData.businessTable == 'material_apply'){
                                        that.$refs.KFB.setData({department:jnDeparment}) 
@@ -936,6 +943,15 @@ export default {
                     })
                 })
             }
+            if(this.processData.businessTable == 'bwg_expense_apply_a' ){
+                value.map(item=>{
+                    this.dynamicData.personListJn.map(event=>{
+                        if(item.expense_person==event.label){
+                            item.apply_department = event.departIds_dictText
+                        }
+                    })
+                })
+            }
          },
          specialTerms(value,key){
             var that = this
@@ -1051,6 +1067,11 @@ export default {
           if(key=='sublist'){
            this.tableCalculation(value)
             
+          }
+           //技能博物馆-支付审批申请管理-子表
+           if(key=='sublist'){
+           this.tableCalculation(value)
+            
           }
           //技能博物馆-----退休录入
           if(key == 'name' && this.processData.businessTable == 'bwg_retire_input'){//技能博物馆 ---- 退休录入
@@ -1098,7 +1119,14 @@ export default {
                  }
               })
        }
-        
+         // 技能博物馆---费用报销-用车人
+         if(key == 'registrant' && this.processData.businessTable == 'bwg_expense_apply_a'){
+            this.dynamicData.personListJn.map(item =>{
+                  if(item.label == value){
+                      this.$refs.KFB.setData({registrant_department:item.departIds_dictText}) 
+                  }
+              })
+        }
 
         // // 技能博物馆---物料库存--金额计算
         // if((key == 'unit_price'||key=='amount') && this.processData.businessTable == 'material_apply'){