所属询价单号

This commit is contained in:
chenjianan
2019-07-19 09:55:35 +08:00
parent a98f2720c3
commit 393ec4f891

View File

@@ -207,6 +207,11 @@
{{ scope.row.供货商 }} {{ scope.row.供货商 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="询价单编号" align="center" min-width="100">
<template slot-scope="scope">
{{ scope.row.询价单编号 || '—' }}
</template>
</el-table-column>
<!--<el-table-column :filters="source" :filter-method="filterSource" align="center" label="数据来源" min-width="90px" prop="零件类型">--> <!--<el-table-column :filters="source" :filter-method="filterSource" align="center" label="数据来源" min-width="90px" prop="零件类型">-->
<!--<template slot-scope="scope">--> <!--<template slot-scope="scope">-->
<!--{{ Number(scope.row.零件类型) === 1 ? 'BZ' : 'WG' }}--> <!--{{ Number(scope.row.零件类型) === 1 ? 'BZ' : 'WG' }}-->
@@ -361,6 +366,11 @@
{{ scope.row.供货商 }} {{ scope.row.供货商 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="询价单编号" align="center" min-width="100">
<template slot-scope="scope">
{{ scope.row.询价单编号 || '—' }}
</template>
</el-table-column>
</el-table> </el-table>
</el-row> </el-row>
<div class="block"> <div class="block">