|
|
@ -79,7 +79,7 @@ module.exports = function (app, opts,ctx) { |
|
|
|
}) |
|
|
|
const res=await models.Workorder.create({ |
|
|
|
projectId:parseData.pomsProjectId.value || null, |
|
|
|
formname:procinstsVariables.find(item=>item.id===f.procinstId).name||null, |
|
|
|
formname:procinstsVariables.body.find(item=>item.id===f.procinstId).name||null, |
|
|
|
state: f.state||null, |
|
|
|
endTime:f.endTime||null, |
|
|
|
startTime:f.createTime||null |
|
|
|