* Add code to task and case module for workflow.

This commit is contained in:
Yagami
2019-07-09 10:27:49 +08:00
parent 149d4b4244
commit f99dd1f01b
12 changed files with 15 additions and 0 deletions
+1
View File
@@ -41,6 +41,7 @@
</div>
</td>
</tr>
<?php if(isset($this->config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=2');?>
<tr>
<th><?php echo $lang->comment;?></th>
<td colspan='2'><?php echo html::textarea('comment', '', "rows='6' class='w-p98'");?></td>