* 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
@@ -205,6 +205,7 @@
<?php echo html::textarea('desc', $task->desc, "rows='10' class='form-control'");?>
</td>
</tr>
<?php if(isset($this->config->bizVersion)) $this->loadModel('flow')->printFields($app->moduleName, $app->methodName, 'table', 'columns=3');?>
<tr>
<th><?php echo $lang->files;?></th>
<td colspan='3'><?php echo $this->fetch('file', 'buildform');?></td>