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
dee54651
Commit
dee54651
authored
Oct 26, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
525de06a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
7 deletions
+27
-7
RecPayQuery.vue
src/pages/financial/Kingdee/RecPayQuery.vue
+27
-7
No files found.
src/pages/financial/Kingdee/RecPayQuery.vue
View file @
dee54651
<
style
scoped
>
<
style
scoped
>
@import
"../css/cssReset.css"
;
/* @import "../css/cssReset.css"; */
.page_fnDm
{
.page_fnDm
{
background-color
:
white
background-color
:
white
}
}
...
@@ -492,8 +491,8 @@
...
@@ -492,8 +491,8 @@
<el-col
:span=
"4"
>
<el-col
:span=
"4"
>
<el-form-item
label=
"公司:"
>
<el-form-item
label=
"公司:"
>
<!-- multiple -->
<!-- multiple -->
<!--
<el-option
label=
"不限"
value=
0
></el-option>
-->
<el-select
filterable
v-model=
'msg.KingdeeBranchId'
placeholder=
"请选择公司"
@
keyup
.
native=
"checkInteger(msg,'RB_Branch_Id')"
>
<el-select
filterable
v-model=
'msg.KingdeeBranchId'
placeholder=
"请选择公司"
@
keyup
.
native=
"checkInteger(msg,'RB_Branch_Id')"
>
<!--
<el-option
label=
"不限"
value=
0
></el-option>
-->
<el-option
v-for=
"(item,index) in TheAliasList"
:label=
"item.Name"
:value=
'item.Id'
:key=
"index"
>
<el-option
v-for=
"(item,index) in TheAliasList"
:label=
"item.Name"
:value=
'item.Id'
:key=
"index"
>
</el-option>
</el-option>
</el-select>
</el-select>
...
@@ -518,7 +517,14 @@
...
@@ -518,7 +517,14 @@
</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(msg.RB_Branch_Id)"
class=
""
>
<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>
</el-select>
-->
<el-select
filterable
multiple
v-model=
'BranchIds'
@
change=
"getDepartmentMsg.RB_Branch_Id=msg.RB_Branch_Id,msg.RB_Depart_Id='',msg.UpdateBy='',getDepartment(msg.RB_Branch_Id)"
@
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>
...
@@ -679,15 +685,15 @@
...
@@ -679,15 +685,15 @@
</el-row>
</el-row>
</el-form>
</el-form>
<ul
class=
"clearfix"
>
<ul
class=
"clearfix"
>
<
li
class=
"hight_query
"
>
<
div
class=
"hight_query"
style=
"text-align: right;
"
>
<span>
<span>
<
em
@
click
.
stop=
"heightQueryBox=!heightQueryBox"
>
高级查询
<i
class=
"iconfont icon-gengduo"
></i></em
>
<
span
@
click
.
stop=
"heightQueryBox=!heightQueryBox"
>
高级查询
<i
class=
"iconfont icon-gengduo q-mr-lg"
></i></span
>
</span>
</span>
<!-- <button class="hollowFixedBtn" @click="resetPageIndex(),getPageList()">{{$t('pub.searchBtn')}}</button> -->
<!-- <button class="hollowFixedBtn" @click="resetPageIndex(),getPageList()">{{$t('pub.searchBtn')}}</button> -->
<q-btn
color=
"primary"
size=
"11px"
:label=
"$t('pub.searchBtn')"
@
click=
"resetPageIndex(),getPageList()"
style=
"marginRight:10px"
/>
<q-btn
color=
"primary"
size=
"11px"
:label=
"$t('pub.searchBtn')"
@
click=
"resetPageIndex(),getPageList()"
style=
"marginRight:10px"
/>
<!-- <button class="normalBtn" @click="method5()">导出</button> -->
<!-- <button class="normalBtn" @click="method5()">导出</button> -->
<q-btn
color=
"primary"
size=
"11px"
label=
"导出"
@
click=
"method5()"
/>
<q-btn
color=
"primary"
size=
"11px"
label=
"导出"
@
click=
"method5()"
/>
</
li
>
</
div
>
</ul>
</ul>
</div>
</div>
<div
class=
"_fnDm_content"
v-loading=
'loading'
>
<div
class=
"_fnDm_content"
v-loading=
'loading'
>
...
@@ -861,7 +867,9 @@
...
@@ -861,7 +867,9 @@
OrderID
:
''
,
//
OrderID
:
''
,
//
KingdeeBranchId
:
'1'
,
KingdeeBranchId
:
'1'
,
FinanceName
:
'记'
,
FinanceName
:
'记'
,
BranchIds
:
''
,
},
},
BranchIds
:[],
getCompanyMsg
:
{
// 校区
getCompanyMsg
:
{
// 校区
RB_Group_Id
:
'0'
,
RB_Group_Id
:
'0'
,
Status
:
'0'
,
Status
:
'0'
,
...
@@ -1114,6 +1122,12 @@
...
@@ -1114,6 +1122,12 @@
// if(this.msg.FinanceName===''){
// if(this.msg.FinanceName===''){
// this.msg.FinanceName = '记'
// this.msg.FinanceName = '记'
// }
// }
if
(
this
.
BranchIds
.
length
>
0
){
let
ids
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
BranchIds
)).
join
(
','
)
this
.
msg
.
BranchIds
=
ids
}
else
{
this
.
msg
.
BranchIds
=
''
}
this
.
apipost
(
'Financial_post_GetFinanceToKingdeePageList'
,
this
.
msg
,
res
=>
{
this
.
apipost
(
'Financial_post_GetFinanceToKingdeePageList'
,
this
.
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
.
pageData
;
let
data
=
res
.
data
.
data
.
pageData
;
...
@@ -1150,6 +1164,12 @@
...
@@ -1150,6 +1164,12 @@
if
(
!
this
.
msg
.
AccountType
)
this
.
msg
.
AccountType
=
0
;
if
(
!
this
.
msg
.
AccountType
)
this
.
msg
.
AccountType
=
0
;
if
(
!
this
.
msg
.
KJCostTypeId
)
this
.
msg
.
KJCostTypeId
=
0
;
if
(
!
this
.
msg
.
KJCostTypeId
)
this
.
msg
.
KJCostTypeId
=
0
;
if
(
!
this
.
msg
.
IsSelectKJSetCostType
)
this
.
msg
.
IsSelectKJSetCostType
=
0
;
if
(
!
this
.
msg
.
IsSelectKJSetCostType
)
this
.
msg
.
IsSelectKJSetCostType
=
0
;
if
(
this
.
BranchIds
.
length
>
0
){
let
ids
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
BranchIds
)).
join
(
','
)
this
.
msg
.
BranchIds
=
ids
}
else
{
this
.
msg
.
BranchIds
=
''
}
this
.
GetErpLocalFile
(
"Financial_post_DownLoadFinanceToKingdee"
,
this
.
msg
,
"金蝶数据导出.xls"
);
this
.
GetErpLocalFile
(
"Financial_post_DownLoadFinanceToKingdee"
,
this
.
msg
,
"金蝶数据导出.xls"
);
},
},
financeRemove
(
id
)
{
//作废
financeRemove
(
id
)
{
//作废
...
...
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