*Finish task #sprint/168_zhengrunyu_45148.

This commit is contained in:
zhengrunyu
2021-11-26 08:30:55 +08:00
parent 0edae7664d
commit 2f41e85fda
5 changed files with 26 additions and 3 deletions
+8
View File
@@ -26,6 +26,14 @@
<table class='table table-form'>
<tbody>
<?php $this->printExtendFields($execution, 'table', 'columns=2');?>
<tr>
<th><?php echo $lang->execution->realBegan;?></th>
<td>
<div class = 'w-150px'>
<?php echo html::input('realBegan',(!empty($execution->realBegan) && $execution->realBegan != '0000-00-00' ? $execution->realBegan : date('Y-m-d')), "class='form-control form-date'");?>
</div>
</td>
</tr>
<tr>
<th class='w-40px'><?php echo $lang->comment;?></th>
<td><?php echo html::textarea('comment', '', "rows='6' class='form-control kindeditor' hidefocus='true'");?></td>