作者 小范

破损录入清空下一票及出入库列表优化

... ... @@ -888,6 +888,7 @@
wmslog.opttime = new Date().format('yyyy-MM-dd hh:mm:ss')
this.tableData.push(wmslog)
this.addForm.serialnumber = this.serialNumber()
this.addForm.damages=[]
})
},
// 添加功能
... ...
... ... @@ -88,8 +88,8 @@
</el-table-column>
<el-table-column
prop="billweight"
label="入库重量"
width="70">
label="出入库重量"
width="90">
</el-table-column>
<el-table-column
prop="feeweight"
... ... @@ -199,7 +199,7 @@
</el-table-column>
<el-table-column
prop="opttime"
label="入库时间"
label="入库时间"
width="140">
</el-table-column>
<el-table-column prop="image" label="图片" width="140" >
... ...