Compare commits

...

2 Commits

Author SHA1 Message Date
zhouzy062 5ed70b45b1 Merge branch 'dev' of http://192.168.0.56:3000/bonus/devicesmgt into dev 2024-04-02 17:56:01 +08:00
zhouzy062 fe5d75a7db 退料接收页面 2024-04-02 17:55:56 +08:00
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>
<!-- <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>

View File

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