Compare commits
No commits in common. "ecb25818e8a2edf01ebe509ee6c71fc90a2c88ea" and "c21bbb68d7150058f1f59a9c6bc0c65bc4ed9727" have entirely different histories.
ecb25818e8
...
c21bbb68d7
|
|
@ -468,7 +468,6 @@ export default {
|
|||
this.codeDetails = true
|
||||
} else {
|
||||
getScrapReturnNumDetailsApi({
|
||||
taskId: this.sendParamsReturn.taskId,
|
||||
parentId: data.parentId,
|
||||
typeId: data.typeId,
|
||||
}).then((res) => {
|
||||
|
|
@ -544,7 +543,6 @@ export default {
|
|||
? data.parentIds
|
||||
: data.parentId,
|
||||
typeId,
|
||||
taskId: this.sendParamsReturn.taskId,
|
||||
}).then((res) => {
|
||||
this.$message.success('已撤回')
|
||||
this.$refs.homeTbRef.getList()
|
||||
|
|
@ -647,7 +645,6 @@ export default {
|
|||
const numReturnParams = {
|
||||
arr: [],
|
||||
flag: 0,
|
||||
taskId: this.sendTbParams.taskId,
|
||||
}
|
||||
console.log(hgNum, wxNum, bfNum, '各数量')
|
||||
|
||||
|
|
@ -880,12 +877,6 @@ export default {
|
|||
}
|
||||
|
||||
const res = await getScrapReturnCompleteApi(endBackParams)
|
||||
|
||||
if (res.code == 200) {
|
||||
this.$message.success('退料成功!')
|
||||
}
|
||||
|
||||
this.$emit('closeReturnPage')
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue