Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
罗超
confucius
Commits
1b32c706
Commit
1b32c706
authored
Nov 20, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
572d74a1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
23 deletions
+47
-23
CapitalAllocationDetail.vue
...es/financial/financalDocument/CapitalAllocationDetail.vue
+1
-1
RecPayQuery.vue
src/pages/financial/financalDocument/RecPayQuery.vue
+46
-22
No files found.
src/pages/financial/financalDocument/CapitalAllocationDetail.vue
View file @
1b32c706
...
@@ -640,7 +640,7 @@
...
@@ -640,7 +640,7 @@
AuditSteps
:[]
AuditSteps
:[]
},
},
endDate
:
''
,
endDate
:
''
,
huijiShow
:
fals
e
,
huijiShow
:
tru
e
,
}
}
},
},
created
(){
created
(){
...
...
src/pages/financial/financalDocument/RecPayQuery.vue
View file @
1b32c706
...
@@ -495,9 +495,9 @@
...
@@ -495,9 +495,9 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
>
<el-form-item
label=
"所属
公司
:"
>
<el-form-item
label=
"所属
校区
:"
>
<el-select
filterable
v-model=
'msg.RB_Branch_Id'
<el-select
filterable
v-model=
'msg.RB_Branch_Id'
@
change=
"getDepartmentMsg.RB_Branch_Id=msg.RB_Branch_Id,msg.RB_Depart_Id='',msg.UpdateBy='',getDepartment()"
@
change=
"getDepartmentMsg.RB_Branch_Id=msg.RB_Branch_Id,msg.RB_Depart_Id='',msg.UpdateBy='',getDepartment(
msg.RB_Branch_Id
)"
class=
""
>
class=
""
>
<el-option
:value=
"-1"
label=
"不限"
></el-option>
<el-option
:value=
"-1"
label=
"不限"
></el-option>
<el-option
v-for=
'item in CompanyList'
:label=
'item.SName'
:value=
'item.SId'
:key=
'item.SId'
>
<el-option
v-for=
'item in CompanyList'
:label=
'item.SName'
:value=
'item.SId'
:key=
'item.SId'
>
...
@@ -508,10 +508,10 @@
...
@@ -508,10 +508,10 @@
<el-col
:span=
"4"
>
<el-col
:span=
"4"
>
<el-form-item
label=
"费用部门:"
>
<el-form-item
label=
"费用部门:"
>
<el-select
filterable
v-model=
'msg.RB_Depart_Id'
<el-select
filterable
v-model=
'msg.RB_Depart_Id'
@
change=
"employeeMsg.DepartmentId=msg.RB_Depart_Id,getEmployee(),msg.UpdateBy=''"
class=
""
>
@
change=
"employeeMsg.DepartmentId=msg.RB_Depart_Id,getEmployee(
msg.RB_Depart_Id
),msg.UpdateBy=''"
class=
""
>
<el-option
:value=
"0"
label=
"不限"
></el-option>
<el-option
:value=
"0"
label=
"不限"
></el-option>
<el-option
v-for=
'item in DepartmentList'
:label=
'item.Dep
artmentName'
:value=
'item.DepartmentID
'
<el-option
v-for=
'item in DepartmentList'
:label=
'item.Dep
tName'
:value=
'item.DeptId
'
:key=
'item.Dep
artmentID
'
>
:key=
'item.Dep
tId
'
>
</el-option>
</el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
...
@@ -520,8 +520,8 @@
...
@@ -520,8 +520,8 @@
<el-form-item
label=
"制单人员:"
>
<el-form-item
label=
"制单人员:"
>
<el-select
filterable
v-model=
'msg.UpdateBy'
class=
""
>
<el-select
filterable
v-model=
'msg.UpdateBy'
class=
""
>
<el-option
:value=
"0"
label=
"不限"
></el-option>
<el-option
:value=
"0"
label=
"不限"
></el-option>
<el-option
v-for=
'item in EmployeeList'
:label=
'item.Em
Name'
:value=
'item.Employee
Id'
<el-option
v-for=
'item in EmployeeList'
:label=
'item.Em
ployeeName'
:value=
'item.
Id'
:key=
'item.
Employee
Id'
>
:key=
'item.Id'
>
</el-option>
</el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
...
@@ -911,6 +911,12 @@
...
@@ -911,6 +911,12 @@
import
myBill
from
"../components/BillModule.vue"
;
import
myBill
from
"../components/BillModule.vue"
;
import
myrbvBill
from
"../components/ReceivablesModule.vue"
;
import
myrbvBill
from
"../components/ReceivablesModule.vue"
;
import
myhrBill
from
"../components/MergeBillModule.vue"
;
import
myhrBill
from
"../components/MergeBillModule.vue"
;
import
{
queryEmployee
}
from
'../../../api/users/user'
import
{
getDeptPage
,
}
from
'../../../api/system/dept'
import
Vue
from
'vue'
import
Vue
from
'vue'
import
{
import
{
getSchoolPage
getSchoolPage
...
@@ -959,7 +965,7 @@
...
@@ -959,7 +965,7 @@
Sort
:
'2'
,
Sort
:
'2'
,
EmployeeId
:
''
,
EmployeeId
:
''
,
},
},
getCompanyMsg
:
{
//
公司
getCompanyMsg
:
{
//
校区
RB_Group_Id
:
'0'
,
RB_Group_Id
:
'0'
,
Status
:
'0'
,
Status
:
'0'
,
},
},
...
@@ -1093,8 +1099,8 @@
...
@@ -1093,8 +1099,8 @@
this
.
FinancialFlowTemplate_post_GetList
();
this
.
FinancialFlowTemplate_post_GetList
();
this
.
getCompanyList
();
this
.
getCompanyList
();
this
.
Financial_post_GetConditionList
();
this
.
Financial_post_GetConditionList
();
this
.
getEmployee
();
this
.
getEmployee
(
0
);
this
.
getDepartment
();
this
.
getDepartment
(
0
);
this
.
Financial_post_GetBranchAccountList
();
this
.
Financial_post_GetBranchAccountList
();
this
.
financeinfo_post_GetClientTypeList
();
this
.
financeinfo_post_GetClientTypeList
();
this
.
FinancialFlowTemplate_post_GetStatusList
();
this
.
FinancialFlowTemplate_post_GetStatusList
();
...
@@ -1402,21 +1408,39 @@
...
@@ -1402,21 +1408,39 @@
}
}
},
err
=>
{})
},
err
=>
{})
},
},
getDepartment
()
{
//部门
getDepartment
:
function
(
id
)
{
//部门
this
.
apipost
(
'admin_get_DepartmentGetList'
,
this
.
getDepartmentMsg
,
res
=>
{
let
msg
=
{
if
(
res
.
data
.
resultCode
==
1
)
{
pageIndex
:
1
,
this
.
DepartmentList
=
res
.
data
.
data
;
pageSize
:
999
,
}
rowsPerPage
:
12
,
},
err
=>
{})
DeptName
:
""
,
//部门名称
DeptId
:
0
,
//部门编号
Status
:
"-1"
,
School_Id
:
0
,
DeptTier
:
0
,
ParentId
:
0
,
}
msg
.
School_Id
=
id
;
getDeptPage
(
msg
).
then
(
res
=>
{
this
.
DepartmentList
=
res
.
Data
.
PageData
;
}).
catch
(()
=>
{
})
},
},
getEmployee
()
{
//员工
getEmployee
(
id
)
{
//员工
this
.
apipost
(
'admin_get_EmployeeGetList'
,
this
.
employeeMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
var
qMsg
=
{
this
.
EmployeeList
=
res
.
data
.
data
;
Dept_Id
:
0
}
}
},
err
=>
{})
qMsg
.
Dept_Id
=
id
;
queryEmployee
(
qMsg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
){
this
.
EmployeeList
=
res
.
Data
;
}
}).
catch
(()
=>
{
})
},
},
getCompanyList
()
{
//获取
公司
列表
getCompanyList
()
{
//获取
校区
列表
getSchoolPage
(
this
.
schoolMsg
).
then
(
res
=>
{
getSchoolPage
(
this
.
schoolMsg
).
then
(
res
=>
{
this
.
CompanyList
=
res
.
Data
.
PageData
;
this
.
CompanyList
=
res
.
Data
.
PageData
;
}).
catch
(()
=>
{
}).
catch
(()
=>
{
...
...
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