作者 小范

出入库新增随货文件字段

... ... @@ -892,6 +892,7 @@
this.tableData.push(wmslog)
this.addForm.serialnumber = this.serialNumber()
this.addForm.damages=[]
this.addForm.files=[]
})
},
// 添加功能
... ...
... ... @@ -106,11 +106,12 @@
label="体积"
width="60">
</el-table-column>
<!-- <el-table-column-->
<!-- prop="area"-->
<!-- label="库区"-->
<!-- width="60">-->
<!-- </el-table-column>-->
<el-table-column
prop="remark4"
label="随货文件"
show-overflow-tooltip
width="90">
</el-table-column>
<el-table-column
prop="location"
label="库位"
... ...