作者 小范

列表添加两个字段

@@ -97,11 +97,6 @@ @@ -97,11 +97,6 @@
97 <!-- width="100">--> 97 <!-- width="100">-->
98 <!-- </el-table-column>--> 98 <!-- </el-table-column>-->
99 <!-- <el-table-column--> 99 <!-- <el-table-column-->
100 -<!-- prop="customername"-->  
101 -<!-- label="客户名称"-->  
102 -<!-- width="80">-->  
103 -<!-- </el-table-column>-->  
104 -<!-- <el-table-column-->  
105 <!-- prop="goodstype"--> 100 <!-- prop="goodstype"-->
106 <!-- label="货物类型"--> 101 <!-- label="货物类型"-->
107 <!-- width="80">--> 102 <!-- width="80">-->
@@ -121,6 +116,16 @@ @@ -121,6 +116,16 @@
121 </template> 116 </template>
122 </el-table-column> 117 </el-table-column>
123 <el-table-column 118 <el-table-column
  119 + prop="custname"
  120 + label="客户名称"
  121 + width="80">
  122 + </el-table-column>
  123 + <el-table-column
  124 + prop="custcode"
  125 + label="客户代码"
  126 + width="80">
  127 + </el-table-column>
  128 + <el-table-column
124 prop="opter" 129 prop="opter"
125 label="入库经办人" 130 label="入库经办人"
126 width="100"> 131 width="100">