Browse Source

完善随车资料交接

master
yunuo970428 2 years ago
parent
commit
3ddbf0ada6
  1. 15
      anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/suicheziliaojiaojie/cardatahandedover.vue

15
anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/suicheziliaojiaojie/cardatahandedover.vue

@ -74,6 +74,16 @@
<span>{{ scope.row.customerName }}</span> <span>{{ scope.row.customerName }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="移交备注" align="center">
<template slot-scope="scope">
<span>{{ scope.row.transferRemarks }}</span>
</template>
</el-table-column>
<el-table-column label="接收日期" align="center">
<template slot-scope="scope">
<span>{{ scope.row.recTime }}</span>
</template>
</el-table-column>
<el-table-column label="接收人" align="center" width="180"> <el-table-column label="接收人" align="center" width="180">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.recName }}</span> <span>{{ scope.row.recName }}</span>
@ -84,6 +94,11 @@
<span>{{ scope.row.recPhone }}</span> <span>{{ scope.row.recPhone }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="接收备注" align="center" width="180">
<template slot-scope="scope">
<span>{{ scope.row.remarks }}</span>
</template>
</el-table-column>
</el-table> </el-table>
</div> </div>
<div class="pages"> <div class="pages">

Loading…
Cancel
Save