采购件查询样式
This commit is contained in:
@@ -70,17 +70,12 @@
|
|||||||
{{ scope.row.供货商 || '—' }}
|
{{ scope.row.供货商 || '—' }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="备注" min-width="100px" show-overflow-tooltip>
|
<el-table-column align="center" label="计划数量" width="100px">
|
||||||
<template slot-scope="scope">
|
|
||||||
{{ scope.row.备注 || '—' }}
|
|
||||||
</template>
|
|
||||||
</el-table-column>
|
|
||||||
<el-table-column align="center" label="技术下达数量" width="100px">
|
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.零件数量 || '—' }}
|
{{ scope.row.零件数量 || '—' }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="合同采购数量" width="100px">
|
<el-table-column align="center" label="采购数量" width="100px">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.数量 || scope.row.离线采购数量 || '—' }}
|
{{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.数量 || scope.row.离线采购数量 || '—' }}
|
||||||
</template>
|
</template>
|
||||||
@@ -105,6 +100,11 @@
|
|||||||
{{ scope.row.姓名 || '—' }}
|
{{ scope.row.姓名 || '—' }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column align="center" label="备注" min-width="100px" show-overflow-tooltip>
|
||||||
|
<template slot-scope="scope">
|
||||||
|
{{ scope.row.备注 || '—' }}
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<el-pagination
|
<el-pagination
|
||||||
@@ -158,17 +158,12 @@
|
|||||||
{{ scope.row.供货商 || '—' }}
|
{{ scope.row.供货商 || '—' }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="备注" min-width="100px" show-overflow-tooltip>
|
<el-table-column align="center" label="计划数量" width="100px">
|
||||||
<template slot-scope="scope">
|
|
||||||
{{ scope.row.备注 || '—' }}
|
|
||||||
</template>
|
|
||||||
</el-table-column>
|
|
||||||
<el-table-column align="center" label="技术下达数量" width="100px">
|
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.零件数量 || '—' }}
|
{{ scope.row.零件数量 || '—' }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="合同采购数量" width="100px">
|
<el-table-column align="center" label="采购数量" width="100px">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.数量 || scope.row.离线采购数量 || '—' }}
|
{{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.数量 || scope.row.离线采购数量 || '—' }}
|
||||||
</template>
|
</template>
|
||||||
@@ -193,6 +188,11 @@
|
|||||||
{{ scope.row.姓名 || '—' }}
|
{{ scope.row.姓名 || '—' }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column align="center" label="备注" min-width="100px" show-overflow-tooltip>
|
||||||
|
<template slot-scope="scope">
|
||||||
|
{{ scope.row.备注 || '—' }}
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<el-pagination
|
<el-pagination
|
||||||
@@ -251,12 +251,7 @@
|
|||||||
{{ scope.row.供货商 || '—' }}
|
{{ scope.row.供货商 || '—' }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="备注" min-width="100px" show-overflow-tooltip>
|
<el-table-column align="center" label="计划数量" width="100px">
|
||||||
<template slot-scope="scope">
|
|
||||||
{{ scope.row.备注 || '—' }}
|
|
||||||
</template>
|
|
||||||
</el-table-column>
|
|
||||||
<el-table-column align="center" label="技术下达数量" width="100px">
|
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.零件数量 || '—' }}
|
{{ scope.row.零件数量 || '—' }}
|
||||||
</template>
|
</template>
|
||||||
@@ -286,6 +281,11 @@
|
|||||||
{{ scope.row.姓名 || '—' }}
|
{{ scope.row.姓名 || '—' }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column align="center" label="备注" min-width="100px" show-overflow-tooltip>
|
||||||
|
<template slot-scope="scope">
|
||||||
|
{{ scope.row.备注 || '—' }}
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<el-pagination
|
<el-pagination
|
||||||
|
|||||||
Reference in New Issue
Block a user