md
This commit is contained in:
parent
d8298ceb60
commit
1856396452
@ -68,7 +68,7 @@
|
||||
</el-row>
|
||||
</el-col>
|
||||
<el-col style="border-bottom: 2px solid #f0f0f0 ;padding-top: 10px;color: black;font-weight: bold;" :span="24">
|
||||
运单明细列表:
|
||||
运单列表:
|
||||
</el-col>
|
||||
<el-col style="border-top: 2px solid #f0f0f0 ;padding-bottom: 10px;" :span="24" v-for="item in emisSettleSubBillList" :key="item.id">
|
||||
<el-row :gutter="0" style="display: flex;flex-wrap: wrap;margin-top:10px">
|
||||
@ -119,7 +119,7 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-form>
|
||||
<div style="margin-bottom: 20px;">
|
||||
<div v-if="settleBillItem!=null" style="margin-bottom: 20px;">
|
||||
<el-button type="primary" v-print="'#payPage'" >打印</el-button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user