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
ef2101c1
Commit
ef2101c1
authored
Aug 29, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4a4f7327
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
0 deletions
+40
-0
CompanyAccDetail.vue
...components/FinancialModule/accDetail/CompanyAccDetail.vue
+40
-0
No files found.
src/components/FinancialModule/accDetail/CompanyAccDetail.vue
View file @
ef2101c1
...
...
@@ -179,6 +179,29 @@
<
/el-select
>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"4"
:
gutter
=
"35"
>
<
el
-
form
-
item
:
label
=
"$t('objFill.v101.FinancialModule.dianfudx')"
>
<
el
-
select
v
-
model
=
'msg.KingdeeClientID'
filterable
remote
reserve
-
keyword
:
placeholder
=
"$t('pub.PleaseKeyWords')"
:
remote
-
method
=
"remoteMethod2"
:
loading
=
"AccountLoading"
>
<
el
-
option
v
-
for
=
'item in ClientAccountList2'
:
label
=
'`${item.AccountAlias
}
(${item.AccountHolder
}
/${item.CardNum
}
)`'
:
value
=
'item.ID'
:
key
=
'item.ID'
>
<
div
>
<
span
>
{{
`${item.AccountAlias
}
(${item.AccountHolder
}
/${item.CardNum
}
)`
}}
<
/span
>
<
span
style
=
"margin-left: 15px;"
>
<
el
-
tag
size
=
"mini"
v
-
if
=
"item.Status==1"
>
{{
$t
(
'pub.fressSel'
)
}}
<
/el-tag
>
<
/span
>
<
/div
>
<
/el-option
>
<
/el-select
>
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
<
/el-form
>
<
ul
>
...
...
@@ -747,6 +770,7 @@ export default {
productionDate
:[],
productionDateByTC
:[],
ClientAccountList
:[],
ClientAccountList2
:[],
GetCostTypeList
:[],
CompanyList
:[],
loadingTable
:
false
,
...
...
@@ -923,6 +947,22 @@ export default {
this
.
AccountLoading
=
false
}
,
err
=>
{
}
)
}
,
remoteMethod2
(
query
)
{
if
(
query
!==
''
)
{
this
.
ClientAccountMsg
.
KeyWord
=
query
this
.
AccountLoading
=
true
;
this
.
financeinfo_post_GetClientAccountList2
()
}
else
{
this
.
ClientAccountList2
=
[];
}
}
,
financeinfo_post_GetClientAccountList2
(){
//获取付款对象
this
.
apipost
(
'financeinfo_post_GetClientAccountList'
,
this
.
ClientAccountMsg
,
res
=>
{
let
data
=
res
.
data
.
data
;
this
.
ClientAccountList2
=
data
;
this
.
AccountLoading
=
false
}
,
err
=>
{
}
)
}
,
timeAdd
(){
// 日期格式
if
(
!
this
.
productionDate
){
this
.
msg
.
sTradeDate
=
''
;
...
...
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