|
@ -45,7 +45,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<el-table :key="tableKey" :data="formobj.voList" :index="index" border style="width: 100%"> |
|
|
<el-table :key="tableKey" :data="formobj.voList" :index="index" border style="width: 100%"> |
|
|
<el-table-column fixed width="80px" label="序号" type="index" :index="index + 1" align="center"/> |
|
|
<el-table-column fixed width="80px" label="序号" type="index" :index="index + 1" align="center"/> |
|
|
<el-table-column label="车架号" align="left" header-align="center"> |
|
|
<el-table-column label="车架号" align="center" header-align="center"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span>{{ scope.row.vinNo }}</span> |
|
|
<span>{{ scope.row.vinNo }}</span> |
|
|
</template> |
|
|
</template> |
|
@ -55,12 +55,12 @@ |
|
|
<span>{{ scope.row.modelName }}</span> |
|
|
<span>{{ scope.row.modelName }}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="入库日期" header-align="center" width="150"> |
|
|
<el-table-column label="入库日期" header-align="center" align="center" width="150"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span>{{ scope.row.inboundDate }}</span> |
|
|
<span>{{ scope.row.inboundDate }}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="入库价" header-align="center" width="200"> |
|
|
<el-table-column label="入库价" header-align="center" align="center" width="200"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span>{{ scope.row.inboundPrice }}</span> |
|
|
<span>{{ scope.row.inboundPrice }}</span> |
|
|
</template> |
|
|
</template> |
|
|