コード例 #1
0
?>
      </li>
       <li><?php 
$f->l_text_field_d('resource');
?>
 </li>
       <li><?php 
$f->l_text_field_d('description');
?>
</li>
       <li><?php 
$f->l_select_field_from_object('resource_type', bom_resource::resource_type(), 'option_line_code', 'option_line_value', ${$class}->resource_type, '', '', 1, $readonly1);
?>
       </li>
       <li><?php 
$f->l_select_field_from_object('charge_type', bom_resource::charge_type(), 'option_line_code', 'option_line_value', ${$class}->charge_type, '', '', 1, $readonly);
?>
       </li> 
       <li><?php 
$f->l_select_field_from_object('uom', uom::find_all(), 'uom_id', 'uom_name', ${$class}->uom, 'uom', '', 1, $readonly1);
?>
       </li>
       <li><?php 
$f->l_status_field_d('status');
?>
</li>
      </ul>
    </div>

    <div id="tabsHeader-2" class="tabContent">
     <ul class="column header_field"> 
コード例 #2
0
ファイル: am_wo_template.php プロジェクト: moxymokaya/inoERP
        ?>
</td>
                     <td><?php 
        echo form::select_field_from_object('resource_schedule', bom_header::bom_schedule_option(), 'option_line_code', 'option_line_value', ${$class_third}->resource_schedule, '', $readonly, 'default_basis', '', 1);
        ?>
</td>
                     <td><?php 
        form::number_field_wid3s('assigned_units');
        ?>
</td>
                     <td><?php 
        echo form::checkBox_field('standard_rate_cb', ${$class_third}->standard_rate_cb);
        ?>
</td>
                     <td><?php 
        echo form::select_field_from_object('charge_type', bom_resource::charge_type(), 'option_line_code', 'option_line_value', ${$class_third}->charge_type, '', $readonly, '', '', 1);
        ?>
</td>
                    </tr>
                    <?php 
        $detailCount++;
    }
    ?>
                  </tbody>
                 </table>
                </div>
                <div id="tabsDetail-2-1" class="tabContent">
                 <table class="form form_detail_data_table detail">
                  <thead>
                   <tr>
                    <th><?php 
コード例 #3
0
    ?>
</td>
          <td><?php 
    form::number_field_wid2s('assigned_units');
    ?>
</td>
          <td><?php 
    echo form::checkBox_field('twenty_four_hr_cb', ${$class_second}->twenty_four_hr_cb);
    ?>
</td>
          <td><?php 
    echo form::checkBox_field('standard_rate_cb', ${$class_second}->standard_rate_cb);
    ?>
</td>
          <td><?php 
    echo form::select_field_from_object('charge_type', bom_resource::charge_type(), 'option_line_code', 'option_line_code', ${$class_second}->charge_type, 'charge_type', $readonly);
    ?>
</td>
         </tr>
         <?php 
    $count = $count + 1;
}
?>
       </tbody>
      </table>
     </div>
    </form>
   </div>

  </div>
 </div>