Commit 8644b26d by jianglong

修改BRTSET单据页面

parent 109ab914
......@@ -142,10 +142,21 @@
<c-col :span="24">
<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>
</c-col>
<c-col :span="24">
<el-form-item label="" label-width="0">
<!--
<c-istream-table
ref="table"
:list="model.liaall.tenstm.rows || []"
......@@ -154,7 +165,7 @@
v-on:multipleSelect="multipleSelect"
prop="liaall.tenstm"
>
</c-istream-table>
</c-istream-table>-->
</el-form-item>
</c-col>
<c-col :span="24">
......@@ -256,7 +267,7 @@
</c-col>
<c-col :span="24">
<el-form-item label="" label-width="0" >
<el-form-item label="待偿还账单" >
<div class="e-table-wrapper">
<c-table
style="text-align: center"
......@@ -497,8 +508,8 @@ export default {
table1:[],
columns:[
"1 1 \"类型\" 80",
"2 2 \"债务方\" 80",
"3 3 \"债券方\" 80",
"2 2 \"债务方\" 100",
"3 3 \"债券方\" 100",
"4 4 \"币种\" 80",
"5 5 \"金额\" 85 2 8 1 4",
"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