@@ -160,6 +160,18 @@
</el-table-column>
<el-table-column
align="left"
+ label="特价编号"
+ prop="factoryNo"
+ min-width="160"
+ show-overflow-tooltip
+ >
+ <template slot-scope="scope">
+ <CopyButton :copyText="scope.row.specialNo" />
+ <span>{{scope.row.specialNo}}</span>
+ </template>
+ </el-table-column>
+ <el-table-column
+ align="left"
label="物料编码"
prop="materialNumber"
min-width="160"