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
fe083fac
Commit
fe083fac
authored
Mar 15, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 金蝶调整
parent
7d790b95
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
7 deletions
+55
-7
RecPayQuery.vue
src/components/FinancialModule/Kingdee/RecPayQuery.vue
+55
-7
No files found.
src/components/FinancialModule/Kingdee/RecPayQuery.vue
View file @
fe083fac
...
@@ -498,12 +498,6 @@
...
@@ -498,12 +498,6 @@
</el-select>
</el-select>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"凭证字:"
>
<el-input
placeholder=
""
class=
""
v-model=
"msg.FinanceName"
clearable
maxlength=
"-1"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
>
<el-form-item
:label=
"$t('fnc.danhao')"
>
<el-form-item
:label=
"$t('fnc.danhao')"
>
<el-input
placeholder=
""
class=
""
v-model=
"msg.FrID"
@
keyup
.
native=
"checkInteger(msg,'FrID')"
<el-input
placeholder=
""
class=
""
v-model=
"msg.FrID"
@
keyup
.
native=
"checkInteger(msg,'FrID')"
...
@@ -557,6 +551,31 @@
...
@@ -557,6 +551,31 @@
</el-option>
</el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
:label=
"$t('fnc.fkduixiang')"
>
<el-select
v-model=
"msg.ClientID"
filterable
remote
reserve-keyword
placeholder=
"请输入关键字查询"
:remote-method=
"GetClientAccountListByKeyWord"
>
<el-option
value=
"0"
label=
"不限"
></el-option>
<el-option
v-for=
'item in ClientAccountList'
: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-col
>
<
el
-
col
:
span
=
"5"
>
<
el
-
col
:
span
=
"5"
>
<
el
-
form
-
item
:
label
=
"$t('fnc.jiaoyiriqi')"
>
<
el
-
form
-
item
:
label
=
"$t('fnc.jiaoyiriqi')"
>
...
@@ -597,6 +616,12 @@
...
@@ -597,6 +616,12 @@
<
/el-form-item
>
<
/el-form-item
>
<
/el-col
>
<
/el-col
>
<
template
v
-
if
=
"heightQueryBox"
>
<
template
v
-
if
=
"heightQueryBox"
>
<
el
-
col
:
span
=
"4"
>
<
el
-
form
-
item
label
=
"凭证字:"
>
<
el
-
input
placeholder
=
""
class
=
""
v
-
model
=
"msg.FinanceName"
clearable
maxlength
=
"-1"
><
/el-input
>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"4"
>
<
el
-
col
:
span
=
"4"
>
<
el
-
form
-
item
:
label
=
"$t('fnc.fybumen')"
>
<
el
-
form
-
item
:
label
=
"$t('fnc.fybumen')"
>
<
el
-
select
filterable
v
-
model
=
'msg.RB_Depart_Id'
<
el
-
select
filterable
v
-
model
=
'msg.RB_Depart_Id'
...
@@ -659,7 +684,7 @@
...
@@ -659,7 +684,7 @@
<
/el-form-item
>
<
/el-form-item
>
<
/el-col
>
<
/el-col
>
<
el
-
col
:
span
=
"6"
>
<
el
-
col
:
span
=
"6"
>
<el-form-item
label=
"
开班
日期:"
>
<
el
-
form
-
item
label
=
"
出团
日期:"
>
<
el
-
date
-
picker
class
=
"h34"
style
=
"width: 100%;"
v
-
model
=
"missionDate"
@
change
=
"timeAdd(4)"
type
=
"daterange"
<
el
-
date
-
picker
class
=
"h34"
style
=
"width: 100%;"
v
-
model
=
"missionDate"
@
change
=
"timeAdd(4)"
type
=
"daterange"
value
-
format
=
"yyyy-MM-dd"
>
value
-
format
=
"yyyy-MM-dd"
>
<
/el-date-picker
>
<
/el-date-picker
>
...
@@ -1505,6 +1530,29 @@
...
@@ -1505,6 +1530,29 @@
// this.ClientTypeList = res.data.data;
// this.ClientTypeList = res.data.data;
}
}
}
,
err
=>
{
}
)
}
,
err
=>
{
}
)
}
,
GetClientAccountListByKeyWord
(
query
)
{
if
(
query
!==
''
)
{
// 获取对象类型
let
msg
=
{
Type
:
this
.
msg
.
ClientType
,
ObjID
:
0
,
CardNum
:
""
,
IsAll
:
true
,
KeyWord
:
query
,
}
;
this
.
apipost
(
"financeinfo_post_GetClientAccountList"
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
;
this
.
ClientAccountList
=
data
;
}
}
,
err
=>
{
}
);
}
}
,
}
,
financeinfo_post_GetClientAccountList
(
t
)
{
// 获取对象类型
financeinfo_post_GetClientAccountList
(
t
)
{
// 获取对象类型
let
msg
=
{
let
msg
=
{
...
...
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