|
@@ -286,9 +286,10 @@ export default {
|
|
if (res.success) {
|
|
if (res.success) {
|
|
var aa=[]
|
|
var aa=[]
|
|
res.result.map(item=>{
|
|
res.result.map(item=>{
|
|
- aa.push({value:item.contractName,label:item.contractName,contractSum:item.contractSum,budgetSum:item.budgetSum})
|
|
|
|
|
|
+ aa.push({value:item.contract_name,label:item.contract_name,contractSum:item.contract_sum,budgetSum:item.budget_sum})
|
|
})
|
|
})
|
|
this.dynamicData.contractName = aa
|
|
this.dynamicData.contractName = aa
|
|
|
|
+ debugger
|
|
} else {
|
|
} else {
|
|
this.$message.error(res.message)
|
|
this.$message.error(res.message)
|
|
}
|
|
}
|
|
@@ -1007,7 +1008,7 @@ export default {
|
|
if(this.processData.businessTable == 'payment_apply' ){
|
|
if(this.processData.businessTable == 'payment_apply' ){
|
|
value.map(item=>{
|
|
value.map(item=>{
|
|
this.dynamicData.contractName.map(event=>{
|
|
this.dynamicData.contractName.map(event=>{
|
|
- if(item.contract_name==event.contractName){
|
|
|
|
|
|
+ if(item.contract_name==event.value){
|
|
item.budget_sum = event.budgetSum
|
|
item.budget_sum = event.budgetSum
|
|
item.contract_sum = event.contractSum
|
|
item.contract_sum = event.contractSum
|
|
}
|
|
}
|
|
@@ -1166,21 +1167,21 @@ export default {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
}
|
|
}
|
|
- //技能博物馆-支付审批申请管理-子表
|
|
|
|
if(key =='sublist'){
|
|
if(key =='sublist'){
|
|
this.tableCalculation(value)
|
|
this.tableCalculation(value)
|
|
|
|
|
|
}
|
|
}
|
|
|
|
+
|
|
//技能博物馆-物料申领-子表
|
|
//技能博物馆-物料申领-子表
|
|
if(key =='child&application_form_b'){
|
|
if(key =='child&application_form_b'){
|
|
this.tableCalculation(value)
|
|
this.tableCalculation(value)
|
|
|
|
|
|
}
|
|
}
|
|
- //技能博物馆-支付审批申请管理-子表
|
|
|
|
- // if(key =='sublist'){
|
|
|
|
- // this.tableCalculation(value)
|
|
|
|
|
|
+ // 技能博物馆-支付审批申请管理-子表
|
|
|
|
+ if(key =='child&payment_apply_b'){
|
|
|
|
+ this.tableCalculation(value)
|
|
|
|
|
|
- // }
|
|
|
|
|
|
+ }
|
|
|
|
|
|
//技能博物馆-资产处置-子表
|
|
//技能博物馆-资产处置-子表
|
|
if(key =='child&add_assets'){
|
|
if(key =='child&add_assets'){
|