Compare commits

..

No commits in common. "5ed70b45b15431097595549efaad0a8800eec0cd" and "91a60339bcd94df8ea6b3dbe3e12a7d6f671482f" have entirely different histories.

2 changed files with 3 additions and 4 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,14 +340,13 @@
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)