|
|
@@ -6,7 +6,7 @@
|
|
|
style="width: 100%"
|
|
|
:header-cell-style="{height:'50px',color:'#606266',fontWeight:'400'}"
|
|
|
:cell-style="{height:'50px',color:'#666666',fontWeight:'400'}">
|
|
|
- <el-table-column
|
|
|
+ <!-- <el-table-column
|
|
|
align="center"
|
|
|
label="产品图"
|
|
|
width="80">
|
|
|
@@ -15,7 +15,7 @@
|
|
|
<previewImage style="height:38px;width:38px" :image="scope.row.attinfos[0]" :list="scope.row.attinfos" :deletebtn="false"></previewImage>
|
|
|
</div>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column
|
|
|
prop="itemno"
|
|
|
label="产品编号"
|
|
|
@@ -34,6 +34,16 @@
|
|
|
label="产品名称"
|
|
|
width="180">
|
|
|
</el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ prop="erpitemname"
|
|
|
+ label="品名"
|
|
|
+ width="180">
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ prop="erpitemno"
|
|
|
+ label="品号"
|
|
|
+ width="180">
|
|
|
+ </el-table-column>
|
|
|
<el-table-column
|
|
|
label="型号"
|
|
|
width="180">
|
|
|
@@ -48,7 +58,7 @@
|
|
|
<p><span>{{scope.row.spec}}</span></p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column
|
|
|
+ <!-- <el-table-column
|
|
|
prop="caliber"
|
|
|
label="口径"
|
|
|
width="180">
|
|
|
@@ -57,13 +67,13 @@
|
|
|
prop="pressure"
|
|
|
label="压力"
|
|
|
width="180">
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column
|
|
|
prop="material"
|
|
|
label="材质"
|
|
|
width="180">
|
|
|
</el-table-column>
|
|
|
- <el-table-column
|
|
|
+ <!-- <el-table-column
|
|
|
prop="brand"
|
|
|
label="品牌"
|
|
|
width="180">
|
|
|
@@ -73,7 +83,7 @@
|
|
|
<span style="float: left" v-else>{{item?item.brandname+',':'--'}}</span>
|
|
|
</p>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column
|
|
|
prop="itemclass"
|
|
|
label="类别"
|
|
|
@@ -84,14 +94,14 @@
|
|
|
</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column
|
|
|
+ <!-- <el-table-column
|
|
|
prop="unitid"
|
|
|
label="计量单位"
|
|
|
width="100">
|
|
|
<template slot-scope="scope">
|
|
|
<el-tag size="mini" type="info" effect="plain">{{scope.row.unitname}}/{{scope.row.axunitname}}</el-tag>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column
|
|
|
prop="marketprice"
|
|
|
label="牌价"
|