Commit 3886f947 by 李少勇

修改oftdtl交易

parent 422a9db5
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<el-col :span="24" style="margin-top: 10px;margin-bottom: 10px;">
<c-button class="medium_bcs" size="medium" type="primary" style="margin-left: 0px">
手工关联
</c-button>
<c-button class="medium_bcs" size="medium" type="primary" style="margin-left: 30px">
提前放行
</c-button>
<c-button style="margin-left: 30px" class="medium_bcs" size="medium" type="primary">
导出
</c-button>
</el-col>
<c-col :span="24"> <c-col :span="24">
<div class="e-table-wrapper" style="margin-bottom: 20px;"> <div class="e-table-wrapper" style="margin-bottom: 20px;">
<el-table :data="model.oftgrp.dotsmd.lst" style="width: 100%"> <el-table :data="model.oftgrp.dotsmd.lst" style="width: 100%">
...@@ -47,7 +58,7 @@ ...@@ -47,7 +58,7 @@
</el-table-column> </el-table-column>
<el-table-column prop="stanum" label="对账单号" sortable width="100"> <el-table-column prop="stanum" label="对账单号" sortable width="100">
</el-table-column> </el-table-column>
<el-table-column prop="seqnum" label="对账单页号" sortable width="100"> <el-table-column prop="seqnum" label="对账单页号" sortable width="150">
</el-table-column> </el-table-column>
</el-table> </el-table>
<el-pagination layout="prev, pager, next" :total="model.oftgrp.dotsmd.total"> <el-pagination layout="prev, pager, next" :total="model.oftgrp.dotsmd.total">
......
...@@ -10,13 +10,6 @@ ...@@ -10,13 +10,6 @@
</el-tab-pane> </el-tab-pane>
</c-tabs> </c-tabs>
</el-form> </el-form>
<c-function-btn
:handleCheck="handleCheck"
:handleStash="handleStash"
:handleSubmit="handleSubmit"
@handleSureWarning="handleSureWarning"
ref="commonBtn"
></c-function-btn>
</c-page> </c-page>
</div> </div>
</template> </template>
......
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