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
ae58b7e6
Commit
ae58b7e6
authored
Aug 12, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
f6bbb6bd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+7
-4
No files found.
src/components/FinancialModule/addFinancialDocuments.vue
View file @
ae58b7e6
...
...
@@ -266,7 +266,7 @@
</el-select>
</p>
</
template
>
<
template
v-if=
"msg.ClientType==7&&msg.IsLeader==0"
>
<
template
v-if=
"msg.ClientType==7&&msg.IsLeader==0
&&msg.IsPublic!=4
"
>
<p
>
{{
$t
(
'fnc.ldmingcheng'
)
}}
:
<el-input
v-model=
'msg.RemitterName'
:placeholder=
"$t('system.ph_name')"
class=
"w425 _border_b_1"
></el-input>
</p>
...
...
@@ -274,7 +274,10 @@
<
template
v-if=
"(msg.IsPublic==2||msg.IsPublic==3)&&msg.IsLeader==1"
>
<p>
</p>
</
template
>
<p
class=
"_r_time"
><span>
{{yaer}}
</span>
{{$t('pub.year')}}
<span>
{{month}}
</span>
{{$t('pub.month')}}
<span>
{{dateS}}
</span>
{{$t('fnc.day')}}
<span>
{{timer}}
</span></p>
<p
v-if=
"GetDetail.IsPublic==4"
class=
"_r_name"
style=
"color: #fff;"
></p>
<p
class=
"_r_time"
>
<span>
{{yaer}}
</span>
{{$t('pub.year')}}
<span>
{{month}}
</span>
{{$t('pub.month')}}
<span>
{{dateS}}
</span>
{{$t('fnc.day')}}
<span>
{{timer}}
</span>
</p>
</div>
<table
class=
"Receipt_table"
border=
"1"
bordercolor=
"#106BAF"
style=
"border-collapse:collapse;"
>
<tr>
...
...
@@ -655,6 +658,7 @@ export default {
this
.
$forceUpdate
();
},
IsPublicChange
(
val
){
console
.
log
(
123123
)
this
.
showDisable
=
false
;
this
.
msg
.
ClientType
=
''
;
...
...
@@ -1069,7 +1073,6 @@ export default {
})
},
financeinfo_post_GetClientAccountList
(
t
,
i
){
//获取付款 对象类型 新增用
console
.
log
(
1111111111
)
let
msg
=
{
ID
:
0
,
Type
:
t
,
...
...
@@ -1079,7 +1082,7 @@ export default {
if
(
i
){
msg
.
ID
=
i
;
}
else
{
this
.
msg
.
ClientID
=
''
;
//
this.msg.ClientID='';
this
.
msg
.
AccountNumber
=
''
;
this
.
msg
.
RemitterName
=
''
;
this
.
msg
.
IsLeader
=
1
;
...
...
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