|
|
|
@ -63,28 +63,28 @@
|
|
|
|
|
<div class="panel-body form-horizontal">
|
|
|
|
|
<form id="frmInsert" name="frmInsert" method="post" action="insert_db_test_milk_input.do" enctype="multipart/form-data">
|
|
|
|
|
|
|
|
|
|
<input type="hidden" id="mi_no" name="mi_no" value="${model['mi_no']!}" />
|
|
|
|
|
<input type="hidden" id="dn_no" name="dn_no" value="${model['dn_no']!}" />
|
|
|
|
|
|
|
|
|
|
<div style="border: 1px solid DarkGrey" class="col-md-12">
|
|
|
|
|
<div class="form-group col-md-6">
|
|
|
|
|
<label class="col-sm-4 control-label no-padding-right">PK</label>
|
|
|
|
|
<div class="col-sm-8 control-label text-left">
|
|
|
|
|
${model['rm']['mi_no']!}
|
|
|
|
|
${model['rm']['dn_no']!}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group col-md-6">
|
|
|
|
|
<label class="col-sm-4 control-label no-padding-right">유축기</label>
|
|
|
|
|
<div class="col-sm-8 control-label text-left">
|
|
|
|
|
<select id="fdv" name=fdv class="form-control">
|
|
|
|
|
<#if model['lm_pump_tp']? has_content>
|
|
|
|
|
<#list model['lm_pump_tp'] as item>
|
|
|
|
|
<option value="${item['cd_no']}" <#if model['rm']['fdv']?exists && model['rm']['fdv'] == item['cd_no']>selected</#if>>${item['title']}</option>
|
|
|
|
|
</#list>
|
|
|
|
|
</#if>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<#-- <div class="form-group col-md-6"> -->
|
|
|
|
|
<#-- <label class="col-sm-4 control-label no-padding-right">유축기</label>-->
|
|
|
|
|
<#-- <div class="col-sm-8 control-label text-left">-->
|
|
|
|
|
<#-- <select id="fdv" name=fdv class="form-control">-->
|
|
|
|
|
<#-- <#if model['lm_pump_tp']? has_content>-->
|
|
|
|
|
<#-- <#list model['lm_pump_tp'] as item> -->
|
|
|
|
|
<#-- <option value="${item['cd_no']}" <#if model['rm']['fdv']?exists && model['rm']['fdv'] == item['cd_no']>selected</#if>>${item['title']}</option>-->
|
|
|
|
|
<#-- </#list>-->
|
|
|
|
|
<#-- </#if>-->
|
|
|
|
|
<#-- </select> -->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
$(document).ready(function(){
|
|
|
|
@ -121,64 +121,129 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group col-md-6">
|
|
|
|
|
<label class="col-sm-4 control-label no-padding-right">섭취이유</label>
|
|
|
|
|
<div class="col-sm-8 control-label text-left">
|
|
|
|
|
<select id="fed_rs" name=fed_rs class="form-control">
|
|
|
|
|
<#if model['lm_feed_reason_tp']? has_content>
|
|
|
|
|
<#list model['lm_feed_reason_tp'] as item>
|
|
|
|
|
<option value="${item['cd_no']}" <#if model['rm']['fed_rs']?exists && model['rm']['fed_rs'] == item['cd_no']>selected</#if>>${item['title']}</option>
|
|
|
|
|
</#list>
|
|
|
|
|
</#if>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group col-md-6">
|
|
|
|
|
<label class="col-sm-4 control-label no-padding-right">섭취전</label>
|
|
|
|
|
<div class="col-sm-8 control-label text-left">
|
|
|
|
|
<select id="emo_pre" name=emo_pre class="form-control">
|
|
|
|
|
<#if model['lm_feel_tp']? has_content>
|
|
|
|
|
<#list model['lm_feel_tp'] as item>
|
|
|
|
|
<option value="${item['cd_no']}" <#if model['rm']['emo_pre']?exists && model['rm']['emo_pre'] == item['cd_no']>selected</#if>>${item['title']}</option>
|
|
|
|
|
</#list>
|
|
|
|
|
</#if>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group col-md-6">
|
|
|
|
|
<label class="col-sm-4 control-label no-padding-right">섭취후</label>
|
|
|
|
|
<div class="col-sm-8 control-label text-left">
|
|
|
|
|
<select id="emo_post" name=emo_post class="form-control">
|
|
|
|
|
<#if model['lm_feel_tp']? has_content>
|
|
|
|
|
<#list model['lm_feel_tp'] as item>
|
|
|
|
|
<option value="${item['cd_no']}" <#if model['rm']['emo_post']?exists && model['rm']['emo_post'] == item['cd_no']>selected</#if>>${item['title']}</option>
|
|
|
|
|
</#list>
|
|
|
|
|
</#if>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group col-md-12">
|
|
|
|
|
<label class="col-sm-2 control-label no-padding-right">수유형태</label>
|
|
|
|
|
<div class="col-sm-3 control-label text-left">
|
|
|
|
|
|
|
|
|
|
<select id="fed" name=fed class="form-control">
|
|
|
|
|
<#if model['lm_milk_tp']? has_content>
|
|
|
|
|
<#list model['lm_milk_tp'] as item>
|
|
|
|
|
<option value="${item['cd_no']}" <#if model['rm']['fed']?exists && model['rm']['fed'] == item['cd_no']>selected</#if>>${item['title']}</option>
|
|
|
|
|
</#list>
|
|
|
|
|
</#if>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<#-- <div class="form-group col-md-6"> -->
|
|
|
|
|
<#-- <label class="col-sm-4 control-label no-padding-right">섭취이유</label>-->
|
|
|
|
|
<#-- <div class="col-sm-8 control-label text-left"> -->
|
|
|
|
|
<#-- <select id="fed_rs" name=fed_rs class="form-control">-->
|
|
|
|
|
<#-- <#if model['lm_feed_reason_tp']? has_content>-->
|
|
|
|
|
<#-- <#list model['lm_feed_reason_tp'] as item> -->
|
|
|
|
|
<#-- <option value="${item['cd_no']}" <#if model['rm']['fed_rs']?exists && model['rm']['fed_rs'] == item['cd_no']>selected</#if>>${item['title']}</option>-->
|
|
|
|
|
<#-- </#list>-->
|
|
|
|
|
<#-- </#if>-->
|
|
|
|
|
<#-- </select> -->
|
|
|
|
|
<#-- </div> -->
|
|
|
|
|
<#-- -->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
|
|
|
|
|
<#-- <div class="form-group col-md-6"> -->
|
|
|
|
|
<#-- <label class="col-sm-4 control-label no-padding-right">섭취전</label>-->
|
|
|
|
|
<#-- <div class="col-sm-8 control-label text-left"> -->
|
|
|
|
|
<#-- <select id="emo_pre" name=emo_pre class="form-control">-->
|
|
|
|
|
<#-- <#if model['lm_feel_tp']? has_content>-->
|
|
|
|
|
<#-- <#list model['lm_feel_tp'] as item> -->
|
|
|
|
|
<#-- <option value="${item['cd_no']}" <#if model['rm']['emo_pre']?exists && model['rm']['emo_pre'] == item['cd_no']>selected</#if>>${item['title']}</option>-->
|
|
|
|
|
<#-- </#list>-->
|
|
|
|
|
<#-- </#if>-->
|
|
|
|
|
<#-- </select> -->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
|
|
|
|
|
<#-- <div class="form-group col-md-6"> -->
|
|
|
|
|
<#-- <label class="col-sm-4 control-label no-padding-right">섭취후</label>-->
|
|
|
|
|
<#-- <div class="col-sm-8 control-label text-left">-->
|
|
|
|
|
<#-- <select id="emo_post" name=emo_post class="form-control">-->
|
|
|
|
|
<#-- <#if model['lm_feel_tp']? has_content>-->
|
|
|
|
|
<#-- <#list model['lm_feel_tp'] as item> -->
|
|
|
|
|
<#-- <option value="${item['cd_no']}" <#if model['rm']['emo_post']?exists && model['rm']['emo_post'] == item['cd_no']>selected</#if>>${item['title']}</option>-->
|
|
|
|
|
<#-- </#list>-->
|
|
|
|
|
<#-- </#if>-->
|
|
|
|
|
<#-- </select> -->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
|
|
|
|
|
<#-- <div class="form-group col-md-12"> -->
|
|
|
|
|
<#-- <label class="col-sm-2 control-label no-padding-right">수유형태</label>-->
|
|
|
|
|
<#-- <div class="col-sm-3 control-label text-left">-->
|
|
|
|
|
<#-- -->
|
|
|
|
|
<#-- <select id="fed" name=fed class="form-control">-->
|
|
|
|
|
<#-- <#if model['lm_milk_tp']? has_content>-->
|
|
|
|
|
<#-- <#list model['lm_milk_tp'] as item> -->
|
|
|
|
|
<#-- <option value="${item['cd_no']}" <#if model['rm']['fed']?exists && model['rm']['fed'] == item['cd_no']>selected</#if>>${item['title']}</option>-->
|
|
|
|
|
<#-- </#list>-->
|
|
|
|
|
<#-- </#if>-->
|
|
|
|
|
<#-- </select>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
|
|
|
|
|
<#-- <div class="form-group col-md-6 fdv_8"> -->
|
|
|
|
|
<#-- <label class="col-sm-4 control-label no-padding-right">blm 왼쪽수유 (분)</label>-->
|
|
|
|
|
<#-- <div class="col-sm-8 control-label text-left">-->
|
|
|
|
|
|
|
|
|
|
<#-- <div class="input-group spinner">-->
|
|
|
|
|
<#-- <input type="text" id="blm" name="blm" value="<#if model['rm']['blm']?exists>${model['rm']['blm']!}<#else>0</#if>" class="form-control">-->
|
|
|
|
|
<#-- <div class="input-group-btn-vertical">-->
|
|
|
|
|
<#-- <button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('blm', true);"><i class="fa fa-caret-up"></i></button>-->
|
|
|
|
|
<#-- <button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('blm', false);"><i class="fa fa-caret-down"></i></button>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
|
|
|
|
|
<#-- <div class="form-group col-md-6 fdv_8"> -->
|
|
|
|
|
<#-- <label class="col-sm-4 control-label no-padding-right">bls 왼쪽수유 (초)</label>-->
|
|
|
|
|
<#-- <div class="col-sm-8 control-label text-left">-->
|
|
|
|
|
<#-- <div class="input-group spinner">-->
|
|
|
|
|
<#-- <input type="text" id="bls" name="bls" value="<#if model['rm']['bls']?exists>${model['rm']['bls']!}<#else>0</#if>" class="form-control">-->
|
|
|
|
|
<#-- <div class="input-group-btn-vertical">-->
|
|
|
|
|
<#-- <button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('bls', true);"><i class="fa fa-caret-up"></i></button>-->
|
|
|
|
|
<#-- <button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('bls', false);"><i class="fa fa-caret-down"></i></button>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
|
|
|
|
|
<#-- <div class="form-group col-md-6 fdv_8"> -->
|
|
|
|
|
<#-- <label class="col-sm-4 control-label no-padding-right">brm 오른쪽수유 (분)</label>-->
|
|
|
|
|
<#-- <div class="col-sm-8 control-label text-left">-->
|
|
|
|
|
<#-- <div class="input-group spinner">-->
|
|
|
|
|
<#-- <input type="text" id="brm" name="brm" value="<#if model['rm']['brm']?exists>${model['rm']['brm']!}<#else>0</#if>" class="form-control">-->
|
|
|
|
|
<#-- <div class="input-group-btn-vertical">-->
|
|
|
|
|
<#-- <button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('brm', true);"><i class="fa fa-caret-up"></i></button>-->
|
|
|
|
|
<#-- <button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('brm', false);"><i class="fa fa-caret-down"></i></button>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
|
|
|
|
|
<#-- <div class="form-group col-md-6 fdv_8"> -->
|
|
|
|
|
<#-- <label class="col-sm-4 control-label no-padding-right">brs 오른쪽수유 (초)</label>-->
|
|
|
|
|
<#-- <div class="col-sm-8 control-label text-left">-->
|
|
|
|
|
<#-- <div class="input-group spinner">-->
|
|
|
|
|
<#-- <input type="text" id="brs" name="brs" value="<#if model['rm']['brs']?exists>${model['rm']['brs']!}<#else>0</#if>" class="form-control">-->
|
|
|
|
|
<#-- <div class="input-group-btn-vertical">-->
|
|
|
|
|
<#-- <button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('brs', true);"><i class="fa fa-caret-up"></i></button>-->
|
|
|
|
|
<#-- <button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('brs', false);"><i class="fa fa-caret-down"></i></button>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
|
|
|
|
|
<#-- <div class="form-group col-md-6 fdv_4"> -->
|
|
|
|
|
<#-- <label class="col-sm-4 control-label no-padding-right">srv 유축제공 (분)</label>-->
|
|
|
|
|
<#-- <div class="col-sm-8 control-label text-left">-->
|
|
|
|
|
<#-- <div class="input-group spinner">-->
|
|
|
|
|
<#-- <input type="text" id="srv" name="srv" value="<#if model['rm']['srv']?exists>${model['rm']['srv']!}<#else>0</#if>" class="form-control">-->
|
|
|
|
|
<#-- <div class="input-group-btn-vertical">-->
|
|
|
|
|
<#-- <button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('srv', true);"><i class="fa fa-caret-up"></i></button>-->
|
|
|
|
|
<#-- <button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('srv', false);"><i class="fa fa-caret-down"></i></button>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
|
|
|
|
|
<div class="form-group col-md-6 fdv_8">
|
|
|
|
|
<label class="col-sm-4 control-label no-padding-right">blm 왼쪽수유 (분)</label>
|
|
|
|
|
<div class="form-group col-md-6 fdv_4">
|
|
|
|
|
<label class="col-sm-4 control-label no-padding-right">왼쪽 수유 (분)</label>
|
|
|
|
|
<div class="col-sm-8 control-label text-left">
|
|
|
|
|
|
|
|
|
|
<div class="input-group spinner">
|
|
|
|
|
<input type="text" id="blm" name="blm" value="<#if model['rm']['blm']?exists>${model['rm']['blm']!}<#else>0</#if>" class="form-control">
|
|
|
|
|
<div class="input-group-btn-vertical">
|
|
|
|
@ -188,68 +253,39 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group col-md-6 fdv_8">
|
|
|
|
|
<label class="col-sm-4 control-label no-padding-right">bls 왼쪽수유 (초)</label>
|
|
|
|
|
<div class="col-sm-8 control-label text-left">
|
|
|
|
|
<div class="input-group spinner">
|
|
|
|
|
<input type="text" id="bls" name="bls" value="<#if model['rm']['bls']?exists>${model['rm']['bls']!}<#else>0</#if>" class="form-control">
|
|
|
|
|
<div class="input-group-btn-vertical">
|
|
|
|
|
<button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('bls', true);"><i class="fa fa-caret-up"></i></button>
|
|
|
|
|
<button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('bls', false);"><i class="fa fa-caret-down"></i></button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group col-md-6 fdv_8">
|
|
|
|
|
<label class="col-sm-4 control-label no-padding-right">brm 오른쪽수유 (분)</label>
|
|
|
|
|
<div class="col-sm-8 control-label text-left">
|
|
|
|
|
<div class="input-group spinner">
|
|
|
|
|
<input type="text" id="brm" name="brm" value="<#if model['rm']['brm']?exists>${model['rm']['brm']!}<#else>0</#if>" class="form-control">
|
|
|
|
|
<div class="input-group-btn-vertical">
|
|
|
|
|
<button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('brm', true);"><i class="fa fa-caret-up"></i></button>
|
|
|
|
|
<button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('brm', false);"><i class="fa fa-caret-down"></i></button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group col-md-6 fdv_8">
|
|
|
|
|
<label class="col-sm-4 control-label no-padding-right">brs 오른쪽수유 (초)</label>
|
|
|
|
|
<div class="form-group col-md-6 fdv_4">
|
|
|
|
|
<label class="col-sm-4 control-label no-padding-right">오른쪽 수유 (분)</label>
|
|
|
|
|
<div class="col-sm-8 control-label text-left">
|
|
|
|
|
<div class="input-group spinner">
|
|
|
|
|
<input type="text" id="brs" name="brs" value="<#if model['rm']['brs']?exists>${model['rm']['brs']!}<#else>0</#if>" class="form-control">
|
|
|
|
|
<div class="input-group-btn-vertical">
|
|
|
|
|
<button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('brs', true);"><i class="fa fa-caret-up"></i></button>
|
|
|
|
|
<button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('brs', false);"><i class="fa fa-caret-down"></i></button>
|
|
|
|
|
</div>
|
|
|
|
|
<input type="text" id="brm" name="brm" value="<#if model['rm']['brm']?exists>${model['rm']['brm']!}<#else>0</#if>" class="form-control">
|
|
|
|
|
<div class="input-group-btn-vertical">
|
|
|
|
|
<button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('brm', true);"><i class="fa fa-caret-up"></i></button>
|
|
|
|
|
<button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('brm', false);"><i class="fa fa-caret-down"></i></button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group col-md-6 fdv_4">
|
|
|
|
|
<label class="col-sm-4 control-label no-padding-right">srv 유축제공 (분)</label>
|
|
|
|
|
<label class="col-sm-4 control-label no-padding-right">왼쪽 수유 (초)</label>
|
|
|
|
|
<div class="col-sm-8 control-label text-left">
|
|
|
|
|
<div class="input-group spinner">
|
|
|
|
|
<input type="text" id="srv" name="srv" value="<#if model['rm']['srv']?exists>${model['rm']['srv']!}<#else>0</#if>" class="form-control">
|
|
|
|
|
<div class="input-group-btn-vertical">
|
|
|
|
|
<button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('srv', true);"><i class="fa fa-caret-up"></i></button>
|
|
|
|
|
<button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('srv', false);"><i class="fa fa-caret-down"></i></button>
|
|
|
|
|
</div>
|
|
|
|
|
<input type="text" id="bls" name="bls" value="<#if model['rm']['bls']?exists>${model['rm']['bls']!}<#else>0</#if>" class="form-control">
|
|
|
|
|
<div class="input-group-btn-vertical">
|
|
|
|
|
<button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('bls', true);"><i class="fa fa-caret-up"></i></button>
|
|
|
|
|
<button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('bls', false);"><i class="fa fa-caret-down"></i></button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group col-md-6 fdv_4">
|
|
|
|
|
<label class="col-sm-4 control-label no-padding-right">rem 유축 잔량 (초)</label>
|
|
|
|
|
<label class="col-sm-4 control-label no-padding-right">오른쪽 수유 (초)</label>
|
|
|
|
|
<div class="col-sm-8 control-label text-left">
|
|
|
|
|
<div class="input-group spinner">
|
|
|
|
|
<input type="text" id="rem" name="rem" value="<#if model['rm']['rem']?exists>${model['rm']['rem']!}<#else>0</#if>" class="form-control">
|
|
|
|
|
<div class="input-group-btn-vertical">
|
|
|
|
|
<button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('rem', true);"><i class="fa fa-caret-up"></i></button>
|
|
|
|
|
<button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('rem', false);"><i class="fa fa-caret-down"></i></button>
|
|
|
|
|
</div>
|
|
|
|
|
<input type="text" id="brs" name="brs" value="<#if model['rm']['brs']?exists>${model['rm']['brs']!}<#else>0</#if>" class="form-control">
|
|
|
|
|
<div class="input-group-btn-vertical">
|
|
|
|
|
<button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('brs', true);"><i class="fa fa-caret-up"></i></button>
|
|
|
|
|
<button class="btn btn-default" type="button" onclick="javascript:click_spinner_number('brs', false);"><i class="fa fa-caret-down"></i></button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -272,45 +308,45 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="border: 1px solid DarkGrey" class="col-md-12">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label no-padding-right">bl_기준</label>
|
|
|
|
|
<div class="col-sm-8 control-label text-left">
|
|
|
|
|
<strong>${model['rm']['bl_level']!}</strong>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label no-padding-right">bl_섭취량</label>
|
|
|
|
|
<div class="col-sm-8 control-label text-left">
|
|
|
|
|
<strong>${model['rm']['bl_qty']!}</strong>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label no-padding-right">br_기준</label>
|
|
|
|
|
<div class="col-sm-8 control-label text-left">
|
|
|
|
|
<strong>${model['rm']['br_level']!}</strong>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label no-padding-right">br_섭취량</label>
|
|
|
|
|
<div class="col-sm-8 control-label text-left">
|
|
|
|
|
<strong>${model['rm']['br_qty']!}</strong>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<#-- <div class="form-group"> -->
|
|
|
|
|
<#-- <label class="col-sm-4 control-label no-padding-right">bl_기준</label>-->
|
|
|
|
|
<#-- <div class="col-sm-8 control-label text-left">-->
|
|
|
|
|
<#-- <strong>${model['rm']['bl_level']!}</strong>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
|
|
|
|
|
<#-- <div class="form-group"> -->
|
|
|
|
|
<#-- <label class="col-sm-4 control-label no-padding-right">bl_섭취량</label>-->
|
|
|
|
|
<#-- <div class="col-sm-8 control-label text-left">-->
|
|
|
|
|
<#-- <strong>${model['rm']['bl_qty']!}</strong>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
|
|
|
|
|
<#-- <div class="form-group"> -->
|
|
|
|
|
<#-- <label class="col-sm-4 control-label no-padding-right">br_기준</label>-->
|
|
|
|
|
<#-- <div class="col-sm-8 control-label text-left">-->
|
|
|
|
|
<#-- <strong>${model['rm']['br_level']!}</strong>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
|
|
|
|
|
<#-- <div class="form-group"> -->
|
|
|
|
|
<#-- <label class="col-sm-4 control-label no-padding-right">br_섭취량</label>-->
|
|
|
|
|
<#-- <div class="col-sm-8 control-label text-left">-->
|
|
|
|
|
<#-- <strong>${model['rm']['br_qty']!}</strong>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label no-padding-right">총섭취량</label>
|
|
|
|
|
<div class="col-sm-8 control-label text-left">
|
|
|
|
|
<strong>${model['rm']['tot_qty']!}</strong>
|
|
|
|
|
<strong>${model['rm']['eat_qty']!}</strong>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label no-padding-right">가중치</label>
|
|
|
|
|
<div class="col-sm-8 control-label text-left">
|
|
|
|
|
<strong><#if model['rm']['tot_weight']?exists>${model['rm']['tot_weight']?string('0.00')}</#if></strong>
|
|
|
|
|
<strong><#if model['rm']['weight']?exists>${model['rm']['weight']?string('0.00')}</#if></strong>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
@ -321,19 +357,19 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label no-padding-right">수정일시</label>
|
|
|
|
|
<div class="col-sm-8 control-label text-left">
|
|
|
|
|
<#if model['rm']['mod_dt']?exists>${model['rm']['mod_dt']?string("yyyy.MM.dd HH:mm:ss")}</#if>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-4 control-label no-padding-right">등록자</label>
|
|
|
|
|
<div class="col-sm-8 control-label text-left">
|
|
|
|
|
${model['rm']['sys_member_id']!}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<#-- <div class="form-group"> -->
|
|
|
|
|
<#-- <label class="col-sm-4 control-label no-padding-right">수정일시</label>-->
|
|
|
|
|
<#-- <div class="col-sm-8 control-label text-left">-->
|
|
|
|
|
<#-- <#if model['rm']['mod_dt']?exists>${model['rm']['mod_dt']?string("yyyy.MM.dd HH:mm:ss")}</#if>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
|
|
|
|
|
<#-- <div class="form-group"> -->
|
|
|
|
|
<#-- <label class="col-sm-4 control-label no-padding-right">등록자</label>-->
|
|
|
|
|
<#-- <div class="col-sm-8 control-label text-left">-->
|
|
|
|
|
<#-- ${model['rm']['sys_member_id']!}-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
<#-- </div>-->
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|