区分newTypeId与原本typeId

This commit is contained in:
syruan 2025-07-26 12:34:00 +08:00
parent d97f178ea6
commit a4316fa9e9
1 changed files with 1 additions and 0 deletions

View File

@ -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执行驳回操作'