Merge branch 'develop' of https://e.coding.net/ctcdevteam/hberp/hberp into develop
This commit is contained in:
commit
e2d5ebea06
|
@ -813,6 +813,7 @@ export default {
|
|||
handlesubmit() {
|
||||
submitOperation(this.id).then((res) => {
|
||||
if (res.code >= 200) {
|
||||
this.$router.push({name: "operation" })
|
||||
this.$message.success("操作提交成功!");
|
||||
}
|
||||
});
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue