正在显示
2 个修改的文件
包含
4 行增加
和
3 行删除
| @@ -888,6 +888,7 @@ | @@ -888,6 +888,7 @@ | ||
| 888 | wmslog.opttime = new Date().format('yyyy-MM-dd hh:mm:ss') | 888 | wmslog.opttime = new Date().format('yyyy-MM-dd hh:mm:ss') |
| 889 | this.tableData.push(wmslog) | 889 | this.tableData.push(wmslog) |
| 890 | this.addForm.serialnumber = this.serialNumber() | 890 | this.addForm.serialnumber = this.serialNumber() |
| 891 | + this.addForm.damages=[] | ||
| 891 | }) | 892 | }) |
| 892 | }, | 893 | }, |
| 893 | // 添加功能 | 894 | // 添加功能 |
| @@ -88,8 +88,8 @@ | @@ -88,8 +88,8 @@ | ||
| 88 | </el-table-column> | 88 | </el-table-column> |
| 89 | <el-table-column | 89 | <el-table-column |
| 90 | prop="billweight" | 90 | prop="billweight" |
| 91 | - label="入库重量" | ||
| 92 | - width="70"> | 91 | + label="出入库重量" |
| 92 | + width="90"> | ||
| 93 | </el-table-column> | 93 | </el-table-column> |
| 94 | <el-table-column | 94 | <el-table-column |
| 95 | prop="feeweight" | 95 | prop="feeweight" |
| @@ -199,7 +199,7 @@ | @@ -199,7 +199,7 @@ | ||
| 199 | </el-table-column> | 199 | </el-table-column> |
| 200 | <el-table-column | 200 | <el-table-column |
| 201 | prop="opttime" | 201 | prop="opttime" |
| 202 | - label="入库时间" | 202 | + label="出入库时间" |
| 203 | width="140"> | 203 | width="140"> |
| 204 | </el-table-column> | 204 | </el-table-column> |
| 205 | <el-table-column prop="image" label="图片" width="140" > | 205 | <el-table-column prop="image" label="图片" width="140" > |
-
请 注册 或 登录 后发表评论