刘璐珈

This commit is contained in:
Vergil
2020-03-13 14:23:11 +08:00
parent d2829842d0
commit 31e86d2f7a

View File

@@ -727,7 +727,7 @@
<!--@size-change="handleSizeChange2"-->
<!--@current-change="handleCurrentChange2"/>-->
<!--</div>-->
<el-col style="width:880px">
<el-col style="width:1024px">
<el-card>
<el-table v-loading="" :data="tableData3" border style="max-height: 500px;width: 100%;float: left" height="500px" size="mini" >
<!-- <el-table-column label="供应商" align="center" min-width="150" show-overflow-tooltip>-->
@@ -740,17 +740,17 @@
{{ scope.row.组件零件流水号 ? scope.row.物料型号 : scope.row.零件图号 }}
</template>
</el-table-column>
<el-table-column label="名称" align="center" width="100" show-overflow-tooltip>
<el-table-column label="名称" align="center" width="120" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.组件零件流水号 ? scope.row.物料名称 : scope.row.零件名称 }}
</template>
</el-table-column>
<el-table-column label="规格" align="center" show-overflow-tooltip>
<el-table-column label="规格" align="center" width="160px" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.组件零件流水号 ? scope.row.物料规格 : scope.row.规格 }}
</template>
</el-table-column>
<el-table-column label="待询数" align="center" width="70">
<el-table-column label="待询数" align="center" width="80">
<template slot-scope="scope">
{{ scope.row.技术下达数量 }}
</template>
@@ -765,7 +765,7 @@
{{ scope.row.计量单位 }}
</template>
</el-table-column>
<el-table-column label="询价备注" align="center" width="110">
<el-table-column label="询价备注" align="center" width="120">
<template slot-scope="scope">
<el-input v-direction="{x: 1, y: scope.$index}" v-model="scope.row.备注" size="mini" style="width: 75px" @change="saveOrder(scope.row)"/>
</template>
@@ -775,7 +775,7 @@
<!-- {{ scope.row.询价单编号 }}-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column label="机床图号" align="center" width="100">
<el-table-column label="机床图号" align="center" width="120">
<template slot-scope="scope">
{{ scope.row.机床图号 || scope.row.基本件机床图号 }}
</template>