作者 小范

出入库新增随货文件字段

@@ -892,6 +892,7 @@ @@ -892,6 +892,7 @@
892 this.tableData.push(wmslog) 892 this.tableData.push(wmslog)
893 this.addForm.serialnumber = this.serialNumber() 893 this.addForm.serialnumber = this.serialNumber()
894 this.addForm.damages=[] 894 this.addForm.damages=[]
  895 + this.addForm.files=[]
895 }) 896 })
896 }, 897 },
897 // 添加功能 898 // 添加功能
@@ -106,11 +106,12 @@ @@ -106,11 +106,12 @@
106 label="体积" 106 label="体积"
107 width="60"> 107 width="60">
108 </el-table-column> 108 </el-table-column>
109 -<!-- <el-table-column-->  
110 -<!-- prop="area"-->  
111 -<!-- label="库区"-->  
112 -<!-- width="60">-->  
113 -<!-- </el-table-column>--> 109 + <el-table-column
  110 + prop="remark4"
  111 + label="随货文件"
  112 + show-overflow-tooltip
  113 + width="90">
  114 + </el-table-column>
114 <el-table-column 115 <el-table-column
115 prop="location" 116 prop="location"
116 label="库位" 117 label="库位"