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
659fc233
Commit
659fc233
authored
Dec 14, 2023
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0f08e30b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
RecPayQuery.vue
src/components/FinancialModule/RecPayQuery.vue
+11
-0
No files found.
src/components/FinancialModule/RecPayQuery.vue
View file @
659fc233
...
...
@@ -458,6 +458,17 @@
</el-popover>
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"发票状态"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.KingdeeInvoice==1||scope.row.KingdeeInvoice==3"
>
<div
v-if=
"scope.row.InvoiceState==0"
>
有票-待上传
</div>
<div
v-else-if=
"scope.row.InvoiceState==1"
>
有票-待审核
</div>
<div
v-else-if=
"scope.row.InvoiceState==2"
>
有票-已审核
</div>
</div>
<div
v-else
>
无票
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"查看"
placement=
"top"
>
...
...
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