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
c44b18b2
Commit
c44b18b2
authored
Nov 11, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c50a3ab5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
index.vue
...ponents/FinancialModule/ConsolidationOfAccounts/index.vue
+16
-1
No files found.
src/components/FinancialModule/ConsolidationOfAccounts/index.vue
View file @
c44b18b2
...
...
@@ -135,6 +135,11 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"2"
>
<el-form-item
:label=
"$t('objFill.caiwubz')"
>
<el-checkbox
v-model=
"msg.IsAirTicketSelect"
true-label=
"1"
false-label=
"0"
></el-checkbox>
</el-form-item>
</el-col>
</
template
>
<el-col
:span=
"8"
>
<span
style=
"margin-left: 20px; font-size: 12px;"
>
{{$t('objFill.hebingjsbzts')}}
</span>
...
...
@@ -390,6 +395,15 @@
<span
slot=
"reference"
class=
"text_d _font_init"
>
{{
scope
.
row
.
StatusStr
}}
</span>
</
template
>
</el-table-column>
<el-table-column
v-if=
"msg.IsAirTicketSelect=='1'"
prop=
""
:label=
"$t('objFill.caiwubz')"
show-overflow-tooltip
width=
"120"
>
<
template
slot-scope=
"scope"
>
<div>
{{
scope
.
row
.
Remark
}}
</div>
<div
v-for=
"(vitem,index) in scope.row.vorcherInos"
>
{{
vitem
.
Content
}}
</div>
</
template
>
</el-table-column>
</el-table>
<div
style=
"padding-bottom:15px"
>
<el-pagination
background
...
...
@@ -630,7 +644,8 @@
Status
:
'-1'
,
IsSelectNormal
:
'1'
,
//0不限 1只看未计算 2只看已结算
sTradeDate
:
''
,
eTradeDate
:
''
eTradeDate
:
''
,
IsAirTicketSelect
:
'0'
},
getCompanyMsg
:{
// 公司
RB_Group_Id
:
'0'
,
...
...
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