|
@@ -1417,7 +1417,7 @@
|
|
|
// 预付/到付
|
|
|
obj.paymode = this.assemblyForm.mpaymode
|
|
|
}
|
|
|
- this.assemblyForm.feeCenterListD.unshift(obj)
|
|
|
+ this.assemblyForm.feeCenterListD.push(obj)
|
|
|
},
|
|
|
// 应付新增
|
|
|
addCfun(){
|
|
@@ -1491,7 +1491,7 @@
|
|
|
// 预付/到付
|
|
|
obj.paymode = this.assemblyForm.mpaymode
|
|
|
}
|
|
|
- this.assemblyForm.feeCenterListC.unshift(obj)
|
|
|
+ this.assemblyForm.feeCenterListC.push(obj)
|
|
|
},
|
|
|
// 应收编辑
|
|
|
editDfun(row,index){
|