|
@@ -246,8 +246,8 @@
|
|
|
<el-table-column align="center" type="selection" width="55" />
|
|
|
<el-table-column align="center" label="序号" type="index" width="50" />
|
|
|
<!-- <el-table-column align="center" label="引用记录" prop="useRefCount" min-width="160" show-overflow-tooltip></el-table-column>-->
|
|
|
- <el-table-column align="center" label="销售类型" prop="saleTypeName" min-width="120" show-overflow-tooltip />
|
|
|
- <el-table-column align="center" label="物料编码" prop="materialNumber" min-width="120" show-overflow-tooltip />
|
|
|
+ <el-table-column align="center" label="销售类型" prop="saleTypeName" min-width="160" show-overflow-tooltip />
|
|
|
+ <el-table-column align="center" label="物料编码" prop="materialNumber" min-width="160" show-overflow-tooltip />
|
|
|
<el-table-column
|
|
|
align="center"
|
|
|
label="产品编码"
|
|
@@ -256,7 +256,7 @@
|
|
|
show-overflow-tooltip
|
|
|
/>
|
|
|
<el-table-column align="center" label="产品名称" prop="materialName" min-width="160" show-overflow-tooltip />
|
|
|
- <el-table-column align="center" label="规格型号" prop="specification" min-width="160" show-overflow-tooltip>
|
|
|
+ <el-table-column align="center" label="规格型号" prop="specification" min-width="300" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
<el-input v-if="listItem" v-model="scope.row.specification" size="small" />
|
|
|
<div v-else>{{ scope.row.specification }}</div>
|