|
@ -68,17 +68,17 @@ |
|
|
<el-button type="primary" size="mini" @click="toInfo(scope.row)">查看</el-button> |
|
|
<el-button type="primary" size="mini" @click="toInfo(scope.row)">查看</el-button> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="分公司" align="center" width="200"> |
|
|
<el-table-column label="分公司" align="center" width="90"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span>{{ scope.row.createOrgName }}</span> |
|
|
<span>{{ scope.row.createOrgName }}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="车架号" align="center" width="120"> |
|
|
<el-table-column label="车架号" align="center" width="90"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span>{{ scope.row.vinNo }}</span> |
|
|
<span>{{ scope.row.vinNo }}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="车型(配置简述)" align="center" width="400"> |
|
|
<el-table-column label="车型(配置简述)" align="center" width="130"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span class="bluezi" @click="handleLook(scope.row)">{{ scope.row.modelName }}</span> |
|
|
<span class="bluezi" @click="handleLook(scope.row)">{{ scope.row.modelName }}</span> |
|
|
</template> |
|
|
</template> |
|
@ -88,42 +88,42 @@ |
|
|
<span>{{ scope.row.insideCode }}</span> |
|
|
<span>{{ scope.row.insideCode }}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="销售类型" align="center" width="120"> |
|
|
<el-table-column label="销售类型" align="center" width="100"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span>{{ scope.row.type }}</span> |
|
|
<span>{{ scope.row.type }}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="销售日期" align="center" width="120"> |
|
|
<el-table-column label="销售日期" align="center" width="100"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span>{{ scope.row.saleDate }}</span> |
|
|
<span>{{ scope.row.saleDate }}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="成交价(元)" align="center" width="150"> |
|
|
<el-table-column label="成交价(元)" align="center" width="110"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span>{{ scope.row.price }}</span> |
|
|
<span>{{ scope.row.price }}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="销售部门" align="center" width="180"> |
|
|
<el-table-column label="销售部门" align="center" width="100"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span>{{ scope.row.orgName }}</span> |
|
|
<span>{{ scope.row.orgName }}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="销售专员" align="center" width="150"> |
|
|
<el-table-column label="销售专员" align="center" width="100"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span>{{ scope.row.staffName }}</span> |
|
|
<span>{{ scope.row.staffName }}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="合同编号" align="center" width="200"> |
|
|
<el-table-column label="合同编号" align="center" width="100"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span>{{ scope.row.concatNo }}</span> |
|
|
<span>{{ scope.row.concatNo }}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="是否为终端客户" align="center" width="160"> |
|
|
<el-table-column label="是否为终端客户" align="center" width="140"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span>{{ scope.row.isTerminal }}</span> |
|
|
<span>{{ scope.row.isTerminal }}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="客户名称" align="center" width="120"> |
|
|
<el-table-column label="客户名称" align="center" width="100"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span>{{ scope.row.customerName }}</span> |
|
|
<span>{{ scope.row.customerName }}</span> |
|
|
</template> |
|
|
</template> |
|
|