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
cd6f6a66
Commit
cd6f6a66
authored
Feb 06, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
88170646
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+30
-0
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
cd6f6a66
...
...
@@ -1364,6 +1364,36 @@
</
template
>
</span>
</div>
<div
style=
"display: flex;align-items: center;margin-top:15px;"
v-if=
"is_financeShow && GetDetail.Type==2 && item.AuditDescription.indexOf('会计')!=-1"
>
<div
style=
"display: flex;align-items: center;flex-grow: 1;"
>
<span
style=
"font-size: 14px;"
>
{{$t('objFill.xiugaidianfudx')}}:
</span>
<div
style=
"display: flex;flex-grow: 1;"
>
<el-select
v-model=
"AuditOrRefundMsg.KingdeeClientID"
class=
"w135 _border_b_1"
filterable
remote
reserve-keyword
:placeholder=
"$t('pub.PleaseKeyWords')"
:remote-method=
"GetClientAccountListByKeyWord"
>
<el-option
v-for=
'item in ClientKingdeeAccountList'
: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>
</div>
<div
style=
"display: flex;flex-grow: 1;"
v-if=
"GetDetail.AuditNumber!=''"
>
<span
style=
"font-size: 24px;"
>
{{GetDetail.AuditNumber}}
</span>
</div>
</div>
</div>
<textarea
v-if=
"item.SpecialNode!=2||AuditOrRefundMsg.Status=='3'"
class=
"_textarea"
v-model=
"AuditOrRefundMsg.Description"
:placeholder=
"$t('pub.pleaseImport')+'...'"
></textarea>
<div
v-else-if=
"item.SpecialNode!==0&&AuditOrRefundMsg.Status=='5'"
>
...
...
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