参数 编码接收 带入
This commit is contained in:
parent
073e3ef0ef
commit
aba64697fe
|
|
@ -142,6 +142,7 @@
|
|||
taskId: that.taskId,
|
||||
arr: arrList
|
||||
}
|
||||
console.log("backMaterialReceiveparams",params)
|
||||
// 提交编码出库申请
|
||||
that.$api.backMaterialReceive.backMaterialSetCodeBack(params, null).then(res => {
|
||||
console.log(res);
|
||||
|
|
@ -172,7 +173,7 @@
|
|||
console.log("init",params);
|
||||
this.typeId = params.typeId
|
||||
this.num = params.num
|
||||
this.parentId = params.parentId
|
||||
this.parentId = params.id
|
||||
this.manageType = params.manageType
|
||||
this.createBy=params.userId
|
||||
this.taskId = params.taskId
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue