Commit 8644b26d by jianglong

修改BRTSET单据页面

parent 109ab914
...@@ -142,10 +142,21 @@ ...@@ -142,10 +142,21 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="待付款单据" style="margin-bottom: 0;"> <el-form-item label="待付款单据" style="margin-bottom: 0;">
<c-istream-table
ref="table"
:list="model.liaall.tenstm.rows || []"
:columns="columns"
:showSelection=true
v-on:multipleSelect="multipleSelect"
prop="liaall.tenstm"
>
</c-istream-table>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="" label-width="0"> <el-form-item label="" label-width="0">
<!--
<c-istream-table <c-istream-table
ref="table" ref="table"
:list="model.liaall.tenstm.rows || []" :list="model.liaall.tenstm.rows || []"
...@@ -154,7 +165,7 @@ ...@@ -154,7 +165,7 @@
v-on:multipleSelect="multipleSelect" v-on:multipleSelect="multipleSelect"
prop="liaall.tenstm" prop="liaall.tenstm"
> >
</c-istream-table> </c-istream-table>-->
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
...@@ -256,7 +267,7 @@ ...@@ -256,7 +267,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="" label-width="0" > <el-form-item label="待偿还账单" >
<div class="e-table-wrapper"> <div class="e-table-wrapper">
<c-table <c-table
style="text-align: center" style="text-align: center"
...@@ -497,8 +508,8 @@ export default { ...@@ -497,8 +508,8 @@ export default {
table1:[], table1:[],
columns:[ columns:[
"1 1 \"类型\" 80", "1 1 \"类型\" 80",
"2 2 \"债务方\" 80", "2 2 \"债务方\" 100",
"3 3 \"债券方\" 80", "3 3 \"债券方\" 100",
"4 4 \"币种\" 80", "4 4 \"币种\" 80",
"5 5 \"金额\" 85 2 8 1 4", "5 5 \"金额\" 85 2 8 1 4",
"6 6 \"到期日\" 105 4 7 1" "6 6 \"到期日\" 105 4 7 1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment