Commit 0c85db10 authored by Mac's avatar Mac

财务单据的错误表示

parent b4d6a35a
...@@ -670,7 +670,7 @@ ...@@ -670,7 +670,7 @@
</p> </p>
</template> </template>
<p> <p>
集团名称<span class="_r_name _jump_page">{{emplyeeName}}</span> 业务员<span class="_r_name _jump_page">{{emplyeeName}}</span>
</p> </p>
</div> </div>
<div class="_explain"> <div class="_explain">
...@@ -1961,7 +1961,7 @@ ...@@ -1961,7 +1961,7 @@
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
this.department = userInfo.DeptName; this.department = userInfo.DeptName;
this.EmployeeId = userInfo.Id; this.EmployeeId = userInfo.Id;
this.emplyeeName = userInfo.GroupName; this.emplyeeName = userInfo.AccountName;
this.DepartIDs = this.msg.RB_Depart_Id = userInfo.DeptId; this.DepartIDs = this.msg.RB_Depart_Id = userInfo.DeptId;
this.RB_Branch_id = this.departmentMsg.RB_Branch_Id = this.msg.RB_Branch_Id = userInfo.School_Id; this.RB_Branch_id = this.departmentMsg.RB_Branch_Id = this.msg.RB_Branch_Id = userInfo.School_Id;
this.companyMsg.RB_Group_Id = this.departmentMsg.RB_Group_Id = userInfo.Group_Id; this.companyMsg.RB_Group_Id = this.departmentMsg.RB_Group_Id = userInfo.Group_Id;
......
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