|
@@ -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'){
|
|
if(that.processData.businessTable == 'material_apply'){
|
|
that.$refs.KFB.setData({department:jnDeparment})
|
|
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){
|
|
specialTerms(value,key){
|
|
var that = this
|
|
var that = this
|
|
@@ -1051,6 +1067,11 @@ export default {
|
|
if(key=='sublist'){
|
|
if(key=='sublist'){
|
|
this.tableCalculation(value)
|
|
this.tableCalculation(value)
|
|
|
|
|
|
|
|
+ }
|
|
|
|
+ //技能博物馆-支付审批申请管理-子表
|
|
|
|
+ if(key=='sublist'){
|
|
|
|
+ this.tableCalculation(value)
|
|
|
|
+
|
|
}
|
|
}
|
|
//技能博物馆-----退休录入
|
|
//技能博物馆-----退休录入
|
|
if(key == 'name' && this.processData.businessTable == 'bwg_retire_input'){//技能博物馆 ---- 退休录入
|
|
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'){
|
|
// if((key == 'unit_price'||key=='amount') && this.processData.businessTable == 'material_apply'){
|