| | |
| | | <el-card shadow="hover"> |
| | | <p>{{flow.assigneeName}} 在 [{{flow.createTime}}] 开始处理 [{{flow.historyActivityName}}] 环节</p> |
| | | <p v-if="flow.historyActivityDurationTime!==''">任务历时 [{{flow.historyActivityDurationTime}}]</p> |
| | | <p v-if="flow.comment!==''">批复意见: [{{flow.comment}}]</p> |
| | | <p v-if="flow.comment!==''">反馈意见: [{{flow.comment}}]</p> |
| | | <p v-if="flow.endTime!==''">结束时间: [{{flow.endTime}}]</p> |
| | | </el-card> |
| | | </el-timeline-item> |
| | |
| | | this.form.goodsEntity.id = goodsId |
| | | }, |
| | | controlOption(arg){ |
| | | const suggestion = this.findObject(this.option.column,"suggestion") |
| | | const comment = this.findObject(this.option.column,"comment") |
| | | // const suggestion = this.findObject(this.option.column,"suggestion") |
| | | // const comment = this.findObject(this.option.column,"comment") |
| | | if (arg == 'open'){ |
| | | this.option.detail = true |
| | | if (!this.form.suggestion){ |