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
cda1473c
Commit
cda1473c
authored
Sep 08, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0640d84b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+1
-1
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+1
-1
SamePayment.vue
src/components/FinancialModule/components/SamePayment.vue
+1
-1
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
cda1473c
...
...
@@ -1118,7 +1118,7 @@
<CostmonthDetails
v-if=
"GetDetail.OtherType==75||getTemplate(GetDetail)"
:GetDetail=
"GetDetail"
>
</CostmonthDetails>
<!-- 相同对象付款单据 -->
<SamePayment
v-if=
"GetDetail.Type==2&&GetDetail.TCIDAndTCNUMList
.length>0&&GetDetail.TCNUM
"
:GetDetail=
"GetDetail"
>
<SamePayment
v-if=
"GetDetail.Type==2&&GetDetail.TCIDAndTCNUMList
&&GetDetail.TCIDAndTCNUMList.length>0
"
:GetDetail=
"GetDetail"
>
</SamePayment>
<!-- 团成员已制单名单 -->
<
template
v-if=
"GetDetail.TCIDAndTCNUMList&&GetDetail.TCIDAndTCNUMList.length>0"
>
...
...
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
cda1473c
...
...
@@ -1143,7 +1143,7 @@
<CostmonthDetails
v-if=
"GetDetail.OtherType==75||getTemplate(GetDetail)"
:GetDetail=
"GetDetail"
>
</CostmonthDetails>
<!-- 相同对象付款单据 -->
<SamePayment
v-if=
"GetDetail.Type==2&&GetDetail.TCIDAndTCNUMList
.length>0&&GetDetail.TCNUM
"
:GetDetail=
"GetDetail"
>
<SamePayment
v-if=
"GetDetail.Type==2&&GetDetail.TCIDAndTCNUMList
&&GetDetail.TCIDAndTCNUMList.length>0
"
:GetDetail=
"GetDetail"
>
</SamePayment>
<!-- 团成员已制单名单 -->
<
template
v-if=
"GetDetail.TCIDAndTCNUMList&&GetDetail.TCIDAndTCNUMList.length>0"
>
...
...
src/components/FinancialModule/components/SamePayment.vue
View file @
cda1473c
...
...
@@ -56,7 +56,7 @@
</span>
</td>
<td>
<div
style=
"width: 300px;
white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
"
>
<div
style=
"width: 300px; "
>
{{
item
.
Description
}}
</div>
</td>
...
...
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