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
9e5120d8
Commit
9e5120d8
authored
Jun 02, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
bb9e144c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
+17
-2
costManagement.vue
...components/TravelManager/customizedcar/costManagement.vue
+17
-2
No files found.
src/components/TravelManager/customizedcar/costManagement.vue
View file @
9e5120d8
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
<el-table
:data=
"tableData"
v-loading=
"loading"
border
style=
"width: 100%;margin-top:15px"
<el-table
:data=
"tableData"
v-loading=
"loading"
border
style=
"width: 100%;margin-top:15px"
@
selection-change=
"handleSelectionChange"
>
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
style=
"text-align:center;"
>
<el-table-column
type=
"selection"
width=
"55"
style=
"text-align:center;"
:selectable=
"checkSelectable"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"OrderNo"
label=
"订单号"
width=
"220"
>
<el-table-column
prop=
"OrderNo"
label=
"订单号"
width=
"220"
>
</el-table-column>
</el-table-column>
...
@@ -76,6 +76,17 @@
...
@@ -76,6 +76,17 @@
</div>
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"CouponMoney"
label=
"保险成本"
width=
"80"
>
<
template
slot-scope=
"scope"
>
<div
style=
"display: flex;align-items: center;"
>
<span
v-if=
"scope.row.OrderType==5"
>
{{
scope
.
row
.
SDGoodsList
[
0
].
InsuranceCostMoney
}}
</span>
<span
v-else
>
-
</span>
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"CostFinanceId"
label=
"成本单据"
width=
"100"
>
<el-table-column
prop=
"CostFinanceId"
label=
"成本单据"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
style=
"display: flex;align-items: center;"
>
<div
style=
"display: flex;align-items: center;"
>
...
@@ -366,7 +377,11 @@
...
@@ -366,7 +377,11 @@
return
return
}
}
})
})
}
},
checkSelectable
(
row
){
//判断是否可以选择
return
row
.
CostFinanceId
==
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