Merge branch 'develop' of https://e.coding.net/ctcdevteam/hberp/hberp into develop

This commit is contained in:
caoqianming 2021-12-06 10:00:12 +08:00
commit e2d5ebea06
2 changed files with 5 additions and 0 deletions

View File

@ -813,6 +813,7 @@ export default {
handlesubmit() {
submitOperation(this.id).then((res) => {
if (res.code >= 200) {
this.$router.push({name: "operation" })
this.$message.success("操作提交成功!");
}
});

View File

@ -65,6 +65,10 @@
highlight-current-row
max-height="600"
>
<el-table-column
type="selection"
width="55">
</el-table-column>
<el-table-column type="index" width="50" />
<el-table-column label="成品名称">
<template slot-scope="scope">{{ scope.row.material_.name }}</template>