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
1ba35ca0
Commit
1ba35ca0
authored
Nov 11, 2024
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
48b9e8c7
85b8a26a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
index.vue
...ponents/FinancialModule/ConsolidationOfAccounts/index.vue
+18
-1
No files found.
src/components/FinancialModule/ConsolidationOfAccounts/index.vue
View file @
1ba35ca0
...
...
@@ -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,17 @@
<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>
<template
v-if=
"scope.row.vorcherInos"
>
<div
v-for=
"(vitem,index) in scope.row.vorcherInos"
>
{{
vitem
.
Content
}}
</div>
</
template
>
</template>
</el-table-column>
</el-table>
<div
style=
"padding-bottom:15px"
>
<el-pagination
background
...
...
@@ -630,7 +646,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