|
@@ -210,10 +210,9 @@
|
|
show-summary
|
|
show-summary
|
|
:summary-method="$getSummaries"
|
|
:summary-method="$getSummaries"
|
|
>
|
|
>
|
|
- <el-table-column align="center" fixed label="序号" type="index" width="50" />
|
|
|
|
|
|
+ <el-table-column align="center" label="序号" type="index" width="50" />
|
|
<el-table-column
|
|
<el-table-column
|
|
align="left"
|
|
align="left"
|
|
- fixed
|
|
|
|
label="销售类型"
|
|
label="销售类型"
|
|
prop="saleTypeName"
|
|
prop="saleTypeName"
|
|
min-width="120"
|
|
min-width="120"
|
|
@@ -221,7 +220,6 @@
|
|
/>
|
|
/>
|
|
<el-table-column
|
|
<el-table-column
|
|
align="left"
|
|
align="left"
|
|
- fixed
|
|
|
|
label="物料编码"
|
|
label="物料编码"
|
|
prop="materialNumber"
|
|
prop="materialNumber"
|
|
min-width="120"
|
|
min-width="120"
|
|
@@ -229,7 +227,6 @@
|
|
/>
|
|
/>
|
|
<el-table-column
|
|
<el-table-column
|
|
align="left"
|
|
align="left"
|
|
- fixed
|
|
|
|
label="产品编码"
|
|
label="产品编码"
|
|
prop="materialOldNumber"
|
|
prop="materialOldNumber"
|
|
min-width="120"
|
|
min-width="120"
|
|
@@ -237,13 +234,12 @@
|
|
/>
|
|
/>
|
|
<el-table-column
|
|
<el-table-column
|
|
align="left"
|
|
align="left"
|
|
- fixed
|
|
|
|
label="产品名称"
|
|
label="产品名称"
|
|
prop="materialName"
|
|
prop="materialName"
|
|
min-width="160"
|
|
min-width="160"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
/>
|
|
/>
|
|
- <el-table-column align="left" fixed label="规格型号" prop="specification" min-width="160" show-overflow-tooltip>
|
|
|
|
|
|
+ <el-table-column align="left" label="规格型号" prop="specification" min-width="160" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-input v-model="scope.row.specification" size="small" />
|
|
<el-input v-model="scope.row.specification" size="small" />
|
|
</template>
|
|
</template>
|