Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
72d8aa2c
Commit
72d8aa2c
authored
Mar 18, 2019
by
王悦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
判断资金调拨是否可以修改
parent
2de8851c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
CapitalAllocation.vue
src/components/FinancialModule/CapitalAllocation.vue
+4
-1
RecPayQueryV2.vue
src/components/FinancialModule/RecPayQueryV2.vue
+1
-1
No files found.
src/components/FinancialModule/CapitalAllocation.vue
View file @
72d8aa2c
...
...
@@ -189,7 +189,7 @@
</el-popover>
</td>
<td>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修改"
placement=
"top"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修改"
placement=
"top"
v-if=
"item.Status===1 && item.CreateBy===EmId && item.InOrNotProcess===-1"
>
<i
class=
"edit el-icon-edit"
@
click=
"goURL('addCapitalAllocation', 1, item.FrID)"
></i>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"详情"
placement=
"top"
>
...
...
@@ -247,12 +247,15 @@ export default {
GetFinancLogList
:
[],
loading
:
true
,
LogLoading
:
true
,
EmId
:
0
}
},
created
(){
this
.
getList
()
let
userInfo
=
this
.
getLocalStorage
();
// 读取缓存数据
console
.
log
(
userInfo
);
this
.
getCompanyMsg
.
RB_Group_Id
=
this
.
employeeMsg
.
GroupId
=
this
.
getDepartmentMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
// 集团ID
this
.
EmId
=
userInfo
.
EmployeeId
;
},
methods
:{
getList
:
function
()
{
// 获取列表数据
...
...
src/components/FinancialModule/RecPayQueryV2.vue
View file @
72d8aa2c
...
...
@@ -843,7 +843,7 @@ export default {
this
.
userId
=
userInfo
.
EmployeeId
;
this
.
msg
.
EmployeeId
=
userInfo
.
EmployeeId
;
this
.
intemplateid
=
27
;
if
(
userInfo
.
RB_Branch_
Id
===
0
||
userInfo
.
RB_Branch_Id
===
45
||
userInfo
.
RB_Branch_I
d
===
49
){
if
(
userInfo
.
RB_Branch_
id
===
0
||
userInfo
.
RB_Branch_id
===
45
||
userInfo
.
RB_Branch_i
d
===
49
){
this
.
paytemplateid
=
7
;
}
else
{
this
.
paytemplateid
=
14
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment