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
3ec505f4
Commit
3ec505f4
authored
May 29, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e4075d87
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+6
-4
No files found.
src/components/FinancialModule/addFinancialDocuments.vue
View file @
3ec505f4
...
...
@@ -764,7 +764,8 @@
<p
style=
"margin-left: 15px;"
>
<span
class=
"el-select "
>
<el-checkbox
v-model=
"KingdeeClientIDCheck"
@
change=
"changeKingdeeClientID"
:style=
"{'margin-top':KingdeeClientIDCheck?'0px':'6px'}"
>
垫付对象
</el-checkbox>
<el-select
v-if=
"KingdeeClientIDCheck"
<
template
v-if=
"KingdeeClientIDCheck"
>
<el-select
v-model=
"msg.KingdeeClientID"
class=
"w135 _border_b_1"
filterable
remote
...
...
@@ -779,11 +780,13 @@
<div>
<span>
{{
`${item.AccountAlias
}
(${item.AccountHolder
}
/${item.CardNum
}
)`
}}
<
/span
>
<
span
style
=
"margin-left: 15px;"
>
{{
item
.
ID
}}
<
el
-
tag
size
=
"mini"
v
-
if
=
"item.Status==1"
>
{{
$t
(
'pub.fressSel'
)
}}
<
/el-tag
>
<
/span
>
<
/div
>
<
/el-option
>
</el-select>
<
/el-select></
template
>
<
/span
>
<
/p
>
<
/div
>
...
...
@@ -1223,6 +1226,7 @@
if
(
!
this
.
KingdeeClientIDCheck
){
this
.
msg
.
KingdeeClientID
=
''
;
}
console
.
log
(
"this.msg.KingdeeClientID"
,
this
.
msg
.
KingdeeClientID
);
}
,
GetClientAccountListByKeyWord
(
query
)
{
if
(
query
!==
''
)
{
...
...
@@ -2400,7 +2404,6 @@
this
.
$forceUpdate
()
this
.
editTemplateId
=
data
.
TemplateId
;
this
.
getCompany
();
data
.
IsLeader
=
1
;
this
.
msg
=
JSON
.
parse
(
JSON
.
stringify
(
data
));
if
(
this
.
msg
.
KingdeeClientID
>
0
){
...
...
@@ -2860,7 +2863,6 @@
}
,
}
,
created
()
{
var
that
=
this
;
// crm自动登陆传过来的参数
if
(
this
.
$route
.
query
.
crmOrderObj
)
{
...
...
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