Commit ba9045f4 authored by Mac's avatar Mac

资金

parent fd7203b7
...@@ -420,6 +420,9 @@ ...@@ -420,6 +420,9 @@
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
this.msg.RB_Depart_Id = userInfo.DeptId; this.msg.RB_Depart_Id = userInfo.DeptId;
this.msg.RB_Branch_Id = userInfo.School_Id; this.msg.RB_Branch_Id = userInfo.School_Id;
this.msg.OrderSource = 17;
this.msg.RB_BranchName = userInfo.SchoolName;
this.msg.RB_DepartName = userInfo.DeptName;
if(this.$route.query.fengs){ if(this.$route.query.fengs){
this.msg.RB_Branch_Id = 1218; this.msg.RB_Branch_Id = 1218;
} }
...@@ -480,10 +483,11 @@ ...@@ -480,10 +483,11 @@
this.apipost('Financial_post_SetFundTransfer', this.msg, res=>{ this.apipost('Financial_post_SetFundTransfer', this.msg, res=>{
if(res.data.resultCode==1){ if(res.data.resultCode==1){
this.$message.success(res.data.message); this.$message.success(res.data.message);
var tempStr = '/financial/CapitalAllocation/' ; var tempStr = '/financial/financalDocument/CapitalAllocation' ;
this.$router.push({ this.$router.push({
path: tempStr path: tempStr
}); });
}else{ }else{
this.$message.error(res.data.message); this.$message.error(res.data.message);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment