|
@@ -163,48 +163,13 @@
|
|
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="left" fixed label="引用记录" prop="useRefCount" min-width="100" show-overflow-tooltip />
|
|
|
|
- <el-table-column
|
|
|
|
- align="left"
|
|
|
|
- fixed
|
|
|
|
- label="销售类型"
|
|
|
|
- prop="saleTypeName"
|
|
|
|
- min-width="100"
|
|
|
|
- show-overflow-tooltip
|
|
|
|
- />
|
|
|
|
- <el-table-column
|
|
|
|
- align="left"
|
|
|
|
- fixed
|
|
|
|
- label="物料编码"
|
|
|
|
- prop="materialNumber"
|
|
|
|
- min-width="120"
|
|
|
|
- show-overflow-tooltip
|
|
|
|
- />
|
|
|
|
- <el-table-column
|
|
|
|
- align="left"
|
|
|
|
- fixed
|
|
|
|
- label="产品编码"
|
|
|
|
- prop="materialOldNumber"
|
|
|
|
- min-width="120"
|
|
|
|
- show-overflow-tooltip
|
|
|
|
- />
|
|
|
|
- <el-table-column
|
|
|
|
- align="left"
|
|
|
|
- fixed
|
|
|
|
- label="产品名称"
|
|
|
|
- prop="materialName"
|
|
|
|
- min-width="160"
|
|
|
|
- show-overflow-tooltip
|
|
|
|
- />
|
|
|
|
- <el-table-column
|
|
|
|
- align="left"
|
|
|
|
- fixed
|
|
|
|
- label="规格型号"
|
|
|
|
- prop="specification"
|
|
|
|
- min-width="350"
|
|
|
|
- show-overflow-tooltip
|
|
|
|
- />
|
|
|
|
|
|
+ <el-table-column align="center" label="序号" type="index" width="50" />
|
|
|
|
+ <el-table-column align="left" label="引用记录" prop="useRefCount" min-width="100" show-overflow-tooltip />
|
|
|
|
+ <el-table-column align="left" label="销售类型" prop="saleTypeName" min-width="100" show-overflow-tooltip />
|
|
|
|
+ <el-table-column align="left" label="物料编码" prop="materialNumber" min-width="120" show-overflow-tooltip />
|
|
|
|
+ <el-table-column align="left" label="产品编码" prop="materialOldNumber" min-width="120" show-overflow-tooltip />
|
|
|
|
+ <el-table-column align="left" label="产品名称" prop="materialName" min-width="160" show-overflow-tooltip />
|
|
|
|
+ <el-table-column align="left" label="规格型号" prop="specification" min-width="350" show-overflow-tooltip />
|
|
<el-table-column align="left" label="单位" prop="unit" min-width="100" show-overflow-tooltip />
|
|
<el-table-column align="left" label="单位" prop="unit" min-width="100" show-overflow-tooltip />
|
|
<el-table-column align="right" label="单价" prop="price" min-width="100" show-overflow-tooltip>
|
|
<el-table-column align="right" label="单价" prop="price" min-width="100" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|