退料接收页面

This commit is contained in:
zhouzy062 2024-04-02 17:55:56 +08:00
parent 9f030677a0
commit fe5d75a7db
2 changed files with 4 additions and 3 deletions

View File

@ -176,9 +176,9 @@
<el-button size="mini" plain icon="el-icon-zoom-in" @click="handleSee(scope.row, 'see')"> <el-button size="mini" plain icon="el-icon-zoom-in" @click="handleSee(scope.row, 'see')">
查看 查看
</el-button> </el-button>
<!-- <el-button size="mini" type="warning" @click="handleReturn(scope.row, 'see')"> <el-button size="mini" type="warning" @click="handleReturn(scope.row, 'see')">
退料 退料
</el-button> --> </el-button>
<el-button size="mini" type="primary" @click="handlePrint(scope.row)"> <el-button size="mini" type="primary" @click="handlePrint(scope.row)">
退料单 退料单
</el-button> </el-button>

View File

@ -340,13 +340,14 @@
handleCodeReturn(row){ handleCodeReturn(row){
this.title = '编码退料'; this.title = '编码退料';
this.openCode = true; this.openCode = true;
this.dialogIsView = false
this.handleCodeQuery() this.handleCodeQuery()
}, },
//退 //退
handleNumReturn(row){ handleNumReturn(row){
this.title = '数量退料'; this.title = '数量退料';
this.openNum = true; this.openNum = true;
this.dialogIsView = false
let obj = {} let obj = {}
this.$set(obj,'taskId',row.taskId) this.$set(obj,'taskId',row.taskId)
this.$set(obj,'parentId',row.parentId) this.$set(obj,'parentId',row.parentId)