区分newTypeId与原本typeId
This commit is contained in:
parent
d97f178ea6
commit
a4316fa9e9
|
|
@ -1230,6 +1230,7 @@ export default {
|
|||
parentId: row.parentId,
|
||||
taskId: row.taskId,
|
||||
typeId: row.typeId,
|
||||
newTypeId: row.newTypeId,
|
||||
publishTask: this.publishTask,
|
||||
outNum: row.outNum, // 待出库数量
|
||||
remark: '已出库数量为0,执行驳回操作'
|
||||
|
|
|
|||
Loading…
Reference in New Issue