退料增加unitId及工程id
This commit is contained in:
parent
655d562096
commit
d20808da3f
|
|
@ -457,10 +457,13 @@ export default {
|
||||||
// },
|
// },
|
||||||
|
|
||||||
handleSubmit(row){
|
handleSubmit(row){
|
||||||
|
console.log(row)
|
||||||
this.$modal.confirm('是否确认提交所选择的退料任务?') .then(() => {
|
this.$modal.confirm('是否确认提交所选择的退料任务?') .then(() => {
|
||||||
let param = {
|
let param = {
|
||||||
id:row.id,
|
id:row.id,
|
||||||
taskId:row.taskId
|
taskId:row.taskId,
|
||||||
|
proId:row.proId,
|
||||||
|
unitId:row.unitId,
|
||||||
}
|
}
|
||||||
submitBackApply(param).then((res) => {
|
submitBackApply(param).then((res) => {
|
||||||
this.getList()
|
this.getList()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue