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