fix bug
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
{{ scope.row.物料型号 }}
|
{{ scope.row.物料型号 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="规格" min-width="150px">
|
<el-table-column align="center" label="规格" min-width="200px">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.物料规格 }}
|
{{ scope.row.物料规格 }}
|
||||||
</template>
|
</template>
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
{{ scope.row.已到货数量 || scope.row.离线到货数量 || '—' }}
|
{{ scope.row.已到货数量 || scope.row.离线到货数量 || '—' }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="供应商" min-width="100px">
|
<el-table-column align="center" label="供应商" min-width="150px">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.供应商名称 || scope.row.离线合同供应商名称 || '—' }}
|
{{ scope.row.供应商名称 || scope.row.离线合同供应商名称 || '—' }}
|
||||||
</template>
|
</template>
|
||||||
@@ -84,6 +84,11 @@
|
|||||||
{{ scope.row.采购合同编号 || scope.row.离线合同编号 || '—' }}
|
{{ scope.row.采购合同编号 || scope.row.离线合同编号 || '—' }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column align="center" label="采购员" width="100px">
|
||||||
|
<template slot-scope="scope">
|
||||||
|
{{ scope.row.姓名 || '—' }}
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<el-pagination
|
<el-pagination
|
||||||
@@ -162,6 +167,11 @@
|
|||||||
{{ scope.row.采购合同编号 || '—' }}
|
{{ scope.row.采购合同编号 || '—' }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column align="center" label="采购员" width="100px">
|
||||||
|
<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